@font-face {
	font-family: 'Montserrat';
	src: url(assets/fonts/Montserrat-Regular.woff2) format('woff2'), url(assets/fonts/Montserrat-Regular.woff) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Montserrat';
	src: url(assets/fonts/Montserrat-Medium.woff2) format('woff2'), url(assets/fonts/Montserrat-Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Montserrat';
	src: url(assets/fonts/Montserrat-SemiBold.woff2) format('woff2'), url(assets/fonts/Montserrat-SemiBold.woff) format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Montserrat';
	src: url(assets/fonts/Montserrat-Bold.woff2) format('woff2'), url(assets/fonts/Montserrat-Bold.woff) format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "bootstrap-icons";
	src: url(assets/fonts/bootstrap-icons.woff2) format("woff2"), url(assets/fonts/bootstrap-icons.woff) format("woff");
	font-display: block
}




@keyframes smoothScroll {
	0% {
		transform: translateY(-40px)
	}

	100% {
		transform: translateY(0)
	}
}

:root {
	--primarycolor: #c84f00;
	--secondrycolor: #192a44;
	--secondrytextcolor: #4c596d;
	--bgcolorsecondry: #e6e8ea;
	--primaryfont: "Montserrat", sans-serif;
	--secondryfont: "Montserrat", sans-serif;
	--primarystrokecolor: #ffceb3;
	--bgwhite: #ffffff;
	--bordercolor: #e5e7eb;
	--bglightblue: #f3f6f9
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.bi-arrow-right::before {
	content: "\f138"
}

.bi-envelope-open::before {
	content: "\f32e"
}

.bi-whatsapp::before {
	content: "\f618"
}

.bi-skype::before {
	content: "\f656"
}

.bi-telegram::before {
	content: "\f5b3"
}

.bi-people::before {
	content: "\f4d0"
}

.bi-book::before {
	content: "\f194"
}

.bi-arrow-up::before {
	content: "\f148"
}

.bi-list::before {
	content: "\f479"
}

.bi-chevron-down::before {
	content: "\f282"
}
.bi-file-pdf-fill::before {
    content: "\f63f";
}
.bi-check2-circle::before {
    content: "\f270";
}
.bi-check-circle::before {
    content: "\f26b";
}
.bi-play-fill::before {
    content: "\f4f4";
}
.bi-check-circle-fill::before {
    content: "\f26a";
}
.bi-calendar::before {
    content: "\f1f6";
}
* {
	font-family: "Montserrat", sans-serif
}

::selection {
	background: #c84f00;
	color: #fff
}

::-moz-selection {
	background: #c84f00;
	color: #fff
}

body {
	background: #fff;
    overflow-x: hidden
}

.text-white {
	color: #fff
}

.text-orange {
	color: #c84f00
}

.text-grey {
	color: #192a44
}

.text-blue {
	color: #192a44
}

.text-black {
	color: #000
}

:focus-visible {
	outline: 0
}

figure {
	overflow: hidden;
	border-radius: 0
}

figure img {
	transition: 0.5s all ease-in-out;
	border-radius: 0;
	width: 100%
}

figure:hover img,
figure:focus img {
	transform: scale(1.2)
}
::marker {
	margin: 0;
	content: "";
	content: '' !important;
	content-visibility: hidden !important;
	display: none !important;
	list-style: none !important;
	opacity: 0 !important;
	padding: 0 !important;
	visibility: hidden !important
}

li::marker {
	content: ""
}

li {
	list-style-type: none
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	font-family: var(--primaryfont)
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    /* margin-bottom: .5rem; */
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}
h4 {
    font-size: 34px;
    line-height: 55px;
    font-weight: 400;
    color: #252b33;
    margin: 0;
    padding: 0 0 5px;
}
.h5, h5 {
    font-size: 1.25rem;
}
h1 span,
h2 span,
h3 span,
h4 span {
	font-family: var(--primaryfont)
}
h2 {
    font-size: 46px;
    line-height: 57px;
    font-weight: 700;
    color: #192a44;
    margin: 0 0 30px;
    padding: 0;
}

p {
	font-family: var(--secondryfont)
}

a {
	text-decoration: none
}
a, button, img a, input, .blog-wrap h3 {
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}

.sticky {
	top: 130px !important;
	position: sticky
}

.dots {
	position: relative
}

.dots:before {
	content: "";
	position: absolute;
	right: -23px;
	bottom: -4px;
	width: 33px;
	height: 33px;
	border-radius: 100%;
	background: var(--primarycolor);
	z-index: -1
}

.title-wrap {
	margin-bottom: 20px
}

.title-wrap h2,
.title-wrap h1 {
	font-size: 32px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -.5px;
	padding-bottom: 25px;
	color: var(--secondrycolor);
	position: relative;
	z-index: 99;
	margin: 0
}

.title-wrap h2 span,
.title-wrap h2 span a,
.title-wrap h1 span {
	color: var(--primarycolor);
	font-family: var(--primaryfont)
}

.title-wrap h4,
.title-wrap .h4 {
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	position: relative;
	padding-bottom: 15px;
	display: flex;
	gap: 10px;
	margin: 0
}

.title-wrap h4 .dots,
.title-wrap .h4 .dots {
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: var(--primarycolor);
	display: block
}

.title-wrap h4 .dots:before,
.title-wrap .h4 .dots:before {
	display: none
}

.title-wrap h3 {
	font-size: 26px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -.5px;
	padding-bottom: 20px;
	color: var(--secondrycolor);
	position: relative;
	z-index: 99
}

.title-wrap h6,
.title-wrap .h6 {
	color: var(--secondrytextcolor);
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	padding-bottom: 25px
}

.text-center .title-wrap h4,
.text-center.title-wrap h4,
.text-center .title-wrap .h4,
.text-center.title-wrap .h4 {
	justify-content: center
}

.text-white .title-wrap h2,
.text-white .title-wrap h4,
.text-white .title-wrap .h4 {
	color: var(--bgwhite)
}

p {
	color: var(--secondrytextcolor);
	font-size: 16px;
	font-weight: 400;
	line-height: 168%;
	padding-bottom: 25px;
	z-index: 9;
	position: relative
}

figure,
figure img {
	border-radius: 0
}

.btn-primary {
	color: var(--secondrycolor);
	font-size: 14px;
	font-family: var(--primaryfont);
	font-weight: 600;
	line-height: 150%;
	background: none;
	border: 0;
	padding: 13px 0;
	margin: 0 0 23px 0;
	transition: 0.3s ease-in-out;
	position: relative;
	display: flex;
	gap: 7px;
	z-index:1;
}

.btn-primary:hover,
.btn-primary:focus {
	color: var(--secondrycolor);
	background: none;
	border: 0;
	padding: 13px 0 13px 26px;
	transition: 0.3s ease-in-out;
	box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: none;
	background: none;
	border: 0;
	color: var(--secondrycolor)
}

.btn-primary:before {
	transition: 0.3s ease-in-out
}

.btn-primary:hover:before {
	width: 47px;
	height: 47px;
	content: "";
	border-radius: 100%;
	background: var(--bgcolorsecondry);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}

.btn-primary img {
	width: 21px !important;
	height: 21px !important
}

.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none;
	background: none;
	border: 0;
	color: var(--secondrycolor)
}
.list {
    margin: 0 0 20px;
    padding: 0;
}
.list li {
    color: #4c596d;
    font-size: 16px;
    font-weight: 400;
    line-height: 168%;
    padding-bottom: 20px;
    position: relative;
    padding-left: 18px;
    list-style-type: none;
    margin: 0;
}
.list li:before {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #ff6c1a;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active,
.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn:focus-visible {
	background: none !important;
	border: none !important;
	color: var(--primarycolor) !important;
	box-shadow: none !important
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
	box-shadow: none !important
}
.home-banner .common {
	position: relative
}

.home-banner .common img {
	width: 100%
}

.home-banner .banner-text {
	flex-direction: column;
	align-items: center;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	background: none
}

.home-banner .banner-text:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #111827;
	opacity: .85
}

.home-banner .banner-text .title-wrap {
	position: relative;
	z-index: 99;
	text-align: center;
	margin-bottom: 0;
	padding: 0 30px
}

.home-banner .banner-text .title-wrap h4,
.home-banner .banner-text .title-wrap .h4 {
	color: var(--bgwhite);
	justify-content: center
}

.home-banner .banner-text .title-wrap h1,
.home-banner .banner-text .title-wrap h2 {
	color: var(--bgwhite);
	font-size: 48px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -1.5px;
	padding-bottom: 16px
}

.home-banner .banner-text .title-wrap h1 span,
.home-banner .banner-text .title-wrap h2 span {
	color: var(--primarycolor)
}

.home-banner .banner-text .title-wrap p {
	color: var(--bgcolorsecondry);
	font-size: 16px;
	line-height: 168%;
	padding-bottom: 35px
}

.home-banner .banner-text .title-wrap .btn-primary {
	color: var(--bgwhite);
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
	display: flex;
	margin: 0;
	gap: 7px;
	padding: 12px 0 12px 26px
}

.home-banner .banner-text .title-wrap .btn-primary:before {
	width: 47px;
	height: 47px;
	content: "";
	border-radius: 100%;
	background: #e6e8ea;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: .15
}

.home-banner .banner-text .title-wrap .btn-primary img {
	width: 24px !important;
	height: 24px !important
}

.home-banner .banner-text .title-wrap .btn-primary:hover {
	color: var(--primarycolor)
}

.home-banner .banner-text .title-wrap .btn-primary:hover:before {
	opacity: .05
}

.home-banner .carousel-indicators {
	bottom: 30px;
	gap: 20px
}

.home-banner .carousel-indicators [data-bs-target] {
	padding: 0;
	margin: 0;
	border: 0;
	opacity: 1;
	width: 58px !important;
	height: 30px !important;
	background: none !important;
	border-radius: 0 !important;
	position: relative
}

.home-banner .carousel-indicators [data-bs-target]:before {
	content: '';
	position: absolute;
	width: 58px !important;
	height: 3px !important;
	background: #818a98 !important;
	left: 0
}

.home-banner .carousel-indicators .active {
	background: none !important
}

.home-banner .carousel-indicators .active:before {
	content: '';
	position: absolute;
	width: 58px !important;
	height: 3px !important;
	background: var(--primarycolor) !important;
	left: 0
}
.home-banner .owl-item,
.home-banner .owl-carousel .owl-item img,
.owl-banner .common,
.owl-banner .carousel-item,
.owl-banner .carousel-item img,
.sub-banner img {
	height: 880px
}

.home-banner .owl-carousel .owl-item img,
.owl-banner .carousel-item img,
.sub-banner img {
	width: 100%;
	object-fit: cover
}
.spark-cta {
	display: inline-block;
	position: relative;
	margin: 0
}

.spark-cta a.btn-style-one {
	min-width: 175px !important;
	padding: 10px 38px !important;
	color: var(--bgwhite) !important;
	font-size: 16px !important;
	line-height: 168% !important;
	border-radius: 0 !important;
	height: auto !important;
	width: auto !important;
	border: 1px solid #c84f00 !important;
	font-weight: 500;
	position: relative;
	display: block;
	cursor: pointer;
	background: #c84f00;
	white-space: nowrap;
	text-align: center
}

.spark-cta a.btn-style-one:hover {
	padding: 10px 60px 10px 16px !important;
	text-decoration: none;
	background: #192a44 !important;
	color: #fff !important;
	border: 1px solid #192a44 !important;
	outline: 0 solid #fff !important;
	outline-offset: 0 !important
}

.spark-cta a.btn-style-one .arrow svg {
	position: absolute;
	top: 0px !important;
	left: 0px !important;
	width: 22px !important;
	height: 22px !important
}

.spark-cta a.btn-style-one .arrow i {
	font-style: normal;
	position: absolute;
	top: -1px !important;
	left: 0 !important;
	-webkit-transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
	transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
	line-height: 20px
}

.spark-cta a.btn-style-one .arrow i span {
	position: relative;
	left: 0 !important;
	top: 0 !important;
	font-size: 24px !important;
	padding: 0;
	-webkit-transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
	transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
	line-height: 20px !important
}

.spark-cta a.btn-style-one .arrow,
.spark-cta a.btn-style-one .arrow svg {
	width: 22px !important;
	height: 22px !important
}

.spark-cta a.btn-style-one .arrow {
	text-align: center;
	-webkit-transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
	transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
	position: absolute !important;
	width: 22px !important;
	height: 22px !important;
	right: 25px !important;
	top: 13px !important;
	opacity: 0
}

.spark-cta a.btn-style-one:hover .arrow {
	opacity: 1;
	display: block
}

.spark-cta:hover a.btn-style-one .arrow i {
	left: 12px !important
}

.industries-card {
	position: relative;
	transition: 0.3s ease-in-out
}

.industries-card .content {
	position: absolute;
	bottom: 30px;
	left: 24px;
	right: 24px
}

.industries-card .content h3,
.industries-card .content h3 a {
	color: var(--bgwhite);
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	padding-bottom: 10px;
	transition: 0.3s ease-in-out
}

.industries-card .content p,
.industries-card .content p a {
	color: var(--bgcolorsecondry);
	font-size: 14px;
	line-height: 162%;
	padding-bottom: 17px;
	font-weight: 400
}

.industries-card .content .btn-primary {
	display: flex;
	margin: 0;
	color: var(--bgwhite);
	gap: 7px
}

.industries-card .content .btn-primary img {
	width: auto
}

.industries-card .content .btn-primary:hover:before {
	background: rgb(230 232 234 / .19);
	z-index: 0
}

.industries-card:hover img {
	transform: scale(1.1)
}

.industries-card:hover .content h3,
.industries-card:hover .content h3 a {
	color: var(--primarycolor)
}

.content:hover~.industries-card figure>img {
	transform: scale(1.1)
}

.blog-card {
	position: relative;
	padding-bottom: 2px
}

.blog-card figure {
	margin-bottom: 30px
}

.blog-card h3 {
	color: var(--secondrycolor);
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	padding-bottom: 23px;
	padding-right: 30px;
	transition: 0.3s ease-in-out
}

.blog-card p {
	color: var(--secondrytextcolor);
	font-size: 14px;
	font-weight: 600;
	line-height: 150%;
	padding-bottom: 0
}

.blog-card .btn-primary {
	display: flex;
	margin-bottom: 0;
	color: var(--secondrycolor);
	font-weight: 600;
	gap: 7px
}

.blog-card:hover figure>img {
	transform: scale(1.1)
}

.blog-card:hover h3 {
	color: var(--primarycolor)
}

.blog-card .author span {
	color: var(--primarycolor);
	border-right: 1px solid var(--bordercolor);
	padding-right: 10px;
	margin-right: 10px
}

.bolg-category-title .h4,
.bolg-category-title h4 {
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	color: #192a44;
	padding-right: 10px;
	margin: 0
}

.bolg-category-title img {
	visibility: hidden
}

.blog-card:hover .bolg-category-title img {
	transition: 1s ease-in-out;
	visibility: visible
}

.contact-section {
	margin: 40px 0 100px 0;
	background: #FFF
}

.contact-section hr {
	border-top: 0 solid #e6e8ea;
	position: relative;
	height: 2px;
	opacity: 1;
	background: #e6e8ea;
	margin-bottom: 90px
}

.contact-section .btm-hr {
	margin-top: 90px;
	margin-bottom: 0
}

.contact-section hr:before,
.contact-section hr:after {
	width: 35px;
	height: 2px;
	background: #c84f00;
	content: "";
	position: absolute;
	left: 0;
	top: 0
}

.contact-section hr:after {
	width: 6px;
	background: #fff;
	left: 35px
}

.quick-contact .q-contact h4,
.quick-contact .q-contact .h4 {
	color: #c84f00;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	padding-bottom: 20px
}

.quick-contact .q-contact a {
	color: var(--secondrytextcolor);
	font-size: 16px;
	line-height: 168%;
	text-decoration: none;
	padding-bottom: 0;
	border-bottom: 1px solid #96a1b3
}

.quick-contact .q-contact a:hover {
	color: var(--primarycolor);
	border-bottom: 1px solid var(--primarycolor)
}

.brands-section,
.partners-section,
.achievements-section,
.casestudy-section,
.reviews-section,
.industries-section,
.inside-sparkout-section,
.blog-section,
.technology-section,
.common-section {
	padding: 70px 0;
	background: #FFF
}
.casestudy-section .casestudy-card .btn-primary img {
	width: auto
}

.casestudy-section .casestudy-card p a {
	color: var(--secondrytextcolor)
}

.casestudy-section .casestudy-card h3 a,
.casestudy-section .casestudy-card h3 {
	color: var(--primarycolor);
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	padding-bottom: 13px
}

.casestudy-section .casestudy-card p {
	padding-bottom: 11px
}

.casestudy-section .casestudy-card figure {
	margin-bottom: 27px
}

.casestudy-section .casestudy-card h3 a,
.casestudy-section .casestudy-card h3 {
	color: var(--secondrycolor);
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	padding-bottom: 25px;
	transition: 0.3s ease-in-out
}
.casestudy-section .casestudy-card:hover h3 a,
.casestudy-section .casestudy-card:hover h3 {
	color: var(--primarycolor)
}

.casestudy-section .casestudy-card:hover figure img {
	transform: scale(1.2)
}

.casestudy-section .casestudy-card h4 {
	color: var(--secondrycolor);
	font-size: 14px;
	font-weight: 600;
	line-height: 150%;
	display: flex;
	justify-content: center;
	align-items: center
}

.casestudy-section .casestudy-card h4 .dots {
	width: 8px;
	height: 8px;
	background: var(--primarycolor);
	border-radius: 100%
}

.casestudy-section .casestudy-card h4 .dots:before {
	display: none
}

.casestudy-section .casestudy-card h4>span {
	display: flex;
	gap: 10px;
	align-items: center;
	color: var(--primarycolor);
	border-right: 1px solid var(--bordercolor);
	padding-right: 10px;
	margin-right: 10px
}
.casestudy-section .casestudy-card p {
	margin-bottom: 11px;
	-webkit-line-clamp: 2
}
.casestudy-section .casestudy-card h3 {
	-webkit-line-clamp: 1;
	margin-bottom: 15px
}
.casestudy-section .casestudy-card p,
.technology-card p,
.technology-card p a,
.inside-card .content p,
.reviews-section .review-card p,
.casestudy-section .casestudy-card h3 a,
.casestudy-section .casestudy-card h3,
.industries-card .content p,
.blog-card h3 {
	padding-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.casestudy-section .casestudy-card p {
	margin-bottom: 11px;
	-webkit-line-clamp: 2
}

.inside-card .content p {
	-webkit-line-clamp: 2;
	margin-bottom: 10px
}

.technology-card p a {
	color: var(--secondrytextcolor)
}

.technology-card p {
	margin-bottom: 25px
}

.reviews-section .review-card p {
	-webkit-line-clamp: 8;
	margin-bottom: 15px
}

.casestudy-section .casestudy-card h3 {
	-webkit-line-clamp: 1;
	margin-bottom: 15px
}

.industries-card .content p {
	-webkit-line-clamp: 3;
	margin-bottom: 5px
}

.blog-card h3 {
	margin-bottom: 23px;
	-webkit-line-clamp: 2;
	min-height: 60px
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important
}

.px-3 {
	padding-left: 1rem !important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important
}

.q-contact p {
	padding: 0;
	margin: 0 0 15px 0
}

.q-contact p i {
	width: 26px;
	height: 26px;
	line-height: 26px;
	background: #c84f00;
	text-align: center;
	border-radius: 100%;
	color: #fff;
	margin: 0 10px 0 0;
	display: inline-block;
	font-size: 15px
}

.faq-section .accordion {
	margin-bottom: 0
}

.faq-section .accordion-item {
	border: 1px solid #c84f00;
	background-color: #fff;
	margin-bottom: 15px
}

.faq-section .accordion-item:first-of-type,
.faq-section .accordion-item:first-of-type .accordion-button,
.faq-section .accordion-item:last-of-type .accordion-button.collapsed,
.faq-section .accordion-item:last-of-type {
	border-radius: 0
}

.faq-section .accordion-button {
	line-height: 1.5;
	font-weight: 600;
	font-size: 20px
}

.faq-section .accordion-button:not(.collapsed) {
	color: #c84f00 !important;
	background-color: #fff !important;
	box-shadow: none
}

.faq-section .accordion-button:focus {
	border-color: #c84f00;
	box-shadow: none
}

.faq-section .accordion-body {
	padding: 0 20px !important
}

.what-we-do-app {
	padding: 15px 0;
	transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s
}

.what-we-do-app img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin: 0 0 15px
}

.what-we-do-app h3 {
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 15px;
	font-weight: 600;
	color: var(--secondrycolor)
}

.latest-technology {
	padding: 20px 25px !important
}

.latest-technology:hover {
	box-shadow: 0 0 6px #c84f00 inset !important
}

.latest-technology img {
	margin: 0 0 10px !important
}

.what-we-do-app h3 a {
	font-size: 20px;
	color: var(--secondrycolor)
}

.what-we-do-app h3 a:hover {
	color: #c84f00
}

.what-we-do-app:hover,
.what-we-do-app:focus {
	box-shadow: none
}

.bg-invest-ar {
	background: #192a44 !important
}

.bg-invest-ar .title-wrap h4,
.bg-invest-ar .title-wrap .h4,
.bg-invest-ar .title-wrap h2,
.bg-invest-ar .title-wrap p,
.bg-invest-ar .what-we-do-app h3,
.bg-invest-ar .what-we-do-app p {
	color: #fff
}

.sticky .what-we-do-app .process-num {
	left: 18%;
	top: 38px;
	font-size: 100px
}

.sticky .what-we-do-app {
	box-shadow: none;
	position: relative;
	padding: 15px 0
}

.text-left {
	text-align: left
}

.vertical-tabs .nav-pills {
	border-radius: 0;
	padding: 47px 30px !important;
	width: 380px !important;
	border: 0 !important;
	background: #f3f6f9;
	height: 100%;
	flex-direction: column;
	gap: 40px
}

.vertical-tabs .tab-content {
	border-radius: 0;
	width: 100%;
	margin-bottom: 0 !important;
	border: 2px solid #f3f6f9;
	background: #fff;
	height: 100%
}

.vertical-tabs .accordion-item {
	margin-bottom: 0 !important;
	border: 0 !important
}

.tab-content>.tab-pane {
	border: 0 !important
}

.vertical-tabs .nav-pills .nav-link {
	margin-bottom: 0;
	border-radius: 0;
	text-align: left;
	color: #192a44;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	padding: 0 0 10px 0;
	width: 320px !important;
	border: 0;
	border-bottom: 2px solid #e6e8ea;
	position: relative
}

.vertical-tabs .nav-item {
	position: relative
}

.vertical-tabs .nav-pills .nav-item:before,
.vertical-tabs .nav-pills .nav-item:after {
	content: "";
	position: absolute;
	width: 35px;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #c84f00;
	z-index: 9
}

.vertical-tabs .nav-pills .nav-item:after {
	width: 6px;
	left: 35px;
	background: #f3f6f9
}

.vertical-tabs .nav-pills .nav-link:hover,
.vertical-tabs .nav-pills .nav-link.active,
.vertical-tabs .nav-pills .show>.nav-link {
	color: #c84f00;
	background: none;
	border-bottom: 2px solid #c84f00
}

.vertical-tabs .nav-pills .nav-link.active {
	position: relative;
	padding-left: 18px;
	transition: 0.2s all ease-in-out
}

.vertical-tabs .nav-pills .nav-link.active:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0;
	top: 10px;
	background: #c84f00;
	z-index: 9;
	border-radius: 100%
}

