@font-face {
font-family: 'Cairo';
src: url(//yarmoku.com/wp-content/themes/yermok2023/fonts/Cairo-Bold.woff2) format('woff2'),
url(//yarmoku.com/wp-content/themes/yermok2023/fonts/Cairo-Bold.woff) format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Cairo';
src: url(//yarmoku.com/wp-content/themes/yermok2023/fonts/Cairo-Regular.woff2) format('woff2'),
url(//yarmoku.com/wp-content/themes/yermok2023/fonts/Cairo-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Cairo';
src: url(//yarmoku.com/wp-content/themes/yermok2023/fonts/Cairo-SemiBold.woff2) format('woff2'),
url(//yarmoku.com/wp-content/themes/yermok2023/fonts/Cairo-SemiBold.woff) format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}
* {
font-family: "Cairo", sans-serif;
text-decoration: none !important;
-webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-ms-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
-o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
}
.footer1_site .container{
width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Cairo", sans-serif;
}
html {
scroll-behavior: smooth;
}
:hover {
text-decoration: none;
}
body {
overflow-x: hidden;
box-sizing: border-box;
counter-reset: my-sec-counter;
overflow-x: hidden;
background-color: #fff;
}
:root {
--footer1bg:#1E1E1E;
--darkcolor:#1D1D1D;
--redcolor:#ED1C24;
}
ul {
padding: 0;
}
#acaart_pagination .current:hover, #acaart_pagination .inactive:hover{
background: #000;
}
a:focus{
outline: 0px !important;
}
::selection{
background-color: var(--redcolor);
color: #fff;
}
.header_menu .sub-menu{
opacity: 0;
position: absolute;
width: 273px !important;
transform: translateY(16px);
box-shadow: -1px 10px 30px -18px rgba(0,0,0,0.75);
-webkit-box-shadow: -1px 10px 30px -18px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 10px 30px -18px rgba(0,0,0,0.75);
pointer-events: none;
border-radius: 0px !important;
}
.header_menu li.menu-item-has-children a:after{
content:'\f107';
font-family: "Font Awesome 5 Free";
font-weight: 700;
font-size: 15px;
margin-right:  15px;
transition-duration: 0.5s;
transition-delay: 0.1s;
display: inline-block;
}
.header_menu li.menu-item-has-children li a:after{
display: none;
}
.header_menu li.menu-item-has-children a:hover:after{
transform:  rotate(180deg);
transition-duration: 0.5s;
transition-delay: 0.1s;
}
.header_menu li:hover .sub-menu{
opacity: 1;
z-index: 10000 !important;
width: 220px;
background: var(--foot1bg);
transform: translateY(0px);
border-bottom-right-radius: 30px;
pointer-events:  visible;
}
.header_menu li li:before{
height: 100% !important;
z-index: -1;
border-radius: 0 !important;
border-bottom-right-radius: 30px !important;
}
.header_menu li li:hover a{
padding-left: 5px !important;
font-size: 15px;
}
.header_menu li li:hover{
background-color: #0A1C32; 
}
.header_menu li.current-menu-item li a::before{
background-image: none !important;
background-color: transparent !important;
}
.header_menu li li{
padding: 10px;
padding-right: 10px;
padding-right: 10px;
border-bottom: 1px solid #2a3b7b;
width: 100%;
max-height: 50px !important;
display: block;
min-height: 31px !important;
line-height: 31px !important;
margin-right: 0;
padding-right: 9px;
text-align: right;
background-color: var(--darkcolor);
margin-left: 0;
}
.header_menu li li:last-child{
border-bottom: 0px;
}
.header_menu li li a{
color: #fff !important;
font-size: 1.4rem;
text-shadow: 0px 0px 0px transparent;
width: 250px;
display: block;
white-space: nowrap;
overflow: hidden;
line-height: 15px !important;
text-overflow: ellipsis;
} 
header div.header_menu li li a:before{
background-image: none !important;
background-color: transparent !important;
}
.header_menu li.current-menu-item {
color: #EFF316 !important;
font-weight: bold;
background-color: transparent;
padding-right: 0px;
padding-left: 0px;
border-radius: 7px;
}
.header_menu li.current-menu-item a{
color: var(--redcolor);
}
.header_menu li{
position: relative;
}
.header_menu li:before{
content:'';
position: absolute;
background-color: #F8F8F8;
height: 0%;
width: -moz-available;
transition: all .5s ease-in-out;
opacity: 0;
transform-origin: center;
border-radius: 0px;
}
.header_menu li:hover:before{
opacity: 1;
height: 100%;
}
.header_menu li {
display: inline-block;
position: relative;
min-height: 106px;
line-height: 106px;
}
.header_menu li a {
color: #182454;
font-size: 1.9rem;
font-weight: 600;
padding-right: 18px;
padding-left: 18px;
padding-top: 7px;
padding-bottom: 7px;
}
.header_menu li.current-menu-item:hover:before{
background-color: var(--redcolor) !important;
right: 0;
}
.header_menu li.current-menu-item:before{
display: none;
right: 0;
}
.header_menu li li:before {
display: none;
}
.topmenu ul{
margin-top: 20px;
}
.header_menu ul{
margin-bottom: 0;
margin-top: 0;
text-align: right;
}
#acaart_pagination{
text-align: center;
margin-top: 29px;
margin-bottom: 0;
}
#acaart_pagination span{
background-color: var(--darkcolor);
color: #fff;
width: 40px;
display: inline-block;
height: 40px;
border-radius: 0px;
text-align: center;
line-height: 40px;
margin-right: 10px;
font-size:15px;
font-weight:bold;
border-radius: 5px;
}
#acaart_pagination .inactive{
font-size:15px;
font-weight:bold;
background-color: var(--redcolor);
color: #fff;
margin-right: 10px;
width: 40px;
display: inline-block;
height: 40px;
border-radius: 0px;
text-align: center;
line-height: 40px;
border-radius: 5px;
}
.contactforma input{
margin-bottom: 3px !important;
height: 61px !important;
border: 0 !important;
width: 90%;
box-shadow: 0px 0px 0px !important;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07) !important;
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07) !important;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09) !important;
border-radius: 0px !important;
background-color: #fff;
padding-right: 14px !important;
font-size: 17px !important;
color: #AFAFAF !important;
border-radius: 10px !important;
}
.contactforma input:focus{
outline: none;
}
.contactforma label.vfb-error {
color: red;
font-weight: bold;
font-size: 15px;
margin-top: 10px;
}
.contactforma {
margin-bottom: 50px;
}
.contactforma h3{
display: none;
}
.contactforma .vfb-section-1 li:first-child, .contactforma .vfb-section-1 li:nth-child(2){
display: inline-block;
width: 49%;
margin-bottom: 20px;
}
.contactforma .vfb-item-submit input{
margin-top: 0;
background-color: var(--redcolor) !important;
color: #fff !important;
border: 0px !important;
padding-left: 0 !important;
max-width: 150px;
text-align: center;
box-shadow: 0 0 0 transparent !important;
float: left;
border-radius: 10px !important;
padding-right: 0 !important;
font-weight: bold;
font-size: 22px !important;
}
.vfb-section-2 li:first-child{
display: none;
}
input.vfb-error {
background-color: #eee !important;
}
.contactforma input.vfb-text,
.contactforma input[type="text"].vfb-text,
.contactforma input[type="tel"].vfb-text,
.contactforma input[type="email"].vfb-text,
.contactforma input[type="url"].vfb-text,
.contactforma textarea.vfb-textarea {
background-color: #fff;
color: #333 !important;
}
.thxpage a{
font-size: 16px !important;
color: green !important;
font-weight: 600 !important;
}
.contactforma textarea{
width: 100%;
border: 0 !important;
box-shadow: 0px 0px 0px !important;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07) !important;
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07) !important;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.07) !important;
border-radius:0px !important;
height:118px !important;
padding: 15px !important;
background-color: #fff !important;
font-size: 14px !important;
font-weight: bold;
color: #AFAFAF !important;
margin-bottom: 0 !important;
border-radius: 10px !important;
}
.contactforma label {
display: none;
margin-bottom: 19px !important;
font-size: 15px;
margin-top: 20px;
font-weight: normal !important;
}
.nolable label{
display: none !important;
}
.contactforma .vfb-legend h3{
font-size: 16px !important;
border: 1px solid #f1f1f1;
padding: 15px;
background-color: #fff;
margin-top: 0;
margin-bottom: 30px;
border-right: 3px solid var(--colorblue) !important;
border-bottom: 4px solid #f1f1f1;
} .sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
background-color: var(--darkcolor);
overflow-x: hidden;
padding-top: 60px;
transition: 0.5s;
}
.sidenav a:hover {
color: var(--redcolor) !important;
} .sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
} .sidenav a:hover {
color: #f1f1f1;
} .sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
background-color: var(--redcolor) !important;
margin-left: 50px;
} #main {
transition: margin-left .5s;
padding: 20px;
} @media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
} 
.mobileicon{
display:none;
}
.rightformcontent .vfb-item-secret{
display: none !important;
}
.mobileicon{
width: 13%;
float: left !important;
margin-top: 36px;
text-align: left !important;
direction: ltr;
}
.mobileicon span{
background-color: #333;
width: 30px;
height: 4px;
text-align: right !important;
display: block;
margin-bottom: 7px;
}
.mobileicon span:nth-child(2){
max-width: 23px;
}
.mobileicon a {
display: block;
cursor: pointer;
}
.sidenav {
display: block;
}
#mySidenav li{
border-bottom: 1px solid #293979;
line-height: 37px;
}
.sidenav a{
font-size: 17px !important;
color: #fff !important;
padding-right: 18px;
}
.sidenav a:hover{
color: #fff !important;
}
.closebtn{
background: var(--darkyellow) !important;
text-align: center;
padding: 0px !important;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 0px;
margin-top: 20px !important;
}
a.closebtn:hover{
color: #fff !important;
}
.sidenav li.menu-item-has-children .sub-menu{
display: none;
background-color: #0E173B;
}
.sidenav li.menu-item-has-children a{
position: relative;
}
.sidenav li.menu-item-has-children a:after {
content: '';
display: block;
background-color: #fff;
width: 10px;
height: 10px;
position: absolute;
right: 30px;
top: 20%;
margin-top: 10px;
z-index: 100;
}
.sidenav li.menu-item-has-children a::after {
content: '';
display: block;
background-color: #fff;
width: 10px;
height: 6px;
position: absolute;
left: 23px;
top: 24%;
margin-top: 10px;
z-index: 100;
clip-path: polygon(51% 100%, 0 0, 100% 0);
right: auto;
}
.sidenav li.menu-item-has-children li a::after {
width: 0px;
height: 0px;
clip-path: none;
}
.sidenav li.menu-item-has-children a.active {
background-color: #000;
}
img{
max-width: 100%;
}
.mobicon{
display: none;
}
.header_menu li.menu-item-has-children ul li.current-menu-item a{
color: #fff !important;
padding: 0;
}
.header_menu li.menu-item-has-children ul li.current-menu-item{
border-radius: 0;
background-color: #000;
padding-right: 19px;
}
.header_menu li a:hover{
color: #fff;
padding-top: 7px;
padding-bottom: 7px;
border-radius: 0px;
}
.header_menu li.current-menu-item li a{
padding: 0 !important;
background-color: transparent !important;
color: #fff !important;
font-size: 17px !important;
}
.header_menu li a{
position: relative;
font-weight: bold;
}
.header_menu li a:before{
content:'';
width: 0;
height: 100%;
display: block;
position: absolute;
right: 0;
left: 0;
top: 0;
transform: skew(-15deg);
z-index: -1;
transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.header_menu li:hover a:before, .header_menu li.current-menu-item a:before{
background-image: var(--redcolor) !important;
width: 100%;
}
.header_menu li.current-menu-item li a{
padding: 0 !important;
background-color: transparent !important;
color: #fff !important;
font-size: 17px !important;
}
.header_menu li:hover a{
color: #fff;
}
h2.title-bkp{
color: orange;
}
.content-bkp h2{
color: #fff;
}
.searchform{
margin-top: 40px;
}
.searchform input{
border: 0px;
padding: 10px;
border-radius: 0px;
}
.searchform input:focus{
border: 0px;
outline: none;
}
.shrink {
position: fixed !important;
width: 100% !important;
z-index: 110 !important;
top: 0;
box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.1);
background-color: #fff !important;
}
.clear{
clear: both;
}
.loader {
position: fixed;
background-color: #fff;
width: 100%;
height: 100%;
display: block;
z-index: 1000;
text-align: center;
line-height: 100vh;
top: 0;
}
.loader img {
}
.totopa {
display: none;
}
.totopa2:hover{
background-color: gray;
}
.totopa2:hover i{
color: #fff;
}
.totopa2 {
display: block;
position: fixed;
right: 20px;
background-color: var(--redcolor);
width: 45px;
border-top-right-radius: 25px;
border-bottom-left-radius: 25px;
height: 45px;
z-index: 100;
border-radius: 0px;
border: 0px solid #fff;
bottom: 25px;
text-align: center;
line-height: 45px;
overflow: hidden;
box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
}
.totopa2 i {
color: #fff;
font-size: 19px;
position: absolute;
bottom: 0;
right: 0;
left: 0px;
}
.totopa2 i.upclass {
bottom:  12px;
}
.totopa2 i.bottomclass {
bottom:  -124px;
}
.totopa2:hover i.upclass {
bottom:  50px;
}
.totopa2:hover i.bottomclass {
bottom:  10px;
}
.loader {
position: fixed;
background-color: #fff;
width: 100%;
height: 100%;
display: block;
z-index: 1000;
text-align: center;
line-height: 100vh;
top: 0;
}
.all_page{
overflow-x: hidden;
}
#searchform2{
display: flex !important;
flex-direction: row-reverse;
margin-top: 13px;
}
#searchform2 input{
border: 0px;
border-right: 1px solid #f1f1f1;
padding-right: 15px;
}
#searchform2 button{
border: 0px;
background-color: var(--darkyellow);
font-size: 17px;
width: 45px;
height: 45px;
border-radius: 0px;
}
#searchform2 button:hover{
border: 0px;
background-color: var(--bgblackblue);
color: #fff;
font-size: 17px;
width: 45px;
height: 45px;
border-radius: 0px;
}
#searchform2 input:focus{
outline: 0;
}
.header_menu li li:hover a{
color: #E5EDFF;
padding-right: 5px;
}
.header_menu li:hover a{
color: #000;
}
label.vfb-error{
display: none !important;
}
.regionfull2{
text-align: center;
}
header.shrink{
margin-top: 0 !important;
}
.vfb-item-secret{
display: none !important;
} .fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
} 
.singlepost{
margin-top: 40px;
margin-bottom: 50px;
}
.postcontent  p{
line-height: 40px;
font-size: 17px;
}
.postimage img{
width: 100%;
max-height: 300px;
border-radius: 9px;
min-height: 300px;
}
.phoneemail{
background-color: var(--redcolor);
box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
-moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
padding: 20px;
padding-top: 10px;
margin-top: 51px;
direction: ltr;
}
.phoneemail h4{
display: block;
max-width: 86%;
text-align: center;
margin: 20px auto 41px;
line-height: 34px;
color: #fff;
font-size: 16px;
font-weight: bold;
}
.phoneemail h4 span{
line-height: 30px;
color: #fff;
font-size: 15px; 
}
.phoneemail li{
display: inline-block;
text-align: right !important;
width: 96%;
margin-left: 10px;
box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
background-color: #fff;
margin-bottom: 20px;
line-height: 48px;
border-radius: 0px;
-webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
-moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
}
.phoneemail li:first-child, .phoneemail li:nth-child(2){
width: 96% !important;
}
.phoneemail li span{
background-color: var(--darkcolor);
width: 49px;
text-align: center;
border-radius: 0px;
margin-left: 20px;
height: 49px;
display: inline-block;
}
.phoneemail li span i{
color: #fff;
font-size: 23px;
vertical-align: middle;
}
.phoneemail li:first-child span i, .phoneemail li:nth-child(2) span i{
color: #fff;
font-size: 26px;
vertical-align: middle;
}
.phoneemail li a{
color: #333;
font-size: 16px;
}
.contactforma h1 {
font-size: 18px;
text-align: center;
margin-top: 50px !important;
display: block;
color: #fff !important;
margin-bottom: 42px;
background-color: var(--darkcolor);
padding: 15px;
}
.site_mapo iframe {
border: 0;
width: 100%;
height: 300px;
}
.bottomsocial ul{
display: flex;
justify-content: left;
margin-top: 7px;
gap: 5px;
flex-direction:row-reverse;
margin-bottom: 0;
}
.bottomsocial li{
list-style-type: none;
width: 35px;
height: 35px;
background-color: #000;
text-align: center;
line-height: 40px;
border-radius: 5px;
}
.bottomsocial li i{
color: #fff;
font-size: 22px;
}
.bottomsocial li:first-child{
background-color: #2243E6;
}
.bottomsocial li:nth-child(2){
background-color: #22B6E6;
}
.bottomsocial li:nth-child(3){
background-color: #DB4E28;
}
.bottomsocial li:nth-child(4){
background-color: #1A21AC;
}
.bottomsocial li:nth-child(5) {
background-color: #333;
}
.bottomsocial li:nth-child(6) {
background-color: #C11A1E;
}
header{
min-height: 107px;
}
.logo_site{
line-height: 107px;
text-align: center;
}
.hed_lang{
text-align: center;
width: 43px;
height: 43px;
background-color: #f1f1f1;
line-height: 43px;
border-radius: 5px;
margin: 33px auto 0;
}
.hed_lang a{
color: #000;
font-weight: bold;
font-size: 1.7rem;
}
.site_slider{
direction: ltr;
background-image: url(//yarmoku.com/wp-content/themes/yermok2023/images/1_06.jpg);
padding-top: 100px;
padding-bottom: 130px;
background-size: cover;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
position: relative;
}
.site_slider .owl-nav{
position: absolute;
right: 6%;
bottom: 0%;
}
.site_slider button{
background-color: var(--redcolor) !important;
width: 64px;
height: 64px;
border-radius: 5px !important;
z-index: 111111 !important;
}
.site_slider button i{
color: #fff;
font-size: 19px;
}
.sliderrightext{
text-align: right;
}
.stbig{
color: #fff;
font-weight: bold;
font-size: 2.8rem;
display: block;
margin-bottom: 30px;
}
.sliderrightext{
position: relative;
display: block;
}
.sliderrightext p{
color: #fff;
font-size: 1.6rem;
line-height: 40px;
display: block;
text-align: justify;
direction: rtl;
overflow: hidden;
}
.slidermore{
background-color: #fff;
width: 160px;
display: block;
text-align: center;
line-height: 62px;
border-radius: 5px;
color: var(--darkcolor);
font-size: 1.8rem;
font-weight: bold;
margin-top: 40px;
}
.leftsliderimg img{
max-width: 535px;
height: 336px;
}
#aboutus_site{
padding-top: 50px;
padding-bottom: 20px;
}
.rightabouttext h1{
font-weight: bold;
font-size: 3.2rem;
margin-top: 0;
margin-bottom: 46px;
}
.rightabouttext p{
line-height: 40px;
font-size: 1.6rem;
text-align: justify;
border-right: 24px solid #F7F7F7;
padding-right: 20px;
}
.rightabouttext{
position: relative;
max-width: 96%;
}
.aobutbore{
background-color: var(--redcolor);
color: #fff;
display: block;
width: 159px;
line-height: 60px;
text-align: center;
border-radius: 5px;
font-weight: bold;
font-size: 1.9rem;
margin-top: 30px;
position: absolute;
left: 0;
}
.letaboutimg{
width: 399px;
height:402px;
border-radius: 25px;
margin: 0 auto 0 0;
position: relative;
}
.letaboutimg img{
width: 100%;
height: 100%;
border-radius: 25px;
}
.letaboutimg:before{
content:'';
width: 41px;
height: 75px;
background-color: var(--redcolor);
display: block;
position: absolute;
clip-path: polygon(100% 0, 0 50%, 100% 100%);
right: -41px;
top: 40%;
}
.producttitle {
text-align: center;
}
.producttitle h2{
font-weight: bold;
font-size: 2.7rem;
}
.producttitle h4{
font-size: 1.6rem;
line-height: 35px;
display: block;
max-width: 70%;
margin: 20px auto;
}
#product_site{
background-color: #f7f7f7;
clip-path: polygon(0 9%, 100% 0, 100% 100%, 0% 100%);
padding-top: 96px;
padding-bottom: 70px;
}
.productcontent{
padding-top: 40px;
}
.productblocksmall{
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08); 
padding: 10px;
border-radius: 5px;
margin-top: 20px;
background-color: #fff;
}
.productblocksmall img{
border-radius: 5px;
width: 233px;
height: 170px;
}
.productblocksmall a{
display: block;
text-align: center;
margin-top: 15px;
margin-bottom: 35px;
font-weight: 500;
font-size: 1.9rem;
color: var(--darkcolor);
}
.productmore{
display: block;
margin: -19px auto 30px;;
text-align: center;
background-color: var(--redcolor);
color: #fff;
width: 131px;
line-height: 46px;
border-radius: 5px;
font-size: 1.8rem;
font-weight: bold;
}
.productphoto{
overflow: hidden;
}
#partner_site{
padding-top: 40px;
}
#partner_site .productcontent{
direction: ltr;
padding-bottom: 21px;
}
#partner_site .productcontent .owl-item{
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08); 
margin-top: 10px;
height: 149px;
line-height: 149px !important;
position: relative;
margin-bottom: 20px;
}
#partner_site .productcontent .owl-item img{
width: 135px;
height: 99px;
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
}
#partner_site button{
background-color: var(--redcolor);
width: 64px;
height: 64px;
border-radius: 5px;
}
#partner_site button i{
color: #fff;
font-size: 2.2rem;
}
.morepartner{
display: block;
border: 1px solid var(--redcolor);
text-align: center;
width: 203px;
height: 64px;
border-radius: 5px;
line-height: 64px;
font-size: 2rem;
font-weight: bold;
margin: -15px auto 50px;
color: var(--darkcolor);
}
#partner_site button.owl-prev{
position: absolute;
right: 59%;
}
#partner_site button.owl-next{
position: absolute;
left:  59%;
}
#partner_site .owl-nav{
margin-top: 30px;
}
.footer1_site{
background-color: var(--footer1bg);
padding-top: 40px;
padding-bottom: 25px;
}
.footblcokbottom li:nth-child(7){
border: 0;
}
.footerabout{
margin-top: -55px;
}
.footerabout h3{
background-color:  var(--redcolor);
text-align: center;
padding: 15px;
width: 185px;
margin-bottom: 40px;
position: relative;
display: block;
}
.footerabout h3:before{
content: '';
width: 25px;
height: 25px;
background-color: #0C1433;
display: block;
position: absolute;
right: -25px;
top: 0;
clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.footerabout h3:after{
content: '';
width: 95px;
height: 1px;
display: block;
position: absolute;
margin: 0 auto;
right: 0px;
top: 1px;
left: 0;
background: rgb(249,249,249);
background: linear-gradient(90deg, rgba(249,249,249,0) 0%, rgba(252,252,252,1) 50%, rgba(255,255,255,0) 100%);
}
.footerabout h3{
color: #fff;
margin: 0;
font-size: 2.3rem;
font-weight: bold;
}
.footerabout h5{
margin-top: 40px;
color: #fff;
font-size: 1.5rem;
line-height: 40px;
}
.footblocktite span{
color: #fff;
font-size:2.6rem;
font-weight:bold;
margin-bottom: 20px;
display: block;
}
.footblcokbottom li{
line-height: 45px;
list-style-type: none;
border-bottom: 1px solid #353535;
}
.footblcokbottom li:last-child{
border: 0px;
}
.footblcokbottom li a{
color: #fff;
font-size: 1.6rem;
}
.footblcokbottom li:before{
content: "\f053";
color: #fff;
font-size: 12px;
margin-left: 10px;
vertical-align: middle;
font-family: "Font Awesome 6 Free";
font-weight: 900
}
.footblcokbottom ul{
display: flex;
flex-wrap: wrap;
}
.footblcokbottom li{
width: 45%;
margin-left: 10px;
}
.footblcokbottom2 li a{
color: #fff;
font-size: 1.8rem;
}
.footblcokbottom2 li{
list-style-type: none;
line-height: 58px;
}
.footblcokbottom2 li i{
font-size: 22px;
margin-left: 10px;
}
.footblcokbottom2 ul{
margin-top: 25px;
}
.fabmore{
display: block;
text-align: right;
color: #fff;
font-weight: bold;
}
.fabmore:after{
content: "\f053 \f053";
color: red;
font-size: 12px;
margin-right: 10px;
vertical-align: middle;
font-family: "Font Awesome 6 Free";
font-weight: 900 
}
.footer2_site{
background-color: #111;
padding-top: 16px;
padding-bottom: 16px;
}
.righthq h6{
margin: 0;
line-height: 40px;
color: #fff;
font-size: 1.5rem
}
#header_site{
position: relative;
}
#header_site .container{
width: 100%;
padding-left: 0;
padding-right: 20px;
max-width: 1450px;
}
#header_site .col-md-9{
border-bottom: 14px solid var(--redcolor);
min-height: 107px;
}
#header_site:before{
content: '';
background-color: var(--redcolor);
display: block;
position: absolute;
width: 100px;
height: 122px;
right: -70px;
}
.slider_th2 h2{
margin: 0;
line-height: 90px;
color: #fff;
}
.slider_th2{
text-align: center;
background-color: var(--footer1bg);
line-height: 50px;
}
.sharepst{
margin-top: 50px !important;
}
.sharepst li:last-child{
background-color: transparent !important;
}
.header_menu li.current_page_item{
background-color: var(--redcolor) !important;
border-radius: 0 !important;
clip-path: polygon(11% 0, 100% 0, 100% 100%, 11% 100%, 0 50%);
}
.header_menu li.current_page_item a{
color: #fff !important;
}
#header_site .col-md-10, #header_site .col-md-9{
padding-right: 0;
}
.site_slider .owl-item.active span.stbig {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInUp;
animation-delay: 0.3s;
}
.site_slider .owl-item.active p {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInUp;
animation-delay: 0.6s;
}
.site_slider .owl-item.active a.slidermore {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInUp;
animation-delay: 0.9s;
}
.site_slider .owl-item.active img{
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeIn;
animation-delay: 1s;
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
} 
.slidermore:hover{
color: #fff;
}
.slidermore:hover:before{
width: 100%;
}
.slidermore{
position: relative;
overflow: hidden;
}
.slidermore:before{
content:'';
background-color: var(--footer1bg);
width: 0%;
height: 100%;
display: block;
position: absolute;
z-index: -1;
transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.aobutbore:hover{
color: #fff;
}
.aobutbore:hover:before{
width: 100%;
}
.aobutbore{
z-index: 1;
}
.aobutbore:before{
content:'';
background-color: var(--footer1bg);
width: 0%;
height: 100%;
display: block;
position: absolute;
z-index: -1;
transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.productmore:hover{
color: #fff;
}
.productmore:hover:before{
width: 100%;
}
.productmore{
position: relative;
overflow: hidden;
z-index: 1;
}
.productmore:before{
content:'';
background-color: var(--footer1bg);
width: 0%;
height: 100%;
display: block;
position: absolute;
z-index: -1;
transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.productphoto{
background-color: #000;
}
.productblockall:hover .productphoto img{
opacity: 0.6;
transform: rotate(5deg) scale(1.1);
}
.site_slider button:hover, #partner_site button:hover{
background-color: #58585A !important;
}
.footblcokbottom li:hover{
padding-right: 5px;
opacity: 0.8
}
.footblcokbottom li:hover, .footblcokbottom2 li:hover{
padding-right: 5px;
opacity: 0.8
}
.page_content .productcontent{
padding-top: 0;
}
.letaboutimg{
background-color: #000;
}
.letaboutimg:hover img{
opacity: 0.8;
}
#partner_site .owl-item{
overflow: hidden;
}
#partner_site .owl-item:hover .img1{
top: -90px;
}
#partner_site .owl-item .img2{
top: 200% !important;
}
#partner_site .owl-item:hover .img2{
top: 50% !important;
left: 50% !important;
transform: translate(-50%,-50%) !important;
}
@media (min-width: 992px) and (max-width: 1150px){
.header_menu li:first-child{
display: none !important;
}
.header_menu li a {
padding-right: 10px;
padding-left: 10px;
}
.leftsliderimg img {
max-width: 100%;
height: 100%;
margin-top: 41px;
}
.rightabouttext p {
line-height: 40px;
font-size: 1.6rem;
text-align: justify;
border-right: 14px solid #F7F7F7;
padding-right: 20px;
padding-left: 20px;
}
.rightabouttext h1 {
margin-bottom: 28px;
}
.rightabouttext p {
line-height: 36px;
}
.aobutbore {
margin-top: 11px;
}
#partner_site button.owl-next {
left: 61%;
}
#partner_site button.owl-prev {
right: 61%;
}
}
@media (min-width: 320px) and (max-width: 992px){
#header_site::before{
display: none !important;
}
.header_menu{
display: none;
}
#header_site .container{
padding-right: 0 !important;
}
.logo_site{
text-align: right !important;
}
#header_site .container{
display: flex;
}
#header_site .col-md-9{
border: 0 !important;
}
.mobicon {
display: block;
}
#header_site .col-md-3{
display: flex;
width: 100%;
}
#header_site .col-md-3 .logo_site{
width: 80%;
}
#header_site .col-md-3 .mobicon{
width: 20%;
text-align: center;
position: relative
}
#header_site .col-md-3 .mobicon i{
position: absolute;
transform: translate(-50%,-50%);
top: 50%;
font-size: 25px;
cursor: pointer;
}
.site_slider {
direction: ltr;
background-image: none;
padding-top: 40px;
padding-bottom: 28px;
background-size: cover;
clip-path: none;
position: relative;
text-align: center !important;
background-color: #1E1E1E;
}
.slidermore {
margin: 40px auto;
}
.leftsliderimg img {
max-width: 100%;
height: auto;
}
.site_slider .owl-nav {
position: absolute;
right: 6%;
bottom: 0%;
display: none;
}
.rightabouttext p {
line-height: 40px;
font-size: 1.6rem;
text-align: justify;
border-right: 0px solid #F7F7F7;
padding-right: 0;
}
.rightabouttext h1 {
margin-bottom: 24px;
}
.rightabouttext {
max-width: 100%;
}
.aobutbore {
position: relative;
margin: 32px auto;
}
.letaboutimg {
width: auto;
height: auto;
}
#product_site {
clip-path: none;
padding-top: 25px;
padding-bottom: 28px;
margin-top: 27px;
}
.producttitle h4 {
max-width: 86%;
margin: 20px auto 0;
}
.productcontent {
padding-top: 16px;
}
#partner_site button.owl-prev {
position: relative;
right: 0;
}
#partner_site button.owl-next {
position: relative;
left: 0;
}
.footerabout h5 {
text-align: justify;
}
.fabmore {
margin-bottom: 43px;
}
.footblcokbottom li {
width: 100%;
margin-left: 0px;
text-align: center;
}
.footblcokbottom li::before {
display: none;
}
.footblcokbottom li:nth-child(7) {
border-bottom: 1px solid #353535 !important;
}
.footblok{
text-align: center;
}
.footblocktite span{
border: 1px solid #353535;
padding: 10px;
}
.bottomsocial ul {
justify-content: center;
}
.righthq h6 {
text-align: center;
}
#mySidenav li {
border-bottom: 1px solid #3A3A3A;
}
.slidermore::before {
background-color: #000;
}
.leftsliderimg img {
max-width: 350px;
height: auto;
margin: 0 auto;
}
.productblocksmall img {
width: 100%;
}
.rightabouttext p {
padding-left: 0;
}
.postcontent p {
text-align: justify;
}
.contactforma .vfb-section-1 li:first-child, .contactforma .vfb-section-1 li:nth-child(2) {
display: inline-block;
width: 100%;
margin-bottom: 20px;
}
.phoneemail h4 {
max-width: 100%;
}
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//yarmoku.com/wp-content/themes/yermok2023/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; }