/* 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 */
#menu-item-1358 {
  top: 8px;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
ul#avia-menu li span , h1.product_title.entry-title, h3.av-masonry-entry-title.entry-title, form button, form input, h1,h2,h3,h4,h5,h6 {
    font-family: 'asreasia-san' !important;
}
div#mobile {
    position: absolute;
    left: 0;
    top: 5px;
}
div#mobile span:first-child {
    padding-left: 10px;
}
div#header_meta {
    background: #09194f;
}
div#mobile span, span#top-text {
    color: #fff;
}
div#header_main_alternate {
    background: #d7d7d769;
}
#header .sp-contact-info {
    display: inline-block;
	top: 15px;
    position: relative;
	margin-right: 0px;
}
#header .sp-contact-info:first-child {
	width: 350px;
}
#header .sp-contact-info:nth-child(2) {
	width: 410px;
}
#header .sp-contact-info .phone-number p {
    font-size: 12px;
}
#header .sp-contact-info .phone-number p.con span {
    font-weight: 800 !important;
}
#header .sp-contact-info .phone-number p.con {
   line-height: 17px;
   color: #000;
}
#header .sp-contact-info .phone-number .con span:first-child {
    color: #e51931 !important;
}
#header .sp-contact-info .phone-number .con span a {
    color: black;
}
#header .sp-contact-info .icon span.av-icon-char {
    border: solid 1px #9d9d9d;
    padding: 1px 16px;
    margin-left: 4px;
    top: -16px;
    position: relative;
}
#header .phone-number .con:first-child {
    font-size: 12px;
}
#header ul#avia-menu li span.av-icon-char {
    color: #8f8f8f;
}
/* div#bottom-img {
    position: absolute;
} */
.slideOutLeft img {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
	animation-direction: alternate;
	animation-iteration-count: infinite;
 }
@-webkit-keyframes slideOutLeft {
  0% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  100% {
  visibility: hidden;
  -webkit-transform: translateX(-6%);
  transform: translateX(-6%);
  }
 }
@keyframes slideOutLeft {
  0% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  100% {
  visibility: hidden;
  -webkit-transform: translateX(-6%);
  transform: translateX(-6%);
  }
} 



div#bottom-img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -7px;
    top: 10px;
    background: #cf0416;
    transform: skewX(8deg);
    border-radius: 10px;
}
div#bottom-img, div#bottom-img img {
    border-radius: 20px !important;
}
div#bottom-img img {
    box-shadow: -4px 5px 5px #0000008f;
}

/*div#intro-text {
    border: 4px ridge #d9d8d8;
    border-radius: 20px !important;
    right: 5%;
}
div#bottom-img {
    box-shadow: 0 8px 8px grey;
    margin-top: 10%;
    border-radius: 20px !important;
    right: -9%;
}
div#bottom-img img {
	border-radius: 20px !important;
}
div#bottom-img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -6%;
    top: 28px;
    background: #d50217;
    border-radius: 20px;
}
*/




.home-pazel figure .av-masonry-outerimage-container {
    border-radius: 50% !important;
    border: 10px solid #fff;
	transition: all .5s linear;
}
.home-pazel figure:hover .av-masonry-outerimage-container {
    border: 5px solid #e30019;
}
.home-pazel figure:hover h3 {
    text-shadow: -1px 2px 4px #e51931;
}
.home-pazel figcaption {
    padding: 0 !important;
    text-align: center;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}
.home-pazel .avia-arrow {
	display: none;
}
.home-pazel h3 {
    line-height: 3em !important;
    font-size: 1.1em !important;
    transition: all .5s linear;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
}
.home-gallery .av-horizontal-gallery-wrap img {
    border-radius: 10px !important;
    box-shadow: -3px 2px 5px #666666;
}
.product-slider .slide-content h3 {
    font-size: 1.1em !important;
    text-align: center !important;
    letter-spacing: 0 !important;
    text-shadow: 0 0px 5px #fff;
}
.product-slider a.slide-image {
    border-radius: 20px;
    border: 4px solid #cfcfcf;
}
.clippath-row {
	clip-path: polygon(50% 0%, 100% 11%, 100% 89%, 50% 100%, 0 89%, 0 11%);
	margin-top: -5%;
}
#coworkers .slide-entry {
    padding: 15px !important;
}
#coworkers .slide-entry img {
    border: 3px solid;
    border-radius: 50%;
    border-bottom-color: gray;
    border-top-color: #ff9b00;
    border-right-color: #ff9b00;
    border-left-color: gray;
    transition: all .5s linear;
}
#coworkers .slide-entry img:hover {
    border-top-color: gray !important;
    border-bottom-color: #ff9b00 !important;
    border-left-color: #ff9b00 !important;
    border-right-color: gray !important;
}

