

html {
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased!important;
	font-smoothing: antialiased!important;
	text-rendering: optimizeLegibility!important;
	overflow-x: hidden
}

body {
	height: 100%;
	background-color: #fff;
	padding: 0;
	color: #1a1a1a;
	font-size: 17px;
	font-family: 'Roboto Condensed';
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	margin: 0
}

html,
body {
	-webkit-text-size-adjust: none
}

*,
:after,
::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.relative {
	position: relative
}

.clearfix:after {
	font-size: 0;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

nav {
	display: block
}

a:active,
a:hover {
	outline: 0
}

a {
	cursor: pointer
}

img {
	max-width: 100%;
	height: auto
}

.hidden {
	display: none
}

p+p {
	margin-top: 10px
}

p img {
	margin-top: 10px;
	pading-bottom: 10px
}

section {
	display: block
}

.sliding-middle-out {
	display: inline-block;
	position: relative;
	text-decoration: none
}

.sliding-middle-out:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0;
	background: transparent;
	transition: width .5s ease, background-color .5s ease
}

.sliding-middle-out:hover:after {
	width: 100%;
	background: rgba(255, 87, 34, .4)
}

.scrollup i {
	position: fixed;
	border-radius: 0;
	bottom: 40px;
	right: 30px;
	padding: 5px 11px 6px;
	line-height: 1;
	font-size: 30px;
	text-align: center;
	vertical-align: middle;
	color: #ff5722;
	cursor: pointer;
	border: 1px solid #ff5722;
	background: #fff;
	z-index: 999999999999999999;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	z-index: 999999999;
	background-color: transparent
}

.scrollup i:hover {
	background: #ff5722;
	color: #fff;
	border-color: #ff5722;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.sep-line {
	border-bottom: 1px dashed rgba(0, 87, 216, .3);
	margin-bottom: 45px;
	margin-top: 45px;
	border-opacity: .2
}

.spacee {
	padding-bottom: 25px
}

.solid-row1 {
	height: 3px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 25px;
	padding-top: 15px
}

img {
	border: 0
}

a:focus {
	outline: none
}

section {
	display: block
}

.animated {
	visibility: hidden;
	display: block
}

.visible {
	visibility: visible;
	display: block
}

.text-center {
	text-align: center
}

.loading {
	max-height: 100px;
	overflow: hidden
}

.mk-body-loader-overlay {
	z-index: 9999999999999999999999999;
	background: #fff;
	overflow: hidden
}

.IE .mk-body-loader-overlay,
.IE .mk-section-color-mask {
	display: none!important
}

.page-preloader {
	top: 0;
	left: 0;
	z-index: 9999999999999999999999999;
	position: fixed;
	height: 100%;
	width: 100%;
	text-align: center
}

.preloader-preview-area {
	top: 5%;
	max-height: calc(50% - 20px);
	opacity: 1;
	align: center;
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	margin-top: 0;
	width: 100%;
	text-align: center;
	position: absolute
}

.loader {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
	height: 200px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto
}

.ball-rotate,
.ball-rotate>div {
	position: relative
}

.ball-rotate>div,
.ball-rotate>div:after,
.ball-rotate>div:before {
	background-color: #ff5722;
	width: 15px;
	height: 15px;
	border-radius: 100%
}

.ball-scale-random>div:nth-child(1) {
	margin-left: -7px;
	-webkit-animation: ball-scale 1s .2s ease-in-out infinite;
	animation: ball-scale 1s .2s ease-in-out infinite
}

.ball-scale-random>div:nth-child(3) {
	margin-left: -2px;
	margin-top: 9px;
	-webkit-animation: ball-scale 1s .5s ease-in-out infinite;
	animation: ball-scale 1s .5s ease-in-out infinite
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.ball-rotate>div {
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.ball-rotate>div:first-child {
	-webkit-animation: rotate 1s 0 cubic-bezier(.7, -.13, .22, .86) infinite;
	animation: rotate 1s 0 cubic-bezier(.7, -.13, .22, .86) infinite
}

.ball-rotate>div:after,
.ball-rotate>div:before {
	margin: 2px;
	content: "";
	position: absolute;
	opacity: .8
}

.ball-rotate>div:before {
	top: 0;
	left: -28px
}

.ball-rotate>div:after {
	top: 0;
	left: 25px
}

.ball-clip-rotate>div {
	border-radius: 100%;
	margin: 2px;
	border: 2px solid #b001b5;
	border-bottom-color: transparent;
	height: 26px;
	width: 26px;
	background: 0 0!important;
	display: inline-block;
	-webkit-animation: rotate .75s 0 linear infinite;
	animation: rotate .75s 0 linear infinite
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes scale {
	30% {
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.ball-clip-rotate-pulse {
	position: relative;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px)
}

.ball-clip-rotate-pulse>div {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%
}

.ball-clip-rotate-pulse>div:first-child {
	background: #b001b5;
	height: 16px;
	width: 16px;
	top: 7px;
	left: -7px;
	-webkit-animation: scale 1s 0 cubic-bezier(.09, .57, .49, .9) infinite;
	animation: scale 1s 0 cubic-bezier(.09, .57, .49, .9) infinite
}

.ball-clip-rotate-pulse>div:last-child {
	position: absolute;
	width: 30px;
	height: 30px;
	left: -16px;
	top: -2px;
	background: 0 0;
	border: 2px solid;
	border-color: #b001b5 transparent;
	-webkit-animation: rotate 1s 0 cubic-bezier(.09, .57, .49, .9) infinite;
	animation: rotate 1s 0 cubic-bezier(.09, .57, .49, .9) infinite;
	-webkit-animation-duration: 1s;
	animation-duration: 1s
}

.ball-beat>div,
.ball-scale-multiple>div {
	background-color: #b001b5;
	border-radius: 100%
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1)
	}
	50% {
		-webkit-transform: rotate(180deg) scale(.6);
		transform: rotate(180deg) scale(.6)
	}
	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1)
	}
}

.load {
	margin-top: 30px;
	font-weight: lighter;
	font-size: 22px
}

#layout {
	min-height: 100%;
	height: auto!important;
	height: 100%;
	width: 100%;
	margin: 0;
	background-color: #fff;
	font-weight: 400;
	color: #111
}

#headertop {
	width: 100%;
	float: left;
	background: #9fc246;
	color: #fff;
	padding: 8px 0
}

#headertop50 {
	width: 47%;
	float: left;
	margin-left: 3%
}

#headertop50 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 24px
}

.social-icon {
	margin-bottom: 0;
	padding-bottom: 0
}

.social-icon ul li {
	margin-right: 5px;
	padding: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	display: inline-block
}

.social-icon ul li:last-child {
	margin-right: 0
}

.social-icon ul li a {
	height: 24px;
	display: block
}

.social-icon i.fa {
	width: 24px;
	height: 24px;
	border: 1px solid #d1d1d1
}

.social-icon i.fa::before {
	font-size: 12px;
	line-height: 24px
}

.social-icon i.fa {
	display: inline-block;
	cursor: pointer;
	margin: 0;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #CACAC9;
	overflow: hidden;
	border-radius: 1px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}

.social-icon i.fa::before {
	border-radius: 2px;
	speak: none;
	display: block;
	-webkit-font-smoothing: subpixel-antialiased!important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden
}

.social-icon i.fa::after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	display: none;
	box-sizing: content-box
}

.social-icon i.fa:hover {
	background: #9ED154;
	color: #fff;
	line-height: 20px;
	border-color: #9ED154
}

#headertop50 .social-icon i.fa:hover::before {
	-webkit-animation: toRightFromLeft .3s forwards;
	-moz-animation: toRightFromLeft .3s forwards;
	animation: toRightFromLeft .3s forwards
}

#headertop50 .social-icon i.fa:before {
	-webkit-animation: toLeftFromRight .3s forwards;
	-moz-animation: toLeftFromRight .3s forwards;
	animation: toLeftFromRight .3s forwards
}

.social-icon i.fa-facebook {
	color: #3b5998
}

.social-icon i.fa-facebook:hover {
	color: #fff;
	background: #3b5998;
	border-color: #3b5998
}

.social-icon i.fa-twitter {
	color: #0084b4
}

.social-icon i.fa-twitter:hover {
	color: #fff;
	background: #0084b4;
	border-color: #0084b4
}

.social-icon i.fa-google-plus {
	color: #dd4b39
}

.social-icon i.fa-google-plus:hover {
	color: #fff;
	background: #dd4b39;
	border-color: #dd4b39
}

.social-icon i.fa-youtube {
	color: #e52d27
}

.social-icon i.fa-youtube:hover {
	color: #fff;
	background: #e52d27;
	border-color: #e52d27
}

.social-icon i.fa-linkedin {
	color: #0976b4
}

.social-icon i.fa-linkedin:hover {
	color: #fff;
	background: #0976b4;
	border-color: #0976b4
}

.social-icon i.fa-instagram {
	color: #3f729b
}

.social-icon i.fa-instagram:hover {
	color: #fff;
	background: #3f729b;
	border-color: #3f729b
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%)
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%)
	}
	51% {
		opacity: 1
	}
}

@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%)
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%)
	}
	51% {
		opacity: 1
	}
}

@keyframes toRightFromLeft {
	49% {
		transform: translate(100%)
	}
	50% {
		opacity: 0;
		transform: translate(-100%)
	}
	51% {
		opacity: 1
	}
}

@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(100%)
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%)
	}
	51% {
		opacity: 1
	}
}

@-moz-keyframes toLeftFromRight {
	49% {
		-moz-transform: translate(100%)
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%)
	}
	51% {
		opacity: 1
	}
}

@keyframes toLeftFromRight {
	49% {
		transform: translate(100%)
	}
	50% {
		opacity: 0;
		transform: translate(-100%)
	}
	51% {
		opacity: 1
	}
}

#headertop501 {
	width: 47%;
	float: left;
	margin-right: 3%;
	text-align: right
}

#headertop501 a {
	color: #fff;
	text-decoration: none
}

#headertop501 ul {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	right: 0;
	font-size: 14px
}

#headertop501 .list_1 li {
	display: inline-block;
	list-style: none
}

#headertop501 .list_1 li+li {
	margin-left: 20px
}

.about-info i {
	font-size: 15px;
	padding: 0 10px 0 0;
	color: #fff
}

.about-info .fa-mobile-phone {
	font-size: 18px
}

#header {
	width: 100%;
	float: left;
	position: relative;
	z-index: 99999;
	border-bottom: 1px solid rgba(40, 129, 219, .1);
	background: #fff;
	padding: 5px 0
}

