/*

Theme Name: Signal Group Consulting, LLC
Theme URI: https://www.loebigink.com/
Author: The Loebigink Team
Author URI: https://www.loebigink.com/
Version: 1.0
*/

:focus {
	outline: -webkit-focus-ring-color none;
	outline: 0
}
a:active, a:focus, a:hover, a:visited {
	outline: 0!important;
	text-decoration: none
}
::-webkit-input-placeholder {
opacity:1
}
:-moz-placeholder {
opacity:1
}
::-moz-placeholder {
opacity:1
}
:-ms-input-placeholder {
opacity:1
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
opacity:.5
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
opacity:.5
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
opacity:.5
}
::selection {
	background: #ff0;
	color: #000;
	text-shadow: none
}
::-moz-selection {
background:#ff0;
color:#000;
text-shadow:none
}
input:focus, select:focus {
	outline: 0
}
input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
-webkit-box-shadow:0 0 0 1000px #fff inset;
box-shadow:0 0 0 1000px #fff inset;
background-color:#fff!important
}
input, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
html {
	position: relative;
	height: 100%
}
body {
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	color: #666;
	font-size: 22px;
	position: relative;
	background-color: #fff
}
img {
	max-width: 100%;
	height: auto
}
.btn, .btn *, a, a *, a:after, a:before {
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-ms-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear
}
a {
	text-decoration: none;
	outline: 0;
	color: #ec592b
}
a:focus, a:hover {
	color: #000;
	text-decoration: none
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	color: #ec592b;
	font-weight: 300;
	font-family: museo-sans, sans-serif
}
.h1, h1 {
	font-size: 48px
}
.h2, h2 {
	font-size: 40px
}
.h3, h3 {
	font-size: 36px
}
.h4, h4 {
	font-size: 30px
}
.h5, h5 {
	font-size: 26px
}
.h6, h6 {
	font-size: 24px
}
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	display: block;
	color: #483c32;
	font-weight: 400;
	font-size: 80%;
	line-height: 1.4;
	font-family: museo-sans, sans-serif
}
p {
	line-height: 1.63;
	margin-bottom: 30px
}
.single ul {
	margin-bottom: 49px
}
b, strong {
	color: #ec592b;
	font-weight: 700
}
.hr, hr {
	clear: both;
	margin: 35px 0;
	display: block;
	width: 100%;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #e9e9e9;
	box-shadow: 0 1px #f9f9f9
}
label {
	font-weight: 600;
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
	text-align: left!important
}
label sup {
	color: #ed0302;
	font-size: 14px;
	top: 1px;
	left: 3px
}
.control-label {
	font-weight: 400;
	margin-bottom: 10px
}
.form-control {
	height: 40px;
	border-radius: 2px;
	border-color: #ccc
}
textarea.form-control {
	resize: vertical
}
.form-control, .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}
.form-control:focus {
	border-color: #547ebd;
	-webkit-box-shadow: none;
	box-shadow: none
}
.form-group {
	margin-bottom: 20px
}
.form-control.input-sm {
	height: 40px;
	font-size: 14px
}
select.input-sm {
	line-height: 1.5
}
.input-group .form-control:focus+.input-group-addon, .input-group .form-control:focus+.ng-not-empty+.input-group-addon {
	border-color: #483c30
}
.form-control option {
	color: #666!important
}
.form-control-holder {
	position: relative
}
.form-control-holder .form-control {
	padding-right: 40px
}
.form-control-holder.perfix .form-control {
	padding-left: 40px;
	padding-right: 12px
}
.form-control-holder.perfix .form-control-feedback {
	right: auto;
	left: 0
}
.form-control-holder .form-control-feedback {
	line-height: 40px;
	height: 40px;
	font-size: 1.3em;
	width: 40px;
	color: #999
}
#search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translate(0, -100%) scale(0, 0);
	-moz-transform: translate(0, -100%) scale(0, 0);
	-o-transform: translate(0, -100%) scale(0, 0);
	-ms-transform: translate(0, -100%) scale(0, 0);
	transform: translate(0, -100%) scale(0, 0);
	opacity: 0;
	z-index: 9999
}
#search.open {
	-webkit-transform: translate(0, 0) scale(1, 1);
	-moz-transform: translate(0, 0) scale(1, 1);
	-o-transform: translate(0, 0) scale(1, 1);
	-ms-transform: translate(0, 0) scale(1, 1);
	transform: translate(0, 0) scale(1, 1);
	opacity: 1
}
#search input[type=search] {
	position: absolute;
	top: 50%;
	width: 100%;
	color: #fff;
	background: rgba(0,0,0,0);
	font-size: 60px;
	font-weight: 300;
	text-align: center;
	border: 0;
	margin: 0 auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: 0
}
#search .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 61px;
	margin-left: -45px
}
#search button.btn {
	background-color: #ec582b
}
#search .close {
	position: fixed;
	top: 14px;
	right: 15px;
	color: #fff;
	background-color: #ec582b;
	border-color: #ec582b;
	opacity: 1;
	padding: 0 17px 6px;
	font-size: 25px;
	line-height: 35px
}
.checkBox, .radioBtn {
	position: relative;
	color: #483c32;
	font-weight: 600;
	margin-bottom: 0
}
.checkBox+.checkBox, .radioBtn+.radioBtn {
	margin-left: 10px
}
.checkBox:hover, .radioBtn:hover {
	cursor: pointer
}
.checkBox input, .radioBtn input {
	display: none
}
.checkBox .checkMark:before, .radioBtn .checkMark:before {
	content: "";
	width: 20px;
	height: 20px;
	border: 4px solid #fff;
	box-shadow: 0 0 0 1px #d3d3d3;
	display: inline-block;
	margin-bottom: -4px;
	margin-right: 10px;
	text-align: center;
	font-weight: 400;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-ms-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear
}
.radioBtn .checkMark:before {
	border-radius: 50%
}
.checkBox:hover input:not(:checked)+.checkMark:before, .radioBtn:hover input:not(:checked)+.checkMark:before {
	background-color: #ffcfac
}
.checkBox input:checked+.checkMark:before, .radioBtn input:checked+.checkMark:before {
	color: #fff;
	background-color: #e26203
}
.btn {
	padding: 9px 20px;
	border: none;
	font-size: 14px;
	font-weight: 500;
	outline: 0!important;
	box-shadow: none!important;
	border-radius: 0
}
.btn-sm {
	padding: 5px 10px;
	font-size: 11px
}
.btn-lg {
	font-size: 20px;
	padding: 14px 40px
}
.btn-default {
	background: #ec592b;
	color: #fff
}
.btn-default.active, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .btn-default:focus, .btn-default:hover {
	background: #000;
	color: #fff
}
.btn-primary {
	color: #fff;
	background: #1a428a
}
.btn-primary.active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover {
	background: #0f171f
}
.btn-info {
	color: #fff;
	background: #99202e
}
.btn-info.active, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .btn-info:focus, .btn-info:hover {
	background: #101820
}
.btn-danger {
	background: #d72a38
}
.btn-success {
	background: #e28413
}
.btn-warning {
	background: #f0ad4e
}
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn.active, .btn:active {
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 0 auto -webkit-focus-ring-color
}
.has-error .help-block {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 600
}
.has-error .help-block.fontSize2x {
	font-size: 16px
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error .radio-inline label, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label {
	color: #d9534f
}
.has-error .form-control {
	border-color: #d9534f
}
.has-error .form-control:focus {
	border-color: #b5433f
}
.editable-error, .error {
	margin-top: 5px;
	color: #d80000;
	font-size: 12px
}
.success {
	margin-top: 5px;
	color: #00b009;
	font-size: 12px
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 1;
	background-color: #c6c6c6;
	color: #fff
}
.selectDropdown {
	margin-bottom: 0;
	position: relative;
	cursor: pointer;
	border-radius: 4px
}
.selectDropdown>select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	font-size: 14px;
	color: #666;
	height: 40px;
	padding: 6px 30px 6px 12px;
	border-radius: 3px;
	border: 1px solid #ccc;
	font-weight: 500
}
.selectDropdown:after {
	position: absolute;
	right: 10px;
	content: "\f107";
	font-family: FontAwesome;
	top: 10px;
	pointer-events: none;
	z-index: 5;
	font-size: 1.5em;
	color: #999;
	line-height: 1
}
.selectDropdown>select:focus {
	border-color: #547ebd;
	-webkit-box-shadow: none;
	box-shadow: none
}
input[type=checkbox] {
	display: none
}
input[type=checkbox]+span {
	position: relative;
	display: inline-block;
	line-height: 30px;
	padding-left: 27px;
	transition: all .3s linear;
	font-size: 14px;
	font-weight: 300
}
input[type=checkbox]+label:after, input[type=checkbox]+label:before, input[type=checkbox]:checked+label:after, input[type=checkbox]:checked+span:before {
	position: absolute;
	left: 0;
	top: 5px;
	width: 16px;
	height: 16px
}
input[type=checkbox]+span:before {
	content: "";
	border: 1px solid #ee5b2a;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 5px;
	margin-left: 0;
	transition: all .3s linear
}
input[type=checkbox]+span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 16px;
	height: 16px;
	border: none;
	transition: all .3s linear
}
input[type=checkbox]+span:hover:after, input[type=checkbox]:checked+span:after, input[type=checkbox]:checked+span:hover:after {
	width: 10px;
	height: 10px;
	border: none;
	background: #ec582b;
	transition: all .3s linear;
	margin: 3px
}
input[type=checkbox]+span:hover:after {
	width: 10px;
	height: 10px;
	border: none;
	background: rgba(201,215,44,.34);
	transition: all .3s linear;
	margin: 3px
}
span.wpcf7-list-item {
	margin: 0
}
label.checkBox {
	color: #b7b7b7;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	text-transform: none;
	font-family: museo-sans, sans-serif
}
.label-cbx {
	user-select: none;
	cursor: pointer;
	margin-bottom: 0
}
.label-cbx .checkbox {
	position: relative;
	top: 2px;
	float: left;
	margin-right: 8px;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	margin-top: 0
}
.label-cbx .checkbox svg {
	position: absolute;
	top: -2px;
	left: 0
}
.label-cbx .checkbox svg path {
	fill: #ccc;
	stroke: #ccc;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 71px;
	stroke-dashoffset: 71px;
	transition: all .6s ease
}
.label-cbx .checkbox svg polyline {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 18px;
	stroke-dashoffset: 0;
	transition: all .3s ease
}
.label-cbx>span {
	pointer-events: none;
	vertical-align: middle;
	font-weight: 500;
	color: #666;
	font-size: 14px
}
.cntr {
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	text-align: center
}
.invisible {
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	opacity: 0
}
.label-cbx input:checked+.checkbox svg path {
	fill: #547cbb;
	stroke: #547cbb
}
div.wpcf7 {
	margin-top: 20px
}
.helpYou div.wpcf7 {
	margin-top: 0
}
span.wpcf7-not-valid-tip {
	font-size: .8em
}
.wpcf7-form.invalid div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng {
	background-color: #d00000;
	border: 2px solid #d00000;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin: 10px 0 0;
	text-align: center;
	width: 100%
}
div.wpcf7-mail-sent-ok {
	background-color: #398f14;
	color: #fff;
	width: 100%
}
.form-control.wpcf7-not-valid {
	border-color: red
}
div.wpcf7-response-output {
	text-align: center
}
div.wpcf7-mail-sent-ok {
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin: 10px 0 0;
	background-color: green
}
div.wpcf7 img.ajax-loader {
	float: right;
	margin-right: 5px
}
.alignleft {
	float: left;
	margin-right: 20px
}
.alignright {
	float: right;
	margin-left: 20px
}
img.aligncenter {
	display: block;
	margin: 0 auto 20px
}
figure.alignleft, figure.alignnone, figure.alignright, img.aligncenter, img.alignleft, img.alignnone, img.alignright {
	border: 1px solid #d3d3d3;
	padding: 9px;
	margin-bottom: 20px
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 30px
}
.wp-caption-text {
	text-align: right;
	color: #84898e;
	font-style: italic;
	padding: 10px 0 5px
}
.text-italic {
	font-style: italic;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px
}
.says, .screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important
}
.homehdbg {
	position: relative
}
.home .header .logo_1 {
	display: block
}
.header .logo_1 {
	display: none
}
.home .header .logo_2 {
	display: none
}
.top-bar.darkHeader .logo_2 {
	display: block
}
.top-bar {
	transition: all linear .4s;
	-ms-transition: all linear .4s;
	-webkit-transition: all linear .4s
}
.top-bar.darkHeader .logo_1 {
	display: none
}
.main_holder {
	position: relative
}
.main_holder #thanks a.down {
	color: #333;
	text-decoration: none;
	transition: color .3s
}
.main_holder #thanks a:hover {
	color: #888
}
.main_holder .mouseDiv {
	position: absolute;
	top: 6px;
	z-index: 2;
	display: inline-block;
	color: #fff;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
	width: 24px;
	height: 40px;
	left: -64px
}
.main_holder .mouseDiv:after {
	content: "";
	width: 2px;
	background-color: #ec592b;
	position: absolute;
	left: -14px;
	top: 0;
	height: 288px
}
.main_holder .mouseDiv a:hover {
	opacity: .5
}
.main_holder .down {
	padding-top: 0
}
.main_holder .mouseDiv a {
	position: relative;
	width: 24px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
	display: block
}
.main_holder .mouseDiv a::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: "";
	width: 2px;
	height: 7px;
	margin-left: -1px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 1.5s infinite;
	animation: sdb10 1.5s infinite;
	box-sizing: border-box
}
@-webkit-keyframes sdb10 {
0% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0);
opacity:0
}
40% {
opacity:1
}
80% {
-webkit-transform:translate(0, 5px);
transform:translate(0, 5px);
opacity:0
}
100% {
opacity:0
}
}
@keyframes sdb10 {
0% {
transform:translate(0, 0);
opacity:0
}
40% {
opacity:1
}
80% {
transform:translate(0, 5px);
opacity:0
}
100% {
opacity:0
}
}
.homehdbg, .main_tilte {
	position: relative
}
.header {
	position: relative;
	z-index: 9999
}
.top-bar {
	padding: 50px 15px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999
}
.top-bar .btn-default {
	font-size: 18px;
	padding: 12px 36px;
	border-radius: 30px;
	text-transform: uppercase;
	letter-spacing: 2px
}
.searchus {
	position: absolute;
	right: -89px;
	top: -10px;
	-ms-transition: none;
	-webkit-transition: none;
	transition: none
}
.video-container embed, .video-container iframe, .video-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.homehdbg.fp-section.fp-table, .homehdbg.fp-slide.fp-table {
	background-color: #151515c9;
	top: 0
}
.main-menu-nav {
	position: relative
}
.main-menu-div {
	text-align: left;
	line-height: 1;
	vertical-align: middle;
	display: inline-block
}
.main-menu-div ul {
	margin: 0;
	padding: 0;
	line-height: 1
}
.main-menu-div ul li {
	padding: 0;
	margin: 0;
	transition: all .2s linear
}
.main-menu-div ul li a {
	line-height: normal;
	position: relative;
	z-index: 1
}
.main-menu-div>ul {
	margin: 0;
	display: inline-block
}
.main-menu-div>ul>li {
	display: inline-block
}
.main-menu-div>ul>::before {
	display: none
}
.main-menu-div>ul>li>a {
	display: inline-block
}
.main-menu-div ul li.has-sub {
	position: relative
}
.main-menu-div ul li ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 50px;
	left: 0;
	margin: 0;
	width: 250px;
	padding: 10px;
	z-index: 9
}
.main-menu-div ul li.hovered>ul {
	visibility: visible;
	opacity: 1;
	transition: all .3s linear;
	background-color: #000
}
.main-menu-div ul li ul li {
	display: block;
	height: 0;
	transition: all .3s linear
}
.main-menu-nav ul li ul li::before {
	display: none
}
.main-menu-div ul li.hovered>ul>li {
	height: 39px
}
.main-menu-div ul li ul li a {
	color: #fff!important;
	line-height: 1.4;
	display: block;
	padding: 10px;
	text-align: left;
	border-radius: 3px;
	font-weight: 300;
	font-size: 14px
}
.main-menu-div ul li ul li a:hover {
	background: #272727
}
.main-menu-div>ul>li>ul>li>ul {
	top: 10px;
	left: 100%
}
.main-menu-div>ul>li.hovered>ul>li.hovered>ul {
	top: 10px
}
.main-menu-div>ul>li.hovered>ul>li.hovered>ul>li {
	height: 39px
}
.main-menu-div ul li a {
	font-size: 14px;
	line-height: 1.52;
	text-transform: uppercase;
	color: #333;
	letter-spacing: -.3px;
	font-weight: 300
}
.home .main-menu-div ul li a {
	color: #fff
}
.main-menu-div ul li ul, .main-menu-div>ul>li:hover, .main-menu-div>ul>li>a.current-menu-item {
	background: 0 0
}
.top-bar.darkHeader {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}
.top-bar.darkHeader .logo, .top-bar.darkHeader .searchus {
	margin-top: 0;
	top: 0
}
.top-bar.darkHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	animation-name: fadeInDown;
	animation-duration: 1s;
	animation-delay: 0;
	z-index: 999;
	background-color: #fff;
	padding: 18px 10px;
	box-shadow: 0 9px 21px 0 rgba(0,0,0,.08)
}
.top-bar.darkHeader .main-menu-div>ul>li>a {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}
.top-bar.darkHeader .socialIcons {
	padding-top: 17px
}
.logo, .logo img, .main-menu-div>ul>li>a {
	transition: unset
}
.header.coverUp {
	padding-top: 153px
}
.top-bar.darkHeader.yes-mobile {
	position: static
}
.top-bar.darkHeader .cusSearch a {
	font-size: 24px;
	margin-top: 8px
}
.top-bar.darkHeader #custom-search-input {
	margin: 5px 0 0
}
.top-bar.darkHeader #custom-search-input input {
	height: 32px
}
.top-bar.darkHeader .logo img {
	width: 115px
}
.top-bar.darkHeader .btn-default {
	font-size: 16px;
	padding: 8px 24px;
	letter-spacing: 1px
}
.top-bar.darkHeader .main-menu-nav {
	margin-top: 0;
	position: relative
}
.top-bar .logo {
	float: left;
	margin-top: -2px;
	z-index: 99;
	position: relative;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}
