@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;600;800&display=swap");

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
    background-image: url('../img/texture/01.png');
    background-repeat: repeat;
	font-family: "Rubik", sans-serif;
}
html {
	height: 100%;
}
* {
	text-decoration: none !important;
	outline: none !important;
}

/*----- OTALYA MOBILE MENU START -----*/
.mobil-nav ul{
	margin: 0;
}
.mobil-nav ul li{
	width: calc((100% / 4) - -2px);
	display: inline-block;
	text-align: center;
	height: 50px;
	vertical-align: middle;
	padding: 7px 0;
	margin-right: -6px;
	background: #C53A44 !important;
}
.mobil-nav ul li.harita{
	background: #555;
}
.mobil-nav ul li.harita a{
	color: #fff;
}
.mobil-nav ul li.telefon{
	background: #f78e19;
}
.mobil-nav ul li.telefon a{
	color: #fff;
}
.mobil-nav ul li.whatsapp{
	background: #00e676;
}
.mobil-nav ul li.whatsapp a{
	color: #fff;
}
.mobil-nav ul li.dil{
	background: #00a5ce;
}
.mobil-nav ul li.dil{
	color: #fff;
}
.mobil-nav ul li small{
	display: block;
	font-size: 12px;
	line-height: 12px;
}
.mobil-nav {
	position: fixed;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999;
}
.mobil-nav svg , .mobil-nav i {
	font-size: 20px;
}
.mobil-nav ul li.instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.mobil-nav ul li.instagram a {
	color: #fff;
}

.so-icon {
	background-color: #7d7d7d;
}

.so-facebook {
	background-color: #3B5998;
}

.so-twitter {
	background-color: #55acee;
}

.so-instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.so-pinterest {
	background-color: #CB2027;
}

.so-linkedin {
	background-color: #0077b5;
}

.so-facebook-messenger {
	background-color: #448AFF;
}

.so-youtube {
	background-color: #cc181e;
}

.so-reddit {
	background-color: #ff4500;
}

.so-tumblr {
	background-color: #32506d;
}

.so-digg {
	background-color: #262626;
}

.so-google-plus {
	background-color: #DE5446;
}

.so-whatsapp {
	background-color: #25d366;
}

.so-vk {
	background-color: #4c6c91;
}

.so-weibo {
	background-color: #ff9933;
}

.so-odnoklassniki {
	background-color: #d7772d;
}

.so-xing {
	background-color: #1a7576;
}

.so-blogger {
	background-color: #ff8000;
}

.so-flipboard {
	background-color: #ff8000;
}

.so-delicious {
	background-color: #205cc0;
}

.so-weixin {
	background-color: #4EC034;
}

/*----- OTALYA MOBILE MENU END -----*/

#main-nav {
	background: #fff;
	padding: 0;
    z-index: 99;
    border-bottom: solid 1px #ddd;
}

#main-nav.nav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

#main-nav .container {
    position: relative;
}

.navbar-brand img {
	width: 180px;
}

#main-nav .navbar-nav {
    margin-bottom: -1px;
}

#main-nav .navbar-nav .nav-item {
	margin-right: 0;
	position: relative;
    overflow: hidden;
}

#main-nav .navbar-nav .nav-item:before {
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #C53A44;
	z-index: 1;
	transition: 0.2s ease 0s;
	pointer-events: none;
}

#main-nav .navbar-nav .nav-item:hover:before {
	top: 0;
}

#main-nav .navbar-nav .nav-item.active:before {
	top: 0;
}

#main-nav .navbar-nav .nav-item:hover .nav-link,
#main-nav .navbar-nav .nav-item.active .nav-link {
	color: #fff !important;
}

#main-nav .navbar-nav .nav-item .nav-link {
	padding: 0;
	color: #222 !important;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 15px;
	border-left: solid 1px rgba(0,0,0,0.2);
	position: relative;
	z-index: 2;
	transition: 0.2s ease 0s;
}

#main-nav .navbar-nav .nav-item:last-child .nav-link {
	border-right: solid 1px rgba(0,0,0,0.2);
}

#main-nav .navbar-nav .nav-item .dropdown-menu {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	left: 0;
	width: unset;
	min-width: unset;
	border-left: solid 4px #C53A44;
}