.logo {
	float: left;
	margin-left: 3%;
	z-index: 9999999999;
	left: 0
}

.logo img {
	display: block;
	margin: 0 auto
}

.headerttopmain2 {
	float: right;
	margin-right: 3%;
	position: absolute;
	right: 0;
	z-index: 9999999999;
	color: #333
}

.nav ul {
	*zoom: 1;
	list-style: none;
	margin: 0;
	padding: 0
}

.nav ul:before,
.nav ul:after {
	content: "";
	display: table
}

.nav ul:after {
	clear: both
}

.nav ul>li {
	float: left;
	position: relative;
	display: block;
	line-height: 79px
}

.nav ul li a {
	color: #000;
	font-size: 14px;
	font-family: 'Roboto';
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 0;
	transition: all .2s linear;
	-webkit-transition: color .3s ease-in, background .5s ease-in;
	-moz-transition: color .3s ease-in, background .5s ease-in;
	-o-transition: color .3s ease-in, background .5s ease-in;
	-ms-transition: color .3s ease-in, background .5s ease-in;
	background: #fff;
	padding: 7px 20px
}

.nav ul li.dropdown a {
	padding: 7px 27px
}

.nav ul li a:hover {
	color: #fff;
	background: #ff5722;
	transition: all .2s linear;
	-webkit-transition: color .5s ease-in-out, background .5s ease-in;
	-moz-transition: color .5s ease-in-out, background .5s ease-in;
	-o-transition: color .5s ease-in-out, background .5s ease-in;
	-ms-transition: color .5s ease-in-out, background .5s ease-in
}

.dropdown>a::after {
	content: "";
	position: absolute;
	top: 36px;
	margin-left: 8px;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transition: all .5s linear
}

.dropdown>a:hover::after,
.dropdown:hover>a::after {
	border-color: #fff;
	transition: all .5s linear
}

.nav ul li.dropdown:hover a {
	color: #fff;
	background: #ff5722
}

.nav ul li.active a {
	color: #fff;
	background: #ff5722
}

.nav ul li.active a::after {
	border-color: #fff
}

.nav ul li ul {
	position: absolute;
	left: 0;
	top: 82px;
	z-index: 1;
	text-align: left
}

.nav ul li ul li {
	overflow: hidden;
	height: 0;
	background: none;
	box-shadow: none;
	-webkit-transition: all .8s cubic-bezier(0.55, 0, 0.175, 1);
	-moz-transition: all .8s cubic-bezier(0.55, 0, 0.175, 1);
	-ms-transition: all .8s cubic-bezier(0.55, 0, 0.175, 1);
	-o-transition: all .8s cubic-bezier(0.55, 0, 0.175, 1);
	transition: all .8s cubic-bezier(0.55, 0, 0.175, 1);
	line-height: 20px
}

.nav ul li ul li a,
.nav ul li.dropdown:hover ul li a,
.nav ul li.active ul li a {
	width: 260px;
	display: block;
	position: relative;
	color: #666;
	text-decoration: none;
	font-size: 14px;
	background: #fff;
	text-transform: none;
	border-bottom: 1px solid rgba(40, 129, 219, .1);
	border-right: 1px solid rgba(40, 129, 219, .1);
	border-left: 1px solid rgba(40, 129, 219, .1);
	-webkit-transition: padding .3s ease-in-out, color .2s ease-in-out, background .5s ease-in!important;
	-moz-transition: padding .3s ease-in-out, color .2s ease-in-out, background .5s ease-in!important;
	-ms-transition: padding .3s ease-in-out, color .2s ease-in-out, background .5s ease-in!important;
	-o-transition: padding .3s ease-in-out, color .2s ease-in-out, background .5s ease-in!important;
	transition: padding .3s ease-in-out, color .2s ease-in-out, background .5s ease-in!important;
	padding: 7px 0 7px 20px
}

.nav ul li ul li:hover a,
.nav ul li.dropdown:hover ul li:hover a,
.nav ul li.active ul li.active a {
	padding-left: 40px;
	color: #fff;
	background: #ff5722
}

.nav ul li ul li:first-child a {
	border-top: none
}

.nav ul>li:hover ul li {
	height: 35px
}

/*#togmenu {
	width: 98%;
	float: left;
	background: none;
	display: none;
	font-family: 'Roboto Slab';
	text-align: left;
	z-index: 999999;
	margin-left: 1%;
	margin-right: 1%;
	
}*/

/*Burger icon Responsive*/
#togmenu {
	width: 98%;
	float: left;
	background: none;
	display: none;
	font-family: 'Roboto Slab';
	text-align: left;
	z-index: 999999;
	margin-left: 4%;
	margin-right: 1%;
	margin-top: -4rem;
}

#togmenu span {
	font-size: 18px;
	color: #fff
}

#togmenu a {
	text-decoration: none
}

.dl-menuwrapper {
	width: 100%;
	max-width: 100%;
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
	z-index: 999999
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
	z-index: 9999
}

.dl-menuwrapper button {
	background: #fff;
	border: none;
	width: 38px;
	height: 36px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
	z-index: 999;
	border: 1px solid #ff5722
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: #005ca1
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #ff5722;
	top: 5px;
	left: 16%;
	box-shadow: 0 10px 0 #ff5722, 0 20px 0 #ff5722;
	z-index: 999
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 999999
}

.dl-menuwrapper li {
	position: relative;
	z-index: 999999
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 6px 25px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #333;
	outline: none;
	z-index: 999999;
	border: 1px solid rgba(138, 138, 138, .1)
}

.dl-menuwrapper li.dl-back>a {
	padding-left: 30px;
	background: #ff5722;
	z-index: 999999;
	color: #fff
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li>a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 30px;
	font-family: 'FontAwesome';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f054";
	color: #333;
	font-size: 10px;
	vertical-align: middle;
	z-index: 999999;
	padding-left: 30px;
	font-weight: 400
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	top: 2px;
	color: #fff;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 999999
}

.dl-menuwrapper li>a:not(:only-child):after {
	color: #111
}

.dl-menuwrapper li>a:not(:only-child):hover:after {
	color: #ff5722
}

.dl-menuwrapper li.dl-back:after {
	color: #fff
}

.dl-menuwrapper li.dl-back:hover:after {
	color: #ff5722
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 999
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	z-index: 999999
}

.dl-menuwrapper li .dl-submenu {
	display: none;
	z-index: 999
}

.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen>a,
.dl-menu.dl-subview li.dl-subview>a {
	display: none;
	z-index: 999999
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
	display: block;
	z-index: 999
}

.dl-menuwrapper>.dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
	z-index: 999
}

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 .4s linear forwards;
	-moz-animation: MenuAnimOut1 .4s linear forwards;
	animation: MenuAnimOut1 .4s linear forwards
}

@-webkit-keyframes MenuAnimOut1 {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg)
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0
	}
}

@-moz-keyframes MenuAnimOut1 {
	50% {
		-moz-transform: translateZ(-250px) rotateY(30deg)
	}
	75% {
		-moz-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5
	}
	100% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0
	}
}

@keyframes MenuAnimOut1 {
	50% {
		transform: translateZ(-250px) rotateY(30deg)
	}
	75% {
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5
	}
	100% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 .3s linear forwards;
	-moz-animation: MenuAnimIn1 .3s linear forwards;
	animation: MenuAnimIn1 .3s linear forwards
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: .5
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1
	}
}

@-moz-keyframes MenuAnimIn1 {
	0% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0
	}
	20% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
		opacity: .5
	}
	100% {
		-moz-transform: translateZ(0px) rotateY(0deg);
		opacity: 1
	}
}

@keyframes MenuAnimIn1 {
	0% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0
	}
	20% {
		transform: translateZ(-250px) rotateY(30deg);
		opacity: .5
	}
	100% {
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1
	}
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 .4s ease forwards;
	-moz-animation: SubMenuAnimIn1 .4s ease forwards;
	animation: SubMenuAnimIn1 .4s ease forwards
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1
	}
}

@-moz-keyframes SubMenuAnimIn1 {
	0% {
		-moz-transform: translateX(50%);
		opacity: 0
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		transform: translateX(50%);
		opacity: 0
	}
	100% {
		transform: translateX(0px);
		opacity: 1
	}
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 .4s ease forwards;
	-moz-animation: SubMenuAnimOut1 .4s ease forwards;
	animation: SubMenuAnimOut1 .4s ease forwards
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0
	}
}

@-moz-keyframes SubMenuAnimOut1 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1
	}
	100% {
		-moz-transform: translateX(50%);
		opacity: 0
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		transform: translateX(0%);
		opacity: 1
	}
	100% {
		transform: translateX(50%);
		opacity: 0
	}
}

.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block
}

.no-js .dl-menuwrapper li.dl-back {
	display: none
}

.no-js .dl-menuwrapper li>a:not(:only-child) {
	background: rgba(0, 0, 0, 0.1)
}

.no-js .dl-menuwrapper li>a:not(:only-child):after {
	content: ''
}

.demo-1 .dl-menuwrapper button {
	background: #fff;
	margin-top: 5px;
	margin-bottom: 5px
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
{
	background: #fff
}

.demo-1 .dl-menuwrapper ul {
	background: #fff;
	border-color: #b2251f;
	z-index: 99999999
}

.demo-1 .dl-menuwrapper ul li ul {
	background: #fff
}

.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 96px;
	height: 96px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	-webkit-transition: background .3s;
	transition: background .3s
}

.c-hamburger:focus {
	outline: 0
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 44px;
	left: 18px;
	right: 18px;
	height: 8px;
	background: #fff
}

.c-hamburger span::after,
.c-hamburger span::before {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 8px;
	background-color: #fff;
	content: ""
}

.c-hamburger--htla.is-active span::after,
.c-hamburger--htla.is-active span::before,
.c-hamburger--htra.is-active span::after,
.c-hamburger--htra.is-active span::before {
	width: 50%
}

.c-hamburger span::before {
	top: -20px
}

.c-hamburger span::after {
	bottom: -20px
}

.c-hamburger--rot {
	background-color: #28aadc
}

.c-hamburger--rot span {
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s
}

.c-hamburger--rot.is-active {
	background-color: #166888
}

.c-hamburger--rot.is-active span {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.c-hamburger--htx {
	background-color: #ff3264
}

.c-hamburger--htx span {
	-webkit-transition: background 0 .3s;
	transition: background 0 .3s
}

.c-hamburger--htx span::after,
.c-hamburger--htx span::before {
	-webkit-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.c-hamburger--htx span::before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform
}

.c-hamburger--htx span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform
}