.video-container {
	min-width: 100%;
	min-height: 104%;
	overflow: hidden;
	position: absolute
}
video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	transform: translateX(-50%) translateY(-50%)
}
.background-overlay {
	font-family: monospace;
	background-color: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .4
}
.banWrap {
	position: relative
}
.bannerContent h2 {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 9.6vh;
	color: #fff;
	font-family: utopia-std-subhead, serif;
	text-transform: uppercase;
	line-height: 1.25
}
.bannerContent span {
	display: block
}
.bannerContent h2 small {
	color: #ec592b;
	font-size: 36.842105263158%;
	text-transform: none;
	margin-top: 23px;
	line-height: 1.21;
	font-weight: 300
}
.main_holder {
	position: relative
}
.caseStud .casStudy {
	max-width: 263px
}
.caseStud .row .col-lg-4:nth-child(2) .casStudy {
	transition-delay: 1.2s;
	transition-duration: 1.5s
}
.caseStud .row .col-lg-4:nth-child(3) .casStudy {
	transition-delay: 1.5s;
	transition-duration: 2s
}
.caseStud .col-sm-4 {
	padding: 0 15px 0 12px
}
.caseStud .col-sm-4:last-child {
	padding: 0 0 0 12px
}
.caseStud .col-sm-4:nth-of-type(2) .casStudy {
	padding: 0 0 0 36px;
	max-width: 300px
}
.caseStud .col-sm-4:nth-of-type(3) .casStudy {
	padding: 0 0 0 70px;
	max-width: 344px
}
.caseStud .casStudy h6 {
	font-size: 20px;
	margin: 0 0 8px;
	padding: 0 0 11px;
	position: relative;
	color: #fff;
	font-family: utopia-std-subhead, serif
}
.caseStud .casStudy h6:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: rgba(132,132,132,.2);
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-ms-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear
}
.caseStud .casStudy h6:before {
	content: "";
	height: 2px;
	background-color: transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	width: 0;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-ms-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear
}
.caseStud .casStudy:hover h6:before {
	background-color: #ec592b;
	left: 0;
	right: 50%;
	width: 50%;
	transition-property: left right;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	opacity: 1
}
.caseStud .casStudy p, .caseStud .casStudy p a {
	color: #fff;
	font-family: museo-sans, sans-serif;
	font-weight: 300
}
.caseStud .casStudy p a {
	font-size: 14px;
	display: block
}
.caseStud .casStudy p {
	line-height: 20px
}
.caseStud .casStudy a {
	position: relative
}
.caseStud .casStudy a:after {
	content: "";
	background: url(./images/arrow.png) no-repeat top left;
	height: 18px;
	width: 13px;
	right: -35px;
	top: 22px;
	position: absolute;
	display: inline-block
}
.caseStud .casStudy a:hover {
	color: #ec592b
}
.caseStud .casStudy a:hover:after {
	right: -40px;
	-webkit-transition: 1s linear;
	-moz-transition: .3s linear;
	-ms-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear
}
.caseStud .casStudy:hover a, .caseStud .casStudy:hover p {
	color: #fff
}
.caseStud .casStudy.casStudy2.aos-init.aos-animate {
	margin: 0 auto
}
.caseStud .casStudy.casStudy3.aos-init.aos-animate {
	float: right
}
.home .content {
	position: relative;
	max-width: 542px;
	margin: 173px auto 176px
}
.home .content:before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #ec592b;
	top: 33%;
	left: 5px;
	position: absolute;
	max-width: 258px;
	display: none
}
.home .content h5 {
	font-size: 25px;
	color: #333;
	font-family: utopia-std-subhead, serif;
	line-height: 1.2;
	letter-spacing: -.6px;
	margin-bottom: 42px
}
.home .content p {
	color: #6c6c6c;
	line-height: 1.5;
	font-weight: 300;
	font-size: 16px;
	font-family: museo-sans, sans-serif;
	letter-spacing: -.6px;
	margin-bottom: 0
}
.background {
	position: relative;
	z-index: 1;
	padding-left: 13.4%
}
.background:before {
	border-top: 2px solid #dfdfdf;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1
}
.background span {
	background: #fff;
	padding: 0 15px
}
.clinetSlider {
	overflow: hidden
}
.ourClients {
	border-bottom: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
	padding: 76px 0 86px
}
.ourClients h2 {
	font-size: 40px;
	text-transform: uppercase;
	text-align: left;
	margin: -25px 0 0
}
.ourClients h2 span {
	background-color: #fff;
	padding: 0 10px
}
.ourClients ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center
}
.ourClients ul li {
	float: left;
	width: 20%
}
.ourClients ul:after {
	content: "";
	display: block;
	clear: both
}
.ourClients ul a {
	display: block;
	text-align: center
}
.ourClients ul img {
	margin: 0 auto
}
.whatWEdo {
	padding: 241px 0;
	border-top: 1px solid #bfbfbf
}
.whatWEdo h3 {
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.79;
	font-size: 28px;
	margin-top: -7px
}
.whatWEdo .dobox {
	position: relative;
	padding-bottom: 6px
}
.dobox:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 7%;
	height: 98%;
	background-color: #ec592b;
	width: 2px
}
.whatWEdo p {
	font-size: 14px;
	line-height: 1.99;
	color: #6c6c6c;
	margin: -9px 0;
	font-weight: 300
}
.whatWEdo h4 {
	line-height: normal;
	margin: 0 0 36px;
	font-size: 20px
}
.whatWEdo h4 a {
	font-family: utopia-std-subhead, serif;
	font-size: 20px;
	color: #4a4949;
	position: relative;
	padding-right: 60px
}
.whatWEdo h4 a:after {
	content: "";
	background: url(./images/arrow.png) no-repeat top left;
	height: 18px;
	width: 13px;
	right: 0;
	top: 5px;
	position: absolute;
	display: inline-block
}
.whatWEdo h4 a:hover {
	color: #ec592b
}
.whatWEdo h4 a:hover:after {
	right: 20px
}
.whatWEdo ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	display: flex;
	flex-wrap: wrap
}
.whatWEdo ul li {
	float: left;
	width: 50%;
	padding: 0 0 131px 11.2%;
	display: inline-block
}
.whatWEdo ul li p {
	line-height: 1.93
}
.whatWEdo ul li:nth-child(3), .whatWEdo ul li:nth-child(4) {
	padding-bottom: 0
}
.whatWEdo ul:after {
	content: "";
	display: block;
	clear: both
}
.someProj {
	padding: 193px 0 252px;
	border-bottom: 1px solid #bfbfbf
}
.someProj .container {
	overflow: hidden
}
.someProj h4 {
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 42px;
	line-height: 1.25;
	font-weight: 300;
	font-size: 28px
}
.someProj span {
	display: block
}
.someProj .imgBox img {
	width: 100%
}
.someProj .imgBox {
	position: relative;
	margin-bottom: 25px
}
.someProj .imgBox span.numbr {
	position: absolute;
	right: 0;
	bottom: 51px;
	color: #000;
	font-size: 11px;
	display: inline-block;
	background-color: #fff;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-family: museo-sans, sans-serif;
	font-weight: 300
}
.someProj .projBox h5 {
	font-size: 20px;
	line-height: 1.15;
	font-family: utopia-std-subhead, serif;
	margin-bottom: 26px;
	color: #333
}
.someProj .projBox p {
	font-size: 14px;
	color: #272f39;
	margin-bottom: 37px;
	margin-top: -8px;
	font-weight: 300;
	line-height: 1.43
}
.someProj .projBox .dscover {
	line-height: 1.82;
	color: #898989;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .6px;
	padding-right: 40px;
	display: inline-block;
	position: relative;
	top: -19px
}
.someProj .projBox .dscover:after {
	content: "";
	background: url(./images/arrow.png) no-repeat top left;
	height: 12px;
	width: 9px;
	right: 0;
	top: 4px;
	position: absolute;
	display: inline-block
}
.someProj .projBox .dscover:hover {
	color: #ec592b
}
.someProj .projBox .dscover:hover:after {
	right: 20px
}
.productSlidr {
	width: 100%;
	margin-top: -6px
}
.productSlidr .slick-list {
	margin: 0 -15px
}
.productSlidr .projBox {
	padding: 0 15px
}
.productSlidr .slick-next, .productSlidr .slick-prev {
	top: -53px;
	right: 0;
	width: 10px;
	height: 22px
}
.productSlidr .slick-prev {
	left: auto;
	right: 70px
}
.productSlidr .slick-next {
	right: 0
}
.productSlidr .slick-next:before, .productSlidr .slick-prev:before {
	opacity: 1;
	color: #000;
	height: 26px;
	width: 12px;
	position: absolute;
	top: 0;
	left: 0
}
.productSlidr .slick-next:before {
	content: "";
	background: url(./images/arrow@2x.png) no-repeat top left
}
.productSlidr .slick-prev:before {
	content: "";
	background: url(./images/arrow@2xl.png) no-repeat top left
}
.helpYou {
	padding: 101px 0 120px
}
.helpYou h5 {
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.86;
	letter-spacing: -.4px;
	margin: 0
}
.helpYou h5 small {
	color: #6a6a6a;
	font-size: 20px;
	text-transform: none;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 10px
}
.helpYou .mxwid {
	max-width: 83%
}
.helpYou .mxwid.sec0 {
	margin: 0 0 auto auto
}
.footer {
	overflow: hidden;
	border-top: 1px solid #dfdfdf
}
.formBox {
	padding-top: 76px;
	margin-top: -5px
}
.formBox .form-control {
	font-family: museo-sans, sans-serif;
	border-radius: 0;
	border-color: #ccc;
	border: none;
	font-size: 20px;
	border-bottom: 1px solid #b7b7b7;
	padding: 0 0 15px;
	height: auto;
	line-height: 28px;
	font-weight: 300
}
.formBox .mgb {
	margin-bottom: 103px
}
.formBox textarea.form-control {
	resize: vertical;
	display: table-cell;
	vertical-align: bottom
}
.formBox label {
	font-weight: 300;
	font-size: 14px;
	color: #6a6a6a;
	margin-bottom: 10px;
	line-height: 36px
}
.formBox .checkBox {
	line-height: 36px;
	margin-top: 11px
}
.formBox .txtr {
	text-align: right
}
.formBox .btn-default {
	font-size: 20px;
	font-weight: 300;
	padding: 6px 40px
}
.mgbb {
	margin-bottom: 52px
}
.footer a, .footer p {
	font-size: 14px;
	margin: 0
}
.footer .fotBott {
	padding: 70px 0 55px
}
.footer h5 {
	font-size: 14px;
	text-transform: uppercase;
	color: #6a6a6a;
	margin: 0;
	text-align: left
}
.footer .links ul {
	list-style: none;
	margin: -8px 0 0;
	padding: 0;
	text-align: center
}
.footer .links ul li {
	display: inline-block
}
.footer .links a {
	margin: 0 15px 0 0;
	color: #6a6a6a;
	font-size: 14px
}
.footer .links a:hover {
	color: #ec592b
}
.footer .links .oranglink {
	color: #ec592b
}
.footer .links .oranglink:hover {
	color: #000
}
.sobox {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%
}
.sobox li {
	display: inline-block
}
.soIcons {
	margin-top: -8px
}
.soIcons a {
	margin: 0 0 0 50px;
	display: inline-block;
	font-size: 23px;
	color: #6e747a;
	transition: linear .1s;
	-ms-transition: linear .1s;
	-webkit-transition: linear .1s
}
.soIcons a:hover {
	color: #ec592b
}
.soIcons a:last-child {
	padding: 0
}
.home .fullpage-wrapper {
	background-color: #000
}
.fullpage-wrapper {
	background-color: #fff
}
.fullpage {
	position: relative;
	max-height: 100vh;
	padding-bottom: 75px
}
.video-container {
	pointer-events: none
}
.video-container embed, .video-container iframe, .video-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.fullpage-wwa {
	position: relative;
    padding-bottom: 56.25%;
	pointer-events: none;
	max-height: 0px
}
.fullpage-wwa video {
	position: relative;
    top: 0;
    left: initial;
    width: 100%;
    height: auto;
    min-width: initial;
    min-height: initial;
    z-index: -1;
    transform: initial
}
.inner_banner {
	padding-top: 155px
}
.inner_banner img {
	width: 100%
}
.contact_info {
	padding: 109px 0 53px
}
.contact_info h2 {
	line-height: 1.96;
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 58px;
	margin: 0
}
.talk_us h2 {
	color: #333
}
.talk_us {
	font-size: 16px;
	line-height: 30px;
	color: #333
}
.talk_us span {
	position: relative;
	display: block;
	font-size: 17px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.59;
	letter-spacing: -.1px;
	text-align: left;
	padding-bottom: 32px;
	margin-bottom: 43px
}
.talk_us span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 165px;
	height: 2px;
	background-color: #ee5b2a
}
.talk_us strong {
	display: block;
	font-size: 15px;
	font-family: museo-sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 3.2;
	letter-spacing: normal;
	text-align: left;
	color: #272f39;
	margin: -16px 0 0
}
.contact_info address {
	margin-top: -6px;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.88;
	letter-spacing: normal;
	text-align: left
}
.ph_number a {
	position: relative;
	top: -8px;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.88;
	letter-spacing: normal;
	text-align: left;
	display: inline-block;
	color: #6a6a6a
}
.you_detail form {
	width: 100%;
	padding-bottom: 108px;
	margin-top: -5px
}
.you_detail form p {
	margin: 0
}
.you_detail input {
	font-size: 17px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.65;
	letter-spacing: normal;
	text-align: left;
	color: #6a6a6a;
	width: 100%;
	border: 1px solid #fff;
	border-bottom-color: #b7b7b7;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-radius: 0;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.you_detail textarea {
	position: relative;
	resize: none;
	min-height: 215px;
	font-size: 17px;
	line-height: 28px;
	color: #6a6a6a;
	width: 100%;
	border: 1px solid #fff;
	border-bottom-color: #b7b7b7;
	padding-bottom: 15px;
	margin-bottom: 40px;
	font-weight: 300;
	border-radius: 0
}
.you_detail textarea[value=""] {
	position: absolute;
	left: 0;
	bottom: 0
}
.you_detail input:focus, .you_detail textarea:focus {
	border-bottom-color: #ec592b
}
.you_detail textarea::-webkit-input-placeholder {
padding-top:30%
}
.you_detail textarea:-moz-placeholder {
padding-top:30%
}
.you_detail textarea::-moz-placeholder {
padding-top:30%
}
.you_detail textarea:-ms-input-placeholder {
padding-top:30%
}
.you_detail input[type=submit] {
	border: none;
	text-align: center;
	transition: all linear .5s;
	min-width: 120px;
	line-height: 40px;
	font-weight: 300;
	font-size: 20px;
	width: auto;
	background-color: #ec592b;
	color: #fff;
	height: 40px;
	padding: 0;
	margin: 0;
	cursor: pointer
}
.you_detail input[type=submit]:hover {
	background-color: #000;
	color: #fff
}
.acf-map {
	width: 100%;
	height: 545px;
	border: none;
	margin: 0 0 57px
}
.acf-map img {
	max-width: inherit!important
}
.main {
	overflow: hidden
}
.ourteam {
	padding: 0 0 84px
}
.team_box {
	position: relative
}
.team_box img {
	width: 100%
}
.caption {
	padding: 20px 40px 20px 41px;
	position: absolute;
	left: 0;
	bottom: -120px;
	background-color: #fff;
	width: 100%;
	min-height: 73px;
	transition: all ease .2s
}
.caption span {
	position: relative;
	display: block;
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	text-transform: capitalize;
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: left;
	color: #333
}
.caption:after {
	content: "";
	position: absolute;
	right: 40px;
	bottom: 22px;
	height: 2px;
	width: 90px;
	background-color: #ec592b
}
.caption span small {
	display: block;
	color: #acacac;
	font-size: 14px
}
.team_box.active .caption, .team_box.slick-current.slick-active .caption, .team_box:hover .caption {
	bottom: 0
}
.team_detail {
	padding-top: 101px;
	padding-bottom: 134px
}
.team_detail h3 {
	font-family: utopia-std, serif;
	position: relative;
	font-size: 27px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: normal;
	text-align: left;
	color: #333;
	margin: 0 0 41px;
	padding: 0
}
.team_detail h3 small {
	font-family: "Museo Sans 300";
	display: block;
	color: #acacac;
	font-size: 20px
}
.team_detail h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -9px;
	height: 2px;
	width: 165px;
	background-color: #ec592b
}
.team_detail .w-100 {
	overflow: hidden
}
.team_detail .description {
	position: relative;
	top: 4px
}
.team_detail .description p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.63;
	color: #333
}
.team_detail .sidebar {
	min-height: 324px;
	padding-left: 12px
}
.team_detail .sidebar ul {
	list-style: none;
	margin: 10px 0 0;
	padding: 38px;
	border: solid 2px #ee5b2a;
	height: 100%
}
.team_detail .sidebar ul li {
	position: relative;
	font-family: museo-sans, sans-serif;
	padding: 0 0 0 6px;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.88;
	letter-spacing: normal;
	text-align: left
}
.team_detail .sidebar ul li:after {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #333;
	position: absolute;
	left: -3px;
	top: 12px;
	border-radius: 50%
}
.team_view .draggable {
	padding: 0!important
}
.team_detail .sidebar ul li:first-child {
	margin-top: -9px
}
.team_view::after, .team_view::before {
	content: "";
	clear: both;
	display: block;
}
.team_box {
	overflow: hidden;
	display: block;
    cursor: pointer;
}
.xo-detail {
	display: none;
	cursor: pointer
}
.addEmail {height: 22px;}

