@charset "utf-8";
/* CSS Document */
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0 0 .5em;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
	background:none;
	padding:0;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

textarea.virtuemart {
	height: auto;
}
textarea,
textarea.virtuemart,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	padding:10px;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #ddd;
}
textarea:focus,
textarea.virtuemart:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color:#333;
}
select {
	padding:10px 0;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body{line-height:1.5;}
body, ul, fieldset{margin:0;}
body, ul, fieldset, body.home-page .main-body{padding:0;}
h1{font-size:36px;}
h2{font-size:30px;}
h3, .prgrid h2, #jc h4{font-size:24px;}
h4, .prgrid h4, .crgrid h4{font-size:18px;}
h5, .moduletable.pro_and_ser .desc, .moduletable.abt_us .desc{font-size:16px;}
h6{font-size:14px;}
img{max-width:100%;}
a{text-decoration:none;}
li{list-style:none;}
p{margin:0 0 15px;}
.btn, button, .button{padding:10px 20px;cursor:pointer;}
.btn, button, .button, fieldset{border:none;}
.btn, button, .button, a.btn:hover, a.btn:focus, .moduletable.strategic_dynamic h1, .moduletable.abt_us, .moduletable.abt_us h3, .moduletable.get_intouch h3, #comments-form .btn a, #comments-report-form .btn a, #comments-report-form .btn a:hover, #comments-report-form .btn a:focus{color:#fff;}
a, .btn, button, .button, .header{transition:all 0.6s ease 0s;}
.container{margin-left:auto;margin-right:auto;}
.btn, button, .button, .moduletable.strategic_dynamic h1 small, .vgrid.psgrid .vicon{display:inline-block;}
.fa strong{display:none;}
.vgrid, .size-100, #size-100, .container, .top, .header, .showcase, .feature, .utility, .maintop, .breadcrumb, .main-body, .content-top, .content_inner, .content-bottom, .mainbottom, .extension, .bottom, .footer, .copyright, .moduletable.strategic_dynamic h1 small, body.home-page .banner-bg.parallax-bg:before, .rscontact .control-group.control-group-message, body.home-page .mainbottom:before{width:100%;}
.vgrid, .top, .header, .showcase, .feature, .utility, .maintop, .breadcrumb, .main-body, .content-top, .content_inner, .content-bottom, .mainbottom, .extension, .bottom, .footer, .copyright, .vsize, .sidebar-left, .content.content-b, .header .header-a.vsize img, .rscontact .control-group.control-group-message{float:left;}
.sidebar-right, .content, .header .header-b.vsize{float:right;}
.container, .vsize{padding-left:15px;}
.container, .vsize{padding-right:15px;}
.container{max-width:1170px;}
.container, .vsize{box-sizing:border-box;-webkit-box-sizing:border-box;}
.size-75, #size-75{width:75%;}
.size-66{width:66.666%;}
.size-50{width:50%;}
.size-33{width:33.333%;}
.size-25, .sidebar-left, .sidebar-right{width:25%;}
.size-20{width:20%;}
.size-17{width:16.666%;}
.header{padding:7px 0;background:#fff;-webkit-box-shadow:0px 5px 11px 0px rgba(50, 50, 50, 0.08);box-shadow:0px 5px 11px 0px rgba(50, 50, 50, 0.08);}
.feature, .maintop, .mainbottom{padding:100px 0;}
.utility{padding-bottom:100px;}
.main-body{padding:60px 0;}
.header .header-a.vsize, .header .header-b.vsize{width:auto;}
.header .header-a.vsize img{max-height:60px;}
.dj-megamenu-custom95 li a.dj-up_a, body.home-page .banner-bg.parallax-bg, body.home-page .banner-bg.parallax-bg .container, .header, .vgrid.psgrid h3, .rscontact .control-group.control-group-message, body.home-page .mainbottom, body.home-page .mainbottom .container, .page-header h1{position:relative;}
.dj-megamenu-custom95 li.active a.dj-up_a:before, body.home-page .banner-bg.parallax-bg:before, .vgrid.psgrid h3:before, .rscontact .control-group.control-group-message label, body.home-page .mainbottom:before, .page-header h1:before{position:absolute;}
.dj-megamenu-custom95 li a.dj-up_a{border:none;text-transform:none;font-size:16px;font-weight:400;padding:0;margin:0 10px;}
.dj-megamenu-custom95 li.active a.dj-up_a:before, body.home-page .banner-bg.parallax-bg:before, .vgrid.psgrid h3:before, body.home-page .mainbottom:before, .page-header h1:before{content:"";}
.dj-megamenu-custom95 li.active a.dj-up_a:before, .page-header h1:before{background:#e96656;}
.dj-megamenu-custom95 li.active a.dj-up_a:before, .vgrid.psgrid h3:before, .page-header h1:before{height:2px;}
.page-header h1:before{width:10%;bottom:-9px;}
.dj-megamenu-custom95 li.active a.dj-up_a:before, .vgrid.psgrid h3:before{left:12.5%;width:75%;bottom:10px;}
.dj-megamenu-custom95, .prgrid h2, .prgrid h4, .crgrid h4, #jc h4{font-family:'Lato', sans-serif;}
body.home-page .banner-bg.parallax-bg, body.home-page .mainbottom{background:url(../images/bg.jpg) no-repeat;background-attachment:fixed;background-size:cover;background-position:top center;}
body.home-page .banner-bg.parallax-bg .container, .dj-megamenu-custom95 li.active a.dj-up_a:before, .header, .vgrid.psgrid h3:before, body.home-page .mainbottom:before, body.home-page .mainbottom .container, .page-header h1:before{z-index:1;}
body.home-page .banner-bg.parallax-bg:before, body.home-page .mainbottom:before, .page-header h1:before{left:0;}
body.home-page .banner-bg.parallax-bg:before, body.home-page .mainbottom:before{top:0;}
body.home-page .banner-bg.parallax-bg:before{-webkit-box-shadow:0px 5px 11px 0px rgba(50, 50, 50, 0.08);box-shadow:0px 5px 11px 0px rgba(50, 50, 50, 0.08);}
body.home-page .banner-bg.parallax-bg:before, body.home-page .mainbottom:before{background:rgba(0, 0, 0, 0.5);height:100%;}
.moduletable.strategic_dynamic, .moduletable.strategic_dynamic .buttons .custom-button, .moduletable.pro_and_ser, .moduletable.abt_us h3, .moduletable.abt_us .desc, .moduletable.get_intouch h3, .footer .vsize{text-align:center;}
.moduletable.strategic_dynamic h1, .moduletable.strategic_dynamic .buttons .custom-button, .moduletable.pro_and_ser h2, .vgrid.psgrid h3, .moduletable.abt_us h3, .moduletable.get_intouch h3, .rscontact .controls.submit-controls .custom-button, #comments-form .btn, #comments-report-form .btn{text-transform:uppercase;}
.moduletable.strategic_dynamic h1, .moduletable.pro_and_ser h2, .moduletable.abt_us h3, .moduletable.get_intouch h3, .crgrid h4, #jc h4{margin:0 0 10px;}
.moduletable.strategic_dynamic h1{font-size:55px;line-height:65px;}
.moduletable.strategic_dynamic h1 small{color:#999;font-size:65%;}
body.home-page .showcase{float:none;display:table;}
body.home-page .showcase .container{display:table-cell;vertical-align:middle;}
.moduletable.strategic_dynamic .buttons{margin-top:45px;}
#comments-form .btn, #comments-report-form .btn{margin:10px 10px 0 0;}
.moduletable.strategic_dynamic .buttons .custom-button{margin:0 10px;}
.moduletable.strategic_dynamic .buttons .custom-button, .rscontact .controls.submit-controls .custom-button, #comments-form .btn, #comments-report-form .btn{padding:13px 35px 13px 35px;border-radius:4px;-webkit-border-radius:4px;border:none;}
.moduletable.strategic_dynamic .buttons .red-btn, .rscontact .controls.submit-controls .red-btn{background:#0069a6;}
.moduletable.strategic_dynamic .buttons .red-btn:hover, .moduletable.strategic_dynamic .buttons .red-btn:focus, .rscontact .controls.submit-controls .red-btn:hover, .rscontact .controls.submit-controls .red-btn:focus{background:#0e4765;}
.moduletable.strategic_dynamic .buttons .green-btn{background:#20AA73;}
.moduletable.strategic_dynamic .buttons .green-btn:hover, .moduletable.strategic_dynamic .buttons .green-btn:focus{background:#069059;}
.moduletable.pro_and_ser h2, .moduletable.abt_us h3, .moduletable.get_intouch h3{font-size:45px;line-height:40px;}
.moduletable.pro_and_ser .desc, .prgrid p, .crgrid p{color:#808080;}
.vgrid.psgrid, .vgrid.ab-grid, .moduletable.get_intouch .rscontact{padding:75px 0 0;}
.vgrid.psgrid .vicon{width:130px;height:130px;border:10px solid #ececec;margin-bottom:20px;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.vgrid.psgrid .vicon, .vgrid.psgrid .vicon img{border-radius:50%;-webkit-border-radius:50%;}
.vgrid.psgrid .vicon:hover, .vgrid.psgrid .vicon:focus{border:10px solid #e96656;}
.vgrid.psgrid h3, .moduletable.pro_and_ser.indus_tries h4{font-family:'Lato', sans-serif;}
.vgrid.psgrid h3{font-size:17px;padding:0 0 20px;margin:0 0 5px;}
.vgrid.psgrid .vsize1 h3:before{background:#e96656;}
.vgrid.psgrid .vsize2 h3:before{background:#34d293;}
.vgrid.psgrid .vsize3 h3:before{background:#3ab0e2;}
.vgrid.psgrid .vsize4 h3:before{background:#f7d861;}
.vgrid.psgrid .vsize p{font-size:14px;color:#808080;}
.moduletable.pro_and_ser.indus_tries .vicon, .moduletable.pro_and_ser.indus_tries .vicon:hover, .moduletable.pro_and_ser.indus_tries .vicon:focus{border:none;}
.moduletable.pro_and_ser.indus_tries .vicon{width:auto;height:auto;}
.moduletable.pro_and_ser.indus_tries .vicon, .vgrid.psgrid .vsize p:last-child{margin-bottom:0;}
.moduletable.pro_and_ser.indus_tries h4{margin:0;font-weight:normal;font-size:16px;}
body.home-page .maintop{background:#272727;}
.vgrid.ab-grid .ab-title{font-size:60px;line-height:normal;font-weight:300;margin-top:-15px;}
.vgrid.ab-grid .ab-title, .rscontact .controls.submit-controls{text-align:right;}
.moduletable.abt_us .vsize-right{color:#939393;font-size:14px;line-height:25px;}
.rscontact .control-group.control-group-name, .rscontact .control-group.control-group-email, .rscontact .control-group.control-group-subject{float:left;width:33.333%;box-sizing:border-box;-webkit-box-sizing:border-box;}
.rscontact .control-group.control-group-name, .rscontact .control-group.control-group-email, .rscontact .control-group.control-group-subject, .rscontact .control-group.control-group-message{margin-bottom:15px;}
.rscontact .control-group.control-group-name{padding-right:15px;}
.rscontact .control-group.control-group-subject{padding-left:15px;}
.rscontact .control-group.control-group-email{padding:0 7.5px;}
.mod-rscontact-width-auto{width:100%;}
.rscontact .control-group.control-group-message label{top:3px;right:4px;font-size:10px;color:#555;}
.rscontact input[type="text"], .rscontact input[type="email"]{padding:3px 15px;}
.rscontact input[type="text"], .rscontact input[type="email"], .rscontact textarea{min-height:46px;border-radius:4px;-webkit-border-radius:4px;background:rgba(255,255,255, 0.95);border:none;font-size:14px;color:#555;}
.rscontact textarea{padding:9px 15px;}
.footer .vsize{padding-top:67px;padding-bottom:30px;font-size:16px;}
.footer .vsize, .footer .vsize a{color:#939393;}
.footer .vsize a:hover, .footer .vsize a:focus{color:#cb4332;}
.footer .footer-d.vsize{background:#171717;padding-top:68px;padding-bottom:68px;}
.social{margin:0 0 1.5em 0;}
.social li{display:inline-block;margin:5px;}
.social li a{font-size:18px;}
.footer .vsize .zerif-copyright-box{color:#404040;}
.page-header h1{font-size:20px;margin-top:0;padding-top:0;margin-bottom:10px;line-height:22px;}
.prgrid h2{margin:50px 0 25px;}
.prgrid h2, .prgrid h4, .crgrid h4, #jc h4{font-weight:normal;}
.prgrid h4{margin:24px 0 10px;}
.prgrid1 .vsize1, .prgrid3 .vsize1, .prgrid3 .vsize-img, .crgrid .vsize1{padding-left:0;padding-right:20px;}
.prgrid1 .vsize2{padding-left:10px;padding-right:10px;}
.prgrid1 .vsize3, .prgrid3 .vsize2, .crgrid .vsize2{padding-right:0;padding-left:20px;}
.crgrid .vsize1 p{margin-bottom:0;}
.crgrid .vsize2 p{margin-bottom:24px;}
.cgrid1{padding-top:50px;}
#jc{float:left;width:100%;margin-top:30px;padding-top:30px;border-top:1px solid rgba(0, 0, 0, 0.05);}
#jc h4{border:none;}
.re_text{font-size:16px;}
#comments-form .grippie, #comments-footer{display:none;}
.dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn{background:#808080;color:#fff;font-size:18px;padding:4px 8px;margin:15px 0;}