/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
.seobox:before {
    content: '';
    background-image: url(https://kalantarico.com/wp-content/uploads/2023/08/cta-photo.png);
    position: absolute;
    width: 150px;
    height: 140px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 29px;
}
/* General Custom CSS */
.kalameh h1.av-special-heading-tag , .kalameh h2.av-special-heading-tag , .kalameh h3.av-special-heading-tag {
    font-family: kalameh !important;
	font-weight: bold;
}
.kalameh h2.av-special-heading-tag {
    font-size: 1.4em;
}
div#header_meta {
    background-color: #e3e3e3;
}
body#top:not(.home) div#header_main {
    background-color: #f8f8f8 !important;
}
#header p {
    line-height: 2.5em;
}
#header p.social-icon {
    margin-left: 15px;
}
nav.main_menu {
    background-color: #01244c;
    border-radius: 4px;
}
.sp-contact-info {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    margin-top: 10px;
}
.sp-contact-info li {
    margin: 0 10px;
    font-size: 90%;
    display: flex;
    float: left;
    margin-left: 30px;
}
.sp-contact-info li i {
    margin-right: 10px;
    float: left;
    padding: 5px 10px 5px 0px;
    font-size: 36px;
    color: #c30005;
}
header#header {
    height: 90px;
}
.slide-row {
	margin-top: -23px !important;
}
.slide-row h3.av-special-heading-tag {
    color: #fff;
    font-family: kalameh !important;
    font-size: 2.8em;
    line-height: 1.2em;
    margin-top: -28px !important;
}
.slide-txt {
    right: -140px !important;
}
.custom-list h4.av_iconlist_title {
    font-size: 1em;
    line-height: 2em;
}
.custom-list .iconlist_icon {
    transform: scale(.8) !important;
    margin-left: 0 !important;
}
.custom-list li.avia_start_animation {
    padding-bottom: 10px;
}
.intro-img:before {
    content: 'بیش از 30 سال تجربه درخشان';
    position: absolute;
    left: -126px;
    bottom: 124px;
    background-color: #c30005;
    color: #fff;
    z-index: 10;
    transform: rotate(90deg);
    font-size: 1.5em;
    font-family: 'kalameh';
    line-height: 2em;
    padding: 3px 20px;
}
.intro-img2:before {
    content: 'More than 30 years of experience';
    position: absolute;
    left: -126px;
    bottom: 124px;
    background-color: #c30005;
    color: #fff;
    z-index: 10;
    transform: rotate(90deg);
    font-size: 1.5em;
    font-family: 'kalameh';
    line-height: 2em;
    padding: 3px 20px;
}


.intro-img {
	position: relative;
}
.video-cover {
    width: 320px;
    position: absolute;
    bottom: 41px;
    right: -51px;
    border: 5px solid;
    border-radius: 3px;
}
.video-cover:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #c30005;
    opacity: .5;
}
.play-icon {
    width: 105px;
    height: 105px;
    position: absolute;
    bottom: 130px;
    right: 60px;
    padding: 30px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 8px #282828;
    vertical-align: middle !important;
    z-index: 10000 !important;
}
@keyframes squares{
	0%{-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);opacity:0
	}
	20%{-webkit-transform:scale(1.24);
	-moz-transform:scale(1.24);
	-o-transform:scale(1.24);
	transform:scale(1.24);
	opacity:1
	}
	100%{-webkit-transform:scale(2.1);
	-moz-transform:scale(2.1);
	-o-transform:scale(2.1);
	transform:scale(2.1);
	opacity:0
	}
} 
@-moz-keyframes squares{
	0%{-moz-transform:scale(1);transform:scale(1);opacity:0}
	20%{-moz-transform:scale(1.24);transform:scale(1.24);opacity:1}
	100%{-moz-transform:scale(2.1);transform:scale(2.1);opacity:0}
	}
@-o-keyframes squares{
	0%{-o-transform:scale(1);transform:scale(1);opacity:0}
	20%{-o-transform:scale(1.24);transform:scale(1.24);opacity:1}
	100%{-o-transform:scale(2.1);transform:scale(2.1);opacity:0}
	}