#main-nav .navbar-nav .nav-item .dropdown-menu > a {
	display: block;
	white-space: nowrap;
	font-size: 14px;
	line-height: 20px;
	color: #444 !important;
	padding: 10px 15px;
	border-bottom: solid 1px #eee;
}

#main-nav .navbar-nav .nav-item .dropdown-menu > a:last-child {
	border: noen;
}

#main-nav .navbar-nav .nav-item .dropdown-menu > a:hover {
	background: #f5f5f5;
	color: #222 !important;
}

.dropdown-toggle::after {
	content: none;
}

#main-nav .navbar-nav .nav-item .dropdown-toggle {
	position: relative;
	/*padding-right: 20px;*/
}

#main-nav .navbar-nav .nav-item .dropdown-toggle:before {
	content: none !important;
}

.panel-text {
	font-size: 15px;
	line-height: 21px;
	color: #444;
	margin-bottom: -10px;
	font-weight: 400;
}

.panel-text img {
	max-width: 100%;
}

.panel-text h1 {
	display: block;
	font-size: 1.60em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h2 {
	display: block;
	font-size: 1.40em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h3 {
	display: block;
	font-size: 1.30em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h4 {
	display: block;
	font-size: 1.20em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h5 {
	display: block;
	font-size: 1.10em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h6 {
	display: block;
	font-size: 1em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text p {
	display: block;
	margin-bottom: 10px;
}

.panel-text b {
	font-weight: 600;
}

.panel-text ul {
	padding: 0;
	list-style: none;
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
}

.panel-text ul li {
	display: block;
	margin-bottom: 5px;
	position: relative;
	padding-left: 12px;
}

.panel-text ul li:before {
	content: "\f45c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 6px;
	transform: rotate(45deg);
	color: #bbb;
}

/* SELECT2 RESET * START */

.form-group .select2-container {
	width: 100% !important;
}

.form-group .select2-container .select2-selection--single {
	height: unset;
	border-radius: 0;
}

.form-group .select2-container .select2-selection__rendered {
	line-height: unset;
    padding: 0;
    height: unset;
    color: unset;
    text-overflow: unset;
    overflow: unset;
    white-space: unset;
}

.form-group .select2-container .select2-selection__arrow {
	position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 20px;
    text-align: center;
    height: unset;
}

.select2-dropdown {
	border-radius: 0;
}

.select2-results__group,
.select2-results__option {
	padding: 5px;
	font-size: 14px;
	line-height: 20px;
	border: 0;
	border-bottom: solid 1px #eee;
}

.select2-results__group {
	background: #eee;
}

.select2-results__option:last-child {
	border-bottom: none;
}

.select2-search__field {
	border: solid 1px #ddd !important;
    padding: 5px 10px !important;
    font-size: 14px;
    line-height: 20px;
}

/* SELECT2 RESET * END */

.form-group {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}

.form-group input,
.form-group textarea {
	display: block;
	width: 100%;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 22px;
	color: #222 !important;
	margin: 0;
	border-radius: 0;
	border: solid 1px #ccc;
	resize: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
	color: #aaa !important;
}

.smt {
	margin-top: 50px;
}

.smb {
	margin-bottom: 50px;
}

.nav-top {
	padding: 10px 0;
	background: #fff;
	border-bottom: solid 1px #ddd;
	z-index: 999;
	position: relative;
}

.nav-top > .container,
.nav-top > .container-fluid {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-top .left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nav-top .nt-contact {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 30px;
}

.nav-top .nt-contact:last-child {
	margin-right: 0;
}

.nav-top .nt-contact i {
	font-size: 12px;
	line-height: 18px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    border: solid 1px #bbb;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	color: #222 !important;
}

.nav-top .nt-contact span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #666 !important;
}

.nav-top .nt-contact:hover span {
	text-decoration: underline !important;
}

.main-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(720/1920*100%);
}

.main-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.main-slider-container {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-bottom: solid 1px #ddd;
}

.main-slider-container > .tns-outer > button {
	display: none;
}

.main-slider-container > .tns-outer > .tns-controls {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transform: translate(0, -50%);
	z-index: 2;
	pointer-events: none;
	padding: 0 20px;
}

.main-slider-container > .tns-outer > .tns-controls > button {
	pointer-events: all;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: none;
	font-size: 40px;
	background: none;
	color: #fff !important;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
}

.slider-bottom {
	margin-top: 50px;	
}

.main-service-item {
	display: block;
	width: 100%;
	position: relative;
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	text-align: center;
	height: 100%;
	transition: 0.4s ease 0s;
}

.main-service-item > .msi-content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	margin-bottom: 20px;
}

.main-service-item:hover .main-btn:before {
	top: 0;
}

.main-service-item:hover .main-btn {
	color: #fff !important;
}

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

.main-service-item .msi-icon {
	display: block;
	width: 80px;
	min-width: 80px;
	margin-bottom: 10px;
	margin-top: -50px;
	background: #fff;
	padding: 20px;
	border-radius: 50%;
	border: solid 2px #ddd;
	transition: 0.2s ease 0s;
}

.main-service-item:hover .msi-icon {
	border-color: #C53A44;
}

.main-service-item .msi-icon > div {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 100%;
}

.main-service-item .msi-icon > div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.main-service-item h2 {
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #222;
	position: relative;
	padding-bottom: 10px;
	width: 100%;
}

.main-service-item h2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50px;
	height: 2px;
	background: #C53A44;
	transform: translate(-50%, 0);
	transition: 0.2s ease 0s;
}

.main-service-item:hover h2:before {
	width: 100px;
}

.main-service-item > .msi-content > span {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #444;
}

.main-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	white-space: nowrap;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff !important;
	background: #C53A44;
	border: none;
	border-radius: 0;
	padding: 11px 20px;
	overflow: hidden;
	position: relative;
}

.main-btn.full {
	display: flex;
	width: 100%;
}

.main-btn span {
	display: block;
	position: relative;
	z-index: 2;
}

.main-btn:before {
	content: "";
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222;
	transition: 0.2s ease 0s;
	z-index: 1;
	position: absolute;
}

.main-btn:hover:before {
	top: 0;
}

.main-btn.light {
	background: none;
	color: #222 !important;
	border: solid 1px #C53A44;
	padding: 10px 20px;
}

.main-btn.light:before {
	background: #C53A44;
}

.main-btn.light:hover {
	color: #fff !important;
}

.main-btn.white {
	background: none;
	color: #fff !important;
	border: solid 1px #fff;
	padding: 10px 20px;
}

.main-btn.white:before {
	background: #fff;
}

.main-btn.white:hover {
	color: #222 !important;
}

.main-title {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: left;
}

.main-title.light h1,
.main-title.light h2 {
	color: #fff;
}

.main-title h1,
.main-title h2 {
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: #222;
	margin: 0;
	position: relative;
}


.main-title.light:before {
	background: #fff;
}

.main-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	background: #ddd;
	width: 150px;
}

.main-title.light h1:before,
.main-title.light h2:before {
	background: #ddd;
}

.main-title h1:after,
.main-title h2:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	height: 4px;
	background: #C53A44;
	width: 50px;
	margin-left: 0;
}