.vertical-tabs .tab-content h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -.04em;
	color: #0e0e2c;
	margin-bottom: 14px
}

.vertical-tabs .accordion-body {
	padding: 60px 50px
}

.vertical-tabs .icon-img {
	margin-bottom: 20px
}

.vertical-tabs .accordion-body h3 {
	color: #192a44;
	font-size: 24px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -.2px;
	margin-bottom: 22px
}

.vertical-tabs .accordion-body p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 168%;
	padding-bottom: 40px
}

.vertical-tabs .accordion-body ul {
	margin: 0;
	padding: 0
}

.vertical-tabs .accordion-body li {
	color: #4c596d;
	font-size: 16px;
	font-weight: 400;
	line-height: 168%;
	padding-bottom: 26px;
	position: relative;
	padding-left: 18px;
	list-style-type: none;
	margin: 0
}

.vertical-tabs .accordion-body li:before {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	background: #c84f00
}

.vertical-tabs .accordion-body li:last-child {
	padding-bottom: 0
}

.hr-btm {
	border: 0;
	position: relative;
	margin: 0;
	height: 2px;
	padding: 0;
	background: #e6e8ea;
	opacity: 1;
	margin-bottom: 38px
}

.hr-btm:before,
.hr-btm:after {
	content: "";
	position: absolute;
	width: 35px;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #c84f00;
	z-index: 9
}