.c-hamburger--htx.is-active {
	background-color: #cb0032
}

.c-hamburger--htx.is-active span {
	background: 0 0
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.c-hamburger--htx.is-active span::after,
.c-hamburger--htx.is-active span::before {
	-webkit-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s
}

.c-hamburger--htla {
	background-color: #32dc64
}

.c-hamburger--htla span {
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s
}

.c-hamburger--htla span::before {
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: -webkit-transform .3s, width .3s, top .3s;
	transition: transform .3s, width .3s, top .3s
}

.c-hamburger--htla span::after {
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
	-webkit-transition: -webkit-transform .3s, width .3s, bottom .3s;
	transition: transform .3s, width .3s, bottom .3s
}

.c-hamburger--htla.is-active {
	background-color: #18903c
}

.c-hamburger--htla.is-active span {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.c-hamburger--htla.is-active span::before {
	top: 0;
	-webkit-transform: translateX(38px)translateY(4px)rotate(45deg);
	-ms-transform: translateX(38px)translateY(4px)rotate(45deg);
	transform: translateX(38px)translateY(4px)rotate(45deg)
}

.c-hamburger--htla.is-active span::after {
	bottom: 0;
	-webkit-transform: translateX(38px)translateY(-4px)rotate(-45deg);
	-ms-transform: translateX(38px)translateY(-4px)rotate(-45deg);
	transform: translateX(38px)translateY(-4px)rotate(-45deg)
}

.c-hamburger--htra {
	background-color: #ff9650
}

.c-hamburger--htra span {
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s
}

.c-hamburger--htra span::before {
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition: -webkit-transform .3s, width .3s, top .3s;
	transition: transform .3s, width .3s, top .3s
}

.c-hamburger--htra span::after {
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transition: -webkit-transform .3s, width .3s, bottom .3s;
	transition: transform .3s, width .3s, bottom .3s
}

.c-hamburger--htra.is-active {
	background-color: #e95d00
}

.c-hamburger--htra.is-active span {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.c-hamburger--htra.is-active span::before {
	top: 0;
	-webkit-transform: translateX(-8px)translateY(4px)rotate(-45deg);
	-ms-transform: translateX(-8px)translateY(4px)rotate(-45deg);
	transform: translateX(-8px)translateY(4px)rotate(-45deg)
}

.c-hamburger--htra.is-active span::after {
	bottom: 0;
	-webkit-transform: translateX(-8px)translateY(-4px)rotate(45deg);
	-ms-transform: translateX(-8px)translateY(-4px)rotate(45deg);
	transform: translateX(-8px)translateY(-4px)rotate(45deg)
}

.dl-menuwrapper .dl-menu li a:hover {
	background: #fff;
	color: #ff5722;
	z-index: 999999
}

.dl-menuwrapper .dl-menu li ul li a:hover {
	color: #ff5722;
	z-index: 999999
}

.dl-menuwrapper .dl-menu li ul li.dl-back a:hover {
	color: #ff5722;
	z-index: 999999;
	background: rgba(56, 170, 228, , 5)
}

.dl-menuwrapper .dl-menu>li a.active,
.dl-menuwrapper .dl-menu li ul li a.active {
	color: #ff5722
}

#indexlayout {
	width: 86%;
	margin-right: 7%;
	margin-left: 7%;
	float: left;
	overflow: hidden;
	padding-bottom: 20px
}

#indexlayout2 {
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
	float: left;
	overflow: hidden;
	padding-bottom: 20px
}

.padtop {
	padding-top: 30px
}

#indexlayout1 {
	width: 100%;
	float: left;
	overflow: hidden;
	padding-bottom: 40px
}

.container {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left
}

.div50 {
	width: 50%;
	float: left;
	padding-bottom: 40px
}

.padleft {
	padding-left: 3%;
	padding-right: 2%
}

.padright {
	padding-right: 3%;
	padding-left: 2%
}

.padall {
	padding: 4%
}

.div33 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 33.33333333%
}

#bg {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%
}

#bg img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%
}

.text-theme-colored {
	color: #9FC246!important
}

h2 {
	orphans: 3;
	widows: 3;
	page-break-after: avoid;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 30px;
	font-size: 2rem;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	line-height: 1.42857143;
	color: #555
}

h3 {
	orphans: 3;
	widows: 3;
	page-break-after: avoid;
	font-family: inherit;
	font-weight: 500;
	color: inherit;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 20px;
	font-size: 1.5rem;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	line-height: 1.42857143;
	color: #555;
	margin-top: 0;
	padding-top: 0
}

.difwidth {
	width: 75%;
	margin: 0 auto;
	padding-top: 20px
}

ul.list_style4 {
	margin: 0;
	list-style: none;
	padding: 0;
	margin-left: 20px;
	margin-top: 6px
}

ul.list_style4 li {
	line-height: 25px;
	padding: 0;
	margin: 0;
	padding-top: 4px
}

.list_style4 li {
	position: relative
}

.pagelink a,
.list_style4 li a {
	text-decoration: none;
	color: #111
}

.list_style4.star li {
	padding: 3px 2px 3px 28px;
	border-bottom: none
}

.list_style4.star li:before {
	font-family: FontAwesome;
	content: "\f005";
	display: inline-block;
	border-radius: 0;
	font-size: 11px;
	text-align: center;
	position: absolute;
	left: 0;
	color: #9fc246;
	top: 5px;
	font-style: normal;
	font-weight: 400
}

.list_style4.star1 li {
	padding: 3px 0 3px 20px;
	border-bottom: none
}

.list_style4.star1 li:before {
	font-family: FontAwesome;
	content: "\f0c8";
	display: inline-block;
	border-radius: 0;
	font-size: 8px;
	text-align: center;
	position: absolute;
	left: 0;
	color: rgba(0, 87, 216, .6);
	top: 3px;
	font-style: normal;
	font-weight: 400
}

.samhe ul.list_style4 {
	width: 70%
}

ul.partner_logos {
	float: none;
	list-style: none;
	/*width: 100%;*/
	width: 60%;
	display: table;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	margin-top: 20px
}

ul.partner_logos li {
	padding: 0;
	background: #fff;
	opacity: .8;
	display: inline-block;
	margin: 0;
	margin-bottom: 20px
}

/*Added for the Logos on Corporate Partnerships (CSR)*/
ul.csr_logos {
	float: none;
	list-style: none;
	width: 80%;
	display: table;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	margin-top: 20px
}
/*Added for the Logos on Corporate Partnerships (CSR)*/
ul.csr_logos li {
	padding: 0;
	background: #fff;
	opacity: .8;
	display: inline-block;
	margin: 0;
	margin-bottom: 20px
}
.multi-gd-text a {
	display: block;
	position: relative
}

.multi-gd-text a:hover::before {
	width: 100%;
	height: 100%
}

.multi-gd-text a::before {
	background: rgba(255, 87, 34, .1);
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	transition: all .5s ease-out 0s;
	z-index: 99;
	content: ""
}

.multi-gd-text img {
	height: auto;
	width: 100%
}

.multi-gd-text a:hover::after {
	width: 100%;
	height: 100%
}

.multi-gd-text a::after {
	background: rgba(255, 87, 34, .1);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	transition: all .5s ease-out 0s;
	z-index: 99;
	content: ""
}

#div70 {
	width: 68%;
	margin-right: 2%;
	float: left
}

#div30 {
	width: 30%;
	float: left
}

#div70 .div33 {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 45px
}

.difbord {
	background: rgba(255, 255, 255, .5);
	width: 100%;
	float: none;
	display: inline-block;
	margin-top: 10px;
	vertical-align: top;
	border: 1px solid rgba(138, 138, 138, .5);
	border-radius: 9px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	padding: 0 15px
}

.difbord:hover {
	border: 1px solid rgba(255, 87, 34, .5);
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease
}

.difbord a {
	text-decoration: none
}

.seprator_top_fifteen {
	margin-top: 20px
}

.btn-small {
	border: 1px solid rgba(138, 138, 138, .3);
	display: table;
	border-radius: 4px;
	padding: 5px 13px;
	font-size: 11px;
	color: #111;
	font-weight: 500;
	margin-top: 10px;
	transition: all .2s linear;
	-webkit-transition: color .5s ease-in-out, background .5s ease-in;
	-moz-transition: color .5s ease-in-out, background .5s ease-in;
	-o-transition: color .5s ease-in-out, background .5s ease-in;
	-ms-transition: color .5s ease-in-out, background .5s ease-in
}

.left_icon_wrapper:hover .btn-small {
	border-color: rgba(255, 87, 34, .6)
}

.btn-small:hover {
	color: #fff;
	background: #ff5722;
	border-color: #ff5722;
	transition: all .2s linear;
	-webkit-transition: color .5s ease-in-out, background .5s ease-in;
	-moz-transition: color .5s ease-in-out, background .5s ease-in;
	-o-transition: color .5s ease-in-out, background .5s ease-in;
	-ms-transition: color .5s ease-in-out, background .5s ease-in
}

.imgcent {
	margin: 0 auto;
	display: block;
	margin-top: -40px
}

.imgcent img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid rgba(138, 138, 138, .5)
}

.left_icon_wrapper:hover img {
	border-color: rgba(255, 87, 34, .6)
}

.samh {
	font-weight: 500;
	color: inherit;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 1.3rem;
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	line-height: 1.42857143;
	color: #555;
	-webkit-transition: color .5s ease-in-out, background .5s ease-in;
	-moz-transition: color .5s ease-in-out, background .5s ease-in;
	-o-transition: color .5s ease-in-out, background .5s ease-in;
	-ms-transition: color .5s ease-in-out, background .5s ease-in
}

.left_icon_wrapper:hover .samh {
	color: #9FC246!important
}

#div70 .div33:hover .difbord {
	-webkit-box-shadow: 0 1px 4px rgba(255, 87, 34, 0.1), 0 0 40px rgba(255, 87, 34, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(255, 87, 34, 0.1), 0 0 40px rgba(255, 87, 34, 0.1) inset;
	box-shadow: 0 1px 4px rgba(255, 87, 34, 0.1), 0 0 40px rgba(255, 87, 34, 0.1) inset
}

.div303 {
	border: 1px solid rgba(138, 138, 138, .3);
	border-radius: 9px;
	padding-top: 10px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease
}

#div30 .imgcent {
	margin: 0 auto;
	display: block;
	margin-top: -5px
}