.main-title.light h1:after,
.main-title.light h2:after {
    background: #888;
}

.main-cap {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #222;
	margin-bottom: 20px;
}

.main-cap.light {
	color: #fff;
}

.main-contact-form {
	background: #eee;
	padding: 20px;
	padding-bottom: 0;
	border: solid 1px #ddd;
}

.backbanner {
	padding: 50px 0;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.backbanner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #C53A44;
	opacity: 0.6;
	z-index: 1;
}

.backbanner > .container {
	position: relative;
	z-index: 2;
}

.badge-item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
    height: 100%;
	text-align: left;
    padding: 15px;
    background: rgba(0,0,0,0.4);
    border: solid 1px rgba(255,255,255,0.2);
}

.badge-item > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    width: 100%;
}

.badge-item i {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
    width: 26px;
    margin-right: 10px;
    text-align: center;
	border-radius: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}

.badge-item h3 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
}

.badge-item span {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #eee;
}

.main-about-img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
}

.main-about-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 15px);
	height: calc(100% - 15px);
	object-fit: cover;
    z-index: 10;
    border: solid 1px rgba(0,0,0,0.2);
}

.main-about-img:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0,0,0,0.2);
	width: calc(100% - 15px);
	height: calc(100% - 15px);
}

.main-about-desc {
	display: block;
}

