/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

h1,h2,h3{
	font-weight:600 !important;
}
span.avia-menu-text {
    font-size: 14px;
}
a, p {
    font-size: 15px;
}

/********headre**********/
#header span.av-icon-char:after {
    width: 40px;
    height: 40px;
    background: #ffd531;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    transform: rotate(45deg);
    border-radius: 5px;
}
#header span.av-icon-char {
    display: inline-block;
    position: relative;
    font-size: 30px !important;
    padding-left: 5px;
    margin-right: 15px;
}
/******vector-box****/
.vector-box {
    background-image: linear-gradient(180deg, #ffffff 0%, #e8e8e8 100%);
}
.vector-box .av-masonry-outerimage-container, .vector-box figcaption.av-inner-masonry-content.site-background {
    background: transparent !important;
}
.vector-box .avia-arrow {
    display: none;
}
.vector-box h3.av-masonry-entry-title.entry-title {
    padding-bottom: 10px;
}
.vector-box .av-masonry-entry-content.entry-content {
    line-height: 28px;
    font-size:14px ;
}
.vector-box figure.av-inner-masonry.main_color .av-masonry-image-container img {
    width: 100px;
    height: 100px;
}
.vector-box figcaption.av-inner-masonry-content.site-background {
    text-align: center;
}
.vector-box figure.av-inner-masonry.main_color {
    border: 2px solid #ffd531;
    border-radius: 8px;
	padding: 25px 6px;
}
.vector-box figure.av-inner-masonry.main_color:hover:before, .vector-box figure.av-inner-masonry.main_color:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.vector-box figure.av-inner-masonry.main_color:hover{
	border:none;
}
.vector-box figure.av-inner-masonry.main_color:before {
    border-top: 2px solid #002157;
    border-bottom: 2px solid #002157;
}
.vector-box figure.av-inner-masonry.main_color:after {
    border-right: 2px solid #002157;
    border-left: 2px solid #002157;
}
.vector-box figure.av-inner-masonry.main_color:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.vector-box figure.av-inner-masonry.main_color:after {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.vector-box figure.av-inner-masonry.main_color:before, .vector-box figure.av-inner-masonry.main_color:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
    transition: opacity 0.55s, transform 0.55s;
    z-index: 1;
    visibility: visible !important;
    width: 98% !important;
    height: 98% !important;
    border-radius: 8px;
}
/********************/
/*******about-box*******/
.about-box .avia-image-container-inner {
    transform: rotate(-45deg);
	transition:0.5s;
}
/*.about-box .avia-image-container-inner:hover {
    transform: rotate(-60deg);
}*/
.about-box .avia-image-container-inner:hover:before {
    transform: rotate(-16deg);
}

.about-box .avia-image-container-inner:before {
    content: '';
    width: 350px;
    height: 350px;
    background: #002157;
    position: absolute;
    left: -28px;
    top: -35px;
    transform: rotate(-6deg);
	border-radius: 8px;
	transition:0.5s;
}

.about-box .avia-image-container-inner img {
    width: 350px;
    height: 350px;
	border-radius: 8px;
}

.title-about h3.av-special-heading-tag {
    /*font-family: asreasia-BEsfehanBold !important;*/
    font-size: 45px;
    font-weight: bold !important;
	text-shadow:0px 5px 7px #afa7a7;
}
.title-en  {
   /* margin-top: -51px !important;*/
    z-index: -1;
    opacity: 0.8;
	position:absolute;
	color:ffd531 !important
}
.title-en span  {
	color:ffd531 !important
}
/**********/
.title-main:before {
    content: '';
    width: 39px;
    height: 3px;
    position: absolute;
    background: #E8C534;
    right: 0;
    top: 14px;
}
.title-main  h1.av-special-heading-tag {
    margin-right: 42px !important;
}
/*********/
/******product-cat***********/
.product-cat li.product-category {
    width: 32.6% !important;
	    border-radius: 8px !important;
}
.product-cat li.product-category a {
	    border-radius: 8px !important;
}
.product-cat h2.woocommerce-loop-category__title {
    position: absolute;
    bottom: 32px;
    width: 100%;
    text-align: center;
	z-index:5 !important;
	font-size:16px !important;
}
.product-cat mark.count {
    display: none;
}
.product-cat h2.woocommerce-loop-category__title:before {
    content: '';
    width: 700px;
    height: 173px;
    position: absolute;
    background: #fff;
    right: -14px;
    z-index: -1;
    bottom: -91px;
    transform: rotate(10deg);
    transition: 0.5s;
}
.product-cat li.product-category:hover h2.woocommerce-loop-category__title:before {
	transform: rotate(0deg);
}
.product-cat span.image-overlay-inside {
    display: none;
}
.product-cat span.image-overlay.overlay-type-extern {
    display: none !important;
}
/******customer-box********/
/********/
.customer-box .slide-entry {
    padding: 10px !important;
}
.customer-box .slide-entry span.av-partner-fake-img {
    border-radius: 8px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 50%) !important;
}
.customer-box .avia-content-slider {
    margin: 5px 0 !important;
}
.title-customer:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(/wp-content/uploads/2022/06/logo-title.png);
    right: 0;
    background-size: contain;
    top: -12px;
}