.div303:hover {
	-webkit-box-shadow: 0 1px 4px rgba(255, 87, 34, 0.1), 0 0 40px rgba(255, 87, 34, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(255, 87, 34, 0.1), 0 0 40px rgba(255, 87, 34, 0.1) inset;
	box-shadow: 0 1px 4px rgba(255, 87, 34, 0.1), 0 0 40px rgba(255, 87, 34, 0.1) inset;
	border: 1px solid rgba(255, 87, 34, .5);
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease
}

#div30 .btn-small {
	margin-top: 30px
}

article {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center
}

.jcarousellite ul,
.jcarousellite ul li {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none
}

.jcarousellite li {
	text-align: center;
	margin: 0;
	padding: 0
}

.carousel-pagination {
	text-align: center;
	float: left;
	width: 100%;
	margin: 0 auto;
	margin-top: 5px;
	padding-bottom: 15px
}

.carousel-pagination a {
	background: url(../images/btn.png) no-repeat;
	width: 19px;
	height: 5px;
	margin: 0 3px;
	display: inline-block
}

.carousel-pagination a.selected {
	background: url(../images/btn-active.png) no-repeat;
	cursor: default
}

.carousel-pagination a span {
	display: none
}

.info {
	background: transperent;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	border-top: none;
	position: relative;
	padding-bottom: 10px
}

.info .sub-title {
	position: relative;
	padding-bottom: 0;
	text-align: center
}

.info .sub-title p {
	padding-bottom: 0;
	margin-top: 5px;
	text-align: center
}

.info a {
	text-decoration: none;
	margin-bottom: 10px
}

.newheigh1 {
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	line-height: 1.42857143;
	color: #555;
	margin-bottom: 0;
	display: block;
	padding: 15px;
	padding-bottom: 0;
	padding-top: 5px;
	font-weight: 500
}

.newheigh2 {
	font-size: 23x
}

.samhrr {
	font-weight: 500;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
	color: #555;
	-webkit-transition: color .5s ease-in-out, background .5s ease-in;
	-moz-transition: color .5s ease-in-out, background .5s ease-in;
	-o-transition: color .5s ease-in-out, background .5s ease-in;
	-ms-transition: color .5s ease-in-out, background .5s ease-in
}

#banner {
	width: 100%;
	float: left;
	position: relative
}

.tp-caption a {
	text-decoration: none;
	color: #fff
}

.tp-caption.banner-button:hover a,
.banner-button:hover a {
	color: rgba(255, 87, 34, .8);
	-webkit-transition: color .5s ease-in-out, background .5s ease-in;
	-moz-transition: color .5s ease-in-out, background .5s ease-in;
	-o-transition: color .5s ease-in-out, background .5s ease-in;
	-ms-transition: color .5s ease-in-out, background .5s ease-in
}

.tp-caption.banner-button,
.banner-button {
	background: rgba(255, 255, 255, .2);
	border-style: solid;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 17px;
	padding: 15px 35px;
	text-decoration: none;
	border: 1px solid rgba(255, 87, 34, 1);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-transition: color .5s ease-in-out, background .5s ease-in;
	-moz-transition: color .5s ease-in-out, background .5s ease-in;
	-o-transition: color .5s ease-in-out, background .5s ease-in;
	-ms-transition: color .5s ease-in-out, background .5s ease-in
}

.tp-caption.banner-button:hover,
.banner-button:hover {
	background: rgba(255, 255, 255, .7)
}

#stopButton {
	position: absolute;
	top: 20px;
	right: 90px;
	z-index: 3;
	cursor: pointer
}

#resumeButton {
	position: absolute;
	top: 20px;
	right: 40px;
	cursor: pointer;
	z-index: 3
}

.print-icon {
	display: inline-block;
	float: left;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: rgba(255, 255, 255, .3);
	width: 40px;
	height: 40px;
	position: relative;
	margin-top: 10px;
	border: 1px solid #ff5722;
	-webkit-transition: color .5s ease-in-out, background .5s ease-in;
	-moz-transition: color .5s ease-in-out, background .5s ease-in;
	-o-transition: color .5s ease-in-out, background .5s ease-in;
	-ms-transition: color .5s ease-in-out, background .5s ease-in
}

.print-icon i {
	font-size: 14px;
	color: #ff5722;
	position: absolute;
	text-align: center;
	left: 35%;
	top: 31%;
	-webkit-transition: color .5s ease-in-out, background .5s ease-in;
	-moz-transition: color .5s ease-in-out, background .5s ease-in;
	-o-transition: color .5s ease-in-out, background .5s ease-in;
	-ms-transition: color .5s ease-in-out, background .5s ease-in
}

.print-icon i.fa-play {
	font-size: 18px;
	top: 27%;
	left: 35%
}

.print-icon:hover {
	background: #ff5722
}

.print-icon:hover i {
	color: #fff
}

.aboutus {
	background: url(../images/parallax051.jpg) no-repeat 0 0;
	background-size: cover;
	background-attachment: fixed
}

.insidehading {
	float: none;
	display: table;
	margin: 0 auto;
	background: rgba(255, 255, 255, .5);
	padding: 0 80px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px
}

.headline h4 {
	display: inline-block;
	font-size: 30px;
	color: #565656;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 5px
}

.headline {
	display: block;
	padding-top: 0;
	margin-top: 0
}

#insiderighttop {
	width: 100%;
	float: left;
	padding: 25px 0;
	font-size: 14px
}

#insiderighttop a {
	text-decoration: none;
	color: #333
}

#insiderighttop a:hover {
	color: #ff5722
}

#insiderighttop i {
	padding: 0 15px;
	color: #ff5722;
	font-size: 18px;
	top: 4px
}

h1 {
	line-height: 40px;
	margin: 0;
	font-size: 30px!important;
	color: #565656;
	letter-spacing: -2px!important;
	font-weight: 300
}

.block-header {
	font-size: 3em
}

.separator {
	width: 100%;
	margin: 10px auto 55px;
	position: relative;
	height: 2px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0)scale(1, 1)
}

.separator:after {
	height: 2px;
	background: #9fc246;
	background: -moz-linear-gradient(left, rgba(159, 194, 70, 0) 0, rgba(159, 194, 70, .41) 35%, rgba(159, 194, 70, .41) 70%, rgba(159, 194, 70, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(159, 194, 70, 0)), color-stop(35%, rgba(159, 194, 70, .41)), color-stop(70%, rgba(159, 194, 70, .41)), color-stop(100%, rgba(159, 194, 70, 0)));
	background: -webkit-linear-gradient(left, rgba(159, 194, 70, 0) 0, rgba(159, 194, 70, .41) 35%, rgba(159, 194, 70, .41) 70%, rgba(159, 194, 70, 0) 100%);
	background: -o-linear-gradient(left, rgba(159, 194, 70, 0) 0, rgba(159, 194, 70, .41) 35%, rgba(159, 194, 70, .41) 70%, rgba(159, 194, 70, 0) 100%);
	background: -ms-linear-gradient(left, rgba(159, 194, 70, 0) 0, rgba(159, 194, 70, .41) 35%, rgba(159, 194, 70, .41) 70%, rgba(159, 194, 70, 0) 100%);
	background: linear-gradient(to right, rgba(159, 194, 70, 0) 0, rgba(159, 194, 70, .41) 35%, rgba(159, 194, 70, .41) 70%, rgba(159, 194, 70, 0) 100%);
	position: absolute;
	bottom: -1px;
	content: "";
	width: 100%;
	left: 0
}

.print-icon1 {
	float: none;
	display: table;
	margin: 0 auto;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: transperent;
	width: 80px;
	height: 80px;
	position: relative;
	margin-top: 20px;
	border: 1px solid rgba(138, 138, 138, .5);
	transition: all .6s ease-out 0s;
	-webkit-transition: all .6 ease-out 0s;
	-moz-transition: all .6s ease-out 0s;
	-o-transition: all .6s ease-out 0s
}

.print-icon1 i {
	font-size: 32px;
	color: #9fc246;
	position: absolute;
	text-align: center;
	left: 30%;
	top: 28%;
	transition: all .6s ease-out 0s;
	-webkit-transition: all .6 ease-out 0s;
	-moz-transition: all .6s ease-out 0s;
	-o-transition: all .6s ease-out 0s
}

.print-icon1 .fa-map-marker {
	font-size: 42px;
	color: #9fc246;
	position: absolute;
	text-align: center;
	left: 34.5%;
	top: 24%
}

.print-icon1 .fa-phone {
	font-size: 38px;
	color: #9fc246;
	position: absolute;
	text-align: center;
	left: 36%;
	top: 26%
}

.contactusi:hover i {
	color: #ff5722
}

.contactusi:hover .print-icon1 {
	border-color: #ff5722
}

.samh2 {
	font-weight: 500;
	color: inherit;
	margin-top: 20px;
	font-size: 20px;
	font-size: 1.3rem;
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	line-height: 1.42857143;
	color: #555;
	-webkit-transition: color .5s ease-in-out, background .5s ease-in;
	-moz-transition: color .5s ease-in-out, background .5s ease-in;
	-o-transition: color .5s ease-in-out, background .5s ease-in;
	-ms-transition: color .5s ease-in-out, background .5s ease-in
}

#contact-form-main {
	width: 100%;
	position: relative;
	color: #111;
	margin: 0 auto
}

#contact-form-main input,
#contact-form-main select,
#contact-form-main textarea,
#contact-form-main label {
	margin-bottom: 30px
}

#contact-form-main input,
#contact-form-main select,
#contact-form-main textarea {
	width: 100%;
	border: 1px solid rgba(73, 80, 82, .1);
	border-bottom: 1px solid rgba(159, 197, 70, .5);
	margin-bottom: 45px;
	padding: 9px 12px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: none;
	border-radius: 5px;
	font-style: italic;
	color: #111;
	font-size: 16px;
	font-weight: lighter;
	-webkit-transition: all 1s;
	-moz-transition: all 15s;
	-o-transition: all 1s;
	transition: all 1s
}

.container2 {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 20px;
	font-style: italic;
	color: #111;
	font-weight: lighter;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container2 input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border: 1px solid rgba(73, 80, 82, .1);
	border-bottom: 2px solid rgba(0, 92, 161, .5);
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: none;
	border-radius: 5px;
	font-style: italic;
	color: #666;
	font-size: 16px;
	font-weight: lighter;
	-webkit-transition: all 1s;
	-moz-transition: all 15s;
	-o-transition: all 1s;
	transition: all 1s
}

.container2:hover input~.checkmark {
	border-color: rgba(0, 92, 161, .8);
	-webkit-transition: all 1s;
	-moz-transition: all 15s;
	-o-transition: all 1s;
	transition: all 1s
}