.main-about-desc > span {
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
	color: #444;
}

.colorback {
	background: #C53A44;
	padding: 50px 0;
}

.main-social {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-social a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	border: solid 1px #fff;
	border-radius: 0;
	margin-right: 15px;
	color: #fff !important;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
	transition: 0.2s ease 0s;
}

.main-social a:hover {
    background: #fff;
    color: #222 !important;
}

.soru-item {
	margin-bottom: 10px;
	border-radius: 0;
}

.soru-item:last-child {
	border: none;
	margin: 0;
}

.soru-header {
	display: block;
	background: #fff;
	padding: 14px 12px;
	position: relative;
	padding-right: 30px;
	border: solid 1px #ddd;
}

.soru-header:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #eee;
    transition: 0.2s ease 0s;
}

.soru-header:hover:before {
    background: #bbb;
}

.soru-header[aria-expanded="true"]:before {
    background: #C53A44;
}

.soru-header h3 {
    color: #666 !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	transition: 0.2s ease 0s;
}

.soru-header:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 50%;
	right: 15px;
    transform: translate(0, -50%);
	font-size: 14px;
    line-height: 20px;
    color: #666;
}

.soru-header[aria-expanded="true"]:after {
	content: "\f107";
}

.soru-header[aria-expanded="true"] h3 {
	color: #222 !important;
}

.soru-body {
	display: block;
	color: #444;
	font-size: 14px;
	line-height: 20px;
}

.soru-body p {
	margin: 0;
	padding: 14px 12px;
	display: block;
}

footer {
	background: #fbfbfb;
	border-top: solid 1px #ddd;
	/*margin-top: -50px;*/
}

.ftr-top {
	padding-top: 40px;
	padding-bottom: 20px;
}

.ftr-logo {
	margin-bottom: 20px;
	width: 150px;
}

.ftr-social {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.ftr-social a {
	display: block;
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff !important;
	margin-right: 10px;
	margin-bottom: 10px;
}

.ftr-top h2 {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #222;
	margin-bottom: 15px;
}

.ftr-links {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 10px;
}

.ftr-links a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #666 !important;
	margin-bottom: 10px;
}

.ftr-links a:hover {
	color: #222 !important;
	text-decoration: underline !important;
}

.ftr-bottom {
	border-top: solid 1px #ddd;
	padding-top: 20px;
	padding-bottom: 10px;
    background: #eee;
}

.ftr-bottom > .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ftr-bottom span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #444;
	margin-bottom: 10px;
}

.ftr-bottom a {
	display: block;
	margin-bottom: 10px;
}

.ftr-bottom a img {
	width: 70px;
	filter: grayscale(1);
}

.ftr-bottom a:hover img {
	filter: none;
}

.nt-social {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nt-social a {
	font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #888 !important;
	margin-right: 15px;
	transition: 0.2s ease 0s;
    position: relative;
}

.nt-social a:last-child:after {
    content: "";
    position: absolute;
    border: none;
}

.nt-social a:last-child {
	margin-right: 0;
}

.nt-social a:hover {
	color: #222 !important;
}

.navbar-toggler {
	background: #C53A44;
	border-radius: 0;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	color: #fff;
}

.bcrumb {
	padding: 5px 0;
	background: #fbfbfb;
	border-bottom: solid 1px #ddd;
}

.bcrumb > .container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.bcrumb a {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #666 !important;
	margin-right: 20px;
	position: relative;
}

.bcrumb a:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 10px;
	line-height: 16px;
	position: absolute;
	right: -20px;
	width: 20px;
	text-align: center;
	top: 50%;
	transform: translate(0, -50%);
	pointer-events: none;
}

.bcrumb a:last-child:after {
	content: none;
}

.bcrumb a:last-child {
	margin-right: 0;
}

.bcrumb a:hover {
	text-decoration: underline !important;
}

.page-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(800/1920*100%);
	margin-bottom: 10px;
}

.page-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-title {
	display: block;
	border-bottom: solid 1px #ddd;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.service-item {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
    background: #fff;
    padding: 15px;
    border: solid 1px #ddd;
}

