@font-face {
	font-family: 'poppins';
	src: url("../fonts/poppins/poppins-regular-webfont.eot");
	src: url("../fonts/poppins/poppins-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins/poppins-regular-webfont.woff") format("woff"), url("../fonts/poppins/poppins-regular-webfont.ttf") format("truetype");
	font-weight: 400
}

@font-face {
	font-family: 'poppins';
	src: url("../fonts/poppins/poppins-bold-webfont.eot");
	src: url("../fonts/poppins/poppins-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins/poppins-bold-webfont.woff") format("woff"), url("../fonts/poppins/poppins-bold-webfont.ttf") format("truetype");
	font-weight: 700
}

@font-face {
	font-family: 'Poppins';
	src: url("../fonts/poppins/poppins-light-webfont.eot");
	src: url("../fonts/poppins/poppins-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-light-webfont.woff2") format("woff2"), url("../fonts/poppins/poppins-light-webfont.woff") format("woff"), url("../fonts/poppins/poppins-light-webfont.ttf") format("truetype");
	font-weight: 300
}

@font-face {
	font-family: 'Poppins';
	src: url("../fonts/poppins/poppins-light-webfont.eot");
	src: url("../fonts/poppins/poppins-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-light-webfont.woff2") format("woff2"), url("../fonts/poppins/poppins-light-webfont.woff") format("woff"), url("../fonts/poppins/poppins-light-webfont.ttf") format("truetype");
	font-weight: 300
}

@font-face {
	font-family: 'Poppins';
	src: url("../fonts/poppins/poppins-regular-webfont.eot");
	src: url("../fonts/poppins/poppins-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins/poppins-regular-webfont.woff") format("woff"), url("../fonts/poppins/poppins-regular-webfont.ttf") format("truetype");
	font-weight: 400
}

@font-face {
	font-family: 'Poppins';
	src: url("../fonts/poppins/poppins-semibold-webfont.eot");
	src: url("../fonts/poppins/poppins-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins/poppins-semibold-webfont.woff") format("woff"), url("../fonts/poppins/poppins-semibold-webfont.ttf") format("truetype");
	font-weight: 600
}

@font-face {
	font-family: 'Poppins';
	src: url("../fonts/poppins/poppins-bold-webfont.eot");
	src: url("../fonts/poppins/poppins-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins/poppins-bold-webfont.woff") format("woff"), url("../fonts/poppins/poppins-bold-webfont.ttf") format("truetype");
	font-weight: 700
}

@media (max-width:767px) {
	.menu-item-has-children > span {
		position: absolute;
		top: 3px;
		right: 15px;
		color: #fff;
		background-color: rgba(255,255,255,0.2);
		padding: 5px 10px;
		border-radius: 5px;
	}
}

@media (min-width:768px) {
	.menu-item-has-children > span {
		display: none;
	}
}

.site-by {
	display: flex;
	justify-content: flex-end;
	align-items:center;
}

@media (max-width: 576px) {
	.site-copy {
		text-align: center!important;
	}
	.site-by {
		margin-top: 20px;
		justify-content: center;
		margin-bottom: 50px;
	}
}

.wpcf7 form .wpcf7-response-output {
	color: #FFF;
}

.index_urunler .owl-nav .owl-prev, .index_urunler .owl-nav .owl-next {
	transform: translateY(-130%);
}

body {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 300
}

.sidebar_sticky {
	position: sticky;
	top: 120px; 
}

.tab_selector_wrapper {
	background: #c70827;
	border-radius: 10px;
	margin-bottom: 30px;
}

.tab_selector {
	font-size: 0;
	position: relative;
	padding: 0;
	width: fit-content;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	background: #c70827;
	user-select: none;
	font-weight: 600;
}

.tab_selector > li {
	display: inline-block;
	width: 160px;
	height: 60px;
	background: #c70827;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #fff;
}

.tab_selector > li::before {
	content: none!important;
}

.tab_selector > li.tab_slider {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	background: #3b3b3b;
	transition: all 0.5s;
}
/*  Ripple */

.ripple {
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	transform: scale(0);
	position: absolute;
	opacity: 1;
}

.rippleEffect {
	animation: rippleDrop .6s linear;
}

@keyframes rippleDrop {
	100% {
		transform: scale(2);
		opacity: 0;
	}
}

.tab_content {
	position: relative;
}

.tab_content > li {
	display: none;
}

.tab_content > li::before {
	content: none!important;
}

.tab_content > li:first-child {
	display: block;
}

.tab_content > li .gallery img {
	height: 200px;
	width: 100%;
	object-fit: cover;
	padding: 5px;
	border: 0!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	line-height: 1.15;
	font-weight: 400;
	color: #000000;
}

h1.color-secondary,
h2.color-secondary,
h3.color-secondary,
h4.color-secondary,
h5.color-secondary,
h6.color-secondary {
	color: #383e42;
}

h1.color-primary,
h2.color-primary,
h3.color-primary,
h4.color-primary,
h5.color-primary,
h6.color-primary {
	color: #383e42;
}

h1,
.h1,
.heading-lg,
.heading-lg-lead {
	font-size: 2.5em
}

h2,
.h2 {
	font-size: 1.875em
}

h3,
.h3,
h4,
.h4,
.heading-md,
.heading-md-lead {
	font-size: 1.5em;
	font-weight: 300
}

h4,
.h4,
h4.heading-md {
	font-size: 1.375em
}

h5,
.h5 {
	font-size: 1.125em
}

h6,
.h6,
.heading-sm,
.heading-sm-lead {
	font-size: .875em
}

ul,
ol {
	padding: 0px;
	margin: 0px
}

ul li,
ol li {
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
table {
	margin: 0 0 18px
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
table:last-child {
	margin-bottom: 0
}

.heading-section {
	font-size: 1.875em;
	text-transform: uppercase;
	color: #062360;
	font-weight: 700;
	letter-spacing: 1px
}

.heading-section.heading-sm {
	font-size: 1.375em
}

.heading-section.color-secondary {
	color: #EAA515
}

.heading-section.color-primary {
	color: #27272f
}

.heading-section.color-default {
	color: #747d88
}

.heading-lead {
	font-size: 2.25em
}

.heading-lead.heading-sm {
	font-size: 1.5em
}

.heading-section,
.heading-lead {
	margin-bottom: 30px
}

.heading-section:last-child,
.heading-lead:last-child {
	margin-bottom: 0
}

.heading-section:not(.with-line)+h3,
.heading-section:not(.with-line)+h4,
.heading-section:not(.with-line)+h5,
.heading-lead:not(.with-line)+h3,
.heading-lead:not(.with-line)+h4,
.heading-lead:not(.with-line)+h5 {
	margin-top: -20px
}

.heading-section.with-line,
.heading-lead.with-line {
	padding-bottom: 15px
}

.heading-section.with-line::after,
.heading-lead.with-line::after {
	display: block
}

.heading-sm-lead,
.heading-md-lead,
.heading-lg-lead {
	letter-spacing: 4px;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px
}

.heading-sm-lead+h1,
.heading-sm-lead+h2,
.heading-sm-lead+h3,
.heading-sm-lead+h4,
.heading-sm-lead+h5,
.heading-sm-lead+h4,
.heading-md-lead+h1,
.heading-md-lead+h2,
.heading-md-lead+h3,
.heading-md-lead+h4,
.heading-md-lead+h5,
.heading-md-lead+h4,
.heading-lg-lead+h1,
.heading-lg-lead+h2,
.heading-lg-lead+h3,
.heading-lg-lead+h4,
.heading-lg-lead+h5,
.heading-lg-lead+h4 {
	margin-top: 0
}

.heading-sm-lead,
.heading-md-lead {
	color: #e44624
}

.heading-sm-lead.color-primary,
.heading-md-lead.color-primary {
	color: #27272f
}

.heading-sm-lead.color-secondary,
.heading-md-lead.color-secondary {
	color: #000000;
	font-weight: bold;
	font-family: tahoma;
}

.with-line {
	position: relative;
	padding-bottom: 15px
}

.with-line::after {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	width: 60px;
	height: 2px;
	margin: 15px 0 0;
	background-color: #e44624
}

.light .with-line::after {
	background-color: #fff
}

.with-line.al-center::after,
.with-line.center::after {
	left: 50%;
	margin-left: -30px
}

.with-line.al-right::after {
	right: 0
}

.light,
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
	color: #fff
}

blockquote {
	margin: 30px 0;
	color: #888
}

blockquote:first-child {
	margin-top: 0
}

blockquote:last-child {
	margin-bottom: 0
}

blockquote p:last-child strong {
	color: #e82900
}

p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h4,
ul+h1,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h4,
ol+h1,
ol+h2,
ol+h3,
ol+h4,
ol+h5,
ol+h4,
table+h1,
table+h2,
table+h3,
table+h4,
table+h5,
table+h4 {
	margin-top: 35px
}

b,
strong {
	font-weight: 600;
}

a {
	outline: 0;
	transition: all 0.5s;
	color: #000000;
}

a:link,
a:visited {
	text-decoration: none
}

a:hover,
a:focus,
a:active {
	outline: 0;
	color: #c70827;
}

img {
	outline: 0;
	border: 0 none;
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-ms-border-radius: 3px;
	border-radius: 3px
}

img+h2,
img h3,
img h4 {
	margin-top: 15px
}

img.alignright {
	padding: 0;
	float: right;
	margin: 5px 30px 10px 30px;
	border: 2px solid #cfcfcf;
	border-radius: 10px;
}

h3 img.alignright,
h4 img.alignright,
h2 img.alignright,
h1 img.alignright {
	margin-top: 0
}

img.alignleft {
	padding: 0;
	float: left;
	margin: 4px 20px 10px 0;
	border-radius: 5px;
}

h3 img.alignleft,
h4 img.alignleft,
h2 img.alignleft,
h1 img.alignleft {
	margin-top: 0
}

img.aligncenter {
	float: none;
	display: block;
	margin: 5px auto 15px;
	box-shadow: 4px 4px 4px #b7b8b9;
}

img.aligncenter:first-child {
	margin-top: 0
}

img.aligncenter:last-child {
	margin-bottom: 0
}

hr:first-child,
.hr:first-child {
	margin-top: 0
}

hr:last-child,
.hr:last-child {
	margin-bottom: 0
}

input:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: 0 0 0 transparent
}

.al-center,
.center {
	text-align: center
}

.al-center .with-line:after,
.center .with-line:after {
	left: 50%;
	margin-left: -35px
}

.al-right {
	text-align: right
}

.al-right .with-line:after {
	right: 0
}

.al-left {
	text-align: left
}

.ucap {
	text-transform: uppercase
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 10000
}

#status {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../image/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 38px auto;
	margin: -50px 0 0 -50px
}

#gmap {
	display: block;
	width: 100%;
	height: 400px;
	pointer-events: none;
	background: #58B
}

.section-pad {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff !important;
}

.section-pad-sm {
	padding-top: 45px;
	padding-bottom: 45px
}

.section-pad-md {
	padding-top: 67.5px;
	padding-bottom: 67.5px
}

.section-pad-lg {
	padding-top: 135px;
	padding-bottom: 135px
}

.section-pad.nopd {
	padding-top: 0;
	padding-bottom: 0
}

.section-pad.nopd-b {
	padding-bottom: 0
}

.section-pad.nopd-t {
	padding-top: 0
}

.pad-0,
.nopd {
	padding: 0px
}

.npl {
	padding-left: 0px
}

.npr {
	padding-right: 0px
}

.space-top {
	margin-top: 20px
}

.space-top-sm {
	margin-top: 15px
}

.space-top-md {
	margin-top: 30px
}

.space-bottom {
	margin-bottom: 20px
}

.space-bottom-sm {
	margin-bottom: 15px
}

.space-bottom-md {
	margin-bottom: 30px
}

.nomg {
	margin-top: 0;
	margin-bottom: 0
}

.wide-lg {
	max-width: 1170px;
	margin: 0 auto
}

.wide-md {
	max-width: 970px;
	margin: 0 auto
}

.wide-sm {
	max-width: 770px;
	margin: 0 auto
}

.wide-xs {
	max-width: 570px;
	margin: 0 auto
}

.row-vm {
	align-items: center;
	display: flex
}

.row-vm.reverses>div:last-child {
	order: 1
}

.row-vm.reverses>div:first-child {
	order: 2
}

.container-fluid>.row>.row {
	margin-left: 0;
	margin-right: 0
}

.col-list .row+.row {
	margin-top: 30px
}

.clear {
	clear: both;
	display: block;
	height: 0;
	width: 100%
}

.first[class*="col-"] {
	clear: left
}

.nomg[class*="wide-"] {
	margin: 0
}

.img-shadow {
	box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.16)
}

.round {
	-ms-border-radius: 3px;
	border-radius: 3px
}

.no-round,
.noround {
	border-radius: 0
}

.imagebg {
	position: absolute;
	height: 97%;
	right: 0;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 0;
	opacity: 0;
	transition: opacity .4s
}

.fixed-bg .imagebg {
	background-attachment: fixed
}

.imagebg img {
	display: none
}

.image-on-left .imagebg,
.image-on-right .imagebg {
	width: 50%
}

.image-on-left .imagebg {
	right: 50%
}

.image-on-right .imagebg {
	left: 50%
}

.has-bg-image {
	position: relative
}

.bg-image-loaded {
	opacity: 1
}

.has-bg,
.fixed-bg {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover
}

.has-bg {
	position: relative
}

.has-bg:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: #000;
	opacity: .5;
	z-index: 1
}

.has-bg.bg-primary:after {
	background-color: #27272f
}

.has-bg.bg-secondary:after {
	background-color: #EAA515
}

.has-bg.bg-alternet:after {
	background-color: #0A6339
}

.has-bg.bg-light:after {
	background-color: #f4f8f8
}

.has-bg.dark-filter:after {
	opacity: .75
}

.has-bg.darker-filter:after {
	opacity: .9
}

.has-bg.light-filter:after {
	opacity: .25
}

.has-bg.lighter-filter:after {
	opacity: .15
}

.has-bg.no-filter:after {
	opacity: 0.01
}

.has-bg .container,
.has-bg-image .container {
	position: relative;
	z-index: 2
}

.fixed-bg {
	background-attachment: fixed
}

.btn {
	font-size: 12px;
	line-height: 1.4;
	font-weight: 600;
	padding: 12px 24px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	border: 2px solid #282830;
	background-color: #000000;
	box-sizing: border-box;
	transition: all 0.4s;
	-ms-border-radius: 45px;
	border-radius: 45px
}

.btn:hover,
.btn:focus {
	background-color: #313133;
	border-color: #282830;
	color: #e44624
}

.btn.btn-alt {
	background: #282830;
	border-color: #282830;
	color: #fff;
}

.btn.btn-alt:hover,
.btn.btn-alt:focus {
	background: #ffffff;
	border-color: #ffffff;
	color: #2f2f2f;
}

.btn.btn-outline {
	color: #27272f;
	background-color: transparent
}

.btn.btn-outline:hover,
.btn.btn-outline:focus {
	color: #fff;
	background: #27272f;
	border-color: #27272f
}

.btn.btn-outline.btn-alt {
	color: #EAA515
}

.btn.btn-outline.btn-alt:hover,
.btn.btn-outline.btn-alt:focus {
	color: #fff;
	background: #EAA515;
	border-color: #EAA515
}

.btn.btn-outline.btn-light {
	color: #fff;
	border-color: #fff
}

.btn.btn-outline.btn-light:hover,
.btn.btn-outline.btn-light:focus {
	background: #27272f;
	border-color: #27272f
}

.btn.btn-outline.btn-light.btn-alt:hover,
.btn.btn-outline.btn-light.btn-alt:focus {
	background: #EAA515;
	border-color: #EAA515
}

.btn.btn-light:not(.btn-outline) {
	color: #27272f;
	border-color: #fff;
	background-color: #fff
}

.btn.btn-light:not(.btn-outline):hover,
.btn.btn-light:not(.btn-outline):focus {
	color: #fff;
	background: #27272f;
	border-color: #27272f
}

.btn.btn-light:not(.btn-outline).btn-alt {
	color: #EAA515
}

.btn.btn-light:not(.btn-outline).btn-alt:hover,
.btn.btn-light:not(.btn-outline).btn-alt:focus {
	color: #fff;
	background: #EAA515;
	border-color: #EAA515
}

.btn.btn-center {
	margin: 0 auto;
	width: auto;
	min-width: 160px
}

.btn.btn-lg {
	padding: 16px 35px;
	font-size: 16px;
	-ms-border-radius: 45px;
	border-radius: 45px
}

.btn.btn-md {
	padding: 8px 20px
}

.btn.btn-sm {
	padding: 3px 12px 4px;
	font-weight: 400
}

.btn.round {
	-ms-border-radius: 60px;
	border-radius: 60px
}

.btn-link {
	color: #27272f;
	transition: all .4s ease-in-out
}

.btn-link:hover {
	color: #27272f
}

.btn-link.link-arrow,
.btn-link.link-arrow-sm {
	position: relative;
	padding-right: 48px
}

.btn-link.link-arrow:after,
.btn-link.link-arrow:before,
.btn-link.link-arrow-sm:after,
.btn-link.link-arrow-sm:before {
	content: "";
	display: block;
	position: absolute;
	transition: all 0.4s ease-in-out
}

.btn-link.link-arrow:before,
.btn-link.link-arrow-sm:before {
	top: 50%;
	right: 9px;
	width: 9px;
	height: 9px;
	transform-origin: 50% 50%;
	transform: translate(0, -4px) rotate(45deg);
	box-shadow: inset -1px 1px 0 0 currentColor
}

.btn-link.link-arrow:after,
.btn-link.link-arrow-sm:after {
	top: 50%;
	right: 8px;
	width: 30px;
	height: 1px;
	transform: translate(0, 0);
	background-color: currentColor
}

.btn-link.link-arrow:hover,
.btn-link.link-arrow-sm:hover {
	text-decoration: none
}

.btn-link.link-arrow:hover:before,
.btn-link.link-arrow-sm:hover:before {
	transform: translate(8px, -4px) rotate(45deg)
}

.btn-link.link-arrow:hover:after,
.btn-link.link-arrow-sm:hover:after {
	transform: translate(8px, 0)
}

.btn-link.link-arrow-sm {
	padding-right: 36px
}

.btn-link.link-arrow-sm:before {
	width: 7px;
	height: 7px;
	transform: translate(0, -3px) rotate(45deg)
}

.btn-link.link-arrow-sm:after {
	width: 18px
}

.btn-link.link-arrow-sm:hover:before {
	transform: translate(8px, -3px) rotate(45deg)
}

.table-responsive {
	margin-bottom: 30px
}

.table-responsive:last-child,
.table-responsive .table {
	margin-bottom: 0
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border-color: #ececec
}

.table.bdr-top,
.table.bdr-bottom {
	border-color: #ececec
}

.form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.form-control:focus {
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1)
}

.form-control.error {
	border-color: #FF4346 !important
}

form label.error {
	display: none !important
}

.form-results {
	display: none;
	font-size: 12px;
	margin: 15px 0
}

.form-results:first-child {
	margin-top: 0
}

.form-results:last-child {
	margin-bottom: 0
}

.gaps {
	clear: both;
	height: 20px;
	display: block;
	margin: 0
}

.gaps.size-lg {
	height: 60px
}

.gaps.size-md {
	height: 30px
}

.gaps.size-2x {
	height: 40px
}

.gaps.size-3x {
	height: 30px
}

.gaps.size-xs {
	height: 10px
}

.gaps.size-sm {
	height: 15px
}

.gaps.size-section {
	height: 90px
}

.pd-x1 {
	padding: 10px
}

.pd-x2 {
	padding: 20px
}

.pd-x3 {
	padding: 25px
}

.pd-x4 {
	padding: 35px
}

.pd-x5 {
	padding: 45px
}

.no-pd,
.pd-no {
	padding: 0
}

.no-pd-t,
.pd-no-t {
	padding-top: 0
}

.no-pd-b,
.pd-no-b {
	padding-bottom: 0
}

.color-primary {
	color: #27272f
}

.color-secondary {
	color: #EAA515
}

.color-alternet {
	color: #0A6339
}

.bg-light {
	background: #ffffff
}

.bg-lighter {
	background: rgba(244, 248, 248, 0.6)
}

.bg-light-primary {
	background: rgba(0, 151, 80, 0.06)
}

.bg-light-secondary {
	background: rgba(234, 165, 21, 0.06)
}

.bg-light-alternet {
	background: rgba(10, 99, 57, 0.06)
}

.bg-white {
	background: #fff
}

.bg-dark {
	background: #343640
}

.bg-grey {
	background: #e8e8ee
}

.bg-primary {
	background: #27272f
}

.bg-secondary {
	background: #EAA515
}

.bg-alternet {
	background: #0A6339
}

.bdr {
	border: 1px solid rgba(0, 0, 0, 0.04)
}

.bdr-y {
	border-top: 1px solid rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid rgba(0, 0, 0, 0.04)
}

.bdr-x {
	border-left: 1px solid rgba(0, 0, 0, 0.04);
	border-right: 1px solid rgba(0, 0, 0, 0.04)
}

.bdr-top {
	border-top: 1px solid rgba(0, 0, 0, 0.04)
}

.bdr-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, 0.04)
}

.bdr-none {
	border-color: transparent
}

.social {
	margin: 0;
	padding: 0;
	list-style: none
}

.social li {
	display: inline-block;
	margin-left: 15px
}

.social li:first-child {}

.preload {
	display: none
}

.navbar-toggle {
	margin-right: 0px
}

.carousel-control {
	visibility: hidden;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-o-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
	opacity: 0;
	width: 60px
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
	filter: none
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	width: 60px;
	height: 60px;
	padding-top: 0;
	-ms-border-radius: 50px;
	border-radius: 50px;
	font-family: 'FontAwesome';
	text-shadow: none;
	font-size: 44px;
	margin-top: -30px
}

.carousel-control .glyphicon-chevron-left:hover,
.carousel-control .glyphicon-chevron-right:hover {
	background: transparent
}

.carousel-control .glyphicon-chevron-left {
	left: 100%
}

.carousel-control .glyphicon-chevron-left:before {
	content: '\f104'
}

.carousel-control .glyphicon-chevron-right {
	right: 100%
}

.carousel-control .glyphicon-chevron-right:before {
	content: '\f105'
}

.video-box {
	position: relative;
	margin-top: 40px;
	padding-top: 56%
}

.video-box iframe {
	border: 1px solid #fbfbfb;
	-ms-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0
}

.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid #eee;
	border: none
}

.panel-default>.panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: transparent;
	border: 0px
}

.panel-title {
	font-size: 20px
}

.panel-title>a {
	display: block;
	padding: 15px;
	text-decoration: none
}