.container2 input:checked~.checkmark {
	background-color: #2196F3
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.container2 input:checked~.checkmark:after {
	display: block
}

.container2 .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

#contact-form-main input:hover,
#contact-form-main textarea:hover,
#contact-form-main input:focus,
#contact-form-main textarea:focus {
	border-color: rgba(159, 197, 70, .8);
	-webkit-transition: all 1s;
	-moz-transition: all 15s;
	-o-transition: all 1s;
	transition: all 1s
}

#contact-form-main textarea {
	font-size: 17px;
	color: #111;
	height: 150px;
	resize: none;
	color: #000;
	font-style: italic
}

#contact-form-main label {
	display: block
}

#contact-form-main .required {
	font-weight: 700;
	color: #ff5722
}

#contact-form-main #submit-button {
	width: 40%;
	float: none;
	border: 1px solid rgba(159, 197, 70, .5);
	display: table;
	margin: 0 auto;
	margin-top: 5px;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: all 1s;
	-moz-transition: all 15s;
	-o-transition: all 1s;
	transition: all 1s
}

.cvformat {
	font-size: 14px;
	display: block;
	margin-top: 20px;
	margin-left: 15px
}

#contact-form-main #submit-button:hover {
	background: rgba(159, 197, 70, .8);
	color: #fff;
	-webkit-transition: all 15s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	border-color: rgba(159, 197, 70, 1)
}

#contact-form-main #submit-button:active {
	position: relative;
	top: 1px
}

#contact-form-main #req-field-desc {
	font-style: italic
}

#contact-form-main input:required,
#contact-form-main textarea:required {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}

::-webkit-input-placeholder {
	color: #8a8a8a;
	font-style: italic
}

#contact-form-main-main input:-moz-placeholder,
#contact-form-main textarea:-moz-placeholder {
	color: #8a8a8a;
	font-style: italic
}

#contact-form-main input.placeholder-text,
#contact-form-main textarea.placeholder-text {
	color: #8a8a8a;
	font-style: italic
}

#contact-form-main ::-webkit-input-placeholder {
	color: #8a8a8a
}

#contact-form-main ::-moz-placeholder {
	color: #8a8a8a
}

#contact-form-main :-ms-input-placeholder {
	color: #8a8a8a
}

#contact-form-main :-moz-placeholder {
	color: #8a8a8a
}

#contact-form-main input:focus::-webkit-input-placeholder {
	opacity: .1;
	filter: alpha(opacity=10)
}

#contact-form-main input:focus:-moz-placeholder {
	opacity: .1;
	filter: alpha(opacity=10)
}

#contact-form-main input:focus::-moz-placeholder {
	opacity: .1;
	filter: alpha(opacity=10)
}

#contact-form-main input:focus:-ms-input-placeholder {
	opacity: .1;
	filter: alpha(opacity=10)
}

#contact-form-main textarea:focus::-webkit-input-placeholder {
	opacity: .1;
	filter: alpha(opacity=10)
}

#contact-form-main textarea:focus:-moz-placeholder {
	opacity: .1;
	filter: alpha(opacity=10)
}

#contact-form-main textarea:focus::-moz-placeholder {
	opacity: .1;
	filter: alpha(opacity=10)
}

#contact-form-main textarea:focus:-ms-input-placeholder {
	opacity: .1;
	filter: alpha(opacity=10)
}

#contact-form .required {
	color: #8a8a8a
}

#contact-form-main .required {
	color: #8a8a8a
}

#contact-form-main #success,
#contact-form-main #error {
	display: none
}

#contact-form-main #success span,
#contact-form-main #error span {
	display: block;
	position: absolute;
	top: 260px;
	width: 100%;
	text-align: center
}

#contact-form-main #success span p,
#contact-form-main #error span p {
	margin-top: 60px
}

#contact-form-main #success span p {
	color: #ff5722
}

#contact-form-main #error span p {
	color: #ff5722
}

#contact-form-main input[type="text"][disabled],
#contact-form-main textarea[disabled] {
	background: #111
}

#contact-form-main label.error {
	margin-top: -35px;
	font-size: 12px;
	color: #ff5722;
	line-height: 12px;
	padding-bottom: 0;
	margin-bottom: 30px;
	margin-left: 14px
}

#refresh {
	padding-left: 0;
	vertical-align: top;
	margin-top: -5px
}

#refresh:hover {
	cursor: pointer
}

#captcha {
	margin-top: -7px;
}

span.captcha {
	width: 195px;
	text-align: center;
	background: url(../images/captchaback.jpg);
}

.captcha {
	font-size: 25px;
	color: #111;
	margin-right: 10px;
	font-weight: 800;
	display: inline-block;
	vertical-align: top;
	margin-top: -8px;
	padding: 5px 15px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-o-user-select: none;
	unselectable: on;
	onselectstart: return false;
	onmousedown: return false;
}

.map {
	width: 100%;
	height: 280px;
	position: relative;
	overflow: hidden;
	margin: 90px 20px 0
}

@media (max-width: 767px) {
	.map {
		height: auto;
		padding-top: 250px;
		overflow: inherit
	}
}

.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	bottom: 0;
	border: 1px solid rgba(73, 80, 82, .2);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px
}

#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px
}

#map-canvas img {
	max-width: none!important
}

#div33quality {
	width: 100%;
	float: none;
	display: table;
	margin: 0 auto;
	padding: 25px;
	text-align: center
}

#div33quality .threeblock {
	position: relative;
	margin: 0 auto;
	background: none
}

#div33quality .threeblock .threeblockinside {
	border: 1px solid rgba(0, 92, 161, .2);
	padding: 35px 15px 25px;
	background: #fff;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease
}

#div33quality .threeblock .threeblockinside .desc {
	display: block;
	line-height: 30px;
	margin-top: 0;
	font-weight: 400;
	color: #111;
	padding: 0 25px 20px;
	position: relative
}

#div33quality .threeblock .socialrespo {
	border: 1px solid rgba(0, 92, 161, .2);
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset
}

.threeblock h4 {
	page-break-after: avoid;
	orphans: 3;
	widows: 3;
	font-family: inherit;
	font-size: 25px;
	color: #9fc246;
	font-weight: 500;
	text-align: center;
	font: 400 35px/.8 Cookie, Helvetica, sans-serif;
	margin: 0 0 18px;
	text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
	-webkit-transition: color .6s ease-in, background .6s ease-in;
	-moz-transition: color .6s ease-in, background .6s ease-in;
	-o-transition: color .6s ease-in, background .6s ease-in;
	-ms-transition: color .6s ease-in, background .6s ease-in
}

#div25 {
	width: 20%;
	float: left;
	display: inline-block;
	padding: 0 20px
}

#div25 img {
	padding: 2px;
	text-align: center;
	margin-top: 5px;
	padding: 2px;
	border: 1px solid rgba(79, 130, 187, .2)
}

#div75 {
	width: 80%;
	float: left;
	display: inline-block
}

#div75 a {
	color: #111;
	text-decoration: none
}

ul.teamphoto {
	float: none;
	list-style: none;
	width: 100%;
	display: table;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	margin-top: 60px
}

ul.teamphoto li {
	padding: 0;
	background: #fff;
	opacity: 1;
	display: inline-block;
	margin: 5px;
	margin-bottom: 60px;
	margin-top: 0
}

ul.teamphoto li .md-trigger:hover {
	cursor: pointer
}

ul.teamphoto li img {
	padding: 2px;
	border: 1px solid rgba(79, 130, 187, .2)
}

.logo_tagline {
	display: block;
	color: #111;
	text-align: center;
	margin: 0 auto;
	pading-bottom: 0;
	padding-top: 5px;
	overflow: hidden
}

.logo_tagline .text-theme-colored {
	color: #9FC246!important;
	font-size: 15px;
	padding-top: 4px
}

#insidetable {
	width: 100%;
	border: 1px solid rgba(79, 130, 187, .2);
	border-collapse: collapse;
	border-spacing: 5px;
	margin-bottom: 20px;
	color: #111;
	font-weight: lighter
}

#insidetable th {
	background-color: #f9f9f9;
	background-repeat: no-repeat;
	padding: 14px 10px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(79, 130, 187, .2)
}

#insidetable thead td {
	background-color: #eceded;
	background-repeat: no-repeat;
	padding: 14px 10px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(79, 130, 187, .2);
	color: #111;
	font-weight: 400;
	font-style: normal
}

#insidetable td {
	background-color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(79, 130, 187, .2);
	padding: 5px 10px;
	font-family: 'Roboto Condensed';
	background-color: #fff
}

#insidetable a {
	text-decoration: none;
	color: #333
}

.media-body2 u {
	text-decoration: none;
	position: relative
}

.media-body2 u:after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -5px;
	border-width: 0 0 2px;
	border-style: dotted;
	border-color: rgba(159, 194, 70, .6)
}

.media-body2 .projectteam {
	margin-bottom: 5px
}

.tabs {
	width: 94%;
	margin: 25px 0;
	margin-left: 3%;
	margin-right: 3%;
	position: relative;
	min-height: 900px;
	clear: both
}

.tab {
	float: left
}

.tab label {
	float: left;
	display: inline-block;
	background: #eee;
	padding: 7px 13px;
	position: relative;
	margin: 5px 8px 30px;
	border: 1px solid rgba(138, 138, 138, .3);
	border-bottom: 1px solid rgba(138, 138, 138, .3);
	cursor: pointer;
	border-radius: 4px;
	font-weight: 500;
	transition: all .2s linear;
	-webkit-transition: color .5s ease-in-out, background .5s ease-in;
	-moz-transition: color .5s ease-in-out, background .5s ease-in;
	-o-transition: color .5s ease-in-out, background .5s ease-in;
	-ms-transition: color .5s ease-in-out, background .5s ease-in
}

.tab label:hover {
	border-color: rgba(255, 87, 34, .4);
	color: #ff5722;
	transition: all .2s linear;
	-webkit-transition: color .5s ease-in-out, background .5s ease-in;
	-moz-transition: color .5s ease-in-out, background .5s ease-in;
	-o-transition: color .5s ease-in-out, background .5s ease-in;
	-ms-transition: color .5s ease-in-out, background .5s ease-in
}

.tab [type=radio] {
	display: none
}

.content {
	position: absolute;
	top: 150px;
	left: 0;
	background: #fff;
	right: 0;
	bottom: 0;
	padding: 20px;
	overflow: hidden
}

.content>* {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease
}

[type=radio]:checked~label {
	z-index: 2;
	border-color: rgba(255, 87, 34, .4);
	color: #ff5722
}

[type=radio]:checked~label~.content {
	z-index: 1
}

