body {
	font-family: "Poppins", sans-serif;
}

a.navbar-brand img {
	width: 320px;
}

.logo-dark {
	display: none;
}

section.banner {
	background-image: url("../images/banner-img-01.webp");
	height: 717px;
	background-size: cover;
	display: flex;
	position: relative;
	padding-top: 150px;
}

section.banner:before {
	content: "";
	position: absolute;
	background: rgb(0 0 0 / 55%);
	width: 100%;
	height: 100%;
	top: 0;
}

header {
	padding: 0 0;
	position: relative;
	z-index: 9999;
	position: absolute;
	width: 100%;
	background: transparent;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

a.nav-link {
	font-size: 15px;
	padding: 27px 12px !important;
	color: white !important;
	display: block;
}

header .btn-orange {
	font-size: 12px;
	padding: 10px 10px;
}

.btn-orange {
	background: #cc1216;
	color: #fff;
	border: 2px solid #cc1216;
	padding: 17px 30px;
	font-size: 17px;
	border-radius: 10px;
}

.btn-orange img {
	padding-right: 9px;
}

.btn-orange-border {
	padding: 17px 30px;
	font-size: 17px;
	color: #fff;
	border: 2px solid #cc1216;
	border-radius: 10px;
}

header .btn-orange-border {
	font-size: 12px;
	padding: 10px 10px;
}

.btn-orange-border img {
	filter: brightness(0) invert(1);
	padding-right: 9px;
}

ul.navbar-nav {
	align-items: center;
}

ul.navbar-nav li:last-child {
	margin-left: 15px;
}

ul.navbar-nav li:nth-last-child(2) {
	margin-left: 9px;
}

.banner-form {
	background: #fff;
	padding: 10px 0px;
	border-radius: 8px;
	border: 0;
	margin-left: 30px;
	position: relative;
	padding: 20px;
	margin-top: 30px;
}

.banner-form h4 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 20px;
}

.banner-form input {
	height: 30px;
	padding: 22px 15px 22px;
	border: 1px solid #efefef;
	box-shadow: 0px 2px 8px 4px #efefef9e;
	border-radius: 0 8px 8px 0px;
}

.banner-form .form-group {
	position: relative;
}

.banner-form i {
	position: absolute;
	right: 20px;
	bottom: 15px;
	font-size: 15px;
	color: #666666;
}

.banner-form form {
	padding: 0px 15px;
	margin-top: 22px !important;
}

a.navbar-brand {
	padding: 0px;
}

.banner-left h3 {
	color: white;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: capitalize;
	text-align: left;
	left: 60px;
	position: relative;
	padding-bottom: 20px;
	font-size: 64px;
	line-height: 72px;
}

.banner-left {
	position: relative;
	padding-top: 80px;
	padding-bottom: 50px;
}

.banner-left:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background-image: url("../images/border-line.webp");
	background-size: 50% 100%;
	background-repeat: no-repeat;
	background-position: right;
	top: 0;
	right: -30px;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.banner-wrapper {
	display: flex;
}

ul.banner-wrapper li:last-child {
	margin-left: 15px;
}

section.banner .banner-wrapper {
	justify-content: end;
	margin-top: 40px;
}

.logo_tab_platform {
	box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 8%);
	border-radius: 10px;
	position: relative;
	padding: 21px 20px 24px 14px;
	background: #fff;
	line-height: 60px;
	margin-left: 15px;
	margin-bottom: 20px;
	transition: 0.2s ease-in-out;
	margin-top: 20px;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo_tab_platform img {
	width: 57px !important;
	height: 57px;
	display: inline-block !important;
}

.logo_tab_platform h5 {
	display: inline-block;
	font-size: 12px;
	padding-left: 7px;
	margin: 0;
	position: relative;
	top: 3px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.min_form_submission {
	text-align: center;
	position: relative;
	margin-top: 100px;
}

.start-project {
	position: absolute;
	top: -60px;
	left: -12px;
	z-index: 1;
}

.start-project img {
	width: 250px;
}

ul.mini-form {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	background-color: #ebebeb;
	padding: 20px;
	border-radius: 10px;
	width: 100%;
	box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px,
		rgb(0 0 0 / 6%) 0px 0px 0px 1px;
	border: 5px solid #eee;
	flex-wrap: wrap;
	gap: 15px;
}

ul.mini-form li {
	margin: 0px;
	flex: 0 0 26%;
}

ul.mini-form input {
	height: 45px;
	border-radius: 8px;
	padding-left: 15px;
	border: none;
	background-color: #e2e2e2;
	width: 100%;
}

ul.mini-form button {
	background: #cc1216;
	color: #fff;
	border-radius: 8px;
	padding: 7px 25px;
	font-weight: 600;
	margin-left: 0;
}

ul.mini-form li:last-child {
	flex: 0 0 10%;
}

.about_content h2 {
	font-weight: 800;
	padding-bottom: 25px;
	color: #000;
	position: relative;
	z-index: 99;
	right: -70px;
	font-size: 45px;
	line-height: 54px;
}

.about_content p {
	font-size: 15px;
	line-height: 29px;
	color: var(--black);
	font-weight: 400;
}

ul.about_ul {
	padding-bottom: 20px;
	padding-left: 21px;
}

ul.about_ul li {
	font-size: 16px;
	line-height: 29px;
	color: #000;
	font-weight: 400;
	padding-bottom: 5px;
	list-style: disc;
}

.btn-orange-black {
	color: black;
}

.btn-orange-black.btn-orange-border img {
	filter: none;
}

.about_img.animate-float-y {
	position: absolute;
	top: auto;
	right: 10px;
	bottom: -20px;
}

.animate-float-y {
	-webkit-animation-name: float-y;
	animation-name: float-y;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	display: inline-block;
}

@keyframes float-y {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

.about_img img {
	width: 96%;
}

section.web-leads {
	position: relative;
	padding: 40px 0px;
}

.section-heading h3 {
	color: #000;
	margin-bottom: 20px;
	font-weight: 900;
	font-size: 64px;
	position: relative;
	display: inline-block;
}

.section-heading p {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 0;
	color: #000;
	font-weight: 400;
}

.section-heading h3:before {
	content: "";
	background: url("../images/header-border.svg");
	width: 319px;
	height: 7px;
	position: absolute;
	bottom: -5px;
	right: -10px;
	background-size: cover;
}

.tab_nav_sec ul {
	margin: 0 auto;
	justify-content: center;
	border: 0;
}

.tab_nav_sec ul li {
	margin-bottom: 20px !important;
}

.innerport .tab_nav_sec ul li a {
	padding: 9px 17px;
	font-size: 14px;
	margin-bottom: 20px;
}

.tab_nav_sec ul li a.active,
.tab_nav_sec ul li a:hover {
	background: #cc1216 !important;
	color: #fff !important;
}

.tab_nav_sec ul li a {
	background: transparent;
	border: 1px solid rgb(255 255 255 / 11%) !important;
	border-radius: 10px !important;
	margin: 0 10px;
	background: #fff;
	box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 8%);
	color: #000 !important;
	padding: 9px 17px !important;
	font-size: 15px;
}

.tab_nav_sec {
	padding-top: 40px;
}

.portfolio-tab-content {
	margin-top: 20px;
}

.portfolio_boxes {
	display: inline-block;
	box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 8%);
	border-radius: 0;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}