.play-icon:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: -3px;
    border: 2px solid #fff;
    animation: squares 2.9s linear 0s infinite;
    -webkit-animation: squares 2.9s linear 0s infinite;
    -ms-animation: squares 2.9s linear 0s infinite;
    -o-animation: squares 2.9s linear 0s infinite;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    opacity: 0;
	z-index: -10000000 !important;
}
.play-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: -3px;
    border: 2px solid #fff;
    animation: squares 2.9s linear 0s infinite;
    -webkit-animation: squares 2.9s linear 0s infinite;
    -ms-animation: squares 2.9s linear 0s infinite;
    -o-animation: squares 2.9s linear 0s infinite;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    opacity: 0;
	z-index: -10000000 !important;
}	
.play-icon:before {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.play-icon:after {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}	
	
.intro-title .av-subheading p {
    color: #333;
    font-weight: bold;
    font-family: 'kalameh';
}
.intro-title .av-subheading p {
    color: #333;
    font-family: 'kalameh';
    font-size: 1.1em;
	padding-right: 25px;
}
.intro-title .av-subheading:before {
    content: '';
    width: 18px;
    height: 4px;
    background-color: #c30005;
    position: absolute;
    right: 0;
    top: 19px;
    border-radius: 10px;
}
.typingtxt1 h3 {
    font-size: 3.5em !important;
}
.typingtxt1 h3 span {
    background-color: transparent !important;
    font-family: 'cursive' !important;
    font-weight: bolder !important;
    -webkit-text-stroke: 1px #b9b9b9;
    -webkit-text-fill-color: transparent;
}
.seo-title, .design-ttl1 {
    margin: 2% 0 4% !important;
}
.seo-title:after , .design-ttl1:after {
    content: '';
    width: 36%;
    height: 1px;
    background: #cfcfcf;
    position: absolute;
    left: 32%;
    top: 24px;
    z-index: -1;
}
.seo-title h1 , .design-ttl1 h2 {
    background-image: linear-gradient(0deg, #bebebe, #fff, #fff, #bebebe);
    display: inline-block;
    line-height: 2em;
    padding: 0 20px !important;
    border-radius: 20px;
}
.seo-title h1 {
    font-size: 1.4em;
}
.product figure:before {
    content: '';
    width: 100px;
    height: 80px;
    background: #0131553d;
    border-bottom: 15px double #013155;
    position: absolute;
    left: -51px;
    top: -63px;
    z-index: 100;
    transform: rotate(313deg);
	transition: all .3s linear !important;
}
.product figure:hover:before {
    background: #c300012b;
    border-bottom: 15px double #c30005;
}
.product figure {
	border-radius: 5px;
}
.product figcaption {
	border-radius: 0 0 5px 5px;
}
.product figcaption {
    background-image: linear-gradient(0deg, #a8bfd2, white) !important;
	transition: all .3s linear !important;
}
.product figure:hover figcaption {
    background-image: linear-gradient(0deg, #c300012e, white) !important;
}
.product2 .main_color .av-masonry-outerimage-container {
    box-shadow: 2px 2px 3px 1px #c0c0c0 !important;
    border-radius: 50%;
    margin-bottom: 10px;
}
.product2 figcaption {
    background: transparent !important;
    padding: 0 !important;
}
.product2 .av-masonry-entry-content {
    font-size: 13px !important;
    line-height: 2em;
}
.gl-pazel .av-masonry-entry-content, .pazel .av-masonry-entry-content {
    text-align: center;
    font-weight: bold;
}
.gl-pazel .isotope {
    left: 2.5% !important;
}
.faq {
    margin-top: 14px;
}
.faq span.toggle_icon, .faq span.hor_icon , .faq span.vert_icon {
    border-color: #fff !important;
	transition: all .3s linear;
}
.faq span.toggle_icon {
	border-radius: 10px !important;
}
.faq p.toggler {
    background-image: linear-gradient(317deg, #013155, #013155, transparent);
    color: #fff !important;
    margin-right: 0 !important;
    transition: all .3s linear !important;
}
.faq p.toggler:hover {
	color: #000 !important;
}
.faq .toggler:hover span.hor_icon, .faq .toggler:hover span.vert_icon {
    border-color: #013155 !important;
}
.video-col section.av_textblock_section {
    min-height: 253px !important;
    background: #013155;
    border-radius: 5px;
}
.home .gl-pazel figure {
    border-radius: 5px;
    padding: 5px;
}
.news time.av-magazine-time {
    display: none;
}
.news h3.av-magazine-title {
    font-family: 'asreasia-san' !important;
    font-size: 13px !important;
    line-height: 4.5em !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news .av-magazine-thumbnail, .news .av-magazine-thumbnail img {
    border-radius: 50%;
}
.news .av-magazine-thumbnail {
    float: right;
	margin-right: 0 !important;
	margin-left: 10px !important;
}
.news article {
    background-color: #fff;
    border-radius: 5px;
    padding-right: 5px;
}

.articles figure {
    background-color: #f5f5f5 !important;
}
.articles .av-masonry-entry-content {
    font-weight: 100;
    font-size: 12px;
    text-align: justify;
    line-height: 26px;
    color: #424141;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.articles figure {
    border: 1px solid #eeeeee !important;
    border-radius: 5px;
}
.articles figcaption {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.pazel span.av-masonry-date {
    display: none;
}
.pazel h3.av-masonry-entry-title {
    font-family: asreasia-san !important;
    font-size: 13px;
    line-height: 2em;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#footer .first {
    width: 100%;
    background: #e5e5e5;
    margin-top: 10px !important;
    border-radius: 5px;
    border-bottom: 3px ridge #c30005;
}
#footer .first img {
    margin-right: 17%;
    position: relative;
    top: 4px;
}
#footer .first section#text-5 {
    margin: 0 !important;
}
#footer .first section#text-6 {
    margin: 0 !important;
}
#footer section#text-5 p {
    display: inline-block;
    color: #013155;
    margin: 0;
    font-size: 1.6em;
    font-family: 'kalameh';
}
#footer section#text-6 p {
    display: inline-block;
    color: #013155;
    margin: 0;
    font-size: 1.6em;
 
}
#footer section#text-5 p.shoar {
    position: relative;
    top: -40px !important;
    left: -16%;
}
#footer section#text-6 p.shoar-en {
    position: relative;
    top: -40px !important;
    right: -16%;
}
#footer #text-2 p {
    display: flex;
    margin-bottom: 22px;
}
#footer .flex_column:not(.first) {
    width: 50%;
    margin: 0 auto !important;
    clear: both;
    float: unset !important;
}
#footer span.av_font_icon {
    line-height: 2.5em;
    background: #fff;
    width: 40px;
    border-radius: 50%;
    padding-top: 5px;
}
#footer {
    padding: 0px !important;
    background-size: cover;
}
p {
    line-height: 2.5em !important;
}
.internal-title h1 {
    font-family: kalameh !important;
    font-size: 1.5em;
    line-height: 2.3em;
}
.internal-title .special-heading-inner-border {
    border-color: #999898 !important;
}
.customlist2 h4.av_iconlist_title.iconlist_title {
    font-size: 1em;
}
.customlist2 .iconlist_icon {
    transform: scale(.8) !important;
    margin-left: 5px !important;
}
.img-style:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 3px solid #d1d1d1;
    position: absolute;
    top: -2%;
    left: -2%;
}
.img-style:after {
    content: '';
    width: 100%;
    height: 100%;
    border: 3px solid #d1d1d1;
    position: absolute;
    bottom: -2%;
    right: -3%;
}
.img-style .avia-image-container-inner, .img-style img {
    width: 100% !important;
}
body#top:not(.home) .pazel figure {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}
.internal-products figure {
    border: 1px solid #eeeeee;
    border-radius: 5px;
}
.internal-products  figcaption {
    padding: 15px 5px !important;
    background: #f8f8f8 !important;
}
.avia_textblock h2 {
    font-family: 'asreasia-san' !important;
    font-size: 1.2em;
}
.avia_textblock h3 {
    font-family: 'asreasia-san' !important;
    font-size: 1.1em;
}







