@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=Work+Sans:wght@600&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}

h2 {
	font-size: 32px;
	font-weight: 500;
}

.wooCommerceColor {
	color: #1152FC;
}

.magentoColor {
	color: #F16223;
}

.gap15 {
	gap: 15px;
}

.gap13 {
	gap: 20px;
}

.gap8 {
	gap: 8px;
}

.gap30 {
	gap: 30px;
}

.button {
	padding: 12px 45px;
	background-color: #F16223;
	color: #fff;
	border-radius:4px;
	display: inline-block;
	text-decoration: none;
}
.button[data-variant="white-button"]{
	background-color: #fff;
	border-radius: 0px;
	color: #F16223;
	margin-top: 10px !important;
}
.button[data-variant="white-button"]:hover{
	color: #F16223;
}

.upgrade-2 {
    background-color: #fff4ee;
    padding: 20px 20px 30px 20px;
    margin-top: 35px;
    border-radius: 30px;
}

@media screen and (min-width: 768px) {
	.button {
		margin-top: 25px;
	}
}

.button:hover {
	color: #fff;
}

.magento-certfiied{
	padding-block: 60px 45px;
}

.bannerHeader {
	padding: 20px 0;
	background-color: #223B59;
}

.logoWrapper img {
	width: 80%;
}

.logoWrapper a {
	display: block;
}

.topStripRight {
	gap: 8px;
	margin-top: 15px;
}

