﻿@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('/css/fonts/ir/eot/IRANSansWeb_Bold.eot');
	src: url('/css/fonts/ir/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/ir/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
		url('/css/fonts/ir/woff/IRANSansWeb_Bold.woff') format('woff'),
		url('/css/fonts/ir/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('/css/fonts/ir/eot/IRANSansWeb_Medium.eot');
	src: url('/css/fonts/ir/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/ir/woff2/IRANSansWeb_Medium.woff2') format('woff2'),
		url('/css/fonts/ir/woff/IRANSansWeb_Medium.woff') format('woff'),
		url('/css/fonts/ir/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('/css/fonts/ir/eot/IRANSansWeb_Light.eot');
	src: url('/css/fonts/ir/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/ir/woff2/IRANSansWeb_Light.woff2') format('woff2'),
		url('/css/fonts/ir/woff/IRANSansWeb_Light.woff') format('woff'),
		url('/css/fonts/ir/ttf/IRANSansWeb_Light.ttf') format('truetype');
}


@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('/css/fonts/ir/eot/IRANSansWeb_UltraLight.eot');
	src: url('/css/fonts/ir/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/ir/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),
		url('/css/fonts/ir/woff/IRANSansWeb_UltraLight.woff') format('woff'),
		url('/css/fonts/ir/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('/css/fonts/ir/eot/IRANSansWeb.eot');
	src: url('/css/fonts/ir/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/ir/woff2/IRANSansWeb.woff2') format('woff2'),
		url('/css/fonts/ir/woff/IRANSansWeb.woff') format('woff'),
		url('/css/fonts/ir/ttf/IRANSansWeb.ttf') format('truetype');
}

@font-face {
	font-family: IRANSansfa;
	font-style: normal;
	font-weight: 400;
	src: url('/css/fonts/ir/FaNum-Medium.woff');
}
@font-face {
	font-family: IRANSansfa;
	font-style: light;
	font-weight: 300;
	src: url('/css/fonts/ir/FaNum-Light.woff');
}
@font-face {
	font-family: IRANSansfa;
	font-style: normal;
	font-weight: bold;
	src: url('/css/fonts/ir/FaNum-ExtraBold.woff');
}


body{
	font-family: IRANSans;
	text-align: right;
	overflow-x: hidden !important;
}

h1, h2, h3, h4 {
	font-family: IRANSans;
	font-family: IRANSansfa;
}
body{
	font-family: IRANSansfa;
} 

li {
	list-style: none;
}
a {
	color: inherit;
}
a:hover, a:focus, a:active {
	color: inherit;
}
a {
	transition: all .3s !important;
}
button:focus,
button:active,
a:focus,
a:active {
	outline: none !important;
	box-shadow: none !important;
}
.menu-index #header{
  position: absolute;
  z-index: 11;
  top: 0;
}

.banner-section- {
  margin-top: 0;
  padding-top: 15px;
}

.ftco-section.banner-section- {
  margin-top: 0;
  padding-top: 15px;
}
.baner-sec- img {
  width: 100%;
  box-shadow: 0 4px 14px #b9b9b980;
}
.slider-main .imgclass img{
  height: 95vh;
}
.icon .hover-fa {
	display: none;
}
.login-box .btn-success {
  margin-bottom: 10px;
}
.login-box {
  width: 50%;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.bg-hero{
  
  background: #2f2f2f94;
  padding: 20px;
  border-radius: 10px;
  margin-top: 150px;
}
.service-item:hover .icon .hover-fa {
	display: inline;
}
.services.text-center:hover .icon {
	background: #f69022;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  color: white;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 99;
}

.owl-nav .owl-prev {
  left: 15px;
}
.owl-nav .owl-next {
  right: 15px;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background: rgba(255,255,255,0.3);
  transform: translateY(-50%) scale(1.15);
  box-shadow: 0 0 15px rgba(255,255,255,0.7);
}

.owl-nav button span {
  display: none;
}

.services.text-center .icon {
	color: var(--contrast-color);
		background: #1166b0;
		margin: 0;
		margin-bottom: 0px;
		width: 64px;
		height: 64px;
		border-radius: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0px;
		font-size: 28px;
		transition: ease-in-out 0.3s;
		}


.services.service-item.position-relative:hover .icon .hover-fa {
	display: block;
}


.service-item:hover .icon .in-fa {
	display: none;
}


.baner-sec {
	position: relative;
}
.container.baner-txt {
	position: absolute;
	top: 21px;
	width: 100%;
}
.item-add {
	width: 70%;
}
.slider-text h3 {
	font-size: 19px;
	line-height: 30px;
	color: #f48e22;
}
.baner-txt .page-viewer{

	line-height: 25px;
}

.services.text-center.part-s:hover .icon .hover-fa {
  display: block;
}

.services.text-center.part-s:hover .icon .in-fa {
  display: none;
}
.baner-txt .page-viewer p {
	color: #fff;
	font-size: 16px;
}

.baner-sec:before {
	content: ""; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000a6;
	opacity: .7;
}
.baner-sec img {
	width: 100%;
	box-shadow: 0 0 18px 0px black;
}
.ftco-section.banner-section {
	padding-top: 0;
	margin-top: 20px;
}
.baner-txt .page-viewer p i {
	margin-left: 5px;
	font-size: 13px;
}
.part-service {
	display: flex;
	align-items: center;
	position: relative;
}
.part-service img {
	width: 150px;
	position: absolute;
	left: 0;
	top: 15px;
}

.hero-wrap.js-fullheight {
	background-image: url("/files/hamta/logo/99999.png");
	height: 100vh;
	background-attachment: fixed;
}
.card-body.py-3.px-0 ol {
	padding-right: 0;
}
.hero-wrap {
	width: 100%;
	height: 100%;
	position: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
.order-md-last.fade-up.visible p {
	font-size: 14px;
	text-align: justify;
	line-height: 23px;
}

.portfolio .nav-item.active  {
	box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
}

.portfolio .nav-item{
	margin-left: 15px;

	border-radius: 30px;
}
.portfolio .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	background-color: #1265ad;
	color: #fff;
}
#shopTab {

	width: max-content;
	margin: 0 auto;
	margin-bottom: 25px;
}
.portfolio .nav-tabs > li > a{

	margin-right: 0;
	border: 1px solid #1265ae;
}

.portfolio .nav-tabs {
	border-bottom: none;
	justify-content: center;
}
.portfolio  .tab-content {
	transition: opacity 0.4s ease-in-out;
}

.portfolio .nav-tabs .nav-link {
	background: #e9ecefd9;
	border: none;
	padding: 10px 25px;
	color: #1265af;
	transition: 0.3s;
	font-weight: 500;
	border-radius: 30px;
	font-weight: 600;
}
.hero-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: .2;
	background: #000000;
}
.row.no-gutters.slider-text {
	height: 80vh;
	display: flex;
	align-items: center;
}
.header .menu li a:hover{
	color: #fb9841;
}
.header .menu li a:hover i{
	color: #fb9841;
}
.header .menu li a i{
	transition: all .3s !important;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: unset !important;
}
.slider-text .subheading {
	font-size: 25px;
	color: #f48e22;
	text-transform: uppercase;
	font-family: IRANSansfa;
	font-weight: 800;
	margin-bottom: 15px;
}
.mt-lg-0, .my-lg-0 {
	margin-top: 0 !important;
}
.ftco-section.bg-light.ftco-faqs .heading-section h2 {
	font-size: 30px;
	font-weight: 800;
	color: #1166b0;
	margin-top: 20px;
}
.heading-section.mb-5.mt-5.mt-lg-0 p {
	font-size: 14px;
	line-height: 23px;
	color: gray;
}
.ftco-faqs .myaccordion {
	margin: 0 auto;
	overflow: hidden;
}
.ftco-faqs .myaccordion .card, .ftco-faqs .myaccordion .card:last-child .card-header {
	border: none;
	background: transparent;
}
.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
.ftco-faqs .myaccordion .card-header {
	border: none;
	background: transparent;
}
.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.ftco-faqs .myaccordion .btn {
	width: 100%;
	font-weight: 600;
	color: black;
	padding: 0;
	text-transform: capitalize;
	letter-spacing: 0;
	border-radius: 0 !important;
	margin-bottom: 10px;
	border-radius: 40px !important;
	-webkit-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
	-moz-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
	box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
	display: flex;
	padding: 10px 15px;
	align-items: center;
	position: relative;
	text-decoration: unset !important;
}
.ftco-faqs button[aria-expanded="true"] {
	background-color: #f79022;
	color: #fff !important;
}
.ftco-faqs .myaccordion .card-header p {
	position: relative;
	font-weight: 500;
	font-size: 14px;
	text-align: right;
	margin-bottom: 0;
	text-decoration: unset;
}
.ftco-faqs button[aria-expanded="true"] svg {
	color: #fff !important;
}
.ftco-faqs .myaccordion svg {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.3);
}
.ftco-faqs .card-body {
	background: #fff;
	margin-bottom: 10px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
	-moz-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
	box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
}
.ftco-faqs .card-body ol li {
	margin-bottom: 10px;
	padding-right: 10px;
	color: rgba(0, 0, 0, 0.77);
	font-size: 13px;
	line-height: 23px;
}
.d-none {
	display: none !important;
}
.ftco-faqs .myaccordion .btn i{

	position: absolute;
	left: 15px;
	top: 15px;
}
.ftco-faqs .myaccordion .card-header p:hover{
	text-decoration: unset;

}
#collapse0 ol {
	padding-right: 0;
}
.header .logo h1 .logo-main{

	max-height: unset;
	height: 40px;
	position: relative;
	top: -10px;
	left: -9px;
}
.slider-text h1 {
	font-size: 50px;
	color: #fff;
	line-height: 60px;
	font-weight: 700;
	font-family: IRANSansfa;
}
.slider-text p {
	font-size: 18px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.7);
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.btn.btn-primary {
	background: #1166b0 !important;
	border: 1px solid #1166b0 !important;
	color: #fff !important;
	font-size: 14px;
	margin-top: 15px;
	padding-top: 10px !important;
	font-weight: 600;
	/*! padding-bottom: 8px; */
}
.ftco-animate- i {
	font-size: 12px;
	position: relative;
	top: 1px;
}
.fade-up.services.section.visible {
	height: auto;
}
.fpview.effect2 {
	position: relative;
	transition: all ease-in-out 0.3s;
	border-radius: 0;
	border-bottom: 5px solid var(--surface-color);
		margin-bottom: 20px;
		}