.teamEmail { height: 18px; display: inline-block;margin-left:5px;}
.teamEmail svg { height: 18px; position: relative; top: -1px;}
.teamEmail .svgColor {fill:#acacac;}
.teamEmail:hover .svgColor { fill: #ee5b2a;}


.teamLinkedin { height: 26px; display: inline-block;margin-left:5px;}
.teamLinkedin svg { height: 25px; position: relative; top: -1px;}
.teamLinkedin .svgColor {fill:#acacac;}
.teamLinkedin:hover .svgColor { fill: #ee5b2a;}


.teamTwitter { height: 19px; display: inline-block;margin-left:5px;}
.teamTwitter svg { height: 18px; position: relative; top: -1px;}
.teamTwitter .svgColor {fill:#acacac;}
.teamTwitter:hover .svgColor { fill: #ee5b2a;}

.whoweare {
	padding: 80px 0 0
}
.whoweare .top_note .note {
	font-family: utopia-std-subhead, serif;
	font-size: 25px;
	color: #010101;
	font-weight: 400;
	margin: 0;
	padding-bottom: 0px;
	/*padding-bottom: 84px;*/
	display: block
}
.whoweare .top_note .note p {
	margin-bottom: 0;
	line-height: 1.2
}
.whoweare .display {
	position: relative;
	margin-right: -142px
}
.whoweare .work_detail {
	padding: 126px 0 134px;
	border-bottom: 1px solid rgba(90,90,90,.23)
}
.whoweare .work_detail:last-child {
	border-bottom: none
}
.whoweare .left_box {
	padding-top: 93px
}
.whoweare .work_detail .inner_box {
	min-height: 179px;
	background-color: #e5e2e2;
	margin-bottom: 30px
}
.whoweare .work_detail .right_box {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	font-weight: 300
}
.whoweare .work_detail .right_box h2 {
	font-family: utopia-std-subhead, serif;
	font-weight: 400;
	font-size: 20px;
	color: #4a4949;
	margin: 0 0 60px;
	padding: 0 0 15px;
	position: relative
}
.whoweare .work_detail .right_box h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 263px;
	border-bottom: 2px solid rgba(0,0,0,.05)
}
.whoweare .work_detail .right_box h2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 132px;
	border-bottom: 2px solid #ec592b
}
.whoweare .work_detail .right_box p {
	margin-top: -14px
}
.cs_detail .working_list, .whoweare .work_detail .working_list {
	width: 100%;
	overflow: hidden;
	list-style: none;
	margin: 10px 0 0;
	padding: 0
}
.cs_detail .working_list li, .whoweare .work_detail .working_list li {
	color: #ec592b;
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.63;
	letter-spacing: .9px;
	padding: 0 0 4px 11px
}
.cs_detail .working_list li:last-child, .whoweare .work_detail .working_list li:last-child {
	padding-bottom: 0
}
.whoweare .work_detail .working_list li a {
	color: #ec592b
}
.whoweare .work_detail .working_list li a:hover {
	text-decoration: underline
}
.cs_detail .working_list li:after, .whoweare .work_detail .working_list li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ec592b
}
.whoweare .left_box iframe, .whoweare .left_box video {
	width: 100%;
	position: static;
	transform: none;
	margin-top: 17px
}
.whoweare .left_box .inner_box img {
	width: 100%
}
.blogPage {
	padding: 130px 0 38px
}
.blogPage h1 {
	font-family: utopia-std-subhead, serif;
	font-size: 35px;
	line-height: .91;
	font-weight: 400;
	color: #333;
	margin:0 0 36px;
	padding: 0
}


.sortWrap { font-size: 14px; text-transform: uppercase; margin-bottom: 19px;}
.sortWrap:after { content:""; display: block; clear: both;}
.sortWrap span.sortText { float: left; color: #ec5a2a; position: relative; font-style: normal; font-stretch: normal; line-height: 1.52; letter-spacing: -0.3px; margin:4px 0;}
.sortSelect { display: inline-block; min-width: 145px; position: relative; z-index: 110; float: left; margin-left: 34px;}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #ebebeb;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  z-index: 5;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    padding: 6px 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size:0;
    width: 22px;
    height: 26px;
    transition: all 275ms;
    background: center/8px no-repeat url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMjI1LjkyMywzNTQuNzA2Yy04LjA5OCwwLTE2LjE5NS0zLjA5Mi0yMi4zNjktOS4yNjNMOS4yNywxNTEuMTU3Yy0xMi4zNTktMTIuMzU5LTEyLjM1OS0zMi4zOTcsMC00NC43NTEgICBjMTIuMzU0LTEyLjM1NCwzMi4zODgtMTIuMzU0LDQ0Ljc0OCwwbDE3MS45MDUsMTcxLjkxNWwxNzEuOTA2LTE3MS45MDljMTIuMzU5LTEyLjM1NCwzMi4zOTEtMTIuMzU0LDQ0Ljc0NCwwICAgYzEyLjM2NSwxMi4zNTQsMTIuMzY1LDMyLjM5MiwwLDQ0Ljc1MUwyNDguMjkyLDM0NS40NDlDMjQyLjExNSwzNTEuNjIxLDIzNC4wMTgsMzU0LjcwNiwyMjUuOTIzLDM1NC43MDZ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiMzMzMzMzMiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==);
}

.selectric-open .button {
    transform: rotate(180deg);
}

/*
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-bottom: none;
}
*/

/*.selectric-focus .selectric {
  border-color: #aaaaaa;
}*/

/*.selectric-hover .selectric {
  border-color: #c4c4c4;
}*/

/*
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
*/

/*.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}*/

/*.selectric-open {
  z-index: 9999;
}*/

/*.selectric-open .selectric {
  border-color: #c4c4c4;
}*/

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ebebeb;
  z-index: -1;
  border-top: none;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.selectric-items li {
  display: block;
  padding:4px 16px;
  cursor: pointer;
}

.selectric-items li.highlighted {}
.selectric-items li.selected,
.selectric-items li:hover {
  color: #ec5a2a;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}


/*.cont_select_center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -150px;
}

.cont_heg_50 {
  position: absolute;
  height: 50%;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fd7b52;
}

.icon_select_mate {
    position: absolute;
    right: 5px;
    top: 2px;
    transition: all 275ms;
    display: inline-block;

}

.icon_select_mate img {
    width: 8px;
}

.select_mate {
    position: relative;
    min-width: 145px;
    background-color: #fff;
    transition: all 375ms ease-in-out;
    z-index: 110;
    border: 1px solid #ebebeb;
    display: inline-block;
    margin-left: 34px;
}
.select_mate select {
    position: absolute;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    z-index: -1;
    display: none;
}

.cont_list_select_mate {
    position: relative;
}

.cont_select_int {
    position: absolute;
    left: -1px;
    top: 0px;
    z-index: 999;
    overflow: hidden;
    height: 0px;
    width: calc(100% + 2px);
    background-color: #fff;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    transition: all 375ms ease-in-out;
    border: 1px solid #ebebeb;
    border-top: none;
}
.cont_select_int li {
    position: relative;
    background-color: #fff;
    list-style-type: none;
    padding:5px 10px;
    margin: 0px;
    transition: all 275ms ease-in-out;
    display: block;
    cursor: pointer;
}
.cont_select_int li:last-child {
    border-radius: 3px;
    border-bottom: 0px;
}
.cont_select_int li:hover,
.cont_select_int .active {
    color: #ec5a2a;
}

.selecionado_opcion {
    padding:5px 30px 4px 10px;
    width: 100%;
    display: block;
    margin: 0px;
    cursor: pointer;
    line-height: 1;
    font-size: 14px;
}*/

.blogPage .articleWrap {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap
}
.blogPage article.post.type-post {
	width: 33.3333%;
	float: left;
	padding: 0 15px;
	margin-bottom: 30px
}
.blogPage .articleWrap:after {
	content: "";
	display: block;
	clear: both
}
.blogPage .card {
	border: none;
	height: 100%
}
.blogPage .card .mask {
	background-color: #fbfbfb;
	transition: all linear .5s;
	-ms-transition: all linear .5s;
	-webkit-transition: all linear .5s;
	height: 100%
}
.blogPage .card .mask:hover {
	box-shadow: 0 9px 21px 0 rgba(0,0,0,.06);
	background-color: #fbfbfb
}
.blogPage .card .card-body {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.58;
	color: #333;
	padding: 30px 29px 36px
}
.blogPage .card .mask .card-img-top a, .blogPage .card .mask .card-img-top a img {
	display: block;
	width: 100%
}
.blogPage .card-title {
	font-family: museo-sans, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #ee5b2a;
	text-transform: uppercase;
	margin: 0 0 19px;
	padding: 0
}
.blogPage .card-title span {
	text-transform: initial;
	font-weight: 300;
	color: #333
}
.blogPage .subtitle {
	font-family: utopia-std, serif;
	display: block;
	line-height: 1.38;
	font-size: 16px;
	padding: 0 0 25px
}
.blogPage .subtitle a {
	color: #333;
	display: inline-block
}
.blogPage .card .card-body p {
	margin-bottom: 18px;
	padding: 0
}
.blogPage .card .card-body .card-text:after {
	content: "";
	display: block;
	clear: both
}
.blogPage .card .card-body .card-text {
	margin-bottom: 23px
}
.blogPage .card-footer {
	background-color: transparent;
	padding: 0;
	border: none
}
.picture img {
	border: 5px solid #ebebeb
}
.blogPage .card-footer .picture {
	float: left
}
.blogPage .card-footer .person_detail {
	position: relative;
	overflow: hidden;
	padding: 10px 0 0 16px;
	margin: 0
}
.blogPage .card-footer .person_detail:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 4px;
	width: 132px;
	border-bottom: 2px solid #ec592b
}
.blogPage .card-footer .person_detail span {
	font-family: utopia-std-subhead, serif;
	color: #333;
	font-size: 10px;
	background-color: #fff
}
.blogPage .card-footer .person_detail span small {
	font-family: museo-sans, sans-serif;
	display: block;
	color: #acacac;
	font-size: 10px;
	font-weight: 300
}
.blogPage .card-footer .person_detail span .inner_txt_wrap {
	font-style: normal;
	display: inline-block;
	background-color: #fbfbfb;
	position: relative;
	z-index: 2;
	padding-right: 16px
}
.imgWrap:after {
	content: "";
	display: table;
	clear: both
}
.disImg img {
	width: 100%
}
.blogPage .pagination, .blogPage .pagination .nav-links {
	width: 100%;
	text-align: center;
	padding: 20px 15px
}
.blogPage .pagination .page-numbers {
	width: 40px;
	height: 40px;
	border: 1px solid #ec592b;
	display: inline-block;
	border-radius: 50%;
	color: #333;
	line-height: 40px;
	font-size: 14px;
	font-weight: 300
}
.blogPage .pagination .page-numbers.current {
	font-weight: 700;
	background-color: #ec592b;
	color: #fff
}
.blogPage .pagination .icon {
	width: 24px;
	height: 10px
}
.page-template-page-temp-careers ul {
	padding: 0 0 0 17px
}
.careers, .our_work {
	padding: 80px 0 144px;
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 29px;
	color: #333
}
.careers p, .our_work p {
	line-height: 24px;
	margin-top: -7px
}
.careers .h2, .careers h2, .our_work .h2, .our_work h2 {
	font-family: utopia-std-subhead, serif;
	font-size: 35px;
	font-weight: 400;
	line-height: .91;
	color: #333;
	padding: 0;
	margin: 0 0 34px
}
.careers_avatar {
	width: 100%;
	background-color: #f8f8f9;
	padding: 45px 0 0;
	margin-top: 10px
}
.careers_avatar img {
	max-width: 100%;
	margin: 0 auto
}
.job_detail {
	padding: 84px 0 0
}
.job_detail .trigger {
	cursor: pointer;
	overflow: hidden;
	padding: 23px 14px 0
}
.job_detail h3 {
	font-family: museo-sans, sans-serif;
	font-size: 23px;
	font-weight: 300;
	line-height: 1.22;
	color: #333;
	margin: -2px 0 34px;
	padding: 0
}
.job_detail .job_container p {
	margin-bottom: 23px;
	padding: 0
}
.job_detail .job_container h4 {
	font-family: utopia-std, serif;
	font-size: 16px;
	line-height: 24px;
	color: #333
}
.job_detail .job_container:nth-child(even) {
	background-color: #f8f8f9
}
.job_detail .job_container:nth-child(odd) {
	background-color: #fff
}
.job_detail .expended_content {
	display: none;
	background-color: #fff;
	padding: 88px 0 0
}
.job_detail .expended_content ul li {
	margin-bottom: 1rem
}
.careers .expended_content.active {
	display: block
}
.careers .expended_content h3 {
	font-family: utopia-std-subhead, serif;
	font-size: 29px;
	line-height: 27px;
	color: #333;
	margin: 0 0 70px;
	padding: 0
}
.careers .expended_content h5 {
	font-family: museo-sans, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 29px;
	color: #333;
	margin: -10px 0 43px;
	padding: 0
}
.careers .expended_content p {
	font-weight: 300;
	font-size: 16px;
	line-height: 29px;
	margin-bottom: 43px
}
.careers .expended_content ul {
	margin-bottom: 43px
}
.our_work {
	padding-top: 78px
}
.our_work .txt_box {
	display: block;
	color: #333;
	font-family: utopia-std-subhead, serif;
	background-color: #fbfbfb;
	margin-bottom: 25px;
	padding-bottom: 47px;
	line-height: 1.38;
	font-size: 16px
}
.our_work .txt_box:hover {
	box-shadow: 0 9px 21px 0 rgba(0,0,0,.08)
}
.our_work h2 {
	margin-bottom: 37px
}
.our_work .col-lg-7 p {
	margin-bottom: 100px
}
.our_work .txt_box span {
	position: relative;
	padding: 28px 32px 0;
	margin-top: -2px;
	display: block
}
.our_work .txt_box span:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 30px;
	width: 28px;
	height: 28px;
	border: 5px solid #ee5b2a;
	border-radius: 50%
}
.privacy {
	padding: 78px 0 0;
	font-size: 16px;
	line-height: 2.13;
	color: #000;
	font-weight: 300
}
.privacy h3 {
	font-family: utopia-std-subhead, serif;
	color: #333;
	padding: 0;
	margin: 0 0 90px;
	font-weight: 400;
	font-size: 35px;
	line-height: 1.54
}
.privacy h2 {
	font-family: museo-sans, sans-serif;
	text-transform: uppercase;
	margin: 0 0 22px;
	padding: 0;
	font-size: 28px;
	font-weight: 300;
	color: #ee5b2a
}
.privacy .text_bx {
	padding-bottom: 50px;
	margin-top: -9px
}
.privacy p {
	margin: -11px 0 47px
}
.cs_detail {
	padding: 142px 0 0
}
.cs_detail .note {
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 2.13;
	font-style: italic;
	padding-bottom: 97px;
	position: relative;
	top: -6px
}
.cs_detail .imgWrap {
	background-color: #f9f9f9;
	padding: 150px 0 0;
	margin: -11px 0 222px
}
.cs_detail .slick-dotted.slick-slider {
	margin-bottom: 0
}
.cs_detail .disImg {
	width: calc(50% + 270px);
	float: right;
	margin-bottom: -38px
}
.cs_detail .disImg h3 {
	font-family: museo-sans, sans-serif;
	font-size: 28px;
	font-weight: 300;
	padding: 0;
	margin: 0 0 50px;
	text-transform: uppercase
}
.cs_detail .disImg img {
	width: 100%
}
.disImg .slick-next, .disImg .slick-prev {
	z-index: 110;
	width: 25px;
	height: 50px
}
.disImg .slick-next {
	right: 15px
}
.disImg .slick-prev {
	left: 15px
}
.disImg .slick-next:before, .disImg .slick-prev:before {
	content: "";
	font-size: 0;
	width: 25px;
	height: 50px;
	display: block
}
.disImg .slick-prev:before {
	background: url(images/casearrow-l.png) no-repeat top left
}
.disImg .slick-next:before {
	background: url(images/casearrow-r.png) no-repeat top left
}
.disImg .slick-dots {
	bottom: -40px
}
.disImg .slick-dots li {
	border: 2px solid #ee5b2a;
	border-radius: 50%;
	width: 15px;
	height: 15px
}
.disImg .slick-dots li.slick-active {
	background-color: #ee5b2a
}
.disImg .slick-dots li button {
	display: none
}
.cs_detail .sticky {
	z-index: 999;
	list-style: none;
	margin: 0;
	padding: 65px 0 0 22px;
	min-height: 308px;
	border-left: 1px solid #ee5b2a
}
.cs_detail .sticky li {
	margin-top: -12px;
	padding-bottom: 15px
}
.cs_detail .sticky a {
	color: #6c6c6c;
	font-weight: 700;
	line-height: 3.33;
	font-size: 12px;
	text-transform: uppercase
}
.cs_detail .sticky a:hover, .cs_detail .sticky li.current-menu-item a {
	color: #000
}
.cs_detail .head h2 {
	font-family: utopia-std-subhead, serif;
	font-size: 35px;
	color: #333;
	line-height: .91;
	min-width: 479px;
	margin: 0 0 44px;
	padding: 0;
	float: left
}
.cs_detail .head img {
	display: inline-block;
	margin-top: -24px
}
.cs_detail .desc_box h3 {
	font-family: museo-sans, sans-serif;
	font-size: 28px;
	color: #ee5b2a;
	font-weight: 300;
	padding: 0;
	margin: 0 0 10px;
	text-transform: uppercase
}
.cs_detail .desc_box p {
	font-size: 16px;
	font-weight: 300;
	line-height: 2.13
}
.desc_box .right_box {
	padding-bottom: 134px;
	margin-bottom: -12px
}
.casePagi.blogSingal_dtl {
	padding: 0 15px 50px
}
.casePagi.blogSingal_dtl .nav-links {
	padding-top: 0
}
#cookie-notice {
	height: 100vh!important;
	background-color: rgba(255,255,255,.9)!important
}
#cookie-notice .cookie-notice-container {
	text-align: left;
	box-shadow: 0 46px 90px 0 rgba(0,0,0,.24);
	width: 100%;
	max-width: 462px;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 62px 45px 63px;
	flex-flow: column;
	background: #f8f8f9 url(http://dev.signaldc.com/signal/wp-content/uploads/2018/10/cookies_bg.png) no-repeat right bottom
}
#cookie-notice .cookie-notice-container h2 {
	font-family: utopia-std-subhead, serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 1;
	color: #333;
	border-bottom: 1px solid #5a5a5a;
	margin: 0;
	padding: 0 0 31px
}
#cookie-notice .cookies_desc {
	font-size: 14px;
	line-height: 1.63;
	font-weight: 300;
	font-family: museo-sans, sans-serif;
	color: #333;
	padding-top: 28px;
	margin-bottom: 45px;
	display: block
}
#cookie-notice .cookies_desc a:hover {
	text-decoration: underline
}
#cookie-notice #cn-accept-cookie {
	display: inline-block;
	background-color: #ee5b2a;
	text-align: center;
	margin: 0!important;
	font-size: 14px;
	font-weight: 300;
	min-width: 111px;
	line-height: 43px;
	color: #f8f8f9;
	border: none;
	padding: 0;
	border-radius: 0;
	transition: all linear .5s;
	-ms-transition: all linear .5s;
	-webkit-transition: all linear .5s
}
#cookie-notice #cn-accept-cookie:hover {
	background-color: #333
}
.wpcf7-form-control-wrap {
	display: block
}
.you_detail div.wpcf7 {
	margin: 0
}
.txtr .ajax-loader {
	display: none!important
}
.searchResult {
	padding-top: 19px
}
.searchResult .entry-meta {
	display: none
}
.searchResult article {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 23px 15px;
	color: #333;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5
}
.searchResult article:nth-child(odd) {
	background-color: #f8f8f9
}
.searchResult article .entry-title {
	margin: 0 0 2px;
	padding: 0;
	font-size: 16px;
	font-family: utopia-std, serif
}
.searchResult article p {
	margin: 0
}
.searchResult article a {
	color: #333
}
.searchResult .pagination, .searchResult .pagination .nav-links {
	width: 100%;
	text-align: center;
	padding: 20px 15px
}
.searchResult .pagination .page-numbers {
	width: 40px;
	height: 40px;
	border: 1px solid #ec592b;
	display: inline-block;
	border-radius: 50%;
	color: #333;
	line-height: 40px;
	font-size: 14px;
	font-weight: 300
}
.searchResult .pagination .page-numbers.current {
	font-weight: 700;
	background-color: #ec592b;
	color: #fff
}
.searchResult .pagination .icon {
	width: 24px;
	height: 10px
}
.searchResult .more-link {
	display: none
}
.pc_oh {
	position: relative
}
.blogSingal {
	padding: 307px 0 0;
	font-size: 16px;
	position: relative
}
.design_circle {
	position: absolute;
	top: 0;
	right: -62px;
	width: 147px;
	height: 147px;
	border: solid 19.8px #fd3e00;
	background-color: #fff;
	border-radius: 50%
}
.blogSingal:before {
	content: "";
	position: absolute;
	top: 144px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 480px;
	height: 480px;
	border: solid 1px #ee5b2a;
	border-radius: 50%
}
.blogSingal .entry-footer, .blogSingal .navigation, .blogSingal_dtl .entry-footer, .blogSingal_dtl .nav-title, .blogSingal_dtl article .entry-meta {
	display: none
}
.blogSingal article h1 {
	font-family: utopia-std-subhead, serif;
	font-size: 65px;
	line-height: 1.31;
	margin: 0 0 20px;
	padding: 0;
	color: #333;
	max-width: 535px
}
.blogSingal_dtl {
	padding: 158px 0 152px;
	font-size: 16px;
	line-height: 2.13;
	font-weight: 300;
	color: #000
}
/*.blogSingal_dtl article {
	padding-left: 5px
}*/
.blogSingal_dtl article h1 {
	font-family: utopia-std-subhead, serif;
	font-size: 35px;
	line-height: 1.54;
	margin: 0 0 29px;
	padding: 0;
	color: #333
}
.blogSingal_dtl p {
	margin-bottom: 49px
}
.blogSingal_dtl .imgWrap img {
	margin-bottom: 59px
}
.blogSingal_dtl .nav-links {
	padding-top: 68px
}
.blogSingal_dtl .nav-links:after {
	content: "";
	display: table;
	clear: both
}
.blogSingal_dtl .nav-links .nav-previous {
	float: left;
	width: 50%
}
.blogSingal_dtl .nav-links .nav-next {
	float: right;
	width: 50%;
	text-align: right
}
.blogSingal_dtl .nav-links a {
	position: relative
}
.blogSingal_dtl .nav-links a:after {
	content: "";
	position: absolute;
	top: 3px;
	color: #ee5b2b;
	font-size: 14px;
	width: 6px;
	height: 13px
}
.blogSingal_dtl .nav-links .nav-previous a:after {
	left: 0;
	background: url(./images/arrow-L.png) no-repeat top left
}
.blogSingal_dtl .nav-links .nav-next a:after {
	right: 0;
	background: url(./images/arrow-R.png) no-repeat top left
}
.blogSingal_dtl .nav-links .nav-previous a, .cs_navigation a.prev {
	padding-left: 24px
}
.cs_navigation a.prev {
	float: left
}
.cs_navigation a.next {
	float: right
}
.blogSingal_dtl .nav-links .nav-next a, .cs_navigation a.next {
	padding-right: 24px
}
.cs_navigation {
	padding-bottom: 50px;
	overflow: hidden
}
.blogSingal_dtl .nav-links a span, .cs_navigation a {
	font-family: museo-sans, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	position: relative
}
.blogSingal_dtl .metaInfo {
	margin-bottom: 42px;
	margin-top: -15px;
}
.single-team .blogSingal_dtl .metaInfo {
	display: none;
}
.blogSingal_dtl .metaInfo span {
	font-family: museo-sans, sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #ee5b2a;
	text-transform: uppercase
}
.blogSingal_dtl .metaInfo time {
	font-family: museo-sans, sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #000;
	text-transform: uppercase
}
.blogSingal_dtl .entry-content {
	margin-top: -17px
}
.thankyou .blogSingal article h1 {
	max-width: 576px
}
.thankyou .blogSingal {
	padding: 307px 0 190px
}
.shareIcon {
	margin-top: 84px;
}
.shareIcon:after {
	content: "";
	display: block;
	clear: both;
}
.shareIcon strong,
.shareIcon a {
	color: #6e747a;
	margin-right: 54px;
	float: left;
	line-height: .9;
	font-size: 23px;;
}
.shareIcon strong {
	font-weight: 500;
	color: #ec592b;
}
.shareIcon a:last-of-type {
	margin-right: 0;
}
.shareIcon a:hover {
	color: #ec592b;
}
.tm_email{ margin-top:-32px;}



