@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=Work+Sans:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=Work+Sans:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');

body {
	font-family: "Mona Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 18px;
}

.wooCommerceColor {
	color: #636EDF;
}

h2 {
	font-size: 32px;
	font-weight: 500;
}

.numberFont {
	font-family: "Mona Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

.bannerHeader {
	padding: 20px 0;
	background-color: #000;
}

.gap15 {
	gap: 15px;
}

.gap13 {
	gap: 20px;
    margin-left: 30px;
}

.button {
    padding: 12px 45px;
    background-color: #636EDF;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    margin-top: 25px;
}

.button:hover
{
	background-color: #1F2668;
	color: #fff;
}

.brack-wrapper
{
	 background-color: #1F2668;
	 padding:40px 0px 40px 0px;
}

.brack-wrapper ul
{
	text-align:left;
	padding-left:0;
}

.brack-wrapper ul li
{
	float:left;
	list-style-type:none;
	margin-right:50px;	

}

.brack-wrapper ul li:last-child
{
	margin-right:0px;	
}

.brack-wrapper h2
{
	font-size:38px;
	color:#fff;
	padding-top: 15px;
	text-align:right;
}

.button-4 {
    padding: 12px 65px;
    background-color: #fff;
    color: #1f2668;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
	    font-weight: 500;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	 margin-top: 12px;
}

.button-4:hover
{
	background-color: #fff;
    color: #1f2668;
}

.gap8 {
	gap: 8px;
}

.phoneWrapper img,
.emailWrapper img {
	padding-right: 8px;
}

.bannerSection {
	background: rgb(254, 247, 254);
	background: linear-gradient(180deg, rgba(254, 247, 254, 1) 0%, rgba(255, 255, 255, 0) 100%);
	position: relative;
	overflow: hidden;
	padding-top: 150px;
}

.bannerSection h1 svg {
	width: auto;
	height: 45px;
}

.bannerSection h1 {
	font-weight: 700;
	font-size: 40px;
	color: #000;
	margin-bottom: 20px;
}

.topLeftBg {
	background-image: url("/wp-content/themes/diteck-child/images/wordpress-website-development/banner-top-left-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -120px;
	left: 0;
	width: 415px;
	height: 495px;
	z-index: 1;
}

.bannerButton {
	background-color: #00749A;
	padding: 12px 45px;
	border-radius: 30px;
	color: #fff;
	border: none;
	margin-top: 40px;
}

.middleLeftBg {
	background-image: url('/wp-content/themes/diteck-child/images/wordpress-website-development/banner-middle-left.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 71px;
	height: 200px;
	position: absolute;
	top: calc(50% - 30.5px);
	left: -20px;
}



.bannerImageOuterWrapper {
	position: relative;
	z-index: 1;
}

.bannerImages {
	filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.1));
	border-radius: 17px;
}

.bannerImageOuterWrapOne {
	position: absolute;
	background: #1F2668;
	border-radius: 150px 0px 0px 0px;
}

.bannerImageOuterWrapTwo {
	position: absolute;
	background: #636EDF;
	border-radius: 124px 0px 0px 0px;
}

.bannerImageOuterWrapThree {
	/*background-image: url(/wp-content/themes/diteck-child/images/wordpress-website-development/banner-bottom-middle.png);
	position: absolute;*/
}

.bannerImageContainer {
	padding: 0 15px;
	margin-top: 45px;
}

.bannerImage2,
.bannerImage4,
.bannerImage3,
.bannerImage5,
.bannerImage6,
.bannerImage8 {
	display: none;
}

.bannerImageOuterWrapper {
	display: grid;
	gap: 15px;
	align-items: center;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
}

@media (min-width: 576px) {
	.bannerSection h1 {
		font-size: 40px;
	}

	.bannerSection h1 svg {
		height: 48px;
	}

	body {
		font-size: 18px;
	}

	.bannerButton {
		margin-top: 30px;
	}

	.bannerImageOuterWrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr 1fr;
	}

	.bannerImage2,
	.bannerImage4 {
		display: inherit;
	}

}