@keyframes color-dance {
	0%, 100% {  background-image: linear-gradient(45deg, #ffffff, #df001a); }
	50% {   background-image: linear-gradient(45deg, #df001a, #ffffff);  }	
}

#top .iconbox_top {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}
section#decorative-text h2 {
    font-size: 3.5em;
    line-height: 3em;
    animation-name: color-dance;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: color-dance;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	-webkit-animation-direction: alternate;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
div#para-col {
    width: 86%;
    margin-right: 9% !important;
    margin-left: 9% !important;
    padding: 4% 2%;
}
form h3 {
    font-size: 1.1em;
    color: #002f67 !important;
}
h1.product_title.entry-title {
    font-size: 1.1em;
    line-height: 2em;
}
.internal-title h1 {
    font-size: 1.1em;
    line-height: 2.5em;
}
.internal-title h1:after {
    content: '';
    width: 70px;
    height: 2px;
    background: #adadad;
    position: absolute;
    margin-right: 15px;
    top: 21px;
}

#intro-icons img {
    margin: 0 5% 2% 5% !important;  
}
.seo-title h1 {
    font-size: 1.1em;
    padding-right: 30px !important;
}
.seo-title p {
    padding-right: 30px !important;
}
.seo-title h1:after {
    content: url(/wp-content/uploads/2022/02/design-title1.png);
    position: absolute;
    width: 174px;
    height: 51px;
    background-image: linear-gradient(90deg, transparent,transparent, #d3d3d3);
    right: 0px;
    top: -6px;
    z-index: -2;
    border-radius: 3px !important;
    padding-right: 3px;
}
.title h3 {
    font-size: 1.1em;
}
.home-title1:after {
    content: '';
    position: absolute;
    width: 20%;
    height: 2px;
    background: #e51931;
    left: 36%;
    top: 25px;
    border-radius: 50%;
}
.home-title1:before {
    content: '';
    position: absolute;
    width: 20%;
    height: 2px;
    background: #b5b5b5;
    right: 36%;
    top: 30px;
	border-radius: 50%;
}
}
.home-title1 h3 {
    display: inline-block;
    padding: 10px 5px !important;
}
.home-title2 h3 {
    box-shadow: 0 2px 4px #4d4d4d !important;
    display: inline-block;
    background: #fff;
    padding: 10px 20px !important;
    border-radius: 30px;
}
.home-title2:after {
    content: '';
    width: 40%;
    height: 2px;
    background-color: #807f7f !important;
    z-index: -1;
    position: absolute;
    top: 19px;
    left: 30%;
    border-radius: 50%;
}
.home-title1 P {
    color: #67c1e4;
}
.home-title3:before {
    top: 10px;
    content: '';
    width: 60px;
    height: 3px;
    position: absolute;
    right: 0;
    background: #7f7f7f;
    border-radius: 80px;
    box-shadow: 0 2px 3px #ff9b00;
}
.home-title3 h3 {
    padding-right: 70px !important;
    display: inline-block;
}
.home-title4:before {
    box-shadow: 0 2px 3px #e3001a !important;
}

.pazel {
    right: -1%;
}
.pazel figure {
	border-radius: 10px;
}
.pazel figcaption {
    padding: 10px 6px !important;
    text-align: center;
    background-image: linear-gradient(179deg, transparent, #d1d1d18a);
    box-shadow: 0px -2px 16px #000000;
}
.pazel span.av-masonry-date {
    display: none;
}
.pazel h3 {
    line-height: 2em !important;
	font-size: 1em !important;
}
#top:not(.home) .pazel h3 {
    font-size: .9em !important;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
h3.miniheading {
    font-size: 1em;
} 
p.logged-in-as span.required-field-message {
    font-weight: 500;
    font-size: 12px !important;
}
h1.post-title.entry-title {
    text-align: center !important;
    padding: 10px !important;
    font-size: 1em !important;
	letter-spacing: 0 !important;
}
.html_modern-blog #top .post-entry .blog-categories {
    display: none;
}
.article-pazel {
    right: -1%;
}
.article-pazel figcaption:after {
    content: '';
    width: 28%;
    height: 2px;
    background-color: #ff9b00;
    position: absolute;
    bottom: 0px;
    left: 36%;
}
.article-pazel figure {
	border-radius: 10px !important;
}
.article-pazel figcaption {
    text-align: center;
    padding: 10px 5px !important;
    background-image: linear-gradient(360deg, #bbbbbb, transparent, transparent);
}
.article-pazel figcaption h3 {
    font-size: 12px !important;
    line-height: 2.5em !important;
}
.article-pazel span.av-masonry-date {
    display: none;
}
.category .slide-content h3 {
    font-size: 1em !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    border-bottom: 2px solid #c6071c;
}
#footer section#text-2 {
    margin-top: -61px !important;
    z-index: 100000;
    background: #e51931;
    box-shadow: 0 4px 9px #222222;
    padding: 30px 25px !important;
    border-radius: 50px 50px 2px;
}
#footer section#text-2:after {
    content: '';
    width: 94%;
    height: 94%;
    position: absolute;
    top: 2%;
    right: 2%;
    border-radius: 50px 50px 2px;
    border: 1px dashed #333232;
    background: transparent;
    visibility: visible !important;
}
#footer h3.widgettitle {
    padding-bottom: 10px;
    padding-right: 30px;
}
#footer h3.widgettitle:before {
    content: url(/wp-content/uploads/2022/02/fav-1.png);
    position: absolute;
    right: -22px;
    top: -15px;
    transform: scale(.5);
    filter: invert(.5);
}
#footer section#text-2 h3.widgettitle {
	border: none;
	padding-right: 47px;
}
#footer section#text-2 h3.widgettitle:after{
	display: none;
}
section#text-2 h3.widgettitle:before {
    content: 'K.A.P';
    position: absolute;
    font-size: 2.4em;
    right: 0px;
    top: 43px;
    font-family: emoji;
    color: #333232;
    filter: none;
}