.title-customer { 
        padding-right: 59px;
}
/***********/
/********list-service*******/
.list-service h3.av-special-heading-tag {
    line-height: 33px;
    font-size: 16px;
}
.list-service .av-special-heading {
    margin-top: 25px;
}
.service-title .av_custom_color.av-subheading.av-subheading_above p {
    font-size: 26px;
    margin-bottom: 9px;
}
/***********/
/****Targets-box******/
.Targets-box ul.avia-icon-list li {
    display: inline-block;
    width: 23.7%;
    background: white;
    margin: 16px 0px 0px 13px;
    padding: 20px 5px;
    border-radius: 8px;
    height: 210px !important;
}
.Targets-box ul.avia-icon-list li:nth-child(4), .Targets-box ul.avia-icon-list li:nth-child(8) {
    margin-left: 0 !important;
}
.Targets-box .iconlist-timeline {
    display: none;
}
.Targets-box .iconlist_content_wrap {
    width: 100%;
    padding-top: 13px;
}
.Targets-box .iconlist_icon {
    background: transparent !important;
    font-size: 60px !important;
}
.Targets-box ul.avia-icon-list li article.article-icon-entry:before {
    content: '';
    font-size: 102px;
    line-height: 100px;
    color: rgba(0,0,0,0.1);
    font-weight: 500;
    opacity: 0.5;
    display: block;
    font-family: teko-v10-latin-regular !important;
    padding-top: 4px !important;
    position: absolute;
    z-index: 9;
    left: 14px;
}
.Targets-box ul.avia-icon-list li:nth-child(1) article.article-icon-entry:before {
    content: '01';
}
.Targets-box ul.avia-icon-list li:nth-child(2) article.article-icon-entry:before {
    content: '02';
}
.Targets-box ul.avia-icon-list li:nth-child(3) article.article-icon-entry:before {
    content: '03';
}
.Targets-box ul.avia-icon-list li:nth-child(4) article.article-icon-entry:before {
    content: '04';
}
.Targets-box ul.avia-icon-list li:nth-child(5) article.article-icon-entry:before {
    content: '05';
}
.Targets-box ul.avia-icon-list li:nth-child(6) article.article-icon-entry:before {
    content: '06';
}
.Targets-box ul.avia-icon-list li:nth-child(7) article.article-icon-entry:before {
    content: '07';
}
.Targets-box ul.avia-icon-list li:nth-child(8) article.article-icon-entry:before {
    content: '08';
}
.Targets-box h4.av_iconlist_title.iconlist_title {
    line-height: 31px;
}
/*************/
/******Targets-box gallery************/
.Targets-box .av-masonry-image-container img {
    margin: 0 10px !important;
}
.Targets-box  .av-masonry-outerimage-container {
    padding-top: 20px;
}
.Targets-box figcaption.av-inner-masonry-content.site-background {
	background: #fff !important;
}
.Targets-box .avia-arrow {
    display: none;
}
.Targets-box  h3.av-masonry-entry-title.entry-title {
    margin-bottom: 20px;
}

