@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&display=swap');

/* Color Theme Swatches in Hex */
.Erol-Endüstriyel-1-hex { color: #4C4CE5; }
.Erol-Endüstriyel-2-hex { color: #6B6BAA; }
.Erol-Endüstriyel-3-hex { color: #323299; }
.Erol-Endüstriyel-4-hex { color: #9191E5; }
.Erol-Endüstriyel-5-hex { color: #222266; }

/* Color Theme Swatches in RGBA */
.Erol-Endüstriyel-1-rgba { color: rgba(76, 76, 229, 1); }
.Erol-Endüstriyel-2-rgba { color: rgba(107, 107, 170, 1); }
.Erol-Endüstriyel-3-rgba { color: rgba(50, 50, 153, 1); }
.Erol-Endüstriyel-4-rgba { color: rgba(145, 145, 229, 1); }
.Erol-Endüstriyel-5-rgba { color: rgba(34, 34, 102, 1); }

/* Color Theme Swatches in HSLA */
.Erol-Endüstriyel-1-hsla { color: hsla(240, 74, 59, 1); }
.Erol-Endüstriyel-2-hsla { color: hsla(240, 27, 54, 1); }
.Erol-Endüstriyel-3-hsla { color: hsla(240, 50, 39, 1); }
.Erol-Endüstriyel-4-hsla { color: hsla(240, 61, 73, 1); }
.Erol-Endüstriyel-5-hsla { color: hsla(240, 50, 26, 1); }

body {
    margin: 0;
    padding: 0;
    background-image: url(../img/texture/01.png);
    min-height: 100vh;
}
* {
    text-decoration: none !important;
    outline: none !important;
    font-family: "Ubuntu", sans-serif;
}
section {
    margin-top: 50px;
}

/* 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: #323299 !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;
    box-shadow: 0px -1px 4px rgba(0,0,0,0.4);
    background: #fff;
    z-index: 9998;
}
.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;
}
/* OTALYA MOBILE MENU END */

/* HEADER START */
.top-bar {
    background: #323299;
    height: 30px;
}
.top-bar .tb-contact-item {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    margin-right: 14px;
    color: #fff !important;
}
.top-bar .tb-contact-item:last-child {
    margin-right: 0;
}
.top-bar .tb-contact-item i {
    margin-right: 4px;
}
.top-bar .tb-social-item {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 29px;
    height: 100%;
    background: #222266;
    margin: 0 -2px;
    text-align: center;
    font-size: 14px;
    color: #fff !important;
    transition: 0.2s ease-in-out;
}
.top-bar .tb-social-item:hover {
    background: #9191E5;
    transition: 0.2s ease-in-out;
}
#main-nav {
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    z-index: 9999;
}
#main-nav.navfix {
    position: fixed;
    width: 100%;
    top: 0;
}
#main-nav .navbar-collapse.mobileclp {
	position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
}
#main-nav .navbar-brand img {
    width: 220px;
}
#main-nav .navbar-toggler {
	color: #323299;
	font-size: 24px;
	border: solid 2px #9191E5;
	border-radius: 0;
}
#main-nav .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #323299 !important;
    transition: 0.2s ease-in-out;
    padding: 0;
    margin-right: 10px;
    padding: 10px;
    position: relative;
}
#main-nav .navbar-nav .nav-item .nav-link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: 100%;
	border: solid 2px transparent;
	border-right: none;
	border-radius: 0;
	transition: 0.2s ease-in-out;
}
#main-nav .navbar-nav .nav-item .nav-link:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 25%;
	height: 100%;
	border: solid 2px transparent;
	border-left: none;
	border-radius: 0;
	transition: 0.2s ease-in-out;
}
#main-nav .navbar-nav .nav-item .nav-link:hover:before, #main-nav .navbar-nav .nav-item .nav-link:hover:after, #main-nav .navbar-nav .nav-item .nav-link.active:before, #main-nav .navbar-nav .nav-item .nav-link.active:after {
	border-color: #9191E5;
	transition: 0.2s ease-in-out;
}
#main-nav .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}
#main-nav .navbar-nav .nav-item .nav-link:hover {
    color: #222266 !important;
}
/* HEADER END */