.hr-btm:after {
	width: 6px;
	left: 35px;
	background: #f3f6f9
}

.glassdoor .dots:before {
	right: -19px;
	bottom: -26px;
	width: 53px;
	height: 53px;
	background: #e6e8ea
}

.text-center img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px
}

.mr-3 {
	margin-right: 20px
}

.title-wrap.pr-50 {
	padding-right: 50px
}

.blog-section .blog-card {
	padding-bottom: 0
}

.blog-section .blog-card figure {
	margin-bottom: 0
}

.blog-section .blog-card h3 {
	margin: 0 !important;
	padding: 0
}

.desc {
	padding: 15px 15px;
	background: #f7f7f7;
	border: 1px solid #ededed
}

.bg-park {
	background: #e6ecf3
}

.appfeatures p {
	padding-bottom: 0
}

.appfeatures {
	display: flex;
	align-items: center;
	justify-content: flex-start
}

.appfeatures p strong {
	font-weight: 500
}

.what-we-do-app.design-studio h3 {
	font-size: 18px
}

.what-we-do-app.design-studio p {
	font-size: 13px
}

.design-studio-img {
	padding-right: 50px
}

.why-choose-app {
	padding: 30px;
	background: #f3f6f9;
	height: 100%
}

.why-choose-app h3 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
	color: #192a44;
	margin: 0 0 15px
}