.Targets-box  .av-masonry-entry-content.entry-content {
    font-size: 12px !important;
    line-height: 26px;
    text-align: justify;
	    color: #828282;
}
.Targets-box figure.av-inner-masonry.main_color {
    border-radius: 7px;
}
.Targets-box .av-masonry-container.isotope .av-masonry-entry:before {
    content: '';
    font-size: 102px;
    line-height: 100px;
    color: rgba(0,0,0,0.1);
    font-weight: 500;
    opacity: 0.5;
    display: block;
    font-family: teko-v10-latin-regular !important;
    padding-top: 8px !important;
    position: absolute;
    z-index: 9;
    left: 14px;
	padding-left: 15px;
}
.Targets-box .av-masonry-container.isotope .av-masonry-entry:nth-child(2):before {
    content: '01';
}
.Targets-box .av-masonry-container.isotope .av-masonry-entry:nth-child(3):before {
    content: '02';
}
.Targets-box .av-masonry-container.isotope .av-masonry-entry:nth-child(4):before {
    content: '03';
}
.Targets-box .av-masonry-container.isotope .av-masonry-entry:nth-child(5):before {
    content: '04';
}
.Targets-box .av-masonry-container.isotope .av-masonry-entry:nth-child(6):before {
    content: '05';
}
.Targets-box .av-masonry-container.isotope .av-masonry-entry:nth-child(7):before {
    content: '06';
}
.Targets-box .av-masonry-container.isotope .av-masonry-entry:nth-child(8):before {
    content: '07';
}
.Targets-box .av-masonry-container.isotope .av-masonry-entry:nth-child(9):before {
    content: '08';
}
.Targets-box h4.av_iconlist_title.iconlist_title {
    line-height: 31px;
}
.av-masonry.Targets-box a#av-masonry-2-item-77:before {
    content: '01' !important;   
}
.av-masonry.Targets-box a#av-masonry-2-item-79:before {
    content: '02' !important;   
}
.av-masonry.Targets-box a#av-masonry-2-item-80:before {
    content: '03' !important;   
}
.av-masonry.Targets-box a#av-masonry-2-item-78:before {
    content: '04' !important;   
}
/****************/
.title1 h3 {
    display: inline-block;
    position: relative;
}
.title1 h3:before, .title1 h3:after {
    content: '';
    width: 60px;
    height: 3px;
    right: -70px;
    background: #ffd531;
    position: absolute;
    top: 9px;
}
.title1 h3:after {
    left: -70px;
    right: auto !important;
}
.box-article span.av-masonry-date.meta-color.updated {
    display: none;
}
.box-article figcaption.av-inner-masonry-content.site-background {
    text-align: center;
    background: #dfdfdf  !important;
}
.box-article figure.av-inner-masonry.main_color {
    border-radius: 8px;
    box-shadow: 0 0 3px #cecece;
    margin-top: 4px;
    margin-right: 4px;
}
.inner_product {
    box-shadow: 0 0 3px #d4d4d4;
    border-radius: 8px !important;
}
h1.product_title.entry-title:before {
    width: 50px;
    height: 3px;
    background: #ffd531;
    position: absolute;
    top: 12px;
    content: '';
    margin-right: -60px;
}
h1.product_title.entry-title {
    padding-right: 60px;
}
h1.product_title.entry-title:before {
    width: 50px;
    height: 3px;
    background: #ffd531;
    position: absolute;
    top: 12px;
    content: '';
}
.entry-content-wrapper .page-thumb {
    display: none;
}
/*****footer******/
#footer .flex_column.av_one_fourth.first {
    width: 100%;
    background: #ffd531;
    margin-top: -16px;
}

#footer .flex_column.av_one_fourth.first  ul.header-contact-info .text h3{
	    margin: 0;
    font-size: 13px;
    font-weight: 300 !important;
    margin-top: 6px;
    line-height: 27px;
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    display: -webkit-box;
    /* -webkit-line-clamp: 1; */
    /* -webkit-box-orient: vertical; */
    color: #000 !important;
}