/* SLIDER START */
#main-slider {
    position: relative;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
}
#main-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
}
#main-slider .owl-item {
    width: 100%;
    height: 100%;
}
#main-slider .owl-item .item .main-slider-img {
    width: 100%;
    height: 100%;
    position: relative;
}
#main-slider .owl-item .item .main-slider-img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	top: 0;
	left: 0;
}
#main-slider .owl-item .item .main-slider-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	width: 100%;
	padding: 0 100px;
}
#main-slider .owl-item .item .main-slider-txt h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
	text-shadow: 4px 4px 1px #222266;
}
#main-slider .owl-item .item .main-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#main-slider .owl-nav .owl-prev, #main-slider .owl-nav .owl-next {
    position: relative;
    width: 50px;
    height: 50px;
    top: -25px;
    left: 25px;
    background: rgba(50, 50, 153, 0.4);
    float: left;
    border-radius: 0;
    transition: 0.2s ease-in-out;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}
#main-slider .owl-nav .owl-prev:hover, #main-slider .owl-nav .owl-next:hover {
    transition: 0.2s ease-in-out;
    background: rgba(50, 50, 153, 1);
}
#main-slider .owl-nav .owl-next {
    left: unset;
    right: 25px;
    float: right;
}
#main-slider .owl-nav .owl-prev:before, #main-slider .owl-nav .owl-next:before {
    content: "\f060";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    z-index: 1;
}
#main-slider .owl-nav .owl-next:before {
    content: "\f061";
}
#main-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}
#main-slider .owl-dots .owl-dot {
    display: inline-block;
    width: 20px;
    height: 4px;
    background: #fff;
    margin: 0 4px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
}
#main-slider .owl-dots .owl-dot.active {
    background: #323299;
}
/* SLIDER END */

