/*
Theme Name: W3Consult
Author: W3ITEXPERTS
Theme URI: https://w3itexperts.com/project/w3consult-architecture-theme/
Author URI: https://w3itexperts.com/about-us-w3itexperts/
Description: W3Consult is a professionally designed WordPress theme that is ideal for businesses, agencies, corporations, and freelancers, who are looking to grow their business. Show your experience, portfolio, team members, and services, and help grow client relationships and your company, with W3Consult.
Version: 1.0.7
Tested up to: 6.3
Requires at least: 5.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: w3consult
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, theme-options, sticky-post, translation-ready 
W3Consult WordPress Theme, (C) 2024 WordPress.org
W3Consult is distributed under the terms of the GNU GPL.
*/

@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/fonts/HelveticaNeue.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.form-control, .comment-respond .comment-form p.comment-form-author input, .comment-respond .comment-form p.comment-form-email input, .comment-respond .comment-form p.comment-form-url input, .comment-respond .comment-form p textarea, .woocommerce #review_form #respond input[type="text"], .woocommerce #review_form #respond textarea, .woocommerce #review_form #respond input[type="email"], .woocommerce-cart-form .table tr td.actions .coupon .input-text, .woocommerce-cart-form .table tr .quantity input, .woocommerce .woocommerce-checkout.checkout form .form-row textarea, .woocommerce .woocommerce-checkout.checkout form .form-row input[type="text"], .woocommerce .woocommerce-checkout.checkout form .form-row input[type="email"], .woocommerce .woocommerce-checkout.checkout form .form-row input[type="tel"], .woocommerce .woocommerce-checkout.checkout form .form-row select, .woocommerce .woocommerce-checkout.checkout form .form-row input.input-text, .woocommerce .woocommerce-checkout.checkout form .form-row input, .woocommerce-EditAccountForm.edit-account input[type="text"], .woocommerce-EditAccountForm.edit-account input[type="email"], .woocommerce-EditAccountForm.edit-account input[type="password"], .login input[type="text"], .login input[type="password"], .woocommerce-ResetPassword.lost_reset_password input[type="text"], .checkout.woocommerce-checkout input[type="text"], .checkout.woocommerce-checkout input[type="email"], .checkout.woocommerce-checkout input[type="tel"], .checkout.woocommerce-checkout .select2-choice, .checkout.woocommerce-checkout textarea, .woocommerce form .form-row input.input-text, .woocommerce form .form-row .select2-selection, .woocommerce form .form-row .select2-choice, [dir='rtl'] .wp-block-categories-dropdown select, [dir='rtl'] .wp-block-archives-dropdown select{
	color: #000;
}
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Helvetica Neue' !important;
}
body{
	font-size: 16px !important;
	color: #000;
}
h2, .h2, .section-head.style-2 h2, .section-head.style-2 .h2,
.section-head.style-1 h2, .section-head.style-1 .h2{
	font-size: 40px !important;
	font-weight: normal !important;
}
.elementor-element{
	padding: 0 !important;
}
.e-con-inner{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.page-content{
	background: whitesmoke !important;
}
.btn.btn-primary{
	padding: 8px 20px;
    background: #f9b419;
    font-size: 22px;
    line-height: 24px;
    color: white;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 3px;
    display: inline-flex;
    width: auto;
    min-width: 130px;
    text-align: center;
    border: solid 2px #f9b419;
    max-width: fit-content;
}
.btn.btn-primary:hover{
	background: #fff;
	color: #f9b419 !important;
	border-color: #f9b419;
}
.theme-red .btn.btn-primary, .btn.btn-primary.btn-red{
	background: #e32349;
	border-color: #e32349;
}
.theme-red .btn.btn-primary:hover, .btn.btn-primary.btn-red:hover{
	background: #fff;
	color: #e32349 !important;
	border-color: #e32349;
}

.theme-red .btn.btn-primary + .btn.btn-primary{
	background: #f9b419;
	border-color: #f9b419;
}
.theme-red .btn.btn-primary + .btn.btn-primary:hover{
	background: #fff;
	border-color: #f9b419;
	color: #f9b419 !important;
}


.theme-green .btn.btn-primary{
	background: #aacc76;
	border-color: #aacc76;
}
.theme-green .btn.btn-primary:hover{
	background: #fff;
	color: #aacc76 !important;
	border-color: #aacc76;
}


.section-head p{
	font-size: 16px !important;
}
.site-header{
	position: sticky !important;
	top: 0;
}
.navbar{
	justify-content: flex-start !important;
}
.header-nav .nav > li > a{
	font-size: 18px !important;
	padding: 10px 12px !important;
}
.e-con{
	--content-width: 1400px !important;
}
.section-head.style-1 .sub-title:before, .section-head.style-1 .sub-title:after{
	content: none !important;
}
.section-head.style-1 .sub-title, .section-head.style-1 .sub-title{
	font-size: 20px;
	letter-spacing: 0.8px;
	font-weight: normal;
}

.theme-red :is(.section-head.style-1 .sub-title, .section-head.style-1 .sub-title){
	color: #e32349 !important;
}
.theme-green :is(.section-head.style-1 .sub-title, .section-head.style-1 .sub-title){
	color: #aacc76 !important;
}



.content-inner-2.service-listing-section{
	padding-top: 80px;
	padding-bottom: 60px;
}

.service-listing-section .icon-bx-wraper {
	flex-wrap: wrap;
}
.service-listing-section .icon-bx-wraper .dz-media{
	width: 100%;
}
.service-listing-section .icon-bx-wraper.style-2 .title{
	font-size: 40px;
	margin-top: 15px;
	font-weight: normal;
	padding-right: 180px;
}
.service-listing-section .icon-bx-wraper.style-2 .icon-content{
	position: relative;
}
.service-listing-section .icon-bx-wraper.style-2 .btn-link {
    padding: 8px 20px;
    background: #f9b419;
    font-size: 22px;
    line-height: 24px;
    color: white;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 3px;
    display: block;
    width: auto;
    min-width: 174px;
    text-align: center;
    border: solid 2px #f9b419;
    max-width: fit-content;
    position: absolute;
    top: 20px;
    right: 0;
}
.service-listing-section .icon-bx-wraper.style-2 .btn-link:hover{
	background: #fff;
	color: #f9b419;
	border-color: #f9b419;
}
.service-listing-section .icon-bx-wraper.style-2 .btn-link i{
	display: none;
}

.clients-section-1, .clients-section-1.pb-0{
	background: #fff !important;
	padding-bottom: 60px !important;
}

.icon-bx-wraper.style-8{
	align-items: flex-start !important;
	height: 100%;
}

.site-footer.style-1{
	background: rgba(1, 146, 210, 1) !important;
	color: #fff !important;
}
.site-footer.style-1:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(assets/images/footer-background-img.jpg) no-repeat center;
	opacity: 0.05;
	background-size: cover;
}
.site-footer.style-1:after{
	content: none !important;
}
.site-footer.style-1 .footer-top, .site-footer.style-1 .footer-bottom{
	position: relative;
	z-index: 1;
}
.footer-bottom{
	background: rgba(0, 85, 160, 1) !important;
}
.widget_getintuch ul li i{
	color: #fff !important;
}
.widget_categories li a:hover{
	color: #f9b419 !important;
}
footer .footer-bottom .copyright-text a{
	color: #fff !important;
}
.site-footer.style-1 .social-list li a{
	background: #fff !important;
	color: var(--primary) !important;
}
.site-footer.style-1 .social-list li a:hover{
	background: #f9b419 !important;
	color: #fff !important;
}