.numberFont {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

.phoneWrapper img,
.emailWrapper img {
	padding-right: 8px;
}

.bannerSection {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}

.bannerSection::before {
	content: "";
	position: absolute;
	top: 0;
	background-image: url(./../images/banner-orange.svg);
	width: 220%;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	z-index: -1;
}

.bannerSection::after {
	content: "";
	position: absolute;
	top: 2%;
	right: 0;
	background-image: url(./../images/banner-light-blue.svg);
	width: 100%;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	z-index: -1;
}

.bannerContentWrapper{
	position: relative;
}

.bannerContentWrapper::before{
	position: absolute;
	content: "";
	background-image: url(./../images/banner-magento.svg);
	width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: -120px;
    left: -110px;
	z-index: -1;
}

.clutchSection {
    padding: 70px 0;
    background: #FAFAFA;
}

.bannerSection h1{
	color: #FFF;
	font-size: 42px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.bannerSection h1 small{
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	display: block;
}

.bannerSection p{
	color: #fff;
	margin-top: 18px;
}

.bannerSection .arrowCta{
	text-decoration: none;
	margin-top: 25px;
}

.bannerSection .arrowCta svg{
	width: 15px;
}

.clientLogoWrapper {
	padding: 60px 0 60px 0px;
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.clientLogoWrapper {
		padding: 80px 0 80px 0px;
	}
}

.clientLogoBottomLeftBg {
	background-image: url(../images/second-section-bottom-left.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -50px;
	left: -20px;
	width: 292px;
	height: 228px;
}

.tcsStatsWrapper {
	padding: 80px 0;
	background: #F16223;
	background: linear-gradient(90deg, #F16223 0.49%, #F16223 98.84%);
}

.statImageWrap {
	width: 74px;
	height: 74px;
	background-color: rgba(0, 0, 0, 0.35);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.statImageWrap svg {
	width: 40px;
	height: auto;
}

.statContentWrap {
	width: 150px;
}

.statNoFont {
	font-size: 48px;
	font-weight: 900;
	margin-bottom: 5px;
	line-height: 1;
	color: #fff;
}

.statContentText {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}

.clutchSection {
	padding: 50px 0;
	background: #FAFAFA;
}

.servicesWrapper {
	padding: 60px 0 60px 0px;
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.servicesWrapper {
		padding: 140px 0 80px 0px;
	}
}

.tabLinksWrapper {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.tabLinksWrapper .tabLinks {
	padding: 25px;
	background-color: #F4F4F4;
	color: #000;
	cursor: pointer;
}

.tabLinksWrapper .tabLinks.active {
	background: #F16223;
	color: #fff;
	position: relative;
}

.tabLinksWrapper .tabLinks p {
	margin-bottom: 0;
	font-size: 12px;
}

.tabContent {
	display: none;
	margin-top: 35px;
}

.tabContent.active {
	display: block;
}

.tabContent h3 {
	margin-bottom: 30px;
}

.tabContentImageWrapper {
	margin-top: 30px;
}

.tabContentWrapper .button {
	border-radius: 0;
	background-color: #F16223;
	color: #fff;
}

@media screen and (min-width: 575px) {
	.tabLinksWrapper .tabLinks {
		flex-grow: 1;
	}
}


.guranteesWrapper {
	padding: 60px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	background-color: #F16223;
}
@media screen and (min-width: 768px) {
	.guranteesWrapper {
		padding: 80px 0 20px 0px;
	}	
}
@media screen and (min-width: 1200px) {
	.guranteesWrapper {
		padding: 140px 0 80px 0px;
	}	
}

.guranteesWrapper h2 {
	color: #fff;
}

.bgTextLessOpacity {
	font-size: 60px !important;
	color: #cccccc6b;
	display: block;
	line-height: 1;
}
@media screen and (min-width: 441px) {
	.bgTextLessOpacity {
		font-size: 80px !important;
	}
}
.guranteeWrap {
	margin-bottom: 60px;
	display: flex;
	gap: 15px;
	align-items: center;
}

.guranteesWrapper .guranteesWrapLines {
	position: relative;
	padding-top: 30px;
}

.guranteeWrap p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	width: 210px;
	color: #fff;
}

.projectCarousel {
	padding: 60px 0;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.projectCarousel {
		padding: 80px 0;
	}
}

#projectCarousel {
	margin-top: 30px;
}

.itemWrapper {
	padding: 15px;
	background-color: #fff;
	border-radius: 10px;
}

.projectImageWrapper {
	margin-bottom: 20px;
}

.projectContentWrapper h4 {
	font-size: 28px;
}

.projectContentWrapper p {
	font-size: 16px;
}

.projectCarousel .center .itemWrapper {
	background-color: #F16223;
	color: #fff;
}

.owl-theme .owl-nav [class*=owl-] {
	padding: 0;
	background-color: transparent !important;
}

.prevArrow,
.nextArrow {
	background-color: transparent;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #F16223;
	background-image: url(../images/owl-carousel.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
	margin-left: -16px;
}

.owl-prev {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 120px);
}

.owl-next {
	position: absolute;
	bottom: -10px;
	right: calc(50% - 135px);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #223B59;
}

.nextArrow {
	transform: rotate(180deg);
}

.footer {
	padding: 30px 0 0;
	background: #2d2d2d;
	color: #fff;
	font-size: 16px;
}

.defaultContainer {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.footerLogo {
	position: relative;
	display: flex;
	align-items: center;
}

.footerLogo img
{
	width: 213px;
}

.footLogoImage {
	width: 85px;
	height: auto;
}

.footerInnerLink {
	display: grid;
	grid-template-columns: repeat(3, auto);
	grid-template-rows: 1fr 1fr;
	gap: 15px;
	margin-top: 30px;
}

.footerInnerLink a {
	color: #fff;
	text-decoration: none;
}

.footerRightSideWrap {
	margin-top: 30px;
}

.footerRightSideWrap a {
	color: #fff !important;
	text-decoration: none;
}

.copyContent {
	border-top: 1px solid #e8e8e8;
	padding: 20px 0;
	margin-top: 20px;
}

.copyContent a {
	color: #fff !important;
	text-decoration: none;
}

.footerFormSection {
	padding: 45px 0px;
	background: url(../images/footer-form-bg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
@media screen and (max-width: 574px) {
	.footerFormSection {
		padding: 45px 0px 30px 0px;
	}	
}

.footerFormSection h2 {
	color: #fff;
}

#footerContactFormWrapper {
	padding: 35px 0px;
	border-radius: 20px;
}
@media screen and (min-width: 768px) {
	#footerContactFormWrapper {
		padding: 35px;
	}
}

#footerContactFormWrapper .form-group {
	margin-bottom: 25px;
}

#footerContactFormWrapper .formLabel {
	color: #fff;
	font-size: 17px;
}

#footerContactFormWrapper #footerPageForm .form-control {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-bottom: 2px solid #fff;
	border-radius: 0;
	color: #fff;
	width: 100%;
}

#footerContactFormWrapper #footerPageForm .form-group.has-error.has-danger .form-control {
	border-color: red !important;
}

.help-block.with-errors {
	position: absolute;
	margin: 0;
	font-size: 12px;
	color: red;
	font-weight: bold;
	margin-top: 2px;
}

#footerContactFormWrapper #footerPageForm .newCroFormSubmit {
	background-color: #F16223;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	border-radius: 30px;
	margin-top: 35px;
	width: 100%;
	border: none;
	padding: 12px 25px;
}

