html {
	font-size: 16px;
}
a:hover {
	text-decoration: none;
	transition: all 0.5s linear 0s;
}
body, html {
	overflow-x: hidden
}
body {
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1;
	margin: 0;
	padding: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #7a7a7a;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #7a7a7a;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #7a7a7a;
}
:-moz-placeholder { /* Firefox 18- */
 color: #7a7a7a;
}
.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/loader.gif) no-repeat center center #FFF;
	z-index: 500000;
}
p {
	margin-bottom: 0
}
.uppercase {
	text-transform: uppercase
}
.italic {
	font-style: italic
}
.services-home-icon .flex-row {
	height: 100%
}
.flex-row {
	display: flex !important;
	justify-content: center;
	flex-direction: row;
	align-content: center;
	align-items: center;
}
.flex-row1 {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	align-content: center;
	align-items: center;
}
.flex-column2 {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-content: end;
	align-items: flex-start;
}
.flex-column1 {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.flex-column {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	align-items: center;
}
.bounce-fade {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bounce-left {
	opacity: 0;
	-moz-transform: translate3d(200px, 0, 0px);
	-webkit-transform: translate3d(200px, 0, 0px);
	-o-transform: translate(200px, 0);
	-ms-transform: translate(200px, 0);
	transform: translate3d(200px, 0, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bounce-right {
	opacity: 0;
	-moz-transform: translate3d(-200px, 0, 0px);
	-webkit-transform: translate3d(-200px, 0, 0px);
	-o-transform: translate(-200px, 0);
	-ms-transform: translate(-200px, 0);
	transform: translate3d(-200px, 0, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bounce-up {
	opacity: 0;
	-moz-transform: translate3d(0px, 200px, 0px);
	-webkit-transform: translate3d(0px, 200px, 0px);
	-o-transform: translate(0px, 200px);
	-ms-transform: translate(0px, 200px);
	transform: translate3d(0px, 200, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bounce {
	-moz-transition: all 700ms ease-out;
	-webkit-transition: all 700ms ease-out;
	-o-transition: all 700ms ease-out;
	transition: all 700ms ease-out;
}
.bounce1 {
	-moz-transition: all 900ms ease-out;
	-webkit-transition: all 900ms ease-out;
	-o-transition: all 900ms ease-out;
	transition: all 900ms ease-out;
}
.bounce2 {
	-moz-transition: all 1300ms ease-out;
	-webkit-transition: all 1300ms ease-out;
	-o-transition: all 1300ms ease-out;
	transition: all 1300ms ease-out;
}
.bounce3 {
	-moz-transition: all 1500ms ease-out;
	-webkit-transition: all 1500ms ease-out;
	-o-transition: all 1500ms ease-out;
	transition: all 1500ms ease-out;
}
.bounce-up.in-view, .bounce-left.in-view, .bounce-right.in-view, .bounce-fade.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	line-height: 1.2
}
.h100 {
	height: 100%;
}
.flex {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
}
.font-14 {
	font-size: 0.875rem
}
.font-16 {
	font-size: 1rem
}
.font-18 {
	font-size: 1.125rem
}
.font-20 {
	font-size: 1.25rem
}
.font-22 {
	font-size: 1.375rem
}
.font-24 {
	font-size: 1.5rem
}
.font-26 {
	font-size: 1.625rem
}
.font-29 {
	font-size: 1.813rem
}
.font-30 {
	font-size: 1.875rem
}
.font-33 {
	font-size: 2.063rem
}
.font-36 {
	font-size: 2.25rem
}
.font-40 {
	font-size: 2.5rem
}
.font-45 {
	font-size: 2.813rem
}
.font-50 {
	font-size: 3rem
}
.font-55 {
	font-size: 3.5rem
}
.font-65 {
	font-size: 4.063rem
}
.font-68 {
	font-size: 4.25rem
}
.font-72 {
	font-size: 4.5rem
}
.font-regular {
	font-family: 'Raleway-Regular';
}
.font-light {
	font-family: 'SourceSansPro-Light';
}
.font-thin {
	font-family: 'Raleway-Thin';
}
.font-extralight {
	font-family: 'SourceSansPro-ExtraLight';
}
.font-bold {
	font-family: 'SourceSansPro-Bold';
}
.font-black {
	font-family: 'Raleway-Black';
}
.order1 {
	order: 1
}
.order2 {
	order: 2
}
/*on hoverrrrrrrr*/

/* Zoom In #1 */
figure {
	margin: 0;
	padding: 0;
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover01:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/* Zoom In #2 */
.hover02 figure img {
	width: 300px;
	height: auto;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover02 figure:hover img {
	width: 350px;
}
/* Zoom Out #1 */
.hover03 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover03 figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* Zoom Out #2 */
.hover04 figure img {
	width: 400px;
	height: auto;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover04 figure:hover img {
	width: 300px;
}
/* Slide */
.hover05 figure img {
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover05 figure:hover img {
	margin-left: 0;
}
/* Rotate */
.hover06 figure img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover06 figure:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}
/* Blur */
.hover07 figure img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover07 figure:hover img {
	-webkit-filter: blur(0);
	filter: blur(0);
}
/* Gray Scale */
.hover08 figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
/* Sepia */
.hover09 figure img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover09 figure:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}
/* Blur + Gray Scale */
.hover10 figure img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover10 figure:hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}
/* Opacity #1 */
.hover11 figure img {
	opacity: 1;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover11 figure:hover img {
	opacity: .5;
}
/* Opacity #2 */
.hover12 figure {
	background: #1abc9c;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}
/* Flashing */
.hover13 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}
@keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}
/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
 100% {
 left: 125%;
}
}
@keyframes shine {
 100% {
 left: 125%;
}
}
/* Circle */
.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
 0% {
 opacity: 1;
}
 40% {
 opacity: 1;
}
 100% {
 width: 200%;
 height: 200%;
 opacity: 0;
}
}
@keyframes circle {
 0% {
 opacity: 1;
}
 40% {
 opacity: 1;
}
 100% {
 width: 200%;
 height: 200%;
 opacity: 0;
}
}
 @keyframes zoomin {
 0% {
 transform: scale(1);
}
 50% {
 transform: scale(1.1);
}
 100% {
 transform: scale(1.2)
}
}
.header {
	height: 640px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;/*	animation: zoomin 80s ease;
	transform: scale(1.2);
	overflow:hidden*/
}
.logo {
	margin-top: 20px;
}
.menu {
	margin-top: 30px;
	float: right;
}
.menu li {
	list-style: none;
	position: relative;
	float: left;
}
.menu li a {
	background: #638291;
	padding: 8px 15px;
	color: #FFF;
	position: relative;
	border-right: 1px solid #fff
}
.menu li:last-child a {

	border-right: none
}
.menu li a:hover, .menu li.current-menu-item a {
	background: #6c6c6b;
}
/*.menu li.current-menu-item a:before
{
	background-color:#6c6c6b;
}

.menu li a:after , .menu li a:before {
    position: absolute; top: 0px;
    content:'';    
    z-index: 50;
    height: 100%;
    width: 1px;
    background: #FFF;
}
.menu li a:before {    
	left:0;
    transform-origin: bottom right;
    transform: skewX(-20deg);
    background-color:transparent;
    width: 20px;
}
.menu li a:after {    
    left: 0;
    transform-origin: top left;
    transform: skewX(-20deg);
}*/






.breadcrumbs {
	background: #6c6c6b;
	padding: 15px 50px 20px 50px;
	position: relative;
	margin-bottom: 5px;
}
.breadcrumbs h1 {
	color: #FFF
}
.breadcrumbs ul {
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 5px;
}
.breadcrumbs ul li {
	list-style: none;
	color: #FFF;
	display: inline-block;
	margin-right: 5px;
}
.breadcrumbs ul li a {
	color: #FFF;
}
.breadcrumbs ul li a:hover {
	color: #638291;
}
.inner-content {
	position: relative;
	z-index: 50;
	margin-top: -350px;
}
.home-content {
	position: relative;
	z-index: 50;
	margin-top: -175px;
}
.contact-box {
	background: #efeeee;
	padding: 45px;
}
.contact-info {
	color: #333333;
	line-height: 1.5rem
}
.contact-info a {
	color: #333333
}
.contact-info a:hover {
	color: #638291
}
.location-map {
	background: #FFF;
	padding: 15px;
	margin-top: 40px
}
.location-map h2 {
	padding-bottom: 10px;
}
.contactform .input-left, .contactform .input-right {
	width: calc(50% - 2px);
	display: inline-block
}
.contactform input[type=text], .contactform textarea, .contactform select {
	width: 100%;
	border: 1px solid #c2c2c1;
	color: #252525;
	height: 40px;
	margin-bottom: 10px;
	text-indent: 25px;
}
.contactform textarea {
	height: 170px;
	resize: none;
	padding-top: 15px;
}
.FormResult {
	color: green;
	padding-top: 10px;
	display: inline-block;
	width: 100%;
	line-height: 1.3rem;
}
.contactform input[type=submit] {
	width: 135px;
	height: 40px;
	color: #FFF;
	text-align: center;
	background: #6c6c6b;
	cursor: pointer;
	border: 0;
	float: right;
	cursor: pointer;
	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	-o-transition: background 1s;
	transition: background 1s;
}
.contactform input[type=submit]:hover {
	background: #638291;
}
.displaynone {
	display: none;
}
.vError {
	border: 1px solid red !important;
}
.cotnact-box {
	padding: 45px 45px 35px 45px;
	background: #FFF;
	margin-top: 45px
}
.contactform {
	padding-top: 10px;
}
.footer {
	background: #6c6c6b;
	padding: 25px 0;
	color: #FFF;
}
.by {
	float: right;
}
.by a {
	color: #FFF;
}
.by a:hover {
	color: #638291;
}
.footer_parallax {
	height: 440px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(../images/footer.jpg);
	background-size: cover;
	background-position: center center;
	color: #FFF;
	text-align: center;
	line-height: 1.2;
	position: relative;
	color: #FFF;
}
.footer_parallax:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/repeat.png) repeat;
}
.footer_parallax_info {
	color: #FFF;
	position: relative;
	z-index: 50
}
.footer_parallax_info a, .footer_parallax_info h2 {
	color: #FFF
}
.footer_parallax_info a:hover {
	color: #638291
}
.footer_parallax .container, .footer_parallax_info {
	height: 100%
}
.flex-row2 {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-content: space-between;
	align-items: center;
	text-align: left;
}
.footer_parallax_info h2 {
	padding-bottom: 5px;
}
.about-img {
	height: 390px;
	background-attachment: cover;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #FFF;
	text-align: center;
	line-height: 1.2;
	position: relative;
	color: #FFF;
	margin: 45px 0;
	font-style: italic
}
.about-img p {
	position: relative;
	z-index: 50
}
.about-img:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.about-box {
	background: #efeeee;
	padding: 45px;
	line-height: 1.5rem
}
.flex-row3 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	align-items: center;
	text-align: left;
}
.services-box {
	padding: 45px 0;
}
.services-item {
	display: inline-block;
	width: calc(33.33% - 23px);
	margin-bottom: 20px;
	overflow: hidden;
	margin-right: 20px;
	position: relative
}
.services-item figure:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.services-item h2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	color: #fff;
	font-style: italic
}
.people-big-img {
	padding: 45px 0 0 0;
	max-width: 100%;
	overflow: hidden
}
.people-big-img img {
	max-width: 100%;
}
.tac {
	text-align: center
}
.banners {
	margin-top: -70px;
	width: 100%;
	display: inline-block
}
.z-index {
	position: relative;
	z-index: 50
}
.home-img {
	overflow: hidden
}
/* END OF HEADER STYLING FOR WEB*/


.mainmenu {
	position: fixed;
	left: 100%;
	width: 230px;
	height: 100vh;
	background: #6c6c6b;
	display: table;
}
.services-section a .services-box:before {
	-webkit-transition: background 1s ease-out;
	-moz-transition: background 1s ease-out;
	-o-transition: background 1s ease-out;
	transition: background 1s ease-out;
}
.services-section a:hover .services-box:before {
	background: rgba(0, 0, 0, 0.1)
}
.services-section a .services-box img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.services-section a:hover .services-box img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.services-section a:hover .services-box .services-box-title h2 {
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}
.services-section a:hover .services-box .services-box-title h2 {
	transform: translateY(-10px);
	transition: all 0.4s ease-in-out;
}
.trigger, .sitewrapper, .mainmenu, .rs {
	transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
}
.trigger {
	width: 70px;
	height: 70px;
	position: absolute;
	z-index: 9999;
	top: 10px;
	right: 20px;
	cursor: pointer;
	padding: 15px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
}
.trigger > div {
	position: relative;
	width: 40px;
	height: 40px;
}
.trigger > div > span {
	position: absolute;
	height: 3px;
	width: 75%;
	margin: 0 20%;
	background: #638291;
	top: 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
}
.trigger > div > span:nth-child(2) {
	top: 19px;
}
.trigger > div > span:nth-child(3) {
	top: 26px;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #8a1217;
	text-shadow: 0 1px 0 #fff;
	opacity: .6;
	filter: alpha(opacity=20);
}
.close:hover, .close:focus {
	color: #8a1217;
	text-decoration: none;
	cursor: pointer;
	opacity: .7;
	filter: alpha(opacity=50);
}
.slided {
	-ms-transform: translate(-230px, 0);
	-webkit-transform: translate(-230px, 0);
	transform: translate(-230px, 0);
}
.trigger, .sitewrapper, .mainmenu, .rs {
	transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
}
.trigger > div.close > span:nth-child(1) {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 19px;
}
.trigger > div.close > span {
	background: #638291 !important;
}
.trigger > div.close > span:nth-child(2) {
	display: none;
}
.trigger > div.close > span:nth-child(3) {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 19px;
}
.mainmenu ul {
	display: table-cell;
	vertical-align: middle;
	float: none;
	padding-left: 25px;
}
.mainmenu li {
	display: inline-block;
	width: 100%;
	margin: 5px 0;
	position: relative
}
.mainmenu li a {
	color: #FFF;
	padding: 10px 0 10px 15px;
	display: inline-block
}
.mainmenu a.active::after {
	width: 90%;
}
.mainmenu a::after {
	width: 0;
	height: 100%;
	padding: 10px 0;
	position: absolute;
	background: #638291;
	left: 0;
	top: 0;
	content: "";
	transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	z-index: -1;
}
.mainmenu a:hover, .mainmenu a.active {
	color: #FFF;
}
.relative {
	position: relative
}
.trigger {
	display: none
}













/*! CSS Used from: Embedded */
#loader {
	background: #638291;
	height: 100%;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 500000;
}
/*! CSS Used from: Embedded */
body #loader {
	opacity: 1;
	filter: alpha(opacity=100);
}
body.ready #loader {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 0;
}
#loader {
	-webkit-transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-ms-transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#loader .visual {
	height: 213.75px;
	left: 50%;
	margin: -106.875px -229.921875px;
	position: absolute;
	bottom: 50%;
	width: 459.84375px;
}
#loader .visual .inner {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: loader;
	-moz-animation-name: loader;
	-ms-animation-name: loader;
	-o-animation-name: loader;
	animation-name: loader;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1.35);
	-moz-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1.35);
	-ms-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1.35);
	-o-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1.35);
	animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1.35);
	background:url(../images/loading.png) no-repeat scroll 0px 0px transparent;
	background-size: 459.84375px 213.75px;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
}
/*! CSS Used keyframes */
@-webkit-keyframes loader {
0% {
height:0;
width:5px;
}
100% {
height:100%;
width:100%;
}
}
@-moz-keyframes loader {
0% {
height:0;
width:5px;
}
100% {
height:100%;
width:100%;
}
}
@-o-keyframes loader {
0% {
height:0;
width:5px;
}
100% {
height:100%;
width:100%;
}
}
@keyframes loader {
0% {
height:0;
width:5px;
}
100% {
height:100%;
width:100%;
}
}














