:root {
	--primary-color: #047857;
	--secondary-color: #a9a9a9;
}

/* Reset
-------------------------------------------------------------- */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

figure {
	margin: 0;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
		cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
		-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
		border: none;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; /* Addresses excess padding in IE8/9 */
	}

	input[type="search"] {
		-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	}

		input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
			-webkit-appearance: none;
		}

	button::-moz-focus-inner,
	input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
		border: 0;
		padding: 0;
	}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
	font: 14px/24px "Open Sans", sans-serif;
	font-weight: 400;
	background: #fff;
	color: #777;
}

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #78b942;
}

::-webkit-selection {
	color: #fff;
	text-shadow: none;
	background: #78b942;
}

::selection {
	color: #fff;
	text-shadow: none;
	background: #000;
}

a, i {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

a {
	color: #222;
	text-decoration: none;
}

	a:hover {
		color: #00abc9;
		text-decoration: none;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	a:focus {
		text-decoration: none;
		outline: 0;
	}

	a:hover, a:focus {
		color: #2691e4;
		text-decoration: none;
		outline: 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

img {
	max-width: 100%;
	height: auto;
	width:100%;
}

ul, ol {
	padding: 0;
}


b, strong {
	font-weight: 900;
}

button {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	height: 45px;
	background-color: var(--primary-color);
	font-weight: 600;
	line-height: 45px;
	padding: 0 27px;
	border-radius: 3px;
	cursor: pointer;
	white-space: nowrap;
	border: none;
	z-index: 0;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	border: 1px solid #dfdfdf;
	height: 50px;
	padding: 13px 15px;
	width: 100%;
	color: #999;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #2691e4;
	color: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #fff;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid #2691e4;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

textarea {
	width: 100%;
	height: 179px;
	padding: 22px 0 0 15px;
}

input[type="checkbox"] {
	display: inline;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #555;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #555;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #555;
	opacity: 1;
}

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

/* Typography */
strong,
b {
	font-weight: 700;
}

p {
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: #222;
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 15px;
	line-height: 22px;
}

h4 {
	font-size: 14px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
	
}

.flat-one-half {
	width: 50%;
	float: left;
	padding-right: 10px;
}

/* boxed
-------------------------------------------------------------- */
.home-boxed .boxed {
	max-width: 1300px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 0 16px 1px #7f7f7f;
	overflow: hidden;
}


/* Header 
---------------------------------------------------------------*/
.header {
	background-color: rgba(255, 255, 255, 1);
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Header Fix */
.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 1);
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header #logo {
	float: left;
	height: 100%;
	margin-top: 25px;
	margin-left: -15px;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

/* Navigation Wrap */
.nav-wrap {
	float: right;
	margin-right: 20px;
}

#mainnav .btn-submenu {
	display: none;
}

#mainnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav ul li {
		position: relative;
	}

#mainnav > ul > li {
	display: inline-block;
	margin-left: 41.5px;
}

#mainnav > ul > li > a {
		line-height: 100px;
		display: inline-block;
		font-weight: 600;
		font-family: "Poppins", sans-serif;
		color: #424242;
		text-transform: uppercase;
	}

#mainnav > ul > li.active > a {
		color: var(--primary-color);
		position: relative;
	}

#mainnav > ul > li.active > a:after {
			position: absolute;
			left: 0;
			bottom: 30px;
			width: 100%;
			height: 2px;
			background-color: var(--primary-color);
			content: "";
		}

#mainnav > ul > li > a:after {
		position: absolute;
		left: 0;
		bottom: 30px;
		width: 0;
		height: 2px;
		background-color: var(--primary-color);
		content: "";
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

#mainnav > ul > li:hover > a:after {
		width: 100%;
	}

#mainnav > ul > li > a i {
		font-size: 14px;
		margin-left: 5px;
	}

/* submenu */
#mainnav ul.submenu {
	text-align: left;
	position: absolute;
	left: 0;
	top: 150%;
	width: 250px;
	background-color: #1d2738;
	z-index: 9999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#mainnav ul.submenu.right {
		left: auto;
		right: 0;
	}

#mainnav ul li:hover > ul.submenu {
	top: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

#mainnav ul li ul li {
	margin-left: 0;
}

#mainnav ul.submenu li ul {
	position: absolute;
	left: 250px;
	top: 0 !important;
}

#mainnav ul.submenu > li {
	border-top: 1px solid #2d374a;
}

