.accordion .accordion-item,.toggle .toggle-item {
	color: #fff;
	background-color: #0450DC;
	font-weight: 600
}

.animate,.icon-box-1:hover i {
	-webkit-animation-duration: 1s
}

.boxes-wrapper .box,.btn,.pie-chart img {
	vertical-align: middle
}

.accordion-item.active,.accordion-item:hover,.toggle-item.active,.toggle-item:hover
	{
	text-decoration: none
}

.accordion {
	margin-bottom: 5px
}

.accordion .accordion-item {
	display: block;
	margin-bottom: 10px;
	padding: 15px 30px 15px 20px;
	position: relative
}

.accordion-item:after {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 18px;
	content: "+"
}

.accordion-item.active:after {
	content: "-"
}

.accordion-item-content {
	display: none;
	padding: 15px
}

.accordion-item-content:after {
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	content: " ";
	clear: both
}

.toggle {
	margin-bottom: 30px
}

.toggle .toggle-item {
	display: block;
	margin-bottom: 10px;
	padding: 15px 30px 15px 20px;
	position: relative
}

.alert,.box {
	margin-bottom: 30px
}

.toggle-item:after {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 18px;
	content: "+"
}

.box,.btn {
	position: relative
}

.toggle-item.active:after {
	content: "-"
}

.toggle-item-content {
	display: none;
	padding: 15px
}

.box:after,.toggle-item-content:after {
	display: block;
	height: 0;
	content: " ";
	clear: both
}

.toggle-item-content:after {
	visibility: hidden;
	font-size: 0
}

.alert {
	padding: 15px 20px;
	background-color: #fff;
	color: #3e3d3d
}

.alert.error,.alert.info,.alert.success,.alert.warning {
	border: none;
	color: #fff
}

.alert.success {
	background-color: #4CAF50
}

.alert.info {
	background-color: #2196F3
}

.alert.warning {
	background-color: #ff9800
}

.alert.error {
	background-color: #f44336
}

.closebtn {
	margin-left: 15px;
	color: #fff;
	float: right;
	font-size: 18px;
	line-height: 20px;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s
}

.btn,.icon-box-2 {
	-webkit-transition: all .2s linear
}

.alert .closebtn {
	color: #272727
}

.closebtn:hover {
	color: #000;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.animate {
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: hidden
}

.animate.visible {
	visibility: visible
}

.animate.hidden,.box:after {
	visibility: hidden
}

.box {
	box-sizing: border-box;
	padding: 30px
}

.portfolio-item-overlay-actions,.pricing-table {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.box>* :last-child {
	margin-bottom: 0
}

.box.box-style-1 {
	border: 1px solid #0450DC
}

.box.box-style-2 {
	background-color: #fff
}

.box.box-style-2.alt-1,.box.box-style-2.alt-2 {
	color: #fff
}

.box.box-style-2.alt-1 {
	background-color: #262626
}

.box.box-style-2.alt-2 {
	background-color: #ba8652
}

.box.box-style-2.background-image {
	background-size: cover
}

.box:after {
	font-size: 0
}

.boxes-wrapper {
	display: table
}

.boxes-wrapper .box {
	display: table-cell
}

.boxes-wrapper.two-cols .box {
	width: 50%
}

.boxes-wrapper.three-cols .box {
	width: 33.333333%
}

.boxes-wrapper.four-cols .box {
	width: 25%
}

@media ( min-width :1200px) {
	.box {
		padding: 50px
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.boxes-wrapper.three-cols .box {
		padding: 20px
	}
}

@media ( max-width :767px) {
	.box {
		padding: 20px
	}
	.boxes-wrapper {
		display: block
	}
	.boxes-wrapper.four-cols .box,.boxes-wrapper.three-cols .box,.boxes-wrapper.two-cols .box
		{
		width: 100%;
		display: block;
		margin-bottom: 0
	}
}

.btn {
	display: inline-block;
	padding: 12px 25px;
	border: 2px solid #272525;
	margin: 0 5px 20px 0;
	color: #272525;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	text-decoration: none !important;
	cursor: pointer;
	transition: all .2s linear
}

a.btn {
	color: #272525
}

.btn:focus {
	outline: 0
}

.btn-font-size {
	display: inline-block;
	padding: 0;
	border: 0;
	margin: 0 5px 20px 0;
	color: #272525;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	text-decoration: none !important;
	cursor: pointer;
	transition: all .2s linear
}

.btn:focus {
	outline: 0
}

.btn-large {
	padding: 15px 30px;
	font-size: 18px
}

.btn-small {
	padding: 6px 25px;
	font-size: 14px
}

.btn i,.btn-large i,.btn-small i {
	float: right;
	margin: 2px 0 0 8px;
	font-size: 24px;
	line-height: 14px
}

.btn-small i {
	font-size: 16px
}

.btn:hover {
	background-color: #f2ede0;
	color: #272525
}

.btn-font-size:hover {
	color: #272525;
}


.btn.alt {
	background-color: #f2ede0;
	color: #272525;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}

.btn.alt:after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #f2ede0;
	content: "";
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

#contact-form :after,#defaultCountdown :after,.callout:after {
	height: 0;
	content: " ";
	visibility: hidden;
	clear: both
}

.btn.alt:hover {
	background: #f2ede0;
	color: #272525;
	border-color: #272525
}

.tabs-container .tabs,input.validation-error,select.validation-error,textarea.validation-error
	{
	border: 1px solid #e0e0e0
}

.btn.alt:hover :after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.headline h1 span:before,.icon-box-2 .icon-box-content h2:before {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%)
}

.callout {
	position: relative;
	padding: 30px 0;
	display: table;
	width: 100%
}

.callout-action>* :last-child,.callout-content>* :last-child {
	margin-bottom: 0
}

.callout:after {
	display: block;
	font-size: 0
}

.callout-action,.callout-content {
	display: table-cell;
	vertical-align: middle;
	width: 70%
}

.callout-action {
	width: 30%;
	text-align: center
}

@media ( max-width :767px) {
	.callout-action,.callout-content {
		display: block;
		vertical-align: middle;
		width: 100%;
		text-align: center
	}
	.callout-content {
		margin-bottom: 30px
	}
}

#contact-form {
	overflow: hidden;
	margin-bottom: 30px
}