.more-less {
	float: right;
	color: #212121
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #EEEEEE
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-50px, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(50px, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 50px, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.content-section {
	margin-top: 60px
}

.content-section:first-child {
	margin-top: 0px
}

.content .list-style li {
	position: relative;
	padding-left: 18px;
	margin-left: 0;
	margin-bottom: 12px
}

.content .list-style li:last-child {
	margin-bottom: 0
}

.content .list-style li:before {
	font-family: 'FontAwesome';
	content: '\f105';
	color: #27272f;
	position: absolute;
	left: 1px;
	top: 3px;
	font-size: 16px;
	line-height: 18px
}

.light .content .list-style li:before,
.call-action:not(.dark) .content .list-style li:before {
	color: #fff
}

.content .list-style.dots li:before {
	content: '\f111';
	font-size: 8px
}

.content .list-style.list-sitemap li {
	margin-bottom: 10px;
	font-weight: 400
}

.content .list-style.list-sitemap li:last-child {
	margin-bottom: 0
}

.content .list-style.list-sitemap li ul {
	margin-top: 5px
}

.content .list-style.list-sitemap li ul li {
	margin-top: 3px;
	font-weight: 400
}

.content .list-style.style-v2 li {
	margin-bottom: 2px
}

.bosluk {
	padding-top: 40px;
	padding-bottom: 40px;
}

.key {
	font-size: 23px;
	font-weight: 600;
	color: #1444ab;
	margin: 0px 1px 6px -15px;
}

.fa-phone:before {
	content: "\f095";
}

.parlaklik {
	width: 195px;
	overflow: hidden;
	position: relative;
}

.parlaklik::before {
	position: absolute;
	top: 0;
	left: -150px;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	transform: skewX(50deg);
}

.bu-button-simple:hover {
	color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	transform: translateY(-10%);
}

.parlaklik:hover::before {
	-webkit-animation: parlak .75s;
	animation: shine .75s;
}

@-webkit-keyframes parlak {
	100% {
		left: 125%;
	}
}

@keyframes parlak {
	100% {
		left: 125%;
	}
}

.baslikk {
	width: 90%;
	color: white !important;
	text-align: center;
	font-size: 80px !important;
	font-weight: bold !important;
	opacity: 0;
	text-shadow: 3px 4px rgba(0, 0, 0, 0.12);
	left: 5%;
	z-index: 2;
	bottom: 0;
	opacity: 0;
	position: absolute;
	margin-bottom: 10px;
}

.scroll-icon:before {
	content: '';
	width: 4px;
	height: 5px;
	background: #ffffff;
	margin-left: 8px;
	top: 8px;
	border-radius: 4px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
	position: absolute;
}

.about_info .galleryy-item {
	/* padding: 10px; */
	border: 1px solid #e2e6eb!important;
	height: 153px;
	transition: transform .38s;
	margin-top: 10px;
}

.pl-pr20 {
	padding-left: 20px;
	padding-right: 20px;
}

.baslikk-p {
	width: 90%;
	color: white !important;
	text-align: center;
	font-size: 38px !important;
	font-weight: bold !important;
	opacity: 0;
	text-shadow: 3px 4px rgba(0, 0, 0, 0.12);
	left: 5%;
	z-index: 2;
	bottom: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
}

.scroll-icon {
	width: 20px;
	height: 30px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -9px;
	-webkit-box-shadow: inset 0 0 0 2px #ffffff;
	box-shadow: inset 0 0 0 2px #ffffff;
	border-radius: 25px;
	opacity: 0.75;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transform: translateY(10px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	z-index: 1;
}

<--Referanslar-->#galleryy-1 {
	margin: auto;
}

.gallery {
	display: block;
}

#galleryy-1 .galleryy-item {
	width: 24%;
	margin-right: 1%;
	float: left;
	margin-top: 10px;
	text-align: center;
	padding: 30px;
	border: 1px solid #e2e6eb!important;
	border-radius: 1px !important;
}

.galleryy-item {
	position: relative;
	overflow: hidden;
	display: block;
	-ms-border-radius: 3px;
	border-radius: 3px;
	transform-style: preserve-3d;
}

.galleryy-item img {
	width: 100%;
	height: 150px;
	transition: all 1s;
	filter: grayscale(100%);
}

.galleryy-item:hover {
	transform: scale(1.1);
}

.galleryy-item:hover img {
	filter: grayscale(0%) !important;
}

<--Referanslar-->.scroll-icon:before {
	content: '';
	width: 4px;
	height: 5px;
	background: #ffffff;
	margin-left: 8px;
	top: 8px;
	border-radius: 4px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
	position: absolute;
}

@-webkit-keyframes scroll {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		opacity: 1;
		-webkit-transform: translateY(7px);
		transform: translateY(7px);
	}
}

@keyframes scroll {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		opacity: 1;
		-webkit-transform: translateY(7px);
		transform: translateY(7px);
	}
}

h1,
h2,
h3 {
	font-size: 23px;
	font-weight: 600;
	color: #ffff;
}

.name {
	font-family: tahoma;
	font-size: 19px;
}

.menulink {
	color: white
}

.menulink:hover {
	color: #c70827;
}

.ortabaslik {
	margin-top: 8px !important;
}

@media (max-width: 480px) {
	.galleryy-item {
		width: 100% !important;
		float: left;
		margin: 0 0 10px;
	}
	.post.post-loop, .feature, .team-profile, .team-member {
		margin-top: -9px !important;
	}
	.margin-top{
		margin-top: 0 !important
	}
	.scroll-icon {
		display: none;
	}
}

.mobilmenu li {
	margin: -3px;
}

.mt {
	margin-top: 20px;
}

.dil li {
	height: 13px;
	float: left;
	padding-top: 11px;
}

.lang-item {
	float: left;
	padding: 18px 1px 4px 5px;
}

.teknik {
	margin-right: 10px;
}

.yorum-button {
	position: relative;
	display: block;
	padding: 11px;
	background-color: #46AD30;
	border-radius: 2px;
	transition: all 150ms ease-out;
}

.buton a:after {
	background: none !important;
	color: #ffffff !important;
}

.buton a:hover {
	/*background-color: #940c21 !important;*/
	background: linear-gradient(45deg, rgb(199 8 39) 0%, rgb(59 59 59) 60%, rgb(60 60 60) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffefae",endColorstr="#ffe189",GradientType=1);
	background-size: 200% 200%! !important;
	background-position: left center;
	box-shadow: 0 10px 20px -5px rgba(0,0,0,0.25);
}

.buton a {
	padding: 8px 24px !important;
	line-height: 24px !important;
	text-transform: uppercase;
	color: #ffffff !important;
	background-color: #c70827 !important;
	margin: 0;
	vertical-align: middle;
	border-radius: 5px;
	padding: 8px 24px;
	margin-top: 30px;
	margin-left: 25px;
	background: linear-gradient(45deg, rgb(199 8 39) 0%, rgb(59 59 59) 60%, rgb(60 60 60) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffefae",endColorstr="#ffe189",GradientType=1);
	background-size: 200% 200%;
	background-position: left center;
	box-shadow: 0 10px 20px -5px rgba(0,0,0,0.25);
}

.wp-pagenavi {
	clear: both;
	padding-top: 30px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	color: #383e42;
	text-decoration: none;
	/* border: 1px solid #BFBFBF; */
	padding: 3px 5px;
	margin: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	-webkit-box-shadow: 0 1px 4px #ccc;
	-moz-box-shadow: 0 1px 4px #ccc;
	box-shadow: 0 1px 4px #ccc;
	padding: 14px;
	font-weight: 600;
}

.wp-pagenavi a:hover {
	background: #383e42;
	color: #FFF;
}

.wp-pagenavi span.current {
	color: #FFF;
	font-weight: bold;
	background: #a00822;
	padding: 14px;
}

.yorum-button:hover {
	background-color: #348224;
}

.yorum-button .fa {
	font-size: 40px;
	float: right;
	color: #CEFBC5;
	transition: all 150ms ease-out;
}

.yorum-button__title {
	display: inline-block;
	display: inline-block;
	padding: 5px 10px;
	margin: 0;
	color: #ffffff;
	font-family: 'Futura';
	font-size: 16px;
	margin: 0 0 18px;
}

.resim img {
	width: 195px;
	height: 132px;
	margin: 0px 8px 15px 1px;
}

@media only screen and (max-width: 320px) {
	.resim img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.resim img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
	.resim img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.resim img {
		width: 100%;
		height: auto;
	}
}

#gallery-2 img {
	border-radius: 10px;
}

.gallery-columns-2 #gallery-2 .gallery-item {
	width: 48% !important;
}


/* Yorum */

.yorumlistele {
	list-style-type: none;
}

h4.kacyorum {
	font-weight: bold;
	font-size: 18px;
	color: #404040;
	line-height: 28px;
	margin: 15px 0;
}

.yorum {
	margin-bottom: 25px;
}

.yorum a {
	color: #404040;
}

.yorumavatar {
	float: left;
	margin-right: 15px;
}

.yorumavatar img {
	width: 60px;
	height: 60px;
}

.yorumavatar img:hover {
	border-radius: 1px;
}

.yorumkullanici h3 {
	font-size: 15px;
	font-weight: bold;
	color: #404040;
	margin-bottom: 5px;
}

.yazarbaslik {
	font-size: 15px;
	font-weight: bold;
	color: #404040;
	margin-bottom: 5px;
}

.yorumtarih {
	margin-top: 10px;
	margin-bottom: 14px;
	font-size: 11px;
	float: right;
}

.yorumtarih a {
	color: #aaaaaa;
}

i.yorumtarihikon {
	float: left;
	background: url("images/tarih.png") no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin-top: 0px;
	margin-right: 5px;
}

.yorumyazi {
	font-size: 14px;
	color: #626262;
	line-height: 24px;
}

.yorumyazi p {
	margin-left: 75px;
	text-indent: 0px;
}

ul.children {
	padding: 0px 0px 0px 60px !important;
}

.cevapla {
	margin-left: 75px;
	font-size: 12px;
	margin-top: 5px;
}

i.cevaplaikon {
	float: left;
	background: url("../image/cevapla.png") no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin-top: 0px;
	margin-right: 5px;
}

em.yorumonay {
	font-size: 12px;
}


/* Yorum Ekle */

#respond {
	overflow: hidden;
	background-color: #F5F5F5;
	border: 2px solid #FFFFFF;
	border-radius: 0 0 2px 2px;
	padding: 10px;
	width: 100%;
}

#respond h4 {
	font-family: "Poppins", sans-serif;
	margin-bottom: 5px;
	font-size: 13px;
}

#respond h4 a {
	color: #D45255;
}

#respond .comment {
	width: 98%;
	background-color: #FFFFFF;
	height: 81px;
	margin-bottom: 10px;
	border: none;
	padding: 15px 10px 30px 15px;
	margin-top: 10px;
	border-radius: 2px;
}

#respond input[type='text'] {
	float: left;
	border: none;
	border-radius: 2px;
	padding: 12px 10px 11px 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
	margin-bottom: 8px;
	width: 48%;
	height: 45px;
}

#respond input[type='submit'] {
	width: 98%;
	margin-right: -5px;
	border: none;
	background-color: #eaa515;
	padding: 12px 10px 11px 10px;
	color: #fff;
	font-weight: bold;
	border-radius: 2px
}

p#yorumgiris {
	font-size: 13px;
}

p.comment-subscription-form {
	display: none;
}

.yorumkullanici {
	list-style-type: none;
}

.onbir {
	margin-top: 11px;
}

.scrolls p {
	font-size: 14px;
	padding-right: 10px;
}

.merak {
	margin: 0 0 18px;
	font-size: 1.875em;
	font-family: "poppins", sans-serif;
	line-height: 1.15;
	font-weight: 400;
}

.baslik2 {
	margin: 1px 0 3px;
	font-weight: 700;
	font-size: 1.875em;
	color: inherit;
	line-height: 1.5;
}

.key2 {
	font-size: 20px;
	font-weight: 600;
	color: #1444ab;
	font-family: tahoma;
}

