/** @format */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
body {
	font-family: "Montserrat", sans-serif;
}
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0px;
}
a {
	text-decoration: none !important;
	color: #000;
}
img {
	width: 100%;
	height: auto;
}
ul {
	padding: unset;
}
li {
	list-style-type: none;
}
/* HEADER CSS START */
header {
	padding: 0 10px 20px;
	background-color: transparent;
	position: absolute;
	width: 100%;
	z-index: 3;
}
header .header-outer #navbarNav {
	justify-content: end;
	gap: 10px;
	/* flex-direction: column; */
	width: 65%;
}
header .header-outer nav a.header_logo img {
	width: 100%;
	max-width: 190px;
}

header .header-outer #navbarNav ul li a {
	color: #fff;
	font-family: "Montserrat";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 15px 41px;
	transition: all 0.4s ease;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* SUB MENU CSS START */
header .header-outer ul li .sub_menu {
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
	position: fixed;
	top: 119px;
	transform: translateY(0);
	left: 0;
	width: 100%;
	background-color: #50c4ed;
	display: flex;
	align-items: flex-start;
	gap: 70px;
	justify-content: center;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.2s,
		z-index 0s linear 10ms;
}
header .header-outer ul li:hover .sub_menu {
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease;
	padding: 20px 0;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.2s,
		z-index 0s linear 10ms;
}
header .header-outer ul li .sub_menu .sub_menu_links h2 {
	font-size: 20px;
	font-family: "Montserrat", sans-serif;
	line-height: 1.2;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	position: relative;
	margin-bottom: 25px;
	text-align: left;
}
header .header-outer ul li .sub_menu .sub_menu_links h3 {
	margin-bottom: 15px;
	color: transparent;
}
header .header-outer ul li .sub_menu .sub_menu_links h2:after {
	content: "";
	background: #fba834;
	width: 25px;
	height: 2px;
	position: absolute;
	bottom: -6px;
	left: 0;
}
header
.header-outer
ul
li
.sub_menu
.sub_menu_links
.ecommerce_wrap:last-child {
	margin-top: 30px;
}
header .header-outer ul li .sub_menu .sub_menu_links ul li a {
	padding: unset !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	padding: 0 !important;
	color: #fff !important;
	color: rgba(255, 255, 255, 0.6) !important;
	letter-spacing: 0.01em !important;
	position: relative !important;
	line-height: 30px !important;
	text-transform: capitalize;
	display: block;
}
header .header-outer ul li .sub_menu .sub_menu_links ul li a:hover {
	color: #fff !important;
}
header .header-outer ul li .sub_menu .sub_menu_links ul li a:after {
	content: "";
	position: absolute;
	top: 0px;
	left: -19px;
	width: 4px;
	height: 100%;
	background: #fba834;
	opacity: 0;
	visibility: hidden;
}
header .header-outer ul li .sub_menu .sub_menu_links ul li:hover a:after {
	opacity: 1;
	visibility: visible;
}
header .header-outer ul li .sub_menu .sub_menu_links ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: left;
	position: relative;
	padding-left: 20px;
}
header .header-outer ul li .sub_menu .sub_menu_links ul:after {
	content: "";
	position: absolute;
	left: 0;
	width: 2px;
	height: 100%;
	background: #efecec;
	/* background: rgba(74, 144, 226, 0.35); */
}
header .header-outer ul li .sub_menu .sub_menu_links ul.sub-col-3 {
	columns: 3;
}
header
.header-outer
ul
li
.sub_menu
.sub_menu_links
.global_arrow_btn
.arrowRight,
header
.header-outer
ul
li
.sub_menu
.sub_menu_links
.global_arrow_btn
.arrowRight:before {
	position: absolute;
	left: 92%;
}
header .header-outer ul li .sub_menu .sub_menu_links .global_arrow_btn a {
	display: block;
	padding-left: 23px !important;
	text-align: left;
}
header .header-outer ul li .sub_menu .sub_menu_links .global_arrow_btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
header
.header-outer
ul
li
.sub_menu
.sub_menu_links
.global_arrow_btn
.arrowRight {
	width: 7px;
	height: 7px;
	top: 41px;
	margin: -20px 0 0 -20px;
	transform: rotate(-45deg);
	border-left: none;
	border-top: none;
	border-right: 2px #fff solid;
	border-bottom: 2px #fff solid;
}

header
.header-outer
ul
li
.sub_menu
.sub_menu_links
.global_arrow_btn
.arrowRight:before {
	content: "";
	width: 7px;
	height: 7px;
	top: 50%;
	margin: -2px 0 0 -4px;
	border-left: none;
	border-top: none;
	border-right: 2px #fff solid;
	border-bottom: 2px #fff solid;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: arrow;
}
@keyframes arrow {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate(15px, 15px);
	}
}
.slider_outer_wrap {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}
.slider_outer_wrap {
	display: flex;
	align-items: center;
	gap: 20px;
	background: #022649;
}
.slider_outer_wrap img {
	width: 100%;
	max-width: 100px;
	border-right: 1px solid #ccc;
}
/* SUB MENU CSS END */
header .header-outer #navbarNav ul li a i {
	font-size: 14px;
}
header .header-outer #navbarNav ul li.nav-item a.nav-link:after {
	content: "";
	position: absolute;
	width: 0%;
	height: 8px;
	background: #fba834;
	bottom: -8px;
	opacity: 0;
	transition: all 0.5s ease;
	left: 0;
}
header .header-outer #navbarNav ul li.nav-item:hover a.nav-link:after {
	width: 100%;
	opacity: 1;
	left: 0;
}
header .header-outer #navbarNav ul li.nav-item a.nav-link:hover {
	transition: all 0.4s ease;
	background-color: rgba(80, 196, 237, 0.6);
	/* background-color: rgba(255, 255, 255, 0.1); */
	color: #fff;
	border-radius: 5px;
}

header .header-outer #navbarNav ul.navbar-nav {
	gap: 0px;
	text-align: center;
	width: 100%;
	justify-content: end;
}
header .header_inner {
	display: flex;
}
header .header-outer .navbar-expand-lg {
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
header .header_info {
	display: flex;
	width: 100%;
	text-align: end;
	justify-content: end;
	gap: 20px;
	padding-right: 44px;
}
header .header_info .header_mail span {
	margin: 0 20px;
}
header .header_info i:first-child {
	margin-right: 8px;
}
header .header_info .header_mail a,
header .header_info .header_mail span,
header .header_info .header_phone a {
	color: #fff;
	transition: all 0.4s ease;
	font-family: "Montserrat", sans-serif;
}
header .header_info .header_mail a:hover,
header .header_info .header_phone a:hover {
	color: #fba834;
	transition: all 0.4s ease;
}
header .header_info .header_phone .constant_contact h3 {
	font-size: 19px;
	color: #3c4147 !important;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	padding: 11px 20px;
	letter-spacing: 0.2px;
	text-align: left;
	color: #fff;
}
header
.header_info
.header_phone
.constant_contact
.sales
.sales_details
ul
li {
	text-align: left;
}
header .header_info .header_phone .constant_contact .sales {
	display: flex;
	align-items: center;
	gap: 30px;
	border-top: 1px solid #ccc;
}
header .header_info .header_phone .constant_outer {
	background: #fff;
	border-radius: 8px;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	display: none;
	position: relative;
}
header .header_info .header_phone:hover .constant_outer {
	position: absolute;
	top: 61px;
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
	display: block;
	width: fit-content;
	right: 218px;
	box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.75);
	z-index: 2;
}
header .header_info .header_phone .constant_contact .sales .sales_details p {
	color: #828282;
	font-size: 13px;
	margin-top: 10px;
}

header .header_info .header_phone .constant_contact .sales .sales_details p a {
	color: #50c4ed;
	font-weight: 300;
	font-size: 13px;
}

header
.header_info
.header_phone
.constant_contact
.sales
.sales_details
ul
li
a {
	padding-left: unset !important;
	color: #317cd0 !important;
}
header
.header_info
.header_phone
.constant_contact
.sales
.sales_details
ul
li:hover
a {
	transform: scale(0.1);
}
header .header_info .header_phone .constant_contact .sales .sales_details {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 16px 0;
}
header .header_info .header_phone .constant_contact .sales .sales_details h4 {
	margin: 0;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 10px;
}
header .header_info .header_phone .constant_contact .sales .sales_img img {
	font-size: 40px;
	color: #50c4ed;
}
header
.header_info
.header_phone
.constant_contact
.sales
.sales_details
ul
li
a
img {
	width: 100%;
	max-width: 20px;
	margin-right: 10px;
}
header .header_info .header_phone .constant_contact header .header_btn {
	width: fit-content;
	justify-content: end;
}
header .header_btn a {
	width: 170px;
	height: 47px;
	line-height: 47px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background: #50c4ed;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	transition: all 0.4s ease;
	font-family: "Montserrat", sans-serif;
}
header .header_btn a:hover {
	background-color: #fba834;
	border-color: #fba834;
	transition: all 0.4s ease;
}
/* MODAL START */
header .header_btn .modal .modal-dialog {
	max-width: 100%;
	margin: unset;
}
header .header_btn .modal .modal-header {
	background-color: #333a73;
}
header .header_btn .modal .modal-header button {
	display: none;
}
header .header_btn .modal .modal-header i {
	color: #fff;
	font-size: 40px;
	opacity: 1;
}
header .header_btn .modal .modal-header i.btn-close {
	background-image: none;
}
header .header_btn .modal .modal-dialog span.modal-title {
	width: 100%;
	max-width: 100px;
}
header .header_btn .modal .modal-body {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}
header .header_btn .modal .modal-body .modal_box {
	text-align: center;
	margin-bottom: 50px;
}
header .header_btn .modal .modal-body .modal_box h2 {
	font-weight: 700;
	font-size: 56px;
	color: #333;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 15px;
}
header .header_btn .modal .modal-body .modal_box p {
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	background: 0 0;
	padding: 0;
	color: #888;
	text-transform: inherit;
	margin-top: 0;
}
header .header_btn .modal .modal-body .modal_form h3 {
	font-weight: 700;
	font-size: 20px;
	color: #1866b1;
	margin-top: 0;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	text-transform: uppercase;
}
header .header_btn .modal .modal-body .modal_project h3 {
	font-weight: 700;
	font-size: 20px;
	color: #1866b1;
	margin-top: 0;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}