.service-item .si-img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(2/3*100%);
	margin-bottom: 10px;
}

.service-item .si-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease 0s;
}

.service-item .si-desc h3 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	position: relative;
	color: #222 !important;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.service-item .si-desc h3:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #ddd;
	transition: 0.2s ease 0s;
}

.service-item .si-desc h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	background: #C53A44;
	transition: 0.2s ease 0s;
    z-index: 10;
}

.service-item:hover .si-desc h3:after {
	width: 100%;
}

.service-item .si-desc p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
    font-size: 14px;
    line-height: 20px;
	color: #666;
	margin-bottom: 0;
}

.service-item:hover .main-btn:before {
	top: 0;
}

.service-item:hover .main-btn {
	color: #fff !important;
}

.service-item:hover .si-img img {
	transform: scale(1.1);
}

.blog-spec {
	display: flex;
    justify-content: flex-start;
    align-items: center;
	border-bottom: solid 1px #ddd;
	margin-bottom: 10px;
	width: 100%;
	padding-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

.side-service {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	background: #fff;
	border: solid 1px #ddd;
	width: 100%;
	transition: 0.2s ease 0s;
	margin-bottom: 10px;
    padding: 10px;
}

.side-service .ss-img {
	min-width: 50px;
	width: 50px;
    border: solid 1px #ddd;
}

.side-service .ss-img > div {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(2/3*100%);
}

.side-service .ss-img > div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.side-service > .ss-desc {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 0;
    padding-left: 10px;
}

.side-service > .ss-desc h3 {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #222;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0;
}

.side-service > .ss-desc span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

.side-service i {
	min-width: 30px;
	width: 30px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #222 !important;
}

.side-service:hover {
	background: #eee;
}

.si-img > span {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 2;
	background: rgba(0,0,0,0.6);
	color: #fff !important;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 18px;
}

.pagination {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.pagination ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination ul li {
	margin-right: 10px;
	display: block;
}

.pagination ul li:last-child {
	margin-right: 0;
}

.pagination ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 30px;
	height: 30px;
	background: #fbfbfb;
	border: solid 1px #eee;
	color: #444 !important;
	font-size: 14px;
	line-height: 20px;
}

.pagination ul li a:hover {
	background: #eee;
}

.pagination ul li.active a {
	background: #C53A44;
	color: #fff !important;
}

.gal-item {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
	margin-bottom: 30px;
    border: solid 1px #ddd;
}

.gal-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
    transition: 0.4s ease 0s;
}

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

.gal-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	z-index: 2;
	transition: 0.2s ease 0s;
}

.gal-item:after {
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	font-size: 24px;
	opacity: 0;
	transition: 0.2s ease 0s;
}

.gal-item:hover:before,
.gal-item:hover:after {
	opacity: 1;
}

.captcha-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.ctxt {
	display: block;
	text-align: right;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	margin-top: 2px;
	color: #666;
}

.form-group span.error-label,
#star_error span.error-label {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #b22222;
	margin: 0;
	margin-top: 2px;
}

.contact-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

.contact-item i {
	min-width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;
	border: solid 1px #C53A44;
	color: #C53A44 !important;
	font-size: 14px;
	line-height: 20px;
	margin-right: 10px;
}

.contact-item span,
.contact-item span a {
	font-size: 12px;
	line-height: 18px;
	color: #666 !important;
}

.contact-item span a:hover {
	text-decoration: underline !important;
}

.form-label {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #222;
	margin-bottom: 2px;
}

#map {
	display: block;
	width: 100%;
	border: solid 1px #ddd;
	height: 350px;
	overflow: hidden;
}

.msg-box {
	width: 100%;
    padding: 10px 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    background: #fbfbfb;
    border: solid 1px #eee;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.msg-box i {
	font-size: 16px;
	line-height: 22px;
	margin-right: 10px;
	display: none;
}

.msg-box.success i {
	display: block;
	color: #32cd32;
}

.msg-box.danger i {
	display: block;
	color: #b31b1b;
}

.main-contact-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px;
    background: rgba(0,0,0,0.2);
    border: solid 1px rgba(255,255,255,0.2);
}

.page-box {
    padding: 15px;
    background: #fff;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
}