div#footer {
    top: 50px;
    margin-bottom: 50px;
}
#socket .container {
    padding-top: 5px;
    padding-bottom: 5px;
}
.special-heading-inner-border {
    border-top-style: dotted;
}
.certificate {
    right: -1%;
}


#header_meta {
	display: none !important;
	}


@media only screen and (min-width: 768px) and (max-width: 989px) {
  /* Add your Desktop Styles here */
.logoLeftText.textLogo , div#intro-icons {
    display: none;
}
#header .container.av-logo-container:before, #header .container.av-logo-container:after{
	display: none;
}
.container.av-logo-container {
    box-shadow: none !important;
}
#intro-text .avia_textblock p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-top: -10px;
}
section#decorative-text h2 {
    font-size: 2em !important; 
}
.title h3 {
    font-size: 1.1em;
}
.avia-icon-list-right .iconlist_icon {
    margin-left: 0px;
}	
 body#top:not(.home) .pazel .isotope, .article-pazel {
    right: -2% !important;
} 
.article-pazel figcaption h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-title1:after {
    top: 25px;
    left: 33%;
}
.home-title1:before {
    right: 33%;
    top: 29px;
}
.home-title2:after {
    width: 60%;
    left: 20%;
}
.clippath-row {
    margin-top: -7%;
}
.product-slider h3.slide-entry-title {
    font-size: 13px !important;
    line-height: 22px !important;
}
#coworkers {
    margin-top: 0px !important;
	margin-bottom: -25px !important;
}
#coworkers .slide-entry {
    padding: 4px !important;
}
.textwidget p {
    font-size: 12px;
}
section#text-2 p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
#footer .widget:first-child {
    margin-bottom: 25px !important;
}
#footer section#text-2 {
    padding: 30px 12px !important;
}
section#text-2 h3.widgettitle:before {
    right: 10px;
}
div#footer {
    margin-bottom: 50px;
}
#footer .widget {
    margin-bottom: 0 !important;
}
#footer h3.widgettitle {
    padding-bottom: 5px !important; 
    font-size: .9em;
    line-height: 2em;
}
#footer h3.widgettitle:after {
    top: 38px;
}
#footer section#nav_menu-2 li a {
    font-size: 12px;
}
#footer section#text-2 h3.widgettitle {
    padding-right: 40px !important;
}
section#text-2 h3.widgettitle:before {
    transform: scale(.9);
}


	
}
@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 */

