
body {
   font-family: 'Poppins', sans-serif;
   font-size: 14px;
   font-weight: 400;
   color: #000000;
}
img {
	width: auto;
	max-width: 100%;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: 700;
}
.frame { overflow: hidden; }

/*============= HEADER AND NAVIGATION =============*/
#header {
	height: 120px;
}
.site-header {
	box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.19); 
}
.site-header.home-header { box-shadow: none; }
.brand { 
	float: left; 
	margin-top: 15px;
}
.brand a { display: block; }
.brand img { display: inline-block; }

.toggle-menu { 
	display: none; 
	border: 0;
	background: #bb5438;
	color: #FFFFFF;
	font-size: 22px;
	padding: 6px 12px;
	border-radius: 2px;
}
.menu { float: right; }
.menu a {
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-top: 20px;
}
.menu > ul > li { 
	float: left; 
	position: relative;
}
.menu > ul > li > a {
	color: #2e353f;
	padding: 10px 22px;
	line-height: 60px;
}
.menu > ul > li > a.nav-spec {
	background: #a61c1f;
	color: #FFFFFF;
	border-radius: 3px;
	margin: 18px 0 0 15px;
	line-height: 24px;
}
.menu > ul > li:hover a {
	color: #07ac93;
}
.menu > ul > li > a.nav-spec:hover {
	background: #2e353f;
	color: #FFFFFF;
}
.menu ul li .sub-menu { 
	width: 240px;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#07ac93+0,35b372+100 */
background: rgb(7,172,147); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgb(7,172,147) 0%, rgb(53,179,114) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgb(7,172,147) 0%,rgb(53,179,114) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgb(7,172,147) 0%,rgb(53,179,114) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07ac93', endColorstr='#35b372',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 16px 0;
	box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.43);
	z-index: 1000;
	transform: translateY(40px);
	opacity: 0;
	visibility: hidden;
	transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.menu ul li .sub-menu:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 12px 9px;
	border-color: transparent transparent #07ac93 transparent;
	position: absolute;
	left: 40px;
   top: -12px;

}
.menu ul li
{
	padding: 0;
}
.menu ul li .sub-menu li a {
	padding: 8px 25px;
	color: #FFFFFF;
	margin:0;
	font-weight: 400;
	text-transform: none;
}
.menu ul li .sub-menu li:hover a {
	color: #000;
}
.menu ul li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/*============= COMMEN STYLE =============*/
.main-heading {
	font-weight: 40px;
	color: #000;
	margin-bottom: 45px;
	font-size: 40px;
	text-transform: uppercase;
}
.section {
	padding: 110px 0;
}
.grey-section {
	background: #efefef;
}
.box-head {
	font-size: 16px;
	color: #424a60;
	margin-bottom: 20px;
}
.box-para {
	font-size: 14px;
	color: #8493a0;
	line-height: 24px;
	margin: 0;
}
.button-inverse,
.button-normal {
	display: inline-block;
	border: 0;
	border-radius: 120px;
	padding: 10px 35px;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}