.why-choose-app img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin: 0 0 15px
}

.why-choose-app.tab-content {
	padding: 0px !important;
	border: none !important;
	background: none !important
}

.why-choose-app.tab-content h3 {
	margin-bottom: 10px !important
}

.why-choose-app.tab-content p {
	padding-bottom: 10px !important
}


.register-block a {
	color: var(--secondrytextcolor);
	text-decoration: underline
}

.register-block a:hover {
	color: #c84f00
}

.register-para {
	display: flex;
	gap: 15px;
	flex-wrap: wrap
}
.goog-logo-link {
	display: none !important
}

.goog-te-gadget {
	color: transparent !important;
	font-size: 0
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:link,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:hover,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
	display: none
}

.goog-te-combo,
.VIpgJd-ZVi9od-ORHb *,
.VIpgJd-ZVi9od-SmfZ *,
.VIpgJd-ZVi9od-xl07Ob *,
.VIpgJd-ZVi9od-vH1Gmf *,
.VIpgJd-ZVi9od-l9xktf * {
	font-family: arial;
	font-size: 12px;
	font-weight: 400 !important;
	width: 130px
}

.goog-te-gadget .goog-te-combo {
	margin: 0 15px 0 0;
	padding: 5px 0;
	border: 1px solid #e5e7eb;
	color: #818a98 !important
}

.translated-ltr .navbar,
.translated-rtl .navbar {
	top: 38px
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
	border-bottom: 1px solid #fff0;
	box-shadow: none
}

.ct-language__dropdown {
	padding-top: 8px;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: fit-content;
	text-align: center;
	padding-top: 0;
	z-index: 200;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out
}

.ct-language__dropdown li {
	background: #ddd;
	padding: 5px
}

.ct-language__dropdown li a {
	display: block
}

.ct-language__dropdown li:first-child {
	padding-top: 10px;
	border-radius: 3px 3px 0 0
}

.ct-language__dropdown li:last-child {
	padding-bottom: 10px;
	border-radius: 0 0 3px 3px
}

.ct-language__dropdown li:hover {
	background: #fff
}

.ct-language {
	position: relative;
	color: #fff;
	padding: 10px 15px 10px 0
}

.ct-language:hover .ct-language__dropdown {
	max-height: 200px;
	padding-top: 8px
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.features-left-2 {
	position: -webkit-sticky;
	position: sticky;
	top: 150px
}

.features-right-2 {
	width: 100%;
	position: relative
}
section.banners-section {
	position: relative
}

.what-we-do-app.design-studio {
	padding: 22px 13px 22px 22px;
	border: 1px solid #e6e8ea
}

.dropdown-toggle:hover>.dropdown-menu {
	display: block
}

.mega-content__services {
	width: 80%;
	margin: auto
}

.dropdown-menu.show {
	-webkit-animation: fadeIn 0.3s alternate;
	animation: fadeIn 0.3s alternate
}

.dropdown-menu[data-bs-popper] {
	margin-top: 20px !important;
	width: 275px
}

.company-menu[data-bs-popper] {
	width: 220px
}

.solutions-menu[data-bs-popper] {
	width: 1150px;
	left: -210px
}

.d-none {
	display: none
}


.btn-close {
	--bs-btn-close-color: #000;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	--bs-btn-close-opacity: .5;
	--bs-btn-close-hover-opacity: .75;
	--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: .25;
	--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em;
	color: var(--bs-btn-close-color);
	background: #fff0 var(--bs-btn-close-bg) center / 1em auto no-repeat;
	border: 0;
	border-radius: .375rem;
	opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
	color: var(--bs-btn-close-color);
	text-decoration: none;
	opacity: var(--bs-btn-close-hover-opacity)
}
.technology-card figure {
    margin-bottom: 35px;
}
.technology-card h3 a,
.technology-card h3 {
	color: var(--secondrycolor);
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	padding-bottom: 25px;
	transition: 0.3s ease-in-out
}
.technology-card:hover h3 a,
.technology-card:hover h3 {
	color: var(--primarycolor)
}

.technology-card:hover figure img {
	transform: scale(1.2)
}
.reviews-section .review-card p {
    color: var(--secondrytextcolor);
    font-size: 14px;
    line-height: 168%;
    padding-bottom: 15px;
    min-height: 200px;
}
.reviews-section .review-card {
	background: #f9fafb;
	padding: 37px 24px 26px 24px;
	margin-bottom: 20px
}

.reviews-section .review-card img {
	margin-bottom: 34px;
	height: 37px;
	width: auto
}

.reviews-section .review-card p {
	color: var(--secondrytextcolor);
	font-size: 14px;
	line-height: 168%;
	padding-bottom: 15px;
	min-height: 200px
}

.reviews-section .review-card h3 {
	color: var(--secondrycolor);
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	padding-bottom: 2px
}

.reviews-section .review-card h4 {
	color: var(--secondrytextcolor);
	font-size: 14px;
	font-weight: 600;
	line-height: 150%;
	position: relative;
	gap: 10px
}

.reviews-section .review-card h4 .dots {
	width: 8px;
	height: 8px;
	background: var(--primarycolor);
	border-radius: 100%
}

.reviews-section .review-card h4 .dots:before {
	display: none
}
.tech-stack-details p, .tech-stack-wrap p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}


/********************************* clients-slider ***************************************/
.clients-section .scroller__wrapper  {
/* How long one slide is visible on screen (from entering screen to leaving it) */
--scrolling-gallery-item-duration: 20s;
/* How many items we want to see on screen at once */
--scrolling-gallery-items-visible: 5;
/* How many items are to scroll */
--scrolling-gallery-items-total: 10;
overflow: hidden;
will-change: transform;
}
@media (max-width: 991px) {
	.clients-section .scroller__wrapper  {
	/* How many items we want to see on screen at once */
	--scrolling-gallery-items-visible: 3;
	/* How long one slide is visible on screen (from entering screen to leaving it) */
	--scrolling-gallery-item-duration: 10s;
	}
}

@media (max-width: 600px) {
	.clients-section .scroller__wrapper  {
	/* How many items we want to see on screen at once */
	--scrolling-gallery-items-visible: 2;
	/* How long one slide is visible on screen (from entering screen to leaving it) */
	--scrolling-gallery-item-duration: 10s;
	}
	.clients-section .clients-scroller img {
		max-width: 180px;
	}
}

.clients-section .clients-scroller {
	animation-duration: calc(var(--scrolling-gallery-item-duration, 1s) / var(--scrolling-gallery-items-visible) * var(--scrolling-gallery-items-total));
	animation-timing-function: linear;
	animation-name: scrolling-gallery;
	animation-iteration-count: infinite;
	display: flex;
	/* white-space: nowrap; */
}

.clients-section .scroller__container {
	/* Without this, scroll will jump on desktop if any vertical scrollbar is shown */
	width: 100%;

}

.clients-section .scroller__item {
	flex: 0 0 calc(100% / var(--scrolling-gallery-items-visible));
	/* Without this, block elements will take width from their contents and thus making wrong calculations,
		so this just force elements to take only exact part of the container (screen) and equal for all */
	width: 0px;
	/* If you want to have it continuous without any spaces, remove two lines below */
	box-sizing: border-box;
	/* padding: 0.5em; */
}

.clients-section .clients-scroller img {
	display: block;
	height: auto;
	object-position: center;
	margin: auto;
	width: 100%;
	max-width: 220px;
}


@keyframes scrolling-gallery {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(var(--scrolling-gallery-items-total) * -100% / var(--scrolling-gallery-items-visible)));
	}
}

.clients-section .clients-scroller:hover,
.clients-section .clients-scroller:focus {
	animation-play-state: paused;
}
/***************************** clients-scroll-end ************************************/