.bgBackgroundPhone {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
}

.bgBackgroundPhone:before {
	content: "";
	position: absolute;
	bottom: 0;
	background-color: #F16223;
	height: 38px;
	left: 0;
	right: 0;
	z-index: -1;
}

.tcsCaseStudiesWrapper {
	padding: 60px 0px 45px 0px;
	overflow: hidden;
	background: rgb(255, 255, 255);
	background:#f3f3f3;
	;
}
@media screen and (min-width: 768px) {
	.tcsCaseStudiesWrapper {
		padding: 70px 0;
	}
}

.caseStudyWrapper {
	background-color: #FAFAFA;
	gap: 15px;
	margin-bottom: 35px;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
}

.caseStudyContentWrapper {
    padding: 12px 20px;
}

.caseStudyCategoryWrapper {
    font-size: 14px;
    display: inline-block;
    padding: 5px 12px;
    color: #fff;
    background-color: #F16223;
    border-radius: 20px;
    line-height: 1;
    margin-bottom: 20px;
}

.caseStudyContentWrapper h3 {
    font-size: 28px;
}

.caseStudyContentWrapper p {
    margin-bottom: 0;
    font-size: 14px;
}

.tcsCaseStudiesWrapper .button{
	border-radius: 10px;
	border: 2px solid #F16223;
	background: #F16223;
}

.tcsAdvantages {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
	.tcsAdvantages {
		padding: 80px 0;
	}
}

.tcsAdvantages .tcsAdvantageImageWrapper {
    padding: 25px;
    background-color: #FAFAFA;
    position: relative;
}

.tcsAdvantages .tcsAdvantageImageWrapper:after, .tcsAdvantages .tcsAdvantageImageWrapper:before {
    content: '';
    position: absolute;
    display: block;
    width: 164px;
    height: 164px;
    background-color: #F16223;
    z-index: 1;
}

.tcsAdvantages .tcsAdvantageImageWrapper:before {
    top: 0;
    left: 0;
}

.tcsAdvantages .tcsAdvantageImageWrapper:after {
    right: 0;
    bottom: 0;
}

.tcsAdvantages .tcsAdvantageImageWrapper img {
    position: relative;
    z-index: 2;
}

.tcsAdvantageContentWrapper {
    margin-top: 35px;
}

.tcsAdvantageContentWrapper .tcsContentListWrapper {
    padding-left: 60px;
    position: relative;
    min-height: 44px;
    font-weight: 500;
    margin-bottom:20px;
    font-size: 17px;
}

.tcsAdvantageContentWrapper .tcsContentListWrapper:before {
    content: '';
    width: 44px;
    height: 44px;
    background-color: #F16223;
    border-radius: 50%;
    position: absolute;
    top:-11px;
    left: 0;
}

.tcsAdvantageContentWrapper .tcsContentListWrapper:after {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/arrow.svg);
    position: absolute;
    top:-1.5px;
    left: 9.5px;
}

