html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;height:100%;
}
* {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}
body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	color: #656565;
	margin: 0;
	font-weight: 400;
	
	height:100%;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
	display: block;
}
audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,a:focus,a:hover {
	outline: 0 none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
mark {
	background: #ff0 none repeat scroll 0 0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0 none;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em;
}
button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,select {
	text-transform: none;
}
button,html input[type=button],input[type=reset],input[type=submit] {
	cursor: pointer;
}
button[disabled],html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}
input {
	line-height: normal;
}
input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
legend {
	border: 0 none;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 700;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 0;
}
body,button,input,optgroup,select,textarea {
	color: #222;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	line-height: 1.5;
}
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color: #272727;
	font-size: 40px;
	font-family: 'Titillium Web', sans-serif;
	font-weight:800;
}
h2 {
	font-size: 32px;
	margin: 0;
}
h3 {
	font-size: 22px;
	margin: 0;
}
p {
	margin-bottom: 1.5em;
}
cite,dfn,em,i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee none repeat scroll 0 0;
	font-family: "Courier 10 Pitch",Courier,monospace;
	font-size: .9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,kbd,tt,var {
	font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
	font-size: .9375rem;
}
abbr,acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins,mark {
	background: #fff9c0 none repeat scroll 0 0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
html {
	box-sizing: border-box;
}
* {
	box-sizing: border-box;
}

blockquote::after,blockquote::before,q::after,q::before {
	content: "";
}
blockquote,q {
	quotes: """";
}
hr {
	background-color: #ccc;
	border: 0 none;
	height: 1px;
	margin-bottom: 1.5em;
}
ol,ul {
	margin: 0 0 1.5em;
}
ul {
	list-style: outside none disc;
}
li {
	padding: 0 0 5px;
}
ol {
	list-style: outside none decimal;
}
li>ol,li>ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
button,input[type=button],input[type=reset],input[type=submit] {
	font-weight: 500;
	font-size: 16px;
	background-color: #8DC63F;
	border: 1px solid #8DC63F;
	border-radius: 5px;
	padding: 10px 35px;
	text-align: center;
	min-width: 100px;
	color: #fff;
	display: inline-block;
	transition: ease-in-out .5s all;
	text-transform: uppercase;
	-webkit-appearance: none;
}
button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
	background-color: #000;
	border-color: #000;
}
input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea {
	border: 1px solid #b5b5b5;
	border-radius: 3px;
	color: #2a2a2a;
	font-size: 16px;
	padding: 8px 10px;
	font-weight: 400;
}
@media only screen and (max-width:600px){
select {
	border:1px solid #b5b5b5;
	-webkit-appearance: none;
}
}
input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus {
	color: #111;
}
textarea {
	width: 100%;
}
::-webkit-input-placeholder {
	color: #9a9a9a;
}
:-ms-input-placeholder {
	color: #9a9a9a;
}
::placeholder {
	color: #9a9a9a;
}
a {
	color: #FF5454;
	text-decoration: none;
	transition: all .3s ease 0s;
}
a:visited {
	transition: all .3s ease 0s;
}
a:active,a:focus,a:hover {
	outline: medium none;
}
a:focus {
	outline: medium none;
}
a:active,a:hover {
	outline: 0 none;
}
.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,.post-navigation .nav-previous,.posts-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,.post-navigation .nav-next,.posts-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear::after,.clear::before,.comment-content::after,.comment-content::before,.entry-content::after,.entry-content::before,.site-content::after,.site-content::before,.site-footer::after,.site-footer::before,.site-header::after,.site-header::before {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear::after,.comment-content::after,.entry-content::after,.site-content::after,.site-footer::after,.site-header::after {
	clear: both;
}
.widget {
	margin: 0 0 30px;
}
.widget select {
	max-width: 100%;
}
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.updated:not(.published) {
	display: none;
}
.entry-content,.entry-summary,.page-content {
	margin: 1.5em 0 0;
}
.inline-block {
	display: inline-block;
}
embed,iframe,object {
	max-width: 100%;
}
.clearnone {
	clear: none;
}
.fl {
	float: left;
}
@font-face {
	font-family:FontAwesome;font-style:normal;font-weight:400;src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
}
.container {
	margin: 0 auto;
	padding: 0 5%;
	position: relative;
}
.boxspacer {
	display: block;
	height: 20px;
}
.boxspacer10 {
	display: block;
	height: 10px;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.textlink {
	color: #81b84d;
	font-size: 13px;
	text-decoration: none;
}
.textlink:hover {
	color: #000;
}
.visible-sm {
	display: none!important;
}
#primary.content-area {
	float: left;
	margin: 0 5% 0 0;
	width: 70%;
}
body.page-template-full-width #primary.content-area {
	float: left;
	margin: 0;
	width: 100%;
}
aside#secondary {
	float: left;
	padding: 50px 0 0;
	width: 25%;
}
.widget {
	background-color: #efeef0;
	border: 1px double #e2e2e2;
	margin: 0 0 30px;
	padding: 20px;
}
h2.widget-title {
	color: #30458a;
	display: block;
	font-weight: 600;
	line-height: 26px;
	position: relative;
	margin-top: 0;
}
.search-form .search-field {
	margin: 0 0 10px;
	width: 100%;
}
.fixed-header {
	position: fixed!important;
	top: 0!important;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 9999;
	animation: 1s .1s fadeInDown both;
}
.fixed-header .logoImg img {
	display: block;
	max-height:60px;
}
.fixed-header .logoImg {
	padding: 5px 0;
}
body.fixed {
	padding-top: 100px;
}
#masthead {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	z-index: 99999;
	
	box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
#masthead .container.bgfff{
background-color: #fff;
    padding: 0 20px;
    margin: 0 5%;
    border-radius: 0 0 10px 10px;
}
#masthead.fixed-header {
	box-shadow: 6px 3px 14px rgba(0,0,0,.21);
	background-color: #fff;
}
.topSocialIcons {
	display: inline-block;
	float: right;
	padding: 0;
}
.topSocialIcons a {
	font-size: 20px;
	margin-left: 10px;
}
.fixed-header a.btnOnlinePortfolio {
	display: none;
}
.fixed-header .topSocialIcons {
	padding-top: 10px;
}
#masthead.innerheader {
	position: relative;
}
.logoImg {
	float: left;
	padding:8px 0;
	position: relative;
	z-index: 10;
}
.logoImg img {
	display: block;
	float: none;
	margin: auto;
}
.topMenu {
	position: relative;
	z-index: 9999;
	padding:0;
	display: inline-block;
	margin: 0;
	float: right;
}
.fixed-header .topMenu {
	margin-top:7px;
	padding: 0 2% 0 0;
}
.getquotebtn {
	float: right;
	margin: 0 0 0 30px;
}
.fw200 {
	width: 200px !important;
}
.fh56 {
	height: 56px !important;
}
.uppercase {
	text-transform: uppercase;
}
#pre-div {
	background-color: #f6f6f6;
	bottom: 0;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}
#loader {
	background-image: url(../images/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 149px;
	left: 50%;
	margin: -75px 0 0 -109px;
	position: absolute;
	top: 50%;
	width: 218px;
}
.text-justify {
	text-align: justify;
}
.site-footer {
	padding: 20px 0 0;
	background:#252525 ;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	position: relative;
}
.fullwidthcol{width:100%; text-align:center; margin-top:50px;}
.linkTitle{font-size: 28px; margin:0 0 20px;
    color: #fff; font-weight:400;}
.footerLogo {
	text-align: center;
	margin:0 0 40px;
}
.footerLogo hr {
	width: 60px;
	background-color: #fff;
	height: 2px;
	margin: 30px auto 0;
}
.footerSocial {
	clear: both;
	text-align: center;
}
.copyrightNew {
	color: #fff;
}
.footerSocial a {
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 10px 0 0;
	text-align: center;
	background-color:#161616;
	color: #fff !important;
}
.footerSocial a:hover {
	background-color: #d3251a;
	color: #fff;
}
.footerTitle {
	font-weight:200;
	margin: 0px;
	font-size: 22px;
	
	color: #fff;
	padding: 0 0 10px;
}
.site-footer ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.site-footer li {
	margin: 0;
	padding: 0 0 10px;
}
.site-footer .menu li {
	padding: 0 0 9px 18px;
	position: relative;
}
.site-footer .menu li:before {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 0;
	top: 3px;
	color: #fff;
}
.disclaimer {
	color: #000;
	border-top: 4px solid #e67817;
	text-align: justify;
	padding: 20px 0 0;
	margin-top: 15px;
}
.disclaimer a {
	text-decoration: underline;
}
.text-orange {
	color: #fc771e;
}
.site-footer .absImg{position:absolute; left:0; bottom:0}
.site-footer .absImg img{display:block;}
.footerspacer{height:30px;}
.site-footer .col-31 {
    padding-left: 16%;
    width: 40%;
}
.site-footer .col-32 {
	width: 16%;
	
}
.site-footer .col-33 {
	
}
.site-footer .col-41 {
	width: 22%;
	margin-right: 2%;
}
.site-footer .col-42 {
	width: 18%;
	margin-right: 2%;
}
.site-footer .col-43 {
	width: 22%;
	margin-right: 2%;
}
.site-footer .col-44 {
	width: 24%;
}
.footerFlex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pt0{padding-top:0!important;}
.site-footer .box .fa {
	color: #fff;
	width: 46px;
	
	text-align: center;
	line-height: 42px;
	font-size: 20px;
}
.site-footer .boxColumn {
	margin: 0 0 0 50px;
	padding-top: 8px;
}
.site-footer .boxColumn a:hover,.site-footer li a:hover {
	color: #fff;
	text-decoration: underline;
}
.site-footer .unittitle {
	color: #0187c5;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
}
.site-footer .copyRight .container {
	padding-top: 25px;
}
.site-footer .copyRight {
	text-align: center;
	font-size: 14px;
	padding: 0 0 25px;
	margin:0;
	color: #fff;
	background-color:#1d1d1d;
}
.site-footer .copyRight a {
	color: #fff;
	text-decoration: underline;
}
.site-footer .copyRight a:hover {
	color: #fff;
}
.site-footer .copyRight p {
	margin: 0;
}
.site-footer .copyRight .left {
	float: left;
}
.site-footer .copyRight .right {
	float: right;
	text-align: right;
}
.site-footer .copyRight:after {
	content: "";
	display: block;
	clear: both;
}
#back-to-top {
	position: fixed;
	bottom:20px;
	right:20px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 36px;
	background: #333132;
	color: #fff;
	cursor: pointer;
	border: 0;
	border-radius: 40px;
	text-decoration: none;
	transition: opacity .2s ease-out;
	opacity: 0;
	font-size: 24px;
}
#back-to-top.show {
	opacity: 1;
}
#menubtn {
	height: 40px;
	border-radius: 5px;
	line-height: 38px;
	display: inline-block;
	margin-left: 12px;
	padding: 0 15px;
	cursor: pointer;
	border: 1px solid #000;
	margin-top: 21px;
	background-color: #000;
	color: #fff;
}
.fixed-header #menubtn {
	margin-top: 15px;
}
#menubtn span {
	padding-left: 5px;
}
.col21 {
	width: 48%;
	display: inline-block;
	margin: 0 2% 0 0;
	float: left;
}
.col22 {
	width: 48%;
	display: inline-block;
	margin: 0 0 0 2%;
}
.col-21 {
	width: 48%;
	display: inline-block;
	margin: 0 3% 0 0;
	float: left;
}
.col-22 {
	width: 48%;
	display: inline-block;
	margin: 0;
	float: right;
}
.col-31 {
	width: 31.66%;
	display: inline-block;
	margin: 0 2.5% 0 0;
	float: left;
}
.col-32 {
	width: 31.66%;
	display: inline-block;
	margin: 0 2.5% 0 0;
	float: left;
}
.col-33 {
	width: 31.66%;
	display: inline-block;
	margin: 0;
	float: left;
}
.col-41 {
	width: 23.12%;
	display: inline-block;
	margin: 0 2.5% 30px 0;
	float: left;
}
.col-42 {
	width: 23.12%;
	display: inline-block;
	margin: 0 2.5% 30px 0;
	float: left;
}
.col-43 {
	width: 23.12%;
	display: inline-block;
	margin: 0 2.5% 30px 0;
	float: left;
}
.col-44 {
	width: 23.12%;
	display: inline-block;
	margin: 0;
	float: left;
}
.box {
	margin-bottom: 30px;
}
.box .fa {
	color: #acacac;
	float: left;
	font-size: 22px;
	padding: 2px 0 0;
}
.box .fa-mobile {
	font-size: 36px;
	margin-left: 3px;
	margin-top: -7px;
}
.box .fa-envelope-o {
	font-size: 20px;
	margin-top: 1px;
}
.boxColumn {
	margin: 0 0 0 30px;
}
.boxColumn a {
	text-decoration: none;
}
.boxColumn a:hover {
	color: #000;
}
.entry-content a:hover {
	color: #000;
}
.brdimg {
	border: 1px solid #083d5f;
}
.col21 iframe,.col22 iframe {
	border-top: 1px solid #ccc!important;
	border-bottom: 1px solid #ccc!important;
}
.col21 iframe {
	border-right: 1px solid #ccc!important;
}
.radius-5{border-radius:5px !important;}
.btn-default {
	font-weight: 400;
	font-size: 20px;
	background-color: #8DC63F;
	border: 1px solid #8DC63F;
	border-radius:5px;
	padding: 10px 35px;
	text-align: center;
	min-width: 100px;
	color: #fff;
	display: inline-block;
}
.btn-default.btn-o {
	background-color: transparent;
	border-color: #acacac;
	color: #3a3a3a;
}
.btn-default.btn-o:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.btn-lg {
	font-size: 18px;
	padding: 8px 30px;
}
.btn-black {
	border-color: #2a2a2a!important;
	background-color: #2a2a2a!important;
}
.btn-white {
	border-color: #fff;
	background-color: #fff;
	color: #008dd2;
}
.btn-white:hover {
	color: #fff;
}
.btn-orange {
	background-color: #13277a;
	border-color: #13277a;
}
.btn-default i {
	display: inline-block;
	padding-left: 10px;
}
.linktxt {
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 2px solid #ccc;
	padding: 0 0 5px;
}
.linktxt:hover {
	color: #008dd2;
	border-bottom: 2px solid #008dd2;
}
#masthead.innerpage.fixed-header {
	background-color: #fff;
}
.col-8 {
	width: 66.66666667%;
	float: left;
}
.col-4 {
	width: 33.33333333%;
	float: left;
}
.smallLine {
	margin-top: 0;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: rgba(255,255,255,.85);
}
.breadcrumbs {
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	margin: 20px 0 0;
	color: #ddd;
}
.breadcrumbs a {
	color: #fff;
}
.breadcrumbs a:hover {
	color: #f58025;
}
.breadcrumb li a:before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	content: "";
	transition: all .25s cubic-bezier(.645,.045,.355,1);
	background-color: #1292ee;
}
.breadcrumb li a:hover:before {
	left: 0;
	width: 100%;
}
.breadcrumbs span.fa-hand-o-right {
	margin: 0 10px;
}
.fw900 {
	font-weight: 900;
}
.pageTitle {
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 350px 0 180px;
	color: #fff;
	background-color: #f6f6f6;
	background-image: url(../images/bg-page-title.jpg);
	position: relative;
	z-index: 9;
	background-size: cover;
	
}
.pageTitle:after {
	opacity: .7;
}
.pageTitle:after {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	background-color: transparent;
    background-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.6) 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.pageTitle h1 {
	margin: 0;
	padding: 0;
	font-size: 55px;
	line-height: 65px;
	color: #fff;
	font-family: 'Playfair Display', serif;
    font-weight: 800;
}
@media only screen and (min-width:1901px) {
	.pageTitle {
		background-size: cover;
	}
}
.bg-f6f6f6 {
	background-color: #f6f6f6;
}
.bg-e4e4e4 {
	background-color: #e4e4e4;
}
#breadcrumb {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}
#breadcrumb li {
	display: inline-block;
	font-size: 16px;
}
#breadcrumb li:not(:last-child):after {
	content: "/";
	display: inline-block;
	margin: 0 10px;
}
#breadcrumb a {
	color: #fff;
}
.site-content {
	padding: 30px 0;
}
.site-content p {
	line-height: 30px;
}
.img-border {
	border: 1px solid #fff;
	border-radius: 20px;
	box-shadow: 0 0 0 5px rgba(0,0,0,.1);
}
.col31 {
	width: 33%;
	float: left;
}
.col32 {
	width: 33%;
	float: left;
	padding-right: 40px;
}
.col33 {
	width: 33%;
	float: left;
}
#frm_contact label {
	font-size: 14px;
	margin-bottom: 6px;
	display: inline-block;
}
#frm_contact input {
	border: 1px solid #ccc;
	width: 90%;
	padding: 9px;
	font-size: 16px;
}
#frm_contact select {
	border: 1px solid #ccc;
	width: 90%;
	padding: 9px;
	font-size: 16px;
}
#frm_contact textarea {
	border: 1px solid #ccc;
	width: 90%;
	font-size: 16px;
	padding: 9px;
}
#frm_contact .form-group {
	margin: 0 0 10px;
}
.wrap404 {
	text-align: center;
	padding: 240px 0 50px;
}
.wrap404 i {
	font-size: 120px;
}
.wrap404 h2 {
	font-size: 60px;
	font-weight: 500;
	margin: 0;
}
.wrap404 h4 {
	font-size: 30px;
	font-weight: 300;
	margin: 0;
	color: #ccc;
}
.wrap404 p {
	font-size: 20px;
}
.well {
	transform: scale(.8);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	padding: 20px;
	margin: 10px;
	background-color: #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
	display: none;
	max-width: 320px;
	min-width: 300px;
	min-height: 300px;
	color: #000;
}
.popup_visible .well {
	transform: scale(1);
}
.well .closeicon {
	position: absolute;
	right: 1px;
	top: 1px;
	cursor: pointer;
	padding: 6px;
	color: #fff;
	background: #000;
}
.well .form-group {
	margin-bottom: 15px;
}
.well input.form-control {
	width: 100%;
}
.well select {
	width: 100%;
	padding: 7px 10px;
}
.well label {
	display: block;
	font-size: 12px;
	margin: 0 0 5px;
	font-weight: 700;
}
.well .head2 {
	font-family: Montserrat,sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 20px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
.w1200 {
	max-width: 1200px!important;
	margin: 0 auto;
}
.w980 {
	max-width: 980px!important;
	margin: 0 auto;
}
.w900 {
	max-width: 900px!important;
	margin: 0 auto;
}
.w800 {
	max-width: 800px!important;
	margin: 0 auto;
}
.w660 {
	max-width: 660px!important;
	margin: 0 auto;
}
.w600 {
	max-width: 600px!important;
	margin: 0 auto;
}
.w250 {
	max-width: 250px!important;
	margin: 0 auto;
}
.w200 {
	max-width: 200px!important;
	margin: 0 auto;
}
.w150 {
	max-width: 150px!important;
	margin: 0 auto;
}
.w100 {
	max-width: 100px!important;
	margin: 0 auto;
}
.minw100 {
	min-width: 100px;
}
.minw240 {
	min-width: 240px;
}
.field-row {
	margin-bottom: 30px;
}
.formWrap {
	margin: 0 auto;
}
.formWrap label {
	display: block;
	font-weight: 400;
}
.formWrap input[type=email],.formWrap input[type=number],.formWrap input[type=tel],.formWrap input[type=text] {
	width: 100%;
	border-radius: 0;
}
.formWrap select {
	width: 100%;
	border-color: #b5b5b5;
	border-radius: 0;
	color: #2a2a2a;
	font-size: 16px;
	font-weight: 400;
	padding: 7px 7px;
}
.formWrap .col21,.formWrap .col22,.formWrap .colfull {
	margin-bottom: 12px;
}
.formWrap .col-31,.formWrap .col-32,.formWrap .col-33 {
	margin-bottom: 15px;
}
.formWrap textarea {
	height: 147px;
	border-radius: 0;
	color: #000;
}
.formWrap input[type=submit] {
	width: auto;
	-webkit-appearance: none;
}
.captchaflex {
	display: flex;
}
.captchaflex > div {
	margin-right: 15px;
}
.captchaflex .font16 {
	font-size: 16px;
}
.captchaflex a {
	color:#FF5454;
}
table.pkg {
	background-color: #fff;
	font-size: 18px;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
}
table.pkg td {
	padding: 10px;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	color: #1a1a1a;
}
table.pkg td:first-child {
	background-color: #f1f1f1;
}
.anchorspan {
	position: absolute;
	top: -100px;
}
.showMobile {
	display: none;
}
.showMobile a {
	display: inline-block;
	background-color: #f2f2f2;
	float: left;
	text-align: center;
	color: #000;
	padding: 2px 0;
	width: 25%;
	text-transform: uppercase;
}
.addBorder {
	border-left: 1px solid rgba(0,0,0,.2);
}
.yeardiv {
	width: 50px!important;
	float: left;
	text-align: center;
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px!important;
}
.mt28 {
	margin-top: 28px!important;
}
.mt50 {
	margin-top: 50px!important;
}
.mt40 {
	margin-top: 40px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt10 {
	margin-top: 10px!important;
}
.showMobile a:hover {
	background-color: #000;
	color: #fff;
}
#menubtn {
	display: none;
}
.text-center {
	text-align: center;
}
.font20 {
	font-size: 20px;
}
.formWrap input[type=submit].btn-tracking {
	width: 70%;
	padding: 4px 0;
	vertical-align: top;
	margin: 0;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 15px;
	color: #000;
}
.table th {
	text-align: center;
	padding: 10px;
	color: #fff;
	font-size: 20px;
	border-right: 1px solid #ed5526;
	border-bottom: 1px solid #ccc;
	background-color: #ed5526;
}
.table td {
	padding: 12px 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
.font28 {
	font-size: 28px;
	line-height: 36px;
}
.mulilight {
	font-weight: 300!important;
}
.mt0 {
	margin-top: 0!important;
}
.mb0 {
	margin-bottom: 0!important;
}
.mt20 {
	margin-top: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.m0 {
	margin: 0;
}
.vtop {
	vertical-align: top;
}
.title-light {
	font-weight: 300;
	color: #272727;
	font-size: 24px;
}
.pb20 {
	padding-bottom: 20px;
}
.text-white {
	color: #fff;
}
.eq-row {
	display: flex;
	position: relative;
}
.eq-row .column {
	flex: 50%;
}
.p40 {
	padding: 40px;
}
.showOnlyDesktop {
	display: block;
}
.showiPad {
	display: none;
}
.topbar {
	color: #fff;
	font-size: 16px;
	background-color: #1e1a17;
}
.topbar .container {
	margin: 0 5%;
	padding: 0;
}
.topbar:after {
	content: "";
	display: block;
	clear: both;
}
.topbar .topLeft {
	text-align: left;
	float: left;
	padding: 10px 35px 10px 10px;
	position: relative;
	min-height: 42px;
}
.topbar .topLeft .addre {
	display: inline-block;
	margin-right: 30px;
}
.topbar .topLeft .addre i {
	font-size: 22px;
	display: inline-block;
	margin-right: 5px;
}
.topbar .topLeft .mail {
	display: inline-block;
}
.topbar .topLeft .mail i {
	font-size: 20px;
	display: inline-block;
	margin-right: 5px;
}
.topbar .topLeft a {
	color: #444;
}
.topbar .topLeft a:hover {
	color: #008dd2;
}
.topbar .topRight {
	float: right;
	display: flex;
	padding: 8px 0 8px 0;
	position: relative;
}
.topbar .topRight i {
	font-size: 22px;
	display: inline-block;
	margin-right: 5px;
	top: 2px;
	position: relative;
}
.topbar .topRight a:hover {
	color: #d3251a;
}
.topbar .topRight a {
	color: #fff;
}
.topbar .topRight .call {
	margin-right: 30px;
	line-height: 34px;
}
.topbar .topRight .email {
	margin-right: 30px;
}
.fixed-header .topbar {
	display: none;
}
.leftText {
	float: left;
	padding: 8px 0;
}
.topsocial {
	float: right;
	font-size: 14px;
}
.topsocial a {
	color: #fff;
	margin: 0;
	display: inline-block;
	line-height: 37px;
	padding: 0 10px;
}
.topsocial a:hover {
	color: #fff;
	background-color: #000;
}
.iconLeft {
	float: left;
	width: 60px;
	margin: 7px 0 0 0;
}
.iconLeft .fa {
	font-size: 45px;
}
.servConRight {
	display: table;
	margin-left: -65px;
}
.introContent.nobg {
	background-image: none;
}
.introContent {
	padding: 90px 0 140px;
	background: #fff;
	position: relative;
	min-height: 80vh;
}
.introContent .container {
	z-index: 10;
	position: relative;
}
.border-img {
	box-shadow: 1px 0 54px rgba(0,0,0,.22);
}
.introContent .col-21 {
	width: 46%;
}
.introContent .col-22 {
	width: 50%;
}
.homeIntro .titletxt {
	margin-top: 50px;
}
.titletxt {
	font-size: 48px;
	color: #2a2a2a;
	font-weight: 900;
	line-height: 52px;
}
.titletxt small {
	font-size: 22px;
	color: #3e4095;
	font-weight: 400;
	line-height: 24px;
	display: block;
	margin-bottom: 10px;
}
.img-box-behind {
	display: block;
	position: relative;
}
.img-box-behind img {
	position: relative;
	z-index: 5;
	padding: 40px 0 0 40px;
}
.img-box-behind:after {
	content: "";
	display: block;
	width: 90%;
	height: 90%;
	background-color: #f1f0ef;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
.introContent p {
	text-align: justify;
}
.wow {
	visibility: hidden;
}
.img-block {
	display: block;
}
.desktop-p40 {
	padding: 40px;
}
.tb {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.tbs {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.btn-fontaw {
	font-family: FontAwesome,sans-serif;
}
.vtop {
	vertical-align: top;
}
.font26 {
	font-size: 26px;
}
.pl0 {
	padding-left: 0;
}
.profileText {
	width: 80%;
	padding: 0 0 0 30px;
}
.mobile-reverse .profileText {
	padding: 0 30px 0 0;
}
.error {
	color: red;
	font-size: 12px;
}
.fl {
	float: left;
}
.z5 {
	position: relative;
	z-index: 5;
}
.z10 {
	position: relative;
	z-index: 10;
}
.fw300 {
	font-weight: 300;
}
.boxshadow {
	box-shadow: 0 5px 10px rgba(0,0,0,.15);
}
.pageWrap {
	background-color: #fff;
	position: relative;
	z-index: 10;
}
.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: #fff;
}
.loaderImg {
	width: 256px;
	
	height: 256px;
	position: absolute;
	left: calc(50% - 128px);
	top: calc(50% - 128px);
	background: #fff url(../images/jury-logo.png) 50% 50% no-repeat;
	background-size:100%;
	-webkit-animation: rotation 2s infinite linear;
}
@-webkit-keyframes rotation {
	from {
		-webkit-transform: scale(0.7);
	}
	to {
		-webkit-transform: scale(1);
	}
}
.w480 {
	max-width: 480px;
}
.ml10 {
	margin-left: 10px;
}
.bg-f6f6f6 {
	background-color: #f6f6f6;
}
.fancybox-button {
	min-width: inherit;
}
.mb40{margin-bottom:40px;}
.img-bordered {
	display: block;
	border-radius: 40px 0 0 0;
	margin: auto;
}
.border {
	border: 1px solid #ccc;
}
.accordion .accordion-item {
	margin-bottom: 10px;
}
.accordion .accordion-item button[aria-expanded=true] {
	border-color: #f58025;
	background-color: #f6f6f6;
}
.accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 10px 0;
	color: #222;
	font-size: 20px;
	font-weight: 400;
	border: 1px solid #ccc;
	background: #fff;
	outline: 0;
	border-radius: 0;
}
.accordion button:focus,.accordion button:hover {
	cursor: pointer;
	color: #f58025;
}
.accordion button:focus::after,.accordion button:hover::after {
	cursor: pointer;
	color: #f58025;
	border: 1px solid #f58025;
}
.accordion button .accordion-title {
	padding: 0 19px 0 15px;
	text-transform: none;
	display: block;
}
.accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 10px;
	width: 22px;
	height: 22px;
	border: 1px solid;
	border-radius: 22px;
}
.accordion button .icon::before {
	display: block;
	position: absolute;
	content: "";
	top: 9px;
	left: 5px;
	width: 10px;
	height: 2px;
	background: currentColor;
}
.accordion button .icon::after {
	display: block;
	position: absolute;
	content: "";
	top: 5px;
	left: 9px;
	width: 2px;
	height: 10px;
	background: currentColor;
}
.accordion button[aria-expanded=true] {
	color: #f58025;
}
.accordion button[aria-expanded=true] .icon::after {
	width: 0;
}
.accordion button[aria-expanded=true]+.accordion-content {
	opacity: 1;
	max-height: 19em;
	transition: all .2s linear;
	will-change: opacity,max-height;
}
.accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity .2s linear,max-height .2s linear;
	will-change: opacity,max-height;
}
.accordion .accordion-content p {
	margin: 2em 0;
}
.w500 {
	max-width: 500px;
}
.minw190{min-width:190px;}
.box-shadow {
	box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
	z-index: 1;
	position: relative;
}
ul.style1 {
	padding: 0;
	margin: 0 0 15px 0;
	list-style-type: none;
}
ul.style1 li {
	padding: 0 0 14px 36px;
	position: relative;
	margin: 0;
}
ul.style1 li:before {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/icon-arrow.png) 0 0 no-repeat;
	padding: 0;
	margin-left: 0;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
}
/*Start*/

.flexBox{display:flex; align-items:center; justify-content:center; height:100%;}
.centerForm{max-width:460px; padding: 20px 15px;}
.sm-logo{max-width:400px; margin-bottom:40px;}
.field-group{margin-bottom:20px;}
.field-group .input-field{width:100%;}
.btn-block{width:100%;}
.text-link-black{color:#000}
.text-link-black:hover{color:#8DC63F}
.sm-padding{padding:20px 15px;}
.caseListGrid{display:flex;width: 990px;}
.caseBox{background: #FFFFFF;box-shadow: 15px 10px 10px 1px rgba(0, 0, 0, 0.05);border-radius: 15px; margin:15px; flex: 0 0 300px; }
.caseBox:hover{box-shadow: 15px 10px 10px 1px rgba(0, 0, 0, 0.1);}
.caseBox .caseTitle{background: #8DC63F;border-radius: 15px 15px 0px 0px; color:#fff; padding:10px 15px; }
.caseBox .caseContent{padding:15px; }
.caseBox .caseContent .box{display:flex; margin:0 0 15px}
.caseBox .caseContent .box i{ color:#282722; margin:0 10px 0 0; width:30px; text-align:center;}
.caseBox .caseContent .box div{flex:1; color:#000;}
.caseBox .caseContent .box .fa-map-marker{font-size:28px;}
.caseListGrid{
 
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.caseListGrid::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa;
}

.caseListGrid::-webkit-scrollbar-thumb {
  background-color: black;
}
#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.btnAddNewCase{position:fixed; bottom:60px; right:60px; width:60px; height:60px; background-color:#222; color:#fff; text-align:center; line-height:60px; border-radius:60px; font-size:40px;}
.btnAddNewCase small{position:absolute; font-size:14px; display:block; color:#222; top:105%; line-height:16px; }
.btnAddNewCase:hover{background-color:#8DC63F}


.mainHeader{position:relative; background-color:#282722; }
.mainHeader .hlogo{flex:1}
.mainHeader .hlogo img{max-width:210px; display:block}
.mainHeader .flex-header{padding:5px 0; display:flex; justify-content:space-between; align-items:center; position:relative}
.mainHeader .menuIcon{width:50px; height:50px; background:url(../images/icon-menu.png) center center no-repeat; cursor:pointer; background-size:40px; border-radius:5px}
.mainHeader .menuIcon.active{ background:url(../images/icon-close.png) center center no-repeat; background-size:26px; }


.mainHeader .arrowBack{width:32px; height:50px; margin-right:15px; background:url(../images/icon-back.png) center center no-repeat; cursor:pointer; background-size:32px; border-radius:5px; flex:0 0 50px;}
.mainHeader .arrowBack:hover{background-color:#000}

.fullrow{padding:40px 0}

.flex-juror-boxes{display:flex; margin:0 -15px; flex-wrap:wrap}
.flex-juror-boxes .col{flex:0 0 calc(25% - 30px);margin:15px; background-color:#ccc;}
.jbox{background-color:#fff; min-height:200px;}
.jbox .jtitle{background-color:#8DC63F; color:#fff; display:flex; justify-content:space-between; padding:10px 15px;}
.jbox .photorow{display: flex;padding: 15px;text-align: center;}
.jbox .photorow .abrBox{display: flex;flex-direction:column;}
.jbox .photorow .abrBox > div{margin:5px 0;padding:3px 10px;  background-color:#8DC63F; color:#fff;}

.centerLinks{display:flex; margin: 0 -15px; flex-wrap:wrap}
.centerLinks a{flex:0 0 calc(33.33% - 30px); background-color:#fff; border:1px solid #ccc; margin:15px; text-align:center; padding:15px; color:#222;}

.centerLinks a:hover{background-color:#8DC63F; color:#fff; border-color:#8DC63F}

.absMenu{position:absolute; top:110%; right:0; z-index:99; transition:all ease-in-out 0.5s; display:none;}
.absMenu.active{ top:100%; display:block;animation: 0.3s .3s fadeInUp both;}
.absMenu ul{margin:0; padding:0; list-style:none;}
.absMenu ul li{margin:0; padding:0;}
.absMenu ul li a{padding:10px 15px; min-width:280px; border-bottom:1px solid rgba(255, 255, 255, 0.27);; background-color:#403E38;  display:block; color:#fff;}

.flexcol{display:flex; margin:0 -15px;}
.flexcol > div{flex-grow:1;flex-basis: 0; margin:0 15px 20px}

.inline-checkbox{display:inline-block; margin:0;}
.inline-checkbox label{display:inline-block;}
.inline-checkbox input{ margin:0 3px 0 15px; width:22px; height:22px; top:2px; position:relative}

.userlistchkbox{list-style:none; margin:0; padding:0;}
.userlistchkbox li{margin:0; padding:10px 0; border-bottom:1px solid #ccc;}
.userlistchkbox li:last-child{border:none}
.userlistchkbox .checkboxlg{width:22px; height:22px; margin-right:15px; top:3px; position:relative}



@media only screen and (max-width:1024px){
	.caseListGrid{width:90vw}
	.sm-logo{max-width:100%;}
}

@media only screen and (max-width:800px){
.centerLinks{ margin:0; flex-wrap:wrap; flex-direction:column;}
.centerLinks a{flex:0 0 100%; margin:15px 0}
.flexcol{flex-direction:column;}
}

@media only screen and (max-width:360px){
	.centerLinks{margin-top:20px;}
	.mainHeader .hlogo img {max-width: 170px;}
	h1{font-size:32px;}
	.fullrow {padding:0 0 40px 0;}
}