.portfolio_boxes a {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;
	display: inline-block;
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	border-radius: 0;
}

.portfolio_boxes a figure {
	margin-bottom: 0 !important;
	height: 450px;
}

.portfolio_boxes a:hover img {
	top: -100%;
}

.portfolio_boxes a figure img {
	width: 100%;
	position: relative;
	top: 0;
	transition: 2s all;
}

.portfolio_boxes:hover a:before {
	opacity: 1;
	content: "";
	background: hsl(0deg 0% 24% / 60%);
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 9;
}

.portfolio_boxes:hover a:after {
	opacity: 1;
	position: absolute;
	content: "View Project";
	font-family: FontAwesome;
	left: 28%;
	top: 40%;
	width: 198px;
	margin-left: 0;
	margin-top: 0;
	color: #fff;
	font-size: 19px;
	line-height: 36px;
	text-align: center;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	text-shadow: 0 0 10px rgb(0 0 0 / 25%);
	z-index: 99;
	background: #cc1216;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	margin: 0 auto;
	font-family: "Poppins", sans-serif;
}

.packages_box_sec {
	border-radius: 13px;
	background: #fff;
	padding: 30px 15px 30px;
	margin-bottom: 40px;
	box-shadow: 0px 6px 10px 0.75px rgb(0 0 0 / 17%);
	transition: 0.2s ease-in-out;
	margin: 40px 15px 60px;
}

.packages_box_sec h3 {
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 17px;
	font-weight: 900;
}

.packages_box_sec h5 {
	display: block;
	color: #cc1216;
	font-weight: 900;
	font-size: 35px;
	margin-bottom: 5px;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.packages_cardBody p,
.packages_box_sec>p {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	text-align: center;
	display: block;
}

.packages_cardBody ul,
.packages_box_sec ul {
	width: 100%;
	height: 328px;
	overflow-y: scroll;
	padding-top: 1rem;
}

.packages_cardBody ul li,
.packages_box_sec ul li {
	color: #727e88;
	font-size: 15px;
	padding-bottom: 16px;
	font-weight: 500;
	position: relative;
	padding-left: 25px;
	word-break: break-word;
}

.packages_cardBody ul li:before,
.packages_box_sec ul li:before {
	content: "";
	background: url("../images/arrow_icon.png");
	width: 18px;
	height: 18px;
	position: absolute;
	top: 3px;
	left: 0;
	background-size: cover;
}

.btn_packages {
	padding-top: 20px;
}

.btn_packages_sec a,
.btn_packages a {
	background: #cc1216;
	padding: 17px 40px;
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-radius: 10px;
	cursor: pointer;
}

.view_detail {
	padding-top: 20px;
	text-align: center;
}

.view_detail a {
	font-size: 18px;
	font-weight: 600;
	color: #111;
}

.packages_cardBody ul::-webkit-scrollbar,
.packages_box_sec ul::-webkit-scrollbar {
	width: 5px;
	background: rgb(217 216 216);
	border-radius: 10px;
}

.packages_cardBody ul::-webkit-scrollbar-thumb,
.packages_box_sec ul::-webkit-scrollbar-thumb {
	background: #cc1216;
	border-radius: 10px;
}

.packages_box_sec:hover {
	background: #cc1216;
	transform: scale(1.1);
}

.packages_box_sec:hover .packages_heading_sec h3,
.packages_box_sec:hover .packages_heading_sec h5,
.packages_box_sec:hover .packages_heading_sec h6,
.packages_box_sec:hover h5,
.packages_box_sec:hover h3 {
	color: #fff;
}

.packages_box_sec:hover .packages_cardBody p,
.packages_box_sec:hover p {
	color: #fff;
}

.packages_box_sec:hover .packages_cardBody ul li,
.packages_box_sec:hover li {
	color: #fff;
}

.packages_box_sec:hover .packages_cardBody ul li:before,
.packages_box_sec:hover li:before {
	background: url("../images/arrow_icon_hover.png");
	background-size: cover;
}

.packages_box_sec:hover .btn_packages_sec>a,
.packages_box_sec:hover .btn_packages>a {
	background: #3c3c3c !important;
}

.packages_box_sec:hover .view_detail a {
	color: #fff;
}

.pricing button.owl-prev {
	border-radius: 5px;
	background: #cc1216 !important;
	width: 40px;
	height: 40px;
	top: 40%;
	color: white !important;
	left: -50px;
	position: absolute;
}

.pricing button.owl-next {
	border-radius: 5px;
	background: #cc1216 !important;
	width: 40px;
	height: 40px;
	top: 40%;
	color: white !important;
	right: -50px;
	position: absolute;
}

.services_box_main {
	height: 450px;
	display: flex;
	align-items: end;
	position: relative;
	border-radius: 24px;
	box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 8%);
	background-size: cover;
	background-position: center center;
	transition: 0.5s ease-in-out;
	margin-top: 48px;
	margin-bottom: 40px;
}

.services_box_main:before {
	content: "";
	background-image: -webkit-gradient(linear,
			left bottom,
			left top,
			from(#fff),
			color-stop(50%, transparent));
	background-image: linear-gradient(0deg, #000000, transparent 80%);
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 24px;
}

.services_web {
	background-image: url("../images/services-img-01.webp");
}

.services_wordpress {
	background-image: url("../images/services-img-02.webp");
}

.services_commerce {
	background-image: url("../images/services-img-03.webp");
}

.services_logo {
	background-image: url("../images/services-img-04.webp");
}

.services_shopify {
	background-image: url("../images/services-img-05.webp");
}

.services_apps {
	background-image: url("../images/services-img-06.webp");
}

.services_animation {
	background-image: url("../images/services-img-07.webp");
}

.services_marketing {
	background-image: url("../images/services-img-08.webp");
}

.services_media {
	background-image: url("../images/services-img-09.webp");
}

.services_box_main .overlay_text {
	padding: 30px 30px;
	position: relative;
	z-index: 1;
}

.services_box_main .overlay_text h4 {
	color: white;
	font-weight: revert;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 35px;
	font-weight: 900;
}

.services_box_main .overlay_text p {
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	font-weight: 200;
	margin-bottom: 0;
}

.services_box_main:hover {
	transform: scale(1.1);
}

.essential-services ul.banner-wrapper {
	justify-content: center;
	margin-top: 20px;
}

section.proud {
	background: url("../images/industries_bg.jpg") #f7f7f7;
	background-size: cover;
	position: relative;
	padding: 70px 0;
	margin-top: 70px;
}

.counter {
	line-height: 1;
	position: relative;
	display: flex;
	overflow: hidden;
	align-items: center;
	height: 3.125rem;
	font-size: 55px;
	margin: 0 0 20px 0;
	font-weight: bold;
	color: #cc1216;
	justify-content: center;
}

span.count_text {
	font-size: 20px;
	color: var(--black);
	font-weight: 500;
}

.section-heading h4 {
	font-size: 45px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}

.section-heading h4:before {
	content: "";
	background: url("../images/header-border.svg");
	width: 319px;
	height: 7px;
	position: absolute;
	bottom: -5px;
	right: 10px;
	background-size: 100%;
	background-position: center center;
}

section.dream p {
	font-size: 18px;
	line-height: 33px;
	margin-bottom: 20px;
	color: #000;
	font-weight: 300;
}

section.dream {
	padding: 70px 0;
}

section.serve {
	background: #cc1216;
	padding: 70px 0;
	background-size: cover;
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-position: 0% 120%;
}

section.serve:before {
	content: "";
	background: url("../images/industries_bg.png");
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-size: contain;
}

section.serve h3 {
	color: white !important;
}

.logo_tab_platform h5 {
	text-transform: capitalize;
	font-size: 14px;
	padding-left: 10px;
	text-align: left;
	font-weight: 400;
}

.logo_tab_platform:hover {
	background: #454345;
	transform: scale(1.1);
}

.logo_tab_platform:hover h5 {
	color: #fff;
}

section.serve .col-lg-2 {
	padding: 0;
}

.review_content h5 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 45px;
	color: #000;
}

.review_content p {
	font-size: 28px;
	line-height: 44px;
	font-weight: 200;
	color: #000;
}

.counter-wrapper {
	margin-top: 20px;
	text-align: center;
}

.review_qoute {
	width: 62px;
	height: 62px;
	padding: 15px;
	background: #cc1216;
	border-radius: 50%;
	margin-bottom: 25px;
}

.review_qoute img {
	width: 100%;
}

h6.review_name {
	font-size: 18px;
	color: #000;
	padding-left: 35px;
	position: relative;
	line-height: 1.55em;
}

h6.review_name:before {
	content: "";
	position: absolute;
	width: 23px;
	height: 2px;
	background: #cc1216;
	left: 0;
	top: 14px;
}

h6.review_name span {
	color: #cc1216;
	font-weight: 300;
}

.review_img_sec {
	text-align: center;
}

.review_img_sec img {
	border-radius: 20px;
	width: auto !important;
	margin: 0 auto;
	box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 8%);
}

