@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*===Header Css Start====*/
.elementor-location-header{
	transition: 0.5s !important;
}
.elementor-location-header .global-header{
	transition: 0.6s !important;
}
.elementor-location-header.sticky .global-header{
	position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 3px #00559682;
}
.global-header .current-menu-item a{
	font-weight: 700 !important;
}


/*===Footer Css Strat=====*/
.footer-social-icon a svg path{
	transition: 0.5s;
}
/*.footer-social-icon a:hover svg path{
	fill: #ffffff;
}
*/
.copyright-text p strong{
	font-weight: 600;
}
.footer-icon-list li a svg path{
	transition: 0.5s;
}
.footer-icon-list li a:hover svg path{
	fill: #BB944B;
}
.grecaptcha-badge{
	z-index: 999;
}
/*===Home Page Css Start===*/
.testimonials-slider .swiper{
	padding: 20px 15px !important;
	margin: 0 -15px !important;
}
body{
	counter-reset: sec-counter;
}
.count-line{
	position: relative;
	counter-increment: sec-counter;
	z-index: 3;
}
.count-line::after{
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 85, 150, 0.4);
	z-index: 1;
}
.count-line.team-slide-wrap::after{
	height: calc(100% - 100px);
}
.count-line .count-text {
	position: relative;
}
.count-line .count-text::before {
	position: absolute;
	content: counter(sec-counter, decimal-leading-zero);
	left: -84px;
    width: 20px;
    height: 40px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #005596;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -6px;
    background: #F8F9FA;
    z-index: 2;
}
.count-line .count-text.white::before{
	background: #ffffff;
}