[type=radio]:checked~label~.content>* {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0)
}

.dropdown-menu>li.checkbox-row {
	padding: 5px 20px
}

.dropdown-menu li.checkbox-row {
	display: block;
	clear: both;
	font-weight: 400;
	line-height: 20px;
	color: #333;
	white-space: nowrap
}

.dropdown-menu li.checkbox-row label {
	font-weight: 400
}

.dropdown-menu li.checkbox-row:hover,
.dropdown-menu li.checkbox-row input:hover,
.dropdown-menu li.checkbox-row label:hover {
	cursor: pointer
}

.no-touch .dropdown-menu>.checkbox-row:hover,
.no-touch .dropdown-menu>.checkbox-row:active {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.btn-toolbar {
	margin-bottom: 20px
}

.lt-ie8 .btn-toolbar {
	display: none
}

.table-responsive {
	margin-bottom: 20px
}

.table-responsive>.table {
	margin-bottom: 0
}

.table-responsive>.table-bordered {
	border: 0
}

.table-responsive>.table-bordered>thead>tr>th:first-child,
.table-responsive>.table-bordered>tbody>tr>th:first-child,
.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.table-responsive>.table-bordered>thead>tr>td:first-child,
.table-responsive>.table-bordered>tbody>tr>td:first-child,
.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}

.table-responsive>.table-bordered>thead>tr>th:last-child,
.table-responsive>.table-bordered>tbody>tr>th:last-child,
.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.table-responsive>.table-bordered>thead>tr>td:last-child,
.table-responsive>.table-bordered>tbody>tr>td:last-child,
.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}

.table-responsive>.table-bordered>tbody>tr:last-child>th,
.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.table-responsive>.table-bordered>tbody>tr:last-child>td,
.table-responsive>.table-bordered>tfoot>tr:last-child>td {
	border-bottom: 0
}

.table-responsive[data-pattern="priority-columns"] {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border-radius: 3px;
	-webkit-overflow-scrolling: touch
}

.table-responsive[data-pattern="priority-columns"]>.table {
	margin-bottom: 0
}

.table-responsive[data-pattern="priority-columns"]>.table>thead>tr>th,
.table-responsive[data-pattern="priority-columns"]>.table>tbody>tr>th,
.table-responsive[data-pattern="priority-columns"]>.table>tfoot>tr>th,
.table-responsive[data-pattern="priority-columns"]>.table>thead>tr>td,
.table-responsive[data-pattern="priority-columns"]>.table>tbody>tr>td,
.table-responsive[data-pattern="priority-columns"]>.table>tfoot>tr>td {
	white-space: nowrap
}

.table-responsive[data-pattern="priority-columns"]>.table-bordered {
	border: 0
}

.table-responsive[data-pattern="priority-columns"]>.table-bordered>thead>tr>th:first-child,
.table-responsive[data-pattern="priority-columns"]>.table-bordered>tbody>tr>th:first-child,
.table-responsive[data-pattern="priority-columns"]>.table-bordered>tfoot>tr>th:first-child,
.table-responsive[data-pattern="priority-columns"]>.table-bordered>thead>tr>td:first-child,
.table-responsive[data-pattern="priority-columns"]>.table-bordered>tbody>tr>td:first-child,
.table-responsive[data-pattern="priority-columns"]>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}

.table-responsive[data-pattern="priority-columns"]>.table-bordered>thead>tr>th:last-child,
.table-responsive[data-pattern="priority-columns"]>.table-bordered>tbody>tr>th:last-child,
.table-responsive[data-pattern="priority-columns"]>.table-bordered>tfoot>tr>th:last-child,
.table-responsive[data-pattern="priority-columns"]>.table-bordered>thead>tr>td:last-child,
.table-responsive[data-pattern="priority-columns"]>.table-bordered>tbody>tr>td:last-child,
.table-responsive[data-pattern="priority-columns"]>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}

.table-responsive[data-pattern="priority-columns"]>.table-bordered>tbody>tr:last-child>th,
.table-responsive[data-pattern="priority-columns"]>.table-bordered>tfoot>tr:last-child>th,
.table-responsive[data-pattern="priority-columns"]>.table-bordered>tbody>tr:last-child>td,
.table-responsive[data-pattern="priority-columns"]>.table-bordered>tfoot>tr:last-child>td {
	border-bottom: 0
}

.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority],
.mq.js.lt-ie10 .sticky-table-header th[data-priority],
.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority],
.mq.js.lt-ie10 .sticky-table-header td[data-priority] {
	display: none
}

.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="1"],
.lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="1"],
.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="1"],
.lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="1"] {
	display: inline
}

.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="1"],
.mq.js.lt-ie10 .sticky-table-header th[data-priority="1"],
.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="1"],
.mq.js.lt-ie10 .sticky-table-header td[data-priority="1"] {
	display: table-cell
}

@media screen and (min-width:480px) {
	.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="2"],
	.lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="2"],
	.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="2"],
	.lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="2"] {
		display: inline
	}
	.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="2"],
	.mq.js.lt-ie10 .sticky-table-header th[data-priority="2"],
	.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="2"],
	.mq.js.lt-ie10 .sticky-table-header td[data-priority="2"] {
		display: table-cell
	}
}

@media screen and (min-width:640px) {
	.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="3"],
	.lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="3"],
	.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="3"],
	.lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="3"] {
		display: inline
	}
	.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="3"],
	.mq.js.lt-ie10 .sticky-table-header th[data-priority="3"],
	.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="3"],
	.mq.js.lt-ie10 .sticky-table-header td[data-priority="3"] {
		display: table-cell
	}
}

@media screen and (min-width:800px) {
	.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="4"],
	.lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="4"],
	.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="4"],
	.lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="4"] {
		display: inline
	}
	.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="4"],
	.mq.js.lt-ie10 .sticky-table-header th[data-priority="4"],
	.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="4"],
	.mq.js.lt-ie10 .sticky-table-header td[data-priority="4"] {
		display: table-cell
	}
}

@media screen and (min-width:960px) {
	.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="5"],
	.lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="5"],
	.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="5"],
	.lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="5"] {
		display: inline
	}
	.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="5"],
	.mq.js.lt-ie10 .sticky-table-header th[data-priority="5"],
	.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="5"],
	.mq.js.lt-ie10 .sticky-table-header td[data-priority="5"] {
		display: table-cell
	}
}

@media screen and (min-width:1120px) {
	.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="6"],
	.lt-ie9.mq.js.lt-ie10 .sticky-table-header th[data-priority="6"],
	.lt-ie9.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="6"],
	.lt-ie9.mq.js.lt-ie10 .sticky-table-header td[data-priority="6"] {
		display: inline
	}
	.mq.js .table-responsive[data-pattern="priority-columns"] th[data-priority="6"],
	.mq.js.lt-ie10 .sticky-table-header th[data-priority="6"],
	.mq.js .table-responsive[data-pattern="priority-columns"] td[data-priority="6"],
	.mq.js.lt-ie10 .sticky-table-header td[data-priority="6"] {
		display: table-cell
	}
}

table.table-small-font {
	font-size: 12px;
	-webkit-text-size-adjust: none;
	line-height: 1.5em
}

table.focus-on tbody tr:hover {
	cursor: pointer
}

table.focus-on tbody tr.focused th,
table.focus-on tbody tr.focused td {
	background-color: #5bc0de;
	color: #000
}

table th.col-hide,
table td.col-hide {
	display: none
}

table th.col-show,
table td.col-show {
	display: inline
}

.lt-ie9 table th.col-show,
.lt-ie9 table td.col-show {
	display: table-cell
}

.lt-ie9 table.display-all th,
.lt-ie9 table.display-all td {
	display: inline!important
}

table.display-all th,
table.display-all td {
	display: table-cell!important
}

.sticky-table-header {
	background-color: #fff;
	border: none;
	border-radius: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 990;
	overflow: hidden;
	min-width: 100%
}

.sticky-table-header.fixed-solution {
	min-width: 0;
	position: fixed
}

.lt-ie10 .sticky-table-header.fixed-solution {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-sizing: content-box;
	border-bottom: none
}

.sticky-table-header.border-radius-fix {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.sticky-table-header>.table {
	margin-bottom: 0
}

.sticky-table-header>.table>thead>tr>th,
.sticky-table-header>.table>tbody>tr>th,
.sticky-table-header>.table>tfoot>tr>th,
.sticky-table-header>.table>thead>tr>td,
.sticky-table-header>.table>tbody>tr>td,
.sticky-table-header>.table>tfoot>tr>td {
	white-space: nowrap
}

.sticky-table-header>.table-bordered {
	border: 0
}

.sticky-table-header>.table-bordered>thead>tr>th:first-child,
.sticky-table-header>.table-bordered>tbody>tr>th:first-child,
.sticky-table-header>.table-bordered>tfoot>tr>th:first-child,
.sticky-table-header>.table-bordered>thead>tr>td:first-child,
.sticky-table-header>.table-bordered>tbody>tr>td:first-child,
.sticky-table-header>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}

.sticky-table-header>.table-bordered>thead>tr>th:last-child,
.sticky-table-header>.table-bordered>tbody>tr>th:last-child,
.sticky-table-header>.table-bordered>tfoot>tr>th:last-child,
.sticky-table-header>.table-bordered>thead>tr>td:last-child,
.sticky-table-header>.table-bordered>tbody>tr>td:last-child,
.sticky-table-header>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}

.sticky-table-header>.table-bordered>tbody>tr:last-child>th,
.sticky-table-header>.table-bordered>tfoot>tr:last-child>th,
.sticky-table-header>.table-bordered>tbody>tr:last-child>td,
.sticky-table-header>.table-bordered>tfoot>tr:last-child>td {
	border-bottom: 0
}

.rev_slider_wrapper {
	position: relative;
	z-index: 0
}

.rev_slider {
	position: relative;
	overflow: visible
}

.tp-overflow-hidden {
	overflow: hidden
}

.tp-simpleresponsive img,
.rev_slider img {
	max-width: none!important;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	margin: 0;
	padding: 0;
	border-width: 0;
	border: none
}

.rev_slider .no-slides-text {
	font-weight: 700;
	text-align: center;
	padding-top: 80px
}

.rev_slider>ul,
.rev_slider_wrapper>ul,
.tp-revslider-mainul>li,
.rev_slider>ul>li,
.rev_slider>ul>li:before,
.tp-revslider-mainul>li:before,
.tp-simpleresponsive>ul,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before,
.tp-revslider-mainul>li,
.tp-simpleresponsive>ul>li {
	list-style: none!important;
	position: absolute;
	margin: 0!important;
	padding: 0!important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none!important;
	background-image: none;
	background-position: 0 0;
	text-indent: 0;
	top: 0;
	left: 0
}