label.validation-error {
	color: #d50f25
}

#contact-form textarea {
	margin-bottom: 50px
}

#contact-form :after {
	display: block;
	font-size: 0
}

#defaultCountdown {
	margin: 0 auto;
	text-align: center
}

.countdown-section {
	position: relative;
	display: inline-block;
	width: 90px;
	padding: 60px 0;
	margin-right: 50px;
	background-color: transparent;
	text-align: center
}

.dropcap.dropcap-circle,.dropcap.dropcap-square {
	background-color: #0450DC;
	color: #fff
}

.countdown-section:last-child {
	margin-right: 0
}

.countdown-amount {
	font-size: 42px;
	font-weight: 700;
	color: #fff
}

.countdown-period {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700
}

#defaultCountdown :after {
	display: block;
	font-size: 0
}

@media ( min-width :1200px) {
	.countdown-section {
		width: 90px;
		padding: 60px 0;
		margin-right: 50px
	}
	.countdown-amount {
		font-size: 60px;
		font-weight: 700;
		color: #fff
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.countdown-section {
		width: 90px;
		margin-right: 30px
	}
}

@media ( max-width :767px) {
	.countdown-section {
		display: block;
		width: 100%;
		margin: 0 auto 30px;
		padding: 0
	}
	.countdown-section:last-child {
		margin-right: auto;
		margin-bottom: 0
	}
	.countdown-amount {
		font-size: 30px;
		margin-top: 110px
	}
	.map {
		padding: 0 20px
	}
	.row .map {
		padding: 0
	}
}

.divider {
	margin: 15px 0;
}

.divider.single-line {
	border-top: 1px solid #b0b0b0
}

.divider.double-line {
	border-top: 4px double #b0b0b0
}

.dropcap {
	float: left;
	display: block;
	margin: 5px 10px 0 0;
	font-size: 34px;
	line-height: 34px
}

.dropcap.dropcap-square {
	width: 34px;
	height: 34px;
	border-radius: 2px;
	font-size: 20px;
	line-height: 34px;
	text-align: center
}

.dropcap.dropcap-border,.dropcap.dropcap-circle {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	font-size: 20px;
	line-height: 34px;
	text-align: center
}

.dropcap.dropcap-border {
	border: 2px solid #0450DC
}

.google-map {
	width: 100%;
	height: 550px
}

.google-map img {
	max-width: none
}

.headline {
	margin-bottom: 20px;
	text-align: left
}

.headline.headline-style-2 {
	margin-bottom: 50px;
	text-align: left
}

.headline h1 {
	letter-spacing: 2px
}

.headline.headline-style-2 h1 {
	font-size: 22px
}

.headline h1 span {
	position: relative;
	display: inline-block;
	padding: 25px 0px;
}

.icon-box-1>i,.icon-box-2>i,.icon-box-3>i {
	display: block
}

.headline.headline-style-2 h1 span {
	padding-bottom: 20px
}

.headline.headline-style-2 h1 span:before {
	left: 0;
	width: 80px;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.icon-box-1 .icon-box-content h2:before,.icon-box-2 .icon-box-content h2:before,.icon-box-3 .icon-box-content h2:before,.icon-box-4 .icon-box-content h2:before
	{
	content: "";
	width: 45px;
	height: 2px;
	bottom: 0
}

.icon-box-1 {
	position: relative;
	margin-bottom: 50px
}

.icon-box-1>i {
	float: left;
	font-size: 50px;
	color: #0B3F6B
}

.icon-box-2>i,.icon-box-3>i,.icon-box-4>i {
	font-size: 50px;
	color: #0450DC
}

.icon-box-1>img {
	float: left;
	display: block
}

.icon-box-1 .icon-box-content {
	margin-left: 75px
}

.icon-box-1 .icon-box-content>* :last-child {
	margin-bottom: 0
}

.icon-box-1 .icon-box-content h2 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px
}

.icon-box-1 .icon-box-content h2:before {
	position: absolute;
	left: 0;
	background-color: #0B3F6B
}

@
-webkit-keyframes hvr-wobble-vertical { 16.65%{
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

33
.3
 
%{
-webkit-transform
:translateY
(-6px);transform
:translateY
(-6px)
}
49
.95
 
%{
-webkit-transform
:translateY
(4px);transform
:translateY
(4px)
}
66
.6
 
%{
-webkit-transform
:translateY
(-2px);transform
:translateY
(-2px)
}
83
.25
 
%{
-webkit-transform
:translateY
(1px);transform
:translateY
(1px)
}
100%{
-webkit-transform
:translateY
 
(0);
transform
:translateY
 
(0)
}
}
@
keyframes hvr-wobble-vertical { 16.65%{
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

33
.3
 
%{
-webkit-transform
:translateY
(-6px);transform
:translateY
(-6px)
}
49
.95
 
%{
-webkit-transform
:translateY
(4px);transform
:translateY
(4px)
}
66
.6
 
%{
-webkit-transform
:translateY
(-2px);transform
:translateY
(-2px)
}
83
.25
 
%{
-webkit-transform
:translateY
(1px);transform
:translateY
(1px)
}
100%{
-webkit-transform
:translateY
 
(0);
transform
:translateY
 
(0)
}
}
.icon-box-1:hover i {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.icon-box-2 {
	position: relative;
	margin-bottom: 50px;
	border: 2px solid transparent;
	padding: 30px;
	text-align: center;
	transition: all .2s linear
}

.icon-box-2>i,.icon-box-2>img {
	margin-bottom: 30px
}

.icon-box-4,.icon-box-4>i {
	-webkit-transition: all .2s linear
}

.icon-box-2:hover {
	border-color: #0450DC
}

.icon-box-2 .icon-box-content>* :last-child {
	margin-bottom: 0
}

.icon-box-2 .icon-box-content h2 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px
}

.icon-box-2 .icon-box-content h2:before {
	position: absolute;
	left: 50%;
	background-color: #0450DC;
	transform: translateX(-50%)
}

.icon-box-3 {
	position: relative;
	margin-bottom: 50px
}

.icon-box-3>i {
	float: right
}

.icon-box-3>img {
	float: right;
	display: block
}

.icon-box-4>i,.icon-box-4>img {
	float: left;
	display: block
}

.icon-box-3 .icon-box-content {
	margin-right: 75px;
	text-align: right
}

.icon-box-3 .icon-box-content>* :last-child {
	margin-bottom: 0
}

.icon-box-3 .icon-box-content h2 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px
}

.icon-box-3 .icon-box-content h2:before {
	position: absolute;
	right: 0;
	background-color: #0450DC
}

.icon-box-3:hover i {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.icon-box-4 {
	position: relative;
	margin-bottom: 50px;
	padding: 30px;
	transition: all .2s linear
}

.icon-box-4:hover {
	background-color: #0450DC
}

.icon-box-4>i {
	transition: all .2s linear
}

.icon-box-4 .icon-box-content {
	margin-left: 75px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.icon-box-4 .icon-box-content>* :last-child {
	margin-bottom: 0
}

.icon-box-4 .icon-box-content h2 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px
}

.icon-box-4 .icon-box-content h2 a {
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.icon-box-4 .icon-box-content h2:before {
	position: absolute;
	left: 0;
	background-color: #0450DC;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.milestone,.milestone i {
	-webkit-transition: all .3s
}

.icon-box-4:hover .icon-box-content,.icon-box-4:hover .icon-box-content 
	0450DC,.icon-box-4:hover .icon-box-content h2 a,.icon-box-4:hover i {
	color: #fff
}

.icon-box-4:hover .icon-box-content h2:before {
	background-color: #fff
}

.info-box-2,.info-box-3 {
	background-color: #262626;
	color: #fff
}

.icon-box-4:hover .icon-box-content .btn {
	border-color: #fff
}

@media ( min-width :768px) and (max-width:991px) {
	.icon-box-4 {
		padding: 20px
	}
	.icon-box-4>i,.icon-box-4>img {
		float: none;
		display: block;
		margin-bottom: 30px;
		text-align: center
	}
	.icon-box-4 .icon-box-content {
		margin-left: 0
	}
}

.image-box {
	overflow: hidden;
	padding: 30px;
	margin-bottom: 30px;
	border: 1px solid #0450DC;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .03);
	text-align: center
}

.image-box-img {
	margin: -30px -30px 30px
}

.image-box-img img {
	display: block;
	width: 100%
}

.image-box>* :last-child {
	margin-bottom: 0
}

.info-box {
	position: relative;
	overflow: hidden;
	padding: 150px 0
}

.info-box-3 {
	padding: 100px 0 50px
}

.info-box-3 .icon-box-4 .icon-box-content h2 a {
	color: #fff
}

.info-box-img {
	position: absolute;
	z-index: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover
}

.info-box-3 .info-box-img {
	width: 40%
}

.info-box-bg-left .info-box-img {
	left: 0
}

.info-box-bg-right .info-box-img {
	right: 0
}

.info-box-img img {
	display: none
}

.info-box>p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400
}

@media ( max-width :991px) {
	.info-box {
		padding: 30px 0
	}
	.info-box-img {
		position: relative;
		width: 100%;
		background: 0 0 !important
	}
	.info-box-bg-left .info-box-img {
		left: 0
	}
	.info-box-bg-right .info-box-img {
		right: 0
	}
	.info-box-img img {
		display: block;
		width: 100%;
		margin-bottom: 50px
	}
}

@media ( max-width :1199px) {
	.info-box-3 .container {
		width: auto
	}
	.info-box-3 .span5,.info-box-3 .span7 {
		width: 100%
	}
	.info-box-3 .offset1 {
		margin-left: 0
	}
	.info-box-3 .info-box-img {
		position: relative;
		width: 100%;
		background: 0 0 !important
	}
	.info-box-3 .info-box-img img {
		display: block;
		width: 100%;
		margin-bottom: 50px
	}
}

.milestone {
	position: relative;
	margin-bottom: 30px;
	padding: 50px 0;
	background-color: #fff;
	transition: all .3s
}

.milestone:after {
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	content: " ";
	clear: both
}

.milestone:hover {
	background-color: #0450DC
}

.milestone i {
	display: block;
	margin-bottom: 30px;
	text-align: center;
	font-size: 50px;
	color: #0450DC;
	transition: all .3s
}

.milestone:hover i {
	color: #fff
}

.milestone .milestone-content {
	text-align: center
}

.milestone .milestone-content .milestone-value {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-size: 35px;
	line-height: 30px;
	font-weight: 600;
	color: #3d3d3d;
	-webkit-transition: all .3s;
	transition: all .3s
}

.milestone .milestone-content .milestone-value:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	width: 45px;
	height: 2px;
	background-color: #0450DC;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.milestone:hover .milestone-content .milestone-value:after {
	background-color: #fff
}

.milestone .milestone-description {
	display: block;
	font-size: 21px;
	line-height: 21px;
	font-weight: 400;
	color: #3d3d3d;
	-webkit-transition: all .3s;
	transition: all .3s
}

.milestone:hover .milestone-content .milestone-value,.milestone:hover .milestone-description
	{
	color: #fff
}

.milestone-list .milestone {
	margin-bottom: 0;
	width: 25%;
	float: left;
	background-color: transparent
}

.milestone-list .milestone:hover {
	background-color: #0450DC
}

.milestone-list:after {
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	content: " ";
	clear: both
}

@media ( max-width :768px) {
	.milestone-list .milestone {
		width: 100%;
		float: none
	}
}

.popup {
	position: relative;
	width: auto;
	max-width: 500px;
	padding: 30px;
	margin: 20px auto;
	background: #262626;
	text-align: center;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5)
}

.popup .btn,.popup .btn:last-child {
	margin-right: 0
}

.mfp-fade.mfp-bg,.popup.white-popup {
	background-color: #fff
}

.popup img {
	margin-bottom: 50px
}

.popup .btn,.popup form {
	margin-bottom: 0
}

.magnificPopup-modal {
	margin: 0
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.magnificPopup-modal-dismiss {
	position: absolute;
	top: 20px;
	right: 20px
}

.magnificPopup-modal-dismiss i {
	color: #fff;
	font-size: 20px
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
	background-color: transparent
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .9
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px)
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px)
}