/* blogslider-start */
.blogs .scroller__wrapper  {
	/* How long one slide is visible on screen (from entering screen to leaving it) */
	--scrolling-gallery-item-duration: 20s;
	/* How many items we want to see on screen at once */
	--scrolling-gallery-items-visible: 3;
	/* How many items are to scroll */
	--scrolling-gallery-items-total: 3;
	overflow: hidden;
	will-change: transform;
	
}
@media (max-width: 991px) {
	.blogs .scroller__wrapper  {
		/* How many items we want to see on screen at once */
		--scrolling-gallery-items-visible: 2;
		/* How long one slide is visible on screen (from entering screen to leaving it) */
		--scrolling-gallery-item-duration: 10s;
	}
}
	
@media (max-width: 600px) {
	.blogs .scroller__wrapper  {
		/* How many items we want to see on screen at once */
		--scrolling-gallery-items-visible: 1;
		/* How long one slide is visible on screen (from entering screen to leaving it) */
		--scrolling-gallery-item-duration: 10s;
	}
}
	
.blogs .blog-slide-scroller {
	animation-duration: calc(var(--scrolling-gallery-item-duration, 1s) / var(--scrolling-gallery-items-visible) * var(--scrolling-gallery-items-total));
	animation-timing-function: linear;
	animation-name: scrolling-gallery;
	animation-iteration-count: infinite;
	display: flex;
	/* white-space: nowrap; */
}
	
.blogs .scroller__container {
	/* Without this, scroll will jump on desktop if any vertical scrollbar is shown */
	width: 100%;

}
	
.blogs .scroller__item {
	flex: 0 0 calc(100% / var(--scrolling-gallery-items-visible));
	/* Without this, block elements will take width from their contents and thus making wrong calculations,
		so this just force elements to take only exact part of the container (screen) and equal for all */
	width: 0px;
	/* If you want to have it continuous without any spaces, remove two lines below */
	box-sizing: border-box;
	padding: 0.5em;
}
	
.blogs .blog-slide-scroller img {
	display: block;
	height: auto;
	object-position: center;
	margin: auto;
	width: 100%;
}
	
	
@keyframes scrolling-gallery {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(var(--scrolling-gallery-items-total) * -100% / var(--scrolling-gallery-items-visible)));
	}
}

.blogs .blog-slide-scroller:hover,
.blogs .blog-slide-scroller:focus {
	animation-play-state: paused;
}
/******************* blogslide-end ****************/




@media (max-width:1920px) {
	.reviews-section .review-card p {
		min-height: 165px
	}
}
@media (max-width:1800px) {

	.home-banner .owl-item,
	.home-banner .owl-carousel .owl-item img,
	.owl-banner .common,
	.owl-banner .carousel-item,
	.owl-banner .carousel-item img,
	.sub-banner img {
		height: 800px
	}
}
@media (max-width:1700px) {
	.home-banner .owl-item,
	.home-banner .owl-carousel .owl-item img,
	.owl-banner .common,
	.owl-banner .carousel-item,
	.owl-banner .carousel-item img,
	.sub-banner img {
		height: 720px
	}
	.reviews-section .review-card p {
		min-height: 175px
	}
}
@media (max-width:1600px) {

	.home-banner .owl-item,
	.home-banner .owl-carousel .owl-item img,
	.owl-banner .common,
	.owl-banner .carousel-item,
	.owl-banner .carousel-item img,
	.sub-banner img {
		height: 620px
	}
}

@media (max-width:1400px) {
	.home-banner .owl-item,
	.home-banner .owl-carousel .owl-item img,
	.owl-banner .common,
	.owl-banner .carousel-item,
	.owl-banner .carousel-item img,
	.sub-banner img {
		height: 580px
	}
	.reviews-section .review-card p {
		min-height: 190px
	}
}

@media (max-width:1300px) {
	.home-banner .owl-item,
	.home-banner .owl-carousel .owl-item img,
	.owl-banner .common,
	.owl-banner .carousel-item,
	.owl-banner .carousel-item img,
	.sub-banner img {
		height: 550px
	}
	.navbar-light .navbar-brand,
	.btn--hover {
		gap: 60px
	}

	.topbar-content p {
		font-size: 15px
	}

	.topbar-content h5 {
		font-size: 17px !important
	}

	.dropdown-menu[data-bs-popper] {
		width: 230px
	}

	.company-menu[data-bs-popper] {
		width: 200px
	}

	.solutions-menu[data-bs-popper] {
		width: 1000px;
		left: -150px
	}

	.dropdown-menu .nav-item:last-child .nav-link {
		padding-bottom: 0 !important
	}

	.dropdown-menu {
		left: -42px;
		padding: 32px 42px
	}
	.reviews-section .review-card p {
		min-height: 200px
	}
}

@media screen and (max-width:1199px) {
	.home-banner .owl-item,
	.home-banner .owl-carousel .owl-item img,
	.owl-banner .common,
	.owl-banner .carousel-item,
	.owl-banner .carousel-item img,
	.sub-banner img {
		height: 500px
	}

	.home-banner .banner-text .title-wrap h1,
	.home-banner .banner-text .title-wrap h2 {
		font-size: 42px;
		letter-spacing: -1.5px;
		padding-bottom: 16px
	}

	.clients-section {
		padding: 40px 0
	}

	.title-wrap h2,
	.title-wrap h1 {
		font-size: 28px;
		padding-bottom: 20px
	}


	p {
		font-size: 15px
	}

	.brands-section,
	.partners-section,
	.achievements-section,
	.casestudy-section,
	.reviews-section,
	.industries-section,
	.inside-sparkout-section,
	.blog-section,
	.technology-section,
	.common-section {
		padding: 70px 0
	}

	.contact-section {
		margin: 50px 0 100px 0
	}

	.brands-section .title-wrap {
		margin-bottom: 35px
	}

	.partner-logo {
		padding: 0 20px
	}

	.partner-4by-3 .partner-logo {
		height: 130px;
		width: 33.33%
	}

	.partner-4by-3 .partner-logo:nth-child(6),
	.partner-4by-3 .partner-logo:nth-child(8) {
		background: #fff
	}

	.partner-4by-3 .partner-logo:nth-child(1),
	.partner-4by-3 .partner-logo:nth-child(3),
	.partner-4by-3 .partner-logo:nth-child(5),
	.partner-4by-3 .partner-logo:nth-child(7),
	.partner-4by-3 .partner-logo:nth-child(9),
	.partner-4by-3 .partner-logo:nth-child(11) {
		background: #f9fafb
	}

	.achievement-logo img {
		max-width: 110px
	}

	.achievement-logo {
		margin-bottom: 15px;
		height: 120px
	}

	.casestudy-section .casestudy-card h4 {
		font-size: 13px
	}

	.reviews-section .review-card img {
		margin-bottom: 20px
	}

	.technology-card figure {
		margin-bottom: 25px
	}

	.technology-card h3 {
		font-size: 19px;
		padding-bottom: 15px
	}

	.casestudy-section .casestudy-card h3 {
		font-size: 19px;
		margin-bottom: 15px
	}

	.casestudy-section .casestudy-card figure {
		margin-bottom: 20px
	}

	.casestudy-section .casestudy-card h4>span {
		grid-gap: 5px;
		gap: 5px;
		padding-right: 5px;
		margin-right: 5px
	}

	.reviews-section .review-card h3 {
		font-size: 16px
	}

	.reviews-section .review-card h4 {
		font-size: 13px;
		grid-gap: 5px;
		gap: 5px
	}

	.industries-card .content h3 {
		font-size: 18px;
		padding-bottom: 15px
	}

	.industries-card .content {
		bottom: 15px;
		left: 20px;
		right: 20px
	}

	.inside-card .content h2 {
		font-size: 36px;
		padding-bottom: 7px
	}

	.inside-card .content h3 {
		font-size: 18px;
		padding-bottom: 10px
	}

	.inside-card .content p {
		font-size: 13px;
		padding-bottom: 0;
		margin-bottom: 5px
	}

	.blog-card figure {
		margin-bottom: 20px
	}

	.blog-card h3 {
		font-size: 18px;
		margin-bottom: 15px
	}

	.blog-card p {
		font-size: 13px
	}

	.blog-card .author span {
		padding-right: 5px;
		margin-right: 5px
	}

	.quick-contact .q-contact h4,
	.quick-contact .q-contact .h4 {
		font-size: 18px
	}

	.brands-section .title-wrap {
		margin-bottom: 35px
	}

	.reviews-section .review-card p {
		min-height: 230px
	}

	.hr-btm {
		margin-bottom: 30px
	}

	.vertical-tabs .nav-pills .nav-link {
		font-size: 18px;
		width: 300px !important
	}

	.vertical-tabs .accordion-body {
		padding: 40px
	}

	.vertical-tabs .icon-img img {
		width: 60px
	}

	.vertical-tabs .accordion-body h3 {
		font-size: 20px;
		margin-bottom: 15px
	}

	.vertical-tabs .accordion-body p {
		font-size: 15px;
		padding-bottom: 30px
	}

	.why-choose-app.tab-content p {
		padding-bottom: 0px !important
	}

	.vertical-tabs .accordion-body li {
		font-size: 15px
	}

	.title-wrap.pr-50 {
		padding-right: 30px
	}
	.title-wrap h4,
	.title-wrap .h4 {
		font-size: 13px;
		padding-bottom: 15px
	}
	.title-wrap h2, .title-wrap h1 {
        font-size: 28px;
        padding-bottom: 20px;
    }
	.title-wrap h3 {
		font-size: 24px;
		padding-bottom: 20px
	}

	.menu-title h2 {
		font-size: 20px
	}

	.topbar-content p {
		font-size: 14px
	}

	.topbar-content h5 {
		font-size: 16px !important;
		padding: 0 10px
	}

	.topbar-content h5 span {
		padding: 0 2px
	}

	.topbar img {
		width: 115px;
		height: auto
	}

	.topbar-content p br {
		display: none
	}

	.dropdown-menu[data-bs-popper] {
		width: 200px
	}

	.company-menu[data-bs-popper] {
		width: 180px
	}

	.solutions-menu[data-bs-popper] {
		width: 900px;
		left: -170px
	}

	.dropdown-menu .nav-item:last-child .nav-link {
		padding-bottom: 0 !important
	}

	.dropdown-menu {
		left: -25px;
		padding: 20px 25px
	}

	.solutions-menu {
		left: -100px
	}

	.casestudy-card p {
		font-size: 16px;
		padding-bottom: 30px
	}

	/* .casestudy-card {
		padding: 40px
	} */

	.casestudy-card.farmsent img.logo {
		width: 250px;
		height: auto
	}

	.casestudy-card p {
		font-size: 15px
	}

	.casestudy-card.first-blastit .text-center img {
		width: 245px;
		height: auto
	}
	.technology-card figure {
        margin-bottom: 25px;
    }
    .technology-card h3 {
        font-size: 19px;
        padding-bottom: 15px;
    }
	.tech-stack-details img {
        height: 70px !important;
        width: 70px !important;
        margin-bottom: 10px !important;
    }
}
@media (min-width:992px) {
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
		top: 75px !important;
		z-index: 999
	}

	.btn:focus {
		outline: 0;
		box-shadow: none
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		top: 100% !important
	}
}