.fold1-slider .swiper-slide{
	background-color: rgba(1, 146, 210, 1);
	z-index: 0;
	height: auto;
}
.fold1-slider .swiper-slide:before{
	content: "" !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background: url(assets/images/fold1background.jpg) no-repeat center !important;
	opacity: 0.05 !important;
	background-size: cover !important;
}
.fold1-slider .swiper-slide .slide-content{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 100%;
}
.fold1-slider .swiper-slide .slide-content .left-half{
	width: 50%;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    transition: 0.4s;
    transform: translateX(-100%);
    align-items: stretch;
}
.fold1-slider .swiper-slide-active.swiper-slide .slide-content .left-half{
	transform: translateX(0);
}
.fold1-slider .swiper-slide .slide-content .left-half .left-half-inner{
	width: 100%;
	padding: 200px 40px 200px 13%;
}
.fold1-slider .swiper-slide .slide-content .left-half h2{
	font-size: 60px !important;
	line-height: 64px;
	color: #fff;
	font-weight: 700 !important;
}
.fold1-slider .swiper-slide .slide-content .left-half h2 span{
	display: block;
}
.fold1-slider .swiper-slide .slide-content .left-half p.intro-para{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 25px;
	font-weight: 500;
}
.fold1-slider .swiper-slide .slide-content .left-half a.readmore {
    padding: 8px 20px;
    background: #f9b419;
    font-size: 22px;
    line-height: 24px;
    color: white;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 3px;
    display: block;
    width: auto;
    min-width: 130px;
    text-align: center;
    border: solid 2px #f9b419;
    max-width: fit-content;
}
.fold1-slider .swiper-slide .slide-content .left-half a.readmore:hover{
	background: #fff;
	color: #f9b419;
	border-color: #f9b419;
}
.fold1-slider .swiper-slide .slide-content .right-half{
	width: 50%;
	transition: 0.4s;
    transform: translateX(100%);
    align-items: stretch;
}
.fold1-slider .swiper-slide-active.swiper-slide .slide-content .right-half{
	transform: translateX(0);
}
.fold1-slider .swiper-slide .slide-content .right-half img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dz-separator.style-1:before, .dz-separator.style-1:after{
	background: #fff !important;
}

