/*
Theme Name: Acaweb
Theme URI: https://acaweb.ir
Author: Acaweb Creative Agency
Author URI: https://acaweb.com
Description: Acaweb Design website group
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: acaweb
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; 
}

/* ===== Font Face ======== */
@font-face {
    font-family: IRANSans-Light;
    font-style: normal;
    src: url('../fonts/IRANSans-Light.eot');
    src: url('../fonts/IRANSans-Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('../fonts/IRANSans-Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('../fonts/IRANSans-Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('../fonts/IRANSans-Light.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans-Medium;
    font-style: normal;
    src: url('../fonts/IRANSans-Medium.eot');
    src: url('../fonts/IRANSans-Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
         url('../fonts/IRANSans-Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
         url('../fonts/IRANSans-Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
         url('../fonts/IRANSans-Medium.ttf') format('truetype');
}
.overflow {
  overflow: hidden;
}
/* ===== MY Master CSS ======== */
h1 {font-size: 22px;font-family: IRANSans-Medium;}
h2 {font-size: 20px;font-family: IRANSans-Medium;}
h3 {font-size: 18px;font-family: IRANSans-Medium;}
h4 {font-size: 16px;font-family: IRANSans-Medium;}
h5 {font-size: 14px;font-family: IRANSans-Medium;}
h6 {font-size: 12px;font-family: IRANSans-Medium;}
body {
	direction:rtl;
    color: #686868;
    font-weight: 300;
    font-family: 'IRANSans-Light';
    font-size: 13px;
    line-height: 25px;
    background-color: #FFF;
    overflow-x: hidden;
}
svg:not(:root) {
    overflow: hidden;
}
.padding-0 {padding:0; }
.margin-0 {margin:0; } 
/*p {line-height: 24px;}*/
a {
    color:#248e95;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
a:hover , a:focus {
	color:#9d6227;
	text-decoration:none;
	outline:none;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.lg-backdrop {
    background: rgba(0,0,0,0.7);
}
.m-none {
    margin:0;
}
.p-none {
    padding:0;
}
.padd-5{
    padding-right: 5px;
    padding-left:5px;
}
.padd-10{
    padding-right: 10px;
    padding-left:10px;
}
.margin-5 {
    margin-right:5px;
    margin-left:5px;
}
.btn:focus {
    box-shadow: none;
    outline: none;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top:10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.space-2 {
    letter-spacing: 2px;
}
.farsi-n {
    font-family: IRANSans-Medium;
}
.sprite {
    background: url(../images/sprite.png) no-repeat;
    display: inline-block;
}
/*==== top header =========*/
.top-header {
    background: #248e95;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #18747a;
    position: relative;
}
.top-header::after {
    background: #18747a;
    bottom: -3px;
    content: "";
    height: 2px;
    right: 0;
    position: absolute;
    width: 100%;
}
.top-header .top-social ul{
    list-style-type: none;
    margin:0;
    padding:0;
}
.top-header .top-social ul li {
    display: inline-block;
}
.top-header .top-social ul li a{
    display:block;
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    background: #18747a;
    margin-top:7px;
    margin-left: 3px;
    color:#eee;
    border-radius: 5px;
    opacity: 0.7;
}
.top-header .top-social ul li a:hover{
    opacity:1;
}
.top-header .top-contact ul{
    list-style-type: none;
    margin:0;
    padding:0;
    text-align: left;
}
.top-header .top-contact ul li {
    display: inline-block;
    line-height: 40px;
    margin-left: 10px;
}
.top-header .top-contact ul li i{
    color:#fff;
    font-size:17px;
    position: relative;
    margin-left: 5px;
    top:1px;
    opacity: 0.6
} 
.top-header .top-contact ul li strong {
    font-size: 16px;
    letter-spacing: 2px;
    color:#fff;
}

/*==== header =========*/
.header{
    background: #f6f3f1;
    display:block;  
    height: auto;
    padding:7px 0;
    width: 100%;
}
.header .logo-site {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header .logo-site:hover {
    opacity: 0.8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header .main-menu  {
    /*margin-top: 15px;*/
}
.header .main-menu ul {
    float: left;
    list-style:none;
    position:relative;
    margin:0;
    padding:0;
    z-index: 100;
}
.header .main-menu > ul > li {
  position: relative;
  cursor: pointer;
  margin:0;
  padding:0;
  display: inline-block;
}
.header .main-menu > ul > li a{
    color: #555;
    font-size: 14px;
    padding: 5px 10px;
    position: relative;
    display: block;
    font-weight: bold;
}
.header .main-menu > ul > li a:hover {
    color:#c204fb;
}
.header .main-menu > ul > li.menu-item-has-children:hover a {
    color:#c204fb;
}
.header .main-menu ul ul {
    position: absolute;
    top:100%;
    background:rgba(65,75,120,0.8);
    width:180px;
    max-height:0;
    -webkit-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    overflow:hidden;
    -webkit-transform:perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin:50% 0;
    -webkit-transition:350ms;
    -moz-transition:350ms;
    -o-transition:350ms;
    transition:350ms;
}
.header .main-menu ul li:hover ul{
    max-height:1000px;
    -webkit-transform:perspective(400) rotate3d(0,0,0,0);
}
.header .main-menu ul li.drop-down:hover a:before {
  width: 100%;
}
.header .main-menu ul ul li a{
    font-size:14px;
    color:#f8f8f8;
    display: block;
    padding:5px 10px;
    border-bottom: 1px dotted rgba(0,0,0,0.1);
}
.header .main-menu ul ul li a:hover{
    color:#fff;
    background:rgba(0,0,0,0.2);
}

/*====== main slider ========*/
.main-slider {
    background: #e2e2e2;
    width: 100%;
    min-height: 450px;
    overflow: hidden;
    position: relative;
}
.main-slider .carousel-item {
    
}
.main-slider .carousel-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: #000;
    opacity: 0.3
}
.main-slider .carousel-item img {
    width: 100%;
    height: 450px;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    object-fit: cover;
}
.main-slider .carousel-item .carousel-caption {
    right: 25%;
    bottom: 20%;
    left: 25%;
    background: rgba(0,0,0,0.4);
    border-radius: 10px;
    padding:30px;
    border-bottom: 3px solid #248e95
}
.main-slider .carousel-item .carousel-caption h3 {
    font-size:30px;
    margin-bottom: 20px;
    text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.5);
}
.main-slider .carousel-item .carousel-caption p {
    font-size:15px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}
.main-slider .carousel-item .carousel-caption a {
    color: #fff;
    border: 1px solid #248e95;
    display: inline-block;
    width: auto;
}
.main-slider .carousel-item .carousel-caption a:hover {
    background: #248e95;
    color:#fff;
}
.main-slider .carousel-indicators {
    direction: rtl;
    padding: 0
}
.main-slider .carousel-indicators li {
    width: 20px;
    max-width: 20px;
    height: 20px;
    border-radius: 10px;
}
.main-slider .carousel-indicators li.active  {
    background:#7f115e 
}
.delay1 {
    animation-delay: 0.25s;
}
.delay2 {
    animation-delay: 0.5s;
}
.delay3 {
    animation-delay: 0.75s;
}
.delay4 {
    animation-delay: 1s;
}
.delay5 {
    animation-delay: 1.25s;
}

/*====== slogan ========*/

.slogan-section {
    padding:30px 0 70px;
    background:#f0f4fa;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.slogan-section:after {
    content: '';
    display: block;
    background: url(../images/bg-section02.png) no-repeat;
    width: 400px;
    height: 85px;
    margin:auto;
    bottom:-20px;
    left:0;
    right:0;
    position:absolute;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slogan-section .txt1 {
    font-size:30px;
    color:#248e95;
    margin-bottom: 20px;
}
.slogan-section .txt2 {
    font-size:20px;
    color:#676767;
}
.slogan-section .btn-socials {
    margin:20px 0;
}
.slogan-section .btn-socials h6 {
    font-size: 16px;
    margin-bottom: 20px;
}
.slogan-section .btn-socials a {
    border-color:#ccc;
    display: inline-block;
    color:#444;
    font-weight: bold;
}
.slogan-section .btn-socials a:hover {
    color:#248e95;
    border-color:#248e95;
}

/*====== About Section ========*/
.about-section {
    background: #dce1e6;
    padding:70px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.about-section:before {
    content: '';
    display: block;
    background: url(../images/bg-section01.png) no-repeat;
    width: 400px;
    height: 85px;
    margin:auto;
    top:-20px;
    left:0;
    right:0;
    position:absolute;
}
.about-section:after {
    content: '';
    display: block;
    background: url(../images/bg-section01.png) no-repeat;
    width: 400px;
    height: 85px;
    margin:auto;
    bottom:-20px;
    left:0;
    right:0;
    position:absolute;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.about-section .about-text {
    margin-top: 40px;
}
.about-section .about-text h1.title {
    font-size:30px;
    padding-bottom:20px;
    position: relative;
    color:#248e95;
    text-align: center;
}
.about-section .about-text .desc-about {
    font-size:15px;
    line-height: 32px;
    text-align: justify;
    margin:15px 0;
    color:#525252;
}
.about-section .about-text .desc-about a {
    color:#3a3a3a;
}
.about-section .about-text .desc-about strong {
    font-weight: bold;
}
.about-section .about-text .readmore-btn {
    margin-top: 20px;
    text-align: center;
}
.about-section .about-text .readmore-btn a{
    color:#248e95;
    display: inline-block;
    font-family: IRANSans-Medium;
    border:1px solid #248e95;
    padding: 7px 15px;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.about-section .about-text .readmore-btn a:hover {
   background: #248e95;
   color:#fff;
   border:1px solid #248e95;
}
.about-section .image-about img {
    width: 100%;
    height: auto;
}
/*====== services-section ========*/
.services-section {
    background:#f0f4fa;
    padding: 80px 0 100px 0;
    position: relative;
    overflow: hidden;
}
.services-section:before {
    content: '';
    display: block;
    background: url(../images/bg-section02.png) no-repeat;
    width: 400px;
    height: 85px;
    margin:auto;
    top:-20px;
    left:0;
    right:0;
    position:absolute;
}
.services-section:after {
    content: '';
    display: block;
    background: url(../images/bg-section02.png) no-repeat;
    width: 400px;
    height: 85px;
    margin:auto;
    bottom:-20px;
    left:0;
    right:0;
    position:absolute;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.services-section .title {
    padding: 20px 0;
    text-align: center;
    margin-bottom:25px;
    position: relative;
}
.services-section .title h2 {
    font-size:20px;
    color:#248e95;
    display: inline-block;
}
.services-section .item-service {
    background:rgba(255,255,255,0.8);
    margin: 0 6px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 11px 0 rgba(0,0,0,.24);
    -moz-box-shadow: 1px 1px 11px 0 rgba(0,0,0,.24);
    box-shadow: 1px 1px 11px 0 rgba(0,0,0,.24);
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease,-webkit-transform 300ms 
}
.services-section .item-service:hover {
    -webkit-transform: translate(0px,-10px);
    -ms-transform: translate(0px,-10px);
    transform: translate(0px,-10px);
}
.services-section .item-service .thumb-item{
    overflow: hidden;
    position: relative;
}
.services-section .item-service .thumb-item:before {
    content: '';
    width: 100%;
    height:100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: #248e95;
    display: block;
    bottom:0;
    position: absolute;
    opacity: 0.5;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.services-section .item-service .title-item a {
    color:#666;
    font-size:15px;
    margin:15px 5px;
    display: block;
    text-align: center;
}
.services-section .item-service .desc-item {
    padding: 5px 10px;
    text-align: justify;
    font-size: 12px;
    line-height: 25px;
}
.services-section .item-service .readmore-btn {
    text-align: center;
    margin-bottom: 15px;
}
.services-section .item-service .readmore-btn a {
    border:1px solid #eee;
    border-radius: 4px;
    padding: 5px 20px; 
    font-family: IRANSans-Medium

}
.services-section .item-service:hover .thumb-item:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.services-section .item-service:hover .readmore-btn a {
    background: #248e95;
    color:#fff;
    border-radius: 4px;
}
.services-section .item-service:hover .title-item a {
    color:#248e95;
}

/*======== features-section ============*/
.features-section {
    padding: 50px 0;
    background: url(https://mazdehco.com/uploads/12.jpg) no-repeat top center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.3);
box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.3);

}
.features-section h3.title {
    color:#ffcc00;
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);

}
.features-section .item-feat {
    text-align: center;
    background: rgba(0,0,0,.3);
    padding: 15px;
    border-radius: 10px;
}
.features-section .item-feat h3 {
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.features-section .item-feat p {
    color: #e6e6e6;
    font-size: 13px;
    line-height: 30px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
}
/*recent-section*/
.recent-section {
    background:#f0f4fa;
    padding: 80px 0 100px 0;
    position: relative;
    overflow: hidden;
}
.recent-section:before {
    content: '';
    display: block;
    background: url(../images/bg-section02.png) no-repeat;
    width: 400px;
    height: 85px;
    margin:auto;
    top:-20px;
    left:0;
    right:0;
    position:absolute;
}

.recent-section .title {
    padding: 20px 0;
    text-align: center;
    margin-bottom:25px;
    position: relative;
}
.recent-section .title h2 {
    font-size:20px;
    color:#248e95;
    display: inline-block;
}
.recent-section .body-post .item {
    background: #fff;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    opacity: 1;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.recent-section .body-post .item h2.title-item {
    text-align: center;
    margin:10px 0;
    font-size: 15px;
}
.recent-section .body-post .item h2.title-item a {
    color:#666;
}
.recent-section .body-post .item ul.post-info {
    margin:0 5px;
    padding: 0;
    list-style: none;
    background: #f5f5f5;
    border-radius: 3px;
    text-align: center;
}
.recent-section .body-post .item ul.post-info li{
    display: inline-block;
    font-size: 11px;
    margin:0 5px;
}
.recent-section .body-post .item ul.post-info li i{
    margin-left: 5px;
}
.recent-section .body-post .item p.desc-item {
    padding: 10px;
    text-align: justify;
    margin-bottom: 0
}
.recent-section .body-post .item .readmore {
    text-align: left;
    margin:0 0 10px 10px;
}
.recent-section .body-post .item .readmore a{
    display: inline-block;
    border:1px solid #ccc;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
}
.recent-section .body-post .item:hover {
    opacity:0.8;
    position: relative;
    border-bottom: 3px solid #248e95;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.recent-section .body-post .item:hover h2.title-item a {
    color:#248e95;
}
.recent-section .body-post .item:hover .readmore a {
    border-color:#248e95;
    color:#248e95;;
}

/*=== footer =======*/
.footer {
    width: 100%;
    text-align: center;
    background: #181d26;
    padding: 50px 0;
    position: relative;
}
.footer:after {
    content: '';
    display: block;
    background: url(../images/bg-section03.png) no-repeat;
    width: 400px;
    height: 85px;
    margin:auto;
    top: -70px;
    left:0;
    right:0;
    position:absolute;
}
.footer .footer-bottom .title-footer h3 {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-align: right;
    margin-bottom: 25px;
    font-family: IRANSans-Medium;
    position: relative;
}
.footer .footer-bottom .title-footer h3:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color:#cca776;
    display: inline-block;
    vertical-align: middle;
    margin-left: 9px;
    margin-top: 2px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.footer .footer-bottom.about-footer .desc {
    text-align: justify;
    color: #cca776;
    line-height: 27px;
    font-size: 13px;
}
.footer .footer-bottom.about-footer .social-footer {
    margin:20px 0;
    text-align: center;
}
.footer .footer-bottom.about-footer .social-footer a {
    border-color:#353940;
    color:#cca776;
}
.footer .footer-bottom.about-footer .social-footer a:hover {
    border-color:#cca776;
    background: #cca776;
    color:#fff;
}
.footer-bottom .body-footer ul {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0
}
.footer-bottom .body-footer ul li{
    display: block;
}
.footer-bottom .body-footer ul li a{
    display: block;
    padding: 3px 0;
    text-align: right;
    color:#cca776;
    border-bottom: 1px dotted #434343;
    line-height: 30px;
    font-family: IRANSans-Medium;
}
.footer-bottom .body-footer ul li:last-child a {
    border-bottom: none;
}
.footer-bottom .body-footer ul li a:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #cca776;
    display: inline-block;
    position: relative;
    margin-left: 5px;
}
.footer-bottom .body-footer ul li a:hover {
    margin-right: 5px;
    color:#f7ca8f;
}
.footer .contact-footer {
    text-align: right;
    color:#cca776;
    text-align: justify;
    font-family: IRANSans-Light;
}
.footer .contact-footer label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
}
.footer .contact-footer label i {
    font-size: 19px;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 26px;
    position: relative;
    top: 2px;
}
.footer .contact-footer p {
    margin-bottom: 0;
    color:#f7ca8f;
}  
.footer .contact-footer .phone-number ,
.footer .contact-footer .mobile-number ,
.footer .contact-footer .email-address ,
.footer .contact-footer .address-zone {
    border-right: 2px solid #666;
    padding-right: 5px;
    margin-bottom: 10px;
} 
.footer .contact-footer .mobile-number p ,
.footer .contact-footer .phone-number p {
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 5px;
}
.footer .contact-footer .email-address p {
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing:3px;
}
.copyright {
    background-color: #16191D;
    width: 100%;
    padding:5px 0;
    font-size: 11px;
    color:#cca776;
}
.copyright a {
    color:#cca776;
}
.copyright a:hover {
    color:#fed093;
}
.copyright .developed {
    direction: ltr;
}
.copyright .developed p * {
    display: inline-block;
    vertical-align: middle;
    font-size: 8.5pt;
}
.copyright .developed p img {
    margin-right: 10px;
    margin-top: -8px;
}




/*========== breadcrumb ========*/
.breadcrumb-section {
    background-color: #f9f9f9;
    width: 100%;
    text-align: center;
}
.breadcrumb-section .breadcrumb{
    background-color:transparent;
    color: #474747;
    font-size: 12px;
    display: inline-block;
    padding: 8px 0;
    margin-bottom: 0
}
.breadcrumb-section .breadcrumb a {
    color: #474747;
}
.breadcrumb-section .breadcrumb a:after {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 15px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -4px -6px;
    margin: 0 5px;
    position: relative;
    top: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
}
/*========== main-wrapper ========*/
.main-wrapper {
    padding: 30px 15px;
    padding-bottom: 100px;
}
.main-wrapper .page-title {
    display: block;
    width: 500px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    max-width: 100%;
    margin-bottom: 30px;
}
.main-wrapper .page-title .line-title {
    width: 1px;
    height: 150px;
    display: block;
    background: #cecece;
    position: relative;
    margin: 0 auto;
}
.main-wrapper .page-title .txt-title {
    position: absolute;
    background: #fff;
    padding: 15px 0;
    top: 25px;
    right: 0;
    left: 0;
}
.main-wrapper .page-title .txt-title .title {
    color:#248e95;
    font-size: 20px;
    font-family: IRANSans-Medium;
    position: relative;
    z-index: 2;
}
.main-wrapper .page-title .txt-title .en-title {
    position: relative;
    margin-top: -28px;
    z-index: 1;
    font-size: 28px;
    color: #f6f6f6;
    font-family: IRANSans-Medium;
    text-transform: uppercase;
}
.main-wrapper .post-thumbnail {
    margin:0 auto;
    margin-bottom: 20px;
    text-align: center;
}
.main-wrapper .post-thumbnail img {
    margin:0 auto;
    border-radius: 10px;
    overflow:hidden;
    border: 1px solid #dfdfdf;

}
.main-wrapper .full-text {
    font-size: 13px;
    line-height: 35px;
    text-align: justify;
    color: #505050;
    letter-spacing:0;
}
.main-wrapper .full-text h2 {
    margin: 20px 10px;
    font-family: IRANSans-Medium;
    font-size: 17px;
    font-weight: bold;
    color:#248e95;
}
.main-wrapper .full-text h3 {
    margin: 20px 10px;
    font-family: IRANSans-Medium;
    font-size: 15px;
    font-weight: bold;
    color:#248e95;
}
.main-wrapper .full-text h2:before ,
.main-wrapper .full-text h3:before {
    content: '';
    display: inline-block;
        width: 7px;
    height: 7px;
    background: #248e95;
    position: relative;
    border-radius: 5px;
    margin-left: 5px;
    top:-1px;
}
.main-wrapper .full-text strong {
    font-weight: bold;
}
.main-wrapper .full-text blockquote {
    background: #eee;
    padding: 15px;
    border-right: 2px solid #1780c4;
}
.main-wrapper .full-text .light-gallery-post ul.lightgallery-post {
    list-style:none;
    text-align: center;
    padding:0;
}
.main-wrapper .full-text .light-gallery-post ul.lightgallery-post li {
    margin:5px;
    display:inline-block;
}



.list-tags {
    margin:10px 0 20px 0;
}
.list-tags span {
    background:#5d7cf3;
    border-radius: 100px;
    padding: 4px 13px;
    vertical-align: middle;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    margin-left: 10px;
} 
.list-tags span i {
    position: relative;
    top: 3px;
}
.list-tags a {
    margin: 0 0 0 5px;
    display: inline-block;
    padding: 5px 13px 4px;
    border: 1px solid #e8e8e8;
    border-radius: 100px;
    background: #f9f9f9;
    color: #9f9f9f;
    font-size: 12px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.list-tags a:hover {
    border-color: #5d7cf3;
    color:#555;
}
.footer-page {
   overflow:hidden;
   border-top: 1px dotted #ddd;
   border-bottom: 1px dotted #ddd;
   padding:10px 0;
}

.footer-page .short-url {
    line-height: 33px;
}
.footer-page .share-post {

}
.footer-page .share-post span {
    border-radius: 100px;
    color:#888;
    padding: 4px 10px;
    display: inline-block;
    float: right;
    margin-left: 10px;
    font-size: 12px;
}
.footer-page .share-post span i {
    position: relative;
    top: 2px;
    margin-left: 5px;
    font-size: 14px;
}
.footer-page .share-post ul {
    list-style-type: none;
    padding: 0;
    margin:0;
}
.footer-page .share-post ul li {
    display: inline-block;
}
.footer-page .share-post ul li a {
    display: inline-block;
    padding:3px;
    margin-right: 5px;
    margin-top: 3px;
    font-size: 15px;
    color:#999;
}
.footer-page .share-post ul li a:hover {
    color:#5d7cf3;
}
.footer-page .details-info {   }
.footer-page .details-info ul{
    list-style-type: none;
    padding: 0;
    margin:0;
    text-align: left;
}
.footer-page .details-info ul li{
    display: inline-block;  
    font-family:IRANSans-Medium;
    font-size: 15px;
    color:#999;
    margin:0 7px;
    line-height: 33px;
}
.footer-page .details-info ul li i {
    margin-left: 5px;
}
/*==== Products category =========*/
.products-list .item-product {
    background:#f6f6f6;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.products-list .img-product {
    overflow: hidden;
    position: relative;
}
.products-list .img-product a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.products-list .img-product a:after {
    content: '';
    width: 100%;
    height:100%;
    background: #1380c5;
    display: block;
    bottom: 0;
    position: absolute;
    opacity: 0.5;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.products-list .img-product span.icon-logo {
    background-position:-4px -30px ;
    position: absolute;
    width: 65px;
    height: 76px;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 40px;
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.products-list .img-product img {
    width: 100%;
    height: auto;
}
.products-list .title-product h2 a {
    color: #666;
    font-size: 15px;
    margin: 15px 5px;
    display: block;
    text-align: center;
}
.products-list .desc-product {
    padding: 5px 20px;
}
.products-list .desc-product strong {
    display: block;
    font-size: 16px;
    border-bottom: 1px dotted #eee;
}
.products-list .desc-product strong small {
    color: #9c9c9c;
}
.products-list .desc-product strong small:before {
    content: '';
    background: url(../images/sprite.png) no-repeat;
    background-position: -17px -6px;
    width: 8px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-top: 2px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.7;
}
.products-list .item-product:hover .img-product a:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.products-list:hover .item-product:hover span.icon-logo {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.products-list .item-product:hover .title-product h2 a {
    color:#1380c5;
}
/*======== pagination-bar =========*/
.pagination-bar {
    text-align: center;
    margin:20px 0;
}
.pagination-bar .page-numbers {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid rgba(5,55,255,0.3);
    display: inline-block;
    line-height: 33px;
    font-size: 16px;
    color: #0538ff;
    font-family: IRANSans-Light;
}
.pagination-bar .page-numbers.current {
    background: #0538ff;
    color:#fff;
}
.pagination-bar .prev-page {
    background-position: -43px -6px;
    width: 8px;
    height: 15px;
    vertical-align: middle;
    margin-top: -3px;
}
.pagination-bar .next-page {
    background-position: -4px -6px;
    width: 8px;
    height: 15px;
    vertical-align: middle;
    margin-top: -3px;
}

/*==== wpcf7 ========*/

.wpcf7 {

}
.wpcf7 .wpcf7-form {
    overflow:hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
}
.wpcf7 .form-group label {
    font-family: IRANSans-Medium;
    font-size: 14px;
    color:#555;
    margin-right: 10px;
}
.wpcf7 .form-group .form-control {
    border:1px solid #ccc;
    border-radius: 2px;
    font-family: IRANSans-light;
    font-size: 13px;
    z-index: 9999
}
.wpcf7 .form-group .form-control:focus {
    border:1px solid #18747a;
    background: #f6f6f6;
    color:#000;
}
.wpcf7 .wpcf7-form input[type="submit"] {
    float:left;
    margin-left: 20px;
    background: #248e95;
    color:#fff;
    padding: 4px 10px;
    font-family: IRANSans-Medium;
    cursor: pointer;
}
.wpcf7 .wpcf7-form input[type="submit"]:hover {
    background: #18747a;
    color:#fff;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    overflow:hidden;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 11px;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 6px;
    margin-right: 15px;
    z-index: 1
}

/*======== prodcuts - single ===========*/
.products .product-images {
    text-align: center;
}
.products .product-images img {
    margin:0 auto;
    overflow: hidden;
    border-radius: 5px;
}
.products .deatils-product {

}
.products .deatils-product h3 {
    font-size:15px;
    color:#777;
    margin-top: 10px;
    margin-bottom: 20px;
}
.products .deatils-product h3:before {
    content: '';
    background: url(../images/sprite.png) no-repeat;
    background-position: -96px -3px;
    width: 19px;
    height: 20px;
    display: inline-block;
    position: relative;
    margin-left: 7px;
    top: 7px;
}
.products .deatils-product ul {
    margin:0;
    padding: 0;
    list-style: none;
}
.products .deatils-product ul li {
    display: block;
    border-bottom: 1px dotted #eee;
    line-height: 30px;
    font-size: 15px;
    padding: 3px 10px;
    color: #777;
}
.products .deatils-product ul li span {
    width: 220px;
    display: inline-block;
}
.products .deatils-product ul li:nth-child(even) {
    background: #f9f9f9;
}
.products .deatils-product ul li span:after {
    content: ' : ' ;
    display: inline-block;
    margin-right: 5px;
}
.products .deatils-product ul li .false-rechagable {
    background-position: -77px -22px;
    width: 14px;
    height: 14px;
    position: relative;
    top: 4px;
}
.products .deatils-product ul li .true-rechagable {
    background-position: -75px -2px;
    width: 18px;
    height: 14px;
    position: relative;
    top: 4px;
  
}
.products .full-text {
    margin:30px 0;
}
.products .full-text h3.title-fulltext {
    color:#0733de;
    margin-bottom: 10px;
    font-size: 16px;
    margin-right: 15px;
}
/*========= comments =========*/
.comments-list-wrap .form-group {
    position: relative;
}
.comments-list-wrap .form-group .icon-user {
    background-position: -145px -4px;
    width: 18px;
    height: 18px;
    top: 8px;
    left: 10px;
    position: absolute;
    opacity: 0.5;
}
.comments-list-wrap .form-group .icon-email {
    background-position: -168px -4px;
    width: 24px;
    height: 18px;
    top: 8px;
    left: 10px;
    position: absolute;
    opacity: 0.5;
}
.comments-list-wrap .form-group .icon-comment {
    background-position: -119px -3px;
    width: 21px;
    height: 20px;
    top: 8px;
    left: 26px;
    position: absolute;
    opacity: 0.5;
}
.comment-section .comments-list-wrap .form-control {
    border:1px solid #ccc;
    border-radius: 2px;
    font-family: IRANSans-light;
    font-size: 13px;
    z-index: 9999
}
.comments-list-wrap .form-control:focus {
    border:1px solid #5d7cf3;
    background: #f6f6f6;
    color:#000;
}
.comments-list-wrap input[type="submit"] {
    float:left;
    margin-left: 20px;
    background: #5d7cf3;
    color:#fff;
    padding: 4px 10px;
    font-family: IRANSans-Medium;
    cursor: pointer;
}
.comment-section .comments-list {
    margin: 30px 0;
}
.comment-section .comments-list ul.comment-list  {
    margin:0;
    padding: 0;
    list-style: none;
}
.comment-section .comments-list ul.comment-list .commentbox {
    background: #f4f4f4;
    border-radius: 5px;
    /*overflow:hidden;*/
    margin-bottom: 20px;
}
.comments-list ul.comment-list .commentbox .top-comment {
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
    padding: 5px 10px;
    height: 45px;
    border-radius: 5px;
}
ul.comment-list .commentbox .top-comment .comment-avatar {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    overflow:hidden;
    border:1px solid #dfdfdf;
    margin-left: 10px;
}
ul.comment-list .commentbox .top-comment span {
    line-height: 35px;
}
.commentbox .top-comment span.author-name {
    font-weight: bold;
    font-size: 15px;
    margin-left: 10px;
}
.commentbox .top-comment span.comment-date {
    font-size: 11px;
} 
.commentbox .top-comment span.replay-comment a {
    float: left;
    font-size: 11px;
    background: #bce1ff;
    padding: 2px 10px;
    line-height: 25px;
    border-radius: 6px;
    margin-top: 3px;
    cursor: pointer;
    color: #555;
} 
.commentbox .top-comment span.replay-comment a:hover {
    background: #52b2ff;
    color:#fff;
}
.commentbox .top-comment span.replay-comment a:before {
    content:'';
    background: url(../images/sprite.png);
    background-position:-97px -26px;
    width: 18px;
    height: 11px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top:2px;
}
.commentbox .top-comment span.replay-comment a:hover:before {
    background-position:-97px -38px;
}
.commentbox .comment-waiting {
    color:#ff6a6c;
    display: block;
    text-align: center;
    margin:15px 0;
    font-size: 14px;
}
.commentbox .comment-text {
    overflow:hidden;
    padding: 5px 20px;
    line-height: 30px;
    text-align: justify;
}
.comments-list ul.comment-list ul.children {
    margin:0;
    padding: 0;
    list-style: none;
    margin-right: 50px;
}
.comments-list ul.comment-list ul.children .commentbox {
    background: #555;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}
.comments-list ul.comment-list ul.children .commentbox:before {
    content: '';
    background: url(../images/sprite.png) no-repeat;
    background-position:-78px -41px;
    width: 13px;
    height:67px;
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 10px;
    
}
.comments-list ul.comment-list ul.children .top-comment {
    border-bottom: 1px solid #252525;
    background: #333;
    padding: 5px 10px;
    height: 45px;
    overflow:hidden;
}
.comments-list ul.comment-list ul.children .comment-avatar {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    overflow:hidden;
    border:1px solid #252525;
    margin-left: 10px;
}
.comments-list ul.comment-list ul.children .top-comment span {
    line-height: 38px;
    color: #f8f8f8;
    font-size: 9px;
}
.comments-list ul.comment-list ul.children span.replay-comment a {
    float: left;
    font-size: 11px;
    background: #4e4e4e;
    padding: 2px 10px;
    line-height: 25px;
    border-radius: 6px;
    margin-top: 3px;
    cursor: pointer;
    color: #eee;
} 
.comments-list ul.comment-list ul.children span.replay-comment a:hover {
    color: #fff;
    background: #303030;
}
.comments-list ul.comment-list ul.children .commentbox .comment-text {
    color:#f5f5f5;
}

/*======== blog ==========*/
.blog-list .item-post {
    background: #f6f6f6;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 370px;
    position: relative;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.blog-list .item-post .img-post {
    position: relative;
}
.blog-list .item-post .img-post img {
    width: 100%;
    height: auto;
}
.blog-list .item-post .date-post {
    background: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 3px;
    padding: 0px 5px;
    position: absolute;
    bottom: 10px;
    font-size: 11px;
    left: 10px;
    line-height: 30px;
}
.blog-list .item-post .date-post:after {
    content:'';
    background: url(../images/sprite.png) no-repeat;
    background-position:-121px -27px;
    display: inline-block;
    width: 21px;
    height: 21px;
    transform: scale(0.7);
    position: relative;
    top:7px;
}
.blog-list .item-post .title-post h2 a {
    color: #666;
    font-size: 15px;
    margin: 15px 5px;
    display: block;
    text-align: center;
}
.blog-list .item-post .desc-post {
    padding: 5px 20px;
    text-align: justify;
    font-size: 12px;
    line-height: 25px;
}
.blog-list .item-post .readmore-link {
    text-align: center;
    overflow: hidden;
    line-height: 0;
    position: absolute;
    bottom: 10px;
    margin: 0 auto;
    width: 100%;
}
.blog-list .item-post .readmore-link .readmore-btn {
    background-position:-148px -28px;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.blog-list .item-post:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(178,119, 99, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(178,119, 99, 0.5);
    box-shadow: 0px 0px 10px rgba(178,119, 99, 0.5);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;

}
.blog-list .item-post:hover .title-post h2 a {
    color:#b27763;
}

.blog-list .item-post:hover .readmore-link .readmore-btn {
    background-position:-148px -46px;
}
/*========= contact page =========*/
.address-section h3,
.form-section h3 {
    margin: 20px 0;
    font-size: 15px;
    color: #18747a;
    position: relative;
    margin-bottom: 30px;
}
.address-section p {
    margin-bottom: 0;
    border-bottom: 1px dotted #eee;
    line-height:40px;
}
.address-section strong {
    font-weight: bold;
    color: #555;
}
.address-section span {
    font-size: 15px;
}
.address-section .desc-address {
    line-height: 35px;
    font-size: 13px;
    margin: 20px 0;
    text-align: justify;
    color: #530100;
}
.map-section {
    margin:30px 0;
}
.map-section .acf-map {
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eee;
	margin-bottom:20px;
}
/*========= Media Query =========*/
@media only screen and (min-width: 992px) and (max-width:  1199px) {
    .header {
        display: block;
        height: 90px;
    }
    .main-slider {
       min-height: 290px;
    }
    .about-section .about-text {
        margin-top: 10px;
    }
    .about-section .about-text h1.title-section {
        margin-bottom: 15px;
    }
    .about-section .about-text .desc-about {
        font-size: 13px;
        line-height: 30px;
    }
    .about-section .image-about {
        float: none;
        text-align: center;
    }
    .products-section .item h2.title-item a {
        font-size: 13px;
    }
    .features-section .item-feat p {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 0
    }
    .body-post .item .thumbnail-item .text-item h2.title-item {
        font-size: 15px;
    }
    .footer .contact-footer strong {
        letter-spacing: 1px;
        font-size: 12px;
    }
    .footer .contact-footer .email {
        letter-spacing: 2px;
    }
    
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-header {
        height: 80px;
    }
    .top-header .top-social ul {
        text-align: center;
    }
    .top-header .top-contact ul {
        text-align: center;
    }
    .top-header .top-contact ul li i {
        top: 2px;
    }
    .top-header .top-contact ul li strong {
        font-size: 14px;
    }
    .header {
        height: 90px;
        display: block;
    }
    .main-slider {
        min-height: 220px;
    }
    .about-section {
        padding: 20px 0;
    }
    .about-section .about-text {
        margin-top: 10px;
    }
    .about-section .image-about {
        float: left;
        text-align: left;
        margin-top: -90px;
    }
    .about-section .image-about img{
        width: 70%;  
    }
    .products-section {
        padding: 20px 0;
    }
    .products-section .item h2.title-item a {
        font-size: 13px;
    }
    .products-section .item .desc-item strong {
        font-size: 14px;
    }
    .products-section .item .desc-item small {
        font-size: 95%;
    }
    .body-post .item .thumbnail-item .text-item h2.title-item {
        font-size: 14px;
    }
    .top-footer .btn-contact i {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .top-footer .btn-contact span {
        margin-right: 0;
        width: 100%;
        float: none;
        font-size: 17px;
        text-align: center;
        position: static;
        top:auto;
    }
    .top-footer .btn-contact a span {
        letter-spacing: 0;
        margin-top: 15px;
    }
    .footer {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
    .footer .about-footer {
        margin-bottom: 20px;
    }
    .footer .contact-footer {
        margin-bottom: 20px;
    }
    .footer-page .share-post ul {
        margin-bottom: 5px;
    }
    .products .product-images {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .top-header {
        height: 40px;
    }
    .top-header .top-social ul {
        text-align: center;
    }
    .top-header .top-contact {
        display: none;
    }
    .header {
        height: 100px;
        display: block;
    }
    .main-slider {
        min-height: 170px;
    }
    
    .about-section {
        padding: 20px 0;
    }
    .about-section .about-text {
        margin-top: 10px;
    }
    .about-section .image-about {
        float: left;
        text-align: left;
        margin-top: -90px;
        margin-left: -40px;
    }
    .about-section .image-about img{
        width: 70%;  
    }
    .about-section .image-about img{
        width: 70%;  
    }
    .products-section {
        padding: 20px 0;
    }
    .products-section .item h2.title-item a {
        font-size: 13px;
    }
    .products-section .item .desc-item strong {
        font-size: 14px;
    }
    .products-section .item .desc-item small {
        font-size: 95%;
    }
    .body-post .item .thumbnail-item .text-item h2.title-item {
        font-size: 14px;
    }
    .top-footer {
        margin-top: 0
    }
    .top-footer .btn-contact {
        margin-bottom: 20px;
        border:none;
    }
    .footer {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
    }
    .footer .about-footer {
        margin-bottom: 20px;
    }
    .footer .contact-footer {
        margin-bottom: 20px;
    }
    .copyright {
        text-align: center;
    }
    .copyright .txt-designer {
        margin-bottom: 0;
        text-align: center;
    }
    .footer-page .details-info ul {
        text-align: right;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {

}
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .header {
        height:100px; 
    }
    .header .logo-site {
        margin-top: 5px;
    }
    .header .logo-site a{
        display: block;
    }
    .header .logo-site a img {
        width: 165px!important;
        height: auto;
        margin:0 auto;
    }
    .title-section {
        padding: 10px 0;
    } 
    .title-section:after {
        width: 200px;
    }
    .btn-menu-mobile {
        float: none!important;
        width: 75px!important;
        margin: 10px auto;
        padding: 0px 6px!important;
        font-size: 11px;
    }
    .main-slider {
        min-height: 94px;
    }
    .carousel-indicators {
        bottom: -5px;
    }
    .carousel-indicators li {
        max-width: 20px;
    }
    .about-section .about-text h1.title-section {
        font-size: 17px;
    }
    .title-section {
        padding: 20px 0;
        margin-bottom: 15px;
    }
    .about-section .about-text .desc-about {
        font-size: 13px;
        line-height: 25px;
        margin: 5px 0;
    }
    .about-section .image-about {
        float: none;
        text-align: center;
        margin-top: 0;
        margin-left: 0;
    }
    .title-section {
        font-size: 15px!important;
    }
    .title-section h2 {
        font-size: 15px!important;
    }
    .title-section:before {
        width: 110px!important;
    }
    .products-section .owl-dots .owl-dot span {
        width: 20px;
        height: 5px;
    }
    .features-section {
        padding: 20px 0;
    }
    .features-section .item-feat h3.title {
        font-size: 15px;
        margin-bottom: 10px;
        font-family: IRANSans-Medium;
    }
    .features-section .item-feat p {
        font-size: 13px;
        line-height: 25px;
    }
    .recent-section {
        padding: 10px 0;
    }
    .footer .footer-bottom {
        margin-top: 20px;   
    }
    .main-wrapper .page-title {
        width: 300px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .blog-list .item-post {
        min-height: auto;
        margin: 0 20px;
        margin-bottom: 20px;
    }
    .blog-list .item-post .readmore-link {
        position: relative;
        margin:20px 0;
    }
    .commentbox .top-comment span.replay-comment a:before {
        content: none;
    }
    .commentbox .top-comment span.replay-comment a {
        float: left;
        font-size: 9px;
        background: #bce1ff;
        padding: 2px 5px;
        line-height: 20px;
        border-radius: 6px;
        margin-top: 7px;
        cursor: pointer;
        color: #555;
    }
    ul.comment-list .commentbox .top-comment span {
        line-height: 38px;
    }
    .commentbox .top-comment span.author-name {
        font-size: 12px;
        margin-left: 5px;
    }
    .commentbox .comment-text {
        overflow: hidden;
        padding: 5px 12px;
        line-height: 25px;
        text-align: justify;
        font-size: 12px;
    }
    .comments-list ul.comment-list ul.children {
        margin-right: 15px;
    }
    .comments-list ul.comment-list ul.children .commentbox:before {
        right: -15px;
        top: 3px;
    }
    .comments-list ul.comment-list ul.children span.replay-comment a {
        font-size: 9px;
        padding: 2px 5px;
        line-height: 20px;
        margin-top: 6px;
    }

}