/*POPUP STYLE */
.pum-theme-4035 .pum-container, .pum-theme-hello-box .pum-container {
    position: fixed !important;
}
.pum-theme-4035 .pum-container, .pum-theme-hello-box .pum-container {
    padding: 20px  !important;
    border-radius: 50%  !important;
    border: 15px solid #f7b8a5  !important;
    box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 )  !important;
    background-color: #ef5a2b  !important;
}
.pum-theme-4035 .pum-title, .pum-theme-hello-box .pum-title {
    color: #ffffff !important;
    text-align: center !important;
    text-shadow: 0px 0px 0px 0px !important;
    font-family: utopia-std-subhead, serif !important;
    font-weight: 400  !important;
    font-size: 30px  !important;
    width: 200px !important;
    padding-top: 80px !important;
    margin: auto !important;
    line-height: 30px !important;
		background: url("/wp-content/uploads/2020/05/popup-arrow.png") top center no-repeat !important;
}



.pum-container .pum-content p  {
    margin-bottom: 0 !important;
    color: #ffffff !important;
    padding-top: 10px !important;
    text-align: center !important;
		line-height: 18px  !important;
		width: 300px  !important;
    margin: auto  !important;
}

@media (min-width:992px) {
.main-menu-nav {
	margin-top: 2px;
	text-align: right
}
.main-menu-nav .menu-header, .main-menu-nav .menu-toggler {
	display: none
}
.main-menu-div>ul>li {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin: 0 24.5px
}
.main-menu-div>ul>li>a {
	padding: 0;
	position: relative;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}
.main-menu-div>ul>li>a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -9px;
	margin: 0 50%;
	width: 0;
	height: 2px;
	background-color: #ed5a2a;
	visibility: hidden;
    -webkit-transition: width 0.3s ease, margin 0.3s ease, visibility 0.3s ease;
    -moz-transition: width 0.3s ease, margin 0.3s ease, visibility 0.3s ease;
    -o-transition:  width 0.3s ease, margin 0.3s ease, visibility 0.3s ease;
    transition:  width 0.3s ease, margin 0.3s ease, visibility 0.3s ease;
}
.main-menu-div>ul>li a:hover::after, .main-menu-div>ul>li.current-menu-item a::after, .single-casestudy .menu-item-71 a::after {
	visibility: visible;
	width: 100%;
	margin: 0
}
.main-menu-div ul li ul, .main-menu-div>ul>li:hover a, .main-menu-div>ul>li>a.current-menu-item {
	background: 0 0
}
.main-menu-div ul li ul li a:hover {
	background: #ed5a2a;
	color: #fff
}
.main-menu-div ul li.hovered>ul:before {
	content: "";
	border-bottom: 10px solid #000;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: -10px;
	left: 10px
}
.top-bar.darkHeader .main-menu-div>ul>li>a {
	color: #333
}
.top-bar.darkHeader .main-menu-div>ul>li>a:after {
	bottom: 4px
}
.main-menu-div>ul>li {
	margin: 0 25px
}
.main-menu-div>ul>li:last-child {
	margin-right: 0
}
}