.prod-link {
	position: absolute;
	bottom: 15px;
	background: #ffffff9c;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.prod-img-link {
	margin-bottom: 0;
	/*! margin-top: 15px; */
}
.prod-thumbnail {
	font-weight: 600;
}
.fpview.effect2:hover {
	transform: translateY(-10px);
	border-color: var(--accent-color);
		}

#plc_Page {
	display: none;
}


.menu-dropdown {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.album-main .col-md-6{
	width: 25%;
}
.img-thumbnail.tv-gallery-img {
	width: 100%;
	height: 170px;
	object-fit: cover;
}
.tv-gallery-info {
	text-align: center;
	background: #f5f5f5;
	margin-top: 2px;
	border: 4px solid #fff;
	font-size: 13px;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.tv-gallery-box {
	margin-bottom: 15px;
}

.photo-container.col-lg-2.col-md-3.col-sm-4.col-xs-6 {
	width: 25%;
}
.rsponsive-menu {
	display: none;
}
.ftco-no-pt {
	padding-top: 0 !important;
}
.ftco-section {
	padding: 4em 0;
	padding-top: 4em;
	position: relative;
	margin-top: 50px;
}
.pb-5, .py-5 {
	padding-bottom: 3rem !important;
}
.pt-5, .py-5 {
	padding-top: 3rem !important;
}
.heading-section .subheading {
	font-size: 32px;
	display: block;
	margin-bottom: 0;
	font-weight: 700;
	color: #1166b0;
	margin-top: 0;
}
.heading-section h2 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 5px;
}
.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.services {
	width: 100%;
	background: #fff;
	padding: 15px;
	position: relative;
	border-radius: 4px;
	-webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
	height: 400px;
	overflow: hidden;
}
.text-center {
	text-align: center !important;
}
.services .icon {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 0px;
	background: rgba(0, 0, 0, 0.05);
	margin-bottom: 10px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
}
.services .icon span {
	color: #1166b0;
	font-size: 35px;
	width: max-content;
	margin: 0 auto;
	padding-top: 5px;
}
.services:hover .icon {
	background: #1166b0;
}
.services:hover .icon span {
	color: #f69022;
}
.services .text h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}