.home-slick-ban{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	height:640px;
}



 @media (max-width:1200px) {
}
@media (max-width:960px) {
.flex-row1 {
	flex-direction: column;
	align-items: flex-start;
}
.contact-info div {
	padding-bottom: 25px;
}
.cotnact-box {
	margin-top: 20px
}
.contactform .input-left, .contactform .input-right {
	width: 100%
}
.footer_parallax_info {
	flex-direction: column !important;
	align-items: flex-start;
	padding: 45px 0
}
.footer_parallax_info h2 {
	padding-top: 45px;
}
.footer_parallax {
	height: auto
}
}
@media (max-width:860px) {
.services-item {
	width: calc(50% - 23px);
	margin-right: 10px;
	margin-left: 10px;
}
.services-item img {
	width: 100%
}
.about-img.font-40 {
	font-size: 1.5rem !important
}
.flex-row3 {
	text-align: center
}
.top-header {

}
.top-header img {
	max-width: 100%
}
.home-img img {
	max-width: 100%
}
.trigger {
	display: block;
}
.menu {
	display: none;
}
.home-img{padding-top:25px;max-width:100%}
.breadcrumbs{padding:15px 25px 20px 25px}
.about-box , .contact-box{padding:45px 25px;}
.banner-home .slick-slide , .header , .home-slick-ban{height:400px;}
.home-content{margin-top:0}
.footer_parallax_info.font-24 , .footer_parallax_info .font-24{
font-size:1.125rem !important
}
.inner-content{margin-top:15px;}
.cotnact-box{padding:25px 15px 25px 15px}
@media (max-width:600px) {
	.footer_parallax_info div{width:100%}
	.logo{width:70%;margin-top:35px;}
	.footer_parallax_info  iframe {width:100%}
.services-item {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.breadcrumbs h1{font-size:1.5rem !important}
}