/**** Old CSS ****/
.circle .av-masonry-outerimage-container {
    border: 5px solid  #ff5900 !important;
    border-radius: 100%;
    padding: 10px;
    margin: 10px;
}
.av-main-nav ul {
    width: 235px !important;
}
div#boxx {
    border-bottom: 7px solid #ff5900 !important;
}
img.category_thumb {
    display: none;
}
.avia_cart_buttons {
    background: #f1f1f1 !important ;
    opacity: 1;
}
.avia_cart_buttons:hover {
    background: #618916 !important ;
    opacity: 1;
    color: #fff !important; 
}
#top .inner_product_header{
	min-height: 42px !important;
    height: 75px;
}
h2.woocommerce-loop-product__title {
    text-align: center;
}
/* #top .container .av-masonry.av-large-gap {
    padding: 0;    
    width: 100% !important;
    padding-left: 5px !important;
} */
ul.zoom-social-icons-list.zoom-social-icons-list--with-canvas.zoom-social-icons-list--round.zoom-social-icons-list--no-labels {
    margin-top: 20px !important;
}
.three:hover {
    border: 4px solid #9a0f0f !important;
}
/*new*/
.title3 h2.av-special-heading-tag{
	display: inline-block;
    position: relative;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    padding: 9.5px 45px;
    background: #111;
    z-index: 2;
}