.tcsAdvantagesBottomRightBg {
    position: absolute;
    width: 317px;
    height: 158px;
	background-image: url(./../images/advantage-dot-bg.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 40px;
	left: 0;
	z-index: -1;
}

.faqSectionWrapper {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    /*background: linear-gradient(180deg, #FAFAFA 1.43%, rgba(250, 250, 250, 0) 98.43%);*/
}

.faqSectionWrapper .faqQAAWrapper {
    margin-top: 100px;
}

.faqSectionWrapper .question-wrapper {
    border-bottom: 2px solid #DCE2E4;
}

.faqSectionWrapper .question-wrapper:first-child {
    border-top: 2px solid #DCE2E4;
}

.faqSectionWrapper .faqTitle {
    padding: 15px 12px;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.faqSectionWrapper .hidElement {
    font-size: 16px;
    padding: 25px 18px;
}

.faqSectionWrapper .question-wrapper .faqTitle:before {
    content: '+';
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
    font-size: 24px;
    color: #000001;
    font-weight: 900;
}

.faqSectionWrapper .question-wrapper.open .faqTitle:before {
    content: '-';
}

.brack-wrapper-4{
	padding: 40px 0;
	position: relative;
	display: flex;
    align-items: center;
    height: auto;
}

.magentoCostWrapper{
	border-radius: 47px;
	background: #F16223;
	padding: 35px 40px;
	color: #fff;
}

.magentoCostWrapper h3{
	color: #FFF;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 108%;
	margin-bottom: 30px;
}

.arrowCta{
	background-color: #fff;
    color: #F16223 !important;
    font-size: 16px;
    display: inline-flex;
    justify-content: space-between;
    padding: 12px 20px;
    width: 220px;
    font-weight: 500;
    align-items: center;
    line-height: 1;
}

.magentoCostWrapper p:nth-of-type(1){
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 128.8%;
	margin-bottom: 0;
}

.brack-wrapper-4:before{
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(./../images/going-to-cost.svg);
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.customerTestimonialWrapper{
	padding: 30px 0 60px 0;
	position: relative;
	overflow: hidden;
}

.customerTestimonialWrapper::before{
	content: "";
	background-color: #F6F6FB;
	right: 0;
	left: 31%;
	top: 0;
	bottom: 0;
	z-index: -1;
	display: block;
	position: absolute;
}

.customerTestimonialWrapper h2 span{
 display: block;
 font-weight: 400;
}

.testimonailImageWrapper{
	position: relative;
	margin-top: 50px;
	margin-bottom: 30px;
}

.testimonailImageWrapper .quoteImage {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -15px;
    right: -15px;
}

.testimonailImageWrapper::before,
.testimonailImageWrapper::after{
	content: "";
	display: block;
	width: 153px;
	height: 109px;
	position: absolute;
	background-image: url("./../images/testimonial-top-left-dot.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
	
	opacity: 0.3;
}

.testimonailImageWrapper::before{
	top: -30px;
	left: -30px;
}

.testimonailImageWrapper::after{
	bottom: -30px;
	right: -30px;
}

.testimonailImageWrapper .img-fluid{
	width: auto !important;
}

.testimonailContentWrapper p{
	font-size: 18px;
	margin-top: 40px;
}

.testimonailContentWrapper .ownerName{
	font-size: 20px;
	font-weight: 700;
	display: block;
	margin-top: 15px;
}

.testimonailContentWrapper .ownerComapny{
	font-size: 20px;
	display: block;
}

#testimonialCarousel .owl-prev,
#testimonialCarousel .owl-next{
	position: initial;
	display: block;
	margin: 0;
}

#testimonialCarousel.owl-theme .owl-nav{
	display: flex;
	gap: 20px;
	align-items: center;
}

.prevTestArrow{
	background-image: url(../images/testimonial-arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	width: 33px;
	height: 31px;
}

.nextTestArrow{
	background-image: url(../images/testimonial-arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	width: 53px;
	height: 31px;
}

section.bannerBottomStrip {
    background-color: #FAFAFA;
    padding: 50px 0;
}

.bannerCol {
    padding: 0;
    position: relative;
}

.bannerCol svg {
    margin-bottom: 15px;
    margin-top: 5px;
}

.bannerCol {
    font-weight: 600;
    line-height: 1.2;
	font-size: 14px;
}

.webVitals,
.pageSpeed,
.lightingFast{
	min-width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.bannerRightSectionWrap {
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    margin-right: 0px;
	max-width: 430px;
	position: relative;
	margin-top: 50px;
}

.bannerRightSectionWrap h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: #011166;
}

.bannerRightSectionWrap ul {
    margin-bottom: 30px;
	padding: 0;
}

.bannerRightSectionWrap ul li {
    list-style-type: none;
    margin-bottom: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
	font-size: 14px;
}

.bannerRightSectionWrap ul li::before{
	content: "";
	width: 28px;
	height: 28px;
	background-image: url(./../images/magento-tick.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.bannerRightSectionWrap hr{
	background-color: #223B59;
	height: 1.2px;
}

.bannerRightSectionWrap .button{
	background-color: #F16223;
	width: 100%;
	border-radius: 0;
	text-align: center;
}

.jumper{
	cursor: pointer;
}

@media (min-width: 400px){
	.bannerRightSectionWrap {
		padding: 40px 30px
	}
	.bannerRightSectionWrap h4{
		font-size: 22px;
	}

	.bannerRightSectionWrap ul li{
		font-size: 18px;
	}
}

@media (min-width: 576px) {

	.bannerSection h1{
		font-size: 50px;
	}

	.bannerSection::before {
		width: 100%;
	}

	.bannerSection{
		padding: 135px 0 80px
	}

	.bannerRightSectionWrap {
		margin-top: 100px;
	}

	/*.bannerRightSectionWrap::before{
		content: "";
		width: 103px;
		height: 81px;
		background-image: url(./../images/banner-three-strip.svg);
		position: absolute;
		top: -60px;
		left: -100px;
	}*/

	.footerLogo img {
		margin-right: 20px;
	}
	
	.footerLogo hr {
		width: 100%;
		opacity: 0.5;
	}

	.webVitals,
	.pageSpeed,
	.lightingFast{
		display: block;
	}
	
	.lightingFast{
		min-width: 181px;
	}
	
	.pageSpeed{
		min-width: 123px;
	}

	.webVitals{
		min-width: auto;
	}

	.gap-sm-30{
		gap: 30px;
	}

	.flex1{
		flex: 1;
	}	

	.lightingFast:after, .pageSpeed:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		width: 2px;
		background-color: #F16223;
		right: 0;
		opacity: .1;
	}

	.faqTopRightBg {
		position: absolute;
		background-image: url(../images/faq-top-right.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width: 239px;
		height: 158px;
		top: 0;
		right: -30px;
	}

	.faqTopLeftBg {
		position: absolute;
		background-image: url(../images/faq-bottom-right.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom center;
		width: 383px;
		height: 563px;
		top: -30px;
		left: 0;
	}

	.faqBottomRightBg{
		position: absolute;
		background-image: url(../images/faq-bottom.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom center;
		width: 413px;
		height: 413px;
		bottom: -50px;
		right: -90px;
	}

	.caseStudyContentWrapper {
		padding: 12px 20px 12px 0;
	}

	.topStripRight {
		margin-top: 0;
	}

	.statContentWrap {
		width: auto;
	}

	.tabLinksWrapper {
		flex-wrap: nowrap;
	}

	.bgTextLessOpacity {
		font-size: 85px;
	}

	.guranteeWrap {
		display: block;
	}

	.guranteeWrap p {
		margin-bottom: 1rem;
		width: auto;
	}

	.guranteeWrap img {
		margin-bottom: 30px;
	}

	.defaultContainer {
		max-width: 540px;
	}

	.footerInnerLink {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr 1fr;
	}

	.caseStudyWrapper {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 768px) {

	.footerLogo img {
		margin-right: 50px;
	}

	.gap-md-30{
		gap: 30px;
	}

	.lightingFast:after, .pageSpeed:after {
		right: 0;
	}

	.topStripRight {
		gap: 15px;
	}

	.phoneWrapper {
		padding-right: 15px;
		border-right: 1px solid #fff;
	}

	h2 {
		font-size: 36px;
	}

	.statContentText {
		font-size: 18px;
	}

	.tabLinksWrapper .tabLinks {
		padding: 15px 10px;
	}

	.bgTextLessOpacity {
		font-size: 110px;
	}

	.projectTopRightBg {
		background-image: url(../images/featured-projects.svg);
		width: 403px;
		height: 573px;
		position: absolute;
		top: -40px;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		right: 0;
	}

	.defaultContainer {
		max-width: 720px;
	}

	.footerInnerLink {
		grid-template-columns: repeat(2, auto);
		grid-template-rows: 1fr 1fr 1fr;
		margin: 0;
	}

	.footerRightSideWrap {
		margin-top: 0;
	}

	.footerFormSection h2 {
		font-size: 29px;
	}
}

@media (min-width: 992px) {

	.bannerRightSectionWrap{
		margin-top: -50px;
	}

	.bannerSection::before,
	.bannerSection::after{
		width: 80%;
	}

	.bannerSection::after{
		top: 15%;
	}

	.bannerCol{
		font-size: 18px;
	}

	#testimonialCarousel .item{
		padding-left: 30px;
		padding-right: 30px;
	}

	.testimonailContentWrapper p{
		margin-top: 0;
	}

	.magentoCostWrapper h3{
		font-size: 40px;
	}

	.brack-wrapper-4{
		height: 500px;
	}

	.brack-wrapper-4:before{
		width: 790px;
    	height: 500px;
	}

	.tcsAdvantageContentWrapper {
		margin-top: 0;
	}

	.servicesWrapper {
		padding: 80px 0 140px 0px;
	}

	.serviceTopLeftBg {
		background-image: url(../images/woocommerce-services-include-top-left-bg.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 0;
		width: 322px;
		height: 400px;
		z-index: -1;
	}

	.tabContent {
		margin-top: 85px;
	}

	.tabContentImageWrapper:before,
	.tabContentImageWrapper:after {
		background-image: url(../images/magento-development-services-image-bg-1.svg);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		width: 203px;
		height: 288px;
		position: absolute;
		content: '';
		display: block;
		z-index: -1;
	}

	.tabContentImageWrapper:after {
		background-image: url(../images/magento-development-services-image-bg-2.svg);
		height: 150px;
		width: 212px;
		bottom: -54px;
		left: -50px;
	}

	.tabContentImageWrapper:before {
		top: -70px;
		right: 0px;
	}

	.tabContentImageWrapper {
		margin-top: 0;
		position: relative;
		text-align: right;
	}

	.tabContentImageSquare {
		width: 288.142px;
		height: 472.081px;
		flex-shrink: 0;
		position: absolute;
		border: 4px solid #223B59;
		top: 80px;
		z-index: -1;
	}

	.bgTextLessOpacity {
		font-size: 135px;
	}

	.defaultContainer {
		max-width: 960px;
	}

	.footLogoImage {
		width: 120px;
	}

	.footerInnerLink {
		grid-template-columns: repeat(3, auto);
		grid-template-rows: 1fr 1fr;
	}

	.footerFormSection h2 {
		font-size: 40px;
	}
}

@media (min-width: 1200px) {

	.bannerContentWrapper::before{
		width: 530px;
		height: 530px;
		top: -120px;
		left: -140px;
	}

	.bannerSection h1{
		font-size: 62px;
	}

	.bannerRightSectionWrap{
		padding: 40px;
	}

	.bannerRightSectionWrap ul{
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.bannerCol{
		padding: 0 30px;
	}

	.testimonailContentWrapper .ownerName{
		margin-top: 20px;
		font-size: 24px;
	}

	.testimonailImageWrapper .quoteImage {
		top: -35px;
		right: -35px;
	}

	.testimonailContentWrapper{
		padding-left: 40px;
		padding-right: 40px;
	}

	.testimonailContentWrapper p{
		font-size: 23px;
	}

	.magentoCostWrapper p:nth-of-type(1){
		font-size: 22px;
	}

	.magentoCostWrapper h3{
		font-size: 50px;
	}


	.brack-wrapper-4:before{
		width: 888px;
	}

	.tabLinksWrapper .tabLinks {
		padding: 15px 20px;
	}

	.tabLinksWrapper .tabLinks.active:before {
		content: "";
		position: absolute;
		background-color: transparent;
		bottom: -60px;
		height: 60px;
		width: 35px;
		border-top-right-radius: 35px;
		box-shadow: 0 -35px 0 0 #F16223;
		right: 0;
		z-index: -1;
	}

	.tabLinksWrapper .tabLinks p {
		font-size: 14px;
	}

	.tabContent h3 {
		font-size: 38px;
	}

	.tabContentWrapper p {
		margin-right: 80px;
	}

	.guranteesWrapper {
		padding: 100px 0 80px 0px;
	}

	.guranteesRightBg {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url(./../images/out-gurantees.svg);
		height: 758px;
		width: 156px;
		position: absolute;
		z-index: 2;
		top: 80px;
		right: 0;
	}

	.guranteesTopRightBg {
		width: 133px;
		height: 545px;
		flex-shrink: 0;
		background: #121118;
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.defaultContainer {
		max-width: 1140px;
		margin: 0 auto;
	}

	.footerInnerLink {
		grid-template-columns: repeat(3, 1fr);
	}

	.footerFormSection h2 {
		font-size: 44px;
	}

	.bannerSection::before{
		width: 80%;
	}

	.bannerSection::after {
		width: 70%;
	}

	.bannerRightSectionWrap ul li {
		list-style-type: none;
		margin-bottom:30px;
		font-weight: 500;
		display: flex;
		align-items: center;
		gap: 15px;
		font-size: 18px;
	}

}

@media (min-width: 1400px) {
	h2 {
		font-size: 42px;
	}

	.d-xxl-block {
		display: block;
	}

	

	.tabLinksWrapper .tabLinks:nth-child(4) {
		flex: inherit;
	}

	.tabLinksWrapper .tabLinks p {
		font-size: 16px;
	}

	.guranteesRightBg {
		width: 210px;
	}

	.guranteesTopRightBg {
		width: 180px;
	}

	.bannerSection{
		padding: 90px 0 80px;
	}

	.bannerRightSectionWrap {
		margin-top: -16px;
	}

	.bannerRightSectionWrap ul li {
		list-style-type: none;
		margin-bottom:30px;
		font-weight: 500;
		display: flex;
		align-items: center;
		gap: 15px;
		font-size: 18px;
	}

}

@media (min-width: 1500px) {
	.guranteesRightBg {
		width: 260px;
	}

	.guranteesTopRightBg {
		width: 230px;
	}
}

@media (min-width: 1600px) {
	.guranteesRightBg {
		width: 290px;
	}

	.guranteesTopRightBg {
		width: 250px;
	}
}

@media (min-width: 1700px) {
	.guranteesRightBg {
		height: 758px;
		width: 336px;
	}

	.guranteesTopRightBg {
		width: 290px;
	}
	/* .bannerSection::before{
		width: 60%;
	} */
	
	.bannerRightSectionWrap h4{
		font-size: 27px;
		margin-bottom: 40px;
	}

	.bannerRightSectionWrap ul li{
		font-size: 22px;
		margin-bottom: 30px;
	}

	.bannerSection h1 {
		font-size: 68px;
		margin-bottom: 30px;
	}

	.bannerSection h1 small{
		font-size: 28px;
		margin-bottom: 25px;
	}

	.bannerSection p{
		font-size: 20px;
	}

	.bannerContentWrapper::before {
		width: 660px;
		height: 660px;
		top: -150px;
		left: -100px;
	}

	.bannerRightSectionWrap{
		margin-top: -12px;
		width: 530px;
		max-width: 100%;
		margin-right: -40px;
	}
	
}

@media (min-width: 1900px){
	.bannerSection{
		padding:90px 0 120px;
	}

	.bannerSection::before{
		width: 78%;
	}

	.bannerSection::after {
		width: 72%;
		top: 22%;
		background-position: top;
	}
}

@media(min-width: 2000px){
	.bannerSection::before,
	.bannerSection::after{
		background-position: center;
	}
}
@media(min-width: 992px){
	.dv-mb-0{
		margin-bottom: 0px !important;
	}
}
@media screen and (max-width: 767px) {
	.clutch-column{
		text-align: center;
	}
}

.why-1{
	border: 1px solid #F16223;
	padding: 30px;
	margin-bottom: 30px;
	min-height: 360px;
}

.why-1 h3
{
	margin-bottom:25px;
}

.why-1 ul
{
	margin-bottom: 0;
}

.why-1 ul li
{
	margin-bottom: 20px;
}

.why-1 ul li a
{
	color:#F16223;
}

.why-1 ul li:last-child
{
	margin-bottom: 0px !important;
}

@media screen and (max-width: 991px) {

	.tabLinksWrapper {
		flex-wrap: wrap;
	}

	.tabLinksWrapper .tabLinks p {
		margin-bottom: 0;
		font-size: 18px;
	}

}

@media screen and (max-width:581px) {

.tabLinksWrapper {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: grid;
    justify-content: center;
    flex-wrap: wrap;
}

}

.tcsAdvantages
{
	background: #f3f3f3;
}

.vs-theme
{
	padding: 80px 0px;
}

.vs-theme .table>:not(:last-child)>:last-child>*{
    border-bottom-color: #ECF2FA !important;
    font-size: 20px;
  }
  .vs-theme .odd-row{
    background-color: #ECF2FA;
    border-bottom-color: #ECF2FA;
    text-align: center;
  }
  .vs-theme .even-row{
    background-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    text-align: center;
  }

  
  .vs-theme .third-col .odd-row th ,.vs-theme .third-col .odd-row td{
    background-color: #ecf2fa;
    border-bottom-color: #fff;
	color:#212529;
  }
  .vs-theme .third-col .even-row th ,.vs-theme .third-col .even-row td{
    background-color: #fff;
    border-bottom-color: #fff;
	color:#212529;
  }

  .vs-theme .second-col .odd-row th ,.vs-theme .second-col .odd-row td{
    background-color: #ECF2FA;
    border-bottom-color: #fff;
	color:#212529;
  }
  .vs-theme .second-col .even-row th ,.vs-theme .second-col .even-row td{
    background-color: #fff;
    border-bottom-color: #fff;
	color:#212529;
  }

  .third-col table
  {
	border: 2px solid #3e4853;
  }
 
  /*.vs-theme .third-col .even-row th:hover,.vs-theme .third-col .even-row td:hover{
    cursor: pointer;
    color: #F16223;
  }

  .vs-theme .third-col .odd-row th:hover,.vs-theme .third-col .odd-row td:hover{
    cursor: pointer;
    color: #F16223;
  }*/
  .animate{
    cursor: pointer;
  }
  .animate:hover{
    color: #F16223;
  }
  .vs-theme .odd-row th, .vs-theme .odd-row td{
    padding: 20px 10px 20px 10px;
  }
  .vs-theme .even-row th,.vs-theme .even-row td{
    padding: 20px 10px 20px 10px;
  }

  @media (min-width: 1200px) {
    .h4, h4 {
        font-size: 1.4rem;
    }
}