/*colours: 
main red: #b52e2b , rgba(181,46,43,1);
text-color : #2a0004;
#2A0703; #FAE8E8; #FBEFEF; 

font-family: 'Barlow Condensed';
*/


/*comman css*/
html{
	scroll-behavior: smooth;
}
*{
	box-sizing: border-box;
}
body{
	font-family: 'IBM Plex Sans';
	font-size: 20px;
	line-height: 1.5;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
	position: relative;
	color: #535353;
	background: #FBEFEF;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	outline: none;
}
p{
	margin: 0;
	padding-bottom: 15px;
}
img{
	max-width: 100%;
}
h4{
	font-family: 'Barlow Condensed';
	font-weight: 700;
	font-size: 37px;
	letter-spacing: 0.2;
	line-height: 1;
	margin: 0;
	padding-bottom: 15px;
	text-transform: uppercase;
}
h5{
	color: #b52e2b;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	margin: 0;
	padding: 0 0 15px 0;
	font-family: 'Barlow Condensed';
}
h6{
	color: #000000;
	font-size: 26px;
	line-height: 1;
	font-weight: 700;
	margin: 0;
	padding: 0 0 15px 0;
}
.flex{
	display: flex;
}
.align-top{
	align-items: flex-start;
}
.align-center{
	align-items: center;
}
.flex-wrap{
	flex-wrap: wrap;
}
.container{
	max-width: 1470px;
	margin: 0 auto;
	padding: 0 15px;
}
.section-heading{
	text-transform: uppercase;
	font-family: 'Barlow Condensed';
	margin: 0 0 25px 0;
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../images/svg/icon7.svg");
	background-position: left bottom;
	text-shadow: 4px 4px #dbdbdc;
	display: inline-block;
}
.section-heading:after{
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 25px;
	height: 25px;
	background-image: url("../images/svg/icon25.png");
	border-radius: 50%;
}
input[type="submit"]{
	font-family: 'IBM Plex Sans';
	display: inline-block;
    background: rgba(181,46,43,1);
    text-transform: uppercase;
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px;
    min-width: 175px;
    text-align: center;
    transition: all 0.3s linear;
    cursor: pointer;
    width: auto;
    border:none;
}
input[type="submit"]:hover{
    background: rgba(181,46,43,0.8);

}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea{
	max-width: 100%;
	width: 100%;
	padding: 10px 15px;
    margin-top: 10px;
    color: #535353;
    border:1px solid #C3C3C4;
    border-radius: 10px;
    background: #FBEFEF;
}
textarea{
	height: 100px;
}

/*hedaer*/

.header-block{
	padding: 20px 0;
	justify-content: space-between;
	z-index: 10;
	position: relative;
}
.logo img{
	max-width: 140px
}
.menu ul{ 
	padding: 0 15px; 
	margin: 0; 
	list-style-type: none;
}
.menu ul li{
	padding: 0 25px;
	position: relative;
}
.menu ul li.menu-item-has-children:before{
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	right: 10px;
	top: 25%;
	border-left: 1px solid #2a0004;
	border-bottom: 1px solid #2a0004;
	transform: rotate(-45deg);
}
.menu ul li a{
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
	color: #2a0004;
	padding-bottom: 15px;
	position: relative;
	display: inline-block;
}
.menu ul li.current_page_item a, .menu ul li a:hover{
	color: #b52e2b;
}
.menu ul li a:after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	height: 5px;
	background: #b52e2b;
	transition: all 0.2s ease-in;
}
.menu ul li.current_page_item a:after, .menu ul li a:hover:after{
	width: 100%	;
	right: 0;
}
.menu ul ul{
	position: absolute;
	left: 0;
	top: 100%;
	padding: 10px 0;
	background: #ffffff;
	border:1px solid #535353 ;
	display: none;
	min-width: 200px;
}
.menu ul ul li{
	padding: 0 10px;
}