.dz-bnr-inr{
	background: rgba(1, 146, 210, 1) !important;
}
.dz-bnr-inr:before{
	content: "" !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background: url(assets/images/footer-background-img.jpg) no-repeat center !important;
	opacity: 0.05 !important;
	background-size: cover !important;
}
.dz-bnr-inr.style-1 .breadcrumb-row ul li a{
	color: #f9b419 !important;	
}
.dz-bnr-inr.style-1 .breadcrumb-row ul li::before{
	background-color: #f9b419 !important; 	
}
.elementor-widget-dz-brochure .content-inner-2 {
    padding-top: 40px;
    padding-bottom: 60px;
}

.dz-bnr-inr + div:is([data-elementor-type="wp-post"], [data-elementor-type="wp-page"]) > :is(div:first-child, section:first-child){
	position: relative;
	padding-bottom: 80px !important;
}
.dz-bnr-inr + div:is([data-elementor-type="wp-post"], [data-elementor-type="wp-page"]) > :is(div:first-child, section:first-child) .elementor-widget,
.dz-bnr-inr + div:is([data-elementor-type="wp-post"], [data-elementor-type="wp-page"]) > :is(div:first-child, section:first-child) section.content-inner-2.img-with-text-2{
	position: static;
}
.dz-bnr-inr + div:is([data-elementor-type="wp-post"], [data-elementor-type="wp-page"]) > :is(div:first-child, section:first-child) section.content-inner-2.img-with-text-2 .image-box{
	position: static;
}
.dz-bnr-inr + div:is([data-elementor-type="wp-post"], [data-elementor-type="wp-page"]) > :is(div:first-child, section:first-child) section.content-inner-2.img-with-text-2 .image-box .dz-media{
	position: absolute;
	top: 0;
	right: 0;
	width: 47%;
	bottom: 80px;
	overflow: hidden;
	margin: 0;
}
.dz-bnr-inr + div:is([data-elementor-type="wp-post"], [data-elementor-type="wp-page"]) > :is(div:first-child, section:first-child) section.content-inner-2.img-with-text-2 .image-box .dz-media img{
	animation: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.review-section{
	padding: 80px 0 !important;
}
.review-section .e-con-inner{
	display: flex !important;
	flex-wrap: wrap !important;
	flex-direction: initial !important;
	column-gap: 5% !important;
	row-gap: 50px !important;
}
.review-section .e-con-inner .elementor-widget-testimonial{
	width: calc(50% - 5% * 1/2);
}
.review-section .elementor-testimonial-wrapper{
	overflow: inherit !important;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.elementor-testimonial-meta{
	margin-top: auto;
}
.review-section .elementor-testimonial-content{
	padding: 35px;
    border: 1px solid #ccc;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    flex: 1 1 0;
}
.review-section .elementor-testimonial-content:before {
    content: "\f10d";
    position: absolute;
    top: -15px;
    left: -5px;
    color: rgba(1, 182, 226, 0.8);
    font-size: 40px;
    font-family:"Font Awesome 5 Free";
    font-weight: 700;
    z-index: 1;
    line-height: 1;
    top: -1;
}
.review-section .elementor-testimonial-content:after {
    content: "";
    bottom: -11px;
    left: 20px;
    position: absolute;
    background: rgb(251, 251, 253);
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wpr-promo-box-description{
	margin-bottom: 10px !important;
}
.wpr-promo-box-description h2, .wpr-promo-box-description h3{
	color: #fff;
	font-size: 44px;
	font-weight: normal;
	line-height: 46px;
	margin: 0 0 10px;
}
.wpr-promo-box-description h2 a, .wpr-promo-box-description h3 a{
	color: #fff;
}
.wpr-promo-box-description p:empty{
	display: none;
}
.wpr-promo-box-btn-wrap .wpr-promo-box-btn {
    font-size: 22px !important;
    font-weight: normal;
    padding: 10px 20px !important;
    border: 1px solid #f9b419 !important;
    background: #f9b419;
    color: #fff !important;
    line-height: 1;
    transition: 0.4s;
}
.wpr-promo-box-btn-wrap .wpr-promo-box-btn:hover{
	background: #fff;
    color: #f9b419 !important;
}
#post_listing_1_LoadMoreContainer > .card-container{
	width: 33.33%;
	margin-bottom: 40px;
}
#post_listing_1_LoadMoreContainer > .card-container .dz-card{
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}
#post_listing_1_LoadMoreContainer .dz-card.style-1 .dz-media + .dz-info{
	flex: 1 1 0;
}
#post_listing_1_LoadMoreContainer > .card-container .dz-media img{
	aspect-ratio: 1/1;
	object-fit: cover;
} 
.dz-card .dz-title{
	font-size: 20px;
	line-height: 30px;
}
.dz-card .dz-title a{
	color: #0192d2;
}

.eael-grid-post-excerpt .eael-post-elements-readmore-btn{
	font-size: 18px;
    margin-top: 15px;
    color: #f9b419 !important;
}

.fb-links{
	display: flex;
	flex-wrap: wrap;
}
.fb-links li:not(:last-child):after{
	content: '|';
	margin: 0 5px;
}
.site-footer.style-1 .footer-bottom .fb-inner img{
	display: inline;
}