.renk1 {
	background: rgba(241, 99, 83, 1);
	background: -moz-linear-gradient(-45deg, rgba(241, 99, 83, 1) 0%, rgba(219, 45, 80, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(241, 99, 83, 1)), color-stop(100%, rgba(219, 45, 80, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(241, 99, 83, 1) 0%, rgba(219, 45, 80, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(241, 99, 83, 1) 0%, rgba(219, 45, 80, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(241, 99, 83, 1) 0%, rgba(219, 45, 80, 1) 100%);
	background: linear-gradient(135deg, rgba(241, 99, 83, 1) 0%, rgba(219, 45, 80, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f16353', endColorstr='#db2d50', GradientType=1);
	padding: 15px;
}

.r {
	text-align: center;
}

.ry {
	color: #ffffff;
	font-size: 15px;
	text-align: center;
}

.ry a {
	color: #ffffff;
}

.renk2 span {
	color: #ffffff;
	float: right;
	padding: 8px;
	font-size: 16px;
	padding-top: 15px;
}

.renk2 {
	background: rgba(148, 203, 76, 1);
	background: -moz-linear-gradient(-45deg, rgba(148, 203, 76, 1) 0%, rgba(76, 163, 33, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(148, 203, 76, 1)), color-stop(100%, rgba(76, 163, 33, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(148, 203, 76, 1) 0%, rgba(76, 163, 33, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(148, 203, 76, 1) 0%, rgba(76, 163, 33, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(148, 203, 76, 1) 0%, rgba(76, 163, 33, 1) 100%);
	background: linear-gradient(135deg, rgba(148, 203, 76, 1) 0%, rgba(76, 163, 33, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#94cb4c', endColorstr='#4ca321', GradientType=1);
	padding: 15px;
}

.renk3 {
	background: rgba(255, 192, 97, 1);
	background: -moz-linear-gradient(-45deg, rgba(255, 192, 97, 1) 0%, rgba(254, 117, 43, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 192, 97, 1)), color-stop(100%, rgba(254, 117, 43, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(255, 192, 97, 1) 0%, rgba(254, 117, 43, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255, 192, 97, 1) 0%, rgba(254, 117, 43, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255, 192, 97, 1) 0%, rgba(254, 117, 43, 1) 100%);
	background: linear-gradient(135deg, rgba(255, 192, 97, 1) 0%, rgba(254, 117, 43, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc061', endColorstr='#fe752b', GradientType=1);
	padding: 15px;
}

.renk4 {
	background: rgba(83, 184, 242, 1);
	background: -moz-linear-gradient(-45deg, rgba(83, 184, 242, 1) 0%, rgba(34, 112, 175, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(83, 184, 242, 1)), color-stop(100%, rgba(34, 112, 175, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(83, 184, 242, 1) 0%, rgba(34, 112, 175, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(83, 184, 242, 1) 0%, rgba(34, 112, 175, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(83, 184, 242, 1) 0%, rgba(34, 112, 175, 1) 100%);
	background: linear-gradient(135deg, rgba(83, 184, 242, 1) 0%, rgba(34, 112, 175, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#53b8f2', endColorstr='#2270af', GradientType=1);
	padding: 15px;
}

.ara {
	display: none
}

.ara .fa-2x {
	font-size: 1.3em! important;
	padding-right: 10px
}

.ara a.phone {
	background: #383e42;
}

.ara a.whatsapp {
	background: #c40a29 !important;
}

.ara a {
	width: 50%;
	float: left;
	padding: 10px 0
}

@media (max-width: 480px) {
	.ara {
		display: block;
		position: fixed;
		width: 100%;
		bottom: -1px;
		text-align: center;
		z-index: 99;
	}
	.gallery-columns-3 {}
	.ara a {
		text-decoration: none;
		color: #FFF;
		font-weight: bold;
		font-family: 'Montserrat', sans-serif;
	}
	.phone .ara a {
		text-decoration: none;
		color: #FFF;
		font-weight: bold;
	}
}

.urunmakale {
	width: 100%;
}

.scrolls {
	width: 100%;
	height: 360px;
	overflow: auto
}

.scrolls::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5
}

.scrolls::-webkit-scrollbar {
	width: 5px;
	background-color: #f4f8f8;
}

.scrolls::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #f4f8f8;
}

.content .list-style.style-v2 li:before {
	color: #a5abb2;
	font-size: 6px
}

.content ol {
	margin-left: 50px
}

.content ol li {
	list-style: decimal;
	list-style: decimal-leading-zero;
	padding-left: 5px;
	margin-bottom: 8px
}

.content ol li:last-child {
	margin-bottom: 0
}

.tab-custom .nav-tabs {
	background: #ececec;
	border-bottom: none;
	display: table;
	width: 100%
}

.tab-custom .nav-tabs li {
	display: table-cell;
	float: none
}

.tab-custom .nav-tabs li:last-child a {
	border-right-color: #ececec
}

.tab-custom .nav-tabs li>a {
	border: 1px solid #ececec;
	border-right-color: #f5f5f5;
	text-align: center;
	border-radius: 0px;
	padding: 15px 2px;
	margin: 0px;
	font-size: 16px;
	color: #383838;
	line-height: 24px
}

.tab-custom .nav-tabs li>a img {
	height: 60px;
	width: auto;
	margin-top: -5px
}

.tab-custom .nav-tabs li.active>a,
.tab-custom .nav-tabs li.active>a:hover,
.tab-custom .nav-tabs li.active>a:focus {
	background: #f5f5f5;
	border-color: #f5f5f5
}

.tab-custom .tab-content {
	background: #f5f5f5;
	padding: 30px 20px 25px 20px
}

.tab-custom .tab-content h4 {
	color: #27272f;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px
}

.tab-custom .tab-content a {
	padding: 8px 16px;
	margin-top: 25px
}

.tab-custom.tab-simple .nav-tabs {
	background: none
}

.tab-custom.tab-simple .nav-tabs li {
	display: inline-block
}

.tab-custom.tab-simple .nav-tabs li>a {
	padding: 12px 15px;
	border: 1px solid #ececec;
	background-color: #ececec
}

.tab-custom.tab-simple .nav-tabs li.active>a {
	background-color: #fff;
	border-bottom-color: #fff
}

.tab-custom.tab-simple .tab-content {
	background: none;
	border: 1px solid #ececec
}

.accordion .panel {
	background-color: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.accordion .panel:last-child {
	border-bottom: 0 none
}

.accordion .panel+.panel {
	margin-top: 0
}

.accordion .panel-title {
	position: relative;
	font-size: 1em;
	font-family: "Poppins", sans-serif;
	font-weight: 400
}

.accordion .panel-title a {
	color: #27272f;
	padding: 16px 30px 17px 0
}

.accordion .panel-title a .plus-minus {
	opacity: 0.4
}

.accordion .panel-title a.collapsed {
	color: #747d88
}

.accordion .panel-title a.collapsed:hover {
	opacity: 0.7
}

.accordion .panel-title a.collapsed:hover .plus-minus {
	opacity: 0.4
}

.accordion .panel-title a.collapsed .plus-minus {
	opacity: 0.7
}

.accordion .panel-title a.collapsed .plus-minus span:before {
	transform: rotate(-180deg)
}

.accordion .panel-title a.collapsed .plus-minus span:after {
	transform: rotate(0deg)
}

.accordion .panel-title a:hover {
	opacity: 1
}

.accordion .panel-title a:hover .plus-minus {
	opacity: 1
}

.accordion .panel-body {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px
}

.accordion .plus-minus {
	opacity: 0.8;
	cursor: pointer;
	transition: opacity 350ms;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	height: 18px;
	width: 18px;
	margin-top: -9px
}

.accordion .plus-minus span {
	position: relative;
	height: 100%;
	display: block
}

.accordion .plus-minus span:before,
.accordion .plus-minus span:after {
	content: "";
	position: absolute;
	background: #666;
	transition: transform 100ms
}

.accordion .plus-minus span:before {
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -1px;
	transform: rotate(180deg)
}

.accordion .plus-minus span:after {
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
	margin-left: -1px;
	transform: rotate(90deg)
}

.accordion .plus-minus:hover {
	opacity: 0.3
}

.accordion.filled .panel:last-child {
	border-bottom: 0
}

.accordion.filled .panel-title {
	background-color: #f5f5f5
}

.accordion.filled .panel-title a {
	background: #ececec;
	padding-left: 20px;
	color: #27272f
}

.accordion.filled .panel-title a.collapsed {
	background-color: transparent;
	color: #747d88
}

.accordion.filled .panel-title a.collapsed:hover {
	opacity: 0.7
}

.accordion.filled .panel-body {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px
}

.accordion.filled .plus-minus {
	right: 20px
}

.panel-group:last-child {
	margin-bottom: 0
}

.carousel {
	height: 100%
}

.carousel .stky-banner {
	position: absolute;
	top: 0
}

.carousel .carousel-inner,
.carousel .item,
.carousel .active {
	height: 100%
}

.position {
	position: static
}

.img-wrapper {
	position: absolute;
	bottom: 0px;
	max-width: 520px
}

.contact-list {
	margin-top: 30px
}

.contact-list:first-child {
	margin-top: 0
}

.contact-list li {
	padding-bottom: 0
}

.contact-list li:last-child {
	margin-bottom: 0px
}

.contact-list li .fa {
	color: #1444ab;
	font-size: 24px;
	display: block;
	wiV+V+`I+0G+xV+0V+@0V+48px;
	height: 48px;
	display: inline-block;
	vertical-align: middle;
	color: #383e42;
	transition: all 0.4s;
	text-align: center;
	font-size: 1.25em;
	line-height: 50px;
	margin: 2px 0;
	border: 1px solid transparent;
}

.light .icon-box {
	color: #fff
}

.icon-box.left {
	text-align: left
}

.icon-box.size-md {
	width: 60px;
	height: 60px;
	font-size: 1.875em;
	line-height: 64px
}

.icon-box.size-sm {
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 26px
}

.icon-box.size-sm span.icon {
	transform: scale(0.5) translate(-14px, -6px)
}

.icon-box.size-lg {
	width: 90px;
	height: 90px;
	font-size: 3em;
	line-height: 94px
}

.icon-box.size-lg.sqaure,
.icon-box.size-lg.round,
.icon-box.size-lg.circle {
	border-width: 2px
}

.icon-box.sqaure,
.icon-box.round,
.icon-box.circle {
	border-color: #27272f
}

.light .icon-box.sqaure,
.light .icon-box.round,
.light .icon-box.circle {
	border-color: #fff
}

.icon-box.round {
	-ms-border-radius: 3px;
	border-radius: 3px
}

.icon-box.circle {
	-ms-border-radius: 50%;
	border-radius: 50%
}

.icon-box.icon-bg {
	background-color: #27272f;
	color: #fff
}

.icon-box.icon-bg-alt {
	background-color: #EAA515;
	color: #fff
}

.icon-box.light {
	color: #fff
}

.icon-box.light.sqaure,
.icon-box.light.round,
.icon-box.light.circle {
	border-color: #fff
}

.icon-box.light.icon-bg {
	background-color: #fff;
	color: #27272f
}

.icon-box+h4,
.icon-box+h3 {
	margin-top: 20px
}

.icon-box span.icon {
	vertical-align: middle;
	margin-top: -5px
}

.icon-box.style-s1,
.icon-box.style-s2 {
	-ms-border-radius: 50%;
	border-radius: 50%;
	background-color: #27272f;
	color: #fff
}

.icon-box.style-s2 {
	background-color: #EAA515
}

.icon-box.style-s3,
.icon-box.style-s4 {
	-ms-border-radius: 3px;
	border-radius: 3px;
	border-color: #27272f;
	color: #27272f
}

.icon-box.style-s4 {
	-ms-border-radius: 3px;
	border-radius: 3px;
	border-color: #EAA515;
	color: #EAA515
}

.feature-intro .row+.row {
	margin-top: 60px
}

.feature-intro a.btn-link {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	color: #27272f
}

.owl-dots {
	text-align: center;
}

.owl-dots .owl-dot {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	border: 1px solid #000000;
	display: inline-block;
	margin: 0 5px
}

.owl-dots .owl-dot.active {
	background: #27272f
}

.logo-carousel .owl-dots .owl-dot.active {
	background: #e44624
}

.logo-carousel .owl-dots .owl-dot {
	border-color: #cdcdcd
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	border-radius: 50%;
	text-align: center;
	height: 35px;
	width: 35px;
	text-indent: -999em;
	text-align: left;
	opacity: .8;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 38px auto
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	opacity: 1
}

.owl-nav .owl-prev>.fa,
.owl-nav .owl-next>.fa {
	display: none
}

.owl-nav .owl-next {
	right: -32px;
	background-image: url(../image/arrow-next-g.png)
}

.light .owl-nav .owl-next {
	background-image: url(../image/arrow-next-w.png)
}

.owl-nav .owl-prev {
	left: -36px;
	background-image: url(../image/arrow-prev-g.png)
}

.light .owl-nav .owl-prev {
	background-image: url(../image/arrow-prev-w.png)
}

.site-header .navbar {
	border-radius: 0;
	border: 0 none;
	min-width: 300px;
	padding: 12px 0;
	color: #535457;
	background: #fff;
	margin: 0
}

.site-header .navbar-brand {
	height: auto;
	padding: 0
}

.site-header .navbar-brand img {
	width: auto;
	max-width: 100%;
}

.site-header .navbar-header .quote-btn {
	display: none
}

.site-header .navbar-collapse {
	padding: 0;
	background-color: transparent;
	color: #747d88
}

.site-header .logo-light {
	display: none
}

.site-header .quote-btn {
	padding: 0;
	display: inline-block
}

.site-header .quote-btn .btn {
	font-family: "poppins", sans-serif;
	padding: 6px 25px;
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-color: #1444ab;
	border: 2px solid #1341a2;
	margin: 0;
	vertical-align: middle
}

.site-header .quote-btn .btn:hover {
	border-color: #27272f;
	color: #fff;
	background-color: #27272f
}

.site-header .quote-btn .btn.btn-outline {
	background: transparent
}

.site-header .quote-btn .btn.btn-outline:hover {
	background: #EAA515;
	border-color: #EAA515
}

.topbar {
	padding: 6px 0;
	color: #535457;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	font-size: 14px;
	line-height: 1
}

.topbar .top-aside>p {
	margin: 0 10px 0 0
}

.topbar .top-aside>* {
	float: left
}

.topbar .top-left {
	float: left;
	max-width: 44%
}

.topbar .top-right {
	float: right;
	max-width: 57%
}

.topbar .top-contact .fa {
	border: 0 none;
	width: auto;
	height: auto;
	line-height: 27px
}

.topbar .top-contact span {
	font-size: 14px;
	line-height: 30px
}

.topbar .top-nav li a {
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	transition: color .3s
}

.topbar .quote-btn .btn {
	padding: 3px 15px;
	vertical-align: top
}

.topbar .social:not(:last-child) {
	margin-right: 25px
}

.topbar .social li a {
	line-height: 30px;
	font-size: 16px;
	color: #fff
}

.top-nav {
	margin: 0;
	padding: 0;
	list-style: none
}

.top-nav li {
	display: inline-block;
	vertical-align: middle
}

.top-nav li:first-child {
	margin-left: -10px
}

.top-nav a {
	padding: 6px 10px;
	color: inherit;
	font-size: 13px;
	line-height: 24px
}

.top-nav a:hover,
.top-nav a:focus {
	color: #2 7272f
}

.top-contact {
	margin: 0;
	list-style: none;
	font-size: 15px;
	line-height: 30px;
	color: inherit
}

.top-contact .fa {
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #27272f;
	color: #27272f;
	font-size: 18px;
	margin-right: 5px;
	vertical-align: middle
}

.top-contact span {
	font-size: 1.25em;
	font-weight: 400
}

.top-contact li {
	margin-left: 20px;
	margin-right: 5px;
	float: left;
	line-height: 1
}

.top-contact li:first-child {
	margin-left: 0
}

.top-contact a {
	color: inherit
}

.top-contact a:hover {
	color: #27272f
}

.header-top {
	margin-top: 10px;
	margin-right: -15px;
	float: right
}

.header-top>* {
	float: left;
	margin-left: 25px
}

.header-top>*:first-child {
	margin-left: 0
}

.header-top .top-contact {
	line-height: 40px
}

.header-top .top-contact .fa {
	height: 40px;
	width: 40px;
	line-height: 38px
}

.header-top .top-contact span {
	vertical-align: middle
}

.header-top .quote-btn .btn {
	padding: 12px 22px;
	margin-top: -4px
}

.header-top .social li a {
	line-height: 40px;
	font-size: 16px;
	color: #27272f
}

.header-top .social.social-s2 li:not(:first-child) {
	margin-left: 4px
}

.header-top .social.social-s2 li a {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	background: #27272f;
	border: 1px solid #27272f;
	color: #fff;
	font-size: 16px;
	vertical-align: middle
}

.header-top .social.social-s2 li a:hover {
	opacity: .5
}

.navbar-nav {
	width: 100%
}

.navbar-nav>li>a {
	/*background: transparent;*/
	text-transform: uppercase;
	color: inherit;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	padding: 9px 11px;
	transition: background 350ms, color 350ms, border-color 350ms
}

.navbar-nav>li.active>a,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
	color: #1444ab;
	background: transparent
}

.navbar-nav>li>.dropdown-menu .dropdown-menu {
	top: 0;
	margin-top: 0
}

.navbar-nav>li:hover>.dropdown-menu {
	top: 100%;
	margin-top: 0;
	opacity: 1;
	visibility: visible
}

.navbar-nav>li.quote-btn {
	margin-left: 12px;
	float: right
}

.navbar-nav>li.quote-btn .btn {
	padding: 8px 24px;
	font-size: 14px;
	font-weight: 700
}

.navbar-nav .dropdown-menu {
	background: #fff;
	border: 0px;
	border-radius: 0;
	padding: 0px;
	left: 0;
	top: -999em;
	display: block;
	opacity: 0;
	width: 250px;
	visibility: hidden;
	transition: opacity .3s, visibility .4s
}

.navbar-nav .dropdown-menu .dropdown-menu {
	left: 240px;
	opacity: 0
}

.navbar-nav .dropdown-menu li {
	position: relative
}

.navbar-nav .dropdown-menu li a {
	padding: 10px 25px 10px 15px;
	text-transform: inherit
}

.navbar-nav .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	height: auto
}

.navbar-nav .dropdown-menu li.dropdown>a:after {
	content: "\f105";
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	opacity: .5;
	margin-top: -7px;
	height: 14px;
	width: 12px;
	text-align: center;
	font-size: 13px;
	line-height: 14px;
	font-family: "FontAwesome"
}

.navbar-nav .dropdown-menu.active>a,
.navbar-nav .dropdown-menu li>a:hover,
.navbar-nav .dropdown-menu li>a:focus {
	color: #ffffff
}

.navbar-nav .label {
	margin-top: -3px;
	vertical-align: middle;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	margin-left: 3px;
	font-weight: normal;
	padding: 4px 6px 3px
}

.navbar-nav .caret {
	margin-top: 0;
	vertical-align: middle;
	transform: translateY(-50%)
}

.header-s1 .navbar {
	padding: 0
}

.header-s1 .navbar-nav>li>a {
	padding-top: 40px;
	padding-bottom: 30px
}

.header-s1 .navbar-nav>li.quote-btn {
	margin-top: 12px
}

.header-s1 .navbar-brand {
	margin-top: 15px;
	margin-bottom: 15px
}

.header-s1 .navbar-collapse {
	margin-right: -15px;
	float: right;
	width: auto
}

.header-s1.is-transparent {
	color: #000
}

.header-s1.is-transparent:after {
	position: absolute;
	content: '';
	display: block;
	top: -200px;
	left: 0;
	right: 0;
	height: 375px;
	opacity: .5;
	background: linear-gradient(to bottom, #000 0%, transparent 100%)
}

.header-s1.is-transparent .topbar,
.header-s1.is-transparent .navbar {
	background: transparent;
	position: absolute;
	width: 100%;
	z-index: 9;
	color: #fff
}

.header-s1.is-transparent .topbar+.navbar {
	margin-top: 43px
}

.header-s1.is-transparent .topbar {
	border-color: rgba(255, 255, 255, 0.1)
}

.header-s1.is-transparent .topbar a:not(.btn):hover {
	color: #c70827;
}

.header-s1.is-transparent .navbar-nav>li>a:not(.btn):after {
	content: "";
	position: absolute;
	left: 12px;
	bottom: 15px;
	width: 18px;
	height: 2px;
	background-color: #c70827;
	opacity: 0;
	transition: all .4s
}

.header-s1.is-transparent .navbar-nav>li.active>a:after,
.header-s1.is-transparent .navbar-nav>li>a:hover:after {
	opacity: 1
}

.header-s1.is-transparent .navbar-nav>li.active>a,
.header-s1.is-transparent .navbar-nav>li>a:hover,
.header-s1.is-transparent .navbar-nav>li>a:focus {
	color: #fff
}

.header-s1.is-transparent .navbar-collapse,
.header-s1.is-transparent .top-contact .fa {
	color: #fff
}

.header-s1.is-transparent .navbar-brand .logo-light {
	display: block
}

.header-s1.is-transparent .navbar-brand .logo-dark {
	display: none
}

.header-s1.is-transparent.has-fixed .topbar+.navbar {
	margin-top: 0
}

.header-s1.is-transparent.has-fixed .navbar {
	background: #fff;
	color: #747d88
}

.header-s1.is-transparent.has-fixed .navbar-nav>li.active>a,
.header-s1.is-transparent.has-fixed .navbar-nav>li>a:hover,
.header-s1.is-transparent.has-fixed .navbar-nav>li>a:focus {
	color: #c70827;
}

.header-s1.is-transparent.has-fixed .navbar-nav>li.quote-btn .btn {
	color: #fff
}

.header-s1.is-transparent.has-fixed .navbar-nav>li>a .navbar-nav>li>a:not(.btn)::after {
	background-color: #27272f
}

.header-s1.is-transparent.has-fixed .navbar-collapse {
	color: #3c3c3c
}

.header-s1.is-transparent.has-fixed .banner {
	margin-top: 0
}

.header-s1.is-transparent.has-fixed .navbar-brand .logo-light {
	display: none
}

.header-s1.is-transparent.has-fixed .navbar-brand .logo-dark {
	display: block
}

.header-s1.has-fixed .navbar {
	position: fixed;
	width: 100%;
	z-index: 9;
	top: 0;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06)
}

.header-s1.has-fixed .banner {
	margin-top: 76px
}

.header-s1.header-dark .topbar {
	background: #007e42;
	color: #fff
}

.header-s1.header-dark .topbar .icon,
.header-s1.header-dark .topbar .fa,
.header-s1.header-dark .topbar a:hover {
	color: #EAA515
}

.header-s1.header-dark .navbar {
	background: #27272f
}

.header-s1.header-dark .navbar-nav>li>a,
.header-s1.header-dark .navbar-nav>li.active>a,
.header-s1.header-dark .navbar-nav>li>a:hover,
.header-s1.header-dark .navbar-nav>li>a:focus {
	color: #fff
}

.header-s1.header-dark .navbar-nav li.quote-btn .btn:hover {
	background: #0A6339
}

.header-s1.header-dark .navbar-brand .logo-dark {
	display: none
}

.header-s1.header-dark .navbar-brand .logo-light {
	display: block
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
	font-size: 12px;
	line-height: 1
}

.breadcrumb>li {
	margin: 6px 0
}

.breadcrumb a {
	color: inherit;
	text-decoration: none;
	transition: all 0.4s
}

.breadcrumb>.active {
	opacity: 0.6;
	color: inherit
}

.breadcrumb li:not(.active) a:hover {
	color: #EAA515
}

.breadcrumb>li+li:before {
	color: inherit;
	opacity: 0.5;
	padding: 0 6px 0 3px
}

.breadcrumb.breadcrumb-arrow>li+li:before {
	content: "\00bb"
}

.breadcrumb.breadcrumb-dash>li+li:before {
	content: "\2013"
}

.breadcrumb.breadcrumb-dots>li+li:before {
	content: "\2022"
}

.banner-text {
	color: #747d88;
	position: relative;
	padding-top: 67.5px;
	padding-bottom: 67.5px;
	z-index: 1;
	font-size: 16px
}

.banner-text.wide-md {
	max-width: 580px
}

.banner-text.wide-sm {
	max-width: 420px
}

.banner-text.wide-lg {
	max-width: 720px
}

.banner-text.pos-center {
	margin: 0 auto
}

.banner-text.pos-left {
	float: left
}

.banner-text.pos-right {
	float: right
}

.banner-text.al-center:not(.pos-center),
.banner-text.center:not(.pos-center) {
	margin: 0 auto
}

.banner-text.light {
	color: #fff
}

.banner-text.dark {
	color: #2e3135
}

.banner-text.dark+.page-breadcrumb {
	color: #2e3135
}

.banner-text h1,
.banner-text h2 {
	color: inherit;
	font-size: 2.5em;
	font-weight: 400;
	margin-bottom: 10px;
}

.banner-text h1 strong,
.banner-text h2 strong {
	color: #27272f
}

.banner-text .with-line:after {
	background-color: #fff
}

.banner-text .animated {
	animation-delay: 350ms;
	animation-duration: 1s
}

.banner-text .banner-cta:not(:first-child) {
	margin-top: 25px
}

.banner-text .btn {
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase
}

.banner-text .btn+.btn {
	margin-left: 15px
}

.banner-text .page-title {
	color: inherit;
	font-size: 2.5em;
	font-weight: 400;
	margin-bottom: 10px
}

.banner-slider {
	height: 500px
}

.banner-slider.slider-large {
	height: 600px
}

.banner-slider .carousel-inner .item {
	transition-property: opacity
}

.banner-slider .carousel-inner .item,
.banner-slider .carousel-inner .active.left,
.banner-slider .carousel-inner .active.right {
	opacity: 0
}

.banner-slider .carousel-inner .active,
.banner-slider .carousel-inner .next.left,
.banner-slider .carousel-inner .prev.right {
	opacity: 1
}

.banner-slider .carousel-inner .next,
.banner-slider .carousel-inner .prev,
.banner-slider .carousel-inner .active.left,
.banner-slider .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0)
}

.banner-slider .banner-content {
	position: relative;
	top: 50%;
	transform: translate(0, -50%)
}

.banner-slider .banner-text {
	width: 100%;
	position: relative;
	padding-top: 0;
	padding-bottom: 0
}

.banner-slider .banner-boxed {
	padding: 35px 35px 40px;
	background: rgba(0, 0, 0, 0.6)
}

.banner-slider:hover>.carousel-control {
	opacity: 1;
	visibility: visible
}

.banner-slider .fill {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover
}

.banner-intro {
	color: #fff
}

.banner-intro .container>.content {
	padding-top: 15px;
	padding-bottom: 15px
}

.banner-intro .banner-text {
	font-size: 18px;
	padding-top: 160px;
	padding-bottom: 160px
}

.is-transparent .banner-intro .banner-text {
	margin-top: 60px
}

.banner-static {
	color: #fff;
	position: relative;
	width: 100%;
	height: 282px;
}

.banner-static:not(.has-bg-image) {}

.banner-static .banner-text:not(.dark) {
	color: #fff
}

.banner-static .banner-cpn {
	position: absolute;
	width: 100%;
	left: 0;
	top: 88%;
	z-index: 5;
	transform: translateY(-50%)
}

.is-transparent .banner-static .banner-cpn {}

.banner-static .banner-cpn .content {
	position: relative
}

.banner-static .banner-cpn .banner-text {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0
}

.banner-static .banner-cpn .banner-text:not([class*="pos-"]) {
	float: left
}

.banner-static .banner-cpn .banner-text:not([class*="wide-"]) {
	max-width: 550px
}

.banner-static .banner-cpn .page-breadcrumb {
	max-width: 400px;
	width: 100%;
	position: absolute;
	right: 0;
	text-align: right;
	top: 50%;
	transform: translateY(-50%)
}

.banner-static.banner-small {
	height: 220px;
	min-height: inherit
}

.banner-static.banner-intro {
	min-height: 550px
}

.banner-static.only-pg-title {
	min-height: 160px
}

.banner-static.bg-grey,
.banner-static.bg-light {
	background: #ffffff
}

.banner-static.bg-grey .banner-text,
.banner-static.bg-light .banner-text {
	color: #747d88
}

.banner-static.bg-grey .light,
.banner-static.bg-light .light {
	color: #fff
}

.banner-static.bg-grey .dark,
.banner-static.bg-light .dark {
	color: #747d88
}

.banner-static .imagebg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-ms-border-radius: 0;
	border-radius: 0
}

.is-transparent .banner-static {}

.banner-static.has-bg-image .container {
	position: static
}

.navbar-fixed-top+.banner-static {
	padding: 145px 0 15px
}

.call-action {
	color: #fff;
	background-color: #27272f;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative
}

.call-action .cta-block {
	padding: 45px 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: table
}

.call-action .cta-block>.cta-sameline {
	padding: 0
}

.call-action h1,
.call-action h2,
.call-action h3,
.call-action h4 {
	font-weight: 400;
	color: inherit;
	line-height: 1.5;
	margin: 15px 0
}

.call-action h4 {
	font-weight: 300
}

.call-action p {
	margin: 15px 0
}

.call-action h1,
.call-action h2 {
	font-weight: 700;
	font-size: 1.875em
}

.call-action a:not(.btn) {
	color: inherit;
}

.call-action a:not(.btn):hover {
	text-decoration: none
}

.call-action .cta-num {
	font-size: 1.25em;
	line-height: 28px;
	font-weight: 300
}

.call-action .cta-num strong {
	font-weight: inherit;
	font-size: 1.7em;
	display: inline-block;
	letter-spacing: 1px;
	padding-left: 5px
}

.call-action .cta-num a:not(.btn) {
	text-decoration: none
}

.call-action .cta-num a:not(.btn):hover {
	box-shadow: 0 1px 0 #fff
}

.call-action .btn {
	min-width: 160px;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 20px
}

.call-action .btn:first-child {
	margin-top: 0
}

.call-action .btn.btn-light {
	color: #27272f
}

.call-action .btn.btn-light:hover {
	color: #fff;
	background-color: #EAA515;
	border-color: #EAA515
}

.call-action .btn.btn-outline:hover {
	background-color: #fff
}

.call-action.bg-grey {
	background-color: #f0f0f0
}

.call-action.bg-light {
	background-color: #fbfbfb;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid rgba(0, 0, 0, 0.04)
}

.call-action.bg-grey,
.call-action.bg-light {
	color: #27272f
}

.call-action.bg-grey p,
.call-action.bg-light p {
	color: #747d88
}

.call-action.bg-primary {
	background-color: #10388c
}

.call-action.bg-primary .btn:not(.btn-light),
.call-action:not([class*='bg-']) .btn:not(.btn-light) {
	color: #fff;
	background-color: #383e42;
	border-color: #383e42;
}

.call-action.bg-primary .btn:not(.btn-light):hover,
.call-action.bg-primary .btn:not(.btn-light):focus,
.call-action:not([class*='bg-']) .btn:not(.btn-light):hover,
.call-action:not([class*='bg-']) .btn:not(.btn-light):focus {
	color: #f8991d4;
}

.call-action.bg-secondary {
	background-color: #EAA515
}

.call-action.bg-secondary .btn:not(.btn-light) {
	color: #fff;
	background-color: #ffffff;
	border-color: #27272f
}

.call-action.bg-secondary .btn:not(.btn-light):hover,
.call-action.bg-secondary .btn:not(.btn-light):focus {
	color: #EAA515
}

.call-action.bg-secondary .btn-light {
	color: #EAA515
}

.call-action.bg-secondary .btn-light:hover {
	color: #e44624;
	background-color: #ffffff;
	border-color: #27272f
}

.call-action.bg-primary .btn:not(.btn-light):hover,
.call-action.bg-primary .btn:not(.btn-light):focus,
.call-action.bg-secondary .btn:not(.btn-light):hover,
.call-action.bg-secondary .btn:not(.btn-light):focus,
.call-action:not([class*='bg-']) .btn:not(.btn-light):hover,
.call-action:not([class*='bg-']) .btn:not(.btn-light):focus {
	background-color: #940c21;
	border-color: #940c21;
	color: #fff;
	/*box-shadow: 0 12px 25px -5px rgb(56 62 66);
	background-color: #383e42;
	box-shadow: 0px 2px 10px 5px rgb(56 62 66);
	border: 1px solid #383e42;*/
}

.call-action.bg-primary .btn.btn-outline,
.call-action.bg-secondary .btn.btn-outline,
.call-action:not([class*='bg-']) .btn.btn-outline {
	border-color: #fff;
	color: #fff;
	background-color: transparent
}

.call-action.has-parallax {
	background-position: 50% 0
}

.call-action.has-parallax .cta-block {
	background: rgba(0, 0, 0, 0.7);
	padding: 135px 0
}

.call-action.has-parallax.bg-primary .cta-block {
	background: rgba(0, 151, 80, 0.7)
}

.call-action.has-parallax.bg-secondary .cta-block {
	background: rgba(234, 165, 21, 0.7)
}

.call-action.has-parallax.cta-large .cta-block {
	padding: 225px 0
}

.call-action.has-parallax.cta-small .cta-block {
	padding: 90px 0
}

.call-action.has-bg {
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.call-action.has-bg:after {
	display: none
}

.call-action.has-bg .cta-block {
	background: rgba(0, 0, 0, 0.7)
}

.call-action.has-bg.cta-large .cta-block {
	padding: 225px 0
}

.call-action.has-bg.cta-small .cta-block {
	padding: 45px 0
}

.call-action.has-bg.bg-primary .cta-block,
.call-action.has-parallax.bg-primary .cta-block {
	background: #a00822;
}

.call-action.has-bg.bg-secondary .cta-block,
.call-action.has-parallax.bg-secondary .cta-block {
	background: #a00822
}

.call-action.has-bg.bg-light .cta-block,
.call-action.has-parallax.bg-light .cta-block {
	background: rgba(244, 248, 248, 0.7)
}

.call-action.cta-small .cta-block {
	padding: 30px 0
}

.call-action.cta-large .cta-block {
	padding: 90px 0
}

.call-action.cta-mini .cta-block {
	padding: 15px 0
}

.call-action.cta-mini h2,
.call-action.cta-mini h3,
.call-action.cta-mini h4 {
	font-size: 1.25em;
	font-weight: 300
}

.call-action.style-v2 .cta-block {
	padding: 450px 0 0
}

.call-action.style-v2 .cta-content {
	padding: 30px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 151, 80, 0.6)
}

.call-action.style-v2.bg-secondary .cta-content {
	background-color: rgba(234, 165, 21, 0.6)
}

.call-action.style-v2.bg-dark .cta-content {
	background-color: rgba(0, 0, 0, 0.6)
}

.call-action.style-v2.bg-light .cta-content {
	background-color: rgba(255, 255, 255, 0.8)
}

.call-action .cta-sameline {
	position: relative;
	padding-right: 260px
}

.call-action .cta-sameline .content {
	padding-right: 260px;
	position: relative
}

.call-action .cta-sameline h1,
.call-action .cta-sameline h2,
.call-action .cta-sameline h3,
.call-action .cta-sameline h4,
.call-action .cta-sameline p {
	margin: 1px 0 3px
}

.call-action .cta-sameline .btn,
.call-action .cta-sameline .cta-num {
	top: 50%;
	right: 0;
	margin-top: 0;
	position: absolute;
	transform: translate(0, -50%);
	transform-style: preserve-3d;
	animation: odsoky 1s ease-in-out infinite alternate;
}

.timelines {
	margin-top: 30px
}

.timelines:first-child {
	margin-top: 0
}

.timeline {
	padding-left: 120px;
	position: relative
}

.timeline+.timeline {
	margin-top: 30px
}

.timeline+.timeline:after {
	top: -52px
}

.timeline:before,
.timeline:after {
	content: '';
	position: absolute
}

.timeline:before {
	background-color: #27272f;
	-ms-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	height: 10px;
	left: 76px;
	top: 6px;
	width: 10px;
	z-index: 1
}

.timeline:after {
	background-color: #e4e4e4;
	bottom: 0;
	left: 80px;
	top: 6px;
	width: 2px
}

.timeline .tl-year {
	font-size: 1.5em;
	line-height: 24px;
	left: 0;
	margin-bottom: 0;
	position: absolute;
	top: 0;
	font-family: "Poppins", sans-serif
}

.timeline .tl-title {
	font-size: 1.25em;
	line-height: 24px;
	font-family: "Poppins", sans-serif
}

.content-box {
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
	padding: 28px;
	overflow: hidden
}

.content-box:last-child {
	margin-bottom: 0
}

.content-box:not([class*='bg-']) {
	background-color: #f4f8f8
}

.bg-light .content-box:not([class*='bg-']) {
	background-color: #fff
}

.content-box h4 {
	font-weight: 400
}

.content-box h5 {
	margin-top: 0
}

.content-box h5+ul {
	margin-top: -5px
}

.form-quote,
.form-message {
	margin-top: 30px
}

.form-quote:first-child,
.form-message:first-child {
	margin-top: 0
}

.form-quote .form-control,
.form-message .form-control {
	height: 50px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
	background-color: #f8f8f8
}

.bg-light .form-quote .form-control,
.bg-light .form-message .form-control {
	background-color: #fff
}

.form-quote .form-control.txtarea,
.form-message .form-control.txtarea {
	height: 150px
}

.form-quote .form-group,
.form-message .form-group {
	margin-bottom: 15px
}

.form-quote .form-field>p:first-child,
.form-message .form-field>p:first-child {
	margin-top: 5px;
	margin-bottom: 10px
}

.form-quote h3,
.form-quote h4,
.form-message h3,
.form-message h4 {
	margin-top: 30px;
	margin-bottom: 10px
}

.form-quote select,
.form-message select {
	outline: none;
	width: 100%;
	height: 50px;
	background: #f8f8f8;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e9e9e9;
	padding-left: 10px
}

.bg-light .form-quote select,
.bg-light .form-message select {
	background-color: #fff
}

.form-quote input[type="checkbox"],
.form-quote input[type="radio"],
.form-message input[type="checkbox"],
.form-message input[type="radio"] {
	margin-right: 4px
}

.form-quote ul.form-field,
.form-message ul.form-field {
	margin-bottom: 5px
}

.form-quote ul.form-field:last-child,
.form-message ul.form-field:last-child {
	margin-bottom: 0px
}

.form-quote .btn,
.form-message .btn {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px
}

.replyform {
	margin-top: 30px
}

.replyform:first-child {
	margin-top: 0
}

.section-quoteform {
	background: #e8e8ee;
	position: relative;
	overflow: hidden
}

.section-quoteform .form-control {
	background-color: #fff
}

.statistics {
	background-position: center center;
	background-size: cover
}

.statistics .stat-block {
	padding: 140px 0;
	min-height: 400px;
	background: rgba(0, 0, 0, 0.7)
}

.statistics .stat-wrapper {
	height: 100%;
	background: #f5f5f5;
	text-align: center;
	-ms-border-radius: 3px;
	border-radius: 3px
}

.statistics .stat-col {
	border-right: 1px solid #e3e3e3;
	padding: 40px 0 30px
}

.statistics .stat-col:last-child {
	border-right: none
}

.statistics .stat-col .stat-top .fa {
	margin-right: 15px;
	margin-top: -15px;
	font-size: 36px;
	color: #27272f
}

.statistics .stat-col .stat-top .counter {
	font-family: "poppins", sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #EAA515
}

.quotes {
	margin-top: 60px
}

.quotes:first-child {
	margin-top: 0
}

.quotes .quotes-text {
	padding: 30px 0;
	font-size: 1em
}

.quotes.quotes-single .quotes-text {
	font-size: 18px;
	line-height: 1.875;
	margin-top: 20px
}

.quotes .profile {
	position: relative;
	text-align: center
}

.quotes .profile img {
	width: 65px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto
}

.quotes .profile h5 {
	font-weight: 700;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 5px
}

.quotes .profile h6 {
	font-weight: 400;
	font-family: "Poppins", sans-serif
}

.quotes-slider {
	margin-top: 20px
}

.quotes-slider:first-child {
	margin-top: 0
}

.quotes-slider:hover .carousel-indicators {
	opacity: 1
}

.quotes-slider.carousel {
	padding-bottom: 30px
}

.quotes-slider .carousel-indicators {
	bottom: 0;
	margin-top: 0;
	width: 60%;
	margin-left: -30%;
	line-height: 1;
	opacity: .5;
	transition: opacity .4s
}

.quotes-slider .carousel-indicators li {
	display: inline-block;
	list-style: none;
	padding-bottom: 0;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	background-color: #ccc;
	border: 0px
}

.quotes-slider .carousel-indicators li.active {
	background-color: #27272f
}

.quotes-boxed .quotes-text {
	background: rgba(255, 255, 255, 0.95);
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 30px
}

.testimonials-list .quotes {
	border-bottom: 1px solid #eee;
	padding: 0 0 60px;
	margin-bottom: 60px
}

.testimonials-list .quotes:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0
}

.testimonials-list .quotes .quotes-text {
	padding: 0
}

.testimonials-list .quotes .profile {
	text-align: left
}

.logo-item {
	background: #fff;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.04);
	text-align: center;
	padding: 10px
}

.logo-item img {
	border: 0 none;
	border-radius: border-radius();
	width: 100%;
	max-width: 190px
}

.style-v2 .logo-item {
	background: none;
	border-color: transparent
}

.logos-lists .row+.row {
	margin-top: 30px
}

.logos-lists .logo-item img {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.04)
}

.logos-lists.logos-lists-flat .logo-item {
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-top: 0;
	border-left: 0;
	padding: 10px 0
}

.logos-lists.logos-lists-flat .logo-item img {
	border-radius: 0;
	box-shadow: none;
	border: 0 none
}

.logos-lists.logos-lists-flat .row {
	margin-right: 0;
	margin-left: 0
}

.logos-lists.logos-lists-flat .row+.row {
	margin-top: 0
}

.logos-lists.logos-lists-flat .row:last-child .logo-item {
	border-bottom-color: transparent
}

.logos-lists.logos-lists-flat .col-sm-3,
.logos-lists.logos-lists-flat .col-sm-4,
.logos-lists.logos-lists-flat .col-md-3,
.logos-lists.logos-lists-flat .col-md-4 {
	padding: 0
}

.logos-lists.logos-lists-flat .col-sm-3:last-child .logo-item,
.logos-lists.logos-lists-flat .col-sm-4:last-child .logo-item,
.logos-lists.logos-lists-flat .col-md-3:last-child .logo-item,
.logos-lists.logos-lists-flat .col-md-4:last-child .logo-item {
	border-right-color: transparent
}

.logo-carousel .owl-controls {
	display: none
}

.wgs-box {
	position: relative;
	overflow: hidden
}

.wgs-box:last-child {
	margin-bottom: 0
}

.wgs-box:not(.boxed) .boxed {
	margin-top: 0;
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.02);
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 25px
}

.wgs-box .wgs-content {
	position: relative;
	z-index: 2
}

.wgs-box .wgs-heading {
	font-size: 1.5em;
	font-weight: 400
}

.wgs-box.has-bg:after {
	opacity: .7
}

.wgs-box.boxed {
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 25px
}

.wgs-box.boxed .wgs-heading {
	font-size: 1.375em;
	text-transform: inherit;
	color: #27272f;
	font-weight: 400
}

.wgs-box.boxed:not([class*="bg-"]) {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.02)
}

.wgs-box h3,
.wgs-box h4 {
	font-size: 1.5em
}

.wgs-box p+p,
.wgs-box p+h3,
.wgs-box p+h4 {
	margin-top: 15px
}

.wgs-box ul {
	list-style: none;
	margin: 0 0 10px
}

.wgs-box ul:last-child {
	margin-bottom: 0
}

.wgs-box ul li {
	padding-bottom: 10px
}

.wgs-box ul li:last-child {
	padding-bottom: 0
}

.wgs-box ul li ul {
	margin: 10px 0 0 35px
}

.wgs-box ul li ul li {
	font-size: 0.875em;
	padding-left: 0;
	padding-bottom: 5px;
	list-style: disc
}

.wgs-box ul li ul li:last-child {
	padding-bottom: 0
}

.wgs-box ul.contact-list li {
	padding-bottom: 0
}

.wgs-box ul.tag-list {
	margin-top: -10px
}

.wgs-box ul.tag-list li {
	float: left;
	margin: 10px 10px 0 0;
	padding: 0
}

.wgs-box ul.tag-list li a {
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 20px;
	font-size: .875em;
	line-height: 1;
	color: #27272f;
	border: 1px solid #e9e9e9;
	display: block
}

.wgs-box ul.tag-list li a:hover {
	background: #e9e9e9
}

.wgs-box ul.blog-recent li {
	padding: 15px 0;
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden
}

.wgs-box ul.blog-recent li:first-child {
	padding-top: 0
}

.wgs-box ul.blog-recent li:last-child {
	padding-bottom: 0px;
	border-bottom: 0 none
}

.wgs-box ul.blog-recent li img {
	float: left;
	max-width: 100px;
	margin-top: 2px;
	margin-right: 12px;
	height: auto;
	opacity: 1;
	transition: opacity 350ms;
	-ms-border-radius: 3px;
	border-radius: 3px
}

.wgs-box ul.blog-recent li a {
	display: inline-block;
	color: #777
}

.wgs-box ul.blog-recent li:hover a {
	color: #27272f
}

.wgs-box ul.blog-recent li:hover img {
	opacity: 0.5
}

.wgs-box a.btn.btn-full {
	margin-top: 10px;
	display: block
}

.wgs-box a.btn .fa {
	margin-left: 6px
}

.wgs-box.wgs-menus ul li {
	font-weight: 600
}

.wgs-box.wgs-menus ul li a {
	color: #40454b
}

.wgs-box.wgs-menus ul li a:hover,
.wgs-box.wgs-menus ul li a:focus {
	color: #fff;
	background-color: #ad0720;
	/*box-shadow: 0 5px 5px 0px rgb(173 7 32);
	border: 1px solid #ad0720;*/
}

.wgs-box.wgs-menus ul li ul li {
	font-weight: normal
}

.wgs-box.wgs-menus ul.list>li {
	padding: 12px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

.wgs-box.wgs-menus ul.list>li:first-child {
	padding-top: 0
}

.wgs-box.wgs-menus ul.list>li.list-heading span {
	text-transform: uppercase;
	color: #ffffff;
	transition: color 0.4s
}

.wgs-box.wgs-menus ul.list>li.list-heading a:hover span,
.wgs-box.wgs-menus ul.list>li.list-current a span {
	color: #40454b
}

.wgs-box.wgs-menus ul.list>li.active>a,
.wgs-box.wgs-menus ul.list>li.current>a {
	color: #27272f
}

.wgs-box.wgs-menus ul.list-grouped {
	padding: 0;
	/* background-color: #fff; */
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.02);
	overflow: hidden;
	-ms-border-radius: 3px;
	border-radius: 11px;
}

.wgs-box.wgs-menus ul.list-grouped>li {
	padding: 0
}

.wgs-box.wgs-menus ul.list-grouped>li a {
	padding: 12px 25px;
	display: block
}

.wgs-box.wgs-menus ul.list-grouped>li.list-heading {
	padding: 0
}

.wgs-box.wgs-menus ul.list-grouped>li.list-heading>a {
	padding: 0
}

.wgs-box.wgs-menus ul.list-grouped>li.list-heading span {
	padding: 14px 25px;
	display: block;
	background-color: #c70827;
	background: linear-gradient(45deg, rgb(199 8 39) 0%, rgb(59 59 59) 60%, rgb(60 60 60) 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffefae",endColorstr="#ffe189",GradientType=1)!important;
	background-size: 200% 200%!important;
	background-position: left center;
	box-shadow: 0 10px 20px -5px rgba(0,0,0,0.25);
	/* transition: .3s ease!important; */
}

.wgs-box.wgs-menus ul.list-grouped>li:last-child {
	border-bottom: 0 none
}

.wgs-box.wgs-menus ul.list-grouped li ul {
	margin: 0;
	background-color: #fff;
	margin-bottom: 28px;
	border-radius: 0 0 11px 11px;
}

.wgs-box.wgs-menus ul.list-grouped li ul li {
	padding-bottom: 0;
	list-style: none;
	/*border-top: 1px solid #e9e9e9;*/
}

.wgs-box.wgs-menus ul.list-grouped li ul li.active a,
.wgs-box.wgs-menus ul.list-grouped li ul li.current a {
	color: #27272f;
	position: relative
}

.wgs-box.wgs-menus ul.list-grouped li ul li.active a:before,
.wgs-box.wgs-menus ul.list-grouped li ul li.current a:before {
	position: absolute;
	width: 3px;
	height: 100%;
	content: "";
	left: 0;
	top: 0;
	background: #27272f
}

.wgs-box.wgs-menus ul.list-grouped li ul li a {
	padding: 12px 25px 11px;
	display: block
}

.wgs-box.wgs-search .form-group {
	height: 50px;
	position: relative;
	border: 1px solid #e9e9e9;
	-ms-border-radius: 3px;
	border-radius: 3px
}

.wgs-box.wgs-search .form-group:last-child {
	margin-bottom: 0
}

.wgs-box.wgs-search .form-group .form-control {
	height: 100%;
	background: #fafafa;
	font-size: 16px;
	border: 0px
}

.wgs-box.wgs-search .form-group button.search-btn {
	position: absolute;
	right: 0px;
	height: 100%;
	top: 0px;
	background: #eee;
	width: 50px;
	color: #27272f;
	border: 0px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	transition: color 0.4s
}

.wgs-box.wgs-search .form-group button.search-btn:hover {
	color: #EAA515
}

.wgs-box.wgs-quoteform {
	background-color: #f8f8f8;
	padding: 25px;
	-ms-border-radius: 3px;
	border-radius: 3px
}

.wgs-box.wgs-quoteform .form-control {
	background: #fff
}

.footer-widget {
	background: #23262b;
	color: #fff;
	font-size: 15px;
	line-height: 1.75
}

.footer-widget a {
	color: #fff;
	text-decoration: none
}

.footer-widget a:hover,
.footer-widget a:focus {
	color: #c70827;
}

.footer-widget .wgs-footer {
	margin-bottom: 40px
}

.footer-widget .wgs-footer:last-child {
	margin-bottom: 0
}

.footer-widget .wgs-title {
	font-size: 16px;
	font-family: arial;
	color: #27272f;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 12px
}

.footer-widget .wgs-content ul {
	list-style: none;
	margin: 0
}

.footer-widget .wgs-content ul li {
	padding-bottom: 8px
}

.footer-widget .wgs-content ul li:last-child {
	padding-bottom: 0
}

.footer-widget .contact-info .fa {
	float: left;
	color: #747474;
	font-size: 24px;
	margin-top: 5px
}

.footer-widget .contact-info span {
	margin-left: 40px;
	display: block
}

.footer-widget .contact-info li:not(:last-child) {
	padding-bottom: 15px
}

.footer-widget.style-v2 {
	border-top: 1px solid rgba(35, 38, 43, 0.06);
	color: #fff;
	border-top: 10px solid #c70827fa;
}

.footer-widget.style-v2 .wgs-title {
	color: #fff
}

.footer-widget .wgs-menu .menu li {
	padding-left: 12px;
	position: relative
}

.footer-widget .wgs-menu .menu li a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	left: 0;
	margin-top: 2px;
	line-height: 16px;
	font-size: 16px;
	color: #c70827;
	display: inline-block;
	transition: left .3s;
}

.footer-widget .wgs-menu .menu li:hover a°Žº°ŽºV+V+`I+0G+xV+0V+@0V+lor: inherit;
text-decoration:none
}
.copyright a:hover,
.copyright a:focus {
	color: #e82900
}
.copyright .sep {
	color: inherit;
	padding: 0 5px
}
.copyright.style-v2 {
	background: #383e42;
	padding: 5px;
	border-top: 1px solid rgba(19, 21, 25, 0.06);
	color: #fff;
}
.post .post-meta {
	width: 100%
}
.post .post-meta .pub-date {
	color: #999;
	font-size: 12px;
	text-transform: uppercase
}
.post .post-meta:not(:first-child) {
	margin-bottom: 15px
}
.post .post-meta li {
	display: inline-block;
	font-size: 13px;
	margin-right: 40px
}
.post .post-meta li:last-child {
	margin-right: 0px
}
.post .post-meta li a {
	display: inline;
	color: #fff;
	transition: text-decoration 350ms
}
.post .post-meta li a:hover {
	text-decoration: underline
}
.post .post-meta li .fa {
	color: #27272f;
	margin-right: 10px;
	font-size: 16px
}
.post .post-meta li span {
	color: #fff
}
.post .post-thumbs {
	position: relative;
	margin-bottom: 15px
}
.post .post-thumbs:last-child {
	margin-bottom: 0
}
.post .post-thumbs img {
	-ms-border-radius: 3px;
	border-radius: 3px;
	opacity: 1;
	transition: opacity .4s
}
.post .post-thumbs a {
	display: block
}
.post .post-thumbs a:hover img {
	opacity: 0.7
}
.post .post-thumbs .post-meta {
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}
.post .post-entry h2,
.post .post-entry h1 {
	font-size: 1.375em;
	font-weight: 400
}
.post .post-entry h2 a,
.post .post-entry h1 a {
	color: #383e42;
}
.post .post-entry h2 a:hover,
.post .post-entry h1 a:hover {
	color: #c70827;
}
.post .post-entry a.btn {
	color: #fff;
	background: #c70827;
	border: 0 none;
	padding: 13px 45px;
	margin-top: -20px;
	margin-bottom: 0;
	text-transform: inherit;
	letter-spacing: inherit;
	font-size: .875em;
	font-weight: 600
}
.post .post-entry a.btn:hover {
	color: #fff;
	background-color: #383e42;
	box-shadow: 0 5px 5px 0px rgb(56 62 66);
	border: 1px solid #383e42;
}
.post.post-loop {
	margin-top: 60px
}
.post.post-single .post-entry h2,
.post.post-single .post-entry h1 {
	font-size: 1.875em
}
.post-col2 .post-loop:nth-child(2n+1) {
	clear: left
}
.blog-posts {
	list-style: none;
	padding: 0;
	margin: 0
}
.blog-posts:first-child,
.blog-posts.mgfix {
	margin-top: -60px
}
.blog-posts.mgno,
.blog-posts.nomg {
	margin-top: 0
}
.blog-posts.blog-post-alter .post-thumbs {
	float: left;
	width: 35%
}
.blog-posts.blog-post-alter .post-entry {
	width: 65%;
	margin-left: 38%
}
.blog-posts.blog-post-alter .post-entry h2,
.blog-posts.blog-post-alter .post-entry h1 {
	font-size: 1.2em;
	margin: 5px 0 15px 0
}
.blog-posts.blog-post-alter .post-entry .post-meta {
	background: transparent;
	padding: 0px;
	margin-bottom: 0
}
.blog-posts.blog-post-alter .post-entry .post-meta li {
	font-size: 13px
}
.blog-posts.blog-post-alter .post-entry .post-meta li span {
	color: #000
}
.pagination {
	margin: 30px 0 0 0;
	vertical-align: middle
}
.pagination:first-child {
	margin-top: 0
}
.pagination li a {
	color: #888;
	transition: .4s;
	border-color: #eee
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus {
	background-color: #eee;
	border-color: #eee;
	color: #27272f
}
.faqs-row:first-child {
	margin-top: -30px
}
.faqs-row.faqs-s1+.faqs-row {
	margin-top: 30px
}
.faqs {
	clear: both;
	margin-top: 30px
}
.faqs .faq-heading {
	font-family: "Poppins", sans-serif;
	font-size: 1.125em;
	color: #40454b;
	font-weight: 400
}
.faqs.panel-group:last-child {
	margin-bottom: 0
}
.faqs-s2 .faqs {
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 30px;
	-ms-border-radius: 3px;
	border-radius: 3px
}
.faqs-s2 .faqs .faq-heading {
	font-size: 1.125em;
	font-weight: 400
}
.faqs-s2 .faqs.faqs-section-head {
	border: 0 none;
	padding: 0
}
.bg-light .faqs-s2 .faqs:not(.faqs-section-head),
.bg-grey .faqs-s2 .faqs:not(.faqs-section-head) {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
	border: 0 none
}
.feature-row:first-child,
.feature-row.mgfix {
	margin-top: -20px
}
.feature-row.mgno,
.feature-row.nomg {
	margin-top: 0
}
.feature-row.row-overup {
	position: relative;
	z-index: 21;
	margin-top: -120px
}
.feature-row:first-child,
.feature-row.mgfix {
	z-index: 1;
	position: relative
}
.feature {
	margin-top: 1px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	transform-style: preserve-3d;
	background: transparent;
	height: 242px;
}
.feature .fbox-photo,
.feature .fbox-content {
	margin-top: 20px;
}
.feature .fbox-photo:first-child,
.feature .fbox-content:first-child {
	margin-top: 0
}
.feature .fbox-over {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2;
	color: #fff;
	padding: 20px 10px;
	transition: all .4s;
	-ms-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	/*background: linear-gradient(45deg, rgb(199 8 39) 0%, rgb(59 59 59) 60%, rgb(60 60 60) 100%)!important;    background-size: 200% 200%!important;*/
	background-position: left center;
	box-shadow: 0 10px 20px -5px rgba(0,0,0,0.25);
}
.feature .fbox-over .title,
.feature .fbox-over .fbox-content {
	margin: 0;
	-webkit-font-smoothing: antialiased
}
.feature .fbox-over .title+.fbox-content {
	margin-top: 10px;
	font-size: 0.875em
}
.feature .fbox-over h3,
.feature .fbox-over h4,
.feature .fbox-over h5 {
	color: inherit
}
.feature .fbox-over .btn {
	background-color: transparent;
	border-color: #fff;
	padding: 7px 16px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase
}
.feature .fbox-over .btn:hover {
	background-color: #fff;
	color: #27272f
}
.feature .fbox-over .btn:last-child {
	margin-bottom: 5px
}
.feature .fbox-photo {
	-ms-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	transform-style: preserve-3d
}
.feature .fbox-photo img {
	margin: 0;
	width: 100%;
	height: auto;
	border-radius: 0;
	max-height: 200px;
	object-fit: cover;
}
.feature .fbox-photo.imagebg img {
	display: none
}
.feature .fbox-photo::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000000;
	opacity: 0;
	z-index: 0;
	transition: opacity 0.5s
}
.feature>a {
	display: block
}
.feature a:focus>.fbox-photo::after,
.feature a:hover>.fbox-photo::after {
	opacity: 0.5
}
.feature a.more-link {
	color: #27272f;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: no-repeat
}
.feature a.more-link:hover {
	box-shadow: 0 1px 0 #27272f
}
.feature a.btn-link {
	color: #27272f
}
.feature h3,
.feature h4 {
	color: #40454b;
	font-size: 1.05em;
	font-family: "poppins", sans-serif;
	font-weight: 700
}
.feature h3 a,
.feature h4 a {
	display: block
}
.feature h3+.sub-lead,
.feature h3+.lead,
.feature h4+.sub-lead,
.feature h4+.lead {
	margin-top: -10px
}
.feature h3.lead,
.feature h4.lead {
	font-size: 1.375em;
	opacity: 1;
	color: #40454b
}
.feature h3 a,
.feature h4 a {
	color: #fff
}
.feature h3 a:hover,
.feature h4 a:hover {
	color: #ffffff
}
.feature .fa {
	-webkit-text-stroke: 1px #fff;
	text-stroke: 1px #fff
}
.feature.light h3,
.feature.light h4,
.feature.light h3 a,
.feature.light h4 a {
	color: #fff
}
.feature p,
.feature .sub-lead,
.feature .lead {
	color: #747d88
}
.feature .sub-lead,
.feature .lead {
	font-size: 0.875em;
	font-weight: normal;
	opacity: .6
}
.feature.bg-secondary .fbox-over {
	background: rgba(234, 165, 21, 0.85)
}
.feature.bg-secondary .fbox-over .btn:hover {
	color: #EAA515
}
.feature.bg-dark .fbox-over {
	background: rgba(0, 0, 0, 0.7)
}
.feature.bg-dark .fbox-over .btn:hover {
	color: #747d88
}
.feature.boxed[class*='bg-'] {
	transition: transform .4s;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transform: translateZ(0);
	-webkit-font-smoothing: antialiased
}
.feature.bg-primary {
	background-color: #27272f;
	color: #fff
}
.feature.bg-primary .fa {
	-webkit-text-stroke: 1px #27272f;
	text-stroke: 1px #27272f
}
.feature.bg-secondary {
	background-color: #EAA515;
	color: #fff
}
.feature.bg-secondary .fa {
	-webkit-text-stroke: 1px #EAA515;
	text-stroke: 1px #EAA515
}
.feature.bg-primary-alt {
	background: #00c568;
	color: #fff
}
.feature.bg-primary-alt .fa {
	-webkit-text-stroke: 1px #00c568;
	text-stroke: 1px #00c568
}
.feature.bg-secondary-alt {
	background: #eeb53f;
	color: #fff
}
.feature.bg-secondary-alt .fa {
	-webkit-text-stroke: 1px #eeb53f;
	text-stroke: 1px #eeb53f
}
.feature.bg-primary div>*,
.feature.bg-secondary div>*,
.feature.bg-primary-alt div>*,
.feature.bg-secondary-alt div>* {
	color: #fff
}
a:hover>.feature.boxed {
	transform: translateY(-10px)
}
.feature-s1 .feature,
.feature-s2 .feature {
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 20px;
	text-align: center;
	background-color: #fff;
	transition: background .4s, color 0.4s, opacity .3s, border-color .4s
}
.feature-s1 .feature .icon-box,
.feature-s2 .feature .icon-box {
	margin-bottom: 30px;
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 58px;
	-ms-border-radius: 50%;
	border-radius: 50%
}
.feature-s1 .feature .icon-box:last-child,
.feature-s2 .feature .icon-box:last-child {
	margin-bottom: 0
}
.feature-s1 [class*="col-"]>a,
.feature-s2 [class*="col-"]>a {
	display: block;
	color: inherit
}
.feature-s1 [class*="md-3"] .feature,
.feature-s1 [class*="sm-3"] .feature,
.feature-s2 [class*="md-3"] .feature,
.feature-s2 [class*="sm-3"] .feature {
	padding: 30px 15px
}
.feature-s1 .feature h3,
.feature-s1 .feature h4,
.feature-s1 .feature h3 a,
.feature-s1 .feature h4 a {
	color: #27272f;
	transition: color .5s
}
.feature-s1 .feature .icon-box {
	border-color: #27272f;
	color: #27272f
}
.feature-s1 .feature:hover {
	border-color: #27272f
}
.feature-s1 .feature:hover .icon-box {
	color: #fff;
	background-color: #27272f
}
.feature-s1.hover-fill .feature h3,
.feature-s1.hover-fill .feature h4,
.feature-s1.hover-fill .feature h3 a,
.feature-s1.hover-fill .feature h4 a {
	color: #27272f
}
.feature-s1.hover-fill .feature:hover {
	background-color: #27272f;
	color: #fff
}
.feature-s1.hover-fill .feature:hover .icon-box {
	background-color: #fff;
	color: #27272f
}
.feature-s1.hover-fill .feature:hover h3,
.feature-s1.hover-fill .feature:hover h4,
.feature-s1.hover-fill .feature:hover h3 a,
.feature-s1.hover-fill .feature:hover h4 a {
	color: #fff
}
.feature-s2 .feature h3,
.feature-s2 .feature h4,
.feature-s2 .feature h3 a,
.feature-s2 .feature h4 a {
	color: #EAA515;
	transition: color .5s
}
.feature-s2 .feature .icon-box {
	border-color: #EAA515;
	color: #EAA515
}
.feature-s2 .feature:hover {
	border-color: #EAA515
}
.feature-s2 .feature:hover .icon-box {
	color: #fff;
	background-color: #EAA515
}
.feature-s2.hover-fill .feature h3,
.feature-s2.hover-fill .feature h4,
.feature-s2.hover-fill .feature h3 a,
.feature-s2.hover-fill .feature h4 a {
	color: #EAA515
}
.feature-s2.hover-fill .feature:hover {
	background-color: #EAA515;
	color: #fff
}
.feature-s2.hover-fill .feature:hover .icon-box {
	background-color: #fff;
	color: #27272f
}
.feature-s2.hover-fill .feature:hover h3,
.feature-s2.hover-fill .feature:hover h4,
.feature-s2.hover-fill .feature:hover h3 a,
.feature-s2.hover-fill .feature:hover h4 a {
	color: #fff
}
.feature-s4.boxed-filled,
.feature-s5.boxed-filled {
	margin-left: 0;
	margin-right: 0
}
.container-fluid .feature-s4.boxed-filled,
.container-fluid .feature-s5.boxed-filled {
	padding-top: 2px
}
.feature-s4.boxed-filled [class*='col-'],
.feature-s5.boxed-filled [class*='col-'] {
	padding: 0 1px
}
.feature-s4.boxed-filled .feature,
.feature-s4.boxed-filled .fbox-photo,
.feature-s5.boxed-filled .feature,
.feature-s5.boxed-filled .fbox-photo {
	-ms-border-radius: 0px;
	border-radius: 0px
}
.feature-s4 .feature,
.feature-s5 .feature {
	-ms-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden
}
.feature-s4 .feature .fbox-over,
.feature-s5 .feature .fbox-over {
	-ms-border-radius: 0px;
	border-radius: 0px
}
.feature-s4 .feature .fbox-over p,
.feature-s4 .feature .fbox-over .sub-lead,
.feature-s4 .feature .fbox-over .lead,
.feature-s5 .feature .fbox-over p,
.feature-s5 .feature .fbox-over .sub-lead,
.feature-s5 .feature .fbox-over .lead {
	color: #fff
}
.feature-s4 .feature .fbox-photo img,
.feature-s5 .feature .fbox-photo img {
	transition: all 1.2s
}
.feature-s4 .feature .fbox-photo:after,
.feature-s5 .feature .fbox-photo:after {
	display: none
}
.feature-s4 .feature:hover .fbox-photo img,
.feature-s4 .feature a:focus .fbox-photo img,
.feature-s5 .feature:hover .fbox-photo img,
.feature-s5 .feature a:focus .fbox-photo img {
	transform: scale(1.08)
}
.feature-s4.off-text .feature .fbox-over,
.feature-s5.off-text .feature .fbox-over {
	transform: translate(0, 100%);
	bottom: 60px
}
.feature-s4.off-text .feature .fbox-over .fbox-content,
.feature-s5.off-text .feature .fbox-over .fbox-content {
	opacity: 0;
	transition: opacity .4s
}
.feature-s4.off-text .feature .fbox-photo img,
.feature-s5.off-text .feature .fbox-photo img {
	transform: scale(1.01)
}
.feature-s4.off-text .feature:hover .fbox-over,
.feature-s4.off-text .feature>a:focus .fbox-over,
.feature-s5.off-text .feature:hover .fbox-over,
.feature-s5.off-text .feature>a:focus .fbox-over {
	transform: translate(0, 0);
	bottom: 0
}
.feature-s4.off-text .feature:hover .fbox-over .fbox-content,
.feature-s4.off-text .feature>a:focus .fbox-over .fbox-content,
.feature-s5.off-text .feature:hover .fbox-over .fbox-content,
.feature-s5.off-text .feature>a:focus .fbox-over .fbox-content {
	opacity: 1;
	transition-delay: .1s
}
.feature-s5 .feature {
	-ms-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden
}
.feature-s5 .feature .fbox-over {
	/*background: none;*/
	/*background: linear-gradient(45deg, rgb(199 8 39) 0%, rgb(59 59 59) 60%, rgb(60 60 60) 100%)!important;*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffefae",endColorstr="#ffe189",GradientType=1)!important;
	background-size: 200% 200%!important;
	background-position: left center;
	box-shadow: 0 10px 20px -5px rgba(0,0,0,0.25);
	padding: 12px;
}
.feature-s5 .feature .fbox-over p,
.feature-s5 .feature .fbox-over .sub-lead,
.feature-s5 .feature .fbox-over .lead {
	color: #fff
}
.feature-s5 .feature .fbox-photo:after {
	display: block;
	opacity: 1;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.47) 75%);
	)
}
.feature-s5 .feature:hover .fbox-photo:after,
.feature-s5 .feature:focus .fbox-photo:after {
	opacity: 1
}
.feature-s5 .feature.bg-dark .fbox-over .btn:hover {
	color: #747d88
}
.feature-s5 .feature.bg-primary .fbox-photo:after {
	background: linear-gradient(to bottom, rgba(0, 151, 80, 0) 0%, rgba(0, 151, 80, 0.65) 75%)
}
.feature-s5 .feature.bg-secondary .fbox-photo:after {
	background: linear-gradient(to bottom, rgba(234, 165, 21, 0) 0%, rgba(234, 165, 21, 0.65) 75%)
}
.feature-album h3,
.feature-album h4 {
	text-transform: inherit
}
.feature-imagebox {
	margin: 30px 0;
	background-color: #fff;
	color: #747d88;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 25px 25px 30px;
	position: relative
}
.feature-imagebox:first-child {
	margin-top: 0
}
.feature-imagebox:last-child {
	margin-bottom: 0
}
.feature-imagebox .block {
	position: relative;
	z-index: 1
}
.feature-imagebox h3,
.feature-imagebox h4 {
	color: #27272f;
	text-transform: uppercase
}
.feature-imagebox a>.fa {
	margin-left: 8px
}
.feature-imagebox a.btn+.btn {
	margin-left: 10px
}
.feature-imagebox.light {
	background-color: #fff;
	color: #27272f
}
.feature-imagebox.dark {
	background-color: #252525;
	color: #fff
}
.feature-imagebox.dark *:not(.btn) {
	color: #fff
}
.feature-imagebox.border {
	border: 1px solid #ececec
}
.feature-imagebox.border.dark {
	border: 1px solid #000
}
.boxed-w {
	background-color: #fff
}
.boxed-w .heading-box {
	padding: 15px 50px 15px 30px
}
.boxed-w .heading-box span {
	position: relative;
	padding: 4px 0 4px 50px;
	display: block;
	font-size: 1.2em
}
.boxed-w .heading-box span:before {
	position: absolute;
	content: '';
	display: block;
	height: 100%;
	width: 2px;
	left: 0;
	background-color: #27272f
}
.content-cards {
	position: relative;
	margin-top: -60px
}
.content-cards [class*='col-'] {
	padding: 0
}
.cards {
	position: relative;
	overflow: hidden;
	height: 300px
}
.cards .heading-sm-lead,
.cards .heading-md-lead,
.cards h3,
.cards h4,
.cards .heading-md,
.cards .btn,
.cards p {
	color: #40454b;
	border-color: #40454b
}
.cards .heading-sm-lead,
.cards .heading-md-lead,
.cards h3,
.cards h4 {
	font-weight: 400
}
.cards-thumb {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	border-radius: 0
}
.cards-thumb img {
	border-radius: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	width: auto;
	height: 100%;
	max-width: inherit;
	right: 0
}
.cards-v2 .cards-thumb img {
	right: auto;
	left: 0
}
.cards-light:after,
.cards-dark:after {
	position: absolute;
	content: '';
	left: -1px;
	height: 100%;
	right: -1px;
	top: 0
}
.cards-dark:after {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 90%)
}
.cards-light:after {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, transparent 90%)
}
.cards-light .heading-sm-lead,
.cards-light .heading-md-lead,
.cards-light h3,
.cards-light h4,
.cards-light .heading-md,
.cards-light .btn,
.cards-light p {
	color: #fff;
	border-color: #fff
}
.cards-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	color: #fff;
	padding: 20px 25px;
	width: 80%;
	max-width: 280px;
	font-size: .875em
}
.cards-v2.cards-light:after {
	background: linear-gradient(to left, rgba(0, 0, 0, 0.75) 0%, transparent 90%)
}
.cards-v2.cards-dark:after {
	background: linear-gradient(to left, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 90%)
}
.cards-v2 .cards-text {
	right: 0;
	text-align: right
}
.heading-section+.team-member-row {
	margin-top: -40px
}
.team-member-row:first-child,
.team-member-row.mgfix {
	margin-top: -40px
}
.team-member-row.mgno,
.team-member-row.nomg {
	margin-top: 0
}
.team-member-row.mgtop {
	margin-top: -40px
}
.team-more-btn {
	text-align: center
}
.team-more-btn:not(:first-child) {
	margin-top: 40px
}
.teams.teams-alt {
	background: rgba(0, 0, 0, 0.06)
}
.team-member {
	position: relative;
	overflow: hidden;
	margin-top: 40px
}
.team-member .team-photo {
	position: relative
}
.team-member .team-photo img {
	margin: 0;
	width: 100%;
	height: auto
}
.team-member .team-photo::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0;
	z-index: 0;
	-ms-border-radius: 3px;
	border-radius: 3px;
	transition: opacity 0.5s
}
.team-member a:hover>.team-photo::after {
	opacity: 0.5
}
.team-member .team-info {
	margin-top: 20px
}
.team-member .team-info:first-child {
	margin-top: 0
}
.team-member .team-info h4,
.team-member .team-info .name {
	color: #40454b
}
.team-member .team-info h4+.sub-title,
.team-member .team-info .name+.sub-title {
	margin-top: -10px
}
.team-member .team-info .sub-title {
	font-size: .875em;
	color: #a5abb2;
	margin: -5px 0 0
}
.team-member .team-info .sub-title+p {
	margin-top: 15px
}
.team-member .social {
	margin-top: 10px;
	opacity: 1
}
.team-profile {
	margin-top: 60px;
	overflow: hidden
}
.team-profile:first-child {
	margin-top: 0
}
.team-profile+.team-profile {
	padding-top: 15px
}
.team-profile .team-member {
	margin-top: 0
}
.team-profile .team-member .name {
	color: #40454b
}
.team-profile .team-info {
	margin-top: 0;
	padding-left: 30px
}
.team-profile .team-info hr,
.team-profile .team-info .hr {
	margin: 30px 0
}
.gallery {
	display: block
}
.gallery:before,
.gallery:after {
	content: "";
	display: table;
	clear: both
}
.gallery-col5 .gallery-list>li {
	width: 20%
}
.gallery-col4 .gallery-list>li,
.gallery:not([class*="gallery-col"]) .gallery-list>li {
	width: 25%
}
.gallery-col3 .gallery-list>li {
	width: 33.333333%
}
.gallery-col2 .gallery-list>li {
	width: 50%
}
.gallery[class*="gallery-col"] .gallery-list>li {
	float: left
}
.gallery.gallery-filled {
	overflow: hidden;
	margin-bottom: 15px
}
.gallery.gallery-filled .gallery-list {
	margin-left: 0;
	margin-right: 0
}
.gallery.gallery-filled .gallery-list li {
	padding: 0
}
.gallery.gallery-filled .gallery-item {
	-ms-border-radius: 0;
	border-radius: 0
}
.gallery.gallery-filled .gallery-caption {
	text-align: center
}
.gallery.hover-zoom .gallery-item img {
	transform: scale(1.01)
}
.gallery.hover-zoom a:hover>.gallery-item:after {
	opacity: 0.2
}
.gallery.hover-zoom a:hover>.gallery-item img {
	transform: scale(1.2)
}
.gallery.hover-zoom.has-filtered .gallery-item:hover>img {
	transform: scale(1.2)
}
.gallery.hover-zoom.has-filtered .gallery-item:hover .gallery-item-link:after {
	opacity: .4
}
.gallery.hover-fade a:hover>.gallery-item:after {
	opacity: 0.4
}
.gallery.hover-zoom .gallery-item:hover .gallery-item-caption,
.gallery.hover-zoom .gallery-item:focus .gallery-item-caption,
.gallery.hover-fade .gallery-item:hover .gallery-item-caption,
.gallery.hover-fade .gallery-item:focus .gallery-item-caption {
	opacity: 0
}
.gallery.mgfix {
	margin-top: -25px
}
.gallery.mgtop,
div[class*="wide-"]+.gallery {
	margin-top: 25px
}
.gallery.gallery-md.mgfix {
	margin-top: -34px
}
.gallery.gallery-md.mgtop,
div[class*="wide-"]+.gallery.gallery-md {
	margin-top: 34px
}
.gallery-filled.mgfix {
	margin-top: -40px
}
.gallery-filled.mgtop,
div[class*="wide-"]+.gallery-filled {
	margin-top: 40px
}
.gallery:not(.gallery-filled)>.has-carousel {
	margin-top: 15px
}
.gallery-list {
	list-style: none;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0
}
.gallery-list li {
	padding: 15px;
	position: relative
}
.gallery-md .gallery-list {
	margin-left: -6px;
	margin-right: -6px
}
.gallery-md .gallery-list li {
	padding: 6px
}
.gallery-list.has-carousel {
	margin-left: 0;
	margin-right: 0
}
.gallery-list.has-carousel li {
	padding: 0
}
.gallery-list.has-carousel .owl-item li {
	width: 100%
}
.gallery-list.has-carousel[data-dots="1"] {
	margin-bottom: 45px
}
.gallery-list .owl-dots {
	position: absolute;
	bottom: -45px;
	margin-top: 0;
	width: 100%
}
.gallery-item {
	position: relative;
	overflow: hidden;
	display: block;
	-ms-border-radius: 3px;
	border-radius: 3px;
	transform-style: preserve-3d
}
.gallery-item:hover {
	transform: scale(1.1);
}
#gallery-1 .gallery-item {
	float: left;
	text-align: center;
	border-radius: 11px;
	width: 98%;
	transition: transform .38s;
}
.gallery-square .gallery-item {
	-ms-border-radius: 0;
	border-radius: 0
}
.gallery-item img {
	width: 100%;
	height: auto;
	transition: all 1s;
	-ms-border-radius: inherit;
	border-radius: inherit
}
.gallery-item>a {
	display: block;
	position: relative;
	z-index: 4
}
.gallery-item:after {
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0;
	z-index: 0;
	transition: opacity 0.5s;
	-ms-border-radius: inherit;
	border-radius: inherit
}
.gallery-item:hover .gallery-item-link,
.gallery-item:focus .gallery-item-link {
	opacity: 1
}
.gallery-item:hover .gallery-item-link .link-block,
.gallery-item:focus .gallery-item-link .link-block {
	transform: translateY(-50%)
}
.gallery-item-caption {
	text-align: center;
	position: relative;
	padding: 6px 0;
	/*border-bottom: 6px solid #be1313;*/
	color: #fff;
}
.gallery-item-caption:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background-color: #383e42; 
	background: linear-gradient(45deg, rgb(199 8 39) 0%, rgb(59 59 59) 60%, rgb(60 60 60) 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffefae",endColorstr="#ffe189",GradientType=1)!important;
	background-size: 200% 200%!important;
	background-position: left center;
	box-shadow: 0 10px 20px -5px rgba(0,0,0,0.25);*/
}
.gallery-item-caption a {
	color: inherit
}
.gallery-item-caption h3,
.gallery-item-caption h4,
.gallery-item-caption h5,
.gallery-item-caption p {
	font-size: 1.1em;
	font-weight: 400;
	color: inherit;
	margin: 0
}
.gallery-item-caption p {
	font-size: 11px;
	/*opacity: .8;*/
	font-weight: 300
}
.gallery-item-caption .item-cat,
.gallery-item-caption .item-title {
	position: relative;
	z-index: 3;
}
.gallery-item-caption .item-cat {
	bottom: 2px;
	letter-spacing: .04em;
	padding: 3px 7px;
	color: #fff ;
}
.gallery-item-caption .item-cat:hover{
	color: #b1b1b1;
}
.gallery-item-caption .item-title {
	bottom: 20px
}
.gallery-item-caption p {
	font-size: 14px;
	font-weight: 600;
}
.gallery-item-link {
	opacity: 0;
	transition: .4s
}
.gallery-item-link .link-block {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(40%);
	transition: all 0.3s;
	transform-style: preserve-3d;
	z-index: 2
}
.gallery-item-link:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.7;
	z-index: 1;
	transition: all 0.3s;
	-ms-border-radius: inherit;
	border-radius: inherit
}
.gallery-item-link a.btn {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px 12px;
	margin: 3px 5px;
	-ms-border-radius: 3px;
	border-radius: 3px
}
.gallery-item-link a.btn:hover,
.gallery-item-link a.btn:focus {
	border-color: #27272f;
	background: #27272f;
	color: #fff;
	outline: none
}
.gallery-item-link a:not(.btn) {
	overflow: hidden;
	color: #fff;
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 42px;
	font-size: .875em;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
	margin: 0 5px;
	z-index: 8
}
.gallery-item-link a:not(.btn):hover {
	background-color: #e82900;
	color: #fff
}
div[class*='filtered-menu'] {
	width: 100%;
	margin: 40px 0;
	text-align: center;
	position: relative;
	z-index: 1
}
div[class*='filtered-menu']:first-child {
	margin-top: 0
}
div[class*='filtered-menu']:last-child {
	margin-bottom: 0
}
div[class*='filtered-menu'] ul {
	list-style: none;
	margin: 0;
	padding: 0
}
div[class*='filtered-menu'] li {
	background: #ececec;
	color: #747d88;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	padding: 10px 20px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	margin-right: -2px;
	position: relative;
	transition: all 0.3s
}
div[class*='filtered-menu'] li.active,
div[class*='filtered-menu'] li:hover {
	background: #27272f;
	color: #fff
}
div[class*='filtered-menu'] li:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}
div[class*='filtered-menu'] li:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}
div[class*='filtered-menu'].al-left {
	text-align: left
}
div[class*='filtered-menu'].al-right {
	text-align: right
}
div[class*='filtered-menu'].style-v2 {
	margin-bottom: 20px
}
div[class*='filtered-menu'].style-v2 li {
	padding: 4px 10px;
	font-weight: 400;
	font-size: 1em;
	text-transform: inherit;
	background: none
}
div[class*='filtered-menu'].style-v2 li.active,
div[class*='filtered-menu'].style-v2 li:hover {
	color: #27272f
}
div[class*='filtered-menu'].style-v2 li:not(:last-child):after {
	content: "/";
	display: inline-block;
	padding-left: 15px;
	font-weight: 300;
	font-size: .75em;
	color: #dedede
}
div[class*='filtered-menu'].style-v2 li:first-child {
	padding-left: 0
}
div[class*='filtered-menu'].style-v2 li:last-child {
	padding-right: 0
}
.mfp-title {
	font-size: 13px;
	color: #fff
}
.mfp-title small {
	font-size: 11px;
	opacity: 0.95
}
@media screen and (min-width: 1800px) {
	.banner-static {}

	.banner-static.banner-small {
		height: 220px;
		min-height: inherit
	}

	.is-transparent .banner-static.banner-small {
		height: 310px
	}

	.is-transparent .banner-static {}
}
@media only screen and (min-width: 1200px) {
	.is-transparent .banner-slider {
		height: 625px
	}

	.is-transparent .banner-slider .banner-content {
		padding-top: 80px
	}

	.list-style li a {
		color: #ffffff;
		font-family: unset;
	}

	.banner-slider.slider-large {
		height: 100vh
	}

	.pad-r {
		padding-right: 60px
	}

	.pad-l {
		padding-left: 60px
	}

	.row-vm .col-md-6.pad-r {
		padding-right: 45px
	}

	.row-vm .col-md-6.pad-l {
		padding-left: 45px
	}

	.reverses .col-md-6.pad-r {
		padding-right: 15px;
		padding-left: 45px
	}

	.reverses .col-md-6.pad-l {
		padding-left: 15px;
		padding-right: 45px
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.pad-r {
		padding-right: 45px
	}

	.pad-l {
		padding-left: 45px
	}

	.row-vm .col-md-6.pad-r {
		padding-right: 30px
	}

	.row-vm .col-md-6.pad-l {
		padding-left: 30px
	}

	.reverses .col-md-6.pad-r {
		padding-right: 15px;
		padding-left: 30px
	}

	.reverses .col-md-6.pad-l {
		padding-left: 15px;
		padding-right: 30px
	}
}
@media only screen and (max-width: 1199px) {
	body {
		font-size: 15px
	}
	.buton a{
		display: none !important;
	}

	.owl-nav .owl-next {
		right: 0
	}

	.owl-nav .owl-prev {
		left: 0
	}

	.navbar-nav>li>a {
		font-size: 13px;
		padding-left: 12px;
		padding-right: 12px
	}

	.navbar-nav>li.quote-btn .btn {
		font-size: 12px
	}

	.navbar-nav .dropdown-menu {
		font-size: 13px
	}

	.banner-text {
		font-size: 14px
	}

	.banner-text.wide-md {
		max-width: 460px
	}

	.banner-text.wide-lg {
		max-width: 580px
	}

	.banner-slider .banner-text {
		max-width: 460px
	}

	.banner-intro .banner-text {
		padding-top: 130px;
		padding-bottom: 130px
	}

	.banner-slider .banner-text,
	.banner-intro .banner-text {
		font-size: 15px
	}

	.img-wrapper {
		max-width: 410px
	}

	.footer-widget {
		font-size: 12px;
		line-height: 22px
	}

	.al-center-md,
	.center-md {
		text-align: center
	}

	.al-right-md {
		text-align: right
	}

	.al-left-md {
		text-align: left
	}
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
	.col-md-3 .feature h3,
	.col-md-3 .feature h4 {
		font-size: .875em
	}
}
@media only screen and (max-width: 769px) and (min-width: 1024px){
	#fixed.fixed-1 a{
		width: 89px;
		height: 81px;
		border: 2px solid;
		z-index: 2;
	}
	#fixed .fixed:before {
		border-color: #383e42 !important;
		background: #a00822 !important;
		content: '';
		position: absolute;
		width: 95%;
		height: 102%;
		border: 10px solid transparent;
		border-radius: 100%;
		animation: scale 3s infinite;
		-webkit-transition: all 250ms;
		-o-transition: all 250ms;
		transition: all 250ms;
		z-index: -1;
	}
	#fixed .fixed a .title {
		font-size: 13px;
		color: #a00822;
		margin: 0;
		height: auto;
		line-height: normal;
		padding: 4px 10px 0 10px;
	}
}
@media only screen and (max-width: 991px) {
	body {
		font-size: 14px;
		-webkit-text-size-adjust: 100%
	}

	.ml-30 {
		margin-left: 0px !important;
	}

	.topBanner h1 {
		top: 15px !important;
		font-size: 22px !important;
		width: 100%;
		text-align: center;
	}

	.is-transparent .banner-products .banner-cpn {
		display: none;
	}

	.container {
		max-width: 861px
	}

	.section-pad,
	.section-pad-lg {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.res-m-bttm {
		margin-bottom: 30px
	}

	.res-m-bttm-sm,
	.form-m-bttm {
		margin-bottom: -4px;
	}

	.res-m-bttm-xs {
		margin-bottom: 10px
	}

	.res-m-bttm-lg {
		margin-bottom: 40px
	}

	.gaps {
		height: 20px
	}

	.gaps.size-lg {
		height: 45px
	}

	.gaps.size-md {
		height: 15px
	}

	.gaps.size-section {
		height: 60px
	}

	.npr {
		padding-left: 0
	}

	.npl {
		padding-right: 0
	}

	.image-on-left .imagebg,
	.image-on-right .imagebg {
		width: 40%
	}

	.image-on-right .imagebg {
		left: 60%
	}

	.post.post-loop,
	.feature,
	.team-profile,
	.team-member {
		margin-top: 40px
	}

	.feature .fbox-content h3,
	.feature .fbox-content h4 {
		margin-bottom: 10px
	}

	.feature-row:first-child,
	.feature-row.mgfix,
	.blog-posts:first-child,
	.blog-posts.mgfix,
	.team-member-row:first-child,
	.team-member-row.mgfix {
		margin-top: -30px
	}

	.feature-row.row-overup {
		margin-top: -80px
	}

	.team-member-row.mgtop {
		margin-top: -20px
	}

	.team-member-row+a.btn-center {
		margin-top: 30px
	}

	.team-member .team-info {
		margin-top: 15px
	}

	.sidebar-right {
		margin-top: 50px;
	}

	.first[class*="col-"].odd {
		clear: inherit
	}

	.site-by,
	.site-copy {
		width: 100%;
		text-align: left;
		font-size: 12px
	}

	.site-by {
		margin-top: 10px
	}

	.call-action.has-parallax.cta-large .cta-block {
		padding: 80px 0
	}

	.form-group .form-field+.form-field {
		margin-top: 15px
	}

	.form-group .form-field+ul.form-field {
		margin-top: 5px
	}

	.topbar,
	.top-nav a {
		font-size: 12px
	}

	.top-contact span {
		font-size: 1em
	}

	.topbar .top-contact span {
		font-size: 1em
	}

	.header-top {
		margin-top: 15px
	}

	.header-top>* {
		margin-left: 20px
	}

	.header-top>*:first-child {
		margin-left: 0
	}

	.header-top .social.social-s2 li a,
	.header-top .top-contact .fa {
		height: 30px;
		width: 30px;
		line-height: 28px;
		font-size: 13px
	}

	.header-top .top-contact .fa {
		font-size: 14px
	}

	.header-top .quote-btn .btn {
		padding: 7px 16px
	}

	.site-header .navbar-brand img {
		max-height: 40px
	}

	.banner-text .page-title {
		font-size: 2em;
		margin-bottom: 6px
	}

	.banner-static {}

	.banner-static.banner-small {
		height: 180px
	}

	.banner-static.banner-intro {}

	.is-transparent .banner-static {}

	.banner-static .banner-cpn {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.banner-static .banner-cpn .banner-text {
		max-width: 450px
	}

	.banner-static .banner-cpn .page-breadcrumb {
		max-width: 250px
	}

	.banner-slider {
		height: 360px
	}

	.banner-slider.slider-large {
		height: 480px
	}

	.banner-slider .banner-boxed {
		padding: 25px 25px 30px
	}

	.banner-slider .banner-content {
		padding-top: 15px;
		padding-bottom: 15px
	}

	.carousel-control .glyphicon-chevron-left {
		left: 30%;
	}

	.statistics .stat-block {
		padding: 90px 0
	}

	.statistics .stat-wrapper {
		padding: 20px 0 10px
	}

	.statistics .stat-col {
		border-right: 0px;
		padding: 20px 0
	}

	.post-single .message {
		margin-top: 0
	}

	.post-single .message .message-group>.gaps {
		height: 10px
	}

	.content .list-style li:before {
		top: 1px
	}

	.footer-widget {
		font-size: 14px;
		line-height: 24px
	}

	.footer-widget .footer-col:nth-child(3) {
		clear: both
	}

	.footer-widget .footer-col .col-md-6:last-child {
		padding-left: 0
	}

	.footer-widget .wgs-content .menu+.menu {
		margin-top: 10px
	}

	.footer-col .col-md-6:last-child {
		padding-left: 0
	}

	.quotes {
		margin-top: 30px
	}

	.quotes:first-child {
		margin-top: 0
	}

	.contact-list li span {
		line-height: inherit
	}

	.content-section {
		margin-top: 30px
	}

	hr,
	.hr {
		margin-top: 0px;
		margin-bottom: 30px
	}

	hr:last-child,
	.hr:last-child {
		margin-bottom: 0
	}

	hr:first-child,
	.hr:first-child {
		margin-top: 0
	}

	.logos-lists .row {
		margin-left: -10px;
		margin-right: -10px
	}

	.logos-lists .row+.row {
		margin-top: 20px
	}

	.logos-lists .col-sm-3,
	.logos-lists .col-md-3 {
		width: 25%;
		padding-left: 10px;
		padding-right: 10px;
		float: left
	}

	.faqs-s1 .faqs.accordion {
		margin-top: 10px
	}

	.faqs-s1 .faqs.accordion .panel:last-child {
		margin-bottom: -10px
	}

	.faqs-s1 .faqs.accordion .panel:last-child .panel-body {
		padding-bottom: 10px
	}

	.feature-row .even[class*='col-sm-6'],
	.team-member-row .even[class*='col-sm-6'] {
		clear: left
	}

	.content img.alignright,
	.content img.alignleft {
		max-width: 350px
	}

	.al-center-sm,
	.center-sm {
		text-align: center
	}

	.al-right-sm {
		text-align: right
	}

	.al-left-sm {
		text-align: left
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.feature-intro .res-m-bttm.col-sm-6 {
		margin-bottom: 0
	}

	.feature-row .col-sm-6 .feature h3:not(.lead),
	.feature-row .col-sm-6 .feature h4:not(.lead) {
		font-size: 1.125em
	}

	.navbar-nav>li>a {
		font-size: 11px;
		padding: 15px 10px
	}

	.navbar-nav>li.quote-btn {
		margin-left: 5px
	}

	.navbar-nav>li.quote-btn .btn {
		padding: 5px 15px;
		font-size: 11px
	}

	.header-s1 .navbar-nav>li>a {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.header-s1 .navbar-nav>li.quote-btn {
		margin-top: 10px
	}

	.call-action .cta-sameline {
		padding-right: 180px
	}

	.call-action .cta-num {
		font-size: 1em
	}

	.call-action .cta-num strong {
		font-size: 1.375em
	}

	.site-header .navbar-brand img {
		max-height: 28px
	}

	.row-vm {
		align-items: baseline
	}
}
@media only screen and (max-width: 767px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
		max-width: 100%
	}

	.row-vm {
		display: block
	}

	.boxed-w .heading-box {
		padding: 40px 40px 0 20px
	}

	.boxed-w .heading-box span {
		margin-top: 30px;
		padding-left: 0
	}

	.boxed-w .heading-box span:before {
		display: none
	}

	.image-on-left .imagebg,
	.image-on-right .imagebg {
		width: 0%
	}

	.owl-nav .owl-prev,
	.owl-nav .owl-next {
		right: 0
	}

	.owl-nav .owl-prev {
		left: 0
	}

	.top-nav li:first-child {
		margin-left: 0
	}

	.top-nav li a {
		padding: 6px 10px
	}

	.topbar .top-nav li a {
		line-height: 24px;
		padding: 6px 5px
	}

	.top-contact {
		line-height: 24px
	}

	.top-contact li {
		margin-left: 12px;
		display: inline-block;
		float: none
	}

	.top-contact li:first-child {
		margin-left: 0
	}

	.topbar .top-contact span {
		line-height: 24px
	}

	.topbar .top-contact .fa {
		line-height: 22px
	}

	.topbar .top-aside {
		max-width: 100%;
		margin: 0;
		width: 100%;
		float: left;
		text-align: center
	}

	.topbar .top-aside>* {
		width: 100%
	}

	.topbar .top-aside:not(.hidden-xs)+.top-aside {
		margin-top: 5px
	}

	.header-top .top-contact .fa {
		font-size: 16px
	}

	.navbar-toggle {
		float: left;
		margin-top: 6px;
		margin-bottom: 6px;
		padding: 10px 12px;
		background-color: #b12f2f;
	}

	.navbar-toggle .icon-bar {
		background-color: #fff
	}

	.navbar-header {
		background: #27272f;
		clear: both;
		width: 100%;
		padding: 0 15px
	}

	.navbar-nav {
		margin: 0;
		float: none;
		padding-bottom: 20px;
		text-align: center
	}

	.navbar-nav li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1)
	}

	.navbar-nav li a {
		padding: 12px 10px;
		font-size: 14px;
		font-weight: 400;
		color: #fff
	}

	.navbar-nav li a.btn {
		width: 150px;
		margin: 6px auto 0
	}

	.header-s1 .navbar-nav li a {
		padding-top: 12px;
		padding-bottom: 12px
	}

	.navbar-nav li.quote-btn {
		float: none;
		border-bottom: 0
	}

	.navbar-nav li.quote-btn .btn:hover {
		background: #0A6339
	}

	.navbar-nav li .dropdown-menu {
		position: static;
		background: none;
		width: 100%;
		display: none;
		opacity: 1 !important;
		visibility: visible !important;
		box-shadow: none;
		text-align: center;
		float: none
	}

	.navbar-nav li .dropdown-menu li {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		border-bottom: 0 none
	}

	.navbar-nav li .dropdown-menu li a {
		font-size: 13px;
		color: #fff;
		font-weight: 400
	}

	.navbar-nav li .dropdown-menu li a:hover,
	.navbar-nav li .dropdown-menu li a:focus {
		background: #fff;
		color: #27272f;
		opacity: 1
	}

	.navbar-nav>li.active a,
	.navbar-nav>li>a:hover,
	.navbar-nav>li>a:focus {
		color: #fff
	}

	.navbar-nav .dropdown-menu li.dropdown>a::after {
		display: none
	}

	.site-header .navbar-header {
		float: left;
		margin: 10px 0 0
	}

	.site-header .navbar-header .quote-btn {
		display: block;
		float: right;
		margin: 6px 0
	}

	.site-header .navbar-collapse {
		float: none;
		text-align: center
	}

	.header-s1 .navbar .container {
		padding-left: 0;
		padding-right: 0
	}

	.header-s1 .navbar-brand {
		position: absolute;
		left: 25px;
		width: 200px
	}

	.banner-static .imagebg {
		display: none
	}

	.header-s1 .navbar-toggle {
		float: right;
		margin: 15px 15px 12px 0
	}

	.header-s1 .navbar-header {
		background: none;
		padding: 0;
		margin-top: 0
	}

	.header-s1 .navbar-header .quote-btn {
		display: block
	}

	.header-s1 .navbar-collapse {
		margin: 0;
		background-color: #b12f2f;
		color: #fff;
		width: 100%
	}

	.header-s1.is-transparent .topbar,
	.header-s1.is-transparent .navbar {
		position: static
	}

	.header-s1.is-transparent .navbar-brand .logo-light {
		display: none
	}

	.header-s1.is-transparent .navbar-brand .logo-dark {
		display: block
	}

	.header-s1.is-transparent .topbar {
		color: #535457;
		background: #fff;
		border-color: rgba(0, 0, 0, 0.0667)
	}

	.header-s1.is-transparent .topbar a:hover:not(.btn) {
		color: #535457
	}

	.header-s1.is-transparent .topbar+.navbar {
		margin-top: 0
	}

	.header-s1.is-transparent:after {
		display: none
	}

	.header-s1.is-transparent .navbar-collapse,
	.header-s1.is-transparent .top-contact .fa {
		color: #535457
	}

	.section-pad,
	.section-pad-lg {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.res-s-bttm {
		margin-bottom: 30px
	}

	.res-s-bttm-lg {
		margin-bottom: 40px
	}

	.res-s-bttm-sm {
		margin-bottom: 15px
	}

	.res-s-bttm-xs {
		margin-bottom: 10px
	}

	.gaps.size-lg {
		height: 30px
	}

	.gaps.size-section {
		height: 60px
	}

	.feature-intro .row+.row {
		margin-top: 30px
	}

	.space-top,
	.space-bottom,
	.space-top-sm,
	.space-bottom-sm,
	.space-top-md,
	.space-bottom-md {
		margin-top: 30px
	}

	.tab-custom .tab-content {
		padding: 25px 15px 30px
	}

	.tab-custom .nav-tabs li>a {
		font-size: 13px;
		line-height: 18px
	}

	.tab-custom.tab-simple .nav-tabs li {
		margin-right: -2px
	}

	.tab-custom.tab-simple .nav-tabs li>a {
		padding: 12px 10px;
		font-size: 12px
	}

	.accordion .panel-title {
		font-size: 1.125em;
		font-weight: 400
	}

	.content .npl+.pad-0 {
		margin-top: 25px
	}

	.pad-xs-0 {
		padding: 0px
	}

	.banner-text {
		font-size: 12px
	}

	.banner-text.wide-md {
		max-width: 320px
	}

	.banner-text.wide-lg {
		max-width: 420px
	}

	.banner-text .btn {
		padding: 10px 16px;
		font-size: 12px;
		letter-spacing: 0
	}

	.banner-text .btn+.btn {
		margin-left: 10px
	}

	.banner-static {}

	.banner-static.banner-small {
		height: 150px
	}

	.banner-static.banner-small .banner-text,
	.banner-static.banner-small .breadcrumb {
		font-size: 10px
	}

	.banner-static.banner-intro {
		min-height: 320px
	}

	.is-transparent .banner-static {}

	.banner-static .banner-cpn .page-breadcrumb {
		max-width: 100%;
		transform: translateY(0);
		position: static;
		margin-top: 15px;
		float: left;
		text-align: left
	}

	.banner-static .banner-cpn {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.banner-slider {
		height: 280px
	}

	.banner-slider.slider-large {
		height: 360px
	}

	.banner-slider .banner-boxed {
		padding: 20px 20px 25px
	}

	.banner-intro .container>.content {
		padding-top: 0;
		padding-bottom: 0
	}

	.banner-intro .banner-text {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.is-transparent .banner-intro .banner-text {
		margin-top: 0
	}

	.is-transparent .banner-static .banner-cpn {
		margin-top: 0
	}

	.banner-slider .banner-text,
	.banner-intro .banner-text {
		font-size: 12px
	}

	.banner-slider .banner-text h1,
	.banner-slider .banner-text h2,
	.banner-intro .banner-text h1,
	.banner-intro .banner-text h2 {
		font-size: 1.5em
	}

	.call-action .cta-sameline {
		padding-right: 0;
		text-align: center
	}

	.call-action .cta-sameline h2:first-child,
	.call-action .cta-sameline h3:first-child {
		margin-top: -10px
	}

	.call-action .cta-sameline .btn {
		transition: none;
		position: static;
		margin-top: 20px;
		transform: translate(0, 0)
	}

	.call-action.cta-mini .cta-sameline h2:first-child,
	.call-action.cta-mini .cta-sameline h3:first-child {
		margin-top: 0
	}

	.call-action.call-action .cta-num strong {
		font-size: 1.3em
	}

	.call-action.call-small .cta-block {
		padding-top: 45px;
		padding-bottom: 45px
	}

	.call-action .cta-sameline .btn,
	.call-action .cta-sameline .cta-num {
		position: static;
		margin-top: 20px
	}

	.statistics .stat-block {
		padding-top: 45px;
		padding-bottom: 45px
	}

	.feature-imagebox+.feature-imagebox {
		margin-top: 40px
	}

	.team-profile {
		text-align: center
	}

	.team-profile .team-photo img {
		max-width: 300px
	}

	.team-profile .team-info {
		margin-top: 15px
	}

	.team-member .team-info .sub-title {
		font-size: 1em
	}

	.icon-box+h4,
	.icon-box+h3 {
		margin-top: 15px;
		margin-bottom: 15px
	}

	.icon-box+h4:last-child,
	.icon-box+h3:last-child {
		margin-bottom: 0
	}

	.section-logos.section-pad-sm {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.copyright {
		text-align: center
	}

	.copyright .social {
		float: none;
		margin-top: 15px
	}

	.al-center-xs,
	.center-xs {
		text-align: center
	}

	.al-right-xs {
		text-align: right
	}

	.al-left-xs {
		text-align: left
	}

	.gallery-list {
		margin-left: -6px;
		margin-right: -6px
	}

	.gallery-list li {
		padding: 6px
	}
}
@media only screen and (max-width: 599px) {
	.feature-s1 .feature,
	.feature-s2 .feature {
		padding: 20px;
		min-height: 330px
	}

	.feature-row .feature h3:not(.lead),
	.feature-row .feature h4:not(.lead) {
		font-size: 1.05em;
	}

	.content img.alignright,
	.content img.alignleft {
		float: none;
		display: block;
		max-width: 100%;
		margin: 0 0 15px
	}

	.topbar {
		display: none
	}

	.content-cards {
		margin-top: -25px
	}

	.cards {
		height: 240px
	}

	.gallery-col5 .gallery-list>li,
	.gallery-col2 .gallery-list>li,
	.gallery-col4 .gallery-list>li,
	.gallery:not([class*="gallery-col"]) .gallery-list>li {
		width: 50%
	}

	.gallery.gallery-with-caption[class*="gallery-col"] .gallery-list>li {
		width: 100%
	}

	div[class*='filtered-menu'] li {
		padding: 6px 10px;
		font-size: 11px
	}

	div[class*='filtered-menu'].style-v2 li {
		padding: 5px 4px
	}

	div[class*='filtered-menu'].style-v2 li:not(:last-child):after {
		padding-right: 9px
	}
}
@media only screen and (max-width: 599px){
	.about_info .galleryy-item{
		padding: 4px;
		border: 1px solid #e2e6eb!important;
		height: 259px !important;
	}
	.col-xs-4 {
		width: 105.333333%;
		height: 266px !important;
	}
	.galleryy-item img {
		width: 100%;
		height: 248px !important;
		transition: all 1s;
		filter: grayscale(100%);
	}
}
@media only screen and (max-width: 480px) {
	body {
		min-width: 320px
	}

	.heading-section {
		font-size: 1.5em
	}

	.heading-section.heading-sm {
		font-size: 1.125em
	}

	.header-s1.is-transparent .topbar,
	.header-s1.is-transparent .navbar {
		background: #fff;
	}

	.heading-lead {
		font-size: 1.875em
	}

	.heading-lead.heading-sm {
		font-size: 1.5em
	}

	.banner-text {
		font-size: 12px
	}

	.banner-text h1,
	.banner-text h2 {
		font-size: 1.375em
	}

	.banner-text .btn {
		padding: 8px 12px;
		font-size: 11px
	}

	.banner-text .banner-cta:not(:first-child) {
		margin-top: 18px
	}

	.banner-text.wide-sm,
	.banner-text.wide-md,
	.banner-text.wide-lg {
		max-width: 100%;
		width: 90%
	}

	.banner-slider {
		height: 235px
	}

	.banner-slider .banner-text:not(.banner-boxed) {
		max-width: 230px
	}

	.banner-slider.slider-large {
		height: 280px
	}

	.banner-slider .banner-boxed {
		padding: 10px 12px 15px;
		font-size: 9px;
		max-width: 70%
	}

	.banner-static.banner-intro {
		min-height: 240px
	}

	.banner-static .banner-cpn {
		padding-top: 15px;
		padding-bottom: 15px
	}

	.banner-intro .banner-text {
		padding-top: 15px;
		padding-bottom: 15px
	}

	.banner-intro .banner-cpn {
		padding-top: 0;
		padding-bottom: 0
	}

	.banner-slider .banner-text h1,
	.banner-slider .banner-text h2,
	.banner-intro .banner-text h1,
	.banner-intro .banner-text h2 {
		font-size: 1.5em
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right {
		height: 45px;
		width: 45px;
		font-size: 50px
	}

	.carousel-control .glyphicon-chevron-right {
		right: 30%;
	}

	.mobil-bosluk {
		margin-left: 3%;
		margin-right: 3%;
	}

	.gallery-item {
		width: 49% !important;
		margin-right: 1% !important;
	}

	.feature-row:first-child {
		margin-left: 3%;
		width: 94%;
		margin-top: -13%;
	}

	.gmap_canvas {
		width: 300px !important;
		margin-left: 1%;
	}

	.formideal {
		margin-left: 3%;
		margin-right: 3%;
		margin-top: 20px;
	}

	.call-action .cta-block {
		padding: 67.5px 0
	}

	.contact-group {
		margin-bottom: 40px
	}

	.contact-group:last-child {
		margin-bottom: 0
	}

	.team-member-row [class*="col-"],
	.feature-row [class*="col-"] {
		width: 100%
	}

	.feature-row.row-overup {
		margin-top: 5px
	}

	.feature-s1 .feature,
	.feature-s2 .feature {
		min-height: auto
	}

	.team-member {
		text-align: center
	}

	.team-member .team-photo {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto
	}

	.team-profile .team-photo {
		max-width: inherit
	}

	.logos-lists .row:first-child {
		margin-top: -10px
	}

	.logos-lists .row+.row {
		margin-top: 0
	}

	.logos-lists .col-sm-3,
	.logos-lists .col-md-3 {
		width: 50%;
		margin: 10px 0
	}

	.logos-lists.logos-lists-flat .row:last-child .col-sm-3:nth-child(1) .logo-item,
	.logos-lists.logos-lists-flat .row:last-child .col-sm-3:nth-child(2) .logo-item,
	.logos-lists.logos-lists-flat .row:last-child .col-md-3:nth-child(1) .logo-item,
	.logos-lists.logos-lists-flat .row:last-child .col-md-3:nth-child(2) .logo-item {
		border-bottom-color: rgba(0, 0, 0, 0.08)
	}

	.logos-lists.logos-lists-flat .col-sm-3,
	.logos-lists.logos-lists-flat .col-md-3 {
		margin: 0
	}

	.logos-lists.logos-lists-flat .col-sm-3:nth-child(2n+2) .logo-item,
	.logos-lists.logos-lists-flat .col-md-3:nth-child(2n+2) .logo-item {
		border-right-color: transparent
	}

	img.alignright,
	img.alignleft,
	img.aligncenter {
		width: 100%
	}

	img.no-resize,
	.no-resize {
		width: auto;
		max-width: 100%
	}
}
@media only screen and (max-width: 375px) {
	.btn+.btn {
		margin-top: 5px
	}

	h1,
	.h1,
	.heading-lg,
	.heading-lg-lead {
		font-size: 1.875em
	}

	h2,
	.h2 {
		font-size: 1.5em
	}

	.banner-slider .banner-text,
	.banner-intro .banner-text {
		font-size: 10px
	}

	.banner-boxed>p {
		display: none
	}
}
@media only screen and (max-width: 1280px) {
	.has-parallax {
		background-position: 50% 50% !important;
		background-attachment: scroll !important
	}

	.has-carousel.row-feature .owl-nav .owl-next,
	.has-carousel.gallery-list .owl-nav .owl-next {
		right: 0;
		background-image: url(../image/arrow-next-w.png)
	}

	.has-carousel.row-feature .owl-nav .owl-prev,
	.has-carousel.gallery-list .owl-nav .owl-prev {
		left: 0;
		background-image: url(../image/arrow-prev-w.png)
	}
}
.has-carousel {
	display: none
}
.has-carousel.owl-loaded {
	display: block
}
.has-carousel [class*="col-"] {
	width: 100%;
	padding-left: 0;
	padding-right: 0
}
.map-contact {
	position: relative
}
.map-contact:not(.map-holder) {
	height: 380px
}
.map-contact iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.demo-sample-icon .icon-box {
	margin-right: 10px
}
.demo-sample-icon hr {
	margin-top: 25px;
	margin-bottom: 25px
}
@media only screen and (max-width: 479px) {
	.page-typo .col-md-3.col-sm-6.col-xs-6 {
		width: 100%
	}
}
.section-bg-5 {
	background-color: #ffffff;
	background-image: url(../image/binding-light.png);
}
.pb-40 {
	padding-top: 40px;
}
.pt-20 {
	padding-top: 20px;
}
.wrap-contact100 {
	background: url(../image/transparent_bg.png);
	border-radius: 11px;
	padding: 20px;
	overflow: hidden;
	background-repeat: repeat !important;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite;
	animation: heartbeat 1.5s ease-in-out infinite
}

/* ----------------------------------------------
* Generated by Animista on 2019-7-26 1:53:2
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
@-webkit-keyframes heartbeat {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	10% {
		-webkit-transform: scale(.91);
		transform: scale(.91);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	17% {
		-webkit-transform: scale(.98);
		transform: scale(.98);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	33% {
		-webkit-transform: scale(.87);
		transform: scale(.87);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	45% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}
@keyframes heartbeat {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	10% {
		-webkit-transform: scale(.91);
		transform: scale(.91);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	17% {
		-webkit-transform: scale(.98);
		transform: scale(.98);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	33% {
		-webkit-transform: scale(.87);
		transform: scale(.87);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	45% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}
#loading {
	position: fixed!important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999999;
	display: none;
	padding: 1em 1.2em;
	background-image: url(../image/resim.jpg);
}
.loading-pic {
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 99999;
	text-align: center;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.p20 {
	padding: 20px;
}
.ust-logo-y {
	-webkit-animation-name: ydondur;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-name: ydondur;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}
@-webkit-keyframes ydondur {
	0% {
		-webkit-transform: rotateY(0deg);
	}

	50% {
		-webkit-transform: rotateY(0deg);
	}

	100% {
		-webkit-transform: rotateY(-360deg);
	}
}
@keyframes ydondur {
	0% {
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	50% {
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	100% {
		-moz-transform: rotateY(-360deg);
		-ms-transform: rotateY(-360deg);
		transform: rotateY(-360deg);
	}
}
.ust-logo {
	position: relative;
	height: 30px;
	width: 130px;
	background-image: url(../image/animation-logo.png);
	background-repeat: no-repeat;
	background-size: contain
}
.ust-logo .ust-logo-y {
	background-image: url(../image/animation-logo-y.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 12px;
	left: 9px;
	background-size: contain;
}
@media (max-width: 480px) {
	.ust-logo {
		position: relative;
		height: 30px;
		width: 130px;
		background-image: url(../image/animation-logo.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.ust-logo .ust-logo-y {
		background-image: url(../image/animation-logo-y.png);
		background-repeat: no-repeat;
		width: 12px;
		height: 12px;
		position: absolute;
		top: 12px;
		left: 9px;
		background-size: contain;
	}
}
.ml-30 {
	margin-left: 30px;
}
#top {
	bottom: 5px;
	bottom: -15px;
	display: none;
	height: 100px;
	position: fixed;
	right: 20px;
	z-index: 9999;
}
.about_area {
	padding-top: 35px;
	padding-bottom: 10px;
	background: #fff;
}
.align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}
.about_area .about_thumb {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
.about_area .about_thumb {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
.widget2 {
	padding-bottom: 28px;
	position: relative;
}
.bu-text-widget .bu-text {
	background-color: #2d2e2f;
	background: url(https://profayapi.com/wp-content/uploads/haberler.jpg);
	padding: 20px 20px 25px;
	border-radius: 11px;
}
.bu-text-widget .bu-text-mavi {
	background-color: #2f3081;
	background: url(https://profayapi.com/wp-content/uploads/iletisim-1.jpg);
	padding: 20px 20px 25px;
	border-radius: 11px;
}
.bu-text-widget .bu-text-gri {
	background-color: #a9a9a9;
	background: url(../image/referans.jpg);
	padding: 20px 20px 25px;
	border-radius: 11px;
}
.renk-1 {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 10px 0;
	font-weight: 600;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.bu-text-widget .bu-text p {
	font-size: 13px;
	color: #fff !important;
	letter-spacing: 0;
	line-height: 27px;
	margin: 0 0 10px;
}
.bu-text-widget .bu-text-mavi p {
	font-size: 13px;
	color: #fff !important;
	letter-spacing: 0;
	line-height: 27px;
	margin: 0 0 10px;
}
.bu-text-widget .bu-text-gri p {
	font-size: 13px;
	color: #fff !important;
	letter-spacing: 0;
	line-height: 27px;
	margin: 0 0 10px;
}
.button-swipe,
.button-swipe-bdr,
.button-swipe-blue {
	display: inline-block;
	position: relative;
	cursor: pointer;
	border-color: #c30000;
	vertical-align: middle;
	border: solid 1px;
	margin-right: 15px;
	font-weight: 500;
	letter-spacing: 0.6px;
	z-index: 0;
}
.btn-1 {
	color: #fff;
	font-size: 15px;
	padding: 12px 45px;
	text-transform: uppercase;
	font-weight: 600;
}
.button-swipe:before,
.button-swipe-bdr:before {
	background: #d40909 !important;
}
.button-swipe:before,
.button-swipe-bdr:before,
.button-swipe-blue:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: transform .8s ease-out;
}
.about_area .about_thumb .pattern_img {
	position: absolute;
	top: -50px;
	left: -118px;
	z-index: -1;
}
.about_area .about_info h3 {
	font-size: 32px;
	font-weight: 600;
	color: #383e42;
	line-height: 30px;
	/*width: 740px;*/
}
.about_area .about_info h3:before {
	content: "";
	position: absolute;
	top: 35px;
	left: 16px;
	width: 50px;
	height: 4px;
	background: #b12f2f;
}
.about_info .textwidget {
	margin-bottom: 19px;
}
.about_area .about_info p {
	margin-bottom: 2px;
	color: #000;
}
.about-info-img:hover {
	transform: scale(1.1);
	transition: 1s;
}
.margin-top {
	margin-top: 16px;
}
.is-transparent .banner-static .banner-cpn {
	background-color: #22227f;
}
.baslik-cizgi {
	width: 7%;
}
.leftUrunBanner img {
	max-width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.renkli {
	padding: 0px;
	font-size: 25px;
	font-weight: 600;
}
.formideal {
	background: url(../image/form-bg.jpg);
	padding: 24px;
	border-radius: 8px;
	margin-bottom: 30px;
}
.formh {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.formp {
	color: #fff;
}
.boslukozel {
	padding-bottom: 35px;
}
.svg {
	filter: grayscale(100%);
}
@media (max-width: 480px) {
	.banner-slider .fill {
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover
	}

	.renkli {
		font-size: 18px;
	}

	.banner-static {
		height: 106px !important;
	}

	.baslik-cizgi {
		width: 20%;
	}

	.topBanner h1 {
		top: 15px !important;
		font-size: 22px !important;
	}
}
.pt-40 {
	padding-top: 40px;
}
.picbox .overlay,
.lightbox.overlay {
	display: block;
	border-radius: 4px;
	/* Keyword value */
}
.picbox .overlay img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

/* Galeri */
.pb-120 {
	padding-bottom: 10px;
}
.justify-content-center {
	justify-content: center !important;
}
.d-flex {
	display: flex !important;
}
.gallery-area .single-gallery {
	margin-bottom: 30px;
}
.gallery-area .single-gallery .content {
	position: relative;
	max-width: 100%;
	margin: auto;
	overflow: hidden;
}
.gallery-area .single-gallery .content .content-overlay {
	background-color: #e44624;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	border-radius: 10px;
	border: 1px solid #c6b069;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.gallery-area .single-gallery .content:hover .content-overlay {
	opacity: .8;
}
.gallery-area .single-gallery .content-overlay {
	margin: 20px;
}
.d-block {
	display: block !important;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
<--Category-->.pull-right {
	float: right!important;
}
.section-pad img {
	width: 510px;
	height: 340px;
}
.heading {
	font-size: 1.875em;
	color: #232b86;
	line-height: 1.25;
	font-weight: 600;
	margin-bottom: 10px !important;
}
.heading-p {
	color: #6e7889;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
}
<--Category-->.gallery-area .single-gallery .content-title {
	width: 60%;
	border-bottom: 1px solid #c6b069;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	padding: 20px 0px;
}
.mt-20 {
	margin-top: 20px;
}
.ml-auto,
.mx-auto {
	margin-left: auto !important;
}
.mr-auto,
.mx-auto {
	margin-right: auto !important;
}
.primary-btn {
	background-color: #000000;
	line-height: 42px;
	padding-left: 30px;
	padding-right: 30px;
	border: none;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	position: relative;
}
.gallery-area .single-gallery .content:hover .content-details {
	top: 50%;
	left: 50%;
	opacity: 1;
}
.gallery-area .single-gallery .fadeIn-bottom {
	top: 80%;
}
.gallery-area .single-gallery .content-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.gallery-area {
	background: #f1f5f9;
}
.pb-10 {
	padding-bottom: 10px;
}

/*Galeri end */

/*öne Çıkan Ürünlerimiz */
.uza-portfolio-area {
	position: relative;
	z-index: 1;
	padding-left: 3%;
	padding-top: 40px;
	padding-right: 3%;
	background: #ebe9e5;
}
.section-padding-80 {
	padding-bottom: 40px;
}
.section-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}
.section-heading h2 {
	font-size: 25px;
	text-transform: capitalize;
	margin-bottom: 0;
	color: #000;
	line-height: 1.1;
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.portfolio-sildes {
	position: relative;
	z-index: 1;
}
.topBanner {
	position: relative;
}
.single-portfolio-slide .view-more-btn a:focus,
.single-portfolio-slide .view-more-btn a:hover {
	background-color: rgba(2, 2, 2, 0.78);
	color: #e44624;
}
.single-portfolio-slide:focus .view-more-btn a,
.single-portfolio-slide:hover .view-more-btn a {
	right: 40px;
	opacity: 1;
	visibility: visible;
}
.single-portfolio-slide:focus .overlay-effect,
.single-portfolio-slide:hover .overlay-effect {
	opacity: 1;
	background-color: rgba(248, 153, 29, 0.53);
}
.uza-about-us-area .about-bg-pattern img {
	height: 100%;
	width: auto;
}
.single-portfolio-slide:focus,
.single-portfolio-slide:hover {
	box-shadow: rgba(21, 131, 233, 0.15) 0px 6px 50px 8px;
}
.single-portfolio-slide .view-more-btn a {
	transition-duration: 500ms;
	width: 60px;
	height: 60px;
	background-color: #000;
	color: #fff;
	display: inline-block;
	position: absolute;
	bottom: 40px;
	right: 10px;
	z-index: 100;
	text-align: center;
	line-height: 65px;
	font-size: 24px;
	opacity: 1;
	visibility: visible;
	border-radius: 50%;
}
.single-portfolio-slide {
	position: relative;
	z-index: 1;
	margin-right: 10px;
	margin-bottom: 24px;
}
.single-portfolio-slide img {
	position: relative;
	z-index: 1;
}
.single-portfolio-slide .overlay-effect {
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	background-color: rgba(0, 0, 0, 0.63);
	padding: 40px 30px;
	opacity: 1;
	visibility: visible;
}
.single-portfolio-slide .overlay-effect h4 {
	display: block;
	margin-bottom: 15px;
	font-weight: 600;
	color: #fff;
}
.single-portfolio-slide .overlay-effect p {
	margin-bottom: 0;
	line-height: 1.6;
	color: #fff;
}
.portfolio-sildes .owl-dots {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.portfolio-sildes .owl-dots .owl-dot.active {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 38px;
	flex: 0 0 38px;
	max-width: 38px;
	width: 38px;
	border-radius: 15px;
	background-color: #1f1f1f;
}
.portfolio-sildes .owl-dots .owl-dot {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8px;
	flex: 0 0 8px;
	max-width: 8px;
	margin: 0 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #e7f2fd;
}

/*öne Çıkan Ürünlerimiz end */

/*Blog*/
.section-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.section-title h2 {
	position: relative;
	font-size: 25px;
	color: #000;
	text-transform: capitalize;
}
.blog-image {
	width: 393px;
}
.btn {
	font-size: 12px;
	line-height: 1.4;
	font-weight: 700;
	padding: 12px 24px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	border: 2px solid #11479e;
	background-color: #11479e;
	box-sizing: border-box;
	transition: all 0.4s;
	-ms-border-radius: 45px;
	border-radius: 5px;
}
.default-blog-news {
	position: relative;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	margin-bottom: 50px;
}
.default-blog-news .lower-content {
	position: relative;
	padding: 30px 20px 0px;
	border: 1px solid #f4f4f4;
}
.default-blog-news .date {
	position: absolute;
	left: 20px;
	top: -30px;
	height: 56px;
	width: 56px;
	background: #e44624;
	line-height: 21px;
	padding-top: 7px;
	z-index: 9;
	color: #fff;
}
.center {
	text-align: center;
}
.default-blog-news .lower-content h4 {
	color: #222;
	font-weight: 400;
	margin-top: 22px;
	margin-bottom: 5px;
}
.default-blog-news .lower-content .text p {
	margin-bottom: 20px;
}
.default-blog-news .lower-content .post-meta {
	color: #848484;
	font-size: 12px;
	margin-bottom: 10px;
	border-top: 1px solid #f4f4f4;
	padding-top: 15px;
	padding-bottom: 10px;
}
.default-blog-news .lower-content .post-meta .link_btn {
	font-size: 14px;
	color: #000000;
	font-family: "Poppins", sans-serif;
	margin-right: 30px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.default-blog-news .lower-content .post-meta span {
	margin-right: 20px;
}
.default-blog-news .lower-content .post-meta i {
	color: #1444ab;
	margin-right: 8px;
	font-size: 13px;
}
.default-blog-news:hover .lower-content .post-meta .link_btn {
	color: #ff6701;
	text-decoration: underline;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.default-blog-news:hover {
	box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0px 82px 0 rgba(0, 0, 0, 0.02);
	-webkit-transition: .2s cubic-bezier(0.4, 0, 1, 1);
	transition: .2s cubic-bezier(0.4, 0, 1, 1);
}

/*Blog end */
.topBanner img {
	width: 100%;
	position: relative;
	border-bottom: 10px solid #c70827;
}
.topBanner {
	position: relative;
}
.pt-0 {
	padding-top: 0;
}
.cizgi {
	content: "";
	position: absolute;
	left: 48%;
	margin-top: 5px;
	width: 50px;
	height: 2px;
	background-color: #e44624;
	opacity: 1;
	transition: all .4s;
}
.topBanner h1 {
	position: absolute;
	top: 45%;
	font-size: 40px;
	width: 100%;
	text-align: center;
	color: #f5f5f5;
}
.banner-products {
	position: relative;
}
.is-transparent .banner-products {
	max-height: 150px;
}
.is-transparent .banner-products .banner-cpn {
	background-color: #e44624;
}
.dark {
	background-color: #000000e3;
}
.urunRIghtImages {
	width: 65%;
	float: left;
}
.sp-slides-container {
	position: relative;
}
#gallery-2 img {
	border: 2px solid #cfcfcf !important;
}
#gallery-2 .gallery-item {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
	height: 169px;
}
#gallery-2 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 23% !important;
	margin-right: 2%;
	border-radius: 11px;
	transition: transform .38s;
}
#gallery-3 img {
	border: 2px solid #cfcfcf !important;
}
#gallery-3 .gallery-item {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
	height: 169px;
}
#gallery-3 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 23% !important;
	margin-right: 2%;
	border-radius: 11px;
	transition: transform .38s;
}
#gallery-4 img{
	border: 0px solid #cfcfcf !important;
}
#gallery-4 .gallery-item {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
	height: 256px;
}
#gallery-4 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 23% !important;
	margin-right: 2%;
	border-radius: 11px;
	transition: transform .38s;
}
h2 {
	color: #c70827 !important;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
}
#gallery-2 .gallery-item:hover {
	transform: scale(1.1);
}
#gallery-2 img {
	transition: transform .38s;
	object-fit: contain;
}
#gallery-3 .gallery-item:hover {
	transform: scale(1.1);
}
#gallery-3 img {
	transition: transform .38s;
	object-fit: contain;
}
#gallery-4 .gallery-item:hover {
	transform: scale(1.1);
}
#gallery-4 img {
	transition: transform .38s;
	object-fit: contain;
}
.liste ul li:before {
	content: "\00BB \0020";
	color: #2e307d;
	font-size: 20px;
}
#gallery-2 img {
	border: none !important;
	border-radius: 11px !important;
}
#gallery-3 img {
	border: none !important;
	border-radius: 11px !important;
}
#gallery-4 img {
	border: none !important;
	border-radius: 11px !important;
}
#gallery-4 .gallery-caption{
	background: #c70827;
	color: #fff;
	padding: 25px 10px 35px;
    border-radius: 10px;
    margin-top: -13px;
}
.footer-widget:before {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.home-content .category-baner-wrap {
	padding-top: 35px;
}
a.btn:hover,
a.button:hover,
button:hover,
.button:hover {
	background: #3a3a3a;
	border: 2px solid #3a3a3a;
	color: #fff;
}
.category-baner {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 360px;
	background-size: cover !important;
}
.category-baner .category-baner-text {
	position: absolute;
	bottom: 50px;
	padding: 15px;
}
.category-baner h2,
.category-baner .h2 {
	margin-bottom: 15px;
	color: #f8991d;
}
.category-baner h3,
.category-baner .h3 {
	margin-bottom: 30px;
	color: #fff;
}
.category-baner .category-baner-text .button {
	margin: 0;
}
.category-baner {
	margin-bottom: 35px;
}
.category-baner .button {
	background-color: transparent;
	color: #fff;
}
a.btn,
a.button,
button,
.button {
	margin-top: 20px;
	padding: 13px 45px;
	border: 2px solid #11479e;
	background: #11479e;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	outline: none !important;
	transition: all .2s;
}
.p-20 {
	padding: 20px;
}
.pl-pr-30 {
	padding-left: 30px;
	padding-right: 30px;
}
.pl-30 {
	padding-left: 30px;
}
.cover--canvas {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
	min-height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.category-baner-text a {
	background: #f8991d !important;
}
.category-baner-text a:hover {
	background: transparent !important;
}
.cover {
	display: block;
	width: 100%;
	background-position: center center;
	height: 205.4px;
	position: relative;
	top: 0;
	left: 0;
}
.bg-image {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
.banner-image {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
.banner-image img {
	background-position: center center;
	height: 260px;
	position: relative;
	top: 0;
	width: 100%;
	left: 0;
	display: block;
}
.uza-portfolio-area .container {
	width: 100% !important;
	padding-right: 0;
	padding-left: 0;
}
.portfolio-area {
	position: relative;
	z-index: 1;
	padding-left: 3%;
	padding-right: 3%;
}
.slide-coffee {
	width: 100% !important;
	box-shadow: inset 0px 0px 209px -1px rgba(0, 0, 0, 0.31);
	padding-top: 45px;
	padding-bottom: 12px;
	padding-left: 50px;
	padding-right: 50px;
}
.banner-image:before {
	background: rgba(248, 153, 29, 0.53);
	transition: opacity .2s;
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0;
	left: 0;
	top: 0;
}
.banner-image:hover:before {
	opacity: 1;
}
.banner-yazi {
	position: absolute;
	bottom: 10px;
	padding: 15px;
	z-index: 2;
}
.home-content .container {
	width: 96%;
}
.home-content .section-heading {
	margin-bottom: 0;
}
@media (max-width:768px) {
	.mobile-slider {
		display: block !important;
	}

	#slider {
		display: none;
	}
}
.mobile-slider {
	display: none;
}
.service {
	position: relative;
	padding-bottom: 25px;
}
.sec-padd-top {
	padding-top: 25px;
	background: #fff;
	background-image: url(../image/binding-light.png);
}
.section-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 50px;
}
.center {
	text-align: center;
}
.section-title.center:before {
	left: 50%;
	margin-left: -25px;
}
.section-title:before {
	content: "";
	position: absolute;
	top: 38px;
	left: 0;
	width: 50px;
	height: 4px;
	background: #b12f2f;
}
.section-title h2 {
	font-weight: 600;
	position: relative;
	font-size: 32px;
	text-transform: capitalize;
	color: #383e42 !important;
}
.service .item {
	position: relative;
	display: inline-block;
}
.service .item {
	margin-bottom: 50px;
}
.service .item:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 98%;
	left: 10%;
	right: 10%;
	height: 15px;
	width: 80%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	/* background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%); */

	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	z-index: 9;
}
.service .img-box {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.service .bottom-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #f7f7f7;
	padding: 12px 20px;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}
.service .bottom-content .icon_box {
	float: left;
	margin-right: 15px;
	color: #222;
}
.service .bottom-content h4 {
	float: left;
	margin-top: 13px;
	color: #222;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	font-size: 20px;
}
.service .overlay-box {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 0%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	top: 0px;
	border-bottom: 5px solid #fa9928;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	background: rgba(19, 29, 51, 0.9);
}
.service .overlay-box .inner-box {
	position: relative;
	padding: 50px 20px;
}
.service .overlay-box .icon_box {
	float: left;
	margin-right: 15px;
	color: #fff;
}
.service .overlay-box .icon_box span {
	font-size: 43px;
	color: #fa9928;
}
.service .overlay-box h4 {
	float: left;
	margin-top: 13px;
	color: #fff;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.service .overlay-box .text {
	color: #fff;
	margin: 20px 0;
}
.default_link {
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	color: #fff;
	font-weight: 600;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.service .item:hover:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}
.service .item:hover .bottom-content {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.service .item:hover .overlay-box {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	height: 100%;
}
.service .overlay-box .text p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	font-weight: 400;
}

/*about*/
.about-section-four {
	position: relative;
}
.sp-two {
	padding: 0px 0 80px;
}
.about-section-four:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f7f7fa;
}
.about-image-block-three .mockup-image {
	position: relative;
}
.sec-title {
	position: relative;
	margin-bottom: 50px;
}
.sec-title h1 {
	font-size: 40px;
	font-weight: 800;
	line-height: 50px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: #000;
}
.sec-title h1:before {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 60px;
	height: 2px;
	content: "";
	background: #fa9928;
}
.sec-title h1:after {
	position: absolute;
	left: 20px;
	bottom: 0px;
	width: 60px;
	height: 2px;
	content: "";
	background: #fa9928;
}
.about-section-four .about-content-block .text {
	max-width: 520px;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.btn-style-two {
	position: relative;
	padding: 16px 55px;
	border-radius: 30px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	background: #fa9928;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #fa9928;
}
.btn-style-two:hover {
	color: #ffffff;
	background: #101010;
	border-color: #101010;
}

/*about*/

/*counter */
.counter_area {
	background: #f7f7fa;
}
.overlay_03::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #001D38;
	opacity: .6;
	content: '';
	z-index: -1;
}
.counter_area .single_counter {
	margin-bottom: 30px;
	margin-top: 30px;
}
.text-center {
	text-align: center!important;
}
.counter_area .single_counter h3 {
	margin-top: 40px;
	margin-bottom: 15px;
}
.counter_area .single_counter h3 span {
	font-size: 46px;
	font-weight: 300;
	color: #000;
}
.counter_area .single_counter p {
	font-weight: bold;
	color: #fa9928;
	margin-bottom: 0;
}
.section-header h3 {
	font-size: 32px;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
}
.section-header h3::after {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #f8991d;
	bottom: 0;
	left: calc(50% - 20px);
}

/*counter */
@-webkit-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}

	15% {
		opacity: 1;
		top: 50%;
	}

	50% {
		opacity: 0;
		top: 50%;
	}

	100% {
		opacity: 0;
		top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}

	15% {
		opacity: 1;
		top: 50%;
	}

	50% {
		opacity: 0;
		top: 50%;
	}

	100% {
		opacity: 0;
		top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}

	15% {
		opacity: 1;
		top: 50%;
	}

	50% {
		opacity: 0;
		top: 50%;
	}

	100% {
		opacity: 0;
		top: 29%;
	}
}
.scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 40px;
}
.scroll-btn>* {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*.active {
	color: #ffffff;
}
.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*:active,
.scroll-btn>*.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 19px;
	height: 32px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.scroll-btn .mouse>* {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 5px;
	height: 5px;
	margin: -6px 0 0 -3px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
@media (max-width: 500px) {
	.about_info {
		margin-bottom: 5%;
	}
}
@media (max-width: 400px) {
	.contact-list:first-child {
		margin-top: -30px;
	}

	.topBanner h1 {
		position: absolute;
		top: 20px !important;
		font-size: 40px;
		width: 100%;
		text-align: center;
		color: #f5f5f5;
	}
}
@media (max-width: 600px) {
	.contact-list:first-child {
		margin-top: -200px;
	}

	.topBanner h1 {
		position: absolute;
		top: 40px !important;
		font-size: 40px;
		width: 100%;
		text-align: center;
		color: #f5f5f5;
	}
}
@media (max-width: 770px) {
	.contact-list:first-child {
		margin-top: -200px;
	}

	.topBanner h1 {
		position: absolute;
		top: 40px !important;
		font-size: 40px;
		width: 100%;
		text-align: center;
		color: #f5f5f5;
	}
}
@media (max-width: 440px) {
	.topBanner h1 {
		position: absolute;
		top: 20px !important;
		font-size: 40px;
		width: 100%;
		text-align: center;
		color: #f5f5f5;
	}
}
@media (max-width: 370px) {
	.topBanner h1 {
		position: absolute;
		top: 13px !important;
		font-size: 40px;
		width: 100%;
		text-align: center;
		color: #f5f5f5;
	}
}
@media (max-width: 990px) {
	.buton a {
		padding: 8px 24px !important;
		line-height: 24px !important;
		text-transform: uppercase;
		color: #ffffff !important;
		background-color: #c70827 !important;
		margin: 0;
		vertical-align: middle;
		border-radius: 5px;
		padding: 8px 24px;
		margin-top: 8px;
		display: none !important;
	}
}


.wpcf7 form.sent .wpcf7-response-output{
	color: #fff;
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}


.fbuton {
	width: 100%;
	background-color: #e67e22;
	border: none;
	border-radius: 8px;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 600;
	padding: 12px 24px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	border: 2px solid #28292e;
	background-color: #c70827;
	box-sizing: border-box;
	transition: all 0.4s;
	-ms-border-radius: 45px;
	border-radius: 5px;
}
.fbuton:hover{
	background-color: #383e42;
	border: 2px solid #383e42;
	/*background-color: #383e42;
	box-shadow: 0 5px 5px 0px rgb(56 62 66);
	border: 1px solid #383e42;*/
}

#gallery-2 .gallery-caption{
	margin-left: 0;
	position: relative;
	/* margin: 0 20px; */
	padding: 2px 13px;
	background: #c70827;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	margin-top: -46px;
	z-index: 9;
	font-weight: 600;
	transition: .5s ease;
}

.grecaptcha-badge { opacity:0; visibility: hidden; }

.gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.gallery-caption {
	padding: 15px 0;
}

@media only screen and (min-width: 376px) and (max-width: 768px){
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: -31px;
	}
}

@media only screen and (max-width: 419px){
	.about_info .galleryy-item{
		padding: 4px;
		border: 1px solid #e2e6eb!important;
		height: 133px;
	}
	.galleryy-item img {
		width: 100%;
		height: 124px;
		transition: all 1s;
		filter: grayscale(100%);
	}
}
@media only screen and (max-width: 400px){
	.feature .fbox-over {
		position: absolute;
		bottom: 20px;
		width: 100%;
		z-index: 2;
		color: #fff;
		padding: 20px 10px;
		transition: all .4s;
		-ms-border-radius: 0px 0px 3px 3px;
		border-radius: 0px 0px 3px 3px;
		background: rgba(14, 45, 110, 0.8);
	}
	#gallery-2 .gallery-item {
		float: left;
		margin-top: 10px;
		text-align: center;
		width: 25%;
		height: 212px;
	}
}

@media only screen and (min-width: 420px) (max-width: 480px){
	.about_info .galleryy-item{
		padding: 4px;
		border: 1px solid #e2e6eb!important;
		height: 321px;
	}
	.galleryy-item img {
		width: 100%;
		height: 311px;
		transition: all 1s;
		filter: grayscale(100%);
	}
}

@media (max-width: 991px) {
	.gallery-item, #gallery-2 .gallery-item {
		width: 31%!important;
	}
	.gallery br {
		display: none;
	}
	.gallery {
		display: flex;
		flex-wrap: wrap;
	}
}

@media (max-width: 756px) {
	.gallery-item, #gallery-2 .gallery-item {
		width: 48%!important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.col-xs-4 {
		width: 50%;
		float: left;
	}
	.about_info .galleryy-item{
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.gallery-item, #gallery-2 .gallery-item {
		width: 98%!important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 847px){
	.container {
		max-width: 732px;
	}
	.topbar .top-right {
		float: right;
		max-width: 67% !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 814px){
	.about_info .galleryy-item {
		padding: 4px;
		border: 1px solid #e2e6eb!important;
		height: 274px;
	}
	.galleryy-item img {
		width: 100%;
		height: 263px;
		transition: all 1s;
		filter: grayscale(100%);
	}
}
@media only screen and (min-width: 600px) and (max-width: 991px){
	.galleryy-item{

	}
}

#fixed.fixed-1 {
	left: 89%;
	width: 94px;
	height: 100px;
	z-index: 2;
}
#fixed {
	position: fixed;
	bottom: 36px;
	/*z-index: 9999;*/
}
#fixed .fixed {
	/*background: #fff;*/
	position: relative;
	border-radius: 100%;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}
#fixed .fixed:before {
	border-color: #383e42 !important;
	background: #a00822 !important;
	content: '';
	position: absolute;
	width: 103%;
	height: 102%;
	border: 10px solid transparent;
	border-radius: 100%;
	animation: scale 3s infinite;
	-webkit-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
	z-index: -1;
}
#fixed .fixed a {
	margin: 0;
	box-shadow: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#fixed.fixed-1 a {
	width: 95px;
	height: 90px;
	border: 2px solid;
	z-index: 2;
}
.effect-2.effect-2a {
	color: #98c44d !important;
	box-shadow: 0 0 0 3px #f2f2f2 !important;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.effect-2 {
	display: inline-block;
	cursor: pointer;
	margin: 5px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 28px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	text-decoration: none;
	z-index: 1;
	color: #fff;
}
.effect-2:before {
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.effect-2.effect-2a.sub-a:hover {
	/*color: #c70827 !important;*/
}
.f-18 {
	font-size: 18px !important;
}
.c-white {
	color: #a00822 !important;
}
#fixed .fixed a .title {
	font-size: 16px;
	color: #a00822;
	margin: 0;
	height: auto;
	line-height: normal;
	padding: 4px 10px 0 10px;
}
.effect-2.effect-2a {
	color: #383e42 !important;
	box-shadow: 0 0 0 3px #f2f2f2 !important;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
#fixed .effect-2.effect-2a:after {
	background: #fff;
	border: 1px solid #a00822;
}
.effect-2.effect-2a:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #f2f2f2;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}
.effect-2:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.effect-2.effect-2a.sub-a:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}
.effect-2.effect-2a:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background: #f2f2f2;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}
.effect-2:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.social .fa {
	background-color: #c70827;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.social .fa:hover{
	color: #383e42;
}
@media (max-width: 480px){
	#fixed.fixed-1{
		display: none;
	}
	.contact-list:first-child {
		margin-top: 0;
	}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #c70827 !important;
	color: #fff;
	background-color: #282834;
}
.post-text{
	border: 1px solid #e2e2e2;
	margin-bottom: 29px;
	padding: 6px;
}
@media only screen and (min-width: 481px) and (max-width: 1000px){
	#fixed.fixed-1 {
		top: 87%;
		left: 83%;
		width: 94px;
		height: 100px;
		z-index: 2;
	}
	#fixed {
		position: fixed;
		bottom: 36px;
		/* z-index: 9999; */
	}
	#fixed .fixed {
		/* background: #fff; */
		position: relative;
		border-radius: 100%;
		-webkit-transition: all 250ms;
		-o-transition: all 250ms;
		transition: all 250ms;
	}
	#fixed .fixed:before {
		border-color: #383e42 !important;
		background: #a00822 !important;
		content: '';
		position: absolute;
		width: 72%;
		height: 101%;
		border: 10px solid transparent;
		border-radius: 100%;
		animation: scale 3s infinite;
		-webkit-transition: all 250ms;
		-o-transition: all 250ms;
		transition: all 250ms;
		z-index: -1;
	}
	#fixed.fixed-1 a {
		width: 66px;
		height: 62px;
		border: 2px solid;
	}
	#fixed .fixed a {
		margin: 0;
		box-shadow: none !important;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.effect-2.effect-2a {
		color: #383e42 !important;
		box-shadow: 0 0 0 3px #f2f2f2 !important;
		-webkit-transition: color 0.3s;
		-moz-transition: color 0.3s;
		transition: color 0.3s;
	}
	.effect-2.effect-2a {
		color: #98c44d !important;
		box-shadow: 0 0 0 3px #f2f2f2 !important;
		-webkit-transition: color 0.3s;
		-moz-transition: color 0.3s;
		transition: color 0.3s;
	}
	.effect-2 {
		display: inline-block;
		cursor: pointer;
		margin: 5px;
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 28px;
		border-radius: 50%;
		text-align: center;
		position: relative;
		text-decoration: none;
		z-index: 1;
		color: #fff;
	}
	.effect-2.effect-2a.sub-a:hover {
		/* color: #c70827 !important; */
	}
	#fixed .fixed a .title {
		font-size: 9px;
		color: #a00822;
		margin: 0;
		height: auto;
		line-height: normal;
		padding: 4px 10px 0 10px;
	}
	#fixed .effect-2.effect-2a:after {
		background: #fff;
		border: 1px solid #a00822;
	}
	.effect-2.effect-2a:after {
		top: -2px;
		left: -2px;
		padding: 2px;
		z-index: -1;
		background: #f2f2f2;
		-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
		-moz-transition: -moz-transform 0.2s, opacity 0.2s;
		transition: transform 0.2s, opacity 0.2s;
	}
	.effect-2.effect-2a:after {
		top: -2px;
		left: -2px;
		padding: 2px;
		z-index: -1;
		background: #f2f2f2;
		-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
		-moz-transition: -moz-transform 0.2s, opacity 0.2s;
		transition: transform 0.2s, opacity 0.2s;
	}
	.effect-2:after {
		pointer-events: none;
		position: absolute;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		content: '';
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	.effect-2:after {
		pointer-events: none;
		position: absolute;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		content: '';
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}	
}