/* MAIN PRODUCTS START */
.main-prd-box {
	margin-bottom: 30px;
}
.main-prd-box:last-child {
	margin-bottom: 0;
}
.main-prd-box.mpb-left .mpb-col-img {
	text-align: right;
}
.main-prd-box.mpb-right .mpb-col-img {
	text-align: left;
}
.main-prd-box .mpb-img {
	display: block;
    position: relative;
    width: 100%;
    height: 300px;
	border: solid 2px #9191E5;
	border-radius: 0px;
	overflow: hidden;
}
.main-prd-box .mpb-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-prd-box .mpb-txt {
	min-height: 100%;
	position: relative;
	background: #fff;
}
.main-prd-box .mpb-txt:after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 75%;
	border: solid 1px #bbb;
}
.main-prd-box.mpb-left .mpb-txt:after {
	border-left: none;
	right: 0;
}
.main-prd-box.mpb-right .mpb-txt:after {
	border-right: none;
	left: 0;
}
.main-prd-box .mpb-txt:before {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 25%;
	border: solid 2px #9191E5;
}
.main-prd-box .mpb-txt .mpb-desc {
	padding: 20px;
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.main-prd-box.mpb-left .mpb-txt .mpb-desc {
	text-align: left;
}
.main-prd-box.mpb-right .mpb-txt .mpb-desc {
	text-align: right;
	right: 0;
}
.main-prd-box .mpb-txt .mpb-desc h1 {
	color: #323299;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 10px;
}
.main-prd-box .mpb-txt .mpb-desc p {
	font-size: 18px;
	line-height: 24px;
	color: #444;
	margin: 0;
}
.main-prd-box.mpb-left .mpb-txt .mpb-desc {
	left: 0;
}
.main-prd-box.mpb-left .mpb-txt .mpb-desc {
	right: 0;
}
.main-prd-box.mpb-left .mpb-txt:before {
	border-right: none;
	left: 0;
	border-radius: 0;
}
.main-prd-box.mpb-right .mpb-txt:before {
	border-left: none;
	right: 0;
	border-radius: 0;
}
.main-prd-box .mpb-txt .mpb-desc:before {
	content: "";
	position: absolute;
	top: 20px;
	width: 30px;
	height: 0;
	border-bottom: 2px solid #9191E5;
}
.main-prd-box.mpb-left .mpb-txt .mpb-desc:before {
	left: -30px;
}
.main-prd-box.mpb-right .mpb-txt .mpb-desc:before {
	right: -30px;
}
.main-prd-box hr {
	margin-top: 30px;
    border-top: 1px solid rgba(0,0,0,0.2);
}
.main-prd-box:last-child hr {
	display: none;
}
/* MAIN PRODUCTS END */

/* PAGE ITEMS START */
.main-btn {
	display: inline-block;
    padding: 8px 12px;
    background: #323299;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border: none;
    transition: 0.2s ease-in-out;
    border-radius: 0;
}
.main-btn.mb-full {
	width: 100%;
	display: block;
	text-align: center;
}
.main-btn:hover {
	background: #222266;
	transition: 0.2s ease-in-out;
}
.main-btn i {
	margin-left: 8px;
}
.page-block-title {
	padding-bottom: 0px;
    margin-bottom: 30px;
    position: relative;
}
.page-block-title.page-detail-title {
	margin-bottom: 20px;
}
.page-block-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #9191E5;
}
.page-block-title h1, .page-block-title h2 {
	margin: 0;
	color: #323299;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	position: relative;
	padding-bottom: 4px;
}
.page-block-title h2 {
	font-size: 20px;
}
.page-block-title h1:before, .page-block-title h2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-bottom: 4px solid #9191E5;
}
.bcrumb {
	padding: 100px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	position: relative;
}
.bcrumb:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
}
.bcrumb h1 {
	color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 4px 4px 1px #222266;
}
.bcrumb span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	position: relative;
	padding-right: 20px;
	margin-right: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.bcrumb span:last-child {
	padding-right: 0;
	margin-right: 0;
}
.bcrumb span:last-child:after {
	content: none;
}
.bcrumb span:after {
	content: "";
	position: absolute;
	border-left: 6px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	width: 0;
	height: 0;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
}
.bcrumb span a {
	color: #fff !important;
}
.bcrumb span a:hover {
	text-decoration: underline !important;
}
.form-block-title {
	display: block;
	margin-bottom: 10px;
	color: #323299;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.fgroup {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.fgroup label {
	position: absolute;
	left: 0;
	top: 13px;
	font-size: 14px;
	color: #323299;
	pointer-events: none;
}
.fgroup input, .fgroup textarea {
	width: 100%;
	border: none;
    border-bottom: 2px solid #bbb;
    padding: 10px 12px;
    padding-left: 24px;
    background: #fff !important;
    color: #444;
    transition: 0.2s ease-in-out;
}
.fgroup textarea {
	resize: none;
}
.fgroup input:hover, .fgroup textarea:hover {
	border-color: #9191E5;
	transition: 0.2s ease-in-out;
}
.fgroup input:focus, .fgroup textarea:focus {
	border-color: #323299;
    transition: 0.2s ease-in-out;
}
.pagination {
	display: block;
}

.pagination li {
	display: inline-block;
}

.pagination li a {
    color: #323299 !important;
    padding: 4px 8px;
    background: #f5f5f5 !important;
    border: solid 1px #ddd;
    margin: 2px;
    font-size: 14px;
    font-weight: 500;
    outline: none !important;
    box-shadow: none !important;
}

.pagination li a:hover {
	background: #ddd !important;
}

.pagination .page-item {
	display: inline-block;
}
.pagination .page-item .page-link {
	border-radius: 0;
	border: solid 1px #ddd;
	background: #fff;
	color: #323299;
	box-shadow: none;
	font-weight: 500;
	font-size: 14px;
	width: 34px;
    height: 34px;
    padding: 0;
    text-align: center;
    line-height: 32px;
}
.pagination .page-item.disabled .page-link {
	color: #bbb;
}
.pagination .page-item:not(.disabled):not(.active) .page-link:hover {
	background: #eee;
}
.pagination .page-item.active .page-link {
	background: #9191E5;
	border-color: #9191E5;
	color: #fff;
}
/* PAGE ITEMS END */

