/*

Theme Name: Smart Safety

Theme URI: http://vmwebs.com/

Author: Sameera

Author URI: http://vmwebs.com/

Description: This theme has been designed for galaxytoppers.com website

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: smartsafty

Domain Path: /languages/

Tags: one-column, two-columns, custom-menu, full-width-template, theme-options, threaded-comments,

*/



body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #898989;
	font-weight: normal;
}
a {
	text-decoration: none!important;
	color: #818181;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 15px;
	font-weight: normal;
}
a:hover {
	color: #CD4726;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0px!important;
}
h1, .h1 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
}
h2, .h2 {
	font-size: 29px;
	line-height: 35px;
	color: #000000;
}
h3, .h3 {
	font-size: 17px;
	line-height: 24px;
	color: #4a4a4a;
	padding-bottom: 15px;
}
.vm-white, .vm-white a {
	color: #ffffff !important;
}
.vm-gray {
	color: #7a7a7a !important;
}
.vmp-t-10 {
	padding-top: 10px;
}
.vmp-b-10 {
	padding-bottom: 10px;
}
.vmm-t-50 {
	margin-top: 50px !important;
}
.vmm-t-100 {
	margin-top: 100px !important;
}
.vmp-t-100 {
	padding-top: 100px !important;
}
.vmp-b-100 {
	padding-bottom: 100px !important;
}
.vmm-b-40 {
	margin-bottom: 40px!important;
}
.vmp-b-10 {
	padding-bottom: 10px!important;
}
.vmp-b-20 {
	padding-bottom: 20px!important;
}
.vmp-b-40 {
	padding-bottom: 40px;
}
.vmp-tb-70 {
	padding-bottom: 70px;
	padding-top: 70px;
}
.vmp-tb-30 {
	padding-bottom: 30px;
	padding-top: 30px;
}
.vmp-t-30 {
	padding-top: 30px;
}
.vmp-b-30 {
	padding-bottom: 30px;
}
.vmp-t- {
	padd50ing-top: 50px;
}
.vmp-t-15 {
	padding-top: 50px;
}
.vmp-b-15 {
	padding-bottom: 15px;
}
.vmp-tb-35 {
	padding-bottom: 35px;
	padding-top: 35px;
}
.vmp-b-50 {
	padding-bottom: 50px;
}
.no-margin {
	margin: 0;
}
.no-padding {
	padding-bottom: 0;
}
.page-title {
	padding-left: 15px;
	border-left: 5px solid #cd4726;
	line-height: 28px;
	color: #606060;
}
.vm-red {
	color: #c72210 !important;
}
.vm-white {
	color: white !important;
}
.vm-black {
	color: black !important;
}
.vmbg-darkgray {background:#616161;}
header.header {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 82%, rgba(235,235,235,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 82%, rgba(235,235,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 82%, rgba(235,235,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0 );
	padding: 20px 0 0;
}
header.header .logo {
	float: left;
}
header.header .main-menu {
	float: right;
	padding: 20px;
	margin-top: 20px;
	position: relative;
	background-image: url('http://vmwebs.ca/projects/smart-safety/wp-content/uploads/2018/11/nav_body_bg.png');
	background-repeat: repeat-x;
	padding-bottom: 0;
}
header.header .main-menu::before {
	position: absolute;
	content: url('http://vmwebs.ca/projects/smart-safety/wp-content/uploads/2018/11/nav_bg_curve.png');
	top:0;
	left:-180px;
}
header.header .main-menu::after{
	content: '';
	position:absolute;
	top:0;
	bottom:0;
	width:500px;
	right:-500px;
	background-image: url('http://vmwebs.ca/projects/smart-safety/wp-content/uploads/2018/11/nav_body_bg.png');
	background-repeat: repeat-x;
	}
header.header #menu-menu li{
	position:relative;
	padding-bottom: 21px;
	}
header.header #menu-menu li a{
	position:relative;
	}
header.header #menu-menu > li:nth-child(2n):before {
    content: '';
    position: absolute;
    top: -20px;
    bottom: -20px;
    right: 50%;
    background-image: url(img/header-highlight.png);
    background-repeat: no-repeat;
    width: 140px;
    margin-right: -75px;
}
header.header #menu-menu li ul.sub-menu{
	position:absolute;
	top:48px;
	width:330px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 82%, rgba(235,235,235,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 82%, rgba(235,235,235,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 82%, rgba(235,235,235,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0 );
 z-index:999;
 left: -16px;
 display:none;
	}
header.header #menu-menu li ul.sub-menu li{
	padding:10px 20px;
	display:block;
	border-bottom: 1px solid #e0e0e0;
	}