.review-slider {
	margin-top: 48px;
}

section.review {
	padding: 70px 0;
}

.contact_sechme {
	position: relative;
	z-index: 1;
}

.bg_contact {
	background: #f7f7f7;
	padding: 0px 0px 0 40px;
	border-radius: 20px;
	box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 8%);
	align-items: center;
	justify-content: center;
	margin-bottom: 160px;
	margin-top: 110px;
}

.bg_contact h3 {
	font-size: 29px;
	font-weight: bold;
}

.bg_contact p {
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
	margin-bottom: 30px;
}

.bg_contact input {
	width: 100%;
	height: 60px;
	padding: 0 20px;
	font-size: 13px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.form_submit input {
	width: auto;
	padding: 20px 60px;
	height: auto !important;
	border-radius: 10px;
	font-size: 20px;
	text-transform: capitalize;
	background: #cc1216;
	color: #fff;
	border: 0;
	margin-bottom: 0;
	cursor: pointer;
}

.contact_bg_hme {
	position: relative;
}

.contact_bg_hme img {
	height: 610px;
	object-fit: cover;
}

.contact_bg_hme img {
	display: inline-block;
	border-top-right-radius: 20px;
	width: 100%;
	border-bottom-right-radius: 20px;
}

.circle_img_contact {
	position: absolute;
	top: -50px;
	right: -50px;
	z-index: -1;
}

.bg_contact select {
	width: 100%;
	height: 60px !important;
	padding: 0 20px;
	font-size: 13px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.circle_img_contact1 {
	position: absolute;
	bottom: 80px;
	left: -60px;
	z-index: -1;
}

footer {
	background: #111111;
	padding: 40px 0 10px;
	position: relative;
	background-size: cover;
}

footer:before {
	content: "";
	position: absolute;
	background: rgb(0 0 0 / 72%);
	width: 100%;
	height: 100%;
	top: 0;
}

.footer_heading {
	padding-top: 20px;
}

.footer_heading h4 {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
}

.footer_heading h4 a {
	color: #fff;
	border-bottom: 1px solid rgb(204 204 204 / 25%);
	padding-bottom: 13px;
	margin-bottom: 10px;
	display: block;
	font-weight: 500;
}

.footer_menu ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 14px;
	display: inline-block;
	position: relative;
	padding-left: 20px;
}

.footer_menu ul li a:before {
	content: "\f0da";
	color: #cc1216;
	font-size: 20px;
	margin-right: 10px;
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: -1px;
}

.footer_logo {
	padding-bottom: 30px;
}

.footer_logo img {
	width: 350px;
}

.footer_content p {
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 30px;
	width: 50%;
	margin: 0 auto 20px;
}

.footer_content img {
	width: auto;
	margin-bottom: 40px;
}

.copy_right {
	padding-top: 30px;
}

.contact_detail_sec {
	text-align: center;
}

.contact_detail_sec ul li {
	position: relative;
	padding: 0 0px 0 40px;
	display: inline-block;
	margin-left: 50px;
	margin-right: 20px;
}

.contact_detail_sec ul li a {
	font-size: 16px;
	padding-bottom: 40px;
	display: inline-block;
	color: #fff;
	font-weight: 300;
	line-height: 27px;
}

.contact_detail_sec ul li span {
	position: absolute;
	left: 0;
	font-size: 27px;
	color: #fff;
}

.copyright_text p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.term_links {
	text-align: right;
}

.term_links ul li {
	display: inline-block;
	position: relative;
}

.term_links ul li a {
	color: #fff;
	padding: 0 17px;
	font-size: 15px;
	font-weight: 300;
}

.term_links ul li:after {
	content: "";
	position: absolute;
	border-right: 1px solid #fff;
	width: 2px;
	height: 22px;
	right: 0;
}

.term_links ul li:nth-last-child(1):after {
	border: 0;
}

.dropdown>.submenu {
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	display: block;
	padding: 0px 20px;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	opacity: 0;
	top: 80%;
	left: 0%;
	width: 72%;
	margin-left: 0;
	background-color: #111111;
	padding-top: 0;
	border-radius: 5px;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
		-webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
		-webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
		transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
		transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
		transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1),
		-webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	margin-top: 10px;
	padding-bottom: 10px;
}

