@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../font/eot/IRANSansWeb_Bold.eot');
	src: url('../font/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../font/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../font/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../font/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../font/eot/IRANSansWeb_Medium.eot');
	src: url('../font/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../font/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../font/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../font/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../font/eot/IRANSansWeb.eot');
	src: url('../font/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
         url('../font/woff/IRANSansWeb.woff') format('woff'),
         url('../font/woff2/IRANSansWeb.woff2') format('woff2'),
		 url('../font/ttf/IRANSansWeb.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../font/eot/IRANSansWeb_Light.eot');
	src: url('../font/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
         url('../font/woff/IRANSansWeb_Light.woff') format('woff'),
         url('../font/woff2/IRANSansWeb_Light.woff2') format('woff2'),
		 url('../font/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../font/eot/IRANSansWeb_UltraLight.eot');
	src: url('../font/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),
         url('../font/woff/IRANSansWeb_UltraLight.woff') format('woff'),
         url('../font/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),
		 url('../font/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

body {
    background: #fff;
    font-family: IRANSans ;
    position: relative;
    font-size: 14px;
    color: #1a1a1a;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none !important;
    transition: all 0.3s ease;
}
::-moz-selection { background: #333; color: #fff }
::selection { background: #333; color: #fff }

header {
    background: #efefef;
    padding: 15px 0px;
}
.shop-name {
	font-size:36px;
	background: #efefef;
    width: 250px;
    padding: 5px 5px;
    color: #005;
}
.header-text {
    display: flex;
    flex-direction: row;
}
.header-text div {
    margin-top: 30px;
}
.header-text i {
    color: #333;
    font-size: 30px;
    margin-top: 23px;
    margin-left: 15px;
}
main {
    background: #f9f9f9;
}
.slider-holder {
    position: relative;
    background: #fff;
    height: 450px;
    overflow: hidden;
}
#slider {
    direction: ltr;
}
.customNav {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 15;
}
#customNav button {
    background: #333;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    z-index: 15;
    color: #fff;
    border: 0px;
}
.owl-prev {
    right: 30px;
    top: 350px;
}
.owl-next {
    left: 30px;
    top: 350px;
}
#customNav button:focus {
    outline: none;
}
.slide-item { 
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 450px;
}
.slider-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 1;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: rgba(0,0,0, 0.5);
}
.slider-overlay h1 {
    color: #EDC79B;
    font-size: 20px;
    text-align: center;
    width: 90%;
    margin: 0px auto;
    line-height: 1.5;
}
.slider-overlay p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 90%;
    margin: 20px auto 0px;
}
.intro-item {
    display: flex;
    flex-direction: column ;
    width: 90%;
    margin: auto auto 30px;
}
.intro-item-img {
    width: 100%;
}
.intro-item-img-circle {
    position: relative;
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    text-align: center;
}
.intro-circle1 {
    background: #edbd4e;
}
.intro-circle2 {
    background: #66a2c6;
}
.intro-circle3 {
    background: #cf544c;
}
.intro-circle4 {
    background: #9e9abf;
}
.intro-item-img i {
    color: #fff;
    font-size: 32px;
    margin-top: 10px;
    line-height: inherit;
}
.intro-item h2 {
    color: #333;
    font-size: 22px;
    text-align: center;
    margin-top: 15px;
}
.intro-item p {
    color: #6a7483;
    margin-top: 10px;
    text-align: center;
}
.description-holder {
    background: #003;
	border-top: 3px solid #003;
	border-bottom: 3px solid #003;
}
.description {
    color: #f9f9f9;
    line-height: 1.8;
    text-align: justify;
}
footer {
    background: #003;
}
.footer-title h3 {
    color: #EDC79B;
    font-size: 20px;
    margin-bottom: 15px;
}
.footer-text {
    color: #f9f9f9;
    text-align: justify;
    line-height: 1.6;
}
.footer-address {
    display: flex;
    margin-bottom: 10px;
}
.footer-address i {
    color: #fff;
    font-size: 18px;
    margin-top: 2px;
    width: 30px;
}
#map {
    width: 100%;
    height: 350px;
}
.for-map {
    width: 100%;
    height: 350px;
	display: flex;
}
.social-media {
    display: flex;
    margin-top: 10px;
}
.social-media li {
    background: #F4F2F2;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    display: flex;
    border-radius: 5px;
    transition: all 0.25s ease;
}
.social-media li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-self: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.social-media li.instagram:hover {
    background: #C2255C;
}
.social-media li.telegram:hover {
    background: #3bb7e5;
}
.social-media li:hover i {
    color: #fff;
}
.social-media li i {
    color: #333;
    font-size: 24px;
    transition: all 0.25s ease;
    margin-top: -2px;
}
.copy-right {
    background: #666;
    color: #f9f9f9;
    text-align: center;
    padding: 15px 0px;
}
.copy-right span {
    color: #EDC79B;
}
/*//////////////////////////////////////////////////////////////////////*/
/*//////////////////////////   responsive    ///////////////////////////*/
/*//////////////////////////////////////////////////////////////////////*/

@media (min-width: 480px) {
 
}
@media (min-width: 568px) {
    .owl-prev {
        top: 300px;
    }
    .owl-next {
        top: 300px;
    }
}
@media (min-width: 768px) {
    .slider-overlay h1 {
        font-size: 26px;
        width: 75%;
    }
    .slider-overlay p {
        width: 75%;
        margin-top: 10px;
    }
    .owl-prev {
        top: 200px;
    }
    .owl-next {
        top: 200px;
    }
}
@media (min-width: 992px) {
    .intro-item {
        margin-bottom: 0px;
    }
    .slider-overlay h1 {
        width: 90%;
        font-size: 28px;
    }
    .slider-overlay p {
        width: 90%;
    }
}    
@media (min-width: 1200px) {
    .slider-overlay h1 {
        font-size: 30px;
    }
}