/* DETAILS
==================================================
	Theme Name: 	
	Author: Onqanet Technologies
	Author URI: http://onqanet.com
==================================================
*/

@charset "utf-8";
/* CSS Document */
/*******GOOGLE_FONT************/

/*
font-family: 'Poppins', sans-serif;
font-family: 'EB Garamond', serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    background-color: #fff;
    color: #000;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}

html * {
    outline: none;
}

ol,
ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
}

outline {
    border: 0;
}

.lft {
    float: left;
}

.rgt {
    float: right;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}

a,
input,
textarea {
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}


/*********** HEADER ************/



.top-sec-a ul {
    display: flex;
    flex-direction: row;
    padding: 10px 0;
    margin: 0 auto;
    justify-content: space-between;
}

.top-sec-a ul li {
    padding: 0px 20px;
}

.top-sec-a ul li a {
    color: #fff;
    font-size: 15px;
}

.top-sec-a i.fa.fa-phone {
    padding-right: 10px;
}

.top-sec-a i.fa-envelope {
    padding-right: 10px;
}

.top-sec-a-ul {
    display: flex;
}

.top-sec-b-ul {
    float: right;
    display: flex;
}

.logo img {
    width: 75%;
    padding: 10px 0;
}

.fa {
    font-size: 20px !important;
}

.hlogo {
    padding: 7px 40px;
}

.navbarnew {
    padding: 0;
    padding-top: 15px;
    text-align: right;
}

ul.links {
    display: flex;
    justify-content: right;
}

.nav-links ul.links li {
    padding: 30px 20px;
}

.right-top {
    position: relative
}

.right-top::after {
    background: #00000017;
    width: 91%;
    position: absolute;
    content: '';
    height: 2px;
    bottom: 24px;
    right: 0;
}

.head-two {
    padding: 20px;
}

/*.nav-links ul{border-bottom: 1px solid;}*/

/*.links li a .as{
    color: red !important;
    font-size: 16px;
}*/
/*a.as {
    color: red!important;
}*/

.links li a:hover {
    /*    color: #000;*/
    font-size: 16px;
    border-bottom: 4px solid #1499ff;
    padding-bottom: 18px;
}

/*social icon*/
.soc-icon {
    padding-top: 34px;
}

.soc-icon ul {
    display: flex;
    justify-content: right;
    /* margin-top: 48px; */
}

.soc-icon ul li {
    padding: 10px;
}

.soc-icon ul li a {
    font-size: 16px;
    color: #000;
}

.soc-icon ul li a:hover {
    color: #000;
    font-size: 16px;
    border-bottom: 4px solid #1499ff;
    padding-bottom: 18px;
}


/*********MENU**********/
/*.menu-block {
    background: #009ac9;
}*/
.menu-toggle {
    display: none;
}

.menu.slide-left {
    left: 0;
}

.menu li a {
    color: #000;
    text-transform:capitalize;
}

.menu li a:hover,
.menu li.active a,
.menu li a:focus {
    color: #249EFF;
    padding-bottom: 20px;
    border-bottom: 3px solid #249EFF;

}

/*.menu ul {
    display: flex;
    justify-content: right;
    margin-top: 50px;
    align-items: center;
}
.me ul {
    display: flex;
    justify-content: right;
    margin-top: 50px;
    align-items: center;
}

.menu ul li a {
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 20px;
    display: block;
}*/



.social ul {
    display: flex;
    justify-content: right;
    margin-top: 48px;
}

.social ul li a {
    color: #000;
    font-size: 15px;
    padding: 10px;
    display: block;
}

.menu-solical {
    display: flex;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 10px;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
    margin-top: -15px;
}

.col-xl-8.col-12.menu-solical {
    height: 95px;
}


.main-banner .item {
    position: relative;
}

.main-banner .item::before {
    /*    position: absolute;*/
    content: '';
    height: 100%;
    width: 100%;
    background: #031822cf;
}


.main-banner .item .banner-text {
    position: absolute;
    /* z-index: 9999; */
    left: 0;
    right: 0;
    margin-left: 13%;
    width: 44%;
    text-align: center;
    top: 30%;
}



