:root {
	--body-fonts: 'Inter', sans-serif;
	--title-fonts: 'Inter', sans-serif;
}
/*
h1, .h1 {
  font-size: 1rem !important; 
}

h2, .h2 {
  font-size: 1rem !important; 
}

h3, .h3 {
  font-size: 1rem !important; 
}

h4, .h4 {
  font-size: 1rem !important; 
}

h5, .h5 {
  font-size: 1rem !important; 
}

h6, .h6 {
  font-size: 1rem;
}
*/

.woocommerce div.product div.images{
    margin-bottom: 0 !important;
}
.pt-breadcrumb-overrlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.pt-breadcrumb-overrlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pt-breadcrumb-overrlay::before {
    content: "";
    display: block;
    background: linear-gradient(0deg, #0000005e, transparent);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
header#pt-header.pt-header-style-2 {
    position: relative;
    top: 0;
}
.admin-bar header#pt-header.pt-header-style-2, .admin-bar header#pt-header.pt-header-style-1 {
    top: 0;
}
.pt-shop-btn {
    display: none;
}
.pt-sidebar-header {
    text-align: center;
}
.otgs-development-site-front-end {
    display: none;
}
main#main {
    background: #fff;
}
body.home .content-area .site-main {
    padding: 0;
}
.content-area .site-main {
    /**padding: 0 0 60px 0;*/
	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
}
.woocommerce ul.products a.button.product_type_simple {
    display: none !important;
}
.pt-blog-post .pt-post-media {
    position: relative;
    display: none;
    /*display: block;*/
}
.pt-blog-post .pt-post-media::after {
    content: "";
    display: block;
    padding-bottom: 70%;
}
.pt-blog-post .pt-post-media img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* header */
header#pt-header.pt-header-style-2 .pt-menu-search-block{
    line-height: 105px;
}
header#pt-header.pt-header-style-2 .pt-toggle-btn{
    padding: 40px 25px;
} 
header#pt-header .pt-top-header .pt-header-contact ul li {
    padding: 5px 20px;
}  
header#pt-header .pt-top-header .pt-header-contact .wpml-ls-legacy-list-horizontal {
    padding: 0;
}
header#pt-header .pt-top-header .pt-header-contact .wpml-ls-legacy-list-horizontal>ul li{
    padding: 0;
    margin: 0;
    border: none;
    list-style-type: none;
}
header#pt-header.pt-header-style-2 .pt-header-diff-block .navbar-brand img {
    height: 100%;
    max-height: 90px;
}
a.glink.nturl.notranslate { 
    padding: 0 4px;
}

iframe#ifYoutube {
    width: 100%;
}

div#anr_captcha_field_1>div {
    height: unset !important;
}

/*title text transform open*/

.pt-breadcrumb-title h1 {
    text-transform: uppercase;
	font-size: 1rem;
}

h5.pt-blog-title,h4.pt-service-title {
    color: #ed1921;
    text-transform: capitalize;
}

footer#pt-footer .widget .footer-title {
	text-transform: uppercase;
}

.widget .widget-title {
    text-transform: uppercase;
	color: var(--primary-color);
}
/*title text transform end*/
header#pt-header .col-lg-2.col-md-4 {
    display: flex;
    align-items: center;
}

#contact-form-lh form.wpcf7-form input {
    border: 1px solid;
    margin: 5px 0px;
}

#contact-form-lh form.wpcf7-form textarea {
    border: 1px solid;
}

img.pt-footer-logo {
	display: none;
}

div.pt-sidebar-header img.pt-sidebar-logo {
    height: 80px;
}

#back-to-top a.top {
	right: 20px !important;
}
header#pt-header.pt-header-style-2 .navbar-brand {
	background: white;
}
header#pt-header.pt-header-style-2 .navbar-brand {
	padding:5px;
}
.pt-portfolio-block .pt-portfolio-img:before {
	position: unset; height: unset; padding-bottom: 75%;
}
.pt-portfolio-block .pt-portfolio-img img {
	position: absolute;top:0;left: 0;width: 100%; height: 100%; object-fit: cover;
}
.pt-service-box-1 .pt-service-banner:before {
	padding-bottom: 75%; content:'';display: block;
}
.pt-service-box-1 .pt-service-banner > img {
	position: absolute;top:0; left: 0;width: 100%; height: 100%; object-fit: cover;
}
header#pt-header .pt-bottom-header .navbar .navbar-nav li {
	margin-right: 20px;
}
.pt-subscribe-from p {
	margin-bottom: 0; 
}
.pt-subscribe-from form, .pt-subscribe-block {
	margin-top: 2em;
}