@media (min-width: 768px) {
	.topMiddleBg {
		background-image: url('/wp-content/themes/diteck-child/images/wordpress-website-development/banner-top-middle.png');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		width: 210px;
		height: 145px;
		position: absolute;
		top: -100px;
		left: calc(50% - 105px);
	}

	.bannerButton {
		margin-top: 40px;
	}

	.bannerImageOuterWrapper {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr 1fr;
	}

	.bannerImage3,
	.bannerImage5 {
		display: inherit;
	}

	.bannerImageOuterWrapOne {
		width: 375px;
		height: 400px;
		right: 0;
		bottom: 0;
	}
}


@media (min-width:992px) {
	.bannerSection h1 {
		font-size: 40px;
	}

	.bannerSection h1 svg {
		height: 50px;
	}

	.bannerSection h1 svg {
		height: 130px;
	}

	.bannerSection p {
		width: 510px;
		font-size: 18px;
	}

	.bannerImageOuterWrapper {
		display: inherit;
	}

	.bannerImage6,
	.bannerImage8 {
		display: inherit;
	}

	.bannerImageContainer {
		margin-top: 0;
		position: absolute;
		top: 0;
		right: 0;
		width: 45%;
	}

	.bannerImages {
		position: absolute;
		width: 210px;
		height: 120px;
	}

	.bannerImage1,
	.bannerImage3,
	.bannerImage5,
	.bannerImage7 {
		right: -10px;
	}

	.bannerImage2,
	.bannerImage4,
	.bannerImage6,
	.bannerImage8 {
		right: 235px;
	}

	.bannerImageOuterWrapOne {
		width: 275px;
		height: 515px;
		right: 0;
		top: 0;
	}

	.bannerImageOuterWrapTwo {
		bottom: 0;
		right: 320px;
		width: 260px;
		height: 180px;
	}

	.bannerImageOuterWrapThree {
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		width: 233px;
		height: 328px;
		right: 335px;
		bottom: -90px;
	}

	.bannerImage2 {
		top: 60px;
	}

	.bannerImage4 {
		top: 205px;
	}

	.bannerImage6 {
		top: 350px;
	}

	.bannerImage8 {
		top: 495px;
	}

	.bannerImage1 {
		top: 0;
	}

	.bannerImage3 {
		top: 145px;
	}

	.bannerImage5 {
		top: 290px;
	}

	.bannerImage7 {
		top: 435px;
	}

	.bannerImageContainer {
		max-width: 770px;
		height: 615px;
	}

	.bannerSection {
		padding: 150px 0;
	}
}

@media (min-width:1200px) {
	.bannerImages {
		width: 250px;
		height: 140px;
	}

	.bannerImage2,
	.bannerImage4,
	.bannerImage6,
	.bannerImage8 {
		right: 275px;
	}

	.bannerImageOuterWrapOne {
		width: 330px;
		height: 595px;
	}

	.bannerImageOuterWrapTwo {
		right: 380px;
	}

	.bannerImageOuterWrapThree {
		right: 395px
	}

	.bannerImage2 {
		top: 80px;
	}

	.bannerImage4 {
		top: 245px;
	}

	.bannerImage6 {
		top: 410px;
	}

	.bannerImage8 {
		top: 575px;
	}

	.bannerImage1 {
		top: 0;
	}

	.bannerImage3 {
		top: 165px;
	}

	.bannerImage5 {
		top: 330px;
	}

	.bannerImage7 {
		top: 495px;
	}

	.bannerImageContainer {
		max-width: 770px;
		height: 715px;
	}

	.bannerSection {
		padding: 130px 0;
		padding-bottom: 187px;
	}
}

.topStripRight {
	gap: 8px;
	margin-top: 15px;
}