@media screen and (max-width:991px) {

	.home-banner .owl-item,
	.home-banner .owl-carousel .owl-item img,
	.owl-banner .common,
	.owl-banner .carousel-item,
	.owl-banner .carousel-item img,
	.sub-banner img {
		height: 450px
	}

	.sticky .what-we-do-app .process-num {
		left: 18%;
		top: 38px;
		font-size: 80px
	}

	.home-banner .banner-text .title-wrap h1,
	.home-banner .banner-text .title-wrap h2 {
		font-size: 36px;
		letter-spacing: -1px;
		padding-bottom: 12px
	}

	.home-banner .banner-text .title-wrap p {
		font-size: 15px
	}

	.home-banner .banner-text .title-wrap .btn-primary {
		font-size: 15px
	}

	.casestudy-section .d-flex.justify-content-between {
		flex-direction: column !important;
		align-items: flex-start !important
	}

	.quick-contact {
		flex-wrap: wrap;
		row-gap: 20px
	}

	.q-contact {
		width: 50%
	}

	.clients-section .item {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 30px
	}

	section.banners-section {
		margin-bottom: 0px !important
	}

	.aboutus-section {
		padding: 70px 0 !important
	}

	.title-wrap h2,
	.title-wrap h1 {
		font-size: 25px;
		padding-bottom: 15px
	}

	.dots:before {
		right: -15px;
		bottom: -3px;
		width: 24px;
		height: 24px
	}

	.title-wrap h6,
	.title-wrap .h6 {
		font-size: 16px;
		padding-bottom: 15px
	}

	.sticky {
		top: 105px !important
	}


	.inside-card {
		margin-bottom: 25px
	}

	.quick-contact .q-contact a {
		font-size: 14px
	}

	.inside-card .content h2 {
		font-size: 30px
	}

	.brands-section,
	.partners-section,
	.achievements-section,
	.casestudy-section,
	.reviews-section,
	.industries-section,
	.inside-sparkout-section,
	.blog-section,
	.technology-section,
	.common-section {
		padding: 60px 0
	}

	.reviews-section .review-card p {
		min-height: 210px
	}

	.technology-alt-card .industries-card .content h3 {
		font-size: 16px;
		padding-bottom: 10px
	}

	.what-we-do-app {
		padding: 10px 0
	}

	.what-we-do-app h3 {
		font-size: 17px;
		line-height: 25px;
		margin: 0 0 10px
	}

	.what-we-do-app img {
		width: 50px;
		height: 50px;
		margin: 0 0 8px
	}

	.faq-section .accordion-button {
		font-size: 19px
	}

	.hr-btm {
		margin-bottom: 20px
	}

	.vertical-tabs .tab-content {
		border: 0 solid #f3f6f9
	}

	.vertical-tabs .accordion-item:first-of-type,
	.vertical-tabs .accordion-item:first-of-type .accordion-button,
	.vertical-tabs .accordion-item:last-of-type .accordion-button.collapsed,
	.vertical-tabs .accordion-item:last-of-type {
		border-radius: 0
	}

	.vertical-tabs .accordion-item {
		border: 1px solid #ff6a1a59;
		background-color: #fff;
		margin-bottom: 15px !important
	}

	.vertical-tabs .accordion-button:not(.collapsed) {
		color: #c84f00 !important;
		background-color: #fff !important;
		box-shadow: none;
		font-weight: 500
	}

	.vertical-tabs .nav-pills .nav-link {
		padding: 10px 5px;
		width: 160px
	}

	.vertical-tabs .nav-pills {
		padding: 10px
	}

	.vertical-tabs .tab-content>.tab-pane {
		display: block;
		opacity: 1
	}

	.vertical-tabs .accordion-button:focus {
		box-shadow: none !important
	}

	.vertical-tabs .accordion-body {
		margin-bottom: 20px
	}

	.vertical-tabs .accordion-header {
		position: relative
	}

	.vertical-tabs .accordion-button {
		padding: 15px 15px !important;
		font-size: 18px !important;
		border: 1px solid #c84f00
	}

	.vertical-tabs .accordion-button:not(.collapsed) {
		background: #f1f1f1 !important;
		padding-left: 38px !important;
		border: 1px solid #f1f1f1 !important
	}

	.vertical-tabs .accordion-button:not(.collapsed):before {
		content: "";
		position: absolute;
		width: 8px;
		height: 8px;
		left: 15px;
		top: 40px;
		background: #c84f00;
		z-index: 9;
		border-radius: 100%
	}

	h5 {
		font-size: 16px !important;
		line-height: 26px
	}

	.register-para {
		display: flex;
		gap: 10px
	}
	.technology-card p {
		margin-bottom: 0
	}
	.title-wrap h4,
	.title-wrap .h4 {
		font-size: 12px;
		padding-bottom: 15px
	}
	.title-wrap h2 br, h2 br, .title-wrap h1 br, h3 br, h4 br, h5 br, p br {
        display: none;
    }
	.list li {
        font-size: 15px;
        padding-bottom: 15px;
    }
	.title-wrap h2, .title-wrap h1 {
        font-size: 25px;
        padding-bottom: 15px;
    }
	.dots:before {
        right: -15px;
        bottom: -3px;
        width: 24px;
        height: 24px;
    }
	.title-wrap h3 {
		font-size: 22px;
		padding-bottom: 15px
	}
	p {
        font-size: 15px;
    }
	.farmsent-details-image {
		display: none
	}

}