/* list-post */
.sec-post-home .pt-post-media {
    position: relative;
}
.sec-post-home .pt-post-media:before {
    content: '';
    display: block;
    padding-bottom: 75%;
}
.sec-post-home .pt-post-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-post-home .owl-stage {
    display: flex;
    flex: auto;
}
.sec-post-home .owl-item {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: auto;
}
.sec-post-home .owl-stage .item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.sec-post-home .pt-blog-post {
    display: flex;
    flex-direction: column;
    flex: auto;
}
.sec-post-home .pt-blog-contain {
    display: flex!important;
    flex-direction: column;
    flex: auto;
}
.sec-post-home .pt-blog-contain p {
    display: flex;
    flex-direction: column;
    flex: auto;
}
/*end-list-post*/

/* breadcrumb */
ol.breadcrumb li.breadcrumb-item.active {
    color: #fff;
}
/* end breadcrumb */

/* post single open */
h2.the-post-title {
	padding: 30px;
	font-weight: 700;
	color: var(--primary-color);
	text-transform: uppercase;
}
/* post single lose */

/*post-thumnail open*/
.uael-post__thumbnail {
    padding-top: 70%;
    position: relative !important;
}

.uael-post__thumbnail::before {
    top: 0;
    position: absolute;
    content: "";
}

.uael-post__thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

div#blog-row {
	overflow: hidden;
}

/*post-thumnail close*/

/*thumbnail customer review - open*/
.pt-testimonial-box-1 .pt-testimonial-img img {
	object-fit: cover;
}
/*thumbnail customer review - lose*/

/* About Us */
div.about_us_col_img .elementor-widget-image {
    height: 100%;
}
div.about_us_col_img .elementor-widget-container {
    width: 100%;
    height: 100%;
}
div.about_us_col_img .elementor-widget-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
p {
    margin-top: 0;
    margin-bottom: 0.5rem !important;
}

 /* */ 
 a.contatc-buy-product {
    padding: 10px 25px;
    background: red;
    color: #fff !important;
    cursor: pointer;
    margin: 15px 0;
    display: block;
    width: fit-content;
}
 .single-product-form-get-info {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
}
.single-product-form-get-info.show{
    display: block;
}
.single-product-form-get-info .single-product-form-overrlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 70%);
}
.single-product-form-get-info .box-form {
    position: absolute;
    max-width: 640px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 60px 10px;
    background-color: cadetblue;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: fit-content;
}
.single-product-form-get-info span.cancel-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    color: #fff;
    cursor: pointer;
}
.single-product-form-get-info div.wpcf7 {
    width: 100%;
}
.single-product-form-get-info div.wpcf7 .wpcf7-form-control-wrap input.wpcf7-form-control {
    margin: 6px 0;
}
.uael-woo-categories ul.products li.product-category>a {
    box-shadow: 0 0 4px 0 #dbb55b;
}

/*  */
.woocommerce ul.products li.product a img {
    border-radius: 5px;
    transition: all 1s;
}
.woocommerce ul.products li.product a img:hover {
    transform: scale(1.05);
}
.woocommerce #review_form #respond p {
    margin: 10px 5px;
}
/* home */
.home-category .uael-woo-categories ul.products li.product-category>a {
    box-shadow: 0 2px 4px 2px hwb(0deg 0% 100% / 25%);
    width: 100%;
}
.pt-breadcrumb .pt-breadcrumb-title h1{
    font-weight: 700;
}
.home-category ul.products {
    padding: 0 15px;
}
.pt-breadcrumb {
    position: relative;
}
.pt-breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(45deg, #0000005e, transparent);
    width: 100%;
    height: 100%;
}
header#pt-header.pt-header-style-2 .pt-bottom-header.sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
.pt-blog-post .pt-btn-container {
    display: none;
}
body footer#pt-footer {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat;
}
footer#pt-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(51 92 103 / 40%);
}
footer#pt-footer div.widget {
    color: #fff;
    text-align: center;
}
body footer#pt-footer .textwidget img {
    filter: brightness(3);
}
#pt-footer .pt-footer-style-1 .pt-copyright-footer .text-right{
    text-align: center !important;
}
.widget_title {
    position: relative;
    font-size: 1.24rem;
    font-weight: 700;
}
.widget_title::after {
    position: absolute;
    content: "";
    width: 70%;
    height: 2px;
    background: #fff;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.grecaptcha-badge {
    display: none !important;
}

.pt-breadcrumb .pt-breadcrumb-title h1 {
	color: var(--white-color);}
.pt-blog-post .pt-blog-contain .pt-blog-title {/* font-size: 36px; */display: inline-block;margin: 0 0 5px 0;width: 100%;float: left;}



