@charset "utf-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@media only screen and (min-width: 250px) and (max-width: 999px) {
body img.mfp-img{
max-width: 100% !important;	
}
.star-wrapper a::after{
font-size: 12px !important;
}
#review_div{
padding: 30px !important;
}
.star-wrapper a {
font-size: 2.2em !important;
}
body:not(.home) .et_pb_section_0.et_pb_section{
margin: 0 !important;
}
#rev_btn{
display: none !important;
} footer.et-l--footer{
padding-bottom: 40px;
}
#mob_foot_btn{
background: #000000;
position: fixed;
bottom: 0;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#mob_foot_btn a{
color: #fff;
flex: 0 0 50%;
font-size: 12px;
padding: 20px 10px;
text-align: center;
letter-spacing: 1px;
font-family: poppins;
font-weight: 700;
line-height: 16.8px;
position: relative;
}
#mob_foot_btn a:hover{
background:#3a90a2;
}
#mob_foot_btn a:first-child{
border-right: 1px solid #ccc;
}
#mob_foot_btn a:first-child::before{
content: "\f073";
font-family: fontawesome;
margin-right: 10px;
position: absolute;
left: 20px;
}
#mob_foot_btn a:last-child::before{
content: "\f879";
font-family: fontawesome;
margin-right: 10px;
position: absolute;
left: 20px;
}  #mob_h{
margin: 10px;
}
#mob_logo{
width: 80%;
float: left;
z-index: 999;
}
#mob_menu_btn_top{
width: 20%;
float: right;
text-align: right;
}
#mob_menutop{
clear: both;
}
#mobnav {
background: #fff;
width: 100vw;
height: 100vh;
position: fixed;
right: 0;
transition-timing-function: cubic-bezier(10,2,3,1);
transform: translateX(50rem);
top: 0;
z-index: 0;
transition: 1s;
}
#lhmobmenu {
display: none;
}
#lhmobmenu:checked ~ #mobnav {
transform: translateX(0rem);
}
#burgerbtn {
position: absolute;
cursor: pointer;
width: 2rem;
height: 1.5rem;
right: 1rem;
top: 10px;
display: flex;
justify-content: space-between;
flex-direction: column;
}
#burgerbtn > div {
height: 2px;
background-color: #000;
transition: 0.5s;
z-index: 999;
}
#lhmobmenu:checked ~ #burgerbtn{
height: 2rem;
}
#lhmobmenu:checked ~ #burgerbtn > div {
background-color: #000;
}
#lhmobmenu:checked ~ #burgerbtn > div:nth-child(1) {
transform: translateY(15px) rotate(45deg);
}
#lhmobmenu:checked ~ #burgerbtn > div:nth-child(2) {
opacity: 0;
}
#lhmobmenu:checked ~ #burgerbtn > div:nth-child(3) {
transform: translateY(-15px) rotate(-45deg);
}
#mobnav{
padding: 5vh 0;
margin-top: 15vh;
overflow-y: scroll;
height: 85vh;
}
#mobnav ul{
list-style: none;
text-align: center;
padding:0;
margin:0;
}
#mobnav ul li{
margin-bottom: 8px;
}
#mobnav ul li a{
color: #000;
font-size:1.3rem;
text-transform: uppercase;
line-height: 1.7;
}
#mobnav ul li a:hover{
font-style: italic;
font-weight: normal;
}
#mobnav .menu-item-has-children:hover .sub-menu{
height: 250px; }
#mobnav .sub-menu{
height:0;
transition: height 0.5s ease-in;
overflow: hidden;
}
#mobnav .sub-menu li{
margin: 15px 0;
}
#mobnav .sub-menu li a{
font-size: 1rem;
}
#mobnav #menu-main-menu-1{
transition: all 2.5s ease-in-out;
}
#mobnav.closed #menu-main-menu-1{
opacity:0; 
margin-top: 20vh;
visibility: hidden;
}
#mobnav.opened #menu-main-menu-1{
opacity: 1; 
margin:0;
visibility: visible;
}
#mobnav hr {
max-width: 20%;
color: #ccc;
margin: 3vh auto;
}
.mobmenu_extra {
display: block;
width: 100%;
text-align: center;
color: #343839;
margin-bottom: 3vh;
}
.mobmenu_extra:hover{
color:#3e93a2 !important;
}
.mobmenu_extra i {
display: block;
font-size: 26px;
font-weight: normal;
font-family: fontawesome;
}
.mobmenu_extra strong {
display: block;
font-size: 13px;
text-transform: uppercase;
}
.mobmenu_extra span {
font-size: 12px;
display: block;
}
.menu-item-117, .menu-item-118{
display: none;
} }
@media only screen and (device-width: 768px) { }
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) { }
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) { } @media (min-width: 1025px) and (max-width: 1199px) {
} @media (min-width: 1200px) { 
}
 .aic{
align-items: center;
}
.grecaptcha-badge{
display: none !important;
} form{
display: block;
}
.wpcf7-text{
padding: 10px;
margin: 6px 0;
width: 100%;
}
.wpcf7-text::placeholder{
color:#757575;
opacity: 1;
}
.wpcf7-textarea{
padding: 10px;
margin: 6px 0;
width: 100%;
height: 100px;
}
.wpcf7-textarea::placeholder{
color:#757575;
opacity: 1;
}
.wpcf7-submit{
width: 100%;
background: #22b339;
cursor: pointer;
font-size: 18px;
padding: 10px;
border: 0;
color: #fff;
text-transform: uppercase;
}  #rev_btn{
position: fixed;
bottom: 75px;
left: 0;
z-index:99;
}
#rev_btn a{
background: #000;
color: #fff !important;
padding: 7px 22px;
border-radius: 2px;
font-size: 17px;
text-decoration: none;
}
#rev_btn a:hover{
opacity: 0.8;
}
.page-id-21 #rev_btn{
display: none;
}
.page-id-21 .container{
padding:0 !important;
}
.page-id-21, .page-id-21 #page-container, .page-id-21 #main-content{
background: #f0f0f0;
}
.page-id-21 h1.main_title{
display: none;
}
#review_div_wrap{
max-width: 500px;
margin: 100px auto;
}
#lh_logo_rev img{
display: block;
max-width: 250px;
margin: auto;
}
#review_div{
background: #fff;
margin: 50px 0;
padding: 50px;
text-align: center;
box-shadow: 0px 4px 10px 2px #5a5858;
border-radius: 10px;
}
#review_div h3{
font-size: 30px !important;
padding: 0 0 20px 0 !important;
margin: 0 !important;
}
#review_div h4{
font-size: 20px !important;
padding: 0 0 10px 0 !important;
margin: 0 !important;
}
.star-wrapper { direction: rtl;
}
.star-wrapper a {
font-size: 3em;
color: #ccc;
text-decoration: none !important;
transition: all 0.5s;
margin: 4px;
position: relative;
}
.star-wrapper a:hover, .star-wrapper a:focus {
color: gold !important;
transform: scale(1.2);
}
.s1:hover ~ a {
color: gold;
}
.s2:hover ~ a {
color: gold;
}
.s3:hover ~ a {
color: gold;
}
.s4:hover ~ a {
color: gold;
}
.s5:hover ~ a {
color: gold;
}
.s1::after{
content: "5";
position: absolute;
font-size: 15px;
top: 35%;
left: 41%;
color:#000;
}
.s2::after{
content: "4";
position: absolute;
font-size: 15px;
top: 35%;
left: 39%;
color:#000;
}
.s3::after{
content: "3";
position: absolute;
font-size: 15px;
top: 35%;
left: 41%;
color:#000;
}
.s4::after{
content: "2";
position: absolute;
font-size: 15px;
top: 35%;
left: 41%;
color:#000;
}
.s5::after{
content: "1";
position: absolute;
font-size: 15px;
top: 35%;
left: 43%;
color:#000;
}
#rev_feedback{}
#rev_feedback h4{
padding: 0;
text-align: center;
font-size: 25px;
}
#rev_feedback p{
text-align: center;
font-size: 15px;
margin: 10px;
}
#rev_feedback form{
display: block;
}
#rev_feedback .wpcf7-text{
padding: 10px;
margin: 6px 0;
width: 100%;
}
#rev_feedback .wpcf7-textarea{
padding: 10px;
margin: 6px 0;
width: 100%;
height: 100px;
}
#rev_feedback .wpcf7-submit{
width: 100%;
background: #3a90a2;
cursor: pointer;
font-size: 18px;
padding: 10px;
border: 0;
color: #fff;
text-transform: uppercase;
} .testimonials1-img img{
max-width: 250px !important;
text-align: center;
margin: 20px auto auto auto;
display: block;
max-height: 65px;
}
#menu-main-menu li a{
font-weight: bold;
}
.rating-n{
margin-right: 7px !important;
}
img.mfp-img{
max-width: 800px !important;	
}