/*
Theme Name: Wiselogix
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.woocommerce-MyAccount-content a[href*="downloads"] {
	display: none !important;
}






/* Customizer CSS */

.header_search {
	text-align: center;
}
.footer_payment .elementor-icon {
	padding: 2px 10px !important;
	height: auto;
}
.mian_header_bottom.sticky svg path {
	fill: #0D68AB;
}
.mian_header_bottom.sticky {
	padding: 15px;
}
.main-content .elementor-section {
	--porto-fluid-spacing: 0;
	width: 100% !important;
	max-width: 100% !important;
	/*     padding-left: 15px !important;
	padding-right: 15px !important; */
}
#main .container-fluid {
	padding: 0;
}
/*body{
background:#126BAC;
}


.container-fluid .elementor-top-section {
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
}*/
.elementor-widget:not(:last-child) {
	--kit-widget-spacing: 10px;
}
p {
	margin-bottom: 0.5em;
}
.mian_header_bottom .main-menu > li.menu-item > a {
	background: transparent !important;
}
.mian_header_bottom.sticky .main-menu > li.menu-item > a{
	color:#243A4A !important;
}
.mian_header_bottom.sticky .main-menu > li.menu-item > a:hover{
	color:#0D68AB !important;
}
.mian_header_bottom.sticky .header_bottom_btn a{
	background:#0D68AB !important;
	color:#fff !important;
}
.mian_header_bottom.sticky .header_bottom_btn a:hover{
	background:#243A4A !important;
}
.product_sort select#woocommerce-orderby-1 {
	background: #fff;
	color: #126BAC;
}
.product_sort .orderby {
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	padding: 8px 35px 8px 10px !important;
	font-size: 14px !important;
	color: #000 !important;
	background-image: linear-gradient(45deg, transparent 50%, #0C68AB 50%), linear-gradient(-45deg, transparent 50%, #0C68AB 50%) !important;
	background-position: right 15px top 50%, right 10px top 50% !important;
	background-size: 10px 10px !important;
	background-repeat: no-repeat !important;
}
.product_sort .woocommerce-ordering label{
	color:#fff;
}
.select_box .woocommerce-viewing select {
	background: #126BAC;
	color: #fff;
}
.main-content .hero_section {
	padding: 0 !important;
}




.banner-inner > div {
	display: block !important;
}
.header_main_text{
	margin-bottom:15px !important;
}
.header_main_text h1 {
	font-size: 48px !important;
	line-height: 50px !important;
	font-weight: 700 !important;
	color: #fff !important;
}
.header_bottom_text{
	margin:auto !important;
}
.header_bottom_text h2 {
	font-size: 19px !important;
	line-height: 27px !important;
	font-weight: 400 !important;
	margin-bottom:20px !important;
}
.header_white_btn a {
	font-size: 18px !important;
	background: #ffffff !important;
	padding: 8px 35px !important;
	color: #000 !important;
	font-weight: 600 !important;
	border: none !important;
	transition: 0.3s ease-in-out !important;
	border-radius: 0 !important;
}
.header_white_btn a:hover {
	background: #122841 !important;
	color: #fff !important;
}
.decorated_text h5 {
	position: relative;
	display: inline;
	font-size: 12px;
	color: #fff !important;
	line-height: 100% !important;
	padding: 4px 15px;
	background-image: linear-gradient(140deg, #2672BE, #0F253D, #2672BE) !important;
	border-radius: 5px !important;
}
.custom_btn a {
	padding: 10px 30px !important;
	background: #fff !important;
	color: #0F253E !important;
	border:1px solid #fff !important;
	border-radius:0;
}
.custom_btn a:hover{
	background:#0F253E !important;
	color:#fff !important;
}
.custom_list {
	margin: 20px 0 10px 30px;
	padding:0;
}
.custom_list li {
	position: relative;
	margin-bottom: 10px;
	list-style:none;
}
.custom_list li:before {
	content: "\f4b8";
	font-family: "font awesome 5 free";
	font-weight: 900;
	font-size: .8rem;
	display: block;
	line-height: 1;
	color: #DD7210;
	position: absolute;
	top: 6px;
	left: -23px;
}
.marguee_section {
	background: linear-gradient(140deg, #2672BE, #0F253D, #2672BE) !important;
}
.marquee-container {
	overflow: hidden;
	width: 100%;
}
.marquee-track {
	display: flex;
	gap:80px;
	width: fit-content;
	animation: marquee-left 60s linear infinite;
}
.scroll-card {
	margin: 0 15px;
	min-width: fit-content;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	white-space: nowrap;
	flex-shrink: 0;
}
.scroll-card img {
	width: 50px;
	object-fit: contain;
	margin-right: 10px;
}
.scroll-card p {
	display: flex;
	align-items:center;
	text-align: left;
	line-height:1.3em;
	margin-bottom: 0;
	font-size: 50px;
	/* font-weight: 600; */
	color: transparent;
	-webkit-text-stroke-width: 1px;
	stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	stroke: #080808;
	color: #02010100;
}
.marquee-container:hover .marquee-track {
	animation-play-state: paused;
}
.cat_slider_section .tb-hover-content.with-link {
	background: #243A4A;
}
.cat_slider_section .tb-hover-content.with-link:hover .porto-heading>a{
	color:#cccccc;
}
.product_grid_section .product-content,
.related_product .product-content,
.product_grid .product-content{
	padding: 10px !important;
	border: 1px solid #fff;
	border-top: 0;
}
.product_grid_section .product-content .tb-meta-product_cat,
.related_product .product-content .tb-meta-product_cat{
	display:none !important;;
}
.product_cart_btn button.minus:hover,
.product_cart_btn button.plus:hover{
	background: #fff;
}
.sticky-product{
	background:#0D68AB !important;
}
.sticky-product .price del {
	color: #da5555;
}
.sticky-product .star-rating{
	display:none;
}
.sticky-product .availability span {
	color: #fff;
	padding-left: 15px;
}
.page_header .col-lg-12 > div{
	text-align:center;
}
.page_header .breadcrumbs-wrap .breadcrumb{
	justify-content:center;
	margin-top:10px !important;
}
.img_shadow img {
	box-shadow: -14px 12px 12px 0px #0d68ab5e;
}
.woocommerce-form-register #reg_billing_first_name, .woocommerce-form-register #reg_billing_last_name {
	line-height: 32px;
}
.woocommerce-form-register .register-btn {
	margin-top: 16px;
}
#mini-cart.minicart-offcanvas .widget_shopping_cart_content .cart_list {
	max-height: 42%;
}
#mini-cart .quantity {
	color: #fff !important;
}