#footer .flex_column.av_one_fourth.first  ul.header-contact-info .text p {
    color: #000;
    font-weight: 600;
}
#footer .flex_column.av_one_fourth.first .sp-contact-info ul.header-contact-info li {
    border: solid 1px #011b4521;
    display: inline-block;
    width: 23.8%;
    margin-left: 1%;
    padding: 15px 5px;
    border-radius: 8px;
	height: 140px;
}
#footer .flex_column.av_one_fourth.first .sp-contact-info ul.header-contact-info li:last-child {
    margin-left: 0 !important;
}
#footer .flex_column.av_one_fourth.first:before {
    content: '';
    visibility: visible;
    overflow: visible;
    width: 300%;
    height: 100%;
    background: #ffd531;
    position: absolute;
    right: -50%;
}
#footer .flex_column.av_one_fourth.first .sp-contact-info ul.header-contact-info li span.av_font_icon {
    margin-top: 10px;
    margin-left: 16px;
}
#footer .flex_column.av_one_fourth:nth-child(2) {
    margin-right: 0 !important;
}
#footer .flex_column.av_one_fourth.el_after_av_one_fourth.el_before_av_one_fourth {
    width: 29.3%;
}
#footer ul.news-wrap li.news-content span.news-time {
    display: none;
}
#footer ul.news-wrap li.news-content.post-format-standard {
    padding: 0 !important;
}
#footer ul.news-wrap li.news-content strong.news-headline {
    margin-top: 14px;
    font-weight: 300;
    font-size: 13px;
}
#footer li.page_item {
    padding: 9px 0;
    border-bottom: dashed 1px #29537c;
}
#footer h3.widgettitle:before {
    content: '';
    position: absolute;
    top: 35px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border: solid 1px #ffd531 !important;
    right: 5px;
	
}
#footer h3.widgettitle:after {
    content: '';
    position: absolute;
    width: 13%;
    height: 2px;
    background: #ffd531;
    right: 22px;
    top: 41px;
}
#footer h3.widgettitle {
    padding-bottom: 25px;
}
#footer .flex_column.av_one_fourth:last-child span.av-icon-char {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 12px;
    padding-right: 3px;
    font-size: 22px !important;
    margin-bottom: 12px !important;
	color:#011B45;
}
#footer .flex_column.av_one_fourth:last-child span.av-icon-char:after {
    content: '';
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    border: solid 1px #ffd531 !important;
    right: 0;
    background: #ffd531;
    z-index: -1;
    border-radius: 5px;
	
}
#footer ul.product_list_widget li a img {
    float: right;
    margin-left: 8px;
}
#footer .text p {
    line-height: 30px;
}
#footer ul.product_list_widget li a {
    font-size: 14px !important;
    font-weight: 300 !important;
}
#top div #footer ul.product_list_widget li a {
    line-height: 2.5em !important;
}
/*
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){
	.product-cat li.product-category a,.product-cat li.product-category {
    overflow:hidden !important;
}
	
}


@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 */
.about-box .avia-image-container-inner img {
    width: 230px;
    height: 230px;
    border: solid 1px #ffd531;
    border-radius: 8px;
}
.about-box .avia-image-container-inner:before {
    width: 230px;
    height: 230px;
    left: -13px;
    top: -23px;
}
	.title-about h3.av-special-heading-tag {
    line-height: 60px;
}
	.about-box .avia-image-container {
    margin-top: 45px !important;
}
.product-cat li.product-category {
    width: 100% !important;
	overflow: hidden !important;
}
.product-cat li.product-category a {
    overflow:hidden !important;
}
.service-title span.av-rotator-text-single {
    line-height: 63px;
}
.list-service .flex_column {
    border-radius: 8px !important;
}
.customer-box .slide-entry {
    width: 49% !important;
    clear: none !important;
	padding: 5px !important;
}
	.customer-box .slide-entry {
    margin-bottom: 0 !important;
}
.Targets-box ul.avia-icon-list li{
    width: 100%;
	
}
.customer-box .slide-entry span.av-partner-fake-img {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 50%) !important;
}
h1, h2, h3 {
    line-height: 36px;
}

#footer .flex_column.av_one_fourth.first {
    margin-top: -16px !important;
}
#footer .flex_column.av_one_fourth.first .sp-contact-info ul.header-contact-info li {
    width: 100%;
    margin-bottom: 9px;
}
	#footer .widget {
    margin: 15px 0 15px 0 !important;
}
	#footer h3.widgettitle:before {
    top: 47px;
}
	#footer h3.widgettitle:after {
    top: 52px;
}
	
	
	.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;
}

}