@media (min-width: 576px) {
	.topStripRight {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.topStripRight {
		gap: 15px;
	}

	.phoneWrapper {
		padding-right: 15px;
		border-right: 1px solid #fff;
	}
}

@media (min-width: 1200px) {
	.bannerSection h1 {
		font-size: 48px;
	}

	.bannerSection p {
		width: 610px;
		font-size: 20px;
	}
}

@media(min-width:1500px) {
	.bannerSection h1 {
		font-size: 64px;
	}

	.bannerSection p {
		width: 710px;
		font-size: 22px;
	}
}

.clientLogoWrapper {
	padding: 120px 0 140px;
	background: linear-gradient(180.02deg, #FAFAFA 0.01%, #FAFAFA 0.02%, rgba(250, 250, 250, 0) 99.97%);
	position: relative;
	overflow: hidden;
}

.clientLogoTopRightBg {
	background-image: url(/wp-content/themes/diteck-child/images/wordpress-website-development/second-section-top-right-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 103px;
	height: 198px;
	position: absolute;
	top: 0;
	right: -20px;
}

.clientLogoBottomLeftBg {
	background-image: url(/wp-content/themes/diteck-child/images/wordpress-website-development/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;
}

.defaultContainer {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.footer {
	background: #2d2d2d;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
}

.footerLogo {
	position: relative;
	display: flex;
	align-items: center;
}

.footerLogo img {
	width: 213px;
	margin-right: 50px;
}

.footerLogo hr {
	width: 100%;
	opacity: 0.5;
}

.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;
}

.copyContent {
	padding: 20px 0;
}

.copyContent a {
	color: #fff !important;
	text-decoration: none;
}

.footerRightSideWrap {
	margin-top: 30px;
}

.footerRightSideWrap a {
	color: #fff !important;
	text-decoration: none;
}

.footerFormSection {
	padding-top: 40px;
	position: relative;
}

#footerContactFormWrapper {
	background: #F8F8F8;
	padding: 35px;
	border-radius: 20px;
}

#footerContactFormWrapper h4 {
	padding-left: 0;
	font-size: 32px;
	line-height: 1.2;
}

#footerContactFormWrapper .formLabel {
	color: #00749A;
	font-size: 17px;
}

#footerContactFormWrapper #footerPageForm .form-control {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-bottom: 3px solid #00749A;
	border-radius: 0;
	width: 100%;
}

#footerContactFormWrapper .formLabel {
	color: #00749A;
	font-size: 17px;
}

#footerContactFormWrapper #footerPageForm .form-control {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-bottom: 2px solid #00749A;
	border-radius: 0;
}

#footerContactFormWrapper #footerPageForm .newCroFormSubmit {
	background-color: #00749A;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	border-radius: 30px;
	margin-top: 35px;
	width: 100%;
	border: none;
	padding: 12px 25px;
}

#footerContactFormWrapper .form-group {
	margin-bottom: 25px;
}

.footerFormSection h2 {
	margin-top: 30px;
}

.footerFormSection::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #223B59;
	height: 280px;
	z-index: -1;
}

.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 .question-wrapper {
	border-bottom: 2px solid #DCE2E4;
}

.faqSectionWrapper .question-wrapper:first-child {
	border-top: 2px solid #DCE2E4;
}

.faqSectionWrapper .question-wrapper.hideBorderTop {
	border-top: none;
}

@media (min-width: 992px) {
	.faqSectionWrapper .question-wrapper.hideBorderTop {
		border-top: 2px solid #DCE2E4;
	}
}

.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: '-';
}

.faqSectionWrapper .hidElement {
	font-size: 16px;
	padding: 25px 18px;
}

.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;
}