@media (min-width:1200px) {
.main-menu-div>ul>li:first-child {
	margin-right: 25px
}
.main-menu-div>ul>li {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin: 0 29px 0 30px
}
.top-bar.darkHeader .main-menu-div>ul>li:last-child {
	margin-right: 0
}
.container {
	max-width: 1140px;
	padding: 0
}
}

@media (min-width:1440px) {
.top-bar {
	padding-top: 58px;
	-ms-transition: top linear .4s;
	-webkit-transition: top linear .4s;
	transition: top linear .4s
}
.main_tilte .mouseDiv {
	top: -70%
}
.main-menu-div>ul>li {
	margin: 0 25px
}
.top-bar:not(.fixedUp) .main-menu-div>ul>li:first-of-type {
	margin-left: 0
}
.top-bar:not(.fixedUp) .main-menu-div>ul>li:last-of-type {
	margin-right: 0
}
.top-bar:not(.fixedUp) .main-menu-div>ul>li>a {
	height: 11px;
	line-height: 11px;
	vertical-align: top
}
.caseStud {
	position: relative;
	top: 30px
}
.bannerContent {
	padding: 23vh 0 11vh
}
.whatWEdo {
	min-height: 915px;
	margin-bottom: -37px
}
.someProj {
	min-height: 918px
}
.someProj .container {
	margin-bottom: -29px
}
}