.horizontal-process-builder {
	margin-bottom: 40px;
	list-style: none;
	text-align: center
}

.horizontal-process-builder li {
	position: relative;
	float: left;
	width: 25%
}

.horizontal-process-builder li:after {
	position: absolute;
	top: 60px;
	right: 0;
	font-family: iconfontcustom;
	font-size: 40px;
	content: "\e7ac";
	color: #0450DC;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}

.horizontal-process-builder li:last-child :after {
	display: none
}

.horizontal-process-builder li>h1,.horizontal-process-builder li>i {
	position: relative;
	display: block;
	width: 120px;
	height: 120px;
	border: 2px solid #d3d3d3;
	margin: 0 auto 20px;
	background-color: #fff;
	background-clip: padding-box;
	color: #3e3d3d;
	line-height: 120px;
	font-size: 30px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.horizontal-process-builder li:hover>h1,.horizontal-process-builder li:hover>i
	{
	color: #fff;
	background-color: #0450DC;
	border-color: #0450DC
}

.horizontal-process-builder .process-description h3 {
	font-family: Roboto, sans-serif;
	font-weight: 600
}

.horizontal-process-builder.three-items li {
	width: 33.3333333333%
}

.horizontal-process-builder.four-items li {
	width: 25%
}

.horizontal-process-builder.five-items li {
	width: 20%
}

.horizontal-process-builder:after {
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	content: " ";
	clear: both
}

.progress-bar-inner:before,.timeline-content:before,.timeline-title:after,.timeline-title:before
	{
	content: ""
}

@media ( max-width :767px) {
	.horizontal-process-builder li {
		float: none;
		width: 100%;
		margin-bottom: 40px
	}
	.horizontal-process-builder.five-items li,.horizontal-process-builder.four-items li,.horizontal-process-builder.three-items li
		{
		width: 100%
	}
}

.timeline {
	margin-bottom: 50px;
	padding-left: 160px;
	position: relative;
	list-style: none
}

.timeline li {
	margin-bottom: 25px
}

.timeline li:last-child {
	border-bottom: medium none;
	margin-bottom: 0
}

.timeline-title {
	cursor: pointer;
	position: relative
}

.timeline-title:before {
	display: block;
	position: absolute;
	left: -68px;
	top: 8px;
	width: 10px;
	height: 10px;
	background-color: #0450DC;
	border-radius: 50%
}

.timeline-title:after {
	position: absolute;
	top: 4px;
	left: -72px;
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid transparent;
	border-radius: 50%;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.timeline-title h5,.timeline-title h6 {
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-weight: 600;
	margin-bottom: 0
}

.timeline-title h6 {
	position: absolute;
	left: -160px;
	font-size: 18px;
	color: #0450DC
}

.timeline-title h5 {
	font-size: 15px
}

.timeline-content {
	display: none;
	padding-top: 30px;
	padding-right: 15px;
	position: relative
}

.timeline-content:before {
	border-left: 1px solid #b0b0b0;
	display: block;
	height: 100%;
	left: -62px;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.timeline-content i {
	background-color: #f85b38;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 32px;
	height: 130px;
	line-height: 130px;
	margin-top: -20px;
	text-align: center;
	transform: rotate(15deg);
	width: 130px
}

.timeline-title.opened:after,.timeline-title:hover :after {
	border-color: #0450DC
}

@media ( max-width :767px) {
	.timeline-content i {
		margin-top: 0
	}
	.timeline-title h6 {
		left: -140px
	}
}

.pie-chart {
	position: relative;
	margin: 0 auto 20px;
	text-align: center
}

.pie-chart canvas {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0
}

.pie-chart .pie-chart-custom-text,.pie-chart .pie-chart-percent,.pie-chart i
	{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 35px;
	font-weight: 400
}

.pie-chart img {
	max-width: 100%
}

.pie-chart-description {
	display: block;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 400;
	text-align: center
}

.pricing-table {
	margin-bottom: 30px;
	padding: 60px 20px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 4px 10px -2px gray;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s
}

.pricing-table:hover {
	background-color: #0450DC
}

.pricing-table .pricing-table-header {
	-webkit-transition: all .3s;
	transition: all .3s
}

.pricing-table .pricing-table-header h2 {
	margin: 0;
	color: #3d3d3d;
	-webkit-transition: all .3s;
	transition: all .3s
}

.pricing-table:hover .pricing-table-header h2 {
	color: #fff
}

.pricing-table .pricing-table-offer {
	padding: 30px 0;
	color: #3e3d3d;
	-webkit-transition: all .3s;
	transition: all .3s
}

.pricing-table .pricing-table-offer i {
	display: block;
	margin-bottom: 30px;
	text-align: center;
	font-size: 60px;
	color: #0450DC;
	-webkit-transition: all .3s;
	transition: all .3s
}

.pricing-table .pricing-table-offer h1 {
	position: relative;
	padding-bottom: 30px;
	color: #0450DC;
	font-size: 36px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.pricing-table .pricing-table-offer h1:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	width: 0;
	height: 3px;
	background-color: #0450DC;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.pricing-table:hover .pricing-table-offer h1:after {
	width: 100px;
	background-color: #fff
}

.pricing-table .pricing-table-offer h1 span {
	display: inline-block;
	font-size: 30px
}

.pricing-table .pricing-table-offer h1 sup {
	position: relative;
	color: #3e3d3d;
	font-size: 18px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.pricing-table:hover .pricing-table-offer h1 sup {
	color: #fff
}

.pricing-table .pricing-table-footer>* :last-child,.pricing-table .pricing-table-offer>* :last-child
	{
	margin: 0
}

.pricing-table:hover,.pricing-table:hover .btn,.pricing-table:hover .pricing-table-header h2,.pricing-table:hover .pricing-table-offer,.pricing-table:hover .pricing-table-offer h1,.pricing-table:hover .pricing-table-offer i
	{
	color: #fff
}

.progress-bar-description {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	overflow: visible;
	font-size: 14px
}

.progress-bar {
	position: relative;
	display: block;
	height: 3px;
	margin-bottom: 40px;
	background-color: #e1c8ae
}

.progress-bar .progress-bar-outer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #0450DC
}

.progress-bar .progress-bar-outer .progress-bar-inner {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%
}

.progress-bar .percentage {
	position: absolute;
	display: inline-block;
	right: 0;
	top: -35px;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: all .3s;
	transition: all .3s
}

.progress-bar-inner:before {
	position: absolute;
	display: inline-block;
	z-index: 2;
	right: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: 2px solid #0450DC;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.rev_slider_wrapper {
	margin-bottom: 120px
}

.rev_slider_wrapper.no-margin {
	margin-bottom: 0
}

.tp-bannertimer {
	top: auto;
	bottom: 0
}

.tp-bullets {
	z-index: 100
}

.tp-bullets.default .tp-bullet {
	width: 8px;
	height: 8px;
	margin-right: 15px;
	background: #CDA35C;
	-webkit-transition: all .2s;
	transition: all .2s
}

.tp-bullets.default .tp-bullet.selected,.tp-bullets.default .tp-bullet:hover
	{
	background: #CDA35C
}

.tp-leftarrow.default,.tp-rightarrow.default {
	width: 60px;
	height: 60px;
	opacity: .5;
	background-color: #111
}

.tp-leftarrow.default:hover,.tp-rightarrow.default:hover {
	opacity: 1
}

.tp-leftarrow.default:before,.tp-rightarrow.default:before {
	font-family: FontAwesome;
	color: #fff;
	font-size: 32px;
	line-height: 60px;
	-webkit-transition: color .3s;
	transition: color .3s
}

.tp-leftarrow.default:before {
	content: "\f060"
}

.tp-rightarrow.default:before {
	content: "\f061"
}

@media ( min-width :768px) and (max-width:991px) {
	.tp-leftarrow.default,.tp-rightarrow.default {
		display: none
	}
}

@media ( max-width :767px) {
	.tp-bullets,.tp-leftarrow.default,.tp-rightarrow.default {
		display: none
	}
}

a.social-icon,a.social-icon-bottom {
	display: block;
	width: 90px;
	height: 40px;
	margin-bottom: 20px;
	float: left;
	text-align: center
}

.tp-caption.title {
	font-family: Roboto, sans-serif;
	font-size: 36px;
	line-height: 72px;
	font-weight: 700;
	color: #fff
}

.tp-caption.text {
	font-weight: 400;
	font-size: 30px;
	color: #fff
}

a.social-icon,a.social-icon-bottom:hover i,a.social-icon:hover i {
	color: #272525;
	font-weight: 700;
}

@media ( max-width :767px) {
	.tp-caption .btn {
		padding: 2px 15px;
		font-size: 8px;
		line-height: 12px
	}
}

.search-result {
	padding: 30px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05)
}

.search-result h4 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f0f0
}

a.social-icon {
	border: 1px solid #272525;
	color: #655120;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	font-weight: 500;
}

a.social-icon:last-child {
	margin-right: 0
}

a.social-icon i {
	font-size: 16px;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in
}

a.social-icon:hover {
	text-decoration: none;
	background-color: #d8c89e;
	border-color: #272525;
	color: #272525;
}

a.social-icon-bottom {
	border: 1px solid #fff;
	margin-right: 20px;
	color: #000;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in
}

a.social-icon-bottom:last-child {
	margin-right: 0
}

.tabs-container .tabs-menu li a i,.vertical-tabs-container .tabs-menu li a i
	{
	margin-right: 15px
}

a.social-icon-bottom i {
	font-size: 12px;
	line-height: 28px;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in
}

a.social-icon-bottom:hover {
	text-decoration: none;
	background-color: #CDA35C;
	border-color: #fff
}

.tabs-container {
	margin-bottom: 40px
}

.tabs-container .tabs-menu {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 0;
	list-style: none
}

.tabs-container .tabs-menu li {
	display: inline
}

.tabs-container .tabs-menu li a {
	float: left;
	display: block;
	padding: 12px 15px;
	background-color: #fff;
	color: #3e3d3d;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600
}

.tabs-container .tabs-menu li a:hover {
	text-decoration: none
}

.tabs-container .tabs-menu li.active a {
	background-color: #0450DC;
	color: #fff
}

.tabs-container .tabs {
	border-top: none;
	margin-bottom: 30px
}

.tabs-container .tab-content {
	padding: 25px
}

.tabs-container .tab-content>* :last-child {
	margin-bottom: 0
}

.tabs-container .tabs-menu:after {
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	content: " ";
	clear: both
}

.vertical-tabs-container {
	position: relative;
	border: 1px solid #e0e0e0;
	margin-bottom: 40px
}

.vertical-tabs-container .tabs-menu {
	float: left;
	width: 220px;
	margin-bottom: 0;
	list-style: none
}

.vertical-tabs-container .tabs-menu li {
	margin-bottom: 0
}

.vertical-tabs-container .tabs-menu li a {
	display: block;
	padding: 12px 15px;
	background-color: #fff;
	color: #3e3d3d;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600
}

.vertical-tabs-container .tabs-menu li.active a {
	background-color: #0450DC;
	color: #fff
}

.vertical-tabs-container .tabs {
	margin-left: 220px
}

.vertical-tabs-container .tab-content {
	padding: 25px
}

@media ( max-width :991px) {
	.tabs-container .tabs-menu {
		border-bottom: none
	}
	.tabs-container .tabs-menu li {
		display: block
	}
	.tabs-container .tabs-menu li a {
		float: none;
		display: block;
		padding: 20px 25px;
		border-top: none;
		margin: 0
	}
	.tabs-container .tabs-menu li a:hover {
		text-decoration: none
	}
	.tabs-container .tabs-menu li:first-child a {
		border-top: 1px solid #e0e0e0
	}
	.tabs-container .tabs-menu li.active a {
		padding: 20px 25px;
		margin: 0;
		background-color: #0450DC;
		color: #fff
	}
	.vertical-tabs-container .tabs-menu {
		float: none;
		width: 100%
	}
	.vertical-tabs-container .tabs {
		margin-left: 0
	}
	.vertical-tabs-container .tabs-menu li a {
		padding: 20px 25px;
		border-right: none;
		margin-right: 0
	}
}

.testimonial {
	position: relative;
	margin-bottom: 30px;
	margin-left: 15px;
	padding: 30px 35px 30px 115px;
	border: 2px solid #CDA35C;
	background-color: #fff
}

.testimonial blockquote {
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 30px
}

.testimonial blockquote p {
	position: relative;
	margin: 0;
	padding-left: 25px;
	padding-right: 25px
}

.testimonial blockquote p:after,.testimonial blockquote p:before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 10px;
	color: #CDA35C
}

.testimonial blockquote p:before {
	top: 0;
	left: 0;
	content: "\f10e"
}

.testimonial blockquote p:after {
	bottom: 0;
	right: 0;
	content: "\f10d"
}

.testimonial img {
	position: absolute;
	top: 50%;
	left: -15px;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.testimonial h6 {
	display: inline-block;
	color: #CDA35C;
	font-weight: 700
}

.testimonial h6 span {
	color: #3e3d3d;
	font-weight: 300
}

.testimonial:after {
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	content: " ";
	clear: both
}

.team-member {
	box-sizing: border-box;
	margin-bottom: 30px;
	text-align: center
}

.team-member,.team-member .social-media a.social-icon,.team-member .social-media a.social-icon i,.team-member .team-member-details,.team-member .team-member-details h4,.team-member img
	{
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.team-member .team-member-image {
	position: relative;
	overflow: hidden
}

.team-member .team-member-image:before {
	position: absolute;
	top: 60px;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	background-color: #f0f0f0
}

.portfolio-item,.portfolio-item-preview,.team-member img {
	position: relative
}

.team-member img {
	display: block;
	width: 100%;
	z-index: 1;
	-webkit-transform: translateY(12px);
	-ms-transform: translateY(12px);
	transform: translateY(12px)
}

.team-member:hover .team-member-image img {
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px)
}

.team-member .show-details {
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 0;
	transition: all .3s ease 0s
}

.team-member .show-details:hover {
	color: #0450DC
}

.team-member .team-member-details {
	position: relative;
	border-top: 4px solid #0450DC;
	padding: 35px 0;
	background-color: #fff
}

.team-member.team-member-style-2 .team-member-details {
	display: none
}

.team-member:hover .team-member-details {
	background-color: #0450DC;
	color: #fff
}

.team-member .team-member-details h4,.team-member .team-member-details h5
	{
	font-family: Roboto, sans-serif;
	font-size: 16px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.team-member .team-member-details h4 {
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: .5px;
	color: #3d3d3d
}

.team-member .team-member-details h5 {
	font-weight: 300;
	margin-bottom: 30px;
	color: #3d3d3d
}

.team-member:hover .team-member-details h4,.team-member:hover .team-member-details h5
	{
	color: #fff
}

.team-member:hover .team-member-details h4 {
	letter-spacing: 2px
}

.team-member .social-media {
	padding-top: 30px;
	border-top: 1px solid #f0f0f0
}

.team-member .social-media a.social-icon {
	float: none;
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 1px solid #0450DC;
	margin-bottom: 0;
	margin-right: 20px;
	font-size: 14px
}

.team-member:hover .social-media a.social-icon {
	border-color: #fff
}

.team-member .social-media a.social-icon:last-child {
	margin-right: 0
}

.team-member .social-media a.social-icon i {
	font-size: 16px;
	color: #0450DC;
	line-height: 25px
}

.team-member:hover .social-media a.social-icon i {
	color: #fff
}

@media ( min-width :768px) and (max-width:991px) {
	.team-member .social-media a.social-icon {
		margin-right: 3px
	}
}

.portfolio-item {
	margin-bottom: 30px
}

.portfolio-item-preview>img {
	display: block;
	width: 100%
}

.portfolio-item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(204, 102, 102, .7);
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.portfolio-item-overlay:hover {
	opacity: 1
}

.portfolio-item-overlay-actions {
	position: absolute;
	right: 12px;
	bottom: 12px;
	box-sizing: border-box;
	text-align: center
}

.portfolio-item-overlay-actions .portfolio-item-zoom {
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	background-color: #CDA35C;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.portfolio-item:hover .portfolio-item-overlay-actions .portfolio-item-zoom
	{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.portfolio-item-overlay-actions .portfolio-item-zoom:after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #d3d3d3;
	content: "";
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.portfolio-item-overlay-actions .portfolio-item-zoom:hover {
	background: #d3d3d3;
	color: #fff;
	border-color: #d3d3d3
}

.portfolio-item-overlay-actions .portfolio-item-zoom:hover :after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.portfolio-item-overlay-actions .portfolio-item-link i,.portfolio-item-overlay-actions .portfolio-item-zoom i
	{
	color: #fff;
	font-size: 18px;
	line-height: 45px
}

.portfolio-item-overlay .portfolio-item-description {
	position: absolute;
	top: 50%;
	width: 100%;
	color: #fff;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.portfolio-item-description>* :last-child {
	margin-bottom: 0
}

.portfolio-item-overlay .portfolio-item-description h3,.portfolio-item-overlay .portfolio-item-description p
	{
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px)
}

.portfolio-item-overlay .portfolio-item-description p {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.portfolio-item:hover .portfolio-item-overlay .portfolio-item-description h3,.portfolio-item:hover .portfolio-item-overlay .portfolio-item-description p
	{
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.portfolio-item-overlay .portfolio-item-description h3 a {
	color: #fff;
	font-family: Roboto, sans-serif
}

.portfolio-item-preview+.portfolio-item-description {
	text-align: center;
	margin: 30px 0
}

.portfolio-filter ul {
	margin: 0 auto 50px;
	list-style: none;
	text-align: center
}

.portfolio-filter ul li {
	display: inline-block;
	margin-right: 30px
}

.portfolio-filter ul li:last-child {
	margin-right: 0
}

.portfolio-filter ul li a {
	text-decoration: none;
	font-family: Roboto, sans-serif;
	font-weight: 400
}

.portfolio-filter ul li a.active,.portfolio-filter ul li a:hover {
	color: #0450DC
}

@media ( max-width :767px) {
	.portfolio-filter ul li {
		display: block;
		margin-right: 0
	}
}

.portfolio-pagination {
	margin-bottom: 80px
}

.portfolio-pagination:after {
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	content: " ";
	clear: both
}

.portfolio-pagination .nav-links {
	position: relative;
	text-align: center
}

.portfolio-pagination .next,.portfolio-pagination .page-numbers,.portfolio-pagination .prev
	{
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border: 1px solid #0450DC;
	color: #0450DC;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.portfolio-pagination .page-numbers:last-child {
	margin-right: 0
}

.portfolio-pagination .page-numbers.current,.portfolio-pagination .page-numbers:hover
	{
	text-decoration: none;
	background-color: #0450DC;
	color: #fff
}

.portfolio-pagination .page-numbers.dots {
	border: none
}

.portfolio-pagination .page-numbers.dots:hover {
	background-color: transparent;
	color: #0450DC
}

.portfolio-pagination .next:before,.portfolio-pagination .prev:before {
	line-height: 50px;
	position: relative;
	font-family: FontAwesome
}

.portfolio-pagination .prev:before {
	content: "\f104"
}

.portfolio-pagination .next:before {
	content: "\f105"
}

@media ( max-width :767px) {
	.portfolio-pagination .next,.portfolio-pagination .page-numbers,.portfolio-pagination .prev
		{
		width: 35px;
		height: 35px;
		font-size: 14px;
		line-height: 35px
	}
	.portfolio-pagination .next:before,.portfolio-pagination .prev:before {
		line-height: 35px
	}
}

.portfolio-grid {
	margin-bottom: 60px;
	list-style: none
}

.portfolio-grid.no-margin {
	margin: 0
}

.portfolio-grid.gutter {
	margin: -15px -15px 60px
}

.portfolio-grid .item {
	float: left;
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.portfolio-grid.gutter .item {
	padding: 15px
}

.portfolio-grid .portfolio-item {
	margin-bottom: 0
}

.portfolio-grid.five-cols .item,.portfolio-grid.four-cols .item,.portfolio-grid.three-cols .item
	{
	width: 33.333333%
}

.portfolio-grid .item.width-1 {
	width: 25%
}

.portfolio-grid .item.width-2 {
	width: 50%
}

.portfolio-grid:after {
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	content: " ";
	clear: both
}

@media ( min-width :1200px) {
	.portfolio-grid.four-cols .item {
		width: 25%
	}
	.portfolio-grid.five-cols .item {
		width: 20%
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.portfolio-grid .item.width-1,.portfolio-grid .item.width-2,.portfolio-grid.five-cols .item,.portfolio-grid.four-cols .item,.portfolio-grid.three-cols .item
		{
		width: 50%
	}
}

@media ( max-width :767px) {
	.portfolio-grid .item {
		float: none;
		width: 100%
	}
	.portfolio-grid .item.width-1,.portfolio-grid .item.width-2,.portfolio-grid.five-cols .item,.portfolio-grid.four-cols .item,.portfolio-grid.three-cols .item
		{
		width: 100%
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.portfolio-grid .item {
		float: left;
		width: 50%
	}
	.portfolio-grid .item.width-1,.portfolio-grid .item.width-2,.portfolio-grid.five-cols .item,.portfolio-grid.four-cols .item,.portfolio-grid.three-cols .item
		{
		width: 50%
	}
}

.portfolio-strip {
	margin-bottom: 30px;
	list-style: none
}

.portfolio-strip .item {
	float: left;
	width: 25%
}

.portfolio-strip .item:last-child {
	display: none
}

.portfolio-strip:after,.project-description .project-description-item:after
	{
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
	content: " ";
	clear: both
}

.portfolio-strip .portfolio-item {
	margin-bottom: 0
}

@media ( min-width :1200px) {
	.portfolio-strip .item {
		width: 20%
	}
	.portfolio-strip .item:last-child {
		display: block
	}
}

@media ( min-width :768px) and (max-width:991px) {
	.portfolio-strip .item {
		width: 33.3333333333%
	}
	.portfolio-strip .item:last-child {
		display: block
	}
}

@media ( max-width :767px) {
	.portfolio-strip .item {
		float: none;
		width: 100%
	}
	.portfolio-strip .item:last-child {
		display: block
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.portfolio-strip .item {
		float: left;
		width: 50%
	}
}

.project-description {
	margin-bottom: 30px
}

.project-description .project-description-item {
	padding: 10px 0;
	border-bottom: 1px solid #b0b0b0
}

.project-description .project-description-item .category,.project-description .project-description-item .value
	{
	display: inline-block;
	font-size: 16px;
	font-weight: 600
}

.project-description .project-description-item .category {
	color: #909090;
	margin-right: 10px
}

.project-description .project-description-item .value {
	text-align: right
}

.bx-wrapper {
	margin: 0 auto 40px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: 0 0
}

.bx-controls-auto,.bx-controls-direction,.bx-pager {
	z-index: 100
}

.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager {
	bottom: 30px
}

.bx-wrapper .bx-prev {
	left: 0;
	background: url(../images/left.png) center center no-repeat #111
}

.bx-wrapper .bx-next {
	right: 0;
	background: url(../images/right.png) center center no-repeat #111
}

.bx-wrapper .bx-next:hover,.bx-wrapper .bx-prev:hover {
	background-position: center center
}

.bx-wrapper .bx-controls-direction a {
	width: 48px;
	height: 48px;
	z-index: 1000
}

.owl-carousel {
	margin-bottom: 50px
}

.owl-carousel .owl-item img {
	display: block;
	width: auto
}

.owl-carousel.testimonial-carousel .owl-item img {
	border: 2px solid #0450DC
}

.owl-dots .owl-dot span,.owl-page {
	display: inline-block;
	border-radius: 50%
}

.owl-pagination {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center
}

.owl-page {
	width: 8px;
	height: 8px;
	margin-right: 5px;
	background-color: #fff
}

.owl-page.active,.owl-page:hover {
	background-color: #000
}

.owl-page:last-child {
	margin-right: 0
}

.owl-next,.owl-prev {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 32px;
	background: center center no-repeat #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.owl-prev {
	left: 0;
	background-image: url(../images/left.png)
}

.owl-next {
	right: 0;
	background-image: url(../images/right.png)
}

.owl-carousel.clients-carousel .owl-prev {
	left: -32px
}

.owl-carousel.clients-carousel .owl-next {
	right: -32px
}

.owl-dots {
	text-align: center;
	margin-top: 50px
}

.owl-dots .owl-dot {
	display: inline-block
}

.owl-dots .owl-dot.active span {
	background-color: #CDA35C
}

.owl-dots .owl-dot span {
	background-color: #333;
	height: 10px;
	width: 10px;
	margin: 0 5px;
	-webkit-transition: opacity .2s ease 0s;
	transition: opacity .2s ease 0s
}

@media ( max-width :991px) {
	.owl-next,.owl-prev {
		display: none
	}
}

.contact-list .contact-item {
	padding: 40px 30px;
	box-sizing: border-box;
	width: 33.333333%;
	float: left;
	border-right: 1px solid #b0b0b0
}

.contact-list .contact-item:last-child {
	border-right: none
}

.contact-list .contact-item>* :last-child {
	margin-bottom: 0
}

.contact-list .contact-item h3 {
	margin-bottom: 30px
}

.contact-list .contact-item h4 {
	margin-bottom: 30px;
	font-family: Roboto, sans-serif
}

.contact-list .schedule-row {
	padding: 10px 0;
	border-bottom: 1px solid #b0b0b0
}

.contact-list .schedule-row:last-child {
	border-bottom: none
}

.contact-list .schedule-row .day {
	width: 50%;
	float: left;
	text-align: left
}

.contact-list .schedule-row .hours {
	width: 50%;
	float: left;
	text-align: right
}

.contact-list :after,.schedule-row:after {
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	content: " ";
	clear: both
}

@media ( max-width :767px) {
	.contact-list .contact-item {
		width: 100%;
		padding: 40px 10px;
		border-right: none;
		border-bottom: 1px solid #b0b0b0;
		float: none;
		text-align: center
	}
	#bg-11 {
		padding: 50px 0
	}
}

.fullwidth-section.custom-color-selected {
	background-color: #333;
	color: #fff
}

.fullwidth-section.custom-color-selected .accordion-item.active,.fullwidth-section.custom-color-selected .accordion-item:hover,.fullwidth-section.custom-color-selected .btn:hover,.fullwidth-section.custom-color-selected .horizontal-process-builder li h1:hover,.fullwidth-section.custom-color-selected .horizontal-process-builder li i:hover,.fullwidth-section.custom-color-selected .portfolio-item-overlay .portfolio-item-description h3 a:hover,.fullwidth-section.custom-color-selected .portfolio-pagination .page-numbers:hover,.fullwidth-section.custom-color-selected .pricing-table:hover .pricing-table-header h2,.fullwidth-section.custom-color-selected .pricing-table:hover .pricing-table-offer h1,.fullwidth-section.custom-color-selected .team-member:hover .team-member-details h4,.fullwidth-section.custom-color-selected .team-member:hover .team-member-details h5,.fullwidth-section.custom-color-selected .toggle-item.active,.fullwidth-section.custom-color-selected .toggle-item:hover,.fullwidth-section.custom-color-selected .widget_tag_cloud a:hover,.fullwidth-section.custom-color-selected a,.fullwidth-section.custom-color-selected h1,.fullwidth-section.custom-color-selected h2,.fullwidth-section.custom-color-selected h3,.fullwidth-section.custom-color-selected h4,.fullwidth-section.custom-color-selected h5,.fullwidth-section.custom-color-selected h6
	{
	color: #fff
}

.fullwidth-section.custom-color-selected .pricing-table .pricing-table-offer h1,.fullwidth-section.custom-color-selected .testimonial h6,.fullwidth-section.custom-color-selected a:hover
	{
	color: #0450DC
}

.fullwidth-section.custom-color-selected .horizontal-process-builder li h1,.fullwidth-section.custom-color-selected .horizontal-process-builder li i,.fullwidth-section.custom-color-selected .milestone,.fullwidth-section.custom-color-selected .pricing-table .pricing-table-header h2,.fullwidth-section.custom-color-selected .team-member .team-member-details h4,.fullwidth-section.custom-color-selected .team-member .team-member-details h5,.fullwidth-section.custom-color-selected .testimonial,.fullwidth-section.custom-color-selected ins,.fullwidth-section.custom-color-selected pre
	{
	color: #3e3d3d
}

.fullwidth-section.custom-color-selected .milestone:hover {
	background-color: #0450DC;
	color: #fff
}

.fullwidth-section.custom-color-selected .comment-body,.fullwidth-section.custom-color-selected .post,.fullwidth-section.custom-color-selected .widget
	{
	background-color: transparent
}

#bg-1,#bg-2 {
	margin: 10px 0px;
	padding: 0
}

#bg-1,#bg-3,#bg-5 {
	background-color: #ffffff
}

#bg-2,#bg-4,#bg-6 {
	background-color: #ebf1f3
}

#bg-3 {
	margin: 10px 0px 20px 0px;
	padding: 0
}

#bg-4 {
	padding: 80px 0 60px
}

#bg-9 {
	background-color: #262626
}

#bg-4,#bg-9 {
	margin-bottom: 0
}

#bg-11 .text-wrapper {
	text-align: center
}

@media ( max-width :480px) {
	#bg-11 .display-3 {
		font-size: 2rem;
		line-height: 2rem
	}
}

.text-muted {
	color: #4C4C4D !important;
	background-color: #ffffff;
}
.StickySideNavigation {
    background: #fff;
    position: sticky;
    top: 1.25rem;
    background-color:#f2ede0;
    padding: 1.25rem!important;
    width: 100%;
    text-align: center;
}
.flex-column {
    flex-direction: column!important;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.position-relative {
    position: relative!important;
}