.tp-revslider-mainul>li,
.rev_slider>ul>li,
.rev_slider>ul>li:before,
.tp-revslider-mainul>li:before,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before,
.tp-revslider-mainul>li,
.tp-simpleresponsive>ul>li {
	visibility: hidden
}

.tp-revslider-slidesli,
.tp-revslider-mainul {
	padding: 0!important;
	margin: 0!important;
	list-style: none!important
}

.rev_slider li.tp-revslider-slidesli {
	position: absolute!important
}

.tp-caption .rs-untoggled-content {
	display: block
}

.tp-caption .rs-toggled-content {
	display: none
}

.rs-toggle-content-active.tp-caption .rs-toggled-content {
	display: block
}

.rs-toggle-content-active.tp-caption .rs-untoggled-content {
	display: none
}

.rev_slider .tp-caption,
.rev_slider .caption {
	position: relative;
	visibility: hidden;
	white-space: nowrap;
	display: block
}

.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap :last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap :last-child {
	margin-bottom: 0
}

.tp-svg-layer svg {
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: top
}

.tp-carousel-wrapper {
	cursor: url(openhand.cur), move
}

.tp-carousel-wrapper.dragged {
	cursor: url(closedhand.cur), move
}

.tp-caption {
	z-index: 1
}

.tp_inner_padding {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	max-height: none!important
}

.tp-caption {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	position: absolute;
	-webkit-font-smoothing: antialiased!important
}

.tp-caption.tp-layer-selectable {
	-moz-user-select: all;
	-khtml-user-select: all;
	-webkit-user-select: all;
	-o-user-select: all
}

.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
	visibility: hidden!important;
	display: none!important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
	max-width: none!important
}

.rev_slider_wrapper {
	width: 100%
}

.fullscreen-container {
	position: relative;
	padding: 0
}

.fullwidthbanner-container {
	position: relative;
	padding: 0;
	overflow: hidden
}

.fullwidthbanner-container .fullwidthabanner {
	width: 100%;
	position: relative
}

img.tp-slider-alternative-image {
	width: 100%;
	height: auto
}

.noFilterClass {
	filter: none!important
}

.tp-dottedoverlay {
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3
}

.tp-dottedoverlay.twoxtwo {
	background: url(../assets/gridtile.png)
}

.tp-dottedoverlay.twoxtwowhite {
	background: url(../assets/gridtile_white.png)
}

.tp-dottedoverlay.threexthree {
	background: url(../assets/gridtile_3x3.png)
}

.tp-dottedoverlay.threexthreewhite {
	background: url(../assets/gridtile_3x3_white.png)
}

.tp-bannertimer {
	visibility: hidden;
	width: 100%;
	height: 3px;
	background: #fff;
	background: rgba(0, 0, 0, 0.15);
	position: absolute;
	z-index: 200;
	top: 0
}

.tp-bannertimer.tp-bottom {
	top: auto;
	bottom: 0!important;
	height: 5px
}

.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none
}

.tp-caption img {
	background: transparent;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
	zoom: 1
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
	width: 3000px;
	height: 1500px;
	background: url(../assets/coloredbg.png) repeat
}

.tp-caption.slidelink a span {
	background: url(../assets/coloredbg.png) repeat
}

.tp-shape {
	width: 100%;
	height: 100%
}

.tp-loader {
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute
}

.tp-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: none;
	background: url(../images/index.gif) no-repeat center center;
	margin-top: -20px;
	margin-left: -20px
}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
	border: none;
	min-height: 0;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
	position: absolute;
	display: block;
	z-index: 1000;
	top: 0;
	left: 0
}

.tp-tab,
.tp-thumb {
	cursor: pointer;
	position: absolute;
	opacity: .5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0
}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected {
	opacity: 1
}

.tp-tab-mask,
.tp-thumb-mask {
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important
}

.tp-tabs,
.tp-thumbs {
	box-sizing: content-box!important;
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important
}

.tp-bullet {
	width: 15px;
	height: 15px;
	position: absolute;
	background: #fff;
	background: rgba(255, 255, 255, 0.3);
	cursor: pointer
}

.tp-bullet.selected,
.tp-bullet:hover {
	background: #fff
}

.tp-bannertimer {
	background: #000;
	background: rgba(56, 170, 228, .6);
	height: 3px
}

.tparrows {
	cursor: pointer;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000
}

.tparrows:hover {
	background: #000
}

.tparrows:before {
	font-family: "FontAwesome";
	font-size: 21px;
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center
}

.tparrows.tp-leftarrow:before {
	content: '\f104'
}

.tparrows.tp-rightarrow:before {
	content: '\f105'
}

body.rtl .tp-kbimg {
	left: 0!important
}

.dddwrappershadow {
	box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4)
}

.hglayerinfo {
	position: fixed;
	bottom: 0;
	left: 0;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	background: rgba(0, 0, 0, 0.75);
	padding: 5px 10px;
	z-index: 2000;
	white-space: normal
}

.hginfo {
	position: absolute;
	top: -2px;
	left: -2px;
	color: #e74c3c;
	font-size: 12px;
	font-weight: 600;
	background: #000;
	padding: 2px 5px
}

.indebugmode .tp-caption:hover {
	border: 1px dashed #c0392b!important
}

.helpgrid {
	border: 2px dashed #c0392b;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0
}

#revsliderlogloglog {
	padding: 15px;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	height: 150px;
	background: rgba(0, 0, 0, 0.7);
	z-index: 100000;
	font-size: 10px;
	overflow: scroll
}

.zeus.tparrows {
	cursor: pointer;
	min-width: 70px;
	min-height: 70px;
	position: absolute;
	display: block;
	z-index: 100;
	border-radius: 35px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.10)
}

.zeus.tparrows:before {
	font-family: "FontAwesome";
	font-size: 20px;
	color: #fff;
	display: block;
	line-height: 70px;
	text-align: center;
	z-index: 2;
	position: relative
}

.zeus.tparrows.tp-leftarrow:before {
	content: "\f104"
}

.zeus.tparrows.tp-rightarrow:before {
	content: "\f105"
}

.zeus .tp-title-wrap {
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	border-radius: 50%
}

.zeus .tp-arr-imgholder {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

.zeus.tp-rightarrow .tp-arr-imgholder {
	transform: translateX(100%);
	-webkit-transform: translateX(100%)
}

.zeus.tparrows:hover .tp-arr-imgholder {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1
}

.zeus.tparrows:hover .tp-title-wrap {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1
}

.zeus .tp-bullet {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	width: 13px;
	height: 13px;
	border: 2px solid #fff
}

.zeus .tp-bullet:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	border-radius: 50%;
	background-color: #FFF;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease
}

.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.zeus .tp-bullet-image,
.zeus .tp-bullet-imageoverlay {
	width: 135px;
	height: 60px;
	position: absolute;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	bottom: 25px;
	left: 50%;
	margin-left: -65px;
	box-sizing: border-box;
	background-size: cover;
	background-position: center center;
	visibility: hidden;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 4px
}

.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
	z-index: 2;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.zeus .tp-bullet-title {
	color: #fff;
	text-align: center;
	line-height: 15px;
	font-size: 13px;
	font-weight: 600;
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	bottom: 45px;
	width: 135px;
	vertical-align: middle;
	left: -57px
}

.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px)
}

footer {
	width: 100%;
	height: auto;
	bottom: 0;
	float: left;
	right: 0;
	padding-bottom: 0;
	left: 0;
	background-color: #222!important;
	clear: both;
	color: gray!important;
	color: #fff
}

#footermain {
	width: 86%;
	float: left;
	margin-left: 7%;
	margin-right: 7%;
	font-size: 16px;
	color: #888;
	font-size: 14px
}

#footer1 {
	width: 33%;
	float: left;
	border-right: 1px dotted rgba(255, 255, 255, .1);
	padding: 30px 3% 55px
}

#footer1 .btn-small:hover {
	color: #fff
}

#footer2 {
	width: 34%;
	float: left;
	padding: 30px 3% 55px
}

#footer2 .social-icon ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 24px
}

#footer2 .social-icon {
	margin-top: 20px;
	margin-left: 40px
}

h5 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	font-weight: 400;
	line-height: 1;
	color: #777;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	line-height: 1.42857143;
	color: #555
}

footer .widget .widget-title {
	margin-top: 0
}

.widget .widget-title {
	margin-top: 0;
	margin-bottom: 30px
}

.widget.dark .widget-title {
	color: #fff
}

.line-bottom {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px
}

.line-bottom:after {
	bottom: -1px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 50px
}

.line-bottom::after {
	background: #9FC246
}

#footermain a {
	text-decoration: none;
	color: #888
}

#footermain ul.list_style1 {
	margin: 0;
	list-style: none;
	margin-left: 0;
	padding: 0
}

#footermain ul.list_style1 li {
	line-height: 30px
}

#footermain .list_style1 li {
	position: relative
}

#footermain .list_style1.star li {
	padding: 3px 2px 3px 21px;
	-webkit-transition: padding .3s ease-in-out!important;
	-moz-transition: padding .3s ease-in-out!important;
	-ms-transition: padding .3s ease-in-out!important;
	-o-transition: padding .3s ease-in-out!important;
	transition: padding .3s ease-in-out!important
}

#footermain .list_style1.star li:hover {
	padding-left: 30px
}

#footermain .list_style1.star li:before {
	font-family: FontAwesome;
	content: "\f0da";
	display: inline-block;
	border-radius: 0;
	color: #888;
	font-size: 14px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	transition-duration: .8s
}

#footermain .list_style1.star li:hover::before,
li:hover::after {
	color: #ff5722
}

ul.uf-contactinfo {
	padding: 0;
	margin: 0
}

.uf-contactinfo li {
	list-style: none;
	margin: 0;
	color: #888;
	padding: 2px 0 0;
	margin-top: 0
}

.uf-contactinfo li a {
	text-decoration: none;
	color: #888
}

.uf-contactinfo li:last-child {
	border-bottom: none;
	margin-top: 0
}

.uf-contactinfo i {
	font-size: 17px;
	color: #888;
	margin-right: 15px;
	float: left;
	display: block;
	transition: all .6s ease-out 0s;
	-webkit-transition: all .6 ease-out 0s;
	-moz-transition: all .6s ease-out 0s;
	-o-transition: all .6s ease-out 0s
}