.title3:before{
content: " ";
    position: relative;
    display: table;
    margin: auto;
    width: 800px;
    top: 19px;
    border-bottom: 1px solid #ff5601;
}
.title3:after{
content: " ";
    position: relative;
    bottom: 12px;
    display: table;
    margin: auto;
    width: 700px;
    border-bottom: 1px solid #ff5601;
    z-index: 0;
}
.title2 h2.av-special-heading-tag{
	display: inline-block;
    position: relative;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    padding: 9.5px 45px;
    background: #fdb819;
    z-index: 2;
}
.title2:before{
content: " ";
    position: relative;
    display: table;
    margin: auto;
    width: 400px;
    top: 27px;
    border-bottom: 1px solid #cccccc;
}
.title2:after{
content: " ";
    position: relative;
    bottom: 24px;
    display: table;
    margin: auto;
    width: 600px;
    border-bottom: 1px solid #cccccc;
    z-index: 0;
}
.avia_cart_buttons {
    display: none;
}
.inner_product_header {
    background: #fff !important;  
}
div ul.product_list_widget li img, ul.cart_list li img, ul.product_list_widget li img {
    float: right !important;
    margin-left: 8px !important;
    margin-right: auto !important;
	background:#ffbe2c;
}
h3.widgettitle {
    border-bottom: 0px solid #5d5d5d;
    padding-bottom: 10px;
}
strong.news-headline {
    color: #fff !important;
}
a.slide-image {
    background: transparent !important;
}
h3.slide-entry-title.entry-title {
    text-align: center;
}
#top .fullsize .template-blog .post .entry-content-wrapper {
   
    max-width: 100% !important;
   
}
#top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 100% !important;
   
}
img.attachment-entry_without_sidebar.size-entry_without_sidebar.wp-post-image {
    width: 600px !important;
    right: 24%;
}
h1.post-title.entry-title {
    max-width: 1110px !important;
    font-family: asreasia-san;
    font-size: 18px !important;
    background: #e1e1e1;
}
#top .fullsize .template-blog .post-meta-infos {
    text-align: center;
    display: none;
}
.entry-content p {
    font-family: asreasia-san;
    font-size: 12px;
    color: #111;
    line-height: 3;
    text-align: justify;
}
h1.product_title.entry-title {
    font-size: 22px;
   
    padding: 9px;
    border-bottom: 2px solid #618916;
}
h4.av_iconlist_title.iconlist_title{
	font-family:'asreasia-san'!important;
}
article.slide-entry {
    background: #f5f5f5;  
}
.slide-meta {
    display: none;
}
.avia-icon-list .iconlist_title {  
    top: 0px !important;   
}
.slide-content {
    padding: 10px;
}
.main_color .container .av-masonry-entry .avia-arrow {
    background: transparent;
}
h3.slide-entry-title.entry-title {
    padding-bottom: 10px;
}
/*new*/
.customer .slide-entry-excerpt.entry-content img{
	    border-radius: 50%;
    border: 8px solid #eeeeee70;
    padding: 4px;
}
.customer h3.slide-entry-title.entry-title {
    padding-bottom: 10px;
    position: absolute;
    top: 175px;
	font-family: asreasia-san !important;
 	font-size: 13px;  
}
.cat{
	z-index:999 !important;
}
.category-image img {
   border: 8px solid #ff5601;
    padding: 8px;
    border-radius: 50%;   
}
.category-title h4 {
    text-align: center;
	font-family: asreasia-san !important;
}
.image-overlay {
    position: absolute;
    background: transparent;
}
.avia-image-overlay-wrap {
    border: 0px solid #ccc;
    padding: 5px;
}
article.slide-entry {
    border: 1px solid #ccc;
    background: #eee;
}
.video .slide-content {
    background: #fff;
}
.video article.slide-entry {
    border: 1px solid #ccc;
    background: #fff;
	padding:13px;
}
.phone-info {
    font-size: 18px;
    font-family: asreasia-byekan !important;
}
.toggle_content.invers-color {
    background: #eee;
    margin-right: 10px;
}
.category-image {
    border-radius: 50%;
    border: 5px solid #333;
    opacity: 1 !important;
    margin-bottom: 5px;
}
.category-image:hover {
    border-radius: 50%;
    border: 5px solid #000;
    opacity: 1 !important;
    margin-bottom: 5px;
}
.av-special-heading.av-special-heading-h2.title1 {
    position: relative;
    background: url(../images/title-icon.png) no-repeat 630px 20px, transparent;
    padding: 20px;
}
.icon1 img.avia_image  {
    background: red;
    padding: 11px;
}