#mainnav ul.submenu > li:first-child {
		border-top: 0;
	}

#mainnav ul.submenu > li > a {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 0 0 0 15px;
		font-weight: 300;
		line-height: 45px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

#mainnav ul.submenu > li > a:hover {
			color: var(--primary-color);
		}

#mainnav > ul > li > a:hover,
#mainnav > ul > li.home > a {
	color: var(--primary-color);
	position: relative;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	top: 92px;
	left: 0;
	z-index: 1000;
	background-color: #222222;
}

#mainnav-mobi ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}

#mainnav-mobi ul li {
			margin: 0;
			position: relative;
			text-align: left;
			border-top: 1px solid #333333;
			cursor: pointer
		}

#mainnav-mobi ul > li > a {
			text-decoration: none;
			height: 50px;
			line-height: 50px;
			padding: 0 30px;
			color: #fff;
		}

#mainnav-mobi ul.sub-menu {
			top: 100%;
			left: 0;
			z-index: 2000;
			position: relative;
			background-color: #222222;
		}

#mainnav-mobi > ul > li > ul > li {
		position: relative;
		border-top: 1px solid #333333;
	}

#mainnav-mobi > ul > li > ul > li a {
			padding-left: 50px;
		}

#mainnav-mobi ul.sub-menu > li > a {
		display: block;
		text-decoration: none;
		padding: 0 50px;
		border-top-color: rgba(255,255,255,.1);
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

#mainnav-mobi > ul > li > ul > li:first-child a {
		border-top: none;
	}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
		color: #fff;
	}

/* btn Menu */
.btn-menu {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 38px 0px 38px 20px;
	width: 26px;
	height: 16px;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
		background-color: var(--primary-color);
		-webkit-transition: all ease .238s;
		-moz-transition: all ease .238s;
		transition: all ease .238s;
	}