/* MAIN ABOUT START */
.main-about-box {
    background: #fff;
    border: solid 1px #bbb;
    padding: 40px;
    border-radius: 0;
}
.main-about-box p {
	font-size: 18px;
	line-height: 24px;
	color: #444;
	margin-bottom: 10px;
}
.main-about-box h1 {
	display: inline-block;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 700;
	color: #323299;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}
.main-about-box h1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: 100%;
	border: solid 2px #9191E5;
	border-right: none;
	border-radius: 0;
	pointer-events: none;
}
.main-about-box h1:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 25%;
	height: 100%;
	border: solid 2px #9191E5;
	border-left: none;
	border-radius: 0;
	pointer-events: none;
}
.main-about-img {
	width: 100%;
	height: 100%;
}
.main-about-img img {
	width: 100%;
	height: 100%;
}
.main-about-txt p {
    margin-bottom: 10px;
    padding: 0;
    font-size: 18px;
    color: #444;
}
/* MAIN ABOUT END */

/* MAIN GALLERY START */
.main-gal-item {
	display: block;
	width: 100%;
	height: 180px;
	border-radius: 0;
	overflow: hidden;
	margin-bottom: 20px;
	border: solid 2px #9191E5;
	padding: 2px;
	position: relative;
	background: #fff;
}
.main-gal-item:before {
	content: "";
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background: rgba(50, 50, 153, 0.8);
	transition: 0.2s ease-in-out;
	z-index: 2;
}
.main-gal-item:after {
	content: "\f03e";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	z-index: 2;
}
.vid-item:after {
	content: "\f04b";
}
.main-gal-item:hover:before {
	width: 75px;
	height: 75px;
	background: rgba(50, 50, 153, 0.4);
	transition: 0.2s ease-in-out;
}
.main-gal-item .mgi-img {
	width: 100%;
	height: 100%;
	border-radius: 0;
	overflow: hidden;
	border: solid 1px #bbb;
}
.main-gal-item:hover .mgi-img img {
	transform: scale(1.1);
	transition: 0.2s ease-in-out;
}
.main-gal-item .mgi-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.2s ease-in-out;
}
/* MAIN GALLERY END */

/* BRAND SLIDER START */
#brand-slider {
	position: relative;
}
#brand-slider .owl-dots {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 0px;
	text-align: right;
}
#brand-slider .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
}
#brand-slider .owl-nav .owl-prev, #brand-slider .owl-nav .owl-next {
	width: 30px;
	height: 60px;
	position: relative;
	top: -30px;
	background: rgba(50, 50, 153, 0.4);
	float: left;
	transition: 0.2s ease-in-out;
	border-radius: 0;
}
#brand-slider .owl-nav .owl-prev:hover, #brand-slider .owl-nav .owl-next:hover {
	background: rgba(50, 50, 153, 1);
	transition: 0.2s ease-in-out;
}
#brand-slider .owl-nav .owl-prev:before, #brand-slider .owl-nav .owl-next:before {
	content: "\f104";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    z-index: 1;
}
#brand-slider .owl-nav .owl-next {
	float: right;
	border-radius: 0;
}
#brand-slider .owl-nav .owl-next:before {
	content: "\f105";
}
#brand-slider .owl-dots .owl-dot {
	display: inline-block;
	width: 20px;
	height: 4px;
	position: relative;
	top: -30px;
	background: #9191E5;
	margin-right: 4px;
}
#brand-slider .owl-dots .owl-dot.active {
	background: #323299;
}
#brand-slider .owl-dots .owl-dot:last-child {
	margin-right: 0;
}
#brand-slider .owl-item .item {
	width: 100%;
	height: 200px;
}
.brand-slider-img {
	width: 100%;
	height: 100%;
	border: solid 2px #bbb;
	background: #fff;
}
#brand-slider img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* BRAND SLIDER END */