.logoLeftText.textLogo {
    font-family: asreasia-san !important;
   
}
span.avia_iconbox_title {
    font-size: 16px;
    font-family: asreasia-byekan;
}


.contact-info li i:before {
    min-width: 24px;
    min-height: 24px;
    text-align: center;
    line-height: 24px;
    margin: 2px;
    margin-left: 2px;
    margin-left: 2px;
    border-radius: 50px;
    background: #24b9a5;
    margin-left: 2px !important;
}
.contact-info li .fa {
    margin-left: 4px;
}
.fa-home:before {
	font-family: 'FontAwesome';
    content: "\f015";
}
[class^="fa-"], [class*=" fa-"], [class^="fa-"]::before, [class*=" fa-"]::before {
    font-family: 'FontAwesome';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-rendering: auto;
    speak: none;
    font-weight: normal;
    vertical-align: middle;
}
.av-special-heading.av-special-heading-h2.title1 {
    position: relative;
    background: url(../images/icon1.png) no-repeat 710px 0px, transparent;
    padding: 20px;
}
section#text-2 {
    text-align: center;
}
#socket .container {
    padding-top: 5px;
    padding-bottom: 5px;
}

/********shayegan*************/
.kalame-kelidi h2 {
    display: inline-block;
    padding: 5px;
    border: 2px outset;
    font-size: 13px !important;
    font-weight: normal;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) and (max-width: 989px) {
  /* Add your Desktop Styles here */

}
@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
.mobile {
    display: none;
}
}




/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
.logoLeftText.textLogo {
    display: none;
}
nav.main_menu {
    background-color: transparent;
}
.slide-row {
    height: 151px;
    background-size: contain !important;
    background-position: top center !important;
}
.intro-row {
    background-size: 39%;
}
.typingtxt1 h3 {
    font-size: 2.1em !important;
}
.intro-img:before {
    left: -113px;
    bottom: 103px;
    font-size: 1.2em;
}
.play-icon {
    transform: scale(.5) !important;
	bottom: 42px;
    right: 48px;
}
.video-cover {
    bottom: -36px;
    transform: scale(.5);
}
.kalame-kelidi h2 {
    padding: 4px;
    font-size: 11px !important;
}
.kalameh h2.av-special-heading-tag {
    font-size: 1.3em;
}
.custom-list h4.av_iconlist_title {
    font-size: 13px;
}
.custom-list .iconlist_icon {
    transform: scale(.7) !important;
}
.seo-title, .design-ttl1 {
    margin: 0% 0 4% !important;
}
.seo-title:after, .design-ttl1:after {
    width: 76%;
    left: 12%;
    top: 18px;
}
.mixer-row {
    background-color: #f7f7f7 !important;
    background-image: none !important;
}
.gl-pazel {
    padding-left: 0 !important;
    left: 5%;
}
.gl-pazel .isotope {
    left: 0% !important;
}
.faq p.toggler {
    font-size: 13px;
	line-height: 2em !important;
}
.news-col {
    margin-top: 8% !important;
}
.news .av-magazine-thumbnail {
    margin-left: 5px !important;
}
.video-col section.av_textblock_section {
    min-height: 179px !important;
}
#footer section#text-5 p {
    font-size: 1.3em;
    line-height: 1.7em !important;
}
#footer section#text-5 p.shoar {
    top: unset !important;
    left: unset;
}
#footer .first img {
    margin-right: unset;
}
#footer .first {
    padding: 5px 9px;
    text-align: center;
}
#footer #text-2 p {
    text-align: justify;
}

	
/***** Static Nums *****/	
.mobile a:nth-child(2) {
    padding-right: 36px;
    background-color: #c71d21;
}
.mobile a {
       float: left;
    width: 50%;
    text-align: left;
    background: #003254;
    opacity: 0.9;
    padding: 13px;
    font-size: 16px;
color: #fff;
font-family: asreasia-san;
}
.mobile {
    position: fixed;
    bottom: 0;
    z-index: 999;
width: 100%;
}
a.text-footer {
    text-align: right;
}
/* #header_meta {

display:none;
} */
footer#socket {
    top: -45px!important;
}
#socket .container {
    padding: 10px 0 !important;
}	
div#footer {
    padding-bottom: 22px;
}

}