header .header_btn .modal .modal-body .modal_project textarea {
	padding-top: 7px;
	height: 39px;
	resize: none;
	width: 100%;
	border: unset;
	border-bottom: 1px solid #ccc;
	outline: none;
}
header .header_btn .modal .modal-body .modal_form form .name {
	width: 100%;
	margin-bottom: 30px;
}
label {
	color: #444;
	font-size: 18px;
	font-weight: bold;
}
header .header_btn .modal .modal-body .modal_project .looking_heading h3 {
	text-transform: capitalize;
	font-size: 19px;
	color: rgba(0, 95, 187, 0.83);
	font-family: "Montserrat", sans-serif;
	text-align: left;
}
header
.header_btn
.modal
.modal-body
.modal_project
.looking_heading
.checkbox_outer {
	display: flex;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
}
header
.header_btn
.modal
.modal-body
.modal_project
.looking_heading
.checkbox_outer
.check_inner
input[type="checkbox"] {
	width: 20px;
	height: 20px;
}
header
.header_btn
.modal
.modal-body
.modal_project
.looking_heading
.checkbox_outer
.check_inner {
	display: flex;
	align-items: center;
	gap: 10px;
}
.budget_range {
	display: flex;
	align-items: center;
	gap: 40px;
}
header
.header_btn
.modal
.modal-body
.modal_form
form
.name
input[type="text"] {
	width: 100%;
	border: unset;
	border-bottom: 1px solid #ccc;
}
header
.header_btn
.modal
.modal-body
.modal_project
form
.name
input[type="text"] {
	width: 100%;
	border: unset;
	border-bottom: 1px solid #ccc;
}
header .header_btn .modal .modal-body .modal_form form .name input,
header .header_btn .modal .modal-body .modal_form form .phone_wrap .code select,
header
.header_btn
.modal
.modal-body
.modal_form
form
.email_wrap
.code
select {
	padding: 8px;
}
header
.header_btn
.modal
.modal-body
.modal_form
form
.name
input[type="email"] {
	border: unset;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
input:focus-visible {
	outline: unset;
}

header
.header_btn
.modal
.modal-body
.modal_form
form
.code
select#country_code {
	width: 100%;
	border: unset;
	border-bottom: 1px solid #ccc;
	outline: none;
	color: #444;
}
header .header_btn .modal .modal-body .modal_form .email_wrap,
header .header_btn .modal .modal-body .modal_form .phone_wrap {
	display: flex;
	gap: 40px;
}
header .header_btn .modal .modal-body .modal_form .budget_range .budget_inner {
	width: 100%;
}
header .header_btn .modal .modal-body .modal_form .budget_range {
	margin-top: 40px;
}
header .header_btn .modal .modal-headerh1#exampleModalLabel {
	color: #1c69b2;
	font-weight: bold;
	text-transform: uppercase;
}
header
.header_btn
.modal
.modal-body
.modal_form
.budget_range
.budget_inner
.email_wrap
.code {
	width: 100%;
}
header .header_btn .modal .modal-footer {
	justify-content: center;
}

header .header_btn .modal .modal-footer button {
	width: 20%;
	text-transform: uppercase;
	font-size: 21px;
}
header
.header_btn
.modal
.modal-body
.modal_form
.budget_range
.budget_inner
.email_wrap
.code
select {
	width: 100%;
	border: unset;
	border-bottom: 1px solid #ccc;
	outline: none;
	color: #444;
}
header .header_btn .modal .modal-body .modal_form form .code select#state {
	width: 100%;
	border: unset;
	border-bottom: 1px solid #ccc;
	color: #444;
}
header .header_btn .modal .modal-body .modal_form form .code {
	display: block;
	width: 100%;
}
.modal-backdrop {
	position: unset !important;
}
/* MODAL END */
/* HEADER CSS END */

/* BANNER CSS START */
section.banner {
	background-image: url(../images/banner-bg.jpg);
	position: relative;
	z-index: 2;
	background-attachment: fixed;
}
section.banner .banner-overlay {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	/* background-color: rgba(251, 168, 52, 0.4); */
	z-index: -1;
	width: 100%;
	height: 100%;
}

section.banner .banner-data {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	height: 100vh;
}
section.banner .banner-data h1 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 72px;
	text-transform: uppercase;
	font-style: normal;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 20px;
}
section.banner .banner-data p {
	font-size: 22px;
	color: #fff;
	letter-spacing: 1.5px;
	font-weight: 500;
	margin-bottom: 20px;
}
.site_arrow_btn .arrowRight,
.site_arrow_btn .arrowRight:before {
	position: absolute;
	left: 85%;
}
.site_arrow_btn a {
	padding-left: 23px !important;
	text-align: left;
	font-size: 17px;
	color: #fff;
	padding: 20px 40px;
	width: 272px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 8px;
	border: 1px solid transparent;
	transition: all 0.4s ease-in;
	background: #fba834;
}
.site_arrow_btn a:hover {
	border: 1px solid #ccc;
	transition: all 0.4s ease-in;
	background: transparent;
}
.site_arrow_btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	border-radius: 8px;
}

.site_arrow_btn .arrowRight {
	width: 7px;
	height: 7px;
	top: 50px;
	margin: -20px 0 0 -20px;
	transform: rotate(-45deg);
	border-left: none;
	border-top: none;
	border-right: 2px #fff solid;
	border-bottom: 2px #fff solid;
}
.site_arrow_btn .arrowRight:before {
	content: "";
	width: 7px;
	height: 7px;
	top: 50%;
	margin: -2px 0 0 -4px;
	border-left: none;
	border-top: none;
	border-right: 2px #fff solid;
	border-bottom: 2px #fff solid;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: arrow;
}

/* BANNER CSS END */