/* Form CSS */

.contact_main_row {
	padding: 50px;
	background: #ffffff69;
	border-radius: 15px;
	box-shadow: 0px 20px 50px -20px #8d8d8d;
	margin-top: 20px;
}
.contect-pageform-outer {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
}
.form-wrapper-field p {
	display: flex;
	height: auto;
	align-items: center;
	margin-bottom:0;
}
.form-wrapper-field input,
.form-wrapper-field input:focus{
	background: transparent;
	border: none !important;
	outline: none;
	box-shadow: none;
}
.form-wrapper-field .wpcf7-text, .form-wrapper-field textarea {
	color:#fff !important;
	width: 100%;
	border: 1px solid #0D68AB !important;
	padding: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem) 30px !important;
	border-radius: 30px;
	font-size: 16px;
}
.form-wrapper-field .wpcf7-text:focus, .form-wrapper-field textarea:focus {
	border: 1px solid #243A4A !important;
}
.form-wrapper-field textarea {
	background: transparent;
	outline: none;
	box-shadow: none;
	height: 130px;
}
.form-wrapper-field {
	/* 	border-bottom: 1px solid #0D68AB; */
	margin: 0 0 26px 0;
	position:relative;
}
/* .form-wrapper-field:before {
content: '';
display: block;
position: absolute;
left: 0;
bottom: 0;
height: 1px;
width: 0;
background: #0D68AB;
margin: auto;
transition-duration: 1s;
} */
.form-wrapper-field:focus-within:before,
.form-wrapper-field:hover:before{
	width:100%;
}
.full-width-section .form-wrapper-field p {
	align-items: start;
}
.full-width-section .wpcf7-submit, .full-width-section .wpcf7-submit:focus {
	font-size: 16px;
	background: #fff;
	color: #1E293B;
	font-weight:600;
	letter-spacing: 2px;
	border: none;
	border-radius: 0;
	padding: 10px 30px !important;
}
.full-width-section .wpcf7-submit:hover{
	background:#0D68AB;
	color:#fff;
}
.form-wrapper-field  ::placeholder {
	color: #dddddd;
}
.form-wrapper-field .wpcf7-not-valid-tip {
	position: absolute;
	/* 	bottom: -24px;
	left: 15px; */
}
.form-wrapper-field .fa-pen {
	position: relative;
	top: 3px;
}
.form-wrapper-field i {
	color: #4A1587;
}
.wpcf7 .wpcf7-not-valid-tip {
	color: #ffffff;
}
.wpcf7 form.invalid .wpcf7-response-output{
	color: #fff;
}
#header .mobile-toggle {
	background: transparent;
}