.tablo{
	border: 1px solid #383e42;
	background: #c70827;
	color: #fff;
}
.tablo td{
	border: 2px solid #eaeaea;
	padding: 15px;
	color: #fff;
}

.tablo1{
	border: 1px solid #383e42;
	background: #c70827;
	color: #fff;
}
.tablo1 td{
	border: 2px solid #eaeaea;
	padding: 15px;
	color: #fff;
}


.pum-video-muted-notice {
	display: none!important;
}


@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.stroke-dotted {
	opacity: 0;
	stroke-dasharray: 4,5;
	stroke-width: 1px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: spin 4s infinite linear;
	animation: spin 4s infinite linear;
	-webkit-transition: opacity 1s ease,  stroke-width 1s ease;
	transition: opacity 1s ease,  stroke-width 1s ease;
}

.stroke-solid {
	stroke-dashoffset: 0;
	stroke-dashArray: 300;
	stroke-width: 4px;
	-webkit-transition: stroke-dashoffset 1s ease,  opacity 1s ease;
	transition: stroke-dashoffset 1s ease,  opacity 1s ease;
}

.icon {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 200ms ease-out;
	transition: -webkit-transform 200ms ease-out;
	transition: transform 200ms ease-out;
	transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

#play:hover .stroke-dotted {
	stroke-width: 4px;
	opacity: 1;
}
#play:hover .stroke-solid {
	opacity: 0;
	stroke-dashoffset: 300;
}
#play:hover .icon {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