section#decorative-text h2 {
    font-size: 2em;
	line-height: 2em;
}
.home-title1 h3 {
    padding: 10px 20px !important;
}
div#header_main {
    height: 80px;
}
#header .container.av-logo-container:before {
    border-bottom: 40px solid #002f67;
}
#header .container.av-logo-container:after {
    border-bottom: 40px solid #002f67;
	z-index: 1;
}
#services .flex_column_table.av-equal-height-column-flextable {
    margin-top: 20px;
}
#top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
    padding: 6px 10px;
}
img.attachment-entry_without_sidebar.size-entry_without_sidebar.wp-post-image {
    right: auto;
    margin: 0 auto !important;
}	
div#mobile {
    position: absolute;
    left: 0;
    top: 24px;
}
div#header_meta {
    height: 49px;
}
span#top-text {
    line-height: 20px;
    text-align: right;
	font-weight: 500;
}
.logoLeftText.textLogo {
    display: none;
}
.seo-title h1 {
    font-size: 1em;
}
.seo-title p {
    font-size: 12px;
}

section#intro-text p {
    margin-top: -13px;
}
	
div#intro-row {
    background: none !important;
}
#intro-text {
	background-size: contain !important;	
}
.home-title1:after {
    width: 90%;
    left: 5%;
}
.home-title1 h3 {
    font-size: 1em;
}
.avia-image-container.avia-align-left {
    margin-right: 0px;
}
.home-title1:before {
    width: 30%;
    right: 35%;
}
.clippath-row {
     clip-path: none; 
     margin-top: 0px;
}
.title h3 {
    font-size: 1.1em;
}
.home-title2:after {
    width: 80%;
    left: 10%;
}
.product-slider article.slide-entry.flex_column {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.product-slider .slide-content h3 {
    font-size: 1em !important;
}
.clippath-row {
	margin-bottom: -5px;
}
#coworkers-row .content {
	padding-bottom: 0px !important;
}
#coworkers {
    right: 1%;
}
#coworkers .slide-entry {
    width: 48% !important;
    margin-right: 0 !important;
    float: right !important;
    clear: none !important;
	margin-bottom: 0 !important;
}
#coworkers .slide-entry:last-child {
	position: relative;
    right: 25%;
}
div#para-col {
    margin-right: 0px !important;
}
div#para-col h4 {
    font-size: 1.1em;
    line-height: 2em;
}
#services {
	background-image: none !important;
	background-color: #fffcf4c4 !important;
}
.pazel .isotope {
    right: -4%;
}
#top:not(.home) .pazel h3 {
    line-height: inherit !important;
    font-size: .9em !important;
}
.article-pazel {
    right: -4%;
}
.article-pazel figure:after {
    width: 30px;
    height: 30px;
    right: -2px;
    bottom: -2px;
    border-right: 1px solid #00818a;
    border-bottom: 1px solid #00818a;
}
.article-pazel figure:before {
    width: 30px;
    height: 30px;
    left: -2px;
    top: -2px;
    border-left: 1px solid #00818a;
    border-top: 1px solid #00818a;
}
.article-pazel figcaption h3 {
    font-size: .9em !important;
    line-height: 1.6em !important;
    font-weight: 500 !important;
}
div#footer {
     top: 0px; 
	 margin-bottom: 0px;
}
#footer section#text-2 {
    margin-top: 0px !important; 
}
#footer section#text-4 {
    padding-top: 10px !important;
}
#footer .widget {
    margin: 0px;
}
.certificate {
    right: -4%;
}
.home-title1:after {
    top: 31px;
 }
.home-title1:before {
    top: 36px;
 }
#category-row {
	background-image: none !important;
 }
div#bottom-img:before {
    left: -1px;
}
	.mobile .text-footer {
       float: left;
    width: 50%;
    text-align: left;
    background: #da0514;
    padding: 13px;
    font-size: 16px;
    color: #000;
}
.mobile .number-footer {
      text-align: left;
    font-size: 16px;
    color: #090909;
    width: 50%;
    float: right;
    padding: 13px;
    background: #c6c6c6;
}
	.mobile {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
}
	
.responsive .phone-info {
	text-align: left !important;
}

.phone-info {
	padding-top: 5px !important;
  	margin: 0 !important;
	}	
	
.phone-info {
    padding: 0px 0px ;
}

#header_meta {
	display: block !important;
	}
	
}