.button-normal {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#07ac93+0,35b372+100 */
background: rgb(7,172,147); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgb(7,172,147) 0%, rgb(53,179,114) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgb(7,172,147) 0%,rgb(53,179,114) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgb(7,172,147) 0%,rgb(53,179,114) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07ac93', endColorstr='#35b372',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #FFFFFF;
	transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
	font-size: 16px;
	margin-top:20px;
	font-weight: 500;

}
.button-normal.button-green {
	font-size: 16px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#07ac93+0,35b372+100 */
background: rgb(7,172,147); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgb(7,172,147) 0%, rgb(53,179,114) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgb(7,172,147) 0%,rgb(53,179,114) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgb(7,172,147) 0%,rgb(53,179,114) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07ac93', endColorstr='#35b372',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #FFFFFF;
	margin-top: 60px;
	transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.button-inverse {
	color: #a71c1f;
	background: #FFFFFF;
	transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
	box-shadow: 0px 8px 18px 0px rgba(167, 28, 31, 0.63); 
}
.button-normal:hover {
	background: #bb5438;
	color: #fff;
}
.button-inverse:hover {
	background: #2e353f;
	color: #FFFFFF;
	box-shadow: 0px 8px 18px 0px rgba(46, 53, 63, 0.63);
}
.breadcrumb-panel {
	padding: 20px 0;
	background: #efefef;
}
.breadcrumb {
	text-align: center;
	margin: 0;
	background: transparent;
}
.breadcrumb > li + li:before {
	color: #424a60;
	content: "> ";
	padding: 0 10px;
}
.breadcrumb > li > a {
	color: #424a60;
}
.breadcrumb > .active {
	color: #a71c1f;
}
.inner-head-panel {
	text-align: center;
}
.inner-head-panel .inner-head-note,
.inner-head-panel .inner-head-note-panel {
	font-size: 15px;
	line-height: 26px;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.inner-head-panel .inner-head-note-panel {
	text-align: left;
}

/*============= FORM CONTROL =============*/
.form-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  transform: translateY(25px);
  color: #FFFFFF;
   transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  
}
.form-input {
  position: relative;
  background: transparent;
  width: 100%;
  border: none;
  outline: none;
  padding: 8px 0;
  font-size: 16px;
  color: #3d3c3c;
}
.form-box {
  padding: 30px 0 0 0;
  position: relative;
}
.form-box:after,
.form-box:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3d3c3c; 
  bottom: 0;
  left: 0;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.form-box:after {
  background-color: #fff;
  transform: scaleX(0);
}
.is-active:after {
  transform: scaleX(1);
}
.is-active .form-label {
  color: #2e353f;
}
.is-completed .form-label {
   color: #2e353f;
  font-size: 14px;
  transform: translateY(0);
}


/*============= SLIDER =============*/
#mainSlider {
	position: relative;
	background: #000000;
}
#mainSlider .owl-item {
	width: 100%;
}
#mainSlider img {
	display: block;
	height: 735px;
	position: relative;
	object-position: center;
	object-fit: cover;
}
#mainSlider .owl-nav {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1000;
	color: #000;
}
#mainSlider .owl-nav .owl-prev,
#mainSlider .owl-nav .owl-next {
	font-size: 30px;
}
#mainSlider .owl-nav .owl-prev {
	float: left;
	margin-left: 30px;
}
#mainSlider .owl-nav .owl-next {
	float: right;
	margin-right: 30px;
}
.slider-frame {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slider-frame .container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.slider-frame .slider-head {
	font-size: 48px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/*.slider-frame */

/*============= ABOUT =============*/
.about-section { 
	text-align: center; 
	/*padding: 110px 0 100px 0;*/
}
.special-section
{
	padding-top: 0;
}
.about-section p, .special-section p {
	width: 100%;
	max-width: 1130px;
	font-size: 15px;
	line-height: 26px;
	margin: 0 auto;
}
.center-button
{
	text-align: center;
	padding-top: 30px;
}
.team-member
{
	margin-bottom: 60px;
}
.team-img
{
	text-align: center;
}
.team-content
{
	text-align: center;
	padding: 30px 0px;
}
.img-card
{
	width: 100%;
	position: absolute;
	
}
/*============= LEFT AND RIGHT =============*/
.row-table .cols-left-txt,
.row-table .cols-right-txt {
	
}
.row-table p {
	font-weight: 400;
}
.row-table .cols-left-txt {
	background: #a71c1f;
}
.row-table .cols-right-txt {
	background: #2e353f;
}

.row-table {
	display: table;
	width: 100%;
	height: 100%;
}
.row-table .cols-table-cell {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	float: none;
	padding: 70px;
}
.cols-left-img {
	background: #000 url(../images/right-side.jpg) no-repeat;
	background-size: cover;
}
.cols-right-img {
	background: #000 url(../images/left-side.jpg) no-repeat;
	background-size: cover;
}
.lr-txt,
.lr-points li {
	font-size: 15px;
	color: #FFFFFF;
	position: relative;
}
.lr-txt { margin-bottom: 30px; }
.lr-points li {
	font-weight: 500;
	padding-left: 30px;
	margin-bottom: 20px;
}
.lr-points li:last-child { margin: 0; }
.lr-points li:before {
	content: '';
	background: url(../images/tick.png) no-repeat;
	width: 15px;
	height: 12px;
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
}

/*============= SERVICES =============*/
.service-section {}
.sbox {
	padding: 55px 15px;
	text-align: center;
	background: #FFFFFF;
	position: relative;
	min-height: 290px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.sbox img {
	display: inline-block;
	margin-bottom: 20px;
}
.sbox h4,
.sbox p {
	transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.sbox:hover {
	background: #a71c1f;
	transform: translateY(-5px);
	box-shadow: 0px 12px 27px 0px rgba(167, 28, 31, 0.4);
}
.sbox:hover h4 {
	color: #FFFFFF;
}
.sbox:hover p {
	color: #FFFFFF;
}

/*============= FEATURES =============*/
/*.feature-section {
	padding: 130px 0 110px 0;
}*/
.feature-top { text-align: center; }
.feature-sub {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 26px;
}
.multi-content {
	display:flex; align-items: center;
	margin: 30px 0px;
}
.multi-content .mc-thumb {position: relative; overflow: hidden; }
.multi-content .mc-thumb .hover-logo {position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,0.7); display: flex; align-items: center; 
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.multi-content:hover .mc-thumb .hover-logo {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.multi-content .mc-thumb .hover-logo > div { width: 100%; text-align: center; }
.multi-content .mc-contents {padding-left: 50px;}

.mc-contents h3
{
	font-size: 20px;
	margin-bottom: 20px;
}
.mc-contents p
{
	margin-bottom: 20px;
}

.gallery-content {
	display:flex; align-items: center;
	margin-bottom: 30px;
}
.gallery-content .mc-thumb {position: relative; overflow: hidden; }
.gallery-content .mc-thumb .hover-logo {position: absolute; top: 0; padding: 20px; left: 0; right: 0; bottom: 0; color: #fff; background: rgba(7, 172, 147, 0.9); display: flex; align-items: center; 
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.gallery-content .mc-thumb .hover-logo a
{
	color: #fff;
}
.gallery-content .mc-thumb .hover-logo h2
{
	margin-bottom: 10px;
	font-size: 20px;
}
.gallery-content:hover .mc-thumb .hover-logo {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.gallery-content .mc-thumb .hover-logo > div { width: 100%; text-align: center; }
.gallery-content .mc-contents {padding-left: 50px;}


/*============= TESTIMONIAL =============*/
.testimonial-section {
	background: #fff
	background-size: cover;
	/*padding: 110px 0;*/
}
.testbox {
	text-align: center;
}
.testi-comment {
	position: relative;
	padding: 40px 40px;
	color: #5c5c5c;
	line-height: 24px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.testi-comment > strong {
	display: block;
	margin-top: 20px;
}
.testi-img {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	margin: 0 auto;
	overflow: hidden;
}
#testSlider .owl-dots {
	display: block;
	text-align: center;
	margin-top: 50px;
}
#testSlider .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #c9c9c9;
	margin: 0 5px;
	border-radius: 90px;
}
#testSlider .owl-dots .owl-dot.active {
	background: #bb5438;
}

#testSlider .owl-item.center .testi-comment {
	background: #bb5438;
	color: #fff;
}
#testSlider .owl-item.center .testi-comment:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 20px 0 20px;
	border-color: #FFFFFF transparent transparent transparent;
	bottom: -17px;
	left: 50%;
	transform: translateX(-50%);
}

/*============= RESOURCE =============*/
.resource-section {
	text-align: center;
}
.resource-inner {
	margin: 0 auto;
	max-width: 1030px;
}
.rebox-frame {
	box-shadow: 0px 25px 76px 0px rgba(0, 0, 0, 0.29); 
}
.rebox-frame img {
	width: 100%;
}

/*============= CLENTS =============*/
.client-section {
	text-align: center;
}
#clientSlider {
	margin: 80px auto 0 auto;
	width: 100%;
	max-width: 1020px;
}
#clientSlider  .owl-item img {
	width: auto;
	display: inline-block;
}

/*============= DEMO =============*/
.demo-section { text-align: center; }
.demo-txt {
	font-size: 32px;
	font-weight: 400;
	color: #1f1f1c;
}
.demo-section .button-normal { margin-left: 25px; }


/*============= FOOTER =============*/
#footer {
	color: #5e5c5c;
	padding: 100px 0 50px 0;
	background: #141414;
}
.footer-box {
	margin-bottom: 40px;
}
.footer-box .footer-head {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 35px;
}
.footer-cover
{
	width: 100%;
	max-width: 600px;
	margin: auto;
	text-align: center;
}
.footer-cover h2
{
	font-size: 40px!important;
	text-transform: uppercase;
}
.footer-grid ul
{
}
.footer-grid ul li
{
    display: inline-block;
    padding: 20px 30px;
    margin-top: 30px;
    border: solid 1px #242424;
    min-width: 250px;
    color: #f1f1f1;
}
.footer-box p {
	line-height: 24px;
}
.footer-social-nav
{
	margin-bottom: 40px;
}
.footer-social-nav a {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	color: #575757;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	border: 1px solid #353532;
	margin: 10px 5px 0 0;
	transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.footer-social-nav a:hover {
	color: #FFFFFF;
}
.footer-social-nav a.fb:hover {
	background: #3b5998;
	border-color: #3b5998;
}
.footer-social-nav a.linked:hover {
	background: #0077b5;
	border-color: #0077b5;
}
.footer-social-nav a.twt:hover {
	background: #1da1f2;
	border-color: #1da1f2;
}
.footer-social-nav a.gplus:hover {
	background: #dd4b39;
	border-color: #dd4b39;
}
.footer-social-nav a.insta:hover {
	background: #c13584;
	border-color: #c13584;
}
.footer-box .footer-contact-list li {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #353532;
}
.footer-box .footer-contact-list li:last-child {
	padding: 0;
	margin: 0;
	border: 0;
}
.footer-box .footer-contact-box {
	padding-left: 60px;
	position: relative;
}
.footer-box .footer-contact-box img {
	position: absolute;
	left: 0;
	top: 2px;
}
.footer-box .footer-contact-box strong {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
}
.footer-box .footer-contact-box small {
	font-size: 13px;
}
.footer-links {
	text-align: center;
}
.footer-links a {
	color: #8493a0;
	display: inline-block;
	margin: 2px 5px;
}
.footer-links a:hover {
	color: #FFFFFF;
}
.form-email {
	position: relative;
}
.form-email button {
	position: absolute;
	right: 0;
	bottom: 0;
}
/*============= MODAL BOX =============*/
.modal-content.client {
	background: #a71c1f;
	border-radius: 0;
}
.modal-box {
	width: 100%;
	max-width: 470px;
	margin: 0 auto;
	padding: 80px 30px;
	position: relative;
}
.modal-box .close {
	font-size: 30px;
	position: absolute;
 	right: -25px;
   top: 25px;
	opacity: 1;
	color: #FFFFFF;
}
.modal-head {
	text-align: center;
	font-size: 32px;
	color: #FFFFFF;
}
.modal-form li:last-child {
	padding:  60px 0 0 0;
	text-align: center;
}

/*====================================================================================
||| INNER PAGES
====================================================================================*/
/*.cols-hr-img {
	background: #EEF3F7 url(../images/hr-banner.png) no-repeat;
	background: #EEF3F7;
	background-size: contain;
	background-position: center right;
}*/
.sbox.sbox-inner {
	min-height: auto;
	margin: 15px 0;
}
.sbox.sbox-inner .box-head {
	margin: 0;
}
.sbox.sbox-inner:hover {
	background: #FFFFFF;
	transform: translateY(0);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.sbox.sbox-inner:hover .box-head {
	color: #424a60;
}
.lr-txt > strong {
	font-size: 20px;
	font-weight: 700;
}
.section-reverse {
   background: #EEF3F7;
}
.reverse-table {
   display: table;
}
.reverse-table-cell {
   display: table-cell;
   float: none;
   vertical-align: middle;
}
.reverse-table-cell.img-tbl {
   text-align: right;
}
.reverse-table-cell.img-tbl img {
   display: inline-block;
}
.reverse-table-cell.txt-tbl {
   background: #A71C1F;
   padding: 40px 70px;
}
/*CONTACT PAGE*/
.contact-page-table {
   display: table;
   width: 100%;
}
.contact-page-table .contact-page-table-cell {
   display: table-cell;
   vertical-align: middle;
   float: none;
}
.contact-page-table-cell.cptc-form {
   background: #A71C1F;
}
.contact-page-table-cell.cptc-note {
   background: #1F1F1C;
   color: #8493a0;
}
.contact-page-inner {
   width: 100%;
   max-width: 470px;
   margin: 0 auto;
   padding: 70px 0;
}
.contact-page-inner .modal-box {
   max-width: 100%;
   margin: 0;
   padding: 0;
}
.contact-page-inner .footer-box {
   margin: 0;
}
.map-frame {
	height: 500px;
	position: relative;
}
.map-frame iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
/*====================================================================================
||| MEDIA QUERY
====================================================================================*/
@media (min-width: 1560px) {
  .container {
    width: 1560px;
  }
}

@media (min-width: 992px) {
  #nav {
    display: block!important;
  }
}

@media only screen and (max-width: 1559px) {
	/*SERVICES*/
	.sbox {
		min-height: 340px;
	}
	/*FEATURES*/
	.box-para {
		min-height: 180px;
	}
}

@media only screen and (max-width: 1199px) {
	/*HEADER*/
	.brand a {
		width: 290px;
		overflow: hidden;
	}
	.brand img {
		width: 140px;
	}
	.menu > ul > li > a {
		padding: 10px 16px;
	}
	.menu > ul > li > a.nav-spec {
		margin: 18px 0 0 0;
	}
	/*SERVICES*/
	.sbox {
		margin: 15px 0;
	}
	/*FEATURES*/
	.box-para {
		min-height: unset;
	}
}

@media only screen and (max-width: 991px) {
	/*HEADER*/
	#header { height: auto; }
	.brand,
	.menu { float: none; }
	.brand { 
		margin: 0; 
		padding: 15px 0;
		position: relative;
	}
	.toggle-menu { 
		display: inline-block; 
		position: absolute;
		right: 0;
		top: 19px;
	}
	#nav { display: none; }
	.menu { padding: 15px 0; }
	.menu > ul > li {
		float: none;
		border-top: 1px solid #EEF3F7;
	}
	.menu > ul > li > a {
		line-height: 1.423;
		padding: 13px;
	}
	.menu ul li .sub-menu {
		width: 100%;
		position: relative;
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
		box-shadow: none;
		display: none;
	}
	.menu ul li:hover .sub-menu {  display: block; }
	.menu > ul > li > a.nav-spec {
		text-align: center;
		margin: 0;
	}
	/*SLIDER*/
	#mainSlider img {
		height: 400px;
	}
	.slider-frame .slider-head {
		font-size: 32px;
	}
	#mainSlider .button-normal {
		font-size: 16px;
	}
	/*LEFT RIGHT*/
	.row-table { display: block; }
	.row-table .cols-table-cell { display: block; }
	.row-table .cols-left-img,
	.row-table .cols-right-img {
		height: 400px;
		background-position: center;
	}
	/*SERVICES*/
	.sbox {
		min-height: auto;
	}
	/*CONTACT PAGE*/
	.contact-page-table {
		display: block;
	}
	.contact-page-table .contact-page-table-cell {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	/*LEFT RIGHT*/
	.row-table .cols-table-cell { padding: 40px 15px; }
	.lr-points li { margin-bottom: 15px; }

	/*SERVICES*/
	.rbox {
		text-align: center;
		padding: 0;
	}
	.rbox img {
		left: unset;
		top: unset;
		position: relative;
		margin-bottom: 30px;
	}
    .rbox {
	margin-top: 60px;
	display: table;
	text-align: center;
}
.rbox-img {
	width: auto;
	max-width: 400px;
	display:block;
	margin: auto;
}
.rbox-content
{
	margin-left: 30px;
	display:block;
}


}

@media only screen and (max-width: 460px) {
	.brand a {
   	width: 220px;
	}
	.brand img {
		width: 106px;
	}
	.toggle-menu {
   	top: 10px;
	}
}