#play {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}


.about_thumb {
	position: relative;
}

.about_thumb #play { 
	border-radius: 100%;
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.75);
	filter: drop-shadow(2px 2px 15px black);
	position: absolute;
	left: 50%;
	top: 80%;
	transform: translateX(-50%) translateY(-50%) translateZ(0) translate3d(0,0,0);
}

.default-btn {
	font-size: 16px;
	color: #ffffff;
	padding: 7px 20px 10px 20px;
	line-height: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 1;
	text-transform: capitalize;
	background-color: #9f172d;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	border-radius: 50px;
	font-family: "Muli", sans-serif;
	text-align: center;
	background: linear-gradient(45deg, rgb(199 8 39) 0%, rgb(59 59 59) 60%, rgb(60 60 60) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffefae",endColorstr="#ffe189",GradientType=1);
	background-size: 200% 200%;
	background-position: left center;
	box-shadow: 0 10px 20px -5px rgba(0,0,0,0.25);
	transform: translate(0%, -20%);
	transition: top .5s ease, border-radius .3s ease
}
.default-btn:hover {
	color: #ffffff;
	background: linear-gradient(45deg, rgb(199 8 39) 0%, rgb(59 59 59) 60%, rgb(60 60 60) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffefae",endColorstr="#ffe189",GradientType=1);
	background-size: 200% 200%!;
	background-position: left center;
	box-shadow: 0 10px 20px -5px rgba(0,0,0,0.25);
}
.default-btn i {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #9f172d;
	color: #fff;
	border-radius: 50%;
	position: relative;
	left: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.default-btn:hover .item-cat {
	top: 50%;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

.default-btni {
	font-size: 16px;
	color: #ffffff;
	padding: 7px 20px 10px 20px;
	line-height: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 1;
	text-transform: capitalize;
	background-color: #cc8c18;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	border-radius: 50px;
	font-family: "Muli", sans-serif;
	text-align: center;
	background: linear-gradient(45deg, rgb(199 8 39) 0%, rgb(59 59 59) 60%, rgb(60 60 60) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffefae",endColorstr="#ffe189",GradientType=1);
	background-size: 200% 200%;
	background-position: left center;
	box-shadow: 0 10px 20px -5px rgba(0,0,0,0.25);
	transform: translate(0%, -63%);
	transition: top .5s ease, border-radius .3s ease
}
.default-btni:hover {
	color: #ffffff;
	background: linear-gradient(45deg, rgb(199 8 39) 0%, rgb(59 59 59) 60%, rgb(60 60 60) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffefae",endColorstr="#ffe189",GradientType=1);
	background-size: 200% 200%!;
	background-position: left center;
	box-shadow: 0 10px 20px -5px rgba(0,0,0,0.25);
}
.default-btni i {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #9f172d;
	color: #fff;
	border-radius: 50%;
	position: relative;
	left: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.default-btni:hover .item-cat {
	top: 50%;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
}


.documents-wrapper a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.documents-wrapper:nth-child(odd) {
	margin-right: 20px;
}
.documents-wrapper {
	width: calc(50% - 20px);
	box-sizing: border-box;
	border-radius: 15px;
	border: 2px dashed #c70827;
	position: relative;
	padding-top: 50px;
	transition: .5s ease all;
	display: inline-block;
	min-height: 127px;
	margin-bottom: 75px;
	margin-top: 50px;
	top: 0;
}
.rs-porfolio-details .inner-services .desc-content {
	box-shadow: 0 0 150px #eee;
	background: #fff;
	padding: 40px;
	border-radius: 15px;
}
.documents-wrapper i {
	position: absolute;
	background-color: #c70827;
	color: #FFF;
	font-size: 25px;
	line-height: 25px;
	border-radius: 50%;
	left: calc(50% - 42.5px);
	top: -42.5px;
	padding: 15px;
	border: 15px solid #FFF;
	box-sizing: border-box;
}
.documents-wrapper:hover {
	top: -15px;
}



.brosur {
	background: #ffffff;
	border: solid 1px #e6e6e6;
	border-radius: 2px;
	display: inline-block;
	height: 100px;
	line-height: 100px;
	margin: 5px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}

.brosur span {
	background: #f2594b;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: normal;
	padding: 5px 10px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.brosur span:last-child {
	margin-left: -20px;
}

.brosur:before,
.brosur:after {
	background: #ffffff;
	border: solid 3px #9fb4cc;
	border-radius: 4px;
	content: '';
	display: block;
	height: 35px;
	left: 50%;
	margin: -17px 0 0 -12px;
	position: absolute;
	top: 50%;
	/*transform:translate(-50%,-50%);*/

	width: 25px;
}

.brosur:hover:before,
.brosur:hover:after {
	background: #e2e8f0;
}
/*a:before{transform:translate(-30%,-60%);}*/

.brosur:before {
	margin: -23px 0 0 -5px;
}

.brosur:hover {
	background: #e2e8f0;
	border-color: #9fb4cc;
}

.brosur:active {
	background: #dae0e8;
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, .25);
}

.brosur span:first-child {
	display: none;
}

.brosur:hover span:first-child {
	display: inline-block;
}

.brosur:hover span:last-child {
	display: none;
}