header.header #menu-menu li ul.sub-menu li a{
	display:block;
	font-size: 15px;
	}
.site{
	overflow:hidden;
	}
.main-menu ul {
	margin: 0;
	padding: 0;
}
.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    padding-left: 25px;
    font-weight: 400;
    font-size: 17px;
    padding-right: 25px;
}
.main-menu ul li:first-child {
	padding-left: 0;
}
.header .top-contact {
	text-align: right;
}
.header .top-contact a {
	padding: 0 14px;
	display: inline-block;
	line-height: 20px;
}
.header .top-contact a:first-child {
	border-right: 1px solid #cccccc;
}
.header .top-contact a:last-child {
	padding-right: 0;
}
.header .top-contact a i {
	color: #cccccc;
	margin-right: 8px;
}
.black-bg {
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(68,68,68,1) 50%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(68,68,68,1) 50%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(68,68,68,1) 50%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
.service {
	background-color: #edecec;
}
.service .service-box {
	border: 1px solid #cccccc;
	border-bottom-left-radius: 50px;
	border-top-right-radius: 50px;
	background-image: url(img/service-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height:250px;
	background-position: center bottom;
	padding: 35px 22px;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.service .service-box:before, .service .service-box:after {
	content: '';
	z-index: 2;
	width: 0;
	height: 0;
	visibility: hidden;
	position: absolute;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	pointer-events: none;
}
.service .service-box:before {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #D43611;
	border-right: 1px solid #D43611;
}
.service .service-box:after {
	top: 0;
	left: 0;
	border-top: 1px solid #D43611;
	border-left: 1px solid #D43611;
}
.service .service-box:hover:before, .service .service-box:hover:after {
	width: 100%;
	height: 100%;
	visibility: visible;
}
.service .service-box:hover {
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-color: #EDECEC;
}


.service2 {
	background-color: none;
}
.service2 .service-box2 {
	border: 1px solid #cccccc;
	border-bottom-left-radius: 50px;
	border-top-right-radius: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	height:250px;
	background-position: center bottom;
	padding: 0px 0px;
	margin-top: -43px;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.service2 .service-box2:before, .service2 .service-box2:after {
	content: '';
	z-index: 2;
	width: 0;
	height: 0;
	visibility: hidden;
	position: absolute;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	pointer-events: none;
}
.service2 .service-box2:before {
	bottom: 0;
	right: 0;
	border-bottom: 3px solid #D43611 !important;
	border-right: 3px solid #D43611 !important;
}
.service2 .service-box2:after {
	top: 0;
	left: 0;
	border-top: 3px solid #D43611;
	border-left: 3px solid #D43611;
}
.service2 .service-box2:hover:before, .service2 .service-box2:hover:after {
	width: 100%;
	height: 100%;
	visibility: visible;
}
.service2 .service-box2:hover {
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-color: #EDECEC;
}


.service .row {
	margin-right: -10px;
	margin-left: -10px;
}
.service .col-md-3 {
	padding-right: 10px;
	padding-left: 10px;
}
.service .service-box p {
	font-size: 16px;
	line-height: 20px;
	color: #555555;
	font-weight: 500;
}
.service .service-box h2 {
	text-transform: uppercase;
}
.info .col-md-6 {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
}
.info .row {
	margin-right: -40px;
	margin-left: -40px;
}
.gray-bg {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 );
}
.info .col-md-6.about:before {
	content: '';
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-linear-gradient(top, #ffffff, #8c8b8b, #e5e5e5);
	background-image: -moz-linear-gradient(top, #ffffff, #8c8b8b, #e5e5e5);
	background-image: -ms-linear-gradient(top, #ffffff, #8c8b8b, #e5e5e5);
	background-image: -o-linear-gradient(top, #ffffff, #8c8b8b, #e5e5e5);
}
.vm-btn {
	background-color: #cd4726;
	color: #ffffff;
	display: inline-block;
	padding: 13px 30px;
	font-size: 16px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
}
.vm-btn:hover {
	color: #ffffff;
}
.weblink {
	text-transform: uppercase;
	color: #000;
}
.weblink a {
	color: #000;
	margin-left: 5px;
}
.footer {
	font-weight: 500;
}
.footer .vm-white, .footer .vm-white a {
	color: #dbdbdb !important;
}
.footer .about-widget {
	margin-right: 40px;
}
.footer .about-widget img {
	width: 280px;
	margin-bottom: 10px;
}
.footer .widget-title {
	position: relative;
	text-transform: uppercase;
	margin-bottom: 20px !important;
}
.footer .widget-title:before {
	content: '';
	width: 80px;
	height: 1px;
	background-color: #dbdbdb;
	position: absolute;
	left: 0;
	bottom: 0;
}
.footer .widget ul li {
	list-style-type: none;
	position: relative;
	padding-left: 25px;
	padding-bottom: 10px;
}
.footer .widget ul li:before {
	content: url(img/arr.png);
	position: absolute;
	left: 0;
	top: 0px;
}
.footer .widget ul {
	padding-left: 0;
}
.footer .footer-contact-line {
	padding-bottom: 10px;
}
.footer .footer-contact-line img {
	margin-right: 5px;
}
.footer .social {
	font-size: 24px;
	padding-top: 10px;
}
.footer .social a {
	margin-right: 5px;
}
.footer .footer-socket {
	background-color: #cd4726;
}
.mobile-menu-toggle {
	display: none;
}
.vm-btn.btn-round {
	border-radius: 10px;
	padding: 8px 25px;
}
.news-page {
	margin-left: -50px;
	margin-right: -30px;
}
.news-page .news-grid {
	float: left;
	width: 33.33%;
}
.news-page .news-grid:nth-child(3n+1) {
	clear: both;
}
.news-grid .date {
	font-weight: 500;
	color: #cd4726;
	margin-bottom: 5px;
}
.news-grid {
	padding-left: 50px;
	padding-right: 30px;
	position: relative;
	margin-bottom: 70px;
}
.news-grid:before {
	content: '';
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-linear-gradient(top, #ffffff, #8c8b8b, #ffffff);
	background-image: -moz-linear-gradient(top, #ffffff, #8c8b8b, #ffffff);
	background-image: -ms-linear-gradient(top, #ffffff, #8c8b8b, #ffffff);
	background-image: -o-linear-gradient(top, #ffffff, #8c8b8b, #ffffff);
}
.news-page .news-grid:nth-child(3n+1):before {
	display: none;
}
.news-grid h2 {
	font-size: 20px;
	line-height: 28px;
	position: relative;
	margin-bottom: 20px!important;
}
.news-grid h2:before {
	content: '';
	width: 80px;
	height: 1px;
	background-color: #cd4726;
	position: absolute;
	left: 0;
	bottom: 0;
}
.single-page .page-title {
	margin-bottom: 15px !important;
}
.single-page .date {
	font-weight: 500;
	color: #606060;
	margin-bottom: 20px;
	display: inline-block;
}
.single-page .date hr {
	border-top-color: #898989;
	width: 240px;
}
.post-media img {
	width: 100%;
}
.wide-newsletter {
	background-color: #e6e6e6;
}
.wide-newsletter h2 {
	font-size: 24px;
	font-weight: 300;
	padding-bottom: 20px;
}
.newsletter-form {
	display: table;
	width: 100%;
}
.wide-newsletter form {
	display: table-row;
}
.wide-newsletter .table-cell {
	display: table-cell;
	vertical-align: top;
}
.wide-newsletter input[type="email"] {
	display: block;
	width: 100%;
	border: none;
	background-color: #d8d8d8;
	padding: 10px 20px;
}
.wide-newsletter input[type="submit"] {
	display: inline-block;
	background-color: #cd4726;
	border: none;
	padding: 10px 40px;
	color: #ffffff;
}
.wide-newsletter .table-cell.last {
	width: 140px;
}
.service-boxes h3 {
	font-size: 16px;
	font-weight: bold;
}
.service-boxes .box-image img {
	border-bottom-left-radius: 60px;
	overflow: hidden;
	border-top-right-radius: 60px;
}
.service-boxes .service-box a {
	font-weight: 500;
	border-top: 1px solid #cd4726;
	border-bottom: 1px solid #cd4726;
	display: block;
	padding: 15px 0;
	margin-top: 30px;
	color: red;
}
.service-single {
	background-color: #cd4726;
	border-top-right-radius: 100px;
	overflow: hidden;
	border-bottom-left-radius: 100px;
}
.service-single .inner {
	border-bottom-left-radius: 100px;
	padding: 50px 100px;
}
.service-single .service-footer {
	padding: 30px 100px;
	font-weight: 500;
	font-size: 20px;
}
.smart-page {
	position: relative;
}
.page-id-67, .page-id-75, .page-id-78, .page-id-82 {
	background-color: #f3f3f3;
}
.page-id-67 .smart-page:before {
	content: url('http://galaxywoodfloor.ca/smartsafty/wp-content/uploads/2018/03/Our-Services-Compience-Advisor.png');
	position: absolute;
	bottom: -7px;
	right: 0;
}
.page-id-75 .smart-page:before {
	content: url('http://galaxywoodfloor.ca/smartsafty/wp-content/uploads/2018/03/Our-Services-CSO.png');
	position: absolute;
	bottom: -7px;
	right: 0;
}
.page-id-78 .smart-page:before {
	content: url('http://galaxywoodfloor.ca/smartsafty/wp-content/uploads/2018/03/Our-Services-your-CSO-1.png');
	position: absolute;
	bottom: -7px;
	right: 0;
}
.page-id-82 .smart-page:before {
	content: url('http://galaxywoodfloor.ca/smartsafty/wp-content/uploads/2018/03/Our-Services-your-Loss-Prevention-Projects.png');
	position: absolute;
	bottom: -7px;
	right: 0;
}
.page-id-8 .page-title.entry-title {
	display: none!important;
}
.about-smart {
	background-color: #f3f3f3;
	padding: 60px 180px 60px 80px;
	border-top-right-radius: 120px;
	border-bottom-left-radius: 120px;
	border: 1px solid #d8d8d8;
}
.sylaris-title {
	margin-top: 100px;
	padding-left: 180px;
}
.about h2, .about .h2 {
	color: #4a4a4a;
}
.about-smart h1 {
	font-weight: 300;
}
.sylaris {
	margin-left: -15%;
	-ms-flex: 0 0 56%;
	flex: 0 0 56%;
	max-width: 56%;
	padding: 0 0 260px 0;
	background-image: url('http://galaxywoodfloor.ca/smartsafty/wp-content/uploads/2018/03/smart-safty-about-2.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	border-bottom-right-radius: 120px;
}
.sylaris .inner {
	padding: 60px 80px 60px 180px;
	margin-top: 10px;
	border-top-left-radius: 120px;
	border-bottom-right-radius: 120px;
	border: 1px solid #d8d8d8;
}
.gray-btn {
	padding: 10px 20px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
	margin-top: 20px;
}
.contact-form .wpcf7-text, .contact-form .wpcf7-textarea {
	border: 1px solid #dfdfdf;
	width: 100%;
	padding: 10px 20px;
	color: #b9b9b9;
}
.contact-form .wpcf7-text.wpcf7-not-valid {
	border: 1px solid #ff0000;
}
.contact-form .wpcf7-textarea {
	height: 200px;
}
.contact-form .wpcf7-submit {
	background-color: #d82d03;
	color: #fff;
	border: none;
	padding: 11px 40px;
	cursor: pointer;
}
.contact-form .wpcf7-form-control-wrap {
	margin-bottom: 10px;
	display: block;
}
.contact-form .wpcf7-form-control-wrap:before {
	font-family: FontAwesome;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #dedede;
	font-size: 30px;
}
.contact-form .wpcf7-form-control-wrap.your-name:before {
	content: "\f007";
}
.contact-form .wpcf7-form-control-wrap.your-email:before {
	content: "\f0e0";
	right: 7px;
}
.contact-form .wpcf7-form-control-wrap.your-phone:before {
	content: "\f095";
}
.contact-form .wpcf7-form-control-wrap.your-subject:before {
	content: "\f040";
}
.contact-form .wpcf7-form-control-wrap:after {
	content: url('http://galaxywoodfloor.ca/smartsafty/wp-content/uploads/2018/03/contact-arr.png');
	position: absolute;
	top: 0px;
	right: 42px;
}
.contact-form .wpcf7-form-control-wrap.your-message:after {
	display: none;
}
.contact-form {
	padding-right: 50px;
}
.contact-info .contact-line {
	margin-bottom: 20px;
}
.contact-info .contact-line img {
	margin-right: 10px;
	vertical-align: bottom;
}
.contact-info .social a {
	color: #cd4726;
	font-size: 40px;
	margin-right: 5px;
}
.process-box {
	border: 1px solid #dcdcdc;
	margin-top: 70px;
	margin-bottom: 30px;
}
.process-box .icon {
	width: 70px;
	height: 70px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0 );
	padding: 14px;
	position: relative;
	top: -35px;
}
.process-box h2 {
	color: #cd4726;
	text-transform: uppercase;
	font-size: 48px;
}
.process-box .inner {
	padding-left: 52px;
	padding-right: 52px;
}
.process-box .process-footer {
	background-color: #f5f5f5;
	padding: 20px;
	margin-top: 30px;
	position: relative;
}
.process-box .process-footer:before {
	content: "\A";
	border-style: solid;
	border-width: 15px 15px 10px 15px;
	border-color: transparent transparent #f5f5f5 transparent;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -15px;
}
.orange-text {
	color: #cd4726;
}
.orange-btn {
	display: inline-block;
	background-color: #cd4726;
	padding: 10px 20px;
	color: #ffffff!important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: 500;
}
.org h2{
	background-color: #c72210;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 20px; 
	}
/*.org .table tbody tr:nth-of-type(even) td:first-child
.org .table tbody tr:nth-of-type(even) td:first-child, .org .table tbody tr th:first-child{ 
	background-color:#ebebeb; 
	}*/
.js-pscroll {
  position: relative;
  overflow: hidden;
}


.table100 .ps__rail-x {
  z-index: 1010;
  height: 6px;
  background-color: transparent;
  opacity: 1 !important;
  bottom: 10px;
}

.table100 .ps__rail-x::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #e6e6e6;
  height: 100%;
  width: calc(100% - 30px);
  left: 15px;
  top: 0px;
}

.table100 .ps__rail-x .ps__thumb-x {
  height: 100%;
  bottom: 0;
  background-color: transparent;
  opacity: 1 !important;
}

.table100 .ps__rail-x .ps__thumb-x::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #b3b3b3;
  height: 100%;
  width: calc(100% - 30px);
  top: 0;
  left: 15px;
}
.limiter {
  width: 100%;
  margin: 0 auto;
  background: #fa71cd;
  background: -webkit-linear-gradient(bottom, #c471f5, #fa71cd);
  background: -o-linear-gradient(bottom, #c471f5, #fa71cd);
  background: -moz-linear-gradient(bottom, #c471f5, #fa71cd);
  background: linear-gradient(bottom, #c471f5, #fa71cd);


}
.wrap-table100 {
  width: 100%;
}
.table100 {
  background-color: #fff;
}

table {
  width: 100%;
}
.column1 {
  width: 100%;
  padding-left: 40px;
}

.column2 {
  width: 225px;
  padding-left: 55px;
}

.column3 {
    width: 270px;
}

.column4 {
  width: 400px;
}

.column5 {
      width: 200px;
}

.column6 {
    width: 240px;
}

.column7 {
    width: 500px;
}

.column8 {
    width: 300px;
}
.column9 {
    width: 250px;
}
.column10 {
    width: 250px;
}
.column11 {
    width: 500px;
}

.table100 th {
  padding-top: 21px;
  padding-bottom: 21px;
}

.table100 td {
  padding-top: 16px;
  padding-bottom: 16px;
}


/*==================================================================
[ Fix col ]*/
.table100 {
  width: 100%;
  position: relative;
}

.table100-firstcol {
  background-color: #fff;
  position: absolute;
  z-index: 1000;
  width: 150px;
  top: 0;
  left: 0;
}

.table100-firstcol table {
  background-color: #fff;
}

.wrap-table100-nextcols {
  width: 100%;
  overflow: auto;
  padding-left: 150px;
  padding-bottom: 28px;
}

.table100-nextcols table{
  table-layout: fixed;
}

.shadow-table100-firstcol {
  box-shadow: 8px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 8px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 8px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 8px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 8px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.table100-firstcol table {
  background-color: transparent;
      margin: 0;
}
.table100.ver1 .table100-firstcol td {
  height: 61px;
}

.table100.ver1 .table100-nextcols td {
  color: #999999;
}


.table100.ver1 tr {
  border-bottom: 1px solid #f2f2f2;
}
.org .table th{
	white-space: nowrap;
	    font-weight: 600;
	}
.table100-firstcol .table-striped tbody tr:nth-of-type(even), .table100-firstcol .table-striped tr th{
    background-color: #f9f9f9;
}
 @media only screen and (max-width:1199px) {
.sylaris-title {
	margin-top: 180px;
}
.main-menu ul li {
    padding-left: 15px;
    padding-right: 15px;
}
header.header .main-menu{
	padding-right:0;
	}
}
 @media only screen and (max-width:992px) {
.mobile-menu-toggle {
	display: inline-block;
	float: right;
	margin-top: 25px;
	font-size: 30px;
	cursor: pointer;
}
.mobile-menu-toggle .fa-times {
	display: none;
}
.mobile-menu-toggle.menu-opened .fa-times {
	display: block;
}
.mobile-menu-toggle.menu-opened .fa-bars {
	display: none;
}
.main-menu {
	display: none;
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: 105px;
	background-color: #edecec;
}
.menu-has-opened .main-menu {
	display: block;
}
.main-menu ul li {
	display: block;
	text-align: center;
	border-bottom: 1px solid #d1d1d1;
	padding: 10px 0!important;
}
.service .service-box {
	margin-bottom: 30px;
}
.about .col-md-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.about-smart {
	padding: 60px;
}
.sylaris-title {
	margin-top: 60px;
	padding-left: 60px;
}
.sylaris {
	margin-left: 0%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 0px 260px 0px;
}
.sylaris .inner {
	padding: 80px;
}
.sylaris {
	padding: 0 0px 220px 0px;
}
.process-box .inner {
	padding-left: 20px;
	padding-right: 20px;
}
.process-box h2 {
	font-size: 38px;
}
header.header .main-menu {
	background-image:none;
	float:none;
    top: 110px;
    position: absolute;
}
header.header .main-menu:before, header.header .main-menu:after{
	display:none;
	}
.header.header #menu-menu > li:nth-child(2n):before{
	display:none;
	}
header.header{
	padding-bottom:20px;
	    position: relative;
	}
header.header #menu-menu li ul.sub-menu {
    top: 11px;
    width: 100%;
    background:none;
    left: 0;
	display:block;
	position:inherit;
	background-color: #f5f5f5;
}
header.header .pull-right {
    float: none;
}



}
 @media only screen and (max-width:768px) {
.header .top-contact {
	display: none;
}
.info .col-md-6.about::before {
	display: none;
}
.info .col-md-6.about {
	padding-bottom: 0;
}
.footer-socket span {
	float: none;
	display: block;
	text-align: center;
}
.info .row {
	margin-right: -15px;
	margin-left: -15px;
}
.service-box {
	margin-bottom: 50px;
}
.smart-page::before {
	display: none;
}
.page-title {
	line-height: 38px;
}
.news-page .news-grid:nth-child(3n+1) {
	clear: none;
}
.news-page .news-grid {
	float: none;
	width: 100%;
}
.news-page {
	margin-left: 0px;
	margin-right: 0px;
}
.news-grid::before {
	width: 100%;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	background-image: -webkit-linear-gradient(left, #ffffff, #8c8b8b, #ffffff);
	background-image: -moz-linear-gradient(left, #ffffff, #8c8b8b, #ffffff);
	background-image: -ms-linear-gradient(left, #ffffff, #8c8b8b, #ffffff);
	background-image: -o-linear-gradient(left, #ffffff, #8c8b8b, #ffffff);
	height: 1px;
	right: 0;
}
.news-grid {
	padding-left: 0px;
	padding-right: 0px;
}
.news-page .news-grid {
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.news-page .news-grid:nth-child(3n+1):before {
	display: block;
}
.news-page .news-grid:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.news-page .news-grid:last-child:before {
	display: none;
}
.wide-newsletter .table-cell {
	display: block;
	margin-bottom: 10px;
	width: 100% !important;
}
.wide-newsletter input[type="submit"] {
	width: 100%;
}
.contact-form {
	padding-right: 0px;
	margin-bottom: 50px;
}
}
 @media only screen and (max-width:580px) {
.header .logo {
	max-width: 200px;
}
.mobile-menu-toggle {
	margin-top: 16px;
}
.intro {
	text-align: center !important;
}
.info .col-md-6 {
	padding-left: 20px;
	padding-right: 20px;
}
.main-menu {
	top: 72px;
}
.sylaris .inner {
	border-bottom-right-radius: 0px;
}
.service-single .inner {
	border-bottom-left-radius: 80px;
	padding: 30px;
}
.service-single {
	border-top-right-radius: 80px;
	border-bottom-left-radius: 80px;
}
.service-single .service-footer {
	padding: 30px 40px;
}
header.header .main-menu {
    top: 80px;
}
}
 @media only screen and (max-width:415px) {
.vmp-tb-70 {
	padding-bottom: 50px;
	padding-top: 50px;
}
.about-smart {
	padding: 30px;
}
.about-smart {
	border-top-right-radius: 80px;
	border-bottom-left-radius: 80px;
}
.sylaris .inner {
	padding: 30px;
	border-top-left-radius: 80px;
}
.sylaris {
	border-bottom-right-radius: 80px;
	padding: 0 0px 180px 0px;
}
}
.content_bg {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 60%;
}
.subtitle {
	padding-top: -80px !important;
}
.smartservices {
}
.smartservices h3 {
	font-weight: bold;
}
.smartservices .item {
	border: 1px solid red;
}

.service h2 {font-weight: bold; line-height: 18px;}
.service p {font-size: 18px;}

.smartservices {}
.smartservices h3 {font-weight: bold; font-size: 28px;}
.smartservices .item {border: 1px solid #dedede; border-bottom: 10px solid #CFCFCF; padding: 35px 25px 25px 25px; background: white; 
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.15);

	border-radius: 0px 45px 0px 45px;
	-moz-border-radius: 0px 45px 0px 45px;
	-webkit-border-radius: 0px 45px 0px 45px;
	border: 0px solid #000000;
}
.curveborder {padding-bottom: 10px; background:#e2e2e2; margin-bottom: 45px;
	border-radius: 0px 50px 0px 45px;
	-moz-border-radius: 0px 50px 0px 45px;
	-webkit-border-radius: 0px 50px 0px 45px;
	border: 0px solid #000000;

	background: rgba(230,230,230,1);
	background: -moz-linear-gradient(left, rgba(230,230,230,1) 0%, rgba(250,250,250,1) 45%, rgba(230,230,230,1) 99%, rgba(230,230,230,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(230,230,230,1)), color-stop(45%, rgba(250,250,250,1)), color-stop(99%, rgba(230,230,230,1)), color-stop(100%, rgba(230,230,230,1)));
	background: -webkit-linear-gradient(left, rgba(230,230,230,1) 0%, rgba(250,250,250,1) 45%, rgba(230,230,230,1) 99%, rgba(230,230,230,1) 100%);
	background: -o-linear-gradient(left, rgba(230,230,230,1) 0%, rgba(250,250,250,1) 45%, rgba(230,230,230,1) 99%, rgba(230,230,230,1) 100%);
	background: -ms-linear-gradient(left, rgba(230,230,230,1) 0%, rgba(250,250,250,1) 45%, rgba(230,230,230,1) 99%, rgba(230,230,230,1) 100%);
	background: linear-gradient(to right, rgba(230,230,230,1) 0%, rgba(250,250,250,1) 45%, rgba(230,230,230,1) 99%, rgba(230,230,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=1 );
}

.list1 {}
.list1 ul {margin:0; padding: 0;}
.list1 li {list-style: none; margin-left: 15px; padding-top: 10px; line-height: 32px; border-bottom: 1px solid #C8C8C8; padding-bottom: 15px; 
  border-bottom: 1px solid transparent;
  -moz-border-image: -moz-linear-gradient(left, #C1C1C1 0%, #FFFFFF 100%);
  -webkit-border-image: -webkit-linear-gradient(left, #C1C1C1 0%, #FFFFFF 100%);
  border-image: linear-gradient(to right, #C1C1C1 0%, #FFFFFF 100%);
  border-image-slice: 1;}
.list1 li:before {
	/* font-family: 'FontAwesome';
	content: '\f00c';
	margin:0 5px 0 -25px;
	color: #cd4726; */
}
.gradiant1 {background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );}

.smart_cor_steps {
  margin-bottom: 35px;
  position:relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 15px 27px 15px 27px;
  border: 0 solid;
  border-top: 1px solid rgba(183,183,183,1);
  -webkit-border-radius: 45px;
  border-radius: 45px;
  color: #888888;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: -webkit-linear-gradient(-90deg, rgba(255,255,255,1) 0, rgba(239,239,239,1) 100%);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0, rgba(239,239,239,1) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0, rgba(239,239,239,1) 100%);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  -webkit-box-shadow: 0px 1px 5px -2px rgba(0,0,0,0.5) inset;
  box-shadow: 0px 1px 5px -2px rgba(0,0,0,0.5) inset;

}

.smart_cor_steps:after, .smart_cor_steps:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.smart_cor_steps:after {
	border-color: rgba(240, 240, 240, 0);
	border-top-color: #c72110;
	border-width: 15px;
	margin-left: -15px;
}
.smart_cor_steps:before {
	border-color: rgba(240, 240, 240, 0);
	border-top-color: #f0f0f0;
	border-width: 21px;
	margin-left: -21px;
}

.border_radius1 {border-radius: 69px 10px 69px 10px;
	-moz-border-radius: 69px 10px 69px 10px;
	-webkit-border-radius: 69px 10px 69px 10px;
	border: 0px solid #000000;
}

.smartcore_process_section {
	/* background: rgba(255,255,255,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(240,240,240,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=1 ); */ 
	background: #EDEDED;
	margin-top: 80px;
}

.smartcore_process_frame {
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	background: #c72110;
	padding: 1px;	
	height: 352px;
}

.smartcore_process {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(240,240,240,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );


	padding:60px 15px 60px 15px;
	text-align: center;
	height: 280px;
	margin-bottom: 55px;
	
	border: 1px solid #ccc;
}


.smartcore_process h2 {font-weight: bold;}
.footer-contact-line a {padding-left: 11px;}


@media (min-width: 1281px) {
  .smart_process_offset {margin-left: 200px;}
}

@media (min-width: 1025px) and (max-width: 1280px) {
  
}

@media (min-width: 768px) and (max-width: 1024px) {
  
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
     
}

@media (min-width: 481px) and (max-width: 767px) {
  
}

@media (min-width: 320px) and (max-width: 480px) {
  
}