@media screen and (max-width:767px) {
	h4 {
        font-size: 18px;
        line-height: 22px;
        padding: 0 0 10px;
    }

	.home-banner .owl-item,
	.home-banner .owl-carousel .owl-item img,
	.owl-banner .common,
	.owl-banner .carousel-item,
	.owl-banner .carousel-item img,
	.sub-banner img {
		height: 400px
	}

	.home-banner .banner-text .title-wrap h1,
	.home-banner .banner-text .title-wrap h2 {
		font-size: 30px;
		letter-spacing: -1px;
		padding-bottom: 10px
	}

	.home-banner .banner-text .title-wrap p {
		font-size: 14px;
		padding-bottom: 20px
	}

	.home-banner .banner-text .title-wrap p br {
		display: none
	}

	.home-banner .banner-text .title-wrap .btn-primary {
		font-size: 14px
	}

	.home-banner .banner-text .title-wrap .btn-primary:before {
		width: 35px;
		height: 35px;
		top: 6px
	}

	.home-banner .banner-text .title-wrap .btn-primary img {
		width: 20px !important;
		height: 20px !important
	}

	.home-banner .owl-theme .owl-dots .owl-dot span,
	.home-banner .carousel-indicators [data-bs-target] {
		width: 35px !important
	}

	.home-banner .carousel-indicators {
		bottom: 0 !important
	}

	.home-banner .banner-text .title-wrap h1,
	.home-banner .banner-text .title-wrap h2 {
		text-align: center !important
	}

	.text-center .title-wrap h1,
	.text-center .title-wrap h2,
	.text-center .title-wrap p,
	.text-center .title-wrap h4,
	.text-center .title-wrap .h4,
	.title-wrap.text-center h1,
	.title-wrap.text-center h2,
	.title-wrap.text-center p,
	.title-wrap.text-center h4,
	.title-wrap.text-center .h4,
	.home-banner .banner-text .title-wrap p,
	.brands-section.text-center .title-wrap h1,
	.brands-section.text-center .title-wrap h2 {
		text-align: center !important
	}

	.social-icons ul li a {
		margin: 0 0 10px 0 !important
	}

	.quick-contact {
		flex-wrap: wrap;
		row-gap: 20px
	}

	.clients-section {
		padding: 20px 0
	}

	.dots:before {
		right: -16px;
		bottom: -4px;
		width: 24px;
		height: 24px
	}

	.quick-contact .flex-row {
		flex-direction: column !important;
		gap: 25px
	}

	.fact-section {
		padding-left: 0
	}

	.brands-section,
	.partners-section,
	.achievements-section,
	.casestudy-section,
	.reviews-section,
	.industries-section,
	.inside-sparkout-section,
	.blog-section,
	.technology-section,
	.common-section {
		padding: 60px 0
	}

	p {
		font-size: 14px;
		padding-bottom: 15px
	}

	.technology-card {
		margin-bottom: 20px
	}

	.technology-card figure {
		margin-bottom: 15px
	}

	.aboutus-section .title-wrap .sparkout-group {
		margin-bottom: 15px
	}


	.technology-card h3 {
		font-size: 18px;
		padding-bottom: 10px
	}

	.casestudy-section .casestudy-card h3 {
		font-size: 18px;
		margin-bottom: 10px
	}

	.reviews-section .review-card h4 {
		font-size: 12px
	}

	.reviews-section .review-card {
		padding: 20px;
		margin-bottom: 20px
	}

	.reviews-section .review-card p {
		font-size: 13px;
		padding-bottom: 10px;
		min-height: 120px
	}

	.contact-section {
		margin: 0 0 50px 0
	}

	.blog-card .d-flex {
		align-items: flex-start !important
	}

	.news.d-flex {
		flex-direction: column !important
	}

	.blog-card h3 {
		font-size: 17px;
		margin-bottom: 7px;
		padding-right: 0;
		min-height: 50px
	}

	.partner-4by-3 .partner-logo {
		width: 33.33%;
		height: 140px
	}

	.partner-4by-3 .partner-logo:nth-child(6),
	.partner-4by-3 .partner-logo:nth-child(8) {
		background: #fff
	}

	.partner-4by-3 .partner-logo:nth-child(1),
	.partner-4by-3 .partner-logo:nth-child(3),
	.partner-4by-3 .partner-logo:nth-child(9),
	.partner-4by-3 .partner-logo:nth-child(11) {
		background: #f9fafb
	}

	.achievements-section.text-center .title-wrap h2,
	.achievements-section.text-center .title-wrap h1 {
		text-align: center !important
	}

	.technology-card p {
		margin-bottom: 15px
	}

	.casestudy-section .casestudy-card h4 {
		flex-wrap: wrap;
		justify-content: flex-start
	}

	.industries-card .content p {
		margin-bottom: 5px
	}

	.brands-section .title-wrap {
		margin-bottom: 0
	}

	.brands-section .title-wrap {
		margin-bottom: 0
	}

	.reviews-section .review-card p {
		padding-bottom: 0;
		min-height: inherit
	}

	.what-we-do-app img {
		width: 50px;
		height: 50px
	}

	.what-we-do-app {
		padding: 0
	}

	.faq-section .accordion-button {
		font-size: 18px;
		padding: 18px
	}

	.faq-section .accordion-body {
		padding: 0 18px !important
	}

	.spark-cta a.btn-style-one {
		min-width: 150px !important;
		padding: 5px 25px !important;
		font-size: 15px !important
	}

	.spark-cta a.btn-style-one:hover {
		padding: 5px 60px 5px 10px !important;
		font-size: 15px !important
	}

	.spark-cta a.btn-style-one .arrow {
		top: 8px !important
	}

	.hr-btm {
		margin-bottom: 15px
	}

	.vertical-tabs .accordion-body {
		padding: 30px
	}

	.sticky {
		top: 0px !important;
		position: relative
	}

	.title-wrap {
		margin-bottom: 10px
	}

	.vertical-tabs .accordion-button:not(.collapsed):before {
		top: 27px
	}

	.partners-section,
	.common-section {
		padding: 50px 0
	}
	.title-wrap h1,
	.title-wrap h2,
	.title-wrap h4,
	.title-wrap .h4,
	.title-wrap p {
		text-align: left !important
	}
	.list li {
        font-size: 14px;
        padding-bottom: 10px;
    }
	.list {
        margin-bottom: 15px;
    }
	h2 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 10px;
    }
	.dots:before {
        right: -16px;
        bottom: -4px;
        width: 24px;
        height: 24px;
    }
	.title-wrap {
        margin-bottom: 10px;
    }
	.topbar-content h5 {
		font-size: 14px !important;
		padding: 0 5px;
		text-align: right
	}

	.topbar img {
		width: 90px
	}

	.topbar-content h5 span {
		display: block;
		opacity: 0;
		height: 0;
		padding: 0
	}

	.topbar-content p br {
		display: inline
	}
	.technology-card figure {
        margin-bottom: 15px;
    }
    .technology-card h3 {
        font-size: 18px;
        padding-bottom: 10px;
    }
	.tech-stack-details img {
        height: 50px !important;
        width: 50px !important;
        margin-bottom: 10px !important;
    }
	.tech-stack-details p, .tech-stack-wrap p {
        font-size: 13px;
        padding: 0;
    }
}
@media (max-width:640px) {

	.btn--hover.d-col-block {
		margin-right: 15px !important
	}
}

@media (max-width:576px) {
	h4 {
        font-size: 17px;
        line-height: 28px;
    }

	.home-banner .owl-item,
	.home-banner .owl-carousel .owl-item img,
	.owl-banner .common,
	.owl-banner .carousel-item,
	.owl-banner .carousel-item img,
	.sub-banner img {
		height: 360px
	}

	.home-banner .banner-text .title-wrap h1,
	.home-banner .banner-text .title-wrap h2 {
		font-size: 26px;
		letter-spacing: -.5px
	}

	.home-banner .banner-text .title-wrap p {
		font-size: 13px;
		padding-bottom: 15px
	}

	.contact-section .title-wrap {
		margin-bottom: 20px
	}

	.achievements-section .achievement .title,
	.achievements-section .achievement h4 {
		font-size: 16px;
		padding-bottom: 5px;
		text-align: center
	}

	.brands-section,
	.partners-section,
	.achievements-section,
	.casestudy-section,
	.reviews-section,
	.industries-section,
	.inside-sparkout-section,
	.blog-section,
	.technology-section,
	.common-section {
		padding: 40px 0
	}

	.vertical-tabs {
		display: block !important
	}

	.vertical-tabs .nav-pills {
		margin-right: 0 !important
	}

	.vertical-tabs .tab-content .btn {
		margin-right: 10px;
		min-width: 70px;
		font-size: 13px
	}

	.vertical-tabs .accordion-button::after {
		width: 1rem !important;
		height: 1rem !important;
		background-size: 1rem !important
	}

	.vertical-tabs .tab-content {
		padding: 10px !important;
		margin-bottom: 15px !important
	}

	.what-we-do-app h3 {
		font-size: 16px
	}

	.what-we-do-app img {
		width: 40px;
		height: 40px
	}

	.glassdoor img {
		width: 130px;
		height: auto
	}

	.glassdoor .dots:before {
		right: -8px;
		bottom: -25px;
		width: 43px;
		height: 43px
	}

	.design-card-row {
		row-gap: 30px
	}

	.design-studio-img {
		padding-right: 0;
		padding-bottom: 20px
	}
	h2 {
        font-size: 22px;
        line-height: 30px;
    }
	.features-right-2 {
		margin-top: 20px
	}

	.aboutus-section {
		padding: 40px 0 !important
	}
}