/* INTEGRATED CSS START */
section.int_services {
	overflow-y: hidden;
}
section.int_services .int_outer {
	display: flex;
	border-top: 10px solid #333a73;
}
section.int_services .int_outer .int_box-1 {
	width: 100%;
	max-width: 25%;
}
section.int_services .int_outer .int_box-1 .int_data {
	background: linear-gradient(to bottom, #5cc3e2 0, #50c4ed 100%);
	padding: 30px 20px;
	position: relative;
	height: 286px;
	overflow: hidden;
}
section.int_services .int_outer .int_box-1 .int_data:after {
	content: "";
	position: absolute;
	bottom: 20px;
	right: 0;
	background-image: url(../images/setting-01.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 28%;
	height: 28%;
	overflow: hidden;
	transform: rotate(-35deg);
}
section.int_services .int_outer .int_box-1 .int_data h4 {
	font-size: 26px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}
section.int_services .int_outer .int_box-1 .int_data p {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 19px;
	padding-right: 0;
	margin-bottom: 30px;
}
section.int_services .int_outer .int_box-1 .int_data .site_arrow_btn a {
	font-size: 15px;
	text-align: left;
	color: #fff;
	padding: unset !important;
	width: 272px;
	background: transparent;
	border: unset;
	text-decoration: underline !important;
}
section.int_services .int_outer .int_box-1 .int_data .site_arrow_btn a:hover {
	border: unset;
	text-decoration: none !important;
}
section.int_services
.int_outer
.int_box-1
.int_data
.site_arrow_btn
.arrowRight {
	width: 7px;
	height: 7px;
	top: 28px;
}
section.int_services
.int_outer
.int_box-1
.int_data
.site_arrow_btn
.arrowRight,
section.int_services
.int_outer
.int_box-1
.int_data
.site_arrow_btn
.arrowRight:before {
	position: absolute;
	left: 69%;
}
section.int_services .int_outer .int_box-1 #tech-bg {
	background-image: url(../images/web-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 286px;
}
section.int_services .int_outer #mob {
	background-image: url(../images/mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 572px;
}
section.int_services .int_outer #cloud {
	background-image: url(../images/cloud.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 572px;
}
section.int_services .int_outer #ecom {
	background-image: url(../images/ecommerce.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 572px;
}
section.int_services .int_outer #mob .int_tech,
section.int_services .int_outer #ecom .int_tech,
section.int_services .int_outer #cloud .int_tech {
	height: 50%;
}
section.int_services .int_outer #mob .int_tech.border-wh,
section.int_services .int_outer #ecom .int_tech.border-wh,
section.int_services .int_outer #cloud .int_tech.border-wh {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
section.int_services .int_outer .int_box-1 .int_tech .int-bg {
	background: rgba(251, 168, 52, 0.49);
	/* background: rgba(137, 137, 137, 0.69); */
	width: 100%;
	height: 100%;
	padding: 30px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}
section.int_services .int_outer .int_box-1 {
	position: relative;
}
/* section.int_services .int_outer .int_box-1 .int_tech:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
} */
section.int_services .int_outer .int_box-1 .int_tech span i {
	color: #fff;
	font-size: 35px;
	margin-bottom: 20px;
	transition-delay: 50ms;
	transition-duration: 0.35s;
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
section.int_services .int_outer .int_box-1 .int_tech:hover span i {
	opacity: 0;
	transition: all opacity 0.2s;
	transform: translate3d(0, 40px, 0);
	height: 0;
}
section.int_services .int_outer .int_box-1 .int_tech h5 {
	font-size: 20px;
	color: #fff;
	margin-top: 0;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}
section.int_services .int_outer .int_box-1 .int_tech ul {
	display: flex;
	gap: 20px;
}
section.int_services .int_outer .int_box-1 .int_tech ul li a {
	text-decoration: underline !important;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	color: #fff;
	opacity: 1;
	transition: all 0.4s ease;
}
section.int_services .int_outer .int_box-1 .int_tech ul li:last-child a {
	border-right: unset;
}
section.int_services .int_outer .int_box-1 .int_tech p {
	color: #fff;
	font-size: 19px;
	padding-right: 0;
	opacity: 0;
	height: 0;
	transition: all 0.4s ease;
}
section.int_services .int_outer .int_box-1 .int_tech:hover p {
	transition-delay: 50ms;
	transition-duration: 0.5s;
	transform: translate3d(0, 0, 0);
	opacity: 1;
	height: auto;
	margin-bottom: 30px;
	transition: all 0.4s ease;
}
section.int_services .int_outer .int_box-1 .int_tech a {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	opacity: 0;
	height: auto;
	transition: all 0.4s ease;
}
section.int_services .int_outer .int_box-1 .int_tech:hover a {
	opacity: 1;
	height: auto;
	transition: all 0.4s ease;
}
/* INTEGRATED CSS END */

/* WEB & MOBILE CSS START */
section.web {
	padding: 60px 0;
	text-align: center;
}
section.web .web-heading h2 {
	font-size: 34px;
	color: #50c4ed;
	margin-bottom: 20px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}

section.web .web-heading p {
	font-size: 19px;
	color: #333;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 30px;
	padding: 0 7%;
}
section.web .web-heading p b {
	color: #333a73;
}
section.web .on-bording p {
	font-size: 16px;
	font-style: italic;
	letter-spacing: 1.5px;
	font-weight: 900;
	line-height: normal;
	font-family: "Montserrat", sans-serif;
	color: #50c4ed;
	text-transform: uppercase;
	margin: 10px 0;
}

section.web .on-bording {
	margin-bottom: 40px;
}
section.web .on-bording p:last-child {
	font-size: 18px;
	color: #333;
	padding: 0 7%;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}
section.web .on-bording h3{
	color: #50c4ed;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0 18%;
	font-family: "Montserrat", sans-serif;
}
section.web .web-box {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}
section.web .web-box .client-box {
	padding: 25px 32px;
	width: 100%;
	max-width: 23%;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #ddd;
	box-shadow: 0 0 27px 0 rgba(181, 183, 184, 0.17);
	height: 272px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
section.web .web-box .client-box:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 15px 0 15px;
	border-color: #ddd transparent transparent transparent;
	content: "";
	position: absolute;
	bottom: -13px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

section.web .web-box .client-box span {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 3px;
	right: 0;
}
section.web .web-box .client-box span i {
	font-size: 47px;
	color: #ccc;
}
section.web .web-box .client-box h2 {
	color: #50c4ed;
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
section.web .web-box .client-box ul li {
	font-size: 18px;
	color: #333;
	margin-bottom: 0;
	font-family: "Montserrat", sans-serif;
}
section.web .web-box .client-box ul li i {
	font-weight: bold;
	font-size: 24px;
}
section.web .web-box .client-box.work {
	border-color: transparent;
	background: linear-gradient(to bottom, #fba834 0, #50c4ed 100%);
	/* background: linear-gradient(to bottom, #1d83d6 0, #1677c5 100%); */
	color: #fff;
}
section.web .web-box .client-box.work i {
	font-size: 30px;
}
section.web .web-box .client-box.work h2 {
	color: #fff;
}
section.web .web-box .client-box.work ul {
	margin-bottom: 10px;
}
section.web .web-box .client-box.work ul li {
	color: #fff;
}
section.web .web-box .client-box ul li i,
section.web .web-box .client-box.work ul li i {
	font-size: 18px;
	margin-right: 5px;
}
section.web .web-box .client-box.work .site_arrow_btn a {
	background: #fba834;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
	font-size: 15px;
	position: relative;
	padding-right: 30px;
	width: 211px;
	border: unset;
	font-weight: bold;
	border: 1px solid transparent;
}
section.web .web-box .client-box.work .site_arrow_btn a:hover {
	background: transparent;
	/* background: #0667b1; */
	color: #fff;
	border: unset;
	border: 1px solid #fff;
}

section.web .web-box .client-box.work span {
	width: 7px;
	height: 7px;
	top: 43px;
	right: 0;
}
section.web .web-box .client-box.work .site_arrow_btn .arrowRight,
section.web .web-box .client-box.work .site_arrow_btn .arrowRight:before {
	border-right: 2px #fff solid;
	border-bottom: 2px #fff solid;
}

section.web .web-box .client-box.work .site_arrow_btn .arrowRight,
.section.web .web-box .client-box.work .site_arrow_btn .arrowRight:before {
	position: absolute;
	left: 94%;
}
/* WEB & MOBILE CSS END */

/* PARTNERSHIP CSS START */
section.partner {
	/* background: #fff; */
	box-shadow: 0 0 27px 0 rgba(181, 183, 184, 0.37);
	padding: 60px 0;
	text-align: center;
}
section.partner .partner-heading {
	margin-bottom: 50px;
}
section.partner .partner-heading h2 {
	font-size: 34px;
	color: #50c4ed;
	margin-bottom: 20px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}
section.partner .partner-heading p {
	font-size: 16px;
	font-style: italic;
	letter-spacing: 1.5px;
	font-weight: 900;
	line-height: normal;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	margin: 10px 0;
	color: #50c4ed;
}
section.partner .partner-heading p:last-child {
	font-size: 18px;
	color: #333;
	padding: 0 7%;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}
section.partner .project-box {
	display: flex;
	align-items: flex-start;
	gap: 100px;
	position: relative;
	margin-bottom: 50px;
}
section.partner .project-box:before {
	content: "";
	position: absolute;
	top: 40px;
	left: 0px;
	height: 1px;
	width: 100%;
	opacity:0.6 !important;
	background-color: #ccc;
	z-index: -1 !important;
	background-color:#eee7e7 !important;
}
section.partner .project-box .fixed-box {
	width: 100%;
	max-width: 33%;
	position: relative;
}
section.partner .project-box .fixed-box i {
	font-size: 80px;
	color: #fba834;
}
section.partner .project-box .fixed-box h3 {
	color: #50c4ed;
	font-size: 19px;
	margin-top: 35px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.1;
}
section.partner .project-box .fixed-box p {
	font-size: 19px;
	color: #555;
	padding: 0 15%;
	font-family: "Montserrat", sans-serif;
}
section.partner .project-box .dot-left {
	position: absolute;
	left: -67px;
	top: 0;
}
section.partner .project-box .dot-left i {
	font-size: 70px;
	color: #ccc;
}
section.partner .project-box .dot-right {
	position: absolute;
	right: -67px;
	top: 0;
}
section.partner .project-box .dot-right i {
	font-size: 70px;
	color: #ccc;
}
section.partner .partner-btn .site_arrow_btn a {
	background: #50c4ed;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
	font-size: 15px;
	position: relative;
	padding-right: 30px;
	width: 315px;
	border: unset;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid transparent;
}
section.partner .partner-btn .site_arrow_btn a:hover {
	background: #fba834;
	color: #fff;
}
section.partner .partner-btn {
	display: flex;
	justify-content: center;
}
section.partner .partner-btn span {
	width: 7px;
	height: 7px;
	top: 43px;
	right: 0;
}
section.partner .partner-btn .site_arrow_btn .arrowRight,
section.partner .partner-btn .site_arrow_btn .arrowRight:before {
	border-right: 2px #fff solid;
	border-bottom: 2px #fff solid;
}

section.partner .partner-btn .site_arrow_btn .arrowRight,
.section.partner .partner-btn .site_arrow_btn .arrowRight:before {
	position: absolute;
	left: 96%;
}
/* PARTNERSHIP CSS END */

/* FAVOURITE PROJEC CSS START  */

section.fav-project {
	background: #fff;
	box-shadow: 0 0 27px 0 rgba(181, 183, 184, 0.37);
	padding: 60px 0;
	text-align: center;
	background-image: url(../images/web-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	background-attachment: fixed;
	z-index: 1;
}
section.fav-project .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
}
section.fav-project .fav-heading {
	margin-bottom: 50px;
}
section.fav-project .fav-heading h2 {
	font-size: 34px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}
section.fav-project .fav-heading p {
	font-size: 16px;
	font-style: italic;
	letter-spacing: 1.5px;
	font-weight: 900;
	line-height: normal;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	margin: 10px 0;
	color: #fff;
}
section.fav-project .fav-heading p:last-child {
	font-size: 18px;
	color: #fff;
	padding: 0 7%;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}
section.fav-project .fav-slider {
	margin-bottom: 50px;
}
section.fav-project .project-slider a.main-slide {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	width:100%;
}
section.fav-project .project-slider a.main-slide .project-data img.slider-bg {
	aspect-ratio: 2 / 4;
	object-fit: cover;
	border-radius:50px;
}
section.fav-project .project-slider a.main-slide .project-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 81%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    transform: translate(-50%, -50%);
}
.project-data {
    margin: 0 40px;
}
section.fav-project .project-slider a.main-slide .project-content img {
    width: 100%;
    max-width: 230px;
    aspect-ratio: 4 / 2;
    object-fit: contain;
}
section.fav-project .project-slider a.main-slide .project-content h2 {
    font-size: 22px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
section.fav-project .project-slider a.main-slide .project-content p {
    font-size: 21px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
section.fav-project .project-slider .slick-prev,
section.fav-project .project-slider .slick-next {
	width: 50px;
	height: 50px;
	padding: 0;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
}
section.fav-project .project-slider .slick-prev:hover,
section.fav-project .project-slider .slick-next:hover {
	background: #e84300;
}
section.fav-project .project-slider .slick-prev:before {
	content: "\f060";
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
}
section.fav-project .project-slider .slick-next:before {
	content: "\f061";
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
}
section.fav-project .project-slider .slick-next {
	right: -50px;
}
section.fav-project .project-slider .slick-prev {
	left: -50px;
}
section.fav-project .partner-btn .site_arrow_btn a {
	background: transparent;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
	font-size: 15px;
	position: relative;
	padding-right: 30px;
	width: 315px;
	border: unset;
	font-weight: bold;
	border: 1px solid #fff;
	text-transform: uppercase;
}
section.fav-project .partner-btn .site_arrow_btn a:hover {
	background: #fba834;
	border: 1px solid transparent;
}
section.fav-project .partner-btn {
	display: flex;
	justify-content: center;
}
section.fav-project .partner-btn span {
	width: 7px;
	height: 7px;
	top: 43px;
	right: 0;
}
section.fav-project .partner-btn .site_arrow_btn .arrowRight,
section.fav-project .partner-btn .site_arrow_btn .arrowRight:before {
	border-right: 2px #fff solid;
	border-bottom: 2px #fff solid;
}

section.fav-project .partner-btn .site_arrow_btn .arrowRight,
.section.fav-project .partner-btn .site_arrow_btn .arrowRight:before {
	position: absolute;
	left: 98%;
}
/* FAVOURITE PROJEC CSS END  */

/* HAPPY CLIENTS CSS START */
section.client {
	padding: 60px 0;
	text-align: center;
}

section.client .fav-heading {
	margin-bottom: 70px;
}
section.client .fav-heading h2 {
	font-size: 34px;
	color: #50c4ed;
	margin-bottom: 20px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}
section.client .fav-heading p {
	font-size: 16px;
	font-style: italic;
	letter-spacing: 1.5px;
	font-weight: 900;
	color: #333a73;
	line-height: normal;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	margin: 10px 0;
}
section.client .client-slider {
	margin-bottom: 70px;
}
section.client .project-slider-2 .main-slide {
	position: relative;
	display: inline-block;
	margin: 0 10px;
}
section.client .project-slider-2 .main-slide .project-data {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 100px;
}
section.client .project-slider-2 .main-slide .project-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center;
}
section.client .project-slider-2 .main-slide .project-content img {
	width: 100%;
	max-width: 130px;
}
section.client .project-slider-2 .main-slide .project-content h2 {
	font-size: 32px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
}
section.client .project-slider-2 .main-slide .project-content p {
	font-size: 24px;
	color: #000;
	font-family: "Montserrat", sans-serif;
}
section.client .project-slider-2 .main-slide .project-data .about-client h5 {
	font-size: 20px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}
section.client .project-slider-2 .main-slide .project-data .about-client p {
	font-size: 16px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}
section.client
.project-slider-2
.main-slide
.project-data
.about-client
.client-star
i {
	color: #50c4ed;
}

section.client .project-slider-2 .slick-prev,
section.client .project-slider-2 .slick-next {
	width: 50px;
	height: 50px;
	padding: 0;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	transition: all 0.4s ease;
	border: 1px solid #50c4ed;
}

section.client .project-slider-2 .slick-prev:hover,
section.client .project-slider-2 .slick-next:hover {
	background: #50c4ed;
	transition: all 0.4s ease;
}
section.client
.project-slider-2
.slick-prev:hover
.project-slider-2
.slick-next:before {
	color: #fff;
}

section.client .project-slider-2 .slick-prev:before {
	content: "\f060";
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
	color: #000;
}
section.client .project-slider-2 .slick-next:before {
	content: "\f061";
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
	color: #000;
}
section.client .project-slider-2 .slick-next {
	right: -50px;
}
section.client .project-slider-2 .slick-prev {
	left: -50px;
}
/* ***************************************
PARTNER SLIDER START */
.project-partner-img {
	opacity: 0.5;
	transition: all 0.4s ease;
	width: 100%;
	max-width: 200px;
}
.project-partner-img:hover {
	opacity: 1;
}
.project-partner-img img {
	aspect-ratio: 2 / 1;
	object-fit: contain;
}
/* ***************************************
PARTNER SLIDER END */
/* HAPPY CLIENTS CSS END */

/* INTEREST CSS START */
section.interest {
	background: rgb(255, 255, 255);
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 1) 29%,
		rgb(80 196 237) 25%
	);
	padding: 60px 0;
	box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.75);
	overflow: hidden;
}
section.interest .interest-outer {
	display: flex;
	align-items: center;
	gap: 20px;
}
section.interest .interest-outer .interest-detail .interest-heading {
	margin-bottom: 70px;
}
section.interest .interest-outer .interest-detail .interest-heading h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: #50c4ed;
	margin-bottom: 4px;
}
section.interest .interest-outer .interest-detail .interest-heading p {
	font-size: 20px;
	color: #333a73;
	letter-spacing: 1.2px;
}
section.interest .interest-outer .interest-detail .interest-detail {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
section.interest .interest-outer .interest-detail .interest-btn {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 30px;
}
section.interest
.interest-outer
.interest-detail
.interest-btn
.sales-btn-wrap
a {
	display: flex;
	gap: 20px;
	align-items: center;
	border-radius: 5px;
	background: rgba(51, 58, 115, 0.33);
	padding: 15px 40px;
	transition: all 0.4s ease;
}
section.interest
.interest-outer
.interest-detail
.interest-btn
.sales-btn-wrap
a:hover {
	background: rgba(51, 58, 115, 1);
	border-color: rgba(0, 170, 248, 0.6);
	transition: all 0.4s ease;
}
section.interest
.interest-outer
.interest-detail
.interest-btn
.sales-btn-wrap
a
i {
	color: #fff;
	font-size: 30px;
	border-right: 1px solid #ccc;
	padding-right: 20px;
}
section.interest
.interest-outer
.interest-detail
.interest-btn
.sales-btn-wrap
.p-wrap
span {
	font-size: 14px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}
section.interest
.interest-outer
.interest-detail
.interest-btn
.sales-btn-wrap
.p-wrap
p {
	font-family: "Montserrat", sans-serif;
	font-size: 26px;
	color: #fff;
	line-height: 34px;
}
section.interest .interest-outer .interest-detail .interest-info p {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.2px;
}
section.interest .interest-outer .interest-detail .interest-info ul {
	padding-left: 20px;
}
section.interest .interest-outer .interest-detail .interest-info ul li {
	list-style: disc;
	margin-bottom: 10px;
	padding-left: 5px;
	position: relative;
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #fff;
	letter-spacing: 0.4px;
}
section.interest .interest-outer .interest-or {
	position: relative;
	top: 100px;
}
section.interest .interest-outer .interest-or p {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	position: relative;
}
section.interest .interest-outer .interest-or:after {
	content: "";
	position: absolute;
	top: 30px;
	left: 13px;
	width: 1px;
	height: 182px;
	background-color: rgba(255, 255, 255, 0.8);
}
section.interest .interest-outer .interest-or:before {
	content: "";
	position: absolute;
	bottom: 30px;
	left: 13px;
	width: 1px;
	height: 182px;
	background-color: rgba(255, 255, 255, 0.8);
}
section.interest .interest-outer .interest-form {
	background: #fff;
	border-radius: 8px;
	width: 100%;
	position: relative;
	z-index: 0;
	border: none;
	border-radius: 10px;
}
section.interest .interest-outer .interest-form .gform_wrapper.gravity-theme .gfield_label {
	display: none;
}
section.interest .interest-outer .interest-form .gform_wrapper.gravity-theme .gfield input.large, 
section.interest .interest-outer .interest-form .gform_wrapper.gravity-theme .gfield select.large {
	width: 100%;
	border: unset;
	border-bottom: 1px solid #ccc;
}
section.interest .interest-outer .interest-form input#input_1_9 {
	border: unset;
}
section.interest .interest-outer .interest-form:before {
	content: "";
	position: absolute;
	top: -7px;
	left: 50%;
	width: 103%;
	height: 26%;
	background-color: #50c4ed;
	z-index: -1;
	transform: translateX(-50%);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.interest-detail {
	width: 100%;
	max-width: 95%;
}

.interest-form {
	width: 100%;
	max-width: 95%;
	border-radius: 10px;
	border: 8px solid transparent;
	box-shadow: 0 0 27px 0 rgba(181, 183, 184, 0.37);
}
section.interest .interest-outer .interest-form form {
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
}
section.interest .interest-outer .interest-form form .form-box {
	display: flex;
	column-gap: 17px;
	align-items: flex-start;
	flex-wrap: wrap;
	row-gap: 28px;
}
section.interest .interest-outer .interest-form form .name {
	display: flex;
	gap: 20px;
	border-bottom: 1px solid #ccc;
}
section.interest .interest-outer .interest-form form .name input {
	width: 100%;
	border: unset;
}
section.interest .interest-outer .interest-form form .country-code {
	width: 100%;
	max-width: 20%;
	display: flex;
	gap: 10px;
	border-bottom: 1px solid #ccc;
}
section.interest .interest-outer .interest-form form .country-code select,
section.interest .interest-outer .interest-form form .choose-tech select {
	outline: none;
	border: none;
	width: 100%;
}
section.interest .interest-outer .interest-form form .choose-tech input,
section.interest .interest-outer .interest-form form .country-code input {
	width: 100%;
	border: unset;
}
section.interest .interest-outer .interest-form form .choose-tech {
	width: 100%;
	border-bottom: 1px solid #ccc;
	display: flex;
	gap: 10px;
	outline: unset;
}

section.interest .interest-outer .interest-form form .phone {
	width: 100%;
	display: flex;
	gap: 20px;
	border-bottom: 1px solid #ccc;
	outline: none;
}
section.interest .interest-outer .interest-form form .phone input {
	width: 100%;
	border: unset;
}

.w-48 {
	width: 100%;
	max-width: 48%;
}
.w-36 {
	width: 100%;
	max-width: 36%;
}
.w-100 {
	width: 100%;
	max-width: 100%;
}
section.interest .interest-outer .interest-form form .message-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
section.interest .interest-outer .interest-form form .message-box textarea {
	outline: unset;
	border: 1px solid #ccc;
}
section.interest .interest-outer .interest-form form .attach-file {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
section.interest .interest-outer .interest-form form .attach-file .add {
	display: flex;
	flex-direction: column;
}
section.interest .interest-outer .interest-form form .attach-file .add label {
	font-size: 16px;
	color: #0667b1;
}
section.interest .interest-outer .interest-form form .attach-file .check {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
section.interest
.interest-outer
.interest-form
form
.attach-file
input[type="checkbox"] {
	width: 18px;
	height: 18px;
}
section.interest .interest-outer .interest-form form .attach-file .check label {
	font-size: 16px;
	color: #0667b1;
	line-height: 1.1;
}
/* INTEREST CSS END */

/* FOOTER CSS START */
footer {
	padding: 60px 0 0;
	background-color: #333a73;
}
footer .footer-outer {
	display: flex;
	gap: 50px;
	align-items: flex-start;
	margin-bottom: 50px;
}
footer .footer-outer .footer-logo {
	width: 100%;
	max-width: 30%;
	align-items:center;
}
footer .footer-outer .footer-logo p {
	color: #FFFFFF;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1.4px;
	margin: 0 0 5px;
	margin-top: 20px;
	text-transform: uppercase;
}
footer .footer-outer .footer-logo a {
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.6px;
	float: center;
	text-decoration: none;
	transition: all 0.4s ease;
	
}
.para{
	margin-top:70px !important;
}
footer .footer-outer .footer-logo a:hover {
	color: #4a90e2;
	transition: all 0.4s ease;
}
footer .footer-outer .footer-logo a i {
	color: #fff;
	font-size: 15px;
	padding-right: 5px;
	transition: all 0.4s ease;
}
footer .footer-outer .footer-logo a:hover i {
	color: #4a90e2;
	transition: all 0.4s ease;
}
footer .footer-outer .footer-logo .footer-img {
	display: none;
	align-items: center;
	gap: 20px;
	width: 100%;
	justify-content: flex-start;
}
footer .footer-outer .footer-logo .footer-img a {
	margin-bottom: unset;
	width: 100%;
	max-width: 110px;
}
footer .footer-outer .footer-logo .footer-img a img {
	opacity: 0.5;
	transition: all 0.4s ease;
}
footer .footer-outer .footer-logo .footer-img a:hover img {
	opacity: 1;
	transition: all 0.4s ease;
}
footer .footer-outer .footer-partner {
	width: 100%;
	max-width: 70%;
}
footer .footer-outer .footer-partner .footer-partner-wrap {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 30px;
}
footer .footer-outer .footer-partner .footer-partner-wrap .newsletter p {
	color: #a6a9ab;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1.4px;
	margin: 0 0 5px;
	text-transform: uppercase;
}
footer .footer-outer .footer-partner .footer-partner-wrap .newsletter a {
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.6px;
	float: left;
	text-decoration: none;
	transition: all 0.4s ease;
	margin-bottom: 20px;
}
footer .footer-outer .footer-partner .footer-partner-wrap .newsletter a:hover {
	color: #4a90e2;
	transition: all 0.4s ease;
}
footer .footer-outer .footer-partner .footer-partner-wrap .connect-us p {
	color: #a6a9ab;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1.4px;
	margin: 0 0 5px;
	text-transform: uppercase;
}
footer
.footer-outer
.footer-partner
.footer-partner-wrap
.connect-us
.footer-links {
	display: flex;
	/* gap: 20px; */
}
footer
.footer-outer
.footer-partner
.footer-partner-wrap
.connect-us
.footer-links
i {
	font-size: 20px;
}
footer
.footer-outer
.footer-partner
.footer-partner-wrap
.connect-us
.footer-links
a {
	padding: 10px;
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	text-align: center;
	font-size: 16px;
	transition: all 0.4s ease;
}
footer
.footer-outer
.footer-partner
.footer-partner-wrap
.connect-us
.footer-links
ul {
	display: flex;
	background-color: #50c4ed;
	border-radius: 8px;
}
footer
.footer-outer
.footer-partner
.footer-partner-wrap
.connect-us
.footer-links
ul
li:hover
a {
	background-color: #01a2de;
	color: #fff;
	text-decoration: none;
	transition: all 0.4s ease;
}
footer .footer-outer .footer-partner .footer-company .footer-company-wrap {
	display: flex;
	align-items: center;
	gap: 20px;
}
footer
.footer-outer
.footer-partner
.footer-company
.footer-company-wrap
a
img {
	opacity: 0.5;
	transition: all 0.4s ease;
	width: 100%;
	max-width: 80%;
}
footer
.footer-outer
.footer-partner
.footer-company
.footer-company-wrap
a
img:hover {
	opacity: 1;
	transition: all 0.4s ease;
}
footer .footer-copyright {
	background-color: #01a2de;
	padding: 20px 0;
}
footer .footer-copyright p {
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.45px;
}
/* FOOTER CSS END */

/* ANIMATED CIRCLE CSS STARTS */
.circles {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

.circles li {
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	animation: animate 25s linear infinite;
	bottom: -150px;
}

.circles li:nth-child(1) {
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}

.circles li:nth-child(2) {
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;
}

.circles li:nth-child(3) {
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}

.circles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 18s;
}

.circles li:nth-child(5) {
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}

.circles li:nth-child(6) {
	left: 75%;
	width: 110px;
	height: 110px;
	animation-delay: 3s;
}

.circles li:nth-child(7) {
	left: 35%;
	width: 150px;
	height: 150px;
	animation-delay: 7s;
}

.circles li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}

.circles li:nth-child(9) {
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;
}

.circles li:nth-child(10) {
	left: 85%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 11s;
}

@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0;
		background: rgba(80, 196, 237, 0.6);
	}

	100% {
		transform: translateY(-2000px) rotate(720deg);
		opacity: 1;
		border-radius: 50%;
		background: rgba(139, 59, 245, 0.9);
	}
}
/* ANIMATED CIRCLE CSS STARTS */

/**********************************************************
**********************************************************
**********************************************************
**********************************************************
PORTFOLIO PAGE SECTION CSS START*/

.site-banner {
	position: relative;
	width: 100%;
	height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/porfolio-banner.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	flex-direction: column;
	gap: 20px;
}
.site-banner .site-banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.site-banner h1 {
	font-size: 70px;
	color: #50c4ed;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	text-align: center;
}
.site-banner p {
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	text-align: center;
}
.site-banner a {
	border: none;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 15px;
	min-width: 200px;
	text-align: center;
	position: relative;
	font-size: 13px;
	text-align: center;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 20px 35px 18px 22px;
	border-radius: 5px;
	display: inline-block;
	letter-spacing: 1.8px;
	transition: all 0.5s ease 0s;
	background: #026fc7;
	background: -moz-linear-gradient(left, #026fc7 0, #2e9eac 100%);
	background: -webkit-linear-gradient(left, #026fc7 0, #2e9eac 100%);
	background: linear-gradient(to right, #026fc7 0, #2e9eac 100%);
}
.site-banner a:hover {
	background: #2e9eac;
	background: -moz-linear-gradient(left, #2e9eac 5%, #026fc7 100%);
	background: -webkit-linear-gradient(left, #2e9eac 5%, #026fc7 100%);
	background: linear-gradient(to right, #2e9eac 5%, #026fc7 100%);
	transition: all 0.5s ease 0s;
}
section.portfolio {
	padding: 50px 0;
}
section.portfolio.web .on-bording {
	margin-bottom: 50px;
}
section.portfolio.web .on-bording p {
	color: #50c4ed;
}
section.portfolio .portfolio-outer {
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
}
section.portfolio .portfolio-outer .portfolio-box {
	border-radius: 10px;
	background: #f2f5f8;
	width: 100%;
	/* max-width: 24%; */
	padding-top: 20px;
	box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.75);
	cursor: pointer;
	position: relative;
	transition: all 0.6s ease;
	transform: translateY(0px);
}
section.portfolio .portfolio-outer .portfolio-box:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fba834;
	width: 0%;
	height: 8px;
	opacity: 0;
	transition: all 0.6s ease;
}
section.portfolio .portfolio-outer .portfolio-box:hover {
	transition: all 0.6s ease;
	transform: translateY(-10px);
}
section.portfolio .portfolio-outer .portfolio-box:hover:after {
	width: 100%;
	opacity: 1;
	transition: all 0.6s ease;
}
section.portfolio .portfolio-outer .portfolio-box .box-info img.box-logo {
	max-width: 80px;
	aspect-ratio: 4 / 2.5;
    object-fit: contain;
}
section.portfolio .portfolio-outer .portfolio-box .box-info h3.box-heading {
	font-size: 30px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin-top: 12px;
	color: #333a73;
}
section.portfolio .portfolio-outer .portfolio-box .box-info p {
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #50c4ed;
}
section.portfolio .portfolio-outer .portfolio-box .box-img img {
	width: 100%;
	max-width: 50%;
	margin: 0 auto;
}
section.portfolio .portfolio-outer .portfolio-box .box-detail {
	background: #fff;
	padding: 20px;
}
section.portfolio .portfolio-outer .portfolio-box .box-detail .demo-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section.portfolio .portfolio-outer .portfolio-box .box-detail .demo-btn span {
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #50c4ed;
	text-align: left;
	display: block;
}
section.portfolio .portfolio-outer .portfolio-box .box-detail .demo-btn a {
	border: 1px solid #b2b2b2;
	border-radius: 7px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	padding: 8px 20px;
	background-color: #fba834;
	display: inline-block;
}
section.portfolio .portfolio-outer .portfolio-box .box-detail h4.box-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #111;
	line-height: 28px;
	margin-bottom: 15px;
	text-align: left;
	height:50px;
}
section.portfolio .portfolio-outer .portfolio-box .box-detail .box-button {
	display: none;
	gap: 10px;
}
section.portfolio .portfolio-outer .portfolio-box .box-detail .box-button a {
	border: 1px solid #b2b2b2;
	border-radius: 20px;
	font-size: 14px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	padding: 6px 8px 5px 8px;
}
section.portfolio .portfolio-outer .portfolio-box .box-detail .box-button a i {
	font-size: 10px;
	color: #000;
}
#filters {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 80%;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 40px;
	gap: 20px;
}
#filters button {
	font-family: "Montserrat";
	font-weight: normal;
	font-size: 21px;
	color: #fff;
	background-color: #fba834;
	padding: 16px 53px;
	text-align: center;
	text-transform: capitalize;
	border-radius: 10px;
	border: transparent;
}
#filters button:hover {
	background: #387adf;
	border-top: none;
	transition: all 0.8s;
}
section.portfolio .element-item {
	width: 23.8%;
	margin-bottom: 25px;
}
/**********************************************************
**********************************************************
**********************************************************
**********************************************************
PORTFOLIO PAGE SECTION CSS END**************************/

/**********************************************************
**********************************************************
**********************************************************
**********************************************************
ABOUT US PAGE SECTION CSS START*/
section.site-banner.about-us {
	height: 70vh;
}
section.site-banner.about-us h1 {
	font-size: 40px;
	color: #50c4ed;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	text-align: center;
}
section.site-banner.about-us p {
	font-size: 20px;
	color: #fff;
	text-transform: capitalize;
	font-family: "Montserrat", sans-serif;
	text-align: center;
}

section.lead {
	padding: 60px 0;
}
section.lead .lead-outer {
	margin-bottom: 40px;
}
section.lead .lead-outer .lead-title p {
	font-size: 12px;
	color: #666;
	letter-spacing: 2px;
	margin-top: 8px;
	background: 0 0;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	text-align: center;
}
section.lead .lead-outer .lead-heading h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: #50c4ed;
	margin: 0;
	line-height: 50px;
	text-align: center;
	margin-bottom: 11px;
}
section.lead .lead-outer .lead-moto p {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #717171;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
}
section.lead .lead-outer .lead-moto p:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 3px;
	border-radius: 50%;
	background-color: #01a2de;
}
section.lead .statement {
	text-align: center;
}
section.lead .statement span i {
	font-size: 60px;
	color: #50c4ed;
}
section.lead .statement h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #50c4ed;
}
section.lead .statement p {
	font-size: 18px;
	line-height: 28px;
	font-family: "Montserrat", sans-serif;
}
section.connect {
	background: #01a2de;
	padding: 50px 0;
}
section.connect .connect-heading {
	margin-bottom: 60px;
}
section.connect .connect-heading h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #fff;
}
section.connect .connect-outer {
	display: flex;
	justify-content: space-between;
}
section.connect .connect-outer .connect-box {
	position: relative;
	transition: all 0.4s ease;
}
section.connect .connect-outer .connect-box .inner-block {
	width: 325px;
	height: 325px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 9px;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	overflow: hidden;
}
section.connect .connect-outer .connect-box:hover:before {
	background-color: rgba(255, 255, 255, 0.5);
	transition: all 0.4s ease;
}
section.connect .connect-outer .connect-box::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 360px;
	height: 360px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	z-index: 0;
	transform: translate(-50%, -50%);
	transition: all 0.4s ease;
}
section.connect .connect-outer .connect-box .inner-block,
section.connect .connect-outer .connect-box .inner-block.bulb {
	position: relative;
}
section.connect .connect-outer .connect-box .inner-block span i {
	color: #fba834;
	font-size: 65px;
}
section.connect .connect-outer .connect-box .inner-block h4 {
	color: #50c4ed;
	font-size: 34px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	position: relative;
}
section.connect .connect-outer .connect-box .inner-block:after,
section.connect .connect-outer .connect-box .inner-block.bulb:after,
section.connect .connect-outer .connect-box .inner-block.functional:after {
	top: -40px;
	left: -20px;
	font-size: 130px;
}