.faqTopLeftBg {
	position: absolute;
	background-image: url(/wp-content/themes/diteck-child/images/wordpress-website-development/faq-top-left.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 441px;
	height: 613px;
	top: 0;
	left: 0;
}

.faqBottomRightBg {
	position: absolute;
	background-image: url(/wp-content/themes/diteck-child/images/wordpress-website-development/faq-bottom-right.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 413px;
	height: 613px;
	bottom: 0;
	right: 0;
}

.tcsAdvantages {
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}

.tcsAdvantages .tcsAdvantageImageWrapper {
	padding: 25px;
	background-color: #FAFAFA;
	position: relative;
}

.tcsAdvantages .tcsAdvantageImageWrapper img {
	position: relative;
	z-index: 2;
}

.tcsAdvantages .tcsAdvantageImageWrapper:after,
.tcsAdvantages .tcsAdvantageImageWrapper:before {
	content: '';
	position: absolute;
	display: block;
	width: 164px;
	height: 164px;
	background-color: #00749A;
	z-index: 1;
}

.tcsAdvantages .tcsAdvantageImageWrapper:before {
	top: 0;
	left: 0;
}

.tcsAdvantages .tcsAdvantageImageWrapper:after {
	right: 0;
	bottom: 0;
}


.bgTextLessOpacity {
	font-size: 60px;
	color: rgba(127, 84, 177, 0.05);
	display: block;
	line-height: 1;
}

.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: #00749A;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.tcsAdvantageContentWrapper .tcsContentListWrapper:after {
	content: '';
	width: 25px;
	height: 25px;
	background-image: url(/wp-content/themes/diteck-child/images/wordpress-website-development/advantage-arrows.png);
	position: absolute;
	top: 8.5px;
	left: 9.5px;
}

.tcsCaseStudiesWrapper {
	padding: 70px 0;
	overflow: hidden;
}

.caseStudyWrapper {
	background-color: #FAFAFA;
	gap: 15px;
	margin-bottom: 35px;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
}

.caseStudyContentWrapper {
	padding: 12px 20px;
}

.caseStudyContentWrapper p {
	margin-bottom: 0;
	font-size: 14px;
}

.caseStudyContentWrapper h3 {
	font-size: 28px;
}

.caseStudyCategoryWrapper {
	font-size: 14px;
	display: inline-block;
	padding: 5px 12px;
	color: #fff;
	background-color: #00749A;
	border-radius: 20px;
	line-height: 1;
	margin-bottom: 20px;
}

a.caseStudyLink {
	display: block;
	margin-top: 20px;
	font-size: 20px;
	color: #00749A;
	font-weight: 600;
	text-decoration: none;
}

.tcsCaseStudiesWrapper .container {
	position: relative;
}

.tcsStatsWrapper {
	padding: 80px 0;
	background-color:#1F2668;
}

.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;
}

.statNoFont {
	font-size: 48px;
	font-weight: 900;
	margin-bottom: 5px;
	line-height: 1;
	color: #fff;
}

.statContentText {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}

.statContentWrap {
	width: 150px;
}

.clutchSection {
	padding: 50px 0;
	background: #FAFAFA;
}

.projectCarousel {
	padding: 100px 0;
	background-color: #fafafa;
	position: relative;
	overflow: hidden;
}

#projectCarousel {
	margin-top: 30px;
}

.itemWrapper {
	padding: 15px;
	background-color: #fff;
	border-radius: 10px;
}

.projectImageWrapper {
	margin-bottom: 20px;
}

.projectContentWrapper p {
	font-size: 16px;
}

.projectContentWrapper h4 {
	font-size: 28px;
}

.projectCarousel .center .itemWrapper {
	background-color: #636EDF;
	color: #fff;
}

.projectCarousel .center .itemWrapper h4
{
	color:#fff;
}

.owl-theme .owl-dots .owl-dot span {
	background-color: #d9d9d9;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #223B59;
}

.owl-theme .owl-nav [class*=owl-] {
	padding: 0;
	background-color: transparent !important;
}

.nextArrow {
	background-color: transparent;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #00749A;
	background-image: url(/wp-content/themes/diteck-child/images/wordpress-website-development/owl-carousel-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	margin-left: -16px;
}

.prevArrow {
	background-color: transparent;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #00749A;
	background-image: url(/wp-content/themes/diteck-child/images/wordpress-website-development/owl-carousel-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	margin-right: -16px;
}


.nextArrow {
	transform: rotate(180deg);
}

.owl-prev {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 120px);
}

.owl-next {
	position: absolute;
	bottom: -10px;
	right: calc(50% - 120px);
}

.owl-nav {
	height: 50px;
}

.guranteesWrapper {
	padding: 140px 0 80px;
	position: relative;
	overflow: hidden;
}

.guranteeWrap {
	margin-bottom: 60px;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
}

.guranteeWrap.last-child{
	margin-bottom: 0;
}

.guranteeWrap p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	width: 210px;
}

.guranteesWrapper .guranteesWrapLines {
	position: relative;
	padding-top: 30px;
}

.guranteesWrapper .guranteesWrapLines .verticalLine {
	width: 2px;
	border: 2px solid rgba(0, 0, 0, 0.01);
	position: absolute;
	top: -40px;
	bottom: -40px;
}
.guranteesWrapper .guranteesWrapLines .horizontalLine1,
.guranteesWrapper .guranteesWrapLines .horizontalLine2,
.guranteesWrapper .guranteesWrapLines .horizontalLine3,
.guranteesWrapper .guranteesWrapLines .horizontalLine4,
.guranteesWrapper .guranteesWrapLines .verticalLine3,
.guranteesWrapper .guranteesWrapLines .verticalLine2,
.guranteesWrapper .guranteesWrapLines .verticalLine1 {
	display: none;
}