.btn-menu:before,
.btn-menu:after {
		content: "";
		position: absolute;
		top: 0;
		height: 2px;
		width: 100%;
		left: 0;
		top: 50%;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

.btn-menu span {
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		top: 50%;
		overflow: hidden;
		text-indent: 200%;
	}

.btn-menu:before {
		-webkit-transform: translate3d(0, -7px, 0);
		transform: translate3d(0, -7px, 0);
	}

.btn-menu:after {
		-webkit-transform: translate3d(0, 7px, 0);
		transform: translate3d(0, 7px, 0);
	}

.btn-menu.active span {
		opacity: 0;
	}

.btn-menu.active:before {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
	}

.btn-menu.active:after {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
	}

.btn-submenu {
	position: absolute;
	right: 20px;
	top: 0;
	font: 20px/50px 'FontAwesome';
	text-align: center;
	cursor: pointer;
	width: 70px;
	height: 44px;
}

.btn-submenu:before {
		content: "\f107";
		color: #fff;
	}

.btn-submenu.active:before {
		content: "\f106";
	}

.btn-menu {
	display: none;
}




/* Sidebar */
.sidebar .widget {
	margin-bottom: 40px;
	overflow: hidden;
}

.sidebar .widget-search .search-form {
	width: 100%;
	height: 50px;
	position: relative;
	margin: 0;
}

.sidebar .widget-search .search-form label {
		width: 100%;
		display: block;
		background-color: #ffffff;
		margin-bottom: 5px;
		font-weight: bold;
	}

.sidebar .widget-search .search-form input[type="search"] {
		margin-bottom: 0;
		height: 48px;
		color: rgba(21, 65, 110, 0.65);
	}

.sidebar .widget-search .search-form .search-submit {
		background-image: url("../images/search.svg");
		background-color: transparent;
		background-size: 13px 13px;
		background-position: center right;
		background-repeat: no-repeat;
		width: 24px;
		height: 21px;
		border-left: 1px solid rgba(0, 0, 0, 0.4);
		padding: 5px 0 5px 10px;
		text-indent: -9999px;
		padding: 0;
		position: absolute;
		right: 15px;
		top: 12px;
		-webkit-opacity: 0.3;
		-khtml-opacity: 0.3;
		-moz-opacity: 0.3;
		opacity: 0.3;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
		filter: alpha(opacity=30);
	}

.sidebar .widget ul li {
	color: #656565;
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
}



/* Preloader
-------------------------------------------------------------- */
.preloader {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.clear-loading {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.loading-effect-2 {
	width: 100px;
	height: 100px;
}

.loading-effect-2 > span,
.loading-effect-2 > span:before,
.loading-effect-2 > span:after {
		content: "";
		display: block;
		border-radius: 50%;
		border: 2px solid var(--primary-color);
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

.loading-effect-2 > span {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border-left-color: transparent !important;
		-webkit-animation: effect-2 2s infinite linear;
		-moz-animation: effect-2 2s infinite linear;
		-ms-animation: effect-2 2s infinite linear;
		-o-animation: effect-2 2s infinite linear;
		animation: effect-2 2s infinite linear;
	}

.loading-effect-2 > span:before {
			width: 75%;
			height: 75%;
			border-right-color: transparent !important;
		}

.loading-effect-2 > span:after {
			width: 50%;
			height: 50%;
			border-bottom-color: transparent !important;
		}

@-webkit-keyframes effect-2 {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Preloader
-------------------------------------------------------------- */


/* GoTop Button
-------------------------------------------------------------- */
.go-top {
	position: fixed !important;
	right: -35px;
	bottom: 15px;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	background-color: var(--primary-color);
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.go-top.show {
		right: 20px;
		bottom: 15px;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: visible;
		z-index: 9999;
	}

.go-top i {
		font-size: 14px;
		color: #fff;
		font-weight: 600;
		padding-bottom: 3px;
	}

.go-top:hover {
		background-color: var(--secondary-color);
	}

.go-top:hover i {
			color: #fff;
		}


/* GoTop Button
-------------------------------------------------------------- */
.text-box li {
	display: flex;
	align-items: flex-start; /* Align items to start (vertically aligned) */
}

.icon-column i {
		color: var(--primary-color);
		width: 25px;
		font-size:25px;

	}

.sofcofont {
	color: white;
	font-weight: 500;
	letter-spacing: 0;
	font-size: 14.4px;
	font-family: "BauhausBold";
}

.icon-column {
	padding: 10px;
}

.text-column {
	padding: 10px;
	font-size: 20px;
}

@media (max-width: 768px) {
	.footer-container {
		flex-direction: column;
		text-align: center;
	}

	.footer-section {

		margin: 10px 0;
	}

	.social-media-section {
		justify-content: center;
		gap: 15px;
	}

	.contact-section {
		flex-direction: column;
		align-items: center;
	}

	.contact-info {
		width: 100%;
		margin: 5px 0;
		text-align: center;
	}

	.footer-logo {
		margin-left: 0px;
	}
}

@media (max-width: 480px) {
	.footer-logo {
		width: 80px;
	}

	.footer-text {
		font-size: 14px;
	}

	.social-icon img {
		width: 25px;
		height: 25px;
	}

	.contact-title {
		font-size: 14px;
	}
}

@media (max-width: 992px) {
	.iconbox {
		margin-bottom: 20px;
	}

	.col-md-12 {
		text-align: center;
	}

	.row {
	}

	.col-sm-4 {
		width: 100%; /* Makes the icon boxes take full width on tablet */
		margin-bottom: 20px;
	}

	.iconbox-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.col-sm-8 {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.iconbox {
		margin-bottom: 15px;
	}

	.iconbox-title {
		font-size: 16px;
	}

	.iconbox-desc {
		font-size: 12px;
	}

	.iconbox-icon {
		font-size: 25px; /* Smaller icon size */
	}
	.btn-contact-form {
		width: 100%;
	}

	.input-submit {
		padding: 10px;
	}
}

@media (min-width: 768px) {
	.photo-form {
		width: 100%;
	}

	.iconbox-icon {
		font-size: 30px; /* Adjust icon size on smaller screens */
	}

	.iconbox-title {
		font-size: 18px;
	}

	.iconbox-desc {
		font-size: 13px;
	}

	.col-sm-4 {
		width: 100%;
		padding: 0 15px;
	}

	.iconbox-content {
		padding: 0;
	}
}
.title-style-services {
	color:var(--primary-color);
	font-size: 3.2rem;
	font-weight: 700;
}
.subtitle-style-service {
	text-align: justify;
	font-size: 1.5rem;
	font-weight: 500;
}

@media(max-width:1200px) {
	.text {
		flex: 1;
		font-size: 1.2rem;
		color: #333;
		text-align: left;
	}
}
.contact-section {
	display: flex;
	justify-content: right;
}