.dropdown.focussed>.submenu,
.dropdown:hover>.submenu {
	display: block;
	clip: auto;
	height: auto;
	overflow: visible;
	white-space: normal;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.dropdown>.submenu>li:first-child {
	border-radius: 5px 5px 0 0;
}

.dropdown>.submenu>li {
	position: relative;
	z-index: 2;
	padding: 0 0px;
	width: 32.9%;
	display: inline-block;
	vertical-align: top;
	margin: 0 !important;
}

li.nav-item.dropdown {
	position: static;
}

.dropdown>.submenu>li:not(:last-child)>a {
	border-bottom: 1px solid #303030;
	margin: 20px 0 10px;
}

.dropdown>.submenu>li>a {
	white-space: nowrap;
	display: block;
	padding: 13px 0;
	color: #fff !important;
	border-bottom: 1px solid #303030;
	margin: 20px 0;
	font-size: 13px !important;
	text-decoration: none;
}

.dropdown>.submenu>li>a img {
	max-width: 30px;
	margin-right: 10px;
	height: 40px;
}

.submenu-services a:before {
	content: "\f0da";
	color: #cc1216;
	font-size: 16px;
	margin-right: 10px;
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 5px;
}

.submenu-services a {
	font-size: 12px;
	padding: 27px 12px !important;
	color: #fff;
	display: block;
	position: relative;
	transition: 0.5s ease-in-out;
	padding: 8px 18px !important;
	text-decoration: none;
}

header .container-fluid {
	padding: 0 40px;
}

header.sticky {
	position: fixed;
	z-index: 9999;
	min-height: auto;
	top: 0;
	width: 100%;
	background: #fff;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	box-shadow: 0px 10px 23px #0000000d;
}

header.sticky a.nav-link {
	color: #000 !important;
}

header.sticky img.logo-light {
	display: none;
}

header.sticky img.logo-dark {
	display: block;
}

header.sticky .btn-orange-border {
	color: black;
}

header.sticky .btn-orange-border img {
	filter: none !important;
}

section.banner.web-design-banner {
	background-image: url("../images/website-design-banner.jpg");
}

section.banner.package-banner {
	background-image: url("../images/package-banner.jpg");
}

section.combo-package-banner {
	background-image: url("../images/package-banner.jpg");
}

section.portfolio-banner {
	background-image: url("../images/website-design-banner.jpg");
}

section.front-end-banner {
	background-image: url("../images/front-&-beckend-banner.jpg");
}

section.custom-web-portal-banner {
	background-image: url("../images/custom-website-portal-banner.jpg");
}

section.about-banner {
	background-image: url("../images/about-banner.jpg");
}

section.cms-development-banner {
	background-image: url("../images/cms-development-banner.jpg");
}

section.industries-banner {
	background-image: url("../images/Industries-banner.jpg");
}

section.website-maintenance-banner {
	background-image: url("../images/website-maintenance-banner.jpg");
}

section.wordpress-development-banner {
	background-image: url("../images/wordpress-development-banner.jpg");
}

section.shopify-development-banner {
	background-image: url("../images/shopify-banner.jpg");
}

section.magento-banner {
	background-image: url("../images/Magento-banner.jpg");
}

section.wooCommerce-banner {
	background-image: url("../images/woo-commerce-banner.jpg");
}

section.contact-banner {
	background-image: url("../images/contact-banner.jpg");
}

section.logo-banner {
	background-image: url("../images/logo-design-banner.jpg");
}

section.stationary-banner {
	background-image: url("../images/Stationary-Design-banner.jpg");
}

section.iterative-banner {
	background-image: url("../images/Interative-Prototype-banner.jpg");
}

section.printing-banner {
	background-image: url("../images/Printing-Services-banner.jpg");
}

section.laravel-banner {
	background-image: url("../images/laravel-banner.jpg");
}

section.node-banner {
	background-image: url("../images/nodejs.banner.jpg");
}

section.software-banner {
	background-image: url("../images/software-development-banner.jpg");
}

section.ecommerce-banner {
	background-image: url("../images/Ecommerce-Solution-banner.jpg");
}

section-banner {
	background-image: url("../images/Custom-PHP-Development-Banner.jpg");
}

section.social-banner {
	background-image: url("../images/Social-Media-Marketing-banner.jpg");
}

section.search-banner {
	background-image: url("../images/Search-Engine-Marketing-banner.jpg");
}

section.pay-banner {
	background-image: url("../images/Pay-Per-Click-Marketing-banner.jpg");
}

section.branding-banner {
	background-image: url("../images/Branding-banner.jpg");
}

section.press-banner {
	background-image: url("../images/pr-marketing-banner.jpg");
}

section.web-app-banner {
	background-image: url("../images/web-apps-banner.jpg");
}

section.explainer-banner {
	background-image: url("../images/Explainer-Video-Animation-banner.jpg");
}

section.Animated-banner {
	background-image: url("../images/Animated-Title-&-Trailer-banner.jpg");
}

section.Popular-banner {
	background-image: url("../images/animated-video-ad.jpg");
}

section.Marketing-banner {
	background-image: url("../images/marketing-promo-video-animation.jpg");
}

section.digital-banner {
	background-image: url("../images/Digital-Marketing-banner.jpg");
}

section.video-banner {
	background-image: url("../images/video-animation-banner.jpg");
}

section.order-banner {
	background-image: url("../images/packages-detail-banner.jpg");
	height: 355px;
}

.inner-portfolio {
	padding: 50px 0px;
}

section.logo-wrapper {
	padding: 30px 0 0px;
}

section.cta {
	background: #cc1216;
	position: relative;
	overflow: hidden;
	padding: 70px 0px;
}

section.cta:before {
	content: "";
	background: url("../images/cta_pattern.png");
	width: 1040px;
	position: absolute;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0px 200px;
}

.cta_img_Sec {
	position: absolute;
	right: 0;
	width: 50%;
	top: 0;
	height: 100%;
	padding: 15px;
	padding-right: 0;
}

.cta_img_Sec img {
	width: 86%;
	border-top-left-radius: 70px;
	border-bottom-left-radius: 70px;
	margin-left: auto;
	display: block;
	height: 100%;
	object-fit: cover;
}

.cta_content_sec h3 {
	font-size: 39px;
	font-weight: bold;
	color: var(--white);
	margin-bottom: 20px;
	text-transform: capitalize;
}

.cta_content_sec h3 span {
	font-weight: 300;
}

.cta_content_sec p {
	font-size: 24px;
	line-height: 40px;
	font-weight: 400;
	color: var(--white);
}

a.btn.btn-black {
	border-color: #454345;
	background: #454345;
}

.cta a.btn.btn-orange-black {
	border-color: white;
	color: white;
}

.cta a.btn.btn-orange-black img {
	filter: brightness(0) invert(1);
}

.btn-orange:hover {
	border: 2px solid #454345;
	background: #454345;
	color: #fff;
}

.btn-orange-border:hover {
	border: 1px solid #454345 !important;
	background: #454345;
	color: white !important;
}

.btn-orange-border:hover img,
header.sticky .btn-orange-border:hover img {
	filter: brightness(0) invert(1) !important;
}

.btn-black:hover {
	border-color: #fff !important;
	background: transparent !important;
	color: #fff !important;
}

section.pricing {
	position: relative;
	padding: 70px 0px;
}

section.pricing:before {
	content: "";
	background: url("../images/packages_bg.png");
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-size: 70%;
	opacity: 0.7;
}

.services_box_sec {
	box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
	padding: 40px 36px 40px 20px;
	border-radius: 5px;
	border: 1px solid rgb(0 0 0 / 17%);
	display: inline-block;
	overflow: hidden;
	position: relative;
	transition: 0.5s ease-in-out;
	margin-bottom: 30px;
	background: var(--white);
}

.shape-1 {
	width: 325px;
	height: 325px;
	border: 8px solid rgb(255 255 255 / 9%);
	border-radius: 50%;
	transform: scale(0.9);
	position: absolute;
	top: -66%;
	right: -33%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
}

.services_head_main {
	display: flex;
	justify-content: space-between;
	transition: all 0.3s linear;
	align-items: center;
}

.services_head h3 {
	font-size: 21px;
	color: #000;
	font-weight: 700;
	line-height: 29px;
	margin-bottom: 0;
}

.services_icon {
	width: 80px;
	position: relative;
	z-index: 1;
}

.services_icon:before {
	content: "";
	position: absolute;
	left: 35px;
	top: -22px;
	background-image: url("../images/ser-shape.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 90%;
	height: 90%;
	z-index: -1;
}

.services_icon img {
	filter: brightness(1) invert(0);
}

.para_services_sec p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 27px;
	font-weight: 400;
	color: var(--black);
}

.services_box_sec:hover {
	background: #cc1216;
}

.services_box_sec:hover .shape-1 {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.services_box_sec:hover .services_head h3 {
	color: #fff;
}

.services_box_sec:hover .services_icon:before {
	filter: brightness(0) invert(1);
}

.services_box_sec:hover .services_icon img {
	filter: brightness(0) invert(1);
}

.services_box_sec:hover .para_services_sec p {
	color: #fff;
}

.process_box_sec h3 {
	font-size: 22px;
	font-weight: bold;
	color: #000;
}

.process_box_sec p {
	font-size: 15px;
	line-height: 27px;
	width: 100%;
	margin: 0 auto;
	font-weight: 400;
	color: #000;
}

.process_box_sec {
	text-align: center;
	padding: 0 30px;
	position: relative;
	margin-bottom: 30px;
}

.process_box_sec:before {
	position: absolute;
	content: "";
	right: -80px;
	top: 135px;
	width: 149px;
	height: 44px;
}

.icon_process_icon {
	position: relative;
	width: 130px;
	height: 130px;
	margin: 0 auto 30px;
}

.icon_process_icon:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: url("../images/process-vector.png") no-repeat;
	animation-name: rotateme;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: rotateme;
	-webkit-animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotateme;
	-moz-animation-duration: 15s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: rotateme;
	-ms-animation-duration: 15s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: rotateme;
	-o-animation-duration: 15s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@keyframes rotateme {
	0% {
		transform: rotate(0deg);
		opacity: 1;
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
		opacity: 1;
	}
}

.process-slider {
	padding-top: 48px;
}

section.process {
	padding: 70px 0;
	background: url("../images/industries_bg.jpg") #f7f7f7;
	background-size: cover;
}

section.recognized {
	padding-bottom: 60px;
}

section.faq_sec_main {
	padding: 70px 0;
	background: url("../images/faq-sec-main.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: 0% 120%;
}

.faq_sec_main .row {
	justify-content: end;
}

.center_head_content h3 {
	font-size: 43px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 900;
	position: relative;
	display: inline-block;
}

.center_head_content h3:before {
	content: "";
	background: url("../images/header-border.svg");
	width: 319px;
	height: 7px;
	position: absolute;
	bottom: -5px;
	right: -10px;
	background-size: cover;
}

.faq_sec_main .card.mb-3 .card-header {
	padding: 15px 14px;
	border-radius: 0;
}

.faq_sec_main .card.mb-3 {
	background: #cc1216;
	border-radius: 5px;
	border: 0;
	transition: 0.5s ease-in-out;
}

.faq_sec_main .card-header h5 button {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	white-space: initial;
	padding: 0;
	text-decoration: none;
}

.faq_sec_main .card-body {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	font-weight: 300;
}

.port-logo .portfolio_boxes a figure {
	height: auto;
}

section.order_sec_main.padding_70 {
	padding: 70px 0px;
}

.order_heading h3 {
	font-size: 50px;
	margin-bottom: 30px;
	color: #000;
}

.order_sec_main input {
	width: 100%;
	height: 70px;
	margin-bottom: 20px;
	border-radius: 0;
	border: 1px solid #ccc;
	font-size: 15px;
	padding: 0 20px;
}

.order_sec_main select {
	width: 100%;
	height: 70px !important;
	border-radius: 0;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.order_submit input {
	width: auto;
	padding: 20px 60px;
	height: auto !important;
	border-radius: 10px;
	font-size: 20px;
	text-transform: capitalize;
	background: #cc1216;
	color: #fff;
	border: 0;
	margin-bottom: 0;
	cursor: pointer;
	transition: 0.5s ease-in-out;
}

section.term_condition {
	padding: 70px 0;
}

.term_content_Sec h3 {
	color: #000;
	font-size: 45px;
	font-weight: bold;
	padding-bottom: 0px;
}

.term_content_Sec p {
	font-size: 19px;
	line-height: 35px;
	color: #000;
	font-weight: 300;
}

.term_content_Sec {
	padding-bottom: 30px;
}

.term_content_Sec p a {
	color: #ff8901;
	text-decoration: underline;
	font-weight: bold;
}

.product_detail_sec {
	padding: 70px 0;
	background: transparent;
	position: relative;
	z-index: 1;
}

.product_detail_sec .container {
	max-width: 1140px;
}

.pkg_detail_sec {
	padding: 40px 30px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 6px 40px 0 rgb(0 0 0 / 14%);
	margin-top: 40px;
	position: relative;
	width: 100%;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 10px;
}

.pkg_detail_sec:before {
	content: "";
	border: 3px solid #cc1216;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 10px;
	z-index: -1;
	right: -20px;
	bottom: -20px;
}

.pkg_detail_sec h3 {
	font-size: 25px;
	font-weight: 500;
	color: #111;
	margin-bottom: 10px;
}

.pkg_detail_sec h5 {
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 5px;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #cc1216;
	margin-bottom: 20px;
}

.pkg_detail_sec:after {
	content: "";
	background: #3c3c3c;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 10px;
	z-index: -1;
	left: -20px;
	top: -20px;
}

.pkg_list_detail {
	margin: 0 10px 0 60px;
}

.pkg_list_detail h4 {
	font-weight: bold;
	font-size: 32px;
	color: #cc1216;
}

.pkg_list_detail ul {
	height: 480px;
	overflow-y: scroll;
}

.pkg_list_detail ul li {
	border-bottom: 1px solid #ccc;
	padding: 15px 30px;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin-right: 20px;
	position: relative;
}

.pkg_list_detail ul li:before {
	content: "";
	background: url("../images/arrow_icon.png");
	width: 18px;
	height: 18px;
	position: absolute;
	top: 17px;
	left: 0;
	background-size: cover;
}

.pkg_list_detail ul::-webkit-scrollbar {
	width: 7px;
	border-radius: 10px;
}

.pkg_list_detail ul::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #e6e5e5;
	border-radius: 10px;
	background: #e6e5e5;
}

.pkg_list_detail ul::-webkit-scrollbar-thumb {
	background: #cc1216;
	border-radius: 10px;
}

.pkg_list_detail ul::-webkit-scrollbar-thumb:hover {
	background: #cc1216;
	border-radius: 10px;
}

label.error {
	display: none !important;
}

input.error {
	background-color: #ff000033 !important;
}

.loader img {
	width: 30px;
}

.loader {
	text-align: center;
}

.form-sec h4,
.ordernow_form h4 {
	font-size: 28px;
	margin-bottom: 25px;
	font-weight: bold;
	color: var(--black);
	margin-bottom: 25px;
	font-weight: 800;
	margin-top: 20px;
}

.ordernow_form.bot-form input,
.ordernow_form.bot-form select {
	margin: 0;
	background: 0 0;
	color: black;
	height: 60px !important;
	font-weight: 400;
	outline: 0 !important;
	width: 100%;
	padding: 0 20px;
	font-size: 13px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.ordernow_form.bot-form .btn-primary {
	color: #fff;
	font-size: 16px;
	padding: 14px 30px;
	border-radius: 30px;
	display: inline-block;
	font-weight: 600;
	position: relative;
	z-index: 1;
	border: 0;
	width: 100%;
	background: #cc1216;
	border-radius: 10px;
}

div#loader img {
	width: 40px;
}

section.thankyou-banner {
	text-align: center;
	padding: 70px 0px;
}

section.thankyou-banner h1 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

section.thankyou-banner a {
	background: #cc1216;
	color: #fff;
	border: 2px solid #cc1216;
	padding: 17px 30px;
	font-size: 17px;
	border-radius: 10px;
}

section.thankyou-banner p {
	margin-bottom: 40px;
}

ul.navbar-nav.ml-auto {
	position: relative;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

@media (min-width: 1500px) {
	.container {
		max-width: 1310px;
	}

	header .container-fluid {
		padding: 0 65px;
	}
}

@media (max-width: 1399.98px) {
	header .container-fluid {
		padding: 0 15px;
	}

	.para_services_sec p {
		font-size: 16px;
	}

	a.navbar-brand {
		margin-right: 0;
	}

	a.navbar-brand img {
		width: 180px;
	}

	.cta_content_sec h3 {
		font-size: 35px;
	}

	a.nav-link {
		font-size: 14px;
		padding: 15px 10px !important;
	}

	header .btn-orange {
		padding: 10px 8px;
	}

	header .btn-orange-border {
		font-size: 12px;
		padding: 10px 8px;
	}

	header .btn img {
		display: none;
	}

	section.banner {
		overflow: hidden;
	}

	.banner-left:before {
		right: 0px;
	}

	.about_content h2 {
		right: -31px;
	}

	.pricing button.owl-prev {
		position: static;
	}

	.pricing button.owl-next {
		position: static;
	}

	.owl-theme .owl-nav {
		margin-top: 0;
	}

	.section-heading h3 {
		color: #000;
		font-size: 55px;
	}

	.section-heading h4 {
		font-size: 44px;
	}
}

@media (max-width: 1199.98px) {
	ul.navbar-nav li:nth-last-child(2) {
		display: none;
	}

	ul.navbar-nav li:last-child {
		display: none;
	}

	.banner-left h3 {
		font-size: 50px;
		line-height: 50px;
	}

	.about_content h2 {
		position: static;
		font-size: 30px;
		line-height: 35px;
	}

	.about_img.animate-float-y {
		bottom: auto;
		top: 0;
	}

	section.proud .col-lg-10 {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}

	.section-heading h3 {
		font-size: 40px;
	}

	.section-heading p {
		font-size: 16px;
		line-height: 28px;
	}

	.counter {
		font-size: 40px;
		margin-bottom: 10px;
	}

	span.count_text {
		font-size: 15px;
	}

	.section-heading h4 {
		font-size: 36px;
	}

	section.dream p {
		font-size: 17px;
		line-height: 30px;
	}

	.dream-righ.animate-float-y {
		width: 100%;
	}

	.dream-righ.animate-float-y img {
		width: 100%;
	}

	.serve .col-md-2.col-lg-2 {
		flex: 0 0 25%;
		width: 25%;
		max-width: 25%;
	}

	.logo_tab_platform {
		margin: 6px;
	}

	.serve .row {
		justify-content: center;
	}

	.review_img_sec img {
		width: 100% !important;
	}

	.footer_content p {
		width: 100%;
	}

	.cta_img_Sec img {
		width: 89%;
	}

	.cta_content_sec h3 {
		font-size: 29px;
	}

	.cta_content_sec p {
		font-size: 19px;
	}
}

@media (max-width: 991.98px) {
	section.faq_sec_main {
		margin-bottom: 71px;
	}

	.contact_sechme {
		padding-top: 82px;
	}

	button.navbar-toggler {
		background-color: white;
	}

	section.banner {
		height: auto;
		padding-top: 80px;
		padding-bottom: 29px;
	}

	.banner-left {
		margin-top: 20px;
	}

	.logo_tab_platform {
		margin: 20px;
	}

	section.logo-wrapper {
		padding-top: 0;
		padding-bottom: 0;
	}

	.mini-form .col-md-10 {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}

	ul.mini-form li {
		flex: 0 0 48%;
	}

	ul.mini-form li:last-child {
		flex: 0 0 49%;
	}

	ul.mini-form button {
		width: 100%;
	}

	.web-leads .col-sm-9.offset-sm-3 {
		margin-left: 0;
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}

	section.web-leads .col-sm-6 {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.about_img.animate-float-y {
		position: relative;
		text-align: center;
		margin-bottom: 15px;
	}

	.about_img img {
		width: 60%;
	}

	.btn-orange {
		font-size: 15px;
		padding: 10px 15px;
	}

	.btn-orange-black {
		font-size: 15px;
		padding: 10px 15px;
	}

	ul.banner-wrapper {
		justify-content: center;
	}

	.section-heading h3 {
		font-size: 30px;
	}

	.section-heading p {
		font-size: 15px;
		line-height: 24px;
	}

	ul.mini-form input {
		height: 40px;
	}

	.tab_nav_sec ul li a {
		margin: 0 4px;
		padding: 6px 15px !important;
	}

	.tab_nav_sec ul li {
		margin-bottom: 15px !important;
	}

	.portfolio-tab-content .col-sm-3.col-lg-4 {
		flex: 0 0 33%;
		max-width: 33%;
		width: 33%;
	}

	section.pricing {
		padding: 20px 0;
	}

	.packages_box_sec {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.min_form_submission {
		margin-top: 70px;
	}

	section.proud {
		padding: 40px 0;
	}

	section.proud .col-lg-3 {
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
	}

	section.dream {
		padding: 30px 0px 0px;
		text-align: center;
	}

	.dream-righ.animate-float-y img {
		width: 60%;
		margin-top: 20px;
	}

	section.serve {
		padding: 30px 0;
	}

	.serve .col-md-2.col-lg-2 {
		flex: 0 0 33%;
		width: 33%;
		max-width: 33%;
	}

	.logo_tab_platform {
		margin: 5px;
	}

	section.review {
		padding: 40px 0;
	}

	.review_img_sec img {
		width: 50% !important;
	}

	.review-slider {
		margin-top: 20px;
	}

	.review_content {
		text-align: center;
	}

	.review_qoute {
		margin: 15px auto 7px;
	}

	.review_content h5 {
		font-size: 25px;
		margin-bottom: 0;
	}

	.review_content p {
		font-size: 16px;
		line-height: 25px;
	}

	h6.review_name {
		padding: 0;
	}

	h6.review_name:before {
		display: none;
	}

	.bg_contact .pr-5 {
		padding-right: 15px !important;
	}

	.bg_contact {
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 40px;
	}

	.bg_contact .col-sm-6 {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.bg_contact input {
		height: 44px;
		margin-bottom: 15px;
	}

	.bg_contact select {
		height: 44px !important;
	}

	.bg_contact p {
		font-size: 15px;
		line-height: 23px;
		margin-bottom: 10px;
	}

	.bg_contact h3 {
		font-size: 25px;
	}

	.form_submit input {
		width: 100%;
		padding: 10px 0px;
		font-size: 15px;
		height: 44px !important;
	}

	footer {
		padding: 20px 0;
	}

	footer .col-sm-4 {
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%;
	}

	footer .row.pt-5 {
		padding-top: 15px !important;
	}

	.footer_logo img {
		width: 200px;
	}

	.footer_logo {
		padding-bottom: 15px;
	}

	.contact_detail_sec ul li {
		margin: 0;
		padding: 0px 37px;
	}

	.contact_detail_sec ul li a {
		padding-bottom: 10px;
	}

	.copy_right {
		padding-top: 15px;
		border-top: 1px solid white;
	}

	.copy_right .col-sm-6 {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	.term_links {
		text-align: center;
	}

	.footer_content img {
		margin-bottom: 20px;
	}

	.banner-form {
		margin-left: 0;
		width: 80%;
		margin: 30px auto;
	}

	.services_box_main {
		height: auto;
		margin-top: 20px;
	}

	.services_box_main .overlay_text {
		padding-top: 120px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.services_box_main .overlay_text h4 {
		font-size: 20px;
		line-height: 26px;
	}

	.services_box_main .overlay_text h4 br {
		display: none;
	}

	.services_box_main .overlay_text p br {
		display: none;
	}

	.services_box_main .overlay_text p {
		font-size: 15px;
	}

	.portfolio_boxes a figure {
		height: 200px;
	}

	.portfolio_boxes:hover a:after {
		left: 0;
		width: 100%;
		border-radius: 0px;
		padding: 4px 0px;
		font-size: 15px;
		margin: 0 !important;
		height: auto !important;
		top: 41%;
	}

	.cta_img_Sec img {
		display: none;
	}

	.cta_content_sec h3 {
		text-align: center;
		font-size: 31px;
	}

	.cta_content_sec h3 span {
		display: block;
	}

	.cta_content_sec p {
		text-align: center;
	}
}

@media (max-width: 767.98px) {
	.term_content_Sec h3 {
		font-size: 28px;
	}

	.term_content_Sec p {
		font-size: 15px;
	}

	.faq_sec_main .row {
		justify-content: start;
	}

	.banner-form {
		width: 100%;
		margin-top: 20px;
		padding-bottom: 15px;
	}

	.banner-form h4 {
		font-size: 20px;
		margin-bottom: 0px;
		padding-bottom: 10px;
	}

	.banner-form form {
		padding: 0;
		margin-top: 13px !important;
	}

	.banner-form input {
		padding: 17px;
		font-size: 15px;
	}

	.banner-form i {
		top: 11px;
	}

	.banner-form .form-group {
		margin-bottom: 9px;
	}

	.btn-orange {
		padding: 8px 0px;
		font-size: 14px;
	}

	.banner-left:before {
		width: 100%;
		right: 0;
		background-size: 100%;
		background-size: contain;
	}

	.banner-left h3 {
		position: static;
		font-size: 30px;
		line-height: 36px;
		padding: 0;
		margin: 0;
		padding-right: 15px;
	}

	.banner-left h3 br {
		display: none;
	}

	.banner-left {
		padding: 45px 0px;
		margin-top: 0;
	}

	.btn-orange img {
		padding-right: 7px;
	}

	ul.banner-wrapper li {
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
	}

	ul.banner-wrapper li a {
		width: 100%;
	}

	.btn-orange-border {
		padding: 0;
	}

	.btn-orange-border {
		padding: 8px 0px;
		font-size: 13px;
	}

	ul.banner-wrapper li:last-child {
		margin: 0;
	}

	.banner-wrapper {
		gap: 6px;
		margin-top: 8px !important;
	}

	.start-project img {
		width: 100px;
	}

	ul.mini-form {
		padding: 8px 0;
		gap: 0 5px;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	ul.mini-form li {
		flex: 0 0 49%;
		max-width: 50%;
		width: 50%;
		margin-bottom: 7px;
	}

	.min_form_submission {
		margin-top: 15px;
	}

	.start-project {
		top: -12px;
		left: -4px;
	}

	ul.mini-form input {
		height: 35px;
		font-size: 15px;
		padding-right: 0;
		padding-left: 9px;
	}

	ul.mini-form button {
		font-size: 14px;
		padding: 6px 0;
	}

	.about_content h2 {
		font-size: 18px;
		line-height: 24px;
	}

	.about_content p {
		font-size: 13px;
		line-height: 19px;
		margin-bottom: 8px;
	}

	ul.about_ul li {
		font-size: 13px;
		line-height: 16px;
	}

	ul.about_ul {
		padding-bottom: 0;
	}

	section.web-leads {
		padding-bottom: 20px;
	}

	.section-heading h3 {
		font-size: 20px;
		margin-bottom: 9px;
	}

	section.portfolio {
		padding: 20px 0px;
	}

	.section-heading h3:before {
		width: 100%;
		left: 0;
		right: 0;
	}

	.section-heading p {
		font-size: 13px;
		line-height: 19px;
	}

	.tab_nav_sec {
		padding-top: 20px;
	}

	.tab_nav_sec ul li a {
		font-size: 13px;
		margin: 0 2px;
		padding: 4px 15px !important;
	}

	.tab_nav_sec ul li {
		margin-bottom: 7px !important;
	}

	.portfolio-tab-content .col-sm-3.col-lg-4 {
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%;
		padding: 0 4px;
	}

	.portfolio_boxes {
		margin-bottom: 6px;
	}

	.packages_cardBody ul,
	.packages_box_sec ul {
		height: 200px;
	}

	.packages_cardBody ul li,
	.packages_box_sec ul li {
		font-size: 13px;
		padding-bottom: 5px;
	}

	.packages_cardBody p,
	.packages_box_sec>p {
		margin-bottom: 0;
		font-size: 15px;
	}

	.packages_box_sec h5 {
		font-size: 30px;
		margin-bottom: 0;
	}

	.packages_box_sec h3 {
		margin-bottom: 2px;
	}

	.btn_packages_sec a,
	.btn_packages a {
		font-size: 14px;
		padding: 9px 0px;
	}

	.view_detail {
		padding-top: 10px;
	}

	.view_detail a {
		font-size: 15px;
	}

	.packages_box_sec {
		padding: 15px;
	}

	section.essential-services {
		margin-top: 20px;
	}

	.services_box_main .overlay_text {
		padding-top: 100px;
	}

	.services_box_main {
		margin: 15px;
	}

	.services_box_main .overlay_text p {
		font-size: 13px;
		line-height: 19px;
	}

	.services_box_main .overlay_text h4 {
		font-size: 18px;
		margin-bottom: 3px;
	}

	section.proud {
		padding: 20px 0px;
		margin-top: 20px;
	}

	.counter {
		font-size: 20px;
		margin: 0;
		height: auto;
	}

	span.count_text {
		font-size: 13px;
	}

	.section-heading h4 {
		font-size: 20px;
		margin-bottom: 9px;
	}

	.section-heading h4:before {
		width: 100%;
		left: 0;
		right: 0;
	}

	section.dream p {
		font-size: 13px;
		line-height: 19px;
	}

	section.dream {
		padding: 20px 0px 0;
	}

	.counter-wrapper {
		margin-top: 10px;
	}

	section.serve {
		padding: 20px 0px;
	}

	.serve .col-md-2.col-lg-2 {
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%;
	}

	.logo_tab_platform {
		padding: 7px 0px;
		justify-content: start;
		padding-left: 15px;
	}

	.logo_tab_platform h5 {
		font-size: 13px;
		padding-left: 5px;
	}

	.logo_tab_platform img {
		width: 40px !important;
		height: 40px;
	}

	section.review {
		padding: 20px 0px;
		font-variant: JIS04;
		font-variant: JIS04;
	}

	.review_img_sec img {
		width: 100% !important;
	}

	.review_qoute {
		width: 50px;
		height: 50px;
	}

	.review_content h5 {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 10px;
	}

	.review_content p {
		font-size: 13px;
		line-height: 19px;
		margin-bottom: 8px;
	}

	h6.review_name {
		font-size: 15px;
		margin-bottom: 0;
	}

	.bg_contact h3 {
		font-size: 18px;
	}

	.bg_contact {
		padding: 15px;
		margin-bottom: 11px;
	}

	.bg_contact p {
		font-size: 13px;
		line-height: 19px;
	}

	footer .col-sm-4 {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	footer {
		padding: 10px 0px;
	}

	.footer_heading h4 a {
		padding-bottom: 10px;
		margin-bottom: 0;
	}

	.footer_heading h4 {
		margin-bottom: 5px;
		font-size: 15px;
	}

	.footer_menu ul li a {
		font-size: 13px;
		padding-bottom: 0;
		padding-left: 15px;
	}

	.footer_menu ul li a:before {
		font-size: 12px;
		top: 0;
		margin-right: 0;
	}

	.footer_content p {
		font-size: 13px;
		line-height: 19px;
		margin-bottom: 10px;
	}

	.footer_content img {
		width: 100%;
	}

	.contact_detail_sec ul li a {
		font-size: 12px;
		padding-bottom: 0;
	}

	.contact_detail_sec ul li span {
		font-size: 12px;
	}

	.contact_detail_sec ul li {
		padding: 0 15px;
		margin: 0;
	}

	.footer_logo {
		padding-bottom: 8px;
	}

	.copyright_text p {
		font-size: 13px;
		margin-bottom: 8px;
	}

	.term_links ul li a {
		font-size: 13px;
		padding: 0 10px;
	}

	.term_links ul li {
		line-height: 15px;
		overflow: hidden;
	}

	.circle_img_contact {
		right: 0;
	}

	ul.navbar-nav {
		background-color: white;
		text-align: left;
		padding: 6px 0px;
	}

	a.nav-link {
		color: black !important;
		padding: 3px 20px !important;
		text-align: left;
	}

	ul.navbar-nav li {
		display: block;
		width: 100%;
	}

	.cta_content_sec h3 {
		font-size: 26px;
		margin-bottom: 21px;
	}

	.cta_content_sec p {
		font-size: 17px;
		line-height: 28px;
	}

	.dropdown.focussed>.submenu,
	.dropdown:hover>.submenu {
		position: relative;
		width: 100%;
		background-color: transparent;
	}

	.dropdown>.submenu>li {
		width: 100%;
	}

	.dropdown>.submenu>li>a {
		color: black !important;
		border: 0px !important;
		margin: 0px !important;
		padding: 7px 8px;
		padding-bottom: 0;
	}

	.dropdown>.submenu>li>a img {
		display: none;
	}

	.submenu-services a {
		color: black !important;
		padding: 0px !important;
	}

	.submenu-services a:before {
		display: none;
	}

	.submenu-services {
		padding-left: 22px;
	}
}

@media (max-width: 575.98px) {
	.cta_content_sec h3 {
		text-align: start;
		line-height: 42px;
		font-size: 27px;
	}

	.cta_content_sec p {
		text-align: start;
	}

	.center_head_content h3 {
		font-size: 25px;
	}

	section.faq_sec_main {
		background-position: right;
		padding: 30px 0px;
	}

	.center_head_content h3:before {
		left: 0px;
		width: 100%;
	}

	div#accordion {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.section-heading h3 {
		margin-bottom: 19px;
	}

	.contact_sechme {
		padding-top: 10px;
	}

	div#success {
		margin-bottom: 20px !important;
	}
}

.chat-image {
	position: fixed;
	right: 30px;
	bottom: 60px;
	width: 200px;
	height: 200px;
	animation: shake 0.5s;
	animation-iteration-count: infinite;
	z-index: 1;
}

.chat-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@keyframes shake {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}

	10% {
		transform: translate(-1px, -2px) rotate(-1deg);
	}

	20% {
		transform: translate(-3px, 0px) rotate(1deg);
	}

	30% {
		transform: translate(3px, 2px) rotate(0deg);
	}

	40% {
		transform: translate(1px, -1px) rotate(1deg);
	}

	50% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}

	60% {
		transform: translate(-3px, 1px) rotate(0deg);
	}

	70% {
		transform: translate(3px, 1px) rotate(-1deg);
	}

	80% {
		transform: translate(-1px, -1px) rotate(1deg);
	}

	90% {
		transform: translate(1px, 2px) rotate(0deg);
	}

	100% {
		transform: translate(1px, -2px) rotate(-1deg);
	}
}

.chat-image img.arrow-icon {
	position: absolute;
	right: -97px;
	top: 100px;
}

.term_content_Sec ul li {
	list-style: disc;
}

.term_content_Sec-anch a {
	font-size: 17px;
	color: black;
	font-weight: 600;
	border: 2px solid black;
	padding: 5px 10px 5px 10px;
	border-radius: 8px;
	text-decoration: none;
}

.term_content_Sec-anch {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
}

.term_content_Sec a {
	font-size: 56px;
	/* padding: 40px 0px; */
	opacity: 0;
}

.as {
	margin-top: -77px;
}

/* Text Document */
.textDocument {
	padding: 5rem 0;
}

.textDocument h2 {
	font-size: 2.25rem;
	font-weight: 500;
}

.textDocument a {
	color: #cc1216;
}

.form_checkbox {
	margin: 1rem 0;
	font-size: 14px;
	color: #333;
	line-height: 1.6;
	display: flex;
	align-items: flex-start;
}

.form_checkbox input[type="checkbox"] {
	cursor: pointer;
	position: relative;
	transition: background-color 0.2s ease, border-color 0.2s ease;
	display: inline;
	width: fit-content;
	height: auto;
	margin: 0 8px 0 0;
}

.form_checkbox label {
	cursor: pointer;
	user-select: none;
	/* display: flex; */
	/* align-items: flex-start; */
}

.form_checkbox label a {
	color: #cc1216;
}