.guranteesWrapper .guranteesWrapLines .horizontalLine {
	height: 2px;
	border: 2px solid rgba(0, 0, 0, 0.01);
	position: absolute;
	left: -20px;
	right: 110px;
}


.guranteesTopLeftBg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/wp-content/themes/diteck-child/images/wordpress-website-development/gurantees-top-left.png);
	width: 104px;
	height: 153px;
	position: absolute;
	top: 0;
	left: 0;
}

.servicesWrapper{
	padding: 140px 0 80px;
	position: relative;
	overflow: hidden;
}

.tabLinksWrapper{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.tabLinksWrapper .tabLinks p{
	margin-bottom: 0;
	font-size: 12px;
}

.tabLinksWrapper .tabLinks{
	padding: 25px;
    background-color: #F4F4F4;
	color: #000;
	cursor: pointer;
}

.tabLinksWrapper .tabLinks.active{
	background-color: #636EDF;
	color: #fff;
	position: relative;
}

.tabContent{
	display: none;
	margin-top: 35px;
}

.tabContentImageWrapper{
	margin-top: 30px;
}

.tabContent.active{
	display: block;
}

.tabContent h3{
	margin-bottom: 25px;
}

.jumper.button{
	padding: 12px 45px;
	background-color: #636EDF;
	color: #fff;
	border-radius: 30px;
	display: inline-block;
	text-decoration: none;
	margin-top: 25px;
}

.help-block.with-errors {
    position: absolute;
    margin: 0;
    font-size: 12px;
    color: red;
    font-weight: bold;
    margin-top: 2px;
}

#footerContactFormWrapper #footerPageForm .form-group.has-error.has-danger .form-control {
    border-color: red !important;
}

.thankyouBanner{
	margin: 50px 0;
}

.jumper{
	cursor: pointer;
}