@media (max-width:480px) {
	.home-banner .owl-item,
	.home-banner .owl-carousel .owl-item img,
	.owl-banner .common,
	.owl-banner .carousel-item,
	.owl-banner .carousel-item img,
	.sub-banner img {
		height: 300px
	}

	.vertical-tabs .accordion-button::after {
		margin-right: -6px
	}

	.vertical-tabs .tab-content {
		padding: 0px !important;
		background: none
	}

	.vertical-tabs .accordion-body {
		padding: 25px
	}

	.vertical-tabs .icon-img img {
		width: 40px
	}

	.vertical-tabs .icon-img {
		margin-bottom: 15px
	}

	.vertical-tabs .accordion-body p {
		font-size: 14px;
		padding-bottom: 20px
	}

	.vertical-tabs .accordion-body li,
	.vertical-tabs .accordion-body li:last-child {
		font-size: 14px;
		padding-bottom: 15px
	}

	.vertical-tabs .accordion-button {
		padding: 10px 15px !important;
		font-size: 17px !important
	}

	.vertical-tabs .accordion-button:not(.collapsed) {
		padding-left: 35px !important
	}

	.vertical-tabs .accordion-button:not(.collapsed):before {
		top: 21px
	}

	.home-banner .banner-text .title-wrap h1,
	.home-banner .banner-text .title-wrap h2 {
		font-size: 22px;
		letter-spacing: -.5px
	}

	.home-banner .banner-text .title-wrap {
		padding: 0 15px
	}

	.home-banner .banner-text .title-wrap p {
		padding-bottom: 10px;
		display: none !important
	}

	.home-banner .banner-text .title-wrap .btn-primary img {
		width: 20px !important;
		height: 20px !important
	}

	.spark-cta a.btn-style-one {
		min-width: 140px !important;
		padding: 6px 25px !important;
		font-size: 14px !important;
		height: 38px !important
	}

	.spark-cta a.btn-style-one:hover {
		padding: 6px 56px 6px 12px !important;
		font-size: 14px !important
	}

	.spark-cta a.btn-style-one .arrow {
		right: 20px !important;
		top: 8px !important
	}

	.spark-cta a.btn-style-one .arrow i span {
		font-size: 22px !important
	}

	.spark-cta a.btn-style-one .arrow,
	.spark-cta a.btn-style-one .arrow svg {
		width: 20px !important;
		height: 20px !important
	}

	.spark-cta:hover a.btn-style-one .arrow i {
		left: 11px !important;
		top: -2px !important
	}

	.q-contact {
		width: 100%
	}

	.title-wrap h2,
	.title-wrap h1 {
		font-size: 22px;
		padding-bottom: 15px
	}

	.title-wrap h3 {
		font-size: 18px;
		padding-bottom: 15px
	}

	.title-wrap h6,
	.title-wrap .h6 {
		font-size: 15px;
		padding-bottom: 10px
	}

	.btn-primary img {
		width: 18px !important;
		height: 18px !important
	}

	.dots:before {
		right: -12px;
		bottom: 0;
		width: 20px;
		height: 20px
	}

	.btn-primary {
		padding: 8px 0
	}

	.btn-primary:hover,
	.btn-primary:focus {
		padding: 8px 0 8px 18px
	}

	.btn-primary:hover:before {
		width: 30px;
		height: 30px;
		left: 0;
		top: 4px
	}

	.achievement-logo {
		height: 90px
	}

	.achievement-logo img {
		max-width: 80px
	}

	.technology-section .col-lg-4:last-child .technology-card {
		margin-bottom: 0 !important
	}

	.aboutus-section {
		padding: 50px 0 !important
	}

	.partner-logo {
		height: 110px;
		width: 50%
	}

	.partner-4by-3 .partner-logo {
		width: 50%;
		height: 110px
	}

	.partner-4by-3 .partner-logo {
		background: #fff
	}

	.partner-4by-3 .partner-logo:nth-child(2),
	.partner-4by-3 .partner-logo:nth-child(3),
	.partner-4by-3 .partner-logo:nth-child(6),
	.partner-4by-3 .partner-logo:nth-child(7),
	.partner-4by-3 .partner-logo:nth-child(10),
	.partner-4by-3 .partner-logo:nth-child(11) {
		background: #fff
	}

	.partner-4by-3 .partner-logo:nth-child(1),
	.partner-4by-3 .partner-logo:nth-child(4),
	.partner-4by-3 .partner-logo:nth-child(5),
	.partner-4by-3 .partner-logo:nth-child(8),
	.partner-4by-3 .partner-logo:nth-child(9),
	.partner-4by-3 .partner-logo:nth-child(12) {
		background: #f9fafb
	}

	.achievements-section .achievement p {
		font-size: 12px
	}

	.technology-card p {
		margin-bottom: 10px
	}

	.inside-card .content h2 {
		font-size: 25px;
		text-align: center !important
	}

	.inside-card .content img {
		margin-bottom: 15px;
		width: 110px
	}

	.btn-primary {
		font-size: 13px
	}
	.technology-card {
		margin-bottom: 5px
	}

	.contact-section .btm-hr {
		margin-top: 50px;
		margin-bottom: 0
	}

	.brands-section,
	.partners-section,
	.achievements-section,
	.casestudy-section,
	.reviews-section,
	.industries-section,
	.inside-sparkout-section,
	.blog-section,
	.technology-section,
	.common-section {
		padding: 30px 0
	}

	.reviews-section .review-card p {
		min-height: 120px;
		-webkit-line-clamp: inherit
	}

	.reviews-section .review-card img {
		height: 30px;
		width: auto
	}

	.what-we-do-app img {
		width: 40px;
		height: 40px
	}

	.what-we-do-app h3 {
		font-size: 15px
	}

	.faq-section .accordion-button {
		font-size: 16px;
		padding: 10px
	}

	.faq-section .accordion-body {
		padding: 0 10px !important
	}
	.title-wrap h4 .dots,
	.title-wrap .h4 .dots {
		top: 6px;
		width: 6px;
		height: 6px
	}
	h2 {
        font-size: 21px;
        line-height: 31px;
    }
	.title-wrap h2, .title-wrap h1 {
        font-size: 22px;
        padding-bottom: 15px;
    }
	.title-wrap h3 {
        font-size: 18px;
        padding-bottom: 15px;
    }
	.dots:before {
		right: -12px;
		bottom: 0;
		width: 20px;
		height: 20px;
	}
	.navbar {
		padding: 10px 15px !important
	}

	.btn--hover.d-col-block {
		margin-right: 10px !important
	}

	.topbar-content p {
		font-size: 12px
	}

	.topbar-content h5 {
		font-size: 12px !important;
		padding: 0
	}

	.topbar-content {
		height: 65px
	}
}
@media (max-width:450px) {
	.btn--hover.d-col-block {
		display: none !important
	}
}

@media (max-width:400px) {

	.home-banner .owl-item,
	.home-banner .owl-carousel .owl-item img,
	.owl-banner .common,
	.owl-banner .carousel-item,
	.owl-banner .carousel-item img,
	.sub-banner img {
		height: 250px
	}

	.partner-4by-3 .partner-logo {
		height: 80px
	}

	.home-banner .banner-text .title-wrap h1,
	.home-banner .banner-text .title-wrap h2 {
		font-size: 20px;
		letter-spacing: -.5px
	}

	.blog-card h3 {
		font-size: 16px
	}
	.row-cols-2>* {
		flex: 0 0 auto;
		width: 100%
	}

	.topbar-content p {
		font-size: 11px
	}

	.topbar-content h5 {
		font-size: 11px !important;
		padding: 0
	}
}

@media screen and (max-width:380px) {
	.vertical-tabs .accordion-button {
		font-size: 16px !important
	}

	.home-banner .banner-text .title-wrap h1,
	.home-banner .banner-text .title-wrap h2 {
		font-size: 18px
	}

	.home-banner .banner-text .title-wrap .btn-primary {
		font-size: 13px
	}

	.title-wrap h2,
	.title-wrap h1 {
		font-size: 19px;
		padding-bottom: 15px
	}

	.vertical-tabs .accordion-button:not(.collapsed):before {
		top: 18px
	}
	h2 {
        font-size: 17px;
        line-height: 24px;
    }
	.title-wrap h2, .title-wrap h1 {
        font-size: 19px;
        padding-bottom: 15px;
    }
	.topbar-content p {
		display: none
	}
}

@media (max-width:330px) {

	.home-banner .owl-item,
	.home-banner .owl-carousel .owl-item img,
	.owl-banner .common,
	.owl-banner .carousel-item,
	.owl-banner .carousel-item img,
	.sub-banner img {
		height: 220px
	}
}