.site-footer .footer-sidebar-1 .btn{
	background: white;
    color: #01b6e2;
    width: 180px;
    display: block;
    text-align: center;
    padding: 8px 20px;
    font-size: 22px;
    transition: all .5s ease;
    line-height: 24px;
    border: 2px solid #fff;
    margin-top: 30px;
    border-radius: 4px;
    font-weight: 500;
}
.site-footer .footer-sidebar-1 .btn:hover{
	background-color: #fff;
	letter-spacing: 1px;
	border-color: #f9b419;
}

.home-testimonial .testimonial-1{
	background: none !important;
	padding: 0;
	text-align: center;
}
.home-testimonial .testimonial-1 .testimonial-name{
	font-size: 24px;
}
.home-testimonial .testimonial-1 .testimonial-pic{
	box-shadow: none;
	padding: 0;
	background: none;
	margin-bottom: 20px;
}
.home-testimonial .testimonial-1 .testimonial-pic .info{
	text-align: center;
	padding: 0;
}
.home-testimonial .testimonial-1 .testimonial-review{
	flex-direction: column;
	row-gap: 20px;
	margin-top: 20px;
}
.home-testimonial .testimonial-1 .star-rating li{
	font-size: 24px;
}
.home-testimonial .testimonial-1 .reviewer{
	display: flex;
	justify-content: center;
	font-size: 20px;
	font-weight: normal;
}
.home-testimonial .testimonial-1 .reviewer .testimonial-position{
	font-size: 20px;
	margin-left: 5px;
	color: var(--rating-color);
}
.home-testimonial .testimonial-1 .star-rating{
	color: var(--rating-color);
}

.home-products{
	padding-top: 80px !important;
	padding-bottom: 120px !important;
	position: relative;
}
.home-products:before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    bottom: 0;
    left: 0 !important;
    width: 100% !important;
    height: 50% !important;
    background: url(assets/images/footer-background-img-yellow.jpg) no-repeat bottom center !important;
    background-size: cover !important;
    top: auto !important;
}
.home-products .content-inner-2{
	padding: 0;
}
.home-products .section-head{
	text-align: center;
}
.home-products .e-con-inner{
	padding: 0 15px !important;
}
.home-products .eael-product-grid .woocommerce ul.products li.product{
	border: none !important;
	background: none !important;
}
.home-products .product-slide img{
	object-fit: contain;
	aspect-ratio: 1/1.05;
	width: 70% !important;
	margin: 0 auto 15px !important;
}
.home-products .swiper-slide{
	padding: 30px;
}
.woocommerce ul.products li.product a img{
	object-fit: contain;
	aspect-ratio: 1/1.05;
	width: 85% !important;
	margin: 0 auto 15px !important;
}
.home-products .product-category{
	color: #fff;
	font-size: 18px;
}
.home-products .product-slide h3, .woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-size: 26px !important;
	text-align: left;
}
.woocommerce ul.products li.product .price{
	display: none !important;
}
.home-products a.btn.btn-primary{
	background: #fff;
	border-color: transparent;
	color: #f9b419;
	width: 100%;
	max-width: 100%;
	font-weight: normal;
}
.home-products a.btn.btn-primary:hover{
	border-color: #01b6e2;
	color: #01b6e2 !important;
	letter-spacing: 1px;
}

a.trial-pop.remote-support{
	position: fixed;
    right: 0;
    top: 36%;
    color: #fff !important;
    background: #e32349;
    font-size: 22px;
    line-height: 27px;
    padding: 10px 20px 10px 10px;
    z-index: 99999;
    border-radius: 10px 0 0px 10px;
    transition: all .5s ease;
}
a.trial-pop.remote-support:hover{
	letter-spacing: 1px;
}