@media (min-width: 576px) {

	.tabLinksWrapper{
		flex-wrap: nowrap;
	}

	.guranteeWrap.last-child{
		margin-bottom: 60px;
	}

	.guranteeWrap p {
		margin-bottom: 1rem;
		width: auto;
	}

	.guranteeWrap{
		display: block;
	}

	.guranteeWrap img {
		margin-bottom: 30px;
	}

	.statContentWrap {
		width: auto;
	}

	.caseStudyWrapper {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.caseStudyContentWrapper {
		padding: 12px 20px 12px 0;
	}

	.bgTextLessOpacity {
		font-size: 85px;
	}

	.defaultContainer {
		max-width: 540px
	}

	.footerInnerLink {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr 1fr;
	}

	.faqTopRightBg {
		position: absolute;
		background-image: url(/wp-content/themes/diteck-child/images/wordpress-website-development/faq-top-right.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width: 239px;
		height: 158px;
		top: 0;
		right: -30px;
	}
	.guranteesWrapper .guranteesWrapLines .verticalLine1 {
		left: 40%;
		display: inherit;
	}

	.guranteesWrapper .guranteesWrapLines .verticalLine2 {
		display: none;
	}
	.guranteesWrapper .guranteesWrapLines .horizontalLine1 {
		top: -10px;
		display: inherit;
	}
	
	.guranteesWrapper .guranteesWrapLines .horizontalLine2 {
		top: 200px;
		display: inherit;
	}
	
	.guranteesWrapper .guranteesWrapLines .horizontalLine3 {
		top: 410px;
		display: inherit;
	}

	.guranteesWrapper .guranteesWrapLines .horizontalLine4 {
		top: 620px;
		display: inherit;
	}
}

@media (min-width: 768px) {

	.tabLinksWrapper .tabLinks{
		padding: 15px 10px;
	}

	.guranteesWrapper .guranteesWrapLines .horizontalLine1 {
		top: -10px;
	}
	
	.guranteesWrapper .guranteesWrapLines .horizontalLine2 {
		top: 200px;
	}
	
	.guranteesWrapper .guranteesWrapLines .horizontalLine3 {
		top: 410px;
	}

	.guranteesWrapper .guranteesWrapLines .horizontalLine4 {
		display: none;
	}

	.guranteesWrapper .guranteesWrapLines .verticalLine1 {
		left: 28%;
	}
	
	.guranteesWrapper .guranteesWrapLines .verticalLine2 {
		left: 61%;
		display: inherit;
	}
	
	.guranteesWrapper .guranteesWrapLines .verticalLine3 {
		display: none;
	}

	.projectTopRightBg {
		background-image: url(/wp-content/themes/diteck-child/images/wordpress-website-development/project-top-right.png);
		width: 403px;
		height: 573px;
		position: absolute;
		top: -40px;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		right: 0;
	}

	.statContentText {
		font-size: 18px;
	}

	h2 {
		font-size: 36px;
	}

	.bgTextLessOpacity {
		font-size: 110px;
	}

	.tcsAdvantagesBottomRightBg {
		background-image: url(/wp-content/themes/diteck-child/images/wordpress-website-development/advantage-bottom-left.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 317px;
		height: 158px;
		position: absolute;
		bottom: 0;
		left: -80px;
		z-index: -1;
	}

	.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) {

	.servicesWrapper{
		padding: 140px 0;
	}

	.tabContent{
		margin-top: 85px;
	}

	.tabContentImageWrapper{
		margin-top: 0;
	}

	.serviceTopLeftBg{
		background-image: url(/wp-content/themes/diteck-child/images/wordpress-website-development/woocommerce-services-include-top-left-bg.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 0;
		width: 322px;
		height: 400px;
		z-index: -1;
	}

	.tabContentImageWrapper{
		position: relative;
	}

	.tabContentImageWrapper:before,
	.tabContentImageWrapper:after{
		background-image: url(/wp-content/themes/diteck-child/images/wordpress-website-development/woocommerce-service-include-top-right.png);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		width: 203px;
		height: 288px;
		position: absolute;
		content: '';
		display: block;
		z-index: -1;
	}

	.tabContentImageWrapper:before {
		top: -84px;
		right: 20px;
	}

	.tabContentImageWrapper:after {
		bottom: -84px;
		left: -20px;
	}

	.guranteesWrapper .guranteesWrapLines .verticalLine1 {
		left: 20%;
	}
	
	.guranteesWrapper .guranteesWrapLines .verticalLine2 {
		left: 45%;
	}
	
	.guranteesWrapper .guranteesWrapLines .verticalLine3 {
		left: 70%;
		display: inherit;
	}

	.guranteesBottomRightBg{
		width: 130px;
		height: 130px;
		background-color: #636EDF;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	.guranteesTopRightBg {
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(/wp-content/themes/diteck-child/images/wordpress-website-development/gurantees-top-right.png);
		width: 218px;
		height: 303px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.projectTopMiddleBg {
		background-image: url(/wp-content/themes/diteck-child/images/wordpress-website-development/projects-top-middle.png);
		width: 233px;
		height: 116px;
		position: absolute;
		top: 0;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		left: calc(50% + 50px);
	}

	.bgTextLessOpacity {
		font-size: 135px;
	}

	.footerFormSection h2 {
		font-size: 36px;
	}

	.defaultContainer {
		max-width: 960px
	}

	.footLogoImage {
		/*width: 120px;*/
		margin-right: 10px;
	}

	.footerInnerLink {
		grid-template-columns: repeat(3, auto);
		grid-template-rows: 1fr 1fr;
	}

	.tcsAdvantageContentWrapper {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {

	.tabContent h3{
		font-size: 38px;
	}

	.tabLinksWrapper .tabLinks{
		padding: 15px 20px;
	}

	.tabLinksWrapper .tabLinks p{
		font-size: 14px;
	}

	.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 #636EDF;
		right: 0;
		z-index: -1;
	}

	.guranteesWrapper {
		padding: 140px 0;
	}

	.guranteesRightBg {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url(/wp-content/themes/diteck-child/images/wordpress-website-development/recommended.png);
		height: 758px;
		width: 156px;
		position: absolute;
		top: 120px;
		right: 0;
	}

	.tcsCaseStudiesTopRightBg {
		background-image: url(/wp-content/themes/diteck-child/images/wordpress-website-development/case-studies-top-right.png);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		width: 233px;
		height: 328px;
		position: absolute;
		right: -90px;
		z-index: -1;
		top: 0;
	}

	.defaultContainer {
		max-width: 1140px;
		margin: 0 auto
	}

	.footerInnerLink {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1400px) {
	.serviceTopLeftBg{
		width: 422px;
		height: 520px;
	}
	.guranteesRightBg {
		width: 226px;
	}

	.guranteesBottomRightBg{
		width: 190px;
		height: 190px;
	}

	h2 {
		font-size: 42px;
	}

	.defaultContainer {
		max-width: 1300px;
		margin: 0 auto
	}

	.faqSectionWrapper .faqTitle {
		font-size: 22px;
	}

	.faqSectionWrapper .hidElement {
		font-size: 18px;
	}

	.tcsAdvantageContentWrapper .tcsContentListWrapper {
		font-size: 20px;
	}

	.caseStudyContentWrapper p {
		font-size: 16px;
	}

	.tabLinksWrapper .tabLinks p{
		font-size: 17px;
	}

	.clientLogoWrapper img{
		margin-left: 10px;
		margin-right: 10px;
	}
	.tabContentImageWrapper{
		left: 40px;
	}
}

.banner-bg-9
{
	width: 400px;
	background-color:#fff;
	padding:40px;
	border-radius:20px;
	margin: 0 auto;
	margin-top: 50px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	margin-right: 300px;
}

.bannerSection h1 small
{
	font-size: 38px;
}

.banner-bg-9 h4
{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom:30px;
	color:#011166;
}

.banner-bg-9 ul
{
	margin-bottom: 30px;
}

.banner-bg-9 ul li
{
	list-style-type: none;
	margin-bottom: 20px;
}

.banner-bg-9 p
{
	width: auto;
}

.banner-bg-9 hr
{
	background-color: #00749A;
	height: 2px;
}

@media (min-width: 1600px) {
	.guranteesRightBg{
		width: 286px;
	}
	.guranteesBottomRightBg{
		width: 250px;
		height: 250px;
	}
	.defaultContainer {
		max-width: 1600px;
		margin: 0 auto
	}
	.tabLinksWrapper .tabLinks {
		padding: 15px 14px;
	}

}

@media (max-width: 991px){
	
	.brack-wrapper h2
	{
		color:#fff;
		text-align:center
	}
	
	.button-4 {
    padding: 12px 45px;
    background-color: #fff;
    color: #00749A;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
	    font-weight: 500;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	 margin-top: 25px;
}

.brack-wrapper ul
{
	text-align:center;
	padding-left:0;
}

.brack-wrapper ul li
{
	float:none;
	display:inline-block;
	list-style-type:none;
	margin-right:0px;	

}

.bannerSection h1 svg {
    height:60px;
}

	
}

@media (max-width: 768px) {
	

}

@media (max-width: 581px) {
	
	.brack-wrapper h2
	{
		font-size:30px;
		color:#fff;
		padding-bottom:30px;
		text-align:center
	}

}

@media (min-width: 991px) and (max-width: 1200px) {

.banner-bg-9 {
    width: 500px;
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    margin: 0 auto;
    margin-top:0px; 
}

.banner-bg-9 {
    width: 420px;
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.bannerSection h1 small {
    font-size: 30px;
}

.bannerSection h1 svg {
    height: 102px;
}

.bannerSection h1 {
    font-size: 50px;
}

}


@media (min-width: 991px) and (max-width: 1366px) {
	
	.brack-wrapper h2
	{
		font-size:34px;
		color:#fff;
		padding-bottom:30px;
		text-align:center
	}

	.banner-bg-9 {
		width: 500px;
		background-color: #fff;
		padding: 40px;
		border-radius: 20px;
		margin: 0 auto;
		margin-top: 50px;
		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;
	}
}

@media (max-width: 992px) {

.bannerImageOuterWrapper {
    display: flex;
    gap: 15px;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
}

.banner-bg-9 {
    width: 500px;
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 0px;
}

}

.banner-bg-9 ul
{
	margin-left: 0;
	padding-left: 0;
}

.col-full{
    padding: 0px !important;
    margin: 0px !important;
    max-width: 100% !important;
}
.col-full [data-elementor-type=wp-page]{
    background-color: #fff !important;
}

@media (min-width: 1024px) {
    .site-content {
        margin: 0px auto 120px !important;
    }
}