@keyframes marquee-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}










/* Media Queries */

@media only screen and (max-width: 1122px) and (min-width: 768px){

}

@media only screen and (max-width: 991px) and (min-width: 768px){
	.header_main_text h1 {
		font-size: 36px !important;
		line-height: 40px !important;
	}
	.header_bottom_text h2 {
		margin-bottom: 20px !important;
	}
}
@media screen and (max-width: 991px){
	.main-content .elementor-section {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.main-content .elementor-container.elementor-column-gap-default {
		padding: 0 !important;
	}

}


@media only screen and (max-width: 767px) and (min-width: 480px){
	.header_main_text h1 {
		font-size: 28px !important;
		line-height: 33px !important;
	}
	.header_main_text {
		margin-bottom: 5px !important;
	}
	.header_bottom_text h2 {
		font-size: 18px !important;
		line-height: 25px !important;
		font-weight: 400 !important;
		margin-bottom: 10px !important;
	}
	.header_white_btn {
		margin-right: 30px !important;
	}
}

@media screen and (max-width: 921px){
	#colophon .site-footer-section-2 .ast-builder-html-element p {
		justify-content: center;
	}
}

@media screen and (max-width: 767px){
	.order_1{
		order:1;
	}
	.order_2{
		order:2;
		margin-bottom:10px;
	}
	.order_3{
		order:3;
	}
	.mian_header_top .header_search {
		order: 1;
		margin: auto !important;
	}
	.contect-pageform-outer {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (max-width: 479px){
	.header_main_text {
		margin-bottom: 5px !important;
	}
	.header_main_text h1 {
		font-size: 22px !important;
		line-height: 28px !important;
	}
	.header_bottom_text h2 {
		font-size: 18px !important;
		line-height: 22px !important;
		margin-bottom:20px !important;
	}
	.header_white_btn {
		margin-right: 0 !important;
		margin-bottom: 10px !important;
	}
	.header_white_btn {
		display: block !important;
		text-align: center;
	}
	.marquee-track {
		gap: 50px;
	}
	.scroll-card img {
		width: 40px;
	}
	.scroll-card p{
		font-size:28px
	}
	.mian_header_top .standard-logo{
		width:70px;
	}
	.mian_header_top .searchform-popup input{
		width:200px !important;
	}
	.contact_main_row {
		padding: 30px 15px;
	}
}

/* Akram css */

@media (max-width: 991px){
	#header .advanced-search-layout.search-popup-center .searchform {
		transform: translateX(0%);
	}
}
@media (max-width: 601px){
	.mian_header_top
	.elementor-widget-wrap {
		gap: 20px;
		margin-bottom: 20px;
	}
	.header_search {
		order: 1;
		margin: auto !important;
	}
}