.uf-contactinfo li:hover i {
	color: #ff5722;
	transition: all .6s ease-out 0s;
	-webkit-transition: all .6 ease-out 0s;
	-moz-transition: all .6s ease-out 0s;
	-o-transition: all .6s ease-out 0s
}

#footerbottom {
	width: 100%;
	float: left;
	padding: 14px 0 9px;
	color: #888;
	font-size: .8em;
	text-align: center;
	background-color: #333!important
}

#footerb50 {
	width: 45%;
	float: left;
	margin-left: 5%
}

#footerb501 {
	width: 45%;
	float: left;
	margin-right: 5%
}

.textright {
	text-align: right
}

#footerbottom a {
	color: #888;
	text-decoration: none
}

#footerbottom a:hover {
	color: #ff5722
}

#footerbottom .sliding-middle-out:hover:after {
	width: 100%;
	background: rgba(255, 87, 34, .4)
}

nav.vertical {
	position: relative;
	width: 120px
}

nav.vertical ul {
	list-style: none;
	margin: 0;
	padding: 0
}

nav.vertical li {
	position: relative;
	padding: 0 0 0 11px;
	-webkit-transition: padding .3s ease-in-out!important;
	-moz-transition: padding .3s ease-in-out!important;
	-ms-transition: padding .3s ease-in-out!important;
	-o-transition: padding .3s ease-in-out!important;
	transition: padding .3s ease-in-out!important
}

nav.vertical a {
	display: block;
	text-decoration: none;
	color: #888;
	padding: 10px
}

nav.vertical li:hover {
	padding-left: 20px
}

nav.vertical a:first-child {
	padding-top: 0
}

nav.vertical li:before {
	font-family: FontAwesome;
	content: "\f0da";
	display: inline-block;
	border-radius: 0;
	color: #888;
	font-size: 14px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	transition-duration: .8s
}

nav.vertical li:hover::before,
nav.vertical li:hover::after {
	color: #ff5722
}

nav.vertical ul ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 210px;
	visibility: hidden;
	opacity: 0;
	transition: transform .2s;
	transform: translateX(50px)
}

nav.vertical li:hover>ul {
	left: 100%;
	visibility: visible;
	opacity: 1;
	transform: translateX(0px)
}

nav.vertical li ul li {
	padding: 0
}

nav.vertical li ul li:before {
	font-family: FontAwesome;
	content: "\f111";
	display: inline-block;
	border-radius: 0;
	color: #888;
	font-size: 4px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 8px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	transition-duration: .8s
}

nav.vertical li ul li:hover {
	padding-left: 10px
}

.project {
	width: 100%;
	float: left;
	border: 1px solid rgba(79, 130, 187, .2)
}

.projecttitle {
	width: 100%;
	float: left;
	background: rgba(255, 87, 34, .9);
	text-align: center;
	padding: 9px;
	color: #fff
}

.projectphoto {
	width: 100%;
	float: left;
	text-align: center
}

.projectphoto img {
	padding: 3px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px
}

.projectlink {
	width: 100%;
	float: left
}

.projectlink .list_style4.star li:before {
	color: #fff
}

.projectlink .list_style4.star li {
	padding: 3px 2px 7px 22px;
	border-bottom: none
}

.projectlink .list_style4.star li img {
	padding-right: 20px;
	vertical-align: top;
	display: inline-block
}

.projectdetail {
	width: 100%;
	float: left;
	padding: 5px 15px
}

.titl {
	padding: 9px;
	color: #ff5722;
	font-size: 18px
}

@media screen and (max-width: 37.5em) {
	#togmenu {
		display: block;
		position: relative
	}
	.headerttopmain2 {
		width: 100%;
		position: relative;
		margin: 0;
		display: none
	}
	#headertop50 {
		width: 100%;
		margin-left: 0;
		text-align: center;
		padding-bottom: 7px
	}
	#headertop501 {
		width: 100%;
		margin-right: 0;
		text-align: center
	}
	.logo {
		position: relative;
		width: 100%;
		margin: 0;
		left: auto;
		text-align: center
	}
	#div70 {
		width: 100%;
		margin-right: 0
	}
	#div30 {
		width: 100%;
		margin-top: 30px
	}
	.div33 {
		width: 100%;
		margin-bottom: 35px
	}
	.div50 {
		width: 100%
	}
	#footerb50 {
		width: 100%;
		margin-left: 0;
		text-align: center
	}
	#footerb501 {
		width: 100%;
		margin-right: 0;
		text-align: center
	}
	#footer1 {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		border-right: none
	}
	#footer2 {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		border-right: none
	}
	ul.list_style4 {
		padding-bottom: 20px
	}
	.difwidth {
		width: 90%
	}
	.samhe ul.list_style4 {
		width: 90%
	}
	nav.vertical li {
		padding: 0 0 0 6px
	}
	nav.vertical a {
		padding: 10px
	}
	.insidehading {
		padding: 0 30px;
		margin-top: 30px;
		margin-bottom: 30px
	}
	#insiderighttop i {
		padding: 0 5px
	}
	nav.vertical {
		width: 130px
	}
	#div25 {
		width: 100%;
		margin-bottom: 20px
	}
	#div25 img {
		display: block;
		margin: 0 auto
	}
	#div75 {
		width: 100%
	}
	.padall {
		padding: 1%;
		padding-bottom: 4%
	}
}

@media screen and (min-width: 37.5em) and (max-width: 64em) {
	#togmenu {
		display: block;
		position: relative
	}
	.headerttopmain2 {
		width: 100%;
		position: relative;
		margin: 0;
		display: none
	}
	#headertop50 {
		width: 100%;
		margin-left: 0;
		text-align: center;
		padding-bottom: 7px
	}
	#headertop501 {
		width: 100%;
		margin-right: 0;
		text-align: center
	}
	.logo {
		position: relative;
		width: 100%;
		margin: 0;
		left: auto;
		text-align: center
	}
	#div70 {
		width: 100%;
		margin-right: 0
	}
	#div30 {
		width: 100%;
		margin-top: 30px
	}
	.div33 {
		padding-right: 10px;
		padding-left: 10px
	}
	.div50 {
		width: 100%
	}
	.div50 img {
		display: block;
		margin: 0 auto
	}
	#footerb50 {
		width: 100%;
		margin-left: 0;
		text-align: center
	}
	#footerb501 {
		width: 100%;
		margin-right: 0;
		text-align: center
	}
	#footer1 {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		border-right: none
	}
	#footer2 {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		border-right: none
	}
	ul.list_style4 {
		padding-bottom: 20px
	}
	#indexlayout2 {
		width: 96%;
		margin-right: 2%;
		margin-left: 2%
	}
	.difwidth {
		width: 90%
	}
	.samhe ul.list_style4 {
		width: 90%
	}
	#div25 {
		width: 100%;
		margin-bottom: 20px
	}
	#div25 img {
		display: block;
		margin: 0 auto
	}
	#div75 {
		width: 100%
	}
	.padall {
		padding: 1%;
		padding-bottom: 4%
	}
}

@media (max-width: 64em) and (min-width: 900px) {
	#footermain {
		width: 98%;
		margin-left: 2%;
		margin-right: 2%
	}
	#footer1 {
		width: 33%;
		float: left;
		border-right: 1px dotted rgba(255, 255, 255, .1);
		padding: 30px 3% 20px
	}
	#footer2 {
		width: 34%;
		float: left;
		padding: 30px 3% 20px
	}
	#div30 {
		margin-top: 50px
	}
}

@media (min-width:900px) and (max-width: 1200px) {
	.logo {
		width: 100%;
		position: relative;
		margin: 0;
		float: left
	}
	.headerttopmain2 {
		width: 100%;
		position: relative;
		margin: 0;
		float: left
	}
	.nav ul {
		float: none;
		display: table;
		margin: 0 auto
	}
	#headertop50 {
		width: 37%
	}
	#headertop501 {
		width: 57%
	}
	#div70 {
		width: 100%;
		margin-right: 0
	}
	#div30 {
		width: 100%;
		margin-top: 40px
	}
	.div33 {
		padding-right: 10px;
		padding-left: 10px
	}
	.div50 {
		width: 100%
	}
	.div50 img {
		display: block;
		margin: 0 auto
	}
	.difwidth {
		width: 90%
	}
	.samhe ul.list_style4 {
		width: 90%
	}
	#footermain {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%
	}
}

.ball-rotate,
.ball-rotate>div {
	position: relative;
}

.ball-rotate>div,
.ball-rotate>div:after,
.ball-rotate>div:before {
	background-color: #ff5722;
	width: 15px;
	height: 15px;
	border-radius: 100%;
}

.ball-scale-random>div:nth-child(1) {
	margin-left: -7px;
	-webkit-animation: ball-scale 1s .2s ease-in-out infinite;
	animation: ball-scale 1s .2s ease-in-out infinite;
}

.ball-scale-random>div:nth-child(3) {
	margin-left: -2px;
	margin-top: 9px;
	-webkit-animation: ball-scale 1s .5s ease-in-out infinite;
	animation: ball-scale 1s .5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.ball-rotate>div {
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.ball-rotate>div:first-child {
	-webkit-animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
	animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
}

.ball-rotate>div:after,
.ball-rotate>div:before {
	margin: 2px;
	content: "";
	position: absolute;
	opacity: .8;
}

.ball-rotate>div:before {
	top: 0;
	left: -28px;
}

.ball-rotate>div:after {
	top: 0;
	left: 25px;
}

.ball-clip-rotate>div {
	border-radius: 100%;
	margin: 2px;
	border: 2px solid #b001b5;
	border-bottom-color: transparent;
	height: 26px;
	width: 26px;
	background: 0 0!important;
	display: inline-block;
	-webkit-animation: rotate .75s 0s linear infinite;
	animation: rotate .75s 0s linear infinite;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes scale {
	30% {
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.ball-clip-rotate-pulse {
	position: relative;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

.ball-clip-rotate-pulse>div {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
}

.ball-clip-rotate-pulse>div:first-child {
	background: #b001b5;
	height: 16px;
	width: 16px;
	top: 7px;
	left: -7px;
	-webkit-animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
}

.ball-clip-rotate-pulse>div:last-child {
	position: absolute;
	width: 30px;
	height: 30px;
	left: -16px;
	top: -2px;
	background: 0 0;
	border: 2px solid;
	border-color: #b001b5 transparent;
	-webkit-animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.ball-beat>div,
.ball-scale-multiple>div {
	background-color: #b001b5;
	border-radius: 100%;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
	}
	50% {
		-webkit-transform: rotate(180deg) scale(.6);
		transform: rotate(180deg) scale(.6);
	}
	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}