section.connect .connect-outer .connect-box .inner-block.brain:after {
	content: "\f5dc";
	position: absolute;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #ccc;
	opacity: 0.5;
}
section.connect .connect-outer .connect-box .inner-block.bulb:after {
	content: "\f0eb";
	position: absolute;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #ccc;
	opacity: 0.5;
}
section.connect .connect-outer .connect-box .inner-block.functional:after {
	content: "\e4f6";
	position: absolute;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: #ccc;
	opacity: 0.5;
}
section.connect .connect-outer .connect-box .inner-block p {
	color: #555;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}
section.vision {
	padding: 60px 0;
}
section.vision .statement {
	text-align: center;
}
section.vision .statement span i {
	font-size: 60px;
	color: #50c4ed;
	margin-bottom: 15px;
}
section.vision .statement h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #50c4ed;
	margin-bottom: 15px;
}
section.vision .statement p {
	font-size: 18px;
	line-height: 28px;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 15px;
}

section.vision .statement a {
	border: none;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 15px;
	min-width: 200px;
	text-align: center;
	position: relative;
	font-size: 13px;
	text-align: center;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 20px 35px 18px 22px;
	border-radius: 5px;
	display: inline-block;
	letter-spacing: 1.8px;
	transition: all 0.5s ease;
	background: #387adf;
	background: -moz-linear-gradient(left, #387adf 0, #50c4ed 100%);
	background: -webkit-linear-gradient(left, #387adf 0, #50c4ed 100%);
	background: linear-gradient(to right, #387adf 0, #50c4ed 100%);
}
section.vision .statement a:hover {
	background: #50c4ed;
	background: -moz-linear-gradient(left, #50c4ed 5%, #387adf 100%);
	background: -webkit-linear-gradient(left, #50c4ed 5%, #387adf 100%);
	background: linear-gradient(to right, #50c4ed 5%, #387adf 100%);
	transition: all 0.5s ease;
}
section.team {
	background: linear-gradient(to right, #333a73 0, #50c4ed 100%);
}
section.team .team-outer {
	display: flex;
	align-items: flex-start;
}
section.team .team-outer .team-info {
	padding: 100px 0 140px 100px;
	width: 100%;
	max-width: 50%;
}
section.team .team-outer .team-info h5 {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0;
}
section.team .team-outer .team-info h2 {
	font-size: 46px;
	color: #fff;
	font-weight: 700;
	margin: 10px 0 30px;
}
section.team .team-outer .team-info p {
	color: #fff;
	font-size: 16px;
	margin: 14px 0;
}
section.team .team-outer .team-info h6 {
	font-size: 18px;
	color: #fff;
}
section.team .team-outer .team-info a {
	border: none;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 15px;
	min-width: 200px;
	text-align: center;
	position: relative;
	font-size: 13px;
	text-align: center;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 20px 35px 18px 22px;
	border-radius: 5px;
	display: inline-block;
	letter-spacing: 1.8px;
	transition: all 0.5s ease;
	background: #387adf;
	background: -moz-linear-gradient(left, #387adf 0, #50c4ed 100%);
	background: -webkit-linear-gradient(left, #387adf 0, #50c4ed 100%);
	background: linear-gradient(to right, #387adf 0, #50c4ed 100%);
}
section.team .team-outer .team-info a:hover {
	background: #50c4ed;
	background: -moz-linear-gradient(left, #50c4ed 5%, #387adf 100%);
	background: -webkit-linear-gradient(left, #50c4ed 5%, #387adf 100%);
	background: linear-gradient(to right, #50c4ed 5%, #387adf 100%);
	transition: all 0.5s ease;
}
section.team .team-outer .team-img {
	width: 100%;
	max-width: 50%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
section.team .team-outer .team-img .img-box {
	overflow: hidden;
}
section.team .team-outer .team-img .img-box img {
	object-fit: cover;
	aspect-ratio: 2 / 1.4;
	transform: scale(1);
	transition: all 0.4s ease;
}
section.team .team-outer .team-img img:hover {
	transform: scale(1.1);
	transition: all 0.4s ease;
}
.w-tm-img-50 {
	width: 100%;
	max-width: 50%;
}
.w-tm-img-33 {
	width: 100%;
	max-width: 33.3%;
}
section.about-counter {
	/* padding: 50px; */
	background: #ddd;
}
section.about-counter .hero-counter {
	display: flex;
}
section.about-counter .hero-counter .counter-1 {
	border-right: 1px solid #fff;
	width: 100%;
}
section.about-counter .counter-num {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 20px;
	justify-content: center;
}
section.about-counter .counter-num h3,
section.about-counter .counter-num span i,
section.about-counter .counter-num p {
	color: #006cc7;
	font-size: 40px;
	font-weight: 500;
	line-height: 20px;
}
section.about-counter .counter-num span {
	line-height: 16px;
}
section.about-counter .counter-num span i {
	font-size: 20px;
}
section.about-counter .counter-inner h4 {
	color: #2e2d2d;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
}
section.about-counter .counter-inner {
	padding: 50px;
}

section.value {
	background: #333a73;
	padding: 80px 0;
}

section.value .value-heading h5 {
	color: #b3c9dd;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

section.value .value-heading h2 {
	color: #fff;
	margin-top: 10px;
	font-size: 42px;
	font-weight: 300;
	margin-bottom: 70px;
}
section.value .value-points {
	display: flex;
	column-gap: 300px;
	flex-wrap: wrap;
	width: 100%;
	row-gap: 70px;
}
section.value .value-points .value-box {
	width: 100%;
	max-width: 497px;
	position: relative;
}
section.value .value-points .value-box:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 3px;
	border-radius: 50%;
	background-color: #fba834;
}
.fixed-img{
	width:100%;
	max-width:50px;
}
section.value .value-points .value-box .value-icon {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	margin-bottom: 40px;
}
section.value .value-points .value-box .value-icon i {
	font-size: 70px;
	color: #fba834;
}
section.value .value-points .value-box .value-icon .value-date span {
	font-size: 25px;
	display: block;
	color: #c8c8c8;
}
section.value .value-points .value-box .value-icon .value-date span i {
	font-size: 10px;
	color: #01a2de;
}
section.value .value-points .value-box .value-icon .value-date h4 {
	font-size: 26px;
	color: #fff;
}
section.value .value-points .value-info p {
	color: #ccc;
	font-size: 18px;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
}
section.proposal {
	background-color: #01a2de;
	padding: 80px 0;
	text-align: center;
}
section.proposal .proposal-info h2 {
	font-size: 32px;
	color: #fff;
	margin-bottom: 15px;
}
section.proposal .proposal-info p {
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 1.2px;
}
section.proposal .proposal-info a {
	border: none;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 15px;
	min-width: 200px;
	text-align: center;
	position: relative;
	font-size: 13px;
	text-align: center;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 20px 35px 18px 22px;
	border-radius: 5px;
	display: inline-block;
	letter-spacing: 1.8px;
	transition: all 0.5s ease;
	background: #fba834;
	background: -moz-linear-gradient(left, #fba834 0, #333a73 100%);
	background: -webkit-linear-gradient(left, #fba834 0, #333a73 100%);
	background: linear-gradient(to right, #fba834 0, #333a73 100%);
}
section.proposal .proposal-info a:hover {
	background: #333a73;
	background: -moz-linear-gradient(left, #333a73 5%, #fba834 100%);
	background: -webkit-linear-gradient(left, #333a73 5%, #fba834 100%);
	background: linear-gradient(to right, #333a73 5%, #fba834 100%);
	transition: all 0.5s ease;
}
section.about-counter.contact-result {
	text-align: center;
	padding: 60px 0;
}
section.about-counter.contact-result .contact-heading {
	margin-bottom: 50px;
}
section.about-counter.contact-result .contact-heading i {
	font-size: 70px;
	margin-bottom: 40px;
	color: #50c4ed;
}
section.about-counter.contact-result .contact-heading h2 span {
	display: block;
	font-weight: 300;
	font-size: 60px;
}
section.about-counter.contact-result .contact-heading h2 {
	display: block;
	font-weight: 700;
	line-height: 31px;
	font-size: 60px;
	margin-bottom: 40px;
}
section.about-counter.contact-result .contact-heading p {
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.5px;
	color: #7f7f7f;
}
section.project-detail .detail-outer {
	display: flex;
	flex-wrap: wrap;
}
section.project-detail .detail-outer .project-info,
section.project-detail .detail-outer .project-img {
	width: 100%;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	text-align: center;
}
section.project-detail .detail-outer .project-info h3 {
	font-weight: 700;
	font-size: 14px;
	color: #888;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
	letter-spacing: 1.8px;
}
.myh3{
	font-weight: 700;
	font-size: 14px;
	color: white !important;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
	letter-spacing: 1.8px;
}
section.about-counter.contact-result .counter_inner_about h4 {
	font-size: 18px;
	color: #000;
	line-height: 25px;
}
section.project-detail .detail-outer .project-info h3 span {
	position: relative;
}
section.project-detail .detail-outer .project-info h3 span:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 96%;
	height: 2px;
	background-color: #fba834;
}
section.project-detail .detail-outer .project-info .detail-btn {
	display: flex;
	align-items: center;
	gap: 0px;
}
section.project-detail .detail-outer .project-info .detail-btn a {
	background: #ff9415 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 1px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px 11px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s ease;
}
section.project-detail .detail-outer .project-info .detail-btn a:hover {
	background: #ec8409;
	transition: all 0.4s ease;
}
section.project-detail .detail-outer .project-info h2 {
	color: #444;
	font-size: 34px;
}
section.project-detail .detail-outer .project-info .tech-icon ul {
	display: none;
	align-items: center;
	gap: 10px;
}
section.project-detail
.detail-outer
.project-info
.tech-icon
ul
li
span.tooltip {
	position: absolute;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0 !important;
	transition: all 0.25s !important;
	font-size: 14px;
	top: 0;
	left: 50%;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #c4cace;
	line-height: initial;
	padding: 5px 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	font-weight: 400;
	transform: translateX(-50%) translateY(-100%);
	color: #000;
	margin-top: -8px;
}
section.project-detail
.detail-outer
.project-info
.tech-icon
ul
li
span.tooltip:after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -7px;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	border-left-color: transparent !important;
	border-color: inherit;
	border-style: solid;
	border-width: 7px;
}
section.project-detail .detail-outer .project-info .tech-icon ul li {
	list-style: none;
	border-radius: 5px;
	text-align: center;
	padding: 0;
	margin: 0 8px 8px 0;
	height: 49px;
	width: 49px;
	line-height: 49px;
	font-size: 22px;
	color: #5a758f;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
	opacity: 0.7;
}
section.project-detail .detail-outer .project-info .tech-icon ul li:hover {
	opacity: 1;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
section.project-detail
.detail-outer
.project-info
.tech-icon
ul
li:hover
span.tooltip {
	visibility: visible;
	opacity: 1 !important;
}
section.project-detail .detail-outer .project-info .tech-icon ul li img {
	border-radius: 5px;
	transition: ease-in all 0.3s;
}
section.project-detail .detail-outer .project-img-box a.logo {
	width: 100%;
	max-width: 25%;
}
section.project-detail .detail-outer .project-img-box span.post {
	font-size: 24px;
	line-height: 32px;
	color: #fff;
}
section.project-detail .detail-outer .project-img-box a:last-child {
	border: 2px solid #fff;
	border-radius: 5px;
	text-align: center;
	padding: 18px 32px;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	margin-top: 24px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	transition: all 0.5s ease 0s;
	display: none;
}
section.project-detail .detail-outer .project-img-box a:last-child:hover {
	background: #1866b1;
	color: #fff;
	text-decoration: none;
	border-color: #1866b1;
}
section.project-detail .detail-outer .project-img {
	position: relative;
}
section.project-detail .detail-outer .project-img .project-img-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	background: rgba(251, 168, 52, 0.8);
	width: 100%;
	height: 100%;
}
section.project-detail .detail-outer .project-img img.bg {
	height: 410px;
	object-fit: cover;
}
section.project-detail .detail-outer .project-info {
	padding: 0 90px;
}
section.project-detail .detail-outer .project-block {
	display: flex;
}
section.project-detail .detail-outer .project-block:nth-child(even) {
	flex-direction: row-reverse;
}

section.testimonial span.heart i {
	font-size: 50px;
	color: #fff;
}
section.testimonial .rating {
	display: flex;
	gap: 50px;
	align-items: center;
}
section.testimonial .rating .rating-box {
	display: flex;
	align-items: center;
}
section.testimonial .rating .rating-box .rating-icon span i {
	font-size: 25px;
	color: #fff;
	padding-right: 20px;
}
section.testimonial .rating .rating-box .rating-num i.fa-solid.fa-star {
	position: absolute;
	color: #fba834;
	font-size: 60px;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.5;
}
section.testimonial .rating .rating-box .rating-num {
	padding: 0px 0px 0px 28px;
	border-left: 1px solid #fff;
	text-align: center;
	position: relative;
	z-index: 1;
}
section.testimonial .rating .rating-box:last-child .rating-num {
	border: 1px solid #fff;
	padding: 15px 30px;
}
section.testimonial .rating .rating-box .rating-num h5 {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	letter-spacing: 2px;
}
section.testimonial .rating .rating-box .rating-num h6 {
	font-size: 19px;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
}
section.startup {
	background-color: #333a73;
	color: #fff;
	padding: 50px 0;
	text-align: center;
	position: relative;
}
section.startup:after {
	content: "";
	position: absolute;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #333a73;
	border-bottom: 12px solid transparent;
	bottom: -24px;
	right: 50%;
	margin-right: -12px;
	transform: translateX(-50%);
}
section.startup .start-box h2 {
	font-weight: 700;
	font-size: 28px;
	color: #fff;
	margin: 0;
	line-height: 38px;
	letter-spacing: 0.2px;
}
section.startup .start-box p {
	font-weight: 300;
	font-size: 17px;
	color: #fff;
	margin: 0;
	line-height: 28px;
	letter-spacing: 0.6px;
	margin-top: 12px;
}
section.success {
	padding: 80px 0;
	text-align: center;
}
section.success .success-box {
	position: relative;
	margin-bottom: 80px;
}
section.success .success-box:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 3px;
	border-radius: 50%;
	background-color: #fba834;
}
section.success .success-box h2 {
	font-weight: 300;
	font-size: 40px;
	color: #333;
	margin: 0;
	line-height: 50px;
	text-align: center;
	margin-bottom: 20px;
}
section.success .success-box p {
	font-weight: 300;
	font-size: 16px;
	color: #717171;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
section.success .story-block {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	flex-wrap: wrap;
}
section.success .story-block .story-box {
	width: 100%;
	max-width: 31%;
	background-color: #fff;
	padding: 20px;
	min-height: 453px;
	position: relative;
	box-shadow: 0 0 32px 0 rgba(21, 21, 21, 0.15);
	border-radius: 10px 10px 0 0;
	top: 0;
	transition: all 0.6s ease;
	transform: translateY(0px);
}
section.success .story-block .story-box:hover {
	transition: all 0.6s ease;
	transform: translateY(-10px);
}

section.success .story-block .story-box:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fba834;
	width: 0%;
	height: 8px;
	opacity: 0;
	transition: all 0.6s ease;
}
section.success .story-block .story-box:hover:after {
	opacity: 1;
	width: 100%;
	transition: all 0.6s ease;
}
section.success .story-block .story-box img {
	width: 100%;
	max-width: 110px;
	margin-bottom: 15px;
	aspect-ratio: 4 / 4;
    object-fit: contain;
}
section.success .story-block .story-box h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
	margin-bottom: 15px;
}
section.success .story-block .story-box h6 {
	font-size: 18px;
	text-transform: uppercase;
	color: #333;
	font-weight: 400;
	margin-bottom: 10px;
}
section.success .story-block .story-box .star-icon {
	margin-bottom: 15px;
}
section.success .story-block .story-box .head-icon i,
section.success .story-block .story-box .star-icon i {
	color: #fba834;
}
section.success .story-block .story-box .story-para {
	margin-bottom: 30px;
}
section.success .story-block .story-box .story-para p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #333;
	height: 120px;
	overflow-y: scroll;
	padding: 0 10px;
}
/* width */
section.success .story-block .story-box .story-para p::-webkit-scrollbar {
	width: 8px;
}

/* Track */
section.success .story-block .story-box .story-para p::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

/* Handle */
section.success .story-block .story-box .story-para p::-webkit-scrollbar-thumb {
	background: #fba834;
	border-radius: 10px;
}

/* Handle on hover */
section.success
.story-block
.story-box
.story-para
p::-webkit-scrollbar-thumb:hover {
	background: #b30000;
}
section.success .story-block .story-box .valid {
	margin-bottom: 20px;
}
section.success .story-block .story-box .valid h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
}
section.success .story-block .story-box .valid h4 span {
	font-size: 20px;
	text-transform: capitalize;
	color: #01a2de;
}
section.success .story-block .story-box .story-btn a {
	font-size: 15px;
	color: #044e95;
	text-transform: uppercase;
	transition: all 0.4s ease;
	font-weight: bold;
	display:none;
}
section.success .story-block .story-box .story-btn a:hover {
	color: #fba834;
	transition: all 0.4s ease;
}
section.success .story-block .story-box .story-btn a i {
	font-size: 20px;
}
section.success .story-block .story-box video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.success .story-block .story-box.video {
	padding: unset;
	height: 534px;
	overflow: hidden;
}
section.success .story-block .story-box .story-head.video h6,
section.success .story-block .story-box .story-head.video h2 {
	color: #fff;
}
section.success .story-block .story-box .story-head.video {
	position: absolute;
	bottom: 20px;
	z-index: 0;
}
section.test-video {
	padding: 50px 0;
	display:none;
	background-color: #333a73;
}
section.test-video .review .modal .modal-body video {
	width: 100%;
	height: 100%;
}
section.test-video h2 {
	text-align: center;
	font-size: 40px;
	color: #01a2de;
	margin-bottom: 40px;
	color: #fff;
}
section.test-video .review .modal .modal-dialog {
	max-width: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}
section.test-video .review {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: center;
}
section.test-video .review a.btn-primary {
	color: #fff;
	background-color: #fba834;
	border-color: #fba834;
	outline: unset;
	box-shadow: unset;
	font-size: 22px;
}
section.test-video .review a.btn-primary:hover {
	background: #fff;
	color: #fba834;
}
.play-button-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	pointer-events: none;
}
.play-button-wrapper #circle-play-b {
	cursor: pointer;
	pointer-events: auto;
}
.play-button-wrapper #circle-play-b svg {
	width: 70px;
	height: 70px;
	fill: #fff;
	stroke: #fff;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	opacity: 0.9;
}

section.development {
	padding: 150px 0 70px;
}
section.development .sketch-outer {
	display: flex;
	align-items: flex-start;
	gap: 70px;
	margin-bottom: 140px;
	position: relative;
}
section.development .sketch-outer:last-child {
	margin-bottom: unset;
}
.sketch-outer img{
	width:100%;
	max-width:50px;
}
.ico-class2{
	width:30% !important;
	margin-bottom:5px !important;
	aspect-ratio: 4 / 4;
	object-fit: contain;
}
.ico-value1{
	width:12%;
}
.bg1{
	width:100% !important;
}
.project-img-box1{
	background: rgb(101 52 251 / 80%) !important;
}
.project-img-box2{
	background: rgb(16 16 16 / 85%) !important;
}
.project-img-box3{
	background: rgba(251, 168, 52, 0.8) !important;
}
.project-img-box4{
	background: #387adfde !important;
}  

section.development .sketch-outer:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: -60px;
	left: 0px;
	border: 1px dashed #ccc;
	z-index: -1;
}
section.development .sketch-outer span.num {
	position: absolute;
	top: -93px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-size: 20px;
	background-color: #fff;
	border: 2px dashed #ccc;
	color: #0091ea;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
section.development .sketch-outer .icon span i {
	font-size: 80px;
	color: #fba834;
	font-weight: bold;
}
section.development .sketch-outer .sketch-box {
	width: 100%;
	max-width: 45%;
}

section.development .sketch-outer .sketch-points {
	width: 100%;
	max-width: 45%;
}

section.development .sketch-outer .icon {
	width: 100%;
	max-width: 5%;
	position: relative;
}
section.development .sketch-outer .sketch-box h2 {
	font-size: 39px;
	color: #0d519c;
	letter-spacing: 0.2px;
	font-weight: 300;
	margin-bottom: 40px;
	position: relative;
}
section.development .sketch-outer .sketch-box h2:after {
	content: "";
	position: absolute;
	bottom: -23px;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	height: 3px;
	border-radius: 50%;
	background-color: #fba834;
}
section.development .sketch-outer .sketch-box p {
	font-size: 18px;
	color: #0c0c0c;
	letter-spacing: 0.6px;
	line-height: 28px;
}
section.development .sketch-outer .sketch-points ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 20px;
}
section.development .sketch-outer .sketch-points ul li {
	font-size: 19px;
	color: #161616;
	letter-spacing: 0.2px;
	display: flex;
}
section.development .sketch-outer .sketch-points ul li i {
	font-size: 20px;
	color: #006cc7;
	padding-right: 10px;
}
section.development .sketch-outer .sketch-points .agree-text p {
	font-size: 18px;
	font-weight: 700;
	color: #0c59b9;
	border: 1px dashed #0091ea;
	width: fit-content;
	padding: 10px 25px;
	border-radius: 8px;
}
section.proposal .proposal-info span i {
	font-size: 50px;
	color: #fff;
	margin-bottom: 10px;
}
section.site-banner.about-us.testimonial.engage-modal h1 span {
	color: #fba834;
	text-decoration: underline;
	font-weight: bold;
}
section.startup.engange {
	padding: 40px 0;
}
section.process-modal {
	padding: 50px 0 80px;
}
section.process-modal .process-outer p {
	color: #333;
	font-size: 18px;
	letter-spacing: 0.7px;
	line-height: 29px;
	margin-bottom: 50px;
}
section.process-modal .benefits-outer h4 {
	font-size: 20px;
	color: #262626;
	font-weight: 600;
	margin-bottom: 30px;
}
section.process-modal .benefits-outer ul {
	display: flex;
	align-items: center;
	column-gap: 70px;
	row-gap: 40px;
	flex-wrap: wrap;
}
section.process-modal .benefits-outer ul li {
	display: flex;
	gap: 10px;
	align-items: center;
}
section.process-modal .benefits-outer ul li i {
	font-size: 10px;
	color: #0091ea;
}
section.process-modal .benefits-outer ul li {
	font-weight: 300;
	font-size: 17px;
}
section.free-choice {
	padding: 20px 0 60px;
}
section.free-choice .choice-outer h2 {
	font-weight: 300;
	font-size: 40px;
	color: #333;
	line-height: 50px;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
section.free-choice .choice-outer h2:after {
	content: "";
	position: absolute;
	bottom: -23px;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	height: 3px;
	border-radius: 50%;
	background-color: #fba834;
}
section.free-choice .dev-modal .dev-detail {
	display: flex;
	gap: 50px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 40px;
}
section.free-choice .dev-modal .dev-detail:first-child,
section.free-choice .dev-modal .dev-detail:last-child {
	border-bottom: unset;
	padding-bottom: unset;
}
section.free-choice .dev-modal .dev-detail:last-child {
	margin-bottom: unset;
}
section.free-choice .dev-modal .dev-detail .icon i {
	font-size: 70px;
	color: #fba834;
}
section.free-choice .dev-modal .dev-detail .modal-heading h3 {
	font-weight: 700;
	color: #262626;
	font-size: 26px;
	margin-bottom: 10px;
}
section.free-choice .dev-modal .dev-detail .modal-heading p {
	color: #333;
	font-size: 18px;
	line-height: 30px;
}
section.free-choice .modal-box-wrap {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 60px;
}
section.free-choice .modal-box-wrap .modal-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
	border: 1px solid #ddd;
	padding: 30px;
	text-align: center;
	width: 100%;
	max-width: 33%;
}
section.free-choice .modal-box-wrap .modal-inner .date p {
	color: #06c;
	font-size: 17px;
	font-weight: 700;
}
section.free-choice .modal-box-wrap .modal-inner .date p span {
	color: #ccc;
}
section.free-choice .modal-box-wrap .modal-inner .icon i {
	font-size: 50px;
	color: #0091ea;
	margin-bottom: 10px;
}
section.free-choice .modal-box-wrap .modal-inner .icon h6 {
	font-size: 20px;
	color: #0091ea;
}
section.free-choice .modal-box-wrap .modal-inner .modal-para p {
	font-weight: 300;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	height: 200px;
	overflow-y: auto;
}
section.direction {
	padding: 50px 0;
}
section.direction .direct-heading {
	position: relative;
}
section.direction .direct-heading h2 {
	font-weight: 300;
	font-size: 42px;
	color: #333;
	line-height: 50px;
	text-align: center;
	position: relative;
	font-weight: 500;
	margin-bottom: 20px;
}
section.direction .direct-heading p {
	font-weight: 300;
	font-size: 16px;
	color: #717171;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
section.direction .direct-heading:after {
	content: "";
	position: absolute;
	bottom: -23px;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	height: 3px;
	border-radius: 50%;
	background-color: #fba834;
}
section.loop-box {
	padding: 50px 0;
}
section.loop-box .loop-outer {
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
}
section.loop-box .loop-outer .project-block {
	display: flex;
	gap: 20px;
	flex-direction: column;
	width: 100%;
	max-width: 48%;
	flex-wrap: wrap;
	position: relative;
}
section.loop-box .loop-outer .project-block:after {
	content: "";
	position: absolute;
	bottom: -23px;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	height: 3px;
	border-radius: 50%;
	background-color: #fba834;
}
.pcs1{
	width:8%;
}

section.loop-box .loop-outer .project-block i {
	font-size: 40px;
	color: #0091ea;
}
section.loop-box .loop-outer .project-block h3 {
	font-weight: 300;
	font-size: 30px;
	color: #0d519c;
	display: flex;
	justify-content: space-between;
	position: relative;
}
section.loop-box .loop-outer .project-block h3 span {
	background-color: #fba834;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0px;
	top: -15px;
}
section.loop-box .loop-outer .project-block p {
	font-size: 17px;
	color: #0c0c0c;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 1px;
}
.interest-form form input#gform_submit_button_1 {
    padding: 7px 40px;
    background-color: #4796c5;
    color: #fff;
    outline: unset;
    border: unset;
    border-radius: 11px;
    border: 1px solid transparent;
    all 0.4s animation-timing-function: ease;
}
.interest-form form input#gform_submit_button_1:hover {
    border: 1px solid #4796c5;
    color: #4796c5;
    background: transparent;
    transition: all 0.4s ease;
}