.ftco-faqs .img {
	height: 550px;
	-webkit-box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 8px 21px -10px rgba(0, 0, 0, 0.12);
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	/*! background-position: 100%; */
	background-position-x: center;
}
.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.icon-video {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: #f38c20;
	border-radius: 50%;
	cursor: pointer;
	overflow: visible;
	animation: pulse-background 2s infinite;
	position: absolute;
	top: 50%;
	border: 1px solid #09090924;
	box-shadow: 0 0 24px black;
}
.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}
.icon-video span {
	font-size: 20px;
	color: #fff;
}

@media screen and (max-width:500px) {
	.login-box {
  width: 100%;
}
	.menu-index #header {
  position: relative;

}
	.baner-sec img {
		height: 220px;
	}
	.contact .info-item .item-add h3{
		text-align: center;
	}
	.info-item.d-flex.align-items-center {
		margin-bottom: 15px;
	}
	.portfolio .nav-tabs .nav-link {
		text-align: center;
	}
	.ftco-faqs .img {
		height: 300px;
		border-bottom: 10px solid #fff;
	}
	.ftco-section.bg-light.ftco-faqs {
		padding-top: 15px;
	}
	.portfolio .nav-item.active {
		box-shadow: 0 1px 5px rgba(0, 123, 255, 0.4);
	}
	.header .logo h1 .logo-main {
		left: -20px;
	}

	.album-main .col-md-6{
		width: 100%;
	}
	.photo-container.col-lg-2.col-md-3.col-sm-4.col-xs-6 {
		width: 50%;
	}
	.rsponsive-menu {
		display: block;
	}
	.ftco-section {
		margin-top: 0;
		padding-bottom: 20px;
	}
	.services {
		height: auto;
		margin-bottom: 15px;
	}
	#shopTab {
		width: 100%;
	}
	#shopTab li {
		width: 100%;
		margin-bottom: 5px;
	}
	.ftco-faqs .myaccordion .btn {
		white-space: normal;
		margin-left: 15px;
	}

}