@media (min-width:1799px) {
.bannerContent {
	padding: 27vh 0 13vh
}
}

@media (max-width:1440px) {
.searchus {
	right: -89px
}
.top-bar.darkHeader .logo, .top-bar.darkHeader .searchus {
	top: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}
.bannerContent {
	padding: 22vh 0 18vh
}
.main_holder .mouseDiv:after {
	height: 245px
}
}

@media (max-width:1280px) {
.caption {
	padding: 15px 26px
}
.caption:after {
	width: 100px;
	right: auto;
	left: 26px;
	bottom: 10px
}
}

@media (max-width:1199px) {
.searchus {
	margin-right: 0
}
.footer .links a {
	margin-right: 5px
}
.main_tilte a.down {
	display: none
}
.caption:after {
	width: 100px
}
.team_detail .sidebar {
	padding: 20px 20px 0
}
.soIcons a {
	margin-left: 30px
}
.team_detail {
	padding-bottom: 50px
}
.team_detail .sidebar ul li {
	font-size: 15px;
	line-height: 1.3;
	padding-bottom: 8px
}
.team_detail .sidebar ul li:after {
	top: 6px
}
.whoweare {
	padding: 100px 0 0
}
.whoweare .top_note .note {
	font-size: 21px;
	line-height: 1.3;
	padding-bottom: 45px
}
.whoweare .display {
	margin-right: 0
}
.blogPage .card-footer .person_detail:after {
	width: 65px
}
.cs_detail .disImg {
	width: calc(50% + 225px);
	float: right
}
.cs_detail .head img {
	margin-bottom: 20px
}
.cs_detail .head h2 {
	float: none
}
.blogSingal, .thankyou .blogSingal {
	padding-top: 200px
}
.blogSingal:before {
	top: 60px;
	width: 300px;
	height: 300px
}
.blogSingal article h1 {
	font-size: 39px;
	max-width: 100%
}
.design_circle {
	right: -40px;
	width: 100px;
	height: 100px;
	border-width: 16px
}
.blogSingal_dtl article {
	padding-left: 20px
}
.blogPage .card-footer .person_detail span .inner_txt_wrap {
	padding-right: 7px
}
.whatWEdo h3 {
	font-size: 24px
}
}