.ajax-modal-content{
	text-align: center;
}
.modal .modal-lg{
	max-width: 600px;
}
.modal .modal-content{
	border: 4px solid #01b6e2;
}
.modal .modal-header .btn-close{
	position: absolute;
    top: -15px;
    right: -15px;
    margin: 0;
    background: #01b6e2;
    color: #fff;
    opacity: 1;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 1;
    border-radius: 40px;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.modal .modal-header .btn-close:before{
	content: 'x';
}
.modal-title{
	font-size: 35px;
	text-align: center;
	line-height: 1.2 !important;
	width: 100%;
}
.modal-title .product-title{
	color: #01b6e2;
	display: block;
}
.modal.show .modal-dialog{
	margin-top: 30px !important;
}
.wpcf7-form .modal-footer .btn{
	width: 100%;
	max-width: 100%;
}

.modal .modal-content ul li{
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}
.modal .modal-content ul li:before{
	content: '\f054';
    font-family:"Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    left: 4px;
    top: 0;
    color: #01b6e2;
}
.modal .modal-body .modal-header{
	font-size: 35px;
	text-align: center;
	line-height: 1.2 !important;
	margin: 0 -15px 20px;
	border-bottom-color: #01b6e2;
}
.modal .modal-body .modal-header :is(span, strong){
	display: block;
}
.modal .modal-footer{
	border-top-color: #01b6e2;
	justify-content: center;
}

section.content-inner-2.img-with-text-2{
	padding: 80px 0;
}
section.content-inner-2.img-with-text-2 .content-box > div, section.content-inner-2.img-with-text-2 .content-box .highlight{
	color: #000;
	margin-bottom: 10px;
}

.single-dz-case-study .port-detail{
	color: var( --e-global-color-text );
}
.single-dz-case-study .port-detail p, .case-studies-content p{
	margin-bottom: 10px;
}
.single-dz-case-study .port-detail .icon-bx-wraper.style-7{
	display: inline-flex;
	width: 48%;
}
.single-dz-case-study .port-detail .icon-bx-wraper.style-7 .title{
	font-size: 23px;
    font-weight: 500;
    color: #01b6e2;
    line-height: 32px;
}
.single-dz-case-study .port-detail h2, .case-studies-content h2{
	font-weight: 700;
	color: #01b6e2;
	margin: 10px 0;
}
.case-studies-content{
	padding-bottom: 60px !important;
}
.case-studies-content .elementor-widget-container{
	padding: 0 15px;
}
.case-studies-content ul li{
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}
.case-studies-content ul li:before{
	content: '\f054';
    font-family:"Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    left: 4px;
    top: 0;
}
.case-studies-content .btn.btn-primary{
	background: #01b6e2;
	border-color: #01b6e2;
}
.case-studies-content .btn.btn-primary:hover{
	background: #fff;
	color: #01b6e2 !important; 	
}
.img-with-video-2{
	padding: 70px 0;
}
.img-with-video-2 a.btn.shadow-primary{
	margin-top: 20px;
}
a.btn.shadow-primary.btn-secondary.popup-youtube{
	padding: 8px 20px;
    background: #01b6e2;
    font-size: 22px;
    line-height: 24px;
    color: white;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 3px;
    display: inline-flex;
    width: auto;
    min-width: 130px;
    text-align: center;
    border: solid 2px #01b6e2;
    max-width: fit-content;
    margin-left: 10px;
}
a.btn.shadow-primary.btn-secondary.popup-youtube:hover{
	background: #fff;
	color: #01b6e2 !important;
	border-color: #01b6e2;
}
a.btn.shadow-primary.btn-secondary.popup-youtube:before{
	content: '\f04b';
    font-family:"Font Awesome 5 Free";
    font-weight: 700;
    margin-right: 10px;
}

section.related.products{
	display: none;
}

.woocommerce div.product .dz-product-detail{
	color: #000;
}
.woocommerce div.product .dz-product-detail .product_title{
	font-size: 64px;
	line-height: 64px;
	font-weight: normal;
	padding: 10px 0;
	margin-bottom: 0;
	color: #000;
}
.woocommerce div.product .dz-product-detail .price{
	display: none;
}
.woocommerce-product-details__short-description h3{
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
	color: #000;
}
.woocommerce-product-details__short-description ul{
	margin-left: 15px;
}
.woocommerce-product-details__short-description ul li{
	font-size: 17px;
    line-height: 17px;
    padding: 8px 0px;
}
.woocommerce-product-details__short-description ul li strong{
	color: #01b6e2;
    font-weight: normal;
}
.woocommerce div.product .product_meta{
	display: none;
}
.woocommerce div.product .product-cat-subtitle{
	color: #01b6e2;
	font-size: 32px;
	line-height: 32px;
}
.woocommerce div.product .dz-product-detail .button{
	padding: 8px 20px;
    background: #01b6e2;
    font-size: 22px;
    line-height: 24px;
    color: white;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 3px;
    display: inline-flex;
    width: auto;
    min-width: 130px;
    text-align: center;
    border: solid 2px #01b6e2;
    max-width: fit-content;
    margin: 0 !important;
    font-weight: normal;
}
.woocommerce div.product .dz-product-detail .button:hover{
	background: whitesmoke;
    color: #01b6e2 !important;
    border: solid 2px #01b6e2;
}
.woocommerce div.product .dz-product-detail .button + .button{
	margin-left: 10px !important;
}
.woocommerce div.product .woocommerce-product-gallery{
	width: 100% !important;
}
.woocommerce div.product div.images img{
	max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    margin: 0px auto;
    width: auto !important;
}


.woocommerce div.product .product-full-content .woocommerce-tabs{
	margin-top: 30px;
}
#tab-reviews, #tab-title-reviews{
	display: none !important;
}
#tab-reviews, #tab-description, #tab-specification_tab, #tab-media_tab, #tab-finishing_tab{
	background: #fff !important;
    margin-top: 0px;
    padding: 30px;
    border: 1px solid #ececec;
    margin-bottom: 0;
}	