.main-banner .item .banner-text h3 {
    color: #fff;
    font-size: 72px;
    font-family: 'Overlock', cursive;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
}

.main-banner .item .banner-text p {
    color: #fff;
    font-size: 16px;
    width: 85%;
    padding-left: 15%;
}

.main-banner .item .banner-text a {

    padding: 10px 20px;
    display: block;
    background-image: linear-gradient(#C4E8F4, #fff);
    width: 205px;
    margin: 20px auto;
    color: #00376E;
    text-transform: uppercase;
    border-radius: 10px;
    position: relative
}

.main-banner .item .banner-text a::after {
    position: absolute;
    color: ;
    content: '';
    width: 105%;
    height: 120%;
    border: 1px solid #fff;
    left: -5px;
    top: -4px;
    border-radius: 10px;
}

.main-banner .item .banner-text a:hover {
    background: linear-gradient(#fff, #C4E8F4);
}

.arr::before {
    padding-left: 20px;
}


/*services*/
.owl-dots {
    display: none;
}

.services {
    background: #F6F6F6;
}

.service-title {
    padding: 20px 0;


}

.service-title h2,
.promise-title h2,
.h-cust-title h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;

}



.servbx h3 {
    padding: 20px 30px;
    font-size: 26px;
    /* font-weight: 500; */
    font-family: 'Poppins', sans-serif;
}

.servbx p {
    padding: 0 65px;
}

.ser-but {
    background: #005696;
    color: #fff;
    width: 190px;
    padding: 15px;
    margin: 30px auto;
    border-radius: 10px;
    position: relative;
}

.ser-but::after {
    position: absolute;
    content: '';
    background: url('../images/button-after.png');
    height: 37px;
    width: 100%;
    left: 0;
    top: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.servbx a {
    display: block;
    color: #000;
    padding: 30px 20px 10px;
}

.servbx a:hover {
    background: #042742;
    color: #fff;
}

/*About*/
/*.about-us{
background:url(../images/about-us.jpg);
    background-size: cover;
    background-attachment: fixed;
    }*/

.about-us {
    background: #F6F6F6;
}

.container-fluid.about {
    padding-left: 0;
    margin: 0 auto;
    justify-content: center;
    background: url(https://www.kingscrosslaundry.com.au/wp-content/uploads/2023/11/about.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.about h2 {
    font-size: 46px;
    letter-spacing: 13px;
    color: #fff;
    text-transform: uppercase;
}

.about-content p {
    margin-top: 0px;
    margin-bottom: 1rem;
    width: 85%;
    padding-left: 15%;
    color: #fff;
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
}

/*Promises*/


.pro-cont p {
    /* width: 80%; */
    padding: 20px;
    background: #f2f2f2;
}

.promise-inner {
    display: flex;
}

.promise-right-cont {
    padding: 3px 0;
}

.promise-right-cont h2 {
    font-size: 20px;
}

.promise-right-cont p {
    /* width: 88%; */
    line-height: 29px;
}

.promise-right-cont h3 {
    font-weight: 600;
    font-size: 20px;
}

.promise-inner {
    display: flex;
    margin-bottom: 30px;
}

.icon-div {
    padding-right: 0;
}


/*Happy Customer*/
.happy-customer {
    background: #EEEBE6;
}

.h-cust-title {
    width: 70%;
    padding-left: 30%;
}


.h-card {
    padding: 10% 3%;
    background: #fff;

}

.h-card p {
    padding: 5% 10% 0;
}

.h-card h5 {
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 3px;
    color: red;
}

.greyy {
    padding: 70px 0 0 0;
    background: #e9e9eb;
}

.customers-slider button span {
    font-size: 54px;
    color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    width: 50px;
    display: block;
    height: 50px;
    line-height: 40px;
    text-align: center;
    font-weight: 100;
    background: #000;
    margin:0 auto;
}

.customers-slider button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}







/*Footer*/

.footer {
    background: url(../images/footer-background.jpg);
    background-size: cover;
}

.footer_logo {
    color: #fff;
    text-align: center;
}

.footer_logo p {
    padding-top: 10px;
    color: #fff;
    text-align: center;
    font-size: 11px;
}

.footer-card {
    padding: 5% 0 0 3%;
}

.footer-card h4 {
    font-size: 23px;
    font-family: 'Poppins', sans-serif;
}

.footer-card p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.footer_social ul {
    display: flex;
    justify-content: center;
}

.footer_social ul li a {
    color: #fff;
    font-size: 15px;
    padding: 10px;
    display: block;
}

.partner h4 {
    font-size: 16px;
}

.footer_bottom,
.footer_bottom a {
    background: #F3F1F2;
    padding: 14px;
    text-align: center;
    color: #000;
    display: block;
}

.footer_bottom a:hover {
    color: #01508D;
}

.footer_col,
.footer_col a i,
.footer_col p,
.footer_col p a {
    color: #fff;
}

.footer_col h4 {
    text-transform: uppercase;
}

.footer_link {
    text-align: center;
    color: #fff;
}

.footer_tag ul, .footer_tag ul li a {
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 37px;
}

.footer_col p,
.footer_col p a {
    margin: 0px !important;
}

.footer_cont p {
    margin: 0 auto;
    width: 60%;
    font-size: 16px;
    color: #fff;
}


.main-banner.banner {
    position: relative;
    z-index: 9;
}

.main-banner.banner::after {
    position: absolute;
    content: '';
    background: url("../images/banner-after.png");
    height: 150px;
    width: 100%;
    z-index: 999;
    bottom: -2px;
}



.testi {
	margin-bottom: 30px;
}

.inner-banner.row {
	background-color: rgba(243,247,251,0.6);
	position: relative;
	margin-bottom: 50px;
}  
.inner-banner.row h2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}


/* waqueel testimonial css */
/*Testimonial Page*/
.testi:nth-child(even) {
	padding: 10px;
	background: #fff;
	background: #9ed1da;
}
.testi:nth-child(odd) {
	padding: 10px;
	background: #fff;
	background: #0d93c8;
}
.testi h5{
	font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
	font-weight: 700;
}
.testi p{
padding: 10px 30px 0;
color:#fff;
}
.testimonial-second{
	background:#F6F6F6;
}
.test-footer-up-a{
	padding: 20px 0;
}
.test-footer-up{
	text-align: center;
    padding: 25px;
    background: #fff;
    border-radius: 50%;
    width: 140px;
    margin: 0 auto;
}
.test-footer-up img {
    width: 80px;
}
.testi-icon-name{text-align:center;}
.testi-icon-name p{padding-top:10px; font-size:18px;}
.testimonial-btn {
    text-align: center;
    width: 100%;
}
.testimonial-btn a {
    padding: 10px 20px;
    display: block;
    background-image: linear-gradient(#C4E8F4, #fff);
    width: 205px;
    margin: 20px auto;
    color: #00376E;
    text-transform: uppercase;
    border-radius: 10px;
    border-spacing: 5px 1rem;
}
.testimonial-btn a:hover {
	background-image: linear-gradient(#fff, #C4E8F4);
}
/*Contact Page*/
/*.contact-both{
  width: 100%;
}*/
.main-contact{
	padding:0!important;
	margin:0 auto;
}

.container.contact-cont {
    padding: 50px;
}
.contact-info-top{ text-align: center; padding: 0 0 30px 0;}
    .emaila h3{padding: 10px 10px 10px 7px!important;}
	.numba h3{padding: 10px 10px 10px 11px!important;}
	.addresa h3{padding: 10px 10px 10px 22px!important;}
.contac  h3{font-size:1.2rem;}
.social-ic ul{
	display:flex;
}
.contact-info{
    font-family: 'Poppins', sans-serif;
    padding: 5px!important;
    font-size: 30px!important;
    font-weight: 600;
    border-bottom: 2px solid #0000001c;
}
.second{
	background: #F6F6F6;
}
.container.second-form {
    padding: 50px 50px 0 50px;
}
.contct-form-btn{
    background: #135A98!important;
    border: 2px solid #135A98!important;
}
.contct-form-btn:hover{
	background:#9cc0f9!important;
	border: 2px solid #9cc0f9!important;
	color:#000!important;
}
.contact-col-icon{
	display:flex;
}
.contact-icon {
    padding: 0px 15px 0px 0px;
}
.contact-icon i.fa {
    font-size: 35px!important;
    padding: 10px !important;
    color: #135a98;
}

/*.contac p{
    font-family: 'Poppins', sans-serif;
    padding: 5px!important;
    font-size: 25px!important;
    font-weight: 600;
}*/
.contac a{
	color: #212529;
}
.contac h3{
	padding: 10px;
}
.map-details{
    padding: 0!important;
    margin-bottom: -7px;
}
/* WAQUEEL contact css*/





/**** WOOCOMMERCE *****/


.woocommerce ul.products li.product a:first-child {
	display: block;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.woocommerce ul.products li.product a:first-child img {
	background: #e6e6e6;
	padding: 20px;
}

.orderby {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: -20px;
	border-radius: 7px;
}


.woocommerce ul.products li.product a.ajax_add_to_cart {
	margin: 0 auto;
	display: block;
	width: 133px;
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	background:#012f63;
	color:#fff;
}

.woocommerce ul.products li.product a.added_to_cart.wc-forward {
	background: #012f63;
	padding: 4px;
	display: block !important;
	width: 133px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 3px;
	margin: 10px auto;
	font-weight: 500;
}

.woocommerce ul.products li.product a:first-child h2 {
	font-size: 13px;
}

.filter-wp .wpf_hierachy li label {
	font-size: 13px;
}

.filter-wp .wpf_item_name {
	text-transform: capitalize;
}


.woocommerce-form {
	width: 320px;
	margin: 0 auto 40px !important;
	max-width: 100%;
}

.woocommerce-form .form-row {
	width: 100% !important;
	margin: 20px 0px;
}

.woocommerce-form .woocommerce-button {
	width: 100%;
	background: #000;
	border: none;
	padding: 10px;
	color: #fff;
}

.woocommerce-privacy-policy-text p {
	font-size: 10px;
}

.woocommerce-cart-form img {
	max-height: 70px;
	width: auto !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #000 !important;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
	padding: 20px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #012f63 !important;
	color: #fff;
}

.coupon {
	display: flex;
	flex-wrap: wrap;
}

#coupon_code {
	width: 160px !important;
	margin-right: 10px;
}

.woocommerce table.shop_table td a {
	color: #000;
	text-transform: capitalize;
}

.related.products {
	width: 100%;
	float: left;
}

.woocommerce div.product form.cart div.quantity {

	margin: 0 4px 20px 0;
}

.checkout_coupon.woocommerce-form-coupon {
	max-width: 380px;
	margin: 0 auto 40px !important;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	position: absolute;
	right: 8px !important;
	top: 5px !important;
	cursor: pointer;
}

.woocommerce-input-wrapper {
	width: 100%;
}

.map-details p {
	margin: 0px;
}

.product  .added, .product  .added_to_cart {
	width: 47% !important;
	float: left;
	padding: 10px 0 !important;
	margin: 1% !important;
	line-height: 14px;
	background: #3c9102 !important;
}
.top-sec-b,
.add_to_cart_button{
    display:none !important;
}

.mapWarp{
    width:100%;
    margin-top:20px;
}

.mapWarp iframe, .mapImgWarp{
    height:500px;
    overflow:hidden;
}
.mapImgWarp img{
    height:auto;
}

.text-wrap-1,
.text-wrap-2,
.text-wrap-3,
.text-wrap-4 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
}

.text-wrap-1 {
   -webkit-line-clamp: 1;
}

.text-wrap-2 {
   -webkit-line-clamp: 2;
}

.text-wrap-3 {
   -webkit-line-clamp: 3;
}

.text-wrap-4 {
   -webkit-line-clamp: 4;
}

.blog-card img {
    height: 225px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.blog-content {
    padding-top: 1.25rem;
}

.blog-content h6 {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.5;
}

.blog-content p {
    font-size: 14px;
}

.blog-card a {
    font-weight: 600;
    color: #0066ff;
}

.inner-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.inner-img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}