/* FOOTER START */
footer {
	margin-top: 50px;
	background: #323299;
	padding-top: 30px;
}
.ftr-logo a img {
	width: 200px;
	filter: contrast(0) brightness(2);
}
.ftr-desc p {
	color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.ftr-item, .ftr-desc, .ftr-logo {
	margin-bottom: 20px;
}
.ftr-item h1 {
	color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    margin-bottom: 8px;
}
.ftr-item span {
	display: block;
	color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
}
.ftr-item span i {
	margin-right: 8px;
}
.ftr-item span a {
	color: #ccc !important;
}
.ftr-item span a:hover {
	text-decoration: underline !important;
}
.ftr-social {
	margin-top: 14px;
}
.ftr-social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	margin-right: 2px;
	margin-bottom: 4px;
	text-align: center;
	font-size: 14px;
	color: #323299 !important;
	transition: 0.2s ease-in-out;
}
.ftr-social a:hover {
	background: #9191E5;
	color: #222266 !important;
}
.copy-area {
	background: #222266;
	padding: 10px 0;
}
.copy-area p {
	margin: 0;
    font-size: 12px;
    color: #fff;
}
.otalya-logo img {
	width: 70px;
    position: relative;
    top: -4px;
    filter: grayscale(1);
}
.otalya-logo:hover img {
	filter: none;
}
/* FOOTER END */

/* ABOUT PAGE START */
.page-box {
	padding: 30px;
	width: 100%;
	background: #fff;
	border: solid 1px #bbb;
}
.about-box {
    color: #444;
    font-size: 16px;
    line-height: 24px;
}
/* ABOUT PAGE END */

/* PRODUCTS PAGE START */
.prd-box {
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
	background: #fff;
	margin-bottom: 20px;
	transition: 0.2s ease-in-out;
	border: solid 1px #ddd;
}
.prd-box:hover {
	border-color: #bbb;
	transition: 0.2s ease-in-out;
}
.prd-box:hover .prd-title.hoverdisable {
	opacity: 0;
	transition: 0.2s ease-in-out;
}
.prd-links-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	visibility: hidden;
	transition: 0.2s ease-in-out;
	z-index: 3;
	padding: 30px;
}
.prd-links {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}
.prd-links a {
	width: 100%;
    margin: 4px 0;
    text-align: center;
	font-size: 12px;
    text-align: center;
    position: relative;
}
.prd-links a i {
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translate(0, -50%);
}
.prd-box:hover .prd-links-box {
	opacity: 1;
	visibility: visible;
	transition: 0.2s ease-in-out;
}
.prd-box .prd-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.prd-box:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	border-top: 2px solid #9191E5;
	border-right: 2px solid #9191E5;
	width: 20px;
	height: 20px;
	transition: 0.2s ease-in-out;
	z-index: 2;
}
.prd-box:after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 10px;
	border-bottom: 2px solid #9191E5;
	width: 20px;
	height: 20px;
	transition: 0.2s ease-in-out;
	z-index: 2;
}
.prd-box .prd-img:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	border-top: 2px solid #9191E5;
	border-left: 2px solid #9191E5;
	width: 20px;
	height: 20px;
	transition: 0.2s ease-in-out;
	z-index: 2;
}
.prd-box .prd-img:after {
	content: "";
	position: absolute;
	bottom: 10px;
	right: 10px;
	border-bottom: 2px solid #9191E5;
	width: 20px;
	height: 20px;
	transition: 0.2s ease-in-out;
	z-index: 2;
}
.prd-box:hover .prd-img:before, .prd-box:hover .prd-img:after, .prd-box:hover:before, .prd-box:hover:after {
	border-color: #323299;
	width: 100%;
	height: 100%;
	transition: 0.2s ease-in-out;
}
.prd-box .prd-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.2s ease-in-out;
}
.prd-box .prd-title {
	position: absolute;
    bottom: 14px;
    width: 100%;
    left: 0;
    padding: 10px 12px;
    background: #9191E5;
    text-align: center;
    transition: 0.2s ease-in-out;
    z-index: 2;
}
.prd-box:hover .prd-title {
	width: 100%;
	background: #323299;
    transition: 0.2s ease-in-out;
}
.prd-box .prd-title h2 {
	color: #fff !important;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.prd-page-gal .main-gal-item {
	height: 150px;
}
.prd-page-box {
	padding-right: 10px;
	border-right: 1px solid #bbb;
}
.prd-page-img {
	width: 100%;
	height: 400px;
	position: relative;
	border: solid 1px #ddd;
	margin-bottom: 20px;
}
.prd-page-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prd-page-txt {
	color: #444;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.prd-about-img {
	width: 500px;
	height: 400px;
	float: left;
	clear: both;
	margin-right: 8px;
	margin-bottom: 0px;
	border: solid 1px #ddd;
	position: relative;
}
.prd-about-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prd-about-gal {
	clear: both;
	padding-top: 20px;
}
/* PRODUCTS PAGE END */