.blog-left-loop-item .post-title .elementor-widget-container{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-left-loop-item .post-excerpt .elementor-widget-container{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-right-loop-item .post-title .elementor-widget-container{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.blog-right-loop-item .post-title{}
.right-posts-home .elementor-post__title{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.right-posts-home .elementor-post__excerpt p{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.weekend-box-wrap{
	counter-reset: sec-counter;
}

.weekend-box-wrap .box{
	position: relative;
	counter-increment: sec-counter;
	z-index: 3;
	transition: 0.5s;
}
.weekend-box-wrap .box .arrow-icon {
	position: relative;
}
.weekend-box-wrap .box .arrow-icon::before {
	position: absolute;
    content: counter(sec-counter, decimal-leading-zero);
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
    color: #ffffff;
    opacity: 1;
    transition: 0.5s;
}
.weekend-box-wrap .box .arrow-icon .elementor-icon{
/*	opacity: 0.5;*/
	transition: 0.5s;
}
.weekend-box-wrap .box .arrow-icon .elementor-icon{
	opacity: 1;
	border-color: #ffffff !important;
}
/*.weekend-box-wrap .box:hover .arrow-icon::before {
    color: #ffffff;
    opacity: 1;
}*/
.weekend-box-wrap .box .arrow-icon .elementor-icon svg path{
	fill: #ffffff;
}
.weekend-box-wrap .box .elementor-heading-title{
	transition: 0.5s;
}
.weekend-box-wrap .box:hover .elementor-heading-title{
	color: #ffffff !important;
}
.why-art-box {
  position: relative;
  transition: 0.5s !important;
  z-index: 3;
}
.why-art-box::before {
  	content: "";
 	 position: absolute;
  	height: calc(100% - 42px);
	left: 0 !important;
	top: inherit !important;
	bottom: 0 !important;
  	inset: 0;
    padding: 1px;
    border-radius: 2px;
    background: linear-gradient(180deg, #fff 0%, #005596 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#005596 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    transition: 0.5s !important;
    z-index: 2;
}
.why-art-box::after{
	position: absolute;
	content: '';
	width: 100%;
	height: calc(100% - 42px);
	left: 0;
	bottom: 0;
  	background: linear-gradient(
    18deg,
    #fff 0%,
    #fff 100%
  );
  transition: 0.5s !important; 
  z-index: 1;
  border-radius: 4px;
}
.why-art-box:hover::after{
  	background: linear-gradient(
    18deg,
    #005596 0%,
    #005596 100%
  );
}
.why-art-box .elementor-widget-container{
	position: relative;
	z-index: 2;
}
.why-art-box .elementor-icon-box-icon .elementor-icon{
	position: relative;
	overflow: hidden;
	border-radius: 0 2px 2px 2px !important;
}
.why-art-box .elementor-icon-box-icon .elementor-icon{

}
.why-art-box .elementor-icon-box-icon .elementor-icon::before{
	position: absolute;
    content: '';
    width: 30px;
    height: 40px;
    background: #F8F9FA;
    left: -17px;
    top: -17px;
    transform: rotate(45deg);
    z-index: 2;
}
.why-art-box .elementor-icon-box-icon .elementor-icon svg path{
	transition: 0.5s;
}
.why-art-box:hover .elementor-icon-box-icon .elementor-icon svg path{
	fill: #005596;
}
.why-art-box .elementor-icon-box-description{
	transition: 0.5s;
}
.why-art-box:hover .elementor-icon-box-description{
	color: #ffffff !important;
}
.banner-img img{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
.about-banner-video{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
.bannerSec .banner-bottom{
	position: relative;
}
.banner-bottom::before{
	z-index: 99;
    opacity: 1 !important;
    object-fit: contain;
    background-position: bottom right;
    right: -2px;
    width: 50% !important;
    left: inherit !important;
    top: -9px !important;
    height: calc(100% + 10px) !important;

}
.bannerSec.blog .count-line::after {
    height: calc(100% - 195px);
}
.bannerSec.print .count-line .count-text.white::before {
    top: -15px;
}
.trust-image-slider .swiper-wrapper { 
	transition-timing-function: linear !important;
}
.bannerSec .count-line .count-text.white::before{
	left: -60px;
	top: -55px;
}
.bannerSec.blog-details .count-line .count-text{
	z-index: 2;
}
.bannerSec .count-line::after{
	height: calc(100% - 80px);
    bottom: 0;
    top: inherit;
}
.bannerSec.blog-details .count-line::after {
    height: calc(100% - 35px);
    bottom: 0;
    top: inherit;
}
.bannerSec.contact .count-line::after {
    height: calc(100% - 30px);
}
.bannerSec.inner .count-line .count-text.white::before {
    top: 0;
}
.bannerSec.human .count-line .count-text.white::before {
    top: -20px;
}
.bannerSec.blog-details .count-line .count-text.white::before {
    top: 20px;
}
.bannerSec.about .count-line::after {
    height: calc(100% - 100px);
    bottom: 0;
    top: inherit;
}
/*==Why Artisan Page Css Start====*/
.nospace p:last-child{
	margin-bottom: 0 !important;
}
.contact-form .gfield_required{
	display: none !important;
}
.contact-form .gfield_label{
	font-family: 'Poppins';
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 1.3;
	color: #1D2B4F;
}
.contact-form input:not([type="submit"]), .contact-form select, .contact-form textarea{
	font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.3;
    color: #1f1f1e;
    padding: 5px 16px !important;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6 !important;
    border-radius: 8px;
    outline: none;
}
.contact-form input::placeholder, .contact-form textarea::placeholder, .contact-form select::placeholder{
	font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.3;
    color: #1f1f1e;
}
.contact-form textarea{
	padding: 16px !important;
	height: 196px !important;
	resize: none;
}
.contact-form select{
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.707 10.121L0 1.414L1.414 0L8.707 7.293L16 0L17.414 1.414L8.707 10.121Z' fill='%231D2B4F'/%3E%3C/svg%3E%0A");
	background-size: 17px;
	background-position: calc(100% - 18px) center;
	appearance: none;
	background-repeat: no-repeat;
}
.contact-form input[type="email"]{
	text-transform: lowercase !important;
}
.contact-form .gform_footer input[type="submit"]{
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase; !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #FFFFFF !important;
	padding: 17px 38px !important;
	background: #BB944B !important;
	border-radius: 8px !important;
	border: 1px solid transparent !important;
}
.contact-form .gform_footer input[type="submit"]:hover, .contact-form .gform_footer input[type="submit"]:focus{
	color: #0d2245 !important;
	background: #FFFFFF !important;
	border-color: #0d2245 !important;
}
.contact-form .gform_footer{
	padding: 0 !important;
	margin-top: 30px !important;
	justify-content: right;
}
.contact-form .top_label{
	row-gap: 16px !important;
}
.contact-form .ginput_container_name span{
	padding: 0 !important;
	margin: 0 !important;
}
.contact-form .gform_confirmation_message_1{
	font-size: 20px;
	font-weight: 700;
}
.reach-social .elementor-social-icons-wrapper a:hover svg path{
	fill: #E79A18;
}
/*==About Page Css Start====*/
/*.our-values-icon-box .elementor-icon-box-description{
	max-width: 500px;
}*/
.team-slide-main .e-con-inner{
	max-width: 100% !important;
	margin: 0 !important;
}
.team-slide-btn-wrap .elementor-icon svg path{
	transition: 0.5s;
}
.team-slide-btn-wrap .elementor-icon:hover svg path{
	stroke: #E79A18;
}

.artisan-team-loop{
  position: relative;
  transition: 0.5s !important;
  z-index: 3;
}
.artisan-team-loop::after     {
	content: "";
    position: absolute;
    height: 100%;
    left: 0 !important;
    inset: 0;
    padding: 1px;
    background: linear-gradient(360deg, #fff -15%, #005596 100%);
    -webkit-mask: linear-gradient(#005596 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
    border-radius: 16px;
}
.team-featured-image .elementor-widget-container img{
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 19% 100%, 0% 77%);
}
.our-values-icon-box .elementor-icon-box-title .orange{
	color: #E79A18;
}
#gform_confirmation_message_3{
	text-align: center;
	font-weight: 700;
}
/*==Services Page Css Start====*/
.works-wrap{
	position: relative;
}
.works-wrap .item{
	position: relative;
}
.works-wrap .item::before{
	position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    left: -12px;
    top: inherit;
    bottom: -12px;
    border-radius: 50%;
    background: #E79A18;
    border: none;
    z-index: 1;
}
.works-wrap .item.odd::before{
    top: -12px;
    bottom: inherit;
}
.works-wrap .item:first-child::before{
	width: 0;
}
.works-wrap .item.even::after{
	position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0px;
    top: inherit;
    bottom: -1px;
    background: #0000001a;
}
.works-wrap .item.even:nth-child(2)::after{
	width: calc(100% + 180px);
	left: -92px;
}
.works-wrap.five-step.works-wrap .item:nth-child(4)::before {
    width: 0;
}
.works-wrap.five-step.works-wrap .item:nth-child(4)::after {
    width: calc(100%  + 90px);
    left: -90px;
}
.faq .e-n-accordion-item{
	border-bottom: 1px solid rgba(0, 0, 0, 0.70);
}
.faq .e-n-accordion-item-title{
	align-items: start !important;
}
.faq .e-n-accordion-item-title-icon{
	margin-top: 16px;
}
.faq .e-n-accordion-item p a{
	text-decoration: underline;
}
/*==Blog Page Css Start====*/
.post-info-shortcode .elementor-shortcode{
	font-family: 'Rubik';
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	color: #2B352F66;
	min-height: 40px;
}
.blog-loop-blogpage .cotent-wrap{
	height: 100%;
}
.blog-loop-blogpage .cotent-wrap .post-title .elementor-heading-title{
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; 
    line-clamp: 2; 
   -webkit-box-orient: vertical;
   min-height: 72px;
}
.provide-tabs .e-n-tabs-heading{
	column-gap: 26px !important;
}
.provide-tabs .e-n-tabs-heading .e-n-tab-title{
	justify-content: space-between;
	align-items: end;
	max-width: calc(25% - 20px);
	min-width: calc(25% - 20px);
}
.provide-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text{
	width: 100%;
	text-align: left;
	text-transform: capitalize !important;
}
.provide-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	border: 1px solid #000000;
	border-radius: 50%;
	opacity: 0.5;
	transition: 0.5s;
}
.provide-tabs .e-n-tabs-heading .e-n-tab-title:hover .e-n-tab-icon, .provide-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] .e-n-tab-icon{
	border-color: #ffffff;
	opacity: 1;
}
.provide-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] .e-n-tab-icon svg path, .provide-tabs .e-n-tabs-heading .e-n-tab-title:hover .e-n-tab-icon svg path{
	fill: #ffffff;
}
.provide-tabs .e-n-tabs-heading .e-n-tab-title{
	position: relative;
	z-index: 3;
	transition: 0.5s;
}
.provide-tabs .e-n-tabs-heading .e-n-tab-title::before {
	position: absolute;
	content: "01";
    left: 30px;
    bottom: 48px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
    color: #000000;
    opacity: 0.5;
    transition: 0.5s;
}
.provide-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(2)::before{
	content: "02";
}
.provide-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(3)::before{
	content: "03";
}
.provide-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(4)::before{
	content: "04";
}
.provide-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(5)::before{
	content: "05";
}
.provide-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(6)::before{
	content: "06";
}
.provide-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(7)::before{
	content: "07";
}
.provide-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]::before, .provide-tabs .e-n-tabs-heading .e-n-tab-title:hover::before {
	color: #ffffff;
	opacity: 1;
}

/*==Blog Details Page Css Start====*/
.blog-post-content p, .blog-post-content h3, .blog-post-content ul li{
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
	text-align: left !important;
}
.blog-post-content a{
	color: #BB944B;
}
.blog-post-content a:hover{
	color: #005596;
}
.blog-post-content p{
	margin-bottom: 25px;
}
.blog-post-content h3{
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
}
.blog-post-content ul li{
	margin-bottom: 10px;
}
.blog-post-content ul{
	padding-left: 0;
}
.blog-post-content ul li::marker{
	font-size: 0;
}

.blog-post-content p .size-thumbnail{
	margin-right: 10px;
}
.blog-post-content img{
	margin: 0;
}
.blog-post-content img, .blog-post-content figure{
	float: none;
}
.blog-post-content figure{
	margin: 10px 0 !important;
}
.blog-post-content .aioseo-author-bio-compact{
	max-width: 450px;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.7);
	background: transparent;
	margin-top: 20px;
}
.blog-post-content .aioseo-author-bio-compact .author-name{
	font-size: 18px !important;
	font-weight: 700px !important;
}
.blog-post-content .aioseo-author-bio-compact .author-bio-link a{
	color: #BB944B;
	font-size: 18px !important;
}
.blog-post-content .aioseo-author-bio-compact .author-bio-link a svg path{
	fill: #BB944B;
}
.blog-post-content .aioseo-author-bio-compact .author-bio-link:hover a{
	color: #005596;
}
.blog-post-content .aioseo-author-bio-compact .author-bio-link:hover a svg path{
	fill: #005596;
}
.featured-image-blog a{
	display: block !important;
}

/*==Responsive Css Start====*/
@media (min-width: 1025px) and (max-width: 1600px) {
    /*html:has(.page-id-1969) {
        zoom: 0.81;
        zoom: 81%;
	} */
	html {
        zoom: 0.81;
        zoom: 81%;
	} 
	.blog-loop-blogpage .cotent-wrap .post-title .elementor-heading-title{
	   min-height: 60px;
	}
}
@media (min-width: 1367px) and (max-width: 1500px) {
/*.footer-wrap.fullwidth{
	padding-left: 100px !important;
	padding-right: 20px !important;
}
.fullwidth{
	padding-left: 20px !important;
	padding-right: 20px !important;
}*/
}
@media (min-width: 1601px) and (max-width: 1798px) {
	.team-slide-main{
		padding-left: 20px !important;
	}
}
@media (min-width: 1601px) and (max-width: 1680px) {
	.footer-top-wrap{
		column-gap: 75px !important;
	}
}
@media (min-width: 1367px) and (max-width: 1458px) {
	.team-slide-main{
		padding-left: 20px !important;
	}
}
@media (min-width: 1367px) and (max-width: 1460px) {
 	.footer-wrap{
 		padding-left: 90px !important;
 	}
 	.footer-wrap .footer-top-wrap{
 		column-gap: 70px;
 	}
}
@media only screen and (max-width: 1366px) {
	.count-line .count-text::before {
	    left: -70px;
	}
	.bannerSec .count-line::after {
	    height: calc(100% - 50px);
	}
	.bannerSec.inner .count-line::after {
	    height: calc(100% - 55px);
	}
	.bannerSec.inner.about .count-line::after {
        height: calc(100% - 130px);
    }
    .bannerSec.inner.services .count-line::after {
        height: calc(100% - 85px);
    }
	.bannerSec .count-line .count-text.white::before {
    	left: -50px;
    	top: -45px;
	}
	.bannerSec.inner.blog .count-line::after {
        height: calc(100% - 185px);
    }
    .bannerSec.human .count-line .count-text.white::before {
    	top: -65px;
	}
	.bannerSec.retail .count-line .count-text.white::before {
        top: -65px;
    }
    .provide-tabs .e-n-tabs-heading .e-n-tab-title::before {
	    left: 25px;
	    bottom: 44px;
	    font-size: 22px;
	}

}
@media only screen (min-width: 1025px) and (max-width: 1200px){
    .bannerSec.inner.about .count-line::after {
        height: calc(100% - 90px);
    }
}
@media only screen and (min-width: 881px) {
	.global-header .current_page_parent .has-submenu{
		color: #BB944B !important;
	}
}

@media only screen and (max-width: 1111px) {
    .bannerSec.inner.about .count-line::after {
        height: calc(100% - 80px);
    }
}
@media only screen and (max-width: 1024px) {
	.slide-btn-wrap .elementor-icon-wrapper .elementor-icon{
		padding: 20px !important;
	}
	.count-line .count-text::before {
	    left: -50px;
	    font-size: 15px;
	    top: -8px;
	}
	.weekend-box-wrap .box .arrow-icon::before {
	    font-size: 22px;
	}
	.why-art-box::before {
	  	height: calc(100% - 30px);
	}
	.why-art-box::after{
		height: calc(100% - 30px);
	}
	.bannerSec .count-line .count-text.white::before {
        left: -35px;
        top: -25px;
    }
    .bannerSec.inner.services .count-line::after {
        height: calc(100% - 15px);
    }
    .banner-bottom::before {
	    right: -26px;
	}
	.banner-bottom-divider{
		--divider-border-width: 45px !important;
	}
	.bannerSec .count-line::after {
        height: calc(100% - 30px);
    }
    .bannerSec.inner.about .count-line::after {
        height: calc(100% - 50px);
    }
    .bannerSec.retail .count-line .count-text.white::before {
        top: -25px;
    }
    .bannerSec.print .count-line .count-text.white::before {
        top: -25px;
    }
    .contact-form .gfield_label{
		font-size: 15px !important;
		margin-bottom: 5px !important;
	}
	.contact-form input:not([type="submit"]), .contact-form select, .contact-form textarea{
	    font-size: 15px !important;
	    height: 40px;
	}
	.contact-form input::placeholder, .contact-form textarea::placeholder{
	    font-size: 15px !important;
	}
	.contact-form textarea{
		height: 120px !important;
		resize: none;
	}
	.contact-form select{
		background-size: 14px;
	}
	.contact-form .gform_footer input[type="submit"]{
		font-size: 14px !important;
		padding: 10px 20px !important;
	}
	.contact-form .gform_footer{
		margin-top: 20px !important;
	}
	.contact-form .top_label{
		row-gap: 12px !important;
	}
	.team-slide-btn-wrap .elementor-icon{
		padding: 15px !important;
	}
	.works-wrap .item::before {
	    width: 14px;
	    height: 14px;
	    left: -8px;
	    bottom: -7px;
	}
	.works-wrap .item.odd::before {
	    top: -8px;
	}
	.works-wrap .item.even:nth-child(2)::after {
	    width: calc(100% + 45px);
	    left: -24px;
	}
	.works-wrap.five-step.works-wrap .item:nth-child(4)::after {
	    width: calc(100% + 22px);
	    left: -22px;
	}
	.faq .e-n-accordion-item-title-icon{
		margin-top: 10px;
	}
	.post-info-shortcode .elementor-shortcode{
		font-size: 15px;
	}
	.provide-tabs .e-n-tabs-heading{
		column-gap: 13px !important;
	}
	.provide-tabs .e-n-tabs-heading .e-n-tab-title{
		max-width: calc(25% - 10px);
		min-width: calc(25% - 10px);
	}		
	.provide-tabs .e-n-tabs-heading .e-n-tab-title::before {
	    left: 15px;
	    bottom: 30px;
	    font-size: 18px;
	}	
	.bannerSec.human .count-line .count-text.white::before {
        top: -25px;
    }
    .blog-loop-blogpage .cotent-wrap .post-title .elementor-heading-title{
	   min-height: 60px;
	}
	.blog-left-loop-item .post-excerpt .elementor-widget-container{
		height: 70px !important;
	}
	.bannerSec.inner.blog .count-line::after {
        height: calc(100% - 120px);
    }

}
@media only screen and (max-width: 880px) {
	.global-header .current_page_parent .has-submenu{
		color: #ffffff !important;
		background-color: #0d2245 !important;
	}
	.slide-btn-wrap .elementor-icon-wrapper .elementor-icon{
		padding: 15px !important;
	}
	.count-line .count-text::before {
        left: -40px;
    }
    .weekend-box-wrap .box .arrow-icon::before {
	    font-size: 20px;
	}
    .bannerSec .count-line .count-text.white::before {
        left: -30px;
        top: -25px;
    }
	/*.our-values-icon-box .elementor-icon-box-description{
		max-width: 310px;
	}*/
	.bannerSec.inner.services .count-line::after {
        height: calc(100% - 30px);
    }
    .provide-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon{
		width: 24px;
		height: 24px;
	}
	.provide-tabs .e-n-tabs-heading .e-n-tab-title::before {
        left: 10px;
        bottom: 26px;
        font-size: 16px;
    }
    .blog-loop-blogpage .cotent-wrap .post-title .elementor-heading-title{
	   min-height: 55px;
	}
	.blog-post-content p, .blog-post-content h3, .blog-post-content ul li{
		font-size: 16px;
	}
	.blog-post-content p{
		margin-bottom: 16px;
	}
	.blog-post-content h3{
		margin-bottom: 8px;
	}
	.blog-post-content ul li{
		margin-bottom: 8px;
	}
	.blog-post-content .aioseo-author-bio-compact{
		margin-top: 15px;
	}
	.blog-post-content .aioseo-author-bio-compact .author-name{
		font-size: 16px !important;
	}
	.blog-post-content .aioseo-author-bio-compact .author-bio-link a{
		font-size: 16px !important;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	/*.team-featured-image img{
		height: 480px !important;
	}*/
	.team-featured-image img{
		height: 280px !important;
	}
}

@media only screen and (max-width: 767px) {
	.count-line .count-text::before {
        left: -25px;
        top: -10px;
        font-size: 14px;
    }
    .bannerSec .count-line .count-text.white::before {
        left: -25px;
    }
    .bannerSec.human .count-line .count-text.white::before {
        top: 0px;
    }
    .banner-bottom::before {
        right: -34px;
    }
    .banner-bottom-divider {
        --divider-border-width: 35px !important;
    }
    .banner-img img {
    	clip-path: polygon(0 0, 100% 0, 100% 100%, 16% 100%);
	}
	.about-banner-video{
    	clip-path: polygon(0 0, 100% 0, 100% 100%, 16% 100%);
	}
	.contact-form textarea{
		height: 100px !important;
	}
	.contact-form .gform_footer input[type="submit"]{
		font-size: 13px !important;
		padding: 9px 18px !important;
	}
	.contact-form .gform_footer{
		margin-top: 15px !important;
	}
	/*.our-values-icon-box .elementor-icon-box-description{
		max-width: inherit;
	}*/
	.team-slide-btn-wrap .elementor-icon{
		padding: 12px !important;
    }
    .works-wrap .item.even::after, .works-wrap .item.even:nth-child(2)::after{
        width: 0;    
    }
    .works-wrap .item::before, .works-wrap .item.odd::before{
        top: 0px;
    }
    .works-wrap.five-step.works-wrap .item:nth-child(4)::after {
	    width: 0;
	}
    .bannerSec.inner.blog .count-line .count-text::before {
        top: 4px;
    }
    .blog-loop-blogpage .cotent-wrap{
		height: auto;
	}
	.provide-tabs .e-n-tabs-heading{
		row-gap: 10px !important;
	}
	.provide-tabs .e-n-tabs-heading .e-n-tab-title{
		max-width: inherit;
		min-width: inherit;
	}
	.provide-tabs .e-n-tabs-heading .e-n-tab-title::before {
        bottom: 17px;
    }
    .bannerSec.retail .count-line .count-text.white::before {
        top: 0px;
    }
    .bannerSec.print .count-line .count-text.white::before {
        top: 0px;
    }
    .bannerSec .count-line .count-text.moblie::before{
    	top: 0;
    }
    .blog-loop-blogpage .cotent-wrap .post-title .elementor-heading-title{
	   min-height: auto;
	}
	.post-info-shortcode .elementor-shortcode{
		min-height: auto;
	}
	.blog-loop-blogpage {
		height: auto !important;
	}
	.blog-loop-grid-archive .elementor-grid{
		display: flex;
		flex-wrap: wrap;
	}
	.bannerSec.inner.blog .count-line::after {
        height: calc(100% - 50px);
    }
}