@media (max-width:1400px) {
.top-bar .btn-default {
	font-size: 16px;
	padding: 5px 27px;
	letter-spacing: 1px
}
.home .content {
	padding: 50px 0;
	padding-left: 0
}
.whatWEdo ul li {
	width: 49.6%;
	padding: 0 0 131px 5%
}
.dobox:before {
	left: 2%
}
.main_holder .mouseDiv {
	left: -66px
}
.searchus {
	top: 3px
}
}

@media (max-width:1100px) {
.h1, h1 {
	font-size: 40px
}
.h2, h2 {
	font-size: 36px
}
.h3, h3 {
	font-size: 34px
}
.h4, h4 {
	font-size: 30px
}
.h5, h5 {
	font-size: 26px
}
.h6, h6 {
	font-size: 24px
}
.banWrap {
	max-width: 870px;
	margin: 0 0 auto auto
}
.caseStud .casStudy a:after {
	right: -7px
}
.bannerContent h2, .bannerContent span {
	font-size: 40px
}
.bannerContent h2 small {
	font-size: 20px
}
.caseStud .casStudy h6 {
	margin: 0 0 10px;
	padding: 0 0 10px
}
.ourClients ul li {
	padding: 0 10px
}
.ourClients {
	padding-bottom: 40px
}
.ourClients ul {
	padding-top: 40px
}
.ourClients h2 {
	font-size: 30px
}
.homehdbg a.down {
	bottom: 80px;
	left: 56px
}
.homehdbg:before {
	left: 25px;
	bottom: -50px;
	height: 100%;
	max-height: 133px
}
.caseStud .col-sm-4:nth-of-type(2) .casStudy {
	padding: 0 0 0 15px;
	max-width: 100%
}
.caseStud .col-sm-4:nth-of-type(3) .casStudy {
	padding: 0 0 0 15px;
	max-width: 100%
}
.caseStud .col-sm-4:last-child {
	padding: 0 15px
}
.caseStud .casStudy {
	max-width: 100%
}
.banWrap {
	max-width: 100%;
	margin: 0 auto
}
.searchus {
	right: -36px
}
}

@media (max-width:1024px) {
.main_holder .mouseDiv {
	display: none
}
.searchus {
	margin-left: 15px;
	position: static
}
}

@media (max-width:991px) {
.h1, h1 {
	font-size: 36px
}
.h2, h2 {
	font-size: 30px
}
.h3, h3 {
	font-size: 28px
}
.h4, h4 {
	font-size: 26px
}
.h5, h5 {
	font-size: 24px
}
.h6, h6 {
	font-size: 22px
}
.main-menu-div {
	text-align: left
}
.top-bar.darkHeader .main-menu-div>ul>li {
	padding-top: 0;
	padding-bottom: 0
}
.body-overlay {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.25);
	cursor: pointer
}
.main-menu-nav {
	position: relative;
	z-index: 99
}
.main-menu-nav .menu-toggler {
	display: block;
	width: 25px;
	height: 20px;
	position: relative;
	border-bottom: 2px solid #000;
	float: right;
	z-index: 1;
	margin-top: 10px;
	transition: all .3s linear
}
.top-bar.darkHeader .menu-toggler {
	margin-top: 20px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}
.top-bar.darkHeader .searchus {
	margin-top: 13px
}
.top-bar.darkHeader .logo {
	margin-bottom: 20px
}
.home .main-menu-nav .menu-toggler {
	border-bottom: 2px solid #fff
}
.topBar.darkHeader .main-menu-nav .menu-toggler {
	width: 22px;
	height: 16px;
	top: 16px;
	right: 4px
}
.main-menu-nav .menu-toggler::after, .main-menu-nav .menu-toggler::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: #000
}
.home .main-menu-nav .menu-toggler::after, .home .main-menu-nav .menu-toggler::before {
	background: #fff
}
.main-menu-nav .menu-toggler::after {
	top: 50%
}
.top-bar.darkHeader .main-menu-div>ul>li>a {
	line-height: 39px
}
.main-menu-nav .menu-toggler, .top-bar {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}
.main-menu-nav .menu-toggler.close {
	border: 0 none;
	transition: all .3s linear
}
.main-menu-nav .menu-toggler.close::after, .main-menu-nav .menu-toggler.close::before {
	top: 0;
	transform-origin: 0 0
}
.main-menu-nav .menu-toggler.close::before {
	transform: rotate(45deg);
	left: 0
}
.main-menu-nav .menu-toggler.close::after {
	transform: rotate(-48deg);
	left: 0;
	top: auto;
	bottom: 0
}
.main-menu-nav .main-menu-div {
	text-align: left;
	position: fixed;
	left: -400px;
	top: 0;
	height: 100%;
	width: 280px;
	background: #272727;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.1), 0 0 5px 3px rgba(0,0,0,.3);
	transition: all .3s linear;
	z-index: 2;
	overflow: auto
}
.main-menu-nav .main-menu-div.mobiel-menu {
	left: 0
}
.main-menu-nav .main-menu-div ul {
	visibility: visible;
	opacity: 1;
	display: block
}
.main-menu-nav .main-menu-div ul li {
	display: block;
	height: auto
}
.main-menu-nav .main-menu-div ul li a {
	color: #fff;
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid rgba(255,255,255,.12);
	line-height: 1.4
}
.main-menu-div ul li ul, .main-menu-div>ul>li:hover, .main-menu-div>ul>li>a.current-menu-item {
	background: #313131
}
.main-menu-nav .main-menu-div ul li ul {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	display: none
}
.main-menu-nav .main-menu-div>ul>li>ul.open>li {
	height: auto
}
.main-menu-nav .main-menu-div ul li ul li a {
	border-bottom: 1px solid;
	padding-left: 30px;
	font-weight: 400;
	color: #fff
}
.main-menu-nav .main-menu-div>ul>li>ul>li>ul {
	left: auto;
	top: auto;
	background: #000
}
.main-menu-nav .main-menu-div>ul>li>ul>li>ul.open li {
	height: auto
}
.main-menu-nav .main-menu-div>ul>li>ul>li>ul>li>a {
	border-bottom-color: rgba(255,255,255,.1)
}
.main-menu-nav .menu-header {
	display: block;
	padding: 20px;
	border-bottom: 1px solid rgba(255,255,255,.12)
}
.main-menu-nav .menu-header::after, .main-menu-nav .menu-header::before {
	content: "";
	display: table;
	clear: both
}
.menu-header .home-icon {
	float: left;
	display: block;
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 20px;
	cursor: pointer
}
.menu-header .home-icon::before {
	margin: 0;
	position: relative;
	z-index: -1
}
.menu-header .close-icon {
	display: block;
	float: right;
	color: #fff;
	font-size: 20px;
	cursor: pointer
}
.menu-header .close-icon::before {
	margin: 0
}
.main-menu-nav .down-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 39px;
	border-left: 1px solid rgba(255,255,255,.12);
	cursor: pointer;
	z-index: 1
}
.main-menu-nav .down-arrow::after {
	content: "";
	position: absolute;
	right: 50%;
	top: 19px;
	margin-top: -3px;
	margin-right: -3px;
	height: 0;
	width: 0;
	border-top: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	transition: all .3s linear
}
.main-menu-nav .submenu-opened.down-arrow::after {
	border-top: 0 solid transparent;
	border-bottom: 5px solid #fff
}
.mobiel-menu ul li ul {
	left: 0;
	top: 0
}
.top-bar {
	padding: 36px 10px
}
.main-menu-div.mobiel-menu ul {
	margin-bottom: 20px
}
.main-menu-div.mobiel-menu .btn {
	margin: 0 auto;
	display: block;
	max-width: 200px
}
.searchus {
	float: right;
	margin-right: 20px;
	margin-top: 3px
}
.bannerContent {
	padding: 18vh 0 12vh
}
.banWrap {
	margin: 0 0 auto auto
}
.home .content {
	padding: 40px 0;
	margin: 40px 0
}
.home .content:before {
	top: 20%;
	max-width: 120px
}
.ourClients {
	padding-top: 25px
}
.dobox:before {
	display: none
}
.whatWEdo ul li {
	width: 49.6%;
	padding: 15px
}
.whatWEdo h4 {
	margin: 0 0 10px
}
.whatWEdo .dobox br {
	display: none
}
.someProj {
	padding: 50px 0
}
.someProj .imgBox span.numbr {
	bottom: 10px
}
.someProj .projBox h5 {
	margin-bottom: 10px
}
.caseStud .casStudy a:hover:after {
	right: -15px
}
.helpYou {
	padding: 40px 0
}
.formBox {
	padding-top: 10px
}
.helpYou h5 {
	font-size: 30px
}
.formBox .form-control {
	height: 50px;
	font-size: 16px
}
.formBox .mgb {
	margin-bottom: 15px
}
.footer .fotBott {
	padding: 40px 0
}
.fotBott .link {
	text-align: center;
	margin-bottom: 20px
}
.sobox {
	margin: 0;
	padding: 0;
	text-align: center
}
.sobox a {
	margin: 0 15px
}
.soIcons a {
	padding: 0;
	display: inline-block
}
.soIcons h5 {
	text-align: right
}
.contact_info iframe {
	height: 345px
}
.contact_info {
	padding: 30px 0
}
.contact_info h2 {
	padding-bottom: 20px
}
.main_tilte a.down {
	display: none
}
.you_detail textarea {
	min-height: 185px
}
.you_detail textarea::-webkit-input-placeholder {
padding-top:40%
}
.you_detail textarea:-moz-placeholder {
padding-top:40%
}
.you_detail textarea::-moz-placeholder {
padding-top:40%
}
.you_detail textarea:-ms-input-placeholder {
padding-top:40%
}
.ourteam {
	padding-bottom: 40px
}
.team_detail {
	padding: 40px 15px
}
.team_detail .sidebar {
	padding: 20px 20px 0
}
.team_detail .sidebar ul li {
	font-size: 14px
}
.top-bar.darkHeader .menu-toggler {
	border-bottom: 2px solid #333
}
.main-menu-nav .menu-toggler.close {
	border: none
}
.top-bar.darkHeader .menu-toggler::after, .top-bar.darkHeader .menu-toggler::before {
	background-color: #333
}
.whoweare {
	padding-top: 20px
}
.whoweare .work_detail {
	padding: 80px 0
}
.blogPage {
	padding-top: 38px
}
.blogPage h1 {
	margin-bottom: 30px
}
.blogPage .card .card-body {
	padding-right: 15px;
	padding-left: 15px
}
.blogPage .subtitle {
	font-size: 15px;
	padding-bottom: 10px
}
.blogPage .card-footer .person_detail {
	padding-top: 0;
	padding-bottom: 5px
}
.blogPage .card-footer .person_detail:after {
	width: 88%;
	bottom: 0;
	border-width: 1px
}
.careers_avatar {
	margin: 0;
	padding: 0
}
.our_work .txt_box span:after {
	top: 10px;
	right: 10px
}
.our_work .txt_box span br {
	display: none
}
.privacy {
	padding-top: 30px
}
.privacy h3 {
	font-size: 21px;
	margin-bottom: 30px
}
.privacy h3 br {
	display: none
}
.privacy .text_bx {
	padding-bottom: 10px
}
.privacy p {
	margin-bottom: 15px
}
.privacy h2 {
	font-size: 23px
}
.cs_detail .disImg {
	width: calc(50% + 170px)
}
.design_circle {
	right: -20px;
	width: 60px;
	height: 60px;
	border-width: 10px
}
.blogSingal_dtl article {
	padding-left: 0
}
.blogSingal_dtl {
	padding: 0 0 60px;
	font-size: 14px
}
/*.blogSingal_dtl .nav-links {
	padding-top: 0
}*/