/* REFERANCE PAGE START */
.ref-item {
	width: 100%;
	height: 250px;
	border: solid 2px #ddd;
	background: #fff;
	margin-bottom: 20px;
}
.ref-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* REFERANCE PAGE END */

/* CONTACT PAGE START */
#contact-map {
	width: 100%;
	height: 400px;
	border: solid 1px #ddd;
}
.contact-info-area {
	margin-bottom: 20px;
}
.contact-form-area {
	margin-bottom: 20px;
}
.contact-info-area h3 {
	color: #323299;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 18px;
}
.contact-info-area .contact-info-item {
	position: relative;
	font-size: 14px;
	color: #444;
	padding: 10px 12px;
	margin-bottom: 18px;
	padding-left: 40px;
}
.contact-info-area .contact-info-item span {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 100%;
	border-right: 1px solid #ddd;
	background: #323299;
	color: #fff;
}
.contact-info-area .contact-info-item a {
	color: #323299 !important;
}
.contact-info-area .contact-info-item a:hover {
	text-decoration: underline !important;
}
.contact-info-area .contact-info-item span i {
	position: absolute;
	top: 50%;
	left: 1px;
	text-align: center;
	width: 100%;
	transform: translate(0, -50%);
}
/* CONTACT PAGE END */

.gal-page-box .prd-box .prd-title h2 {
	font-size: 14px;
}

.gal-page-box .prd-box:before, .gal-page-box .prd-box:after, .gal-page-box .prd-box .prd-img:before, .gal-page-box .prd-box .prd-img:after {
	content: none;
}

.gal-page-box .prd-box {
	overflow: visible;
	z-index: 2;
}

.gal-page-box .prd-box img {
	border: solid 1px #fff;
}

.gal-page-box .prd-box:before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	border: solid 1px #fff;
	z-index: 0;
	background: #6B6BAA;
	transition: 0.2s ease-in-out;
}

.gal-page-box .prd-box:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	border: solid 1px #fff;
	z-index: -1;
	background: #9191E5;
	transition: 0.2s ease-in-out;
}

.gal-page-box .prd-box:hover:before {
	top: -8px;
	left: -8px;
}

.gal-page-box .prd-box:hover:after {
	top: -16px;
	left: -16px;
}

.gal-page-box .prd-box .prd-img:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background: rgba(50, 50, 153, 0.6);
	opacity: 0.4;
	border: none;
	border-radius: 50%;
	transition: 0.2s ease-in-out;
	z-index: 3;
	opacity: 1;
}

.gal-page-box .prd-box .prd-img:after {
	content: "\f03e";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	border: none !important;
	z-index: 3;
}

.gal-page-box .prd-box:hover .prd-img:before {
	background: rgba(50, 50, 153, 1);
}