.menu ul ul ul{
	top: 0;
	left: 100%;
}
.qoute-btn a{
	display: inline-block;
	background: rgba(181,46,43,1);
	text-transform: uppercase;
	color: #ffffff;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
	padding: 10px;
	min-width: 175px;
	text-align: center;
	transition: all 0.3s linear;
	margin-left: 15px;
}
.qoute-btn a:hover{
	background:rgba(181,46,43,0.7);
}
.srch-ip input[type="search"]{
	width: 0;
	padding: 10px;
	border:none;
	border-radius: 5px;
	transition: all 0.3s linear;
	position: absolute;
    right: 100%;
    top: 0;
    visibility: hidden;
    transition: width 0.3s linear;
    background: #FBEFEF;
    border:1px solid #ededed;
}
.srch-ip input[type="search"].open{
	width: 200px;
	visibility: visible;
}
.srch-ip{
	/*border: 1px solid #2A0703;*/
	border-radius: 5px;
	position: relative;
}
.ip-sb-btn{
	font-size: 0;
	background: url("../images/icons8-search.svg");
	background-repeat: no-repeat;
	background-position: 96% center;
	transition: all 0.3s linear;
	width: 43px;
	height: 43px;
	cursor: pointer;
	border:none;
}

.banner-slider-wrap{
	max-width: 100%;
}
.banner-content-wrap{
	position: relative;
	z-index: 5;
}
.banner-link{
	font-size: 20px;
	line-height: 1;
	color:#b52e2b;
	text-transform: capitalize;
	position: relative; 
}
.banner-link:after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 5px;
	border-bottom: 5px solid #ab9a99;
	opacity: 0.7;
	transition: all 0.3s linear;
}
.banner-link:hover:after{
	bottom: -5px;
}
.banner-dtl h2{
	font-family: 'Barlow Condensed';
	font-weight: 800;
	color: #b52e2b;
	font-size: 5rem;
	text-transform: uppercase;
	text-shadow: 5px 5px #ab9a99;
	letter-spacing: 5px;
	margin: 30px 0 60px;
}
.banner-dtl h6{
	color: #b52e2b;
	font-size: 24px;
	line-height: 1;
	text-transform: none;
	margin: 15px 0;
}
.banner-dtl{
	width: 100%;
}
.banner-dtl h6 span{
	width: 47px;
	display: inline-block;
	margin: 0 15px;
	vertical-align: middle;
	height: 5px;
	background-image: url(../images/svg/icon7.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
.banner{
	position: relative;
	z-index: 1;
}
.banner:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -150px;
	width: 100%;
	height: 100%;
	background: url(../images/background-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: -1;
}
.banner:before{
	position: absolute;
	content: "";
	width:38px;
	height: 38px;
	background-image: url("../images/svg/icon25.png");
	background-size: cover;
	background-repeat: no-repeat;
	left: 30%;
	bottom: 40%;
}
.banner-slider.owl-carousel button.owl-dot{
	width: 2px;
	height: 40px;
	display: block;
	background: #ab9a99;
}
.banner-slider.owl-carousel button.owl-dot.active{
	background: #b52e2b;
}
.banner-slider.owl-carousel .owl-dots{
	position: absolute;
	left: -5%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


/*section*/
.section{
	border-bottom: 1px solid #C3C3C4;
	padding: 50px 0;
}
.achmnt-blk{
	display: flex;
}
.achmnt-dtl{
	padding-left: 20px;
	font-size: 16px;
	line-height: 1.3;
	color: #8D8D8D;
}
.achmnt-dtl h6{
	padding-bottom: 8px;	
}
.hdg-lft .section-heading, .blog-section .section-heading, .gallery-sec .section-heading{
	color: #2a0004;
}
.section-process h4{
	color: #2a0004;
	text-align: center;
}
.process-sec{
	text-align: center;
	justify-content: center;
}
.process-img{
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-image: url("../images/svg/icon24.svg");
	background-position: center bottom;
}
.process-title{
	font-family: 'Barlow Condensed';
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
	padding: 20px 30px 0 ;	
}
.process-box{	
	position: relative;
}
.process-box:after{
	position: absolute;
	content: "";
	right: 0;
	top: 70%;
	width: 14px;
	height: 18px;
	background-repeat: no-repeat;
	background-image: url("../images/svg/icon23.svg");
	background-position: right 70%;

}
.process-box:last-child:after{
	background: none;
}

.service-sec .section-heading{
	color: #b52e2b;
}
.service-n{
	background: #ffffff;
	border: 1px solid #C3C3C4;
	border-radius: 10px;
	color: #535353;
}
.service-sec-link{
	font-size: 15px;
	color: #b52e2b;
	font-weight: 400;
	display: inline-block;
	position: relative;
	margin-right: 30px;
	padding-bottom: 5px;
	border-bottom: 4px solid #b52e2b;
}
.service-sec-link:after{
	position: absolute;
	content: "";
	right: -25px;
	top: 10px;
	width: 12px;
	height: 8px;
	background-image: url("../images/svg/icon34.svg");
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s ease;
}
.service-sec-link:hover:after{
	right: -35px;
}
.service-box h5{
	margin-bottom: 30px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-image: url("../images/svg/icon24.svg");
	background-position: left bottom;
}
.service-section{
	background: #FAE8E8;
}

.gallery-sec{
	justify-content: center;
}

.testimonial-section{
	text-align: center;
	background: #F7D6D7;
}
.testimonial-sec h4{
	color: #2a0004;
}
.testimonial-sec h4 span{
	display: block;
	font-family: 'Barlow Condensed';
	text-transform: uppercase;
	font-size: 12px;
	color: #972426;
	letter-spacing: 2;
	line-height: 1;
	font-weight: 500;
	padding-bottom: 15px;
}
.testi-box{
	border: 3px solid #dcb4b6;
	border-radius: 5px;
	color: #2a0004;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.testi-block {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.testi-image{
	padding: 30px 0;
}
.testi-image img{
	border-radius: 50%;
	max-width: 85px;
	margin: 0 auto;
}
.testi-name h6{
	text-transform: capitalize;
	font-size: 20px;
}
.certi-block{
	justify-content: center;
	background: #ffffff;
	border: 3px solid #C3C3C4;
	border-radius: 5px;
}
.blog-text .blog-link{
	font-size: 18px;
	color: #2a0004;
	line-height: 29px;
	border-bottom: 2px solid #2a0004;
	display: inline-block;
	transition: all 0.3s ease;
}
.blog-text .blog-link:hover{
	padding-bottom: 5px;
}
.blog-date h6{
	font-size: 27px;
	text-transform: uppercase;
	color: #2a0004;
	font-weight: 500;
	font-family: "Barlow Condensed";
}
.blog-date h6 span{
	font-size: 44px;
	letter-spacing: 3px;
	color: #8d8d8d;
	display: block;
}
.certificate-section{
	padding-bottom: 0;
	border-bottom: 0;
}




/*footer*/
.site_footer{
	background-image: url("../images/footer-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 170px 30px 30px 30px;
	padding: 180px 100px 100px 100px;
	border-radius:20px;
	color: #fefefe;
}
.site_footer a{
	color: #fefefe;
	position: relative;
}
.copyright p span{
	display: block;
}
.footer-block h4 span{
	position: relative;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 29px;
	color: #ffffff;
	font-weight: 400;
	text-transform: capitalize;
}
.footer-block h4 span:after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 5px solid #ab9a99;
	opacity: 0.7;
	transition: all 0.3s linear;	
}
.copyright{
	padding: 15px 0;
}
.footer-logo-img{
	max-width: 150px;
}
.footer-block h6{
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
	font-family: "Barlow Condensed";
	padding-bottom: 20px;
}
.footer-block ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer-block ul li{
	font-size: 18px;
	line-height: 36px;
	font-weight: 400;
}
.site_footer a:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	transition: all 0.3s ease;
}
.site_footer a:hover:after{
	bottom: -3px;
	background: #fefefe;
}
.social-menu img{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.section.blog-section{
	border-bottom: none;
}
.footer-wrapper{
	position: relative;
	margin-top: 140px;
}

.join-block{
	max-width: 1250px;
	margin:0 auto;
	background-image: url("../images/Untitled-17.png");
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	padding: 60px;
	width: 90%;
}
.join-block p{
	font-size: 38px;
	line-height: 52px;
	color: #ffffff;
	font-weight: 500;
	display: inline-block;
	padding-right: 30px;
}
.join-block .join-btn{
	border-radius: 6px;
	background-color: #ffffff;
	font-size: 17px;
	color: #2a0004;
	padding: 15px 20px;
	min-width: 115px;
	display: inline-block;
	text-align: center;
}
.join-block .join-btn:hover{
	background: #F7D6D7;
}


.testimonial-slider.owl-carousel .owl-stage { 
	display: flex;
}

.owl-item {
	display: flex;
	flex: 1 0 auto;
}
.contact-dtl-box img{
	max-width: 250px;
    width: 70px;
}
.contact-dtl-box{
	display: flex;
    padding: 30px;
    border: 1px solid #C3C3C4;
    border-radius: 15px;
    margin-bottom: 30px;
}
.contact-dtl-box a{
	font-size: 15px;
    color: #b52e2b;
    font-weight: 400;
    display: inline-block;
    padding-bottom: 5px;
    transition: all 0.3s linear;
    position: relative;
}
.contact-dtl-box a:after{
	position: absolute;
	content: "";
	border-bottom: 4px solid #b52e2b;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.2s linear;
}
.contact-dtl-box a:hover:after{
	bottom: -5px;
}
.contact-dtl-hdr{
	padding-top: 30px;
}
.contact-page-form{
	border:1px solid #C3C3C4;
	border-radius: 10px;
	padding: 30px;
}
.contact-page-form .form-row label{
	width: 50%;
	display: inline-block;
	padding: 0 15px;
}
.contact-page-form .form-row-textarea label{
	width: 100%;
	display: inline-block;
	padding: 0 15px;
	
}


.contact-page-form input:focus, .contact-page-form textarea:focus{
	outline: none;
}
.contact-page-form input:-internal-autofill-selected {
	background: none;
}
.contact-page-form .form-row p{
	display: flex;
}

.contact-page-form input[type="submit"]{
    margin-left: 15px;
}
.contact-page-form .wpcf7 form .wpcf7-response-output{
	border:none;
	color: #b52e2b;
	margin: 15px 0 ;
}
.contact-page-form  .wpcf7-not-valid-tip{
	color: #b52e2b;
}
.contact-block.is-layout-flex{
	padding-top: 40px;
}



.blog-block .wp-block-post-template{
	display: flex;
	flex-wrap: wrap;
	gap: 0 !important;
}
.blog-block .wp-block-post{
	width: 33.33%;
	padding: 15px;
	justify-content: flex-start;
}
.blog-block .wp-block-post > div {
	padding: 30px;
	border: 1px solid #C3C3C4;
	border-radius: 10px;
	display: block;
	margin-bottom: 0;
	height: 100%;
}
.blog-block .wp-block-post-title,
.cate-wrap .entry-title{
	color: #b52e2b;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    padding: 30px 0;
    font-family: 'Barlow Condensed';
}
.blog-block .wp-block-post-title a,
.cate-wrap .entry-title a{
	color: #b52e2b;
}
.blog-block .wp-block-post-featured-image a{
	height: auto;
}
.category-auther-wrap > div{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.blog-block .taxonomy-category a,
.post-categories li a{
    font-size: 17px;
    color: #b52e2b;
    padding:  0;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.blog-block .taxonomy-category a:after,
.post-categories li a:after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 3px;
	height: 3px;
	background: #ab9a99;
	opacity: 0.7;
	transition: all 0.3s linear;
}
.blog-block .taxonomy-category a:hover:after,
.post-categories li a:hover:after{
	bottom: -3px;
}
.wp-block-post-author-name{
	text-transform: capitalize;
}
.blog-block .wp-block-post-date,
.category-single .post-date	{
	font-size: 17px;
	padding-left: 30px;
	background-image: url(../images/svg/calender.svg);
	background-repeat: no-repeat;
	background-position: left center;
}


.page-title-wrap{
	padding: 30px 0;
	position: relative;
	z-index: 5;
}
.page-title-wrap:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -150px;
	bottom: 0;
	width: 100%;
	background: url(../images/background-2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: -1;
}

.page-title-wrap h1{
	text-transform: uppercase;
	font-family: 'Barlow Condensed';
	margin: 0 0 25px 0;
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../images/svg/icon7.svg");
	background-position: left bottom;
	text-shadow: 4px 4px #dbdbdc;
	display: inline-block;
	font-size: 90px;
    font-weight: 800;
    letter-spacing: 2;
    color: #b52e2b;
    padding-bottom: 40px;
}
.page-title-wrap h1:after{
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 25px;
	height: 25px;
	background-image: url("../images/svg/icon25.png");
	border-radius: 50%;
}
.wp-block-code{
	background: #fefefe;
	padding: 15px;
	border-left: 2px solid #535353;
}

.blog-detail-page{
    color: #2a0004;
}
.blog-detail-page a{
	color: #b52e2b;
}
.blog-detail-page a:hover{
	color: rgba(181,46,43,0.7);
}
.blog-detail-page h2{
	color: #b52e2b;
	font-size: 37px;
	line-height: 1;
	font-weight: 600;
	margin: 0;
	padding: 0 0 15px 0;
	font-family: 'Barlow Condensed';
	text-transform: none;
}
.blog-detail-page h3{
	color: #b52e2b;
	font-size: 34px;
	line-height: 1;
	font-weight: 600;
	margin: 0;
	padding: 0 0 15px 0;
	font-family: 'Barlow Condensed';
	text-transform: none;
}
.blog-detail-page h4{
	color: #b52e2b;
	font-size: 31px;
	line-height: 1;
	font-weight: 600;
	margin: 0;
	padding: 0 0 15px 0;
	font-family: 'Barlow Condensed';
	text-transform: none;
}
.blog-detail-page h5{
	color: #b52e2b;
	font-size: 28px;
	line-height: 1;
	font-weight: 500;
	margin: 0;
	padding: 0 0 15px 0;
	font-family: 'Barlow Condensed';
}
.blog-detail-page h6{
	font-family: 'Barlow Condensed';
	font-weight: 600;
	font-size: 25px;
	line-height: 1;
	margin: 0;
	padding-bottom: 10px;
}
.blog-detail-page .container{
    max-width: 1100px;
}
.blog-detail-page .blog-dtl-title{
	background-color: #F7D6D7;
	padding: 40px 0;
}
.blog-detail-page .blog-dtl-wrap{
	width: 100%;
}
.blog-detail-page .blog-dtl-wrap .blog-dtl-ttl{
	color: #b52e2b;
	text-shadow: 4px 4px #dbdbdc;
	padding-bottom: 0;
}
.blog-detail-page .feature-img{
	padding: 40px 0 0;
	text-align: center;
}
.blog-detail-page .article-info{
	padding: 25px 0 15px;
	color: #535353;
}
.blog-detail-page .post-author a{
	color: #535353;
}
.blog-detail-page .article-info a:hover{
	color: #b52e2b;
}
.blog-detail-page .article-info > div{
	padding: 0 25px 10px 0;
}
.blog-detail-page ul.post-categories{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.blog-detail-page .post-author img{
	margin-right: 15px;
}
.blog-detail-page .published-on span{
	padding-left: 35px;
	background-image: url(../images/svg/calender.svg);
	background-repeat: no-repeat;
	background-position: left center;
}

.blog-detail-page .comments-area{
	margin-top: 40px;
	padding: 20px 0 0 0;
	border-top: 1px solid #C3C3C4;
}
.blog-detail-page .comment-form-comment{
	width: 100%;
}

.blog-detail-page .comment-form label{
	color: #535353;
}
.blog-detail-page .comment-form p{
	padding: 0 15px 15px 0;
}
.blog-detail-page .comment-form-author, 
.blog-detail-page .comment-form-email, 
.blog-detail-page .comment-form-url{
	width: 33.33%;
	float: left;
	
}
.blog-detail-page .comment-list{
	list-style-type: none;
	padding:0 ;
}
.blog-detail-page .comment-body:after{
	content: "";
	clear: both;
	display: table;
}
.blog-detail-page .comment-author{
	display: flex;
    align-items: center;
}
.blog-detail-page .comment img{
	border-radius: 50%;
	margin-right: 15px;
}
.blog-detail-page .comment-author .says{
	display: none;
}
.blog-detail-page .comment-meta{

}
.blog-detail-page .comment-body p{
	clear: both;
}


/*Service Page CSS*/
.grid{
	display: grid;
}
.grid-3{
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-5{
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.gap-20 {
    gap: 20px;
}
.grid .service-box {
    padding: 0;
    width: auto;
}
.button-main{
    display: inline-block;
    background: rgba(181,46,43,1);
    text-transform: uppercase;
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px;
    min-width: 175px;
    text-align: center;
    transition: all 0.3s linear;
}
.button-main:hover {
    background: rgba(181, 46, 43, 0.7);
}
.space-between {
    justify-content: space-between;
}
.section.services .service-box {
    padding: 0;
    width: auto;
}
.section.services .services {
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.section.services .service-box img.service-icon, .why_magento  img.service-icon, img.why-icon   {
    width: 100px;
    padding: 20px;
    box-shadow: 0 0px 15px rgba(22,46,86,0.10);
    margin-bottom: 30px;
    border-radius: 5px;
}
.why_magento .service-box {
    width: auto;
    padding: 0;
}
.section.why_us {
    background: #b52e2b;
}

.section.why_us h3.section-heading {
    color: #fff;
    text-shadow: 4px 4px #5f5f62;
}
.hire.flex .left, .hire.flex .right {flex: 50%;}

.hire_us .single-box {
    background: #b52e2b;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
}

.hire_us .single-box img {
    width: 56px;
}

.hire_us .single-box h5 {
    color: #fff;
    margin: 10px 0 0 0;
}

.hire_us .box {
    margin-bottom: 30px;
}
.client-industries {
    transition: 0.5s;
}

.client-industries .single {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
}

.client-industries .single img {
    width: 75px;
    display: block;
    margin: 0 auto;
}

.client-industries .single span {
    display: block;
    width: 100%;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
}

.client-industries .single:hover {
    box-shadow: 0 0 10px 7px rgba(0,0,0,.03);
}

.client-industries .single {
    transition: 0.3s;
}

.client-industries .single:hover span {
    color: #b52e2b;
}

.client-industries .single:hover span {
    transition: 0.3s;
}

.faq-container {
    margin: 0 auto;
}

.faq-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: #fff;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.faq-answer {
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.toggle-btn i {
    font-size: 18px;
}

.button-main{
    display: inline-block;
    background: rgba(181,46,43,1);
    text-transform: uppercase;
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px;
    min-width: 175px;
    text-align: center;
    transition: all 0.3s linear;
}
.section.contact-us {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.section.contact-us .wrap {max-width: 600px;width: 100%;margin: 50px auto;padding: 30px 10px;text-align: center;border: 3px dashed #fff;}

.section.contact-us .wrap h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1024px) {
  
  /* CSS */
  
}
@media (max-width: 767px) {
  
.banner-content-wrap, .company .flex, .services .flex{
    flex-direction: column;
}
.section.services .services {
    gap: 20px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.services .flex.align-center {
    align-items: start;
}
.grid {
    margin-top: 20px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.section.hire_us .hire.flex {
    flex-direction: column;
}
.section.company .flex.align-center {
    margin-bottom: 20px;
    display: block !IMPORTANT;
}
.page-title-wrap .banner-content-wrap {
    align-items: start !important;
    text-align: left;
}
}
/*Rework CSS*/
.service-magento .section-heading {
	font-size: 46px;
}
.align-top{
	align-items: start;
}
.services.why_magento .service-n {
	border-radius: 0;
}
.services.why_magento.grid.grid-3 .service-n {
	border: none;
}

.services.why_magento .service-box:nth-child(1),  .services.why_magento .service-box:nth-child(2), .services.why_magento .service-box:nth-child(3){
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.services.why_magento .service-box:nth-child(1), .services.why_magento .service-box:nth-child(4), .services.why_magento .service-box:nth-child(7){
	border-left: 1px solid rgba(0, 0, 0, .1);
}

.services.why_magento .service-box {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.why_magento .service-box {
	text-align: center;
}

.why_magento .service-box h5 {background-image: none;margin-bottom: 0;}
.why_magento img.service-icon {
	box-shadow: none !important;
	margin-bottom: 20px !important;
}
img.why-icon {
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.why-box .why-n h5, .why-box .why-n p {
	color: #fff;
}
.why-box .why-n {
	position: relative;
	padding: 5px;
}

.why-box .why-n img {
	width: 58px;
	position: absolute;
	left: 0;
}

.why-box .why-n p, .why-box .why-n h5 {
	padding-left: 70px;
}


/*---------------category-page--------------*/
.category-single{
	width: 33.33%;
	padding: 0 15px;
}
.cate-wrap{
	padding: 30px;
	border: 1px solid #C3C3C4;
	border-radius: 10px;
	display: block;
	margin-bottom: 0;
	height: 100%;	
}
.category-single .post-date{
	margin-top: 10px;
}
.archive-posts{
	padding-top: 30px;
}
.category-single .post-img{
	text-align: center;
	padding-bottom: 20px;
}
.post-categories{
	list-style-type: none;
	margin: 0;
	padding: 0;
}