.woocommerce-Tabs-panel--description > h2:first-child{
	display: none;
}
.woocommerce-Tabs-panel--description > h2{
	font-size: 31px !important;
	font-weight: 700 !important;
	text-transform: none !important;
}
.category-description{
	font-size: 20px;
	color: #fff;
	max-width: 800px;
	margin: 0 auto;
}
.category-description p{
	margin-bottom: 0;
}
.dz-bnr-inr-entry .breadcrumb-row{
	display: none !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel ul li{
	margin: 5px 0;
	padding-left: 20px;
	position: relative;
	line-height: 22px;
}
.woocommerce-tabs .woocommerce-Tabs-panel ul li:before{
	content: '\f054';
    font-family:"Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    left: 4px;
    top: 0;
}


ul.sector-list li{
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	line-height: 20px;
}
ul.sector-list li:before{
	content: '\f054';
    font-family:"Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    left: 4px;
    top: 0;
    color: #e32349;
}

.img-with-text-2 .clients-wrapper{
	margin-bottom: 20px;
}
.img-with-text-2 .clients-wrapper img{
	width: 30%;
    margin: 10px 10% 10px 0px;
    display: inline-block;
}
.img-with-text-2 img.gcloud-logo {
    max-width: 250px;
    float: right;
    margin: 10px 0 10px 15px;
}

ul.terms li{
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	line-height: 20px;
}
ul.terms li:before{
	content: '\f054';
    font-family:"Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    left: 4px;
    top: 0;
    color: #e32349;
}

.cms-pages.content-inner{
	padding: 80px 0;
}

.policy-container:not(:last-child){
	margin-bottom: 20px;
}
.policy-container .elementor-widget-heading{
	padding-right: 20px !important;
}

.case-studies-list{
	padding: 60px 0 !important;
}
.case-studies-list .eael-grid-post-holder{
	border: 3px solid #048ecb;
}
.case-studies-list .eael-grid-post-holder-inner{
	position: relative;
}
.case-studies-list .eael-grid-post .eael-entry-wrapper{
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(4, 142, 203, .72);
	transition: height 0.4s;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 75px;
	padding: 0;
}
.case-studies-list .eael-grid-post:hover .eael-entry-wrapper{
	height: 100%;
}
.case-studies-list .eael-grid-post .eael-entry-thumbnail>img{
	aspect-ratio: 1/.7;
}
.case-studies-list .eael-entry-overlay{
	display: none;
}
.case-studies-list .eael-grid-post-holder header.eael-entry-header{
	height: 75px;
	width: 100%;
}
.case-studies-list .eael-grid-post-holder .eael-entry-title{
	font-size: 23px !important;
	font-weight: normal !important;
	margin: 0;
    padding: 10px 15px;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-studies-list .eael-grid-post-holder .eael-entry-title a{
	font-weight: normal;
	color: #fff !important;
	font-family: 'Helvetica Neue';
}
.case-studies-list .eael-grid-post-holder .eael-grid-post-excerpt p{
	display: none;
}

.case-studies-list .eael-grid-post-holder .eael-entry-content{
	display: none;
}
.case-studies-list .eael-grid-post:hover .eael-grid-post-holder .eael-entry-content{
	display: block;
}
.case-studies-list .eael-post-elements-readmore-btn{
	border: 1px solid #fff;
    color: #fff !important;
    padding: 13px 15px;
    letter-spacing: 2px;
    width: 202px;
    font-size: 17px;
    display: inline-block !important;
    line-height: 24px;
    text-transform: uppercase;
}
.case-studies-list .eael-post-elements-readmore-btn:hover{
	background: #fff;
	color: #048ecb !important;
}

.elementor-widget-dz-sitemap .img-with-text-2{
	padding: 80px 0;
}
.sitemap-wrapper h3{
	font-size: 16px;
	font-weight: normal;
}
.sitemap-wrapper ul{
	padding-left: 25px;
}

.policy-content-section{
	padding-top: 60px !important;
	padding-bottom: 30px !important;
}
.policy-content-section .elementor-element{
	margin-bottom: 30px;
}
.policy-content-section .elementor-button {
    padding: 8px 20px;
    background: #01b6e2 !important;
    font-size: 22px;
    line-height: 24px;
    color: white;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 3px;
    display: inline-flex;
    width: auto !important;
    min-width: 130px;
    text-align: center;
    border: solid 2px #01b6e2;
    max-width: fit-content;
    margin: 0 !important;
    font-weight: normal !important;
}
.policy-content-section .elementor-button:hover{
	background: whitesmoke !important;
    color: #01b6e2 !important;
    border: solid 2px #01b6e2;
}

.vacancy-section.content-inner-2{
	padding-top: 80px;
	padding-bottom: 50px;
}
.vacancy-section .about-text-bx{
	padding-left: 0;
}
.vacancy-section .vacancy-row{
	background: #fff;
	border: 1px solid #ccc;
	padding: 30px;
	margin-bottom: 30px;
}
.vacancy-section .left-content{
	font-size: 20px;
}
.vacancy-section .left-content p{
	margin-bottom: 0;
}
.vacancy-section .about-text-bx:after{
	content: none;
}
.vacancy-section .about-bx1 h2{
	font-size: 28px !important;
}
.vacancy-section .about-bx1 :is(h2, h3){
	color: #01b6e2;
	font-weight: normal;
}
.vacancy-section .btn.btn-primary{
	background: #01b6e2;
	border-color: #01b6e2;
}
.vacancy-section .btn.btn-primary:hover{
	background: #fff;
	color: #01b6e2 !important;
	border-color: #01b6e2;
}


.about-bx1  ul li{
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	line-height: 20px;
}
.about-bx1 ul li:before{
	content: '\f054';
    font-family:"Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    left: 4px;
    top: 0;
    color: #01b6e2;
}
.about-bx1  ul.print-list li:before{
	color: #aacc76;
}
.theme-red ul li:before{
	color: #e32349;
}
.theme-green ul li:before{
	color: #aacc76;
}
.print-list li strong{
	color: #aacc76;
	font-weight: normal;
}


.woocommerce ul.products{
	padding: 0 30px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 15px;
    text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	text-align: center;
	color: #01b6e2;
	font-size: 21px;
}
.ds-section-container{
	position: relative;
}
.ds-section-container > .e-con-inner{
	padding: 80px 20px !important;
}
.ds-section-container .elementor-widget-dz-video-1{
	width: 50%;
	position: static;
}
.ds-section-container .about-video-box{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 80px;
	width: 47%;
}
.ds-section-container .about-video-box .video-bx{
	height: 100%;
}
.ds-section-container .about-video-box .video-bx.style-1 > img{
	height: 100%;
}
.ds-section-container .about-video-box:after{
	content: none;
}

.elementor-widget-dz-post-listing-1 .content-inner .container{
	padding: 0;
}

.about-bx1 .year-exp h4.text{
	font-size: 16px;
	font-weight: normal;
}

div#SiteModal .modal-body ul {
    display: inline-block;
    text-align: left;
}



@media screen and (min-width: 1499px){
	.container, .container-sm, .container-md, .container-lg, .container-xl{
		max-width: 1400px !important;
	}
	.e-con.e-flex>.e-con-inner .container{
		max-width: 100% !important;
	}
}
@media screen and (max-width: 1498px){
	.container, .container-sm, .container-md, .container-lg{
		max-width: 100% !important;
	}
}
@media screen and (max-width: 1400px){
	.site-header .extra-icon-box{
		display: block !important;
	}
	.site-header .logo-header{
		width: 150px;
	}
	.header-nav .nav > li > a{
		font-size: 15px !important;
		padding: 10px 12px !important;
	}
	.header-nav .nav{
		width: 100%;
	}
}
@media screen and (max-width: 991px){
	.fold1-slider .swiper-slide .slide-content{
		flex-direction: column-reverse;
		justify-content: flex-start;
	}
	.fold1-slider .swiper-slide .slide-content .left-half{
		width: 100%;
	}
	.fold1-slider .swiper-slide .slide-content .left-half .left-half-inner{
		padding: 25px;
		text-align: center;
	}
	.fold1-slider .swiper-slide .slide-content .left-half a.readmore{
		margin: 0 auto;
	}
	.fold1-slider .swiper-slide .slide-content .right-half{
		width: 100%;
		position: relative;
        padding-top: 70%;
        overflow: hidden;
        margin-bottom: auto;
	}
	.fold1-slider .swiper-slide .slide-content .right-half img{
		position: absolute;
		top: 0;
		left: 0;
	}
	.review-section .e-con-inner .elementor-widget-testimonial{
		width: 100%;
	}
	.fold1-slider .swiper-slide .slide-content .left-half h2{
		font-size: 48px !important;
		line-height: 54px;
	}
	.fb-links{
		justify-content: center;
	}
	.service-listing-section .col-sm-6{
		width: 100%;
	}
	.service-listing-section .icon-bx-wraper.style-2 .icon-content{
		text-align: center;
	}
	.service-listing-section .icon-bx-wraper.style-2 .btn-link{
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 0;
	}
	.service-listing-section .icon-bx-wraper.style-2 .title{
		padding-right: 0;
	}

	.site-footer.style-1 .footer-bottom{
		padding-bottom: 70px !important;
	}

	.dz-bnr-inr + div:is([data-elementor-type="wp-post"], [data-elementor-type="wp-page"]) > :is(div:first-child, section:first-child){
		padding-bottom: 0 !important;
	}
	.dz-bnr-inr + div:is([data-elementor-type="wp-post"], [data-elementor-type="wp-page"]) > :is(div:first-child, section:first-child) .elementor-widget, .dz-bnr-inr + div:is([data-elementor-type="wp-post"], [data-elementor-type="wp-page"]) > :is(div:first-child, section:first-child) section.content-inner-2.img-with-text-2 .row{
		flex-direction: column-reverse;
	}
	.dz-bnr-inr + div:is([data-elementor-type="wp-post"], [data-elementor-type="wp-page"]) > :is(div:first-child, section:first-child) section.content-inner-2.img-with-text-2{
		padding-top: 0;
	}
	.dz-bnr-inr + div:is([data-elementor-type="wp-post"], [data-elementor-type="wp-page"]) > :is(div:first-child, section:first-child) section.content-inner-2.img-with-text-2 .image-box{
		padding: 0;
	}
	.dz-bnr-inr + div:is([data-elementor-type="wp-post"], [data-elementor-type="wp-page"]) > :is(div:first-child, section:first-child) section.content-inner-2.img-with-text-2 .image-box .dz-media{
		position: relative;
		width: 100%;
	}
	.dz-bnr-inr + div:is([data-elementor-type="wp-post"], [data-elementor-type="wp-page"]) > :is(div:first-child, section:first-child) section.content-inner-2.img-with-text-2 .content-box{
		padding-top: 25px;
	}

	.ds-section-container .about-video-box{
		position: relative;
		width: 100%;
	}
	.ds-section-container > .e-con-inner{
		flex-direction: column-reverse !important;
        padding: 0 0 40px !important;
	}
	.ds-section-container > .e-con-inner > .elementor-element{
		width: 100% !important;
	}
	.ds-section-container > .e-con-inner > .elementor-element:not(.elementor-widget-dz-video-1){
		padding: 30px 15px 0 !important;
	}
	#post_listing_1_LoadMoreContainer > .card-container{
		width: 50%;
	}


}
@media screen and (max-width: 767px){
	a.btn.shadow-primary.btn-secondary.popup-youtube, .btn.btn-primary, .site-footer .footer-sidebar-1 .btn, .fold1-slider .swiper-slide .slide-content .left-half a.readmore, .service-listing-section .icon-bx-wraper.style-2 .btn-link, .woocommerce div.product .dz-product-detail .button, .policy-content-section .elementor-button{
		font-size: 17px;
	}
	.woocommerce ul.products li.product a.btn.btn-primary{
		font-size: 14px;
	}
	h2, .h2, .section-head.style-2 h2, .section-head.style-2 .h2, .section-head.style-1 h2, .section-head.style-1 .h2{
		font-size: 24px !important;
	}
	.fold1-slider .swiper-slide .slide-content .left-half .left-half-inner{
		padding: 25px 15px;
	}
	.fold1-slider .swiper-slide .slide-content .left-half h2{
		font-size: 36px !important;
		line-height: 40px;
	}
	.fold1-slider .swiper-slide .slide-content .left-half p.intro-para{
		font-size: 16px;
		line-height: 20px;
	}

	section.content-inner-2.img-with-text-2{
		padding: 50px 0;
	}
	.review-section{
		padding: 50px 0 !important;
	}
	.content-inner-2.service-listing-section{
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.service-listing-section .icon-bx-wraper.style-2 .title{
		font-size: 28px;
	}
	.modal-title{
		font-size: 20px;
	}
	.modal .modal-body .modal-header{
		font-size: 20px;
	}
	.modal-footer{
		justify-content: center;
	}
	.about-bx1 .m-lg-b30{
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.wpr-promo-box-description h2, .wpr-promo-box-description h3{
		font-size: 24px;
		line-height: 28px;
	}
	.dz-bnr-inr.dz-bnr-inr-sm, .dz-bnr-inr.dz-bnr-inr-sm .dz-bnr-inr-entry{
		height: 200px !important;
	}
	.single-dz-case-study .port-detail .icon-bx-wraper.style-7 .title{
		font-size: 20px;
	}
	.img-with-video-2{
		padding: 40px 0;
	}
	.product-full-content .container{
		padding-left: 0;
		padding-right: 0;
	}
	.woocommerce div.product .product-cat-subtitle{
		font-size: 24px;
		line-height: 24px;
	}
	.woocommerce div.product .dz-product-detail .product_title{
		font-size: 36px;
		line-height: 36px;
	}
	.woocommerce div.product .dz-product-detail .button{
		padding: 8px 10px;
	}
	#tab-reviews, #tab-description, #tab-specification_tab, #tab-media_tab, #tab-finishing_tab{
		padding: 15px !important;
	}
	.woocommerce div.product .product-full-content .woocommerce-tabs{
		margin-top: 0;
		margin-bottom: 20px;
	}
	.woocommerce-tabs .woocommerce-Tabs-panel ul li:before{
		top: 1px;
	}
	.cms-pages.content-inner{
		padding: 50px 0;
	}
	.policy-container .elementor-widget-heading{
		padding-right: 0 !important;
		margin-bottom: 10px !important;
	}

	.policy-content-section{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.vacancy-section.content-inner-2{
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.vacancy-section .vacancy-row{
		padding: 20px;
	}
	.woocommerce ul.products{
		padding: 0 15px !important;
	}

	.review-section {
	    padding-left: 15px !important;
	    padding-right: 15px !important;
	}

	#post_listing_1_LoadMoreContainer > .card-container{
		width: 100%;
	}
	.modal .modal-header .btn-close{
		right: -8px;
	}
	.woocommerce-Tabs-panel--description > h2{
		font-size: 24px !important;
	}
	.category-description{
		font-size: 16px;
	}

}
@media screen and (max-width: 575px){
	.service-listing-section .icon-bx-wraper.style-2{
		border: none;
		padding: 0;
	}
}