.blogSingal_dtl article h1 {
	font-size: 23px
}
.blogSingal_dtl p {
	margin-bottom: 29px
}
.blogSingal_dtl .nav-links a span {
	font-size: 14px
}
.whatWEdo h3 {
	padding: 0 20px
}
.whatWEdo ul {
	display: flex;
	flex-wrap: wrap
}
.whatWEdo {
	padding: 60px 0
}
}

@media (max-height:650px) {
.bannerContent {
	padding: 20vh 0 5vh
}
.main_holder .mouseDiv:after {
	height: 225px
}
#fullpage {
	min-height: 100vh
}
}

@media (max-height:550px) {
.main_holder .mouseDiv:after {
	height: 200px
}
}

@media (max-width:767px) and (orientation:landscape) {
.fullpage {
	min-height: 700px
}
}

@media (max-width:767px) {
.h1, h1 {
	font-size: 30px
}
.h2, h2 {
	font-size: 24px
}
.h3, h3 {
	font-size: 22px
}
.h4, h4 {
	font-size: 22px
}
.h5, h5 {
	font-size: 22px
}
.h6, h6 {
	font-size: 20px
}
#search input[type=search] {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 50px
}
.whatWEdo {
	padding: 35px 0
}
.whatWEdo ul li {
	width: 100%;
	padding: 10px
}
.whatWEdo p {
	line-height: 1.6
}
.helpYou h5 small {
	font-size: 16px
}
.formBox .form-control {
	padding: 0
}
.formBox textarea::-webkit-input-placeholder {
padding-top:45px
}
.formBox textarea:-moz-placeholder {
padding-top:45px
}
.formBox textarea::-moz-placeholder {
padding-top:45px
}
.formBox textarea:-ms-input-placeholder {
padding-top:45px
}
.fotBott .links {
	text-align: center
}
.footer h5 {
	text-align: center
}
.soIcons {
	text-align: center
}
.soIcons h5 {
	text-align: center
}
.fotBott .links {
	text-align: center;
	margin: 0 0 15px
}
.sobox {
	margin-top: 10px
}
.soIcons a {
	display: inline-block;
	margin: 0 10px;
	padding: 0
}
.main_holder .mouseDiv a, .main_holder .mouseDiv:after {
	display: none
}
.productSlidr .slick-next, .productSlidr .slick-prev {
	top: -50px
}
.you_detail textarea {
	min-height: 185px
}
.you_detail textarea::-webkit-input-placeholder {
padding-top:25%
}
.you_detail textarea:-moz-placeholder {
padding-top:25%
}
.you_detail textarea::-moz-placeholder {
padding-top:25%
}
.you_detail textarea:-ms-input-placeholder {
padding-top:25%
}
.team_detail .container {
	padding: 0 15px
}
.team_detail .sidebar {
	margin: 0;
	min-height: inherit;
	padding-bottom: 20px
}
.team_detail .sidebar ul {
	padding-bottom: 30px
}
.you_detail form {
	padding-bottom: 60px
}
.whoweare .top_note .note {
	font-size: 18px;
	padding-bottom: 40px
}
.whoweare .top_note .note br {
	display: none
}
.whoweare .left_box {
	padding-top: 0
}
.whoweare .work_detail .right_box h2 {
	margin-bottom: 30px
}
.whoweare .work_detail .working_list {
	padding-top: 0
}
.blogPage .card-footer .person_detail:after {
	right: auto;
	left: 14px;
	width: 95%
}
.disImg {
	width: 100%
}
.blogPage article.post.type-post {
	width: 50%
}
.job_detail {
	padding-top: 30px
}
.job_detail h3 {
	margin-bottom: 14px
}
.careers .expended_content h3 {
	line-height: 23px;
	font-size: 20px
}
.job_detail .expended_content {
	padding-top: 30px
}
.job_detail .expended_content h3 {
	margin-bottom: 30px
}
.careers .expended_content h5 {
	margin-bottom: 16px
}
.careers .expended_content p {
	line-height: 23px
}
.cs_detail .sticky {
	text-align: center;
	padding: 0;
	margin-top: -20px;
	width: 100%!important;
	background-color: #fff;
	padding-top: 32px;
	min-height: inherit;
	margin-bottom: 60px;
	border-bottom: 1px solid #ee5b2a;
	border-left: none
}
.cs_detail .sticky.scroll-to-fixed-fixed {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	left: 0!important
}
.cs_detail .sticky li {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	text-transform: capitalize
}
.cs_detail .imgWrap {
	padding: 0;
	margin: 0 0 60px
}
.disImg .slick-next, .disImg .slick-prev {
	width: 15px;
	height: 30px
}
.disImg .slick-next:before, .disImg .slick-prev:before {
	font-size: 30px;
	background-size: auto 30px;
	width: 15px;
	height: 30px
}
.cs_detail .disImg h3 {
	padding: 0 15px;
	margin: 20px 0
}
.cs_detail .disImg {
	width: 100%;
	margin-bottom: 0
}
.cs_detail {
	padding-top: 50px
}
.cs_detail .head h2 {
	min-width: initial;
	font-size: 29px
}
.cs_detail .imgWrap img {
	margin: 0
}
.cs_detail .note {
	padding-bottom: 27px
}
.cs_detail .desc_box h3 {
	margin-bottom: 20px
}
.cs_detail .desc_box p {
	line-height: 1.5
}
.desc_box .right_box {
	padding-bottom: 30px;
	margin: 0
}
.thankyou .blogSingal {
	padding-top: 140px
}
.blogSingal:before {
	top: 0
}
.blogSingal article h1 {
	font-size: 26px
}
.footer .links ul {
	text-align: center;
	margin: 0
}
.whatWEdo h3 {
	padding: 0 10px
}
}

@media (max-width:575px) {
#search input[type=search] {
	font-size: 28px
}
.bannerContent {
    padding: 20vh 0 12vh;
}
.bannerContent h2, .bannerContent span {
	font-size: 24px
}
.bannerContent h2 small {
	font-size: 16px;
	margin-top: 10vh
}
.caseStud .casStudy h6 {
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-size: 16px
}
.caseStud .casStudy {
	max-width: 100%
}
.caseStud .casStudy p a {
	font-size: 13px;
	padding-right: 20px
}
.caseStud .casStudy p {
	line-height: 18px;
	margin-bottom: 30px

}
.home .content:before {
	top: 6%;
	max-width: 120px
}
.home .content {
	padding: 30px 0;
	padding-left: 0
}
.productSlidr .slick-prev {
	left: auto;
	right: 40px
}
.someProj {
	padding: 30px 0
}
.whatWEdo h3 {
	padding: 0
}
.whatWEdo ul li {
	width: 100%;
	padding: 10px 0
}
.whatWEdo ul li:nth-child(3), .whatWEdo ul li:nth-child(4) {
	padding-bottom: 10px
}
.helpYou h5 {
	font-size: 20px
}
.mgbb {
	margin-bottom: 10px
}
.footer .fotBott {
	padding: 20px 0
}
.caseStud .col-sm-4:nth-of-type(3) .casStudy {
	padding: 0;
	max-width: 100%
}
.caseStud .col-sm-4:nth-of-type(2) .casStudy {
	padding: 0;
	max-width: 100%
}
.caseStud .col-sm-4:nth-of-type(3) .casStudy {
	padding: 0;
	max-width: 100%
}
.caseStud .casStudy a:after {
	top: 6px
}
.homehdbg:before {
	left: 25px;
	bottom: -15px;
	height: 100%;
	max-height: 93px
}
.helpYou .mxwid {
	max-width: 100%
}
.you_detail textarea {
	min-height: 130px
}
.blogPage article.post.type-post {
	width: 100%
}
.caption {
	padding: 10px
}
.caption:after {
	left: 10px
}
.cs_detail .sticky {
	width: auto!important;
	margin-left: -15px;
	margin-right: -15px
}
.cs_detail .sticky.scroll-to-fixed-fixed {
	width: 100%!important;
	margin-left: 0;
	margin-right: 0
}
.cs_detail .sticky li {
	padding: 0 5px 0 0
}
.cs_detail .sticky a {
	font-size: 10px
}
#cookie-notice .cookie-notice-container {
	padding: 30px
}
#cookie-notice .cookie-notice-container h2 {
	font-size: 22px;
	padding: 0 0 10px
}
#cookie-notice .cookies_desc {
	margin-bottom: 20px;
	font-size: 13px;
	padding-top: 20px
}
}

@media (max-width:374.98px) {

	.bannerContent {
		padding: 18vh 0 12vh;
	}

}

@media only screen and (max-device-width:576px) and (orientation:landscape) {
#fullpage {
	height: auto!important;
	background-color: #000;
	padding-bottom: 30px
}
}

@media (max-width:360px) {
#fullpage {
	height: auto!important;
	padding-bottom: 30px
}
}
