@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: "Urbanist", sans-serif;
	font-optical-sizing: auto;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	outline: 0;
	scrollbar-width: thin;
	scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  	width: 4px;
	background: #000;
}
body::-webkit-scrollbar-thumb {
  	background-color: #333;
	border: 1px solid #333;
}
::-moz-selection {
 	color: #fff;
 	background: #30348D;
}
::selection {
	color: #fff;
	background: #30348D;
}
img {
	max-width: 100%;
	height: auto !important;
	image-rendering: -webkit-optimize-contrast;
}
.trs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-control::placeholder {
	color: #888;
	opacity: 1 !important;
	font-size: 14px;
}
::-webkit-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 14px;
}
:-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 14px;
}
::-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 14px;
}
:-ms-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 14px;
}
select:required:invalid {
	color: #888 !important;
}
:focus {
	outline: none !important;
	box-shadow: none !important;
}
a, a:hover {
	text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 	transition: background-color 5500s ease-in-out 0s;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	cursor: pointer !important;
	color: #2d2d2d !important;
}
select::-ms-expand {
 	display: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"], input[type="number"], textarea, select {
	outline: none !important;
	box-shadow: none !important;
	font-size: 14px !important;
	font-weight: 500;
	color: #666666;
}
.form-control:focus, .form-select:focus, .input-group:focus-within .form-control, .input-group:focus-within .input-group-text {
   	border-color: #30348D !important;
	box-shadow: none !important;
}
textarea {
	resize: none;
	line-height: 26px !important;
}
.form-floating > textarea.form-control {
	min-height: calc(8em + (0.75rem + 2px));
}
.form-floating > label {
	font-size: 15px;
	color: #999;
}
.form-floating>.form-control:focus~label {
	color: #2d2d2d;
}
.form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after{
	background-color: transparent;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
b, strong {
    font-weight: 700;
}
.form-check-input:checked {
    color: #fff;
    border-color: transparent;
    background-color: #30348D;
}
.form-check-input:focus {
    border-color: rgba(225, 116, 0, 0.3);
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 116, 0, 0.3);
}
.form-check, .form-check-input {
	cursor: pointer;
}
@keyframes fadeIn {
  	0% { opacity: 0; }
  	100% { opacity: 1; }
}
.shine_ani:before {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.15)));
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}
.shine_ani:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {left: -125%}
}
@keyframes shine {
    100% {left: -125%}
}
.nothing_display {
	width: 100%;
    padding: 50px 0;
    float: left;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #30348D;
}
.hash_anchor {
	 scroll-margin-top: 100px;
}
.text_line1 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.text_line2 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.text_line3 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/************************* social_media *************************/
.social_media a {
	width: 36px;
	height: 36px;
	font-size: 17px;
	display: inline-flex;
	line-height: 1;
	color: #fff;
	margin: 0 3px;
	text-align: center;
	align-items: center;
    justify-content: center;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 50px;
}
.social_media a.fb:hover, .social_media a.fb:focus {
	background: #38548f;
}
.social_media a.tx:hover, .social_media a.tx:focus {
	background: #666;
}
.social_media a.im:hover, .social_media a.im:focus {
	background: #fb3958;
}
.social_media a.yt:hover, .social_media a.yt:focus {
	background: #e52d27;
}
.social_media a.in:hover, .social_media a.in:focus {
	background: #0976b4;
}
.social_media a.be:hover, .social_media a.be:focus {
	background: #0067ff;
}
.social_media a.wa:hover, .social_media a.wa:focus {
	background: #34af23;
}
/************************* header *************************/
.menu_bg {
	height: 80px;
	position: absolute;
	background: #fff;
	padding: 18px 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.08);
}
.s_menu_bg {
	height: auto !important;
	position: fixed;
	z-index: 99;
	left: 0;
	padding: 8px 0;
	animation: fadeIn 2s ease-in-out;
}
.menu_bg .logo img {
	width: 300px;
}
.s_menu_bg .logo img {
	width: 250px !important;
}
/***************************** Menu *****************************/
.navbar-nav.sm-collapsible .sub-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.7em 0.5em 0 0;
	border-radius: .25rem;
	padding: 0;
	width: 2em;
	height: 1.4em;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
	content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
	content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
	border-color: rgba(255, 255, 255, .1);
}
.navbar-nav.sm-collapsible .has-submenu {
	padding-right: 3em;
}
.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
	position: relative;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -.3em;
	margin-right: 1em;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
	padding-right: 2em;
}
.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
	margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
	white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
	white-space: nowrap;
}
.navbar .has-megamenu {
	position: static!important;
}
.navbar .megamenu {
	height: 350px;
    overflow-y: auto;
	padding: 1rem;
	left: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}
.has-megamenu:hover .megamenu {
    visibility: visible;
}
.navbar .megamenu .dropdown-item {
	padding: 8px;
}
.navbar-nav:not(.sm-collapsible) .has-megamenu .dropdown-item .sub-arrow {
	top: auto;
	margin-top: 8px;
}
.navbar {
	width: 100%;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
    border-bottom: none;
}
.navbar-nav > li > a {
	font-family: "Roboto", sans-serif;
    color: #30348D;
    display: block;
    position: relative;
	margin: 0 0 0 20px;
    font-size: 15px;
    font-weight: 400;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link, .navbar-nav > li.active > a.highlighted {
	color: #30348D;
}
.navbar-nav li.active .nav-link:before, .navbar-nav li .nav-link:before, .navbar-nav > li.active > a.highlighted:before {
    position: absolute;
    left: 0;
    right: 0;
	margin: 25px auto 0 auto;
    color: transparent;
    content: "";
    height: 0px;
    width: 50%;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scaleX(0);
   	transform: scaleX(0);
	background: #30348D;
}
.navbar-nav li.active .nav-link:before, .navbar-nav li .nav-link:hover:before, .navbar-nav > li.active > a.highlighted:before, .navbar-nav > li > a.highlighted:before {
    height: 2px;
    visibility: visible;
    -webkit-transform: scaleX(1);
   	transform: scaleX(1);
}
.navbar .dropdown-item {
    width: auto;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0 !important;
	padding: 8px;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active, .navbar .dropdown-item:hover, .navbar .dropdown-item:focus, .navbar .dropdown-item.highlighted {
	background-color: #30348D !important;
    color: #fff !important;
}
.navbar .dropdown-menu {
	animation: fadeIn 1s;
}
.menu_icon {
    width: 32px;
	float: right;
    padding: 0;
	display: none;
	border: none;
	z-index: 9;
}
.menu_icon > span {
	height: 2px;
	float: left;
  	background: #252525;
  	margin: 3px 0;
}
.menu_icon:hover span {
	width: 100% !important;
}
.menu-close {
    width: 40px;
    height: 40px;
	border: none;
    z-index: 9;
    position: relative;
    background: #f4f4f4;
    border-radius: 50%;
}
.navbar .nav-link, .navbar .dropdown-item {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.megamenu h5 {
	font-size: 15px;
    font-weight: 700;
	color: #30348D;
    text-transform: uppercase;
	padding: 0 8px 8px 8px;
}
.menu_btn {
	border: 1px solid #30348D;
	border-radius: 40px;
}
.menu_btn:hover {
	border: 1px solid #30348D;
    background-color: #30348D;
    color: #fff !important;
}
.navbar-nav li .menu_btn:before {
	visibility: hidden !important;
}
/***************************** btn *****************************/
.send_btn {
	font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding: 12px 54px;
    background-color: #30348D;
    font-weight: 400;
    color: #fff;
	border: 1px solid #30348D;
	border-radius: 40px;
	text-align: center;
	display: flex;
}
.send_btn:hover {
	background-color: #fff;
    color: #30348D;
}
/***************************** Banner *****************************/
.banner {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 80px;
}
.banner_text {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	padding: 0 5%;
	display: flex;
    align-items: center;
    justify-content: center;
	background: rgba(0, 0, 0, 0.3);
}
.banner_text span {
	width: 50%;
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner_text span h2 {
	font-family: "Roboto", sans-serif;
    font-size: 64px;
    font-weight: 600;
    color: #fff;
	text-shadow: 0px 2px 2px #000;
}
.carousel-control-next, .carousel-control-prev {
	width: 5% !important;
}
/***************************** welcome *****************************/
.welcome h1 {
	font-family: "Roboto", sans-serif;
	font-size: 48px;
    font-weight: 400;
    color: #000;
}
.welcome h4 {
	font-size: 17px;
    font-weight: 400;
    color: #000;
	line-height: 30px;
    text-align: justify;
}
.welcome_img {
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
}
/***************************** hm_services *****************************/
.hm_services {
	background: #F8F8F8;
}
.hm_services h2 {
    font-family: "Roboto", sans-serif;
	font-size: 48px;
    font-weight: 400;
    color: #000;
}
.hm_services h3 {
	font-size: 16px;
    font-weight: 400;
    color: #000;
}
.hm_services h4 {
    font-family: "Roboto", sans-serif;
	font-size: 24px;
    font-weight: 400;
    color: #fff;
	text-shadow: 0px 1px 1px #001aac;
}
.hm_services h5 {
	font-size: 16px;
    font-weight: 400;
    color: #fff;
	text-shadow: 0px 1px 1px #001aac;
}
.hm_services_box {
	width: 100%;
	min-height: 120px;
    position: absolute;
    z-index: 9;
    bottom: 0;
    background: rgba(10, 80, 236, 0.5);
	backdrop-filter: blur(2px);
}
.hm_services_box a {
	width: 60px;
	height: 55px;
	float: left;
}
.hm_services_box i {
	transform: rotate(-45deg);
	color: #B50D0D;
	font-size: 16px;
}
/***************************** hm_area_of_expertise *****************************/
.hm_area_of_expertise h2 {
    font-family: "Roboto", sans-serif;
	font-size: 48px;
    font-weight: 400;
    color: #000;
}
.hm_area_of_expertise h3 {
	font-size: 16px;
    font-weight: 400;
    color: #000;
	line-height: 30px;
    text-align: justify;
}
.hm_area_of_expertise h4 {
	font-size: 16px;
    font-weight: 400;
    color: #fff;
	line-height: 24px;
}
.hm_area_of_expertise_box {
	width: 100%;
	min-height: 100px;
    position: absolute;
    z-index: 9;
    bottom: 0;
    background: rgba(10, 80, 236, 0.5);
	backdrop-filter: blur(2px);
}
.hm_area_of_expertise_box a {
	width: 40px;
	height: 40px;
	float: left;
}
.hm_area_of_expertise_box i {
	transform: rotate(-45deg);
	color: #B50D0D;
	font-size: 16px;
}
/************************* hm_projects *************************/
.hm_projects {
	background: #eb0b2a;
}
.hm_projects h2 {
    font-family: "Roboto", sans-serif;
	font-size: 48px;
    font-weight: 400;
    color: #fff;
}
.hm_projects h3 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.hm_projects h4 {
    font-family: "Roboto", sans-serif;
	font-size: 20px;
    font-weight: 400;
    color: #fff;
}
/***************************** hm_construction_equipment *****************************/
.hm_construction_equipment h2 {
    font-family: "Roboto", sans-serif;
	font-size: 48px;
    font-weight: 400;
    color: #000;
}
.hm_construction_equipment h3 {
	font-size: 16px;
    font-weight: 400;
    color: #000;
	line-height: 30px;
    text-align: justify;
}
.hm_construction_equipment h4 {
	width: 100%;
	min-height: 100px;
	font-size: 20px;
    font-weight: 500;
    color: #fff;
	line-height: 24px;
	text-shadow: 0px 1px 1px #001aac;
    position: absolute;
    z-index: 9;
    bottom: 0;
    background: rgba(10, 80, 236, 0.5);
	backdrop-filter: blur(2px);
}
.hm_construction_equipment h4 span {
	width: 100%;
	float: left;
	font-size: 14px;
    font-weight: 400;
    color: #fff;
}
/***************************** hm_awards *****************************/
.hm_awards {
	background: #a3a3a3 url("../images/hm_awards_bg.svg") no-repeat center center;
    background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.hm_awards_bg {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(255, 255, 255, 0.9);
}
.hm_awards h2 {
    font-family: "Roboto", sans-serif;
	font-size: 48px;
    font-weight: 400;
    color: #000;
}
.hm_awards h3 {
	font-size: 16px;
    font-weight: 400;
    color: #000;
	line-height: 30px;
    text-align: justify;
}
.hm_awards h5 {
    font-family: "Roboto", sans-serif;
	font-size: 16px;
    font-weight: 400;
    color: #000;
	text-transform: uppercase;
}
.hm_awards h6 {
    font-family: "Roboto", sans-serif;
	font-size: 12px;
    font-weight: 400;
    color: #666;
}
.hm_awards_box {
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
}
.hm_awards img {
	width: 100%;
    height: 150px !important;
    object-fit: scale-down !important;
    background: #fff;
}
.hm_awards a:hover img {
	cursor: pointer;
    transform: scale(0.98);
}
/***************************** hm_company_resources *****************************/
.hm_company_resources h2 {
    font-family: "Roboto", sans-serif;
	font-size: 48px;
    font-weight: 400;
    color: #000;
}
.hm_company_resources h3 {
	font-size: 16px;
    font-weight: 400;
    color: #000;
	line-height: 30px;
    text-align: justify;
}
.hm_company_resources h4 {
    font-family: "Roboto", sans-serif;
	font-size: 20px;
    font-weight: 400;
    color: #000;
}
/***************************** hm_workshop_equipment_machinery *****************************/
.hm_workshop_equipment_machinery {
	background: #f8f8f8;
}
.hm_workshop_equipment_machinery h2 {
    font-family: "Roboto", sans-serif;
	font-size: 48px;
    font-weight: 400;
    color: #000;
}
.hm_workshop_equipment_machinery h3 {
	font-size: 16px;
    font-weight: 400;
    color: #000;
}
.hm_workshop_equipment_machinery h4 {
	font-family: "Roboto", sans-serif;
	width: 100%;
	min-height: 100px;
	font-size: 20px;
    font-weight: 400;
    color: #fff;
	line-height: 24px;
	text-shadow: 0px 1px 1px #001aac;
    position: absolute;
    z-index: 9;
    bottom: 0;
    background: rgba(10, 80, 236, 0.5);
	backdrop-filter: blur(2px);
}
.hm_workshop_equipment_machinery .swiper-button-next {
    right: 0 !important;
    left: auto !important;
    top: 45px !important;
    bottom: 0;
}
.hm_workshop_equipment_machinery .swiper-button-prev {
    left: auto !important;
    right: 80px !important;
    top: 45px !important;
    bottom: 0;
}
/************************* information *************************/
.information_bg_color {
	background: #F1F1F1;
}
.information {
	width: 100%;
	float: left;
	background: #fff url("../images/information.webp") no-repeat center center;
    background-size: cover;
	background-attachment: fixed;
	position: relative;
    overflow: hidden;
}
.information_bg {
    width: 100%;
    height: 100%;
    float: left;
    background: linear-gradient(0deg, rgba(181, 13, 13, 0.7), rgba(181, 13, 13, 0.7));
    padding: 80px;
}
.information h2 {
	font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}
.information .send_btn {
	background-color: #fff;
    color: #30348D;
}
.information .send_btn:hover {
	background-color: #30348D;
    color: #fff;
}
/************************* footer *************************/
.footer {
    background: #30348D;
}
.footer_search {
	max-width: 500px;
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid #fff;
	margin: 0 auto;
	color: #f00;
}
.footer_search input {
	color: #000;
}
.footer_search .form-control::placeholder {
	color: #fff;
}
.footer_search .btn {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 400;
    background-color: #fff;
	color: #30348D;
	padding: 15px 30px;
}
.footer_search .btn:hover, .footer_search .btn:active {
	background-color: #000;
	color: #fff;
}
.footer .collapse:not(.show) {
    display: block;
}
.footer .card-header a i {
    right: 15px;
    position: absolute;
    font-size: 12px;
    color: #fff;
	text-align: right;
}
.footer .card-header a .fa-plus{
	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.footer .card-header a .fa-minus{
	-webkit-transform: rotate(0deg);
  	transform: rotate(0deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.footer ul li {
	width: 100%;
    float: left;
    list-style: none;
}
.footer ul li a, .footer h3, .footer h4 {
	font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
	margin: 0 0 12px 0;
	line-height: 28px;
}
.footer h4 a {
    color: #fff;
}
.footer h5 {
	font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 11px;
}
.footer h4 a:hover, .footer ul li a:hover, .footer ul li .active {
    color: #b8b8ca;
}
/***************************** copyright *****************************/
.copyright {
	font-family: "Roboto", sans-serif;
	padding: 0 0 20px 0;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}
.copyright p i {
	font-size: 9px;
}
.copyright a {
    color: #fff;
}
.copyright a:hover, .copyright a.active {
    color: #b8b8ca;
}
/************************* whatsapp *************************/
.wa_icon .wa_btn {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 110px;
	right: 5px;
	z-index: 10;
	background: #26af36;
	border-radius: 50%;
	display: flex;
	align-items: center;
    justify-content: center;
}
.wa_icon i {
	color: #fff;
	font-size: 30px;
	-webkit-animation: ring 4s .7s ease-in-out infinite;
  	-webkit-transform-origin: 50% 4px;
  	-moz-animation: ring 4s .7s ease-in-out infinite;
  	-moz-transform-origin: 50% 4px;
  	animation: ring 4s .7s ease-in-out infinite;
  	transform-origin: 50% 4px;
}
.wa_msg {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 60px;
	right: 5px;
	z-index: 9;
	background: #fff;
	border-radius: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #252525;
	opacity: 0;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.wa_icon:hover .wa_msg {
	width: 250px;
	padding: 0 0 0 35px;
	opacity: 1;
}
@keyframes ring {
  	0% { transform: rotate(0); }
  	1% { transform: rotate(30deg); }
  	3% { transform: rotate(-28deg); }
  	5% { transform: rotate(34deg); }
  	7% { transform: rotate(-32deg); }
  	9% { transform: rotate(30deg); }
  	11% { transform: rotate(-28deg); }
  	13% { transform: rotate(26deg); }
  	15% { transform: rotate(-24deg); }
  	17% { transform: rotate(22deg); }
  	19% { transform: rotate(-20deg); }
  	21% { transform: rotate(18deg); }
  	23% { transform: rotate(-16deg); }
 	25% { transform: rotate(14deg); }
  	27% { transform: rotate(-12deg); }
  	29% { transform: rotate(10deg); }
  	31% { transform: rotate(-8deg); }
  	33% { transform: rotate(6deg); }
  	35% { transform: rotate(-4deg); }
  	37% { transform: rotate(2deg); }
  	39% { transform: rotate(-1deg); }
  	41% { transform: rotate(1deg); }
  	43% { transform: rotate(0); }
  	100% { transform: rotate(0); }
}
/***************************** inner_head *****************************/
.inner_head {
	margin-top: 80px;
}
.innerbanner_text {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	display: flex;
    align-items: center;
    align-content: center;
	flex-wrap: wrap;
	background: rgba(0, 0, 0, 0.3);
}
.inner_head h1 {
    font-family: "Roboto", sans-serif;
    font-size: 64px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 2px 2px #000;
}
.breadcrumb-item {
	font-weight: 400;
	font-size: 16px;
	color: #fff !important;
	text-decoration: underline;
}
.breadcrumb-item.active {
	text-decoration: none;
}
.breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}
.inner_page {
	background: #F1F1F1;
}
/***************************** about *****************************/
.about_sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
}
.about_section1 h2, .about_section2 h2, .about_section6 h2, .about_section5 h2 {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #000;
}
.about_section1 h4, .about_section2 h3, .about_section6 h3 {
	font-size: 16px;
    font-weight: 400;
    color: #000;
	line-height: 30px;
    text-align: justify;
}
.about_section1 h3 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #0c0c0c;
}
.about_section3 h3 {
	width: 100%;
	min-height: 100px;
	font-size: 16px;
    font-weight: 400;
    color: #fff;
	line-height: 24px;
	text-shadow: 0px 1px 1px #001aac;
    position: absolute;
    z-index: 9;
    bottom: 0;
    background: rgba(10, 80, 236, 0.5);
	backdrop-filter: blur(2px);
}
.about_section4 h2 {
	font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #000;
}
.about_section4 ul li {
    font-size: 16px;
    font-weight: 400;
    color: #0c0c0c;
}
.about_section5 img {
	width: 140px;
    height: 140px !important;
    object-fit: scale-down !important;
}
.about_section6 h4 {
	width: 100%;
	min-height: 100px;
	font-size: 20px;
    font-weight: 500;
    color: #fff;
	line-height: 24px;
	text-shadow: 0px 1px 1px #001aac;
    position: absolute;
    z-index: 9;
    bottom: 0;
    background: rgba(10, 80, 236, 0.5);
	backdrop-filter: blur(2px);
}
.about_section6 h4 span {
	width: 100%;
	float: left;
	font-size: 14px;
    font-weight: 400;
    color: #fff;
}
/***************************** clients *****************************/
.clients h2 {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #000;
}
.clients h4 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    text-align: justify;
}
.clients img {
	width: 140px;
    height: 140px !important;
	background: #fff;
    object-fit: scale-down !important;
}
/***************************** equipments *****************************/
.equipments h2 {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #000;
}
.equipments h4 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    text-align: justify;
}
.equipments h3 {
	width: 100%;
	min-height: 100px;
	font-size: 20px;
    font-weight: 500;
    color: #fff;
	line-height: 24px;
	text-shadow: 0px 1px 1px #001aac;
    position: absolute;
    z-index: 9;
    bottom: 0;
    background: rgba(10, 80, 236, 0.5);
	backdrop-filter: blur(2px);
}
.equipments h3 span {
	width: 100%;
	float: left;
	font-size: 14px;
    font-weight: 400;
    color: #fff;
}
/************************* projects *************************/
.projects h2 {
    font-family: "Roboto", sans-serif;
	font-size: 48px;
    font-weight: 400;
    color: #000;
}
.projects h4 {
    font-family: "Roboto", sans-serif;
	font-size: 20px;
    font-weight: 400;
    color: #000;
}
/***************************** awards *****************************/
.awards {
	background: #a3a3a3 url("../images/hm_awards_bg.svg") no-repeat center center;
    background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.awards_bg {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(255, 255, 255, 0.9);
}
.awards h2 {
    font-family: "Roboto", sans-serif;
	font-size: 48px;
    font-weight: 400;
    color: #000;
}
.awards h3 {
	font-size: 16px;
    font-weight: 400;
    color: #000;
	line-height: 30px;
    text-align: justify;
}
.awards h5 {
    font-family: "Roboto", sans-serif;
	font-size: 16px;
    font-weight: 400;
    color: #000;
	text-transform: uppercase;
}
.awards h6 {
    font-family: "Roboto", sans-serif;
	font-size: 12px;
    font-weight: 400;
    color: #666;
}
.awards img {
	width: 100%;
    height: 150px !important;
    object-fit: scale-down !important;
    background: #fff;
}
.awards a:hover img {
	cursor: pointer;
    transform: scale(0.98);
}
/***************************** workshop *****************************/
.workshop h2 {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #000;
}
.workshop h4 {
	width: 100%;
	min-height: 100px;
	font-size: 20px;
    font-weight: 500;
    color: #fff;
	line-height: 24px;
	text-shadow: 0px 1px 1px #001aac;
    position: absolute;
    z-index: 9;
    bottom: 0;
    background: rgba(10, 80, 236, 0.5);
	backdrop-filter: blur(2px);
}
.workshop h4 span {
	width: 100%;
	float: left;
	font-size: 14px;
    font-weight: 400;
    color: #fff;
}
/***************************** terms_privacy *****************************/
.terms_privacy h3 {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    text-align: justify;
}
.terms_privacy h4 {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
    font-weight: 600;
    color: #000;
}
.terms_privacy p, .terms_privacy ul li {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    text-align: justify;
}
/***************************** contact *****************************/
.contact h2 {
	font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #0c0c0c;
}
.contact h3 {
	font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #0c0c0c;
}
.contact h5, .contact a {
	font-size: 16px;
    font-weight: 400;
    color: #898989;
	line-height: 30px;
    text-align: justify;
}
.contact h4 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #0c0c0c;
}
.contact label {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #0c0c0c;
}
.contact_social_media a {
	color: #000;
	border: 2px solid #0c0c0c;
}
.contact_social_media a:hover {
	color: #fff;
	border: 2px solid #fff;
}
.contact .input-group {
	min-height: 45px;
}
/***************************** services *****************************/
.services h2 {
    font-family: "Roboto", sans-serif;
	font-size: 48px;
    font-weight: 400;
    color: #000;
}
.services h3 {
    font-family: "Roboto", sans-serif;
	font-size: 24px;
    font-weight: 400;
    color: #0c0c0c;
}
.services h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.services h5 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    text-align: justify;
}
.services .swiper-button-next {
    right: 0 !important;
    left: auto !important;
    top: 40px !important;
    bottom: 0;
}
.services .swiper-button-prev {
    left: auto !important;
    right: 80px !important;
    top: 40px !important;
    bottom: 0;
}
.services_sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
}
.services .service_thumb .swiper-slide {
  	opacity: 0.4;
}
.services .service_thumb .swiper-slide-thumb-active {
 	opacity: 1;
}





/***************************** area_of_expertise *****************************/
.area_of_expertise h2 {
    font-family: "Roboto", sans-serif;
	font-size: 48px;
    font-weight: 400;
    color: #000;
}
.area_of_expertise h3 {
    font-family: "Roboto", sans-serif;
	font-size: 24px;
    font-weight: 400;
    color: #0c0c0c;
}
.area_of_expertise h5 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    text-align: justify;
}
.area_of_expertise_sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
}
/***************************** news *****************************/
.news h2 {
    font-family: "Roboto", sans-serif;
	font-size: 48px;
    font-weight: 400;
    color: #000;
}
.news h3 {
    font-family: "Roboto", sans-serif;
	font-size: 24px;
    font-weight: 400;
    color: #0c0c0c;
}
.news h5 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    text-align: justify;
}
.news_sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
}
.news_date {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    background: #30348D;
    padding: 10px;
    bottom: 0px;
    border-top-right-radius: 15px;
}
/***************************** not_found *****************************/
.not_found {
    width: 100%;
    float: left;
    padding: 180px 0 40px 0;
	margin-top: 80px;
}
.not_found p {
    width: 100%;
    color: #667085;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}
.not_found_error {
    text-align: center;
    font-size: 106px;
    font-weight: 900;
}
.not_found_error > span {
    display: inline-block;
    position: relative;
}
.not_found_error > span.four {
    width: 136px;
    height: 43px;
    border-radius: 999px;
    background:
        linear-gradient(140deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 43%, transparent 44%, transparent 100%), linear-gradient(105deg, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.06) 41%, rgba(0, 0, 0, 0.07) 76%, transparent 77%, transparent 100%), linear-gradient(to right, #d89ca4, #e27b7e);
}
.not_found_error > span.four:before, .not_found_error > span.four:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 999px;
}
.not_found_error > span.four:before {
    width: 43px;
    height: 156px;
    left: 60px;
    bottom: -43px;
    background:
        linear-gradient(128deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 40%, transparent 41%, transparent 100%), linear-gradient(116deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 50%, transparent 51%, transparent 100%), linear-gradient(to top, #99749D, #B895AB, #CC9AA6, #D7969E, #E0787F);
}
.not_found_error > span.four:after {
    width: 137px;
    height: 43px;
    transform: rotate(-49.5deg);
    left: -18px;
    bottom: 36px;
    background: linear-gradient(to right, #99749D, #B895AB, #CC9AA6, #D7969E, #E0787F);
}
.not_found_error > span.zero {
    vertical-align: text-top;
    width: 156px;
    height: 156px;
    border-radius: 999px;
    background: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.06) 50%, transparent 51%, transparent 100%), linear-gradient(to top right, #99749D, #99749D, #B895AB, #CC9AA6, #D7969E, #ED8687, #ED8687);
    overflow: hidden;
    animation: bgshadow 5s infinite;
}
.not_found_error > span.zero:before {
    content: '';
    display: block;
    position: absolute;
    transform: rotate(45deg);
    width: 90px;
    height: 90px;
    background-color: transparent;
    left: 0px;
    bottom: 0px;
    background:
        linear-gradient(95deg, transparent 0%, transparent 8%, rgba(0, 0, 0, 0.07) 9%, transparent 50%, transparent 100%), linear-gradient(85deg, transparent 0%, transparent 19%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.07) 91%, transparent 92%, transparent 100%);
}
.not_found_error > span.zero:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 999px;
    width: 70px;
    height: 70px;
    left: 43px;
    bottom: 43px;
    background: #f6f6f6;
    box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.not_found_text {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
@keyframes bgshadow {
    0% {
        box-shadow: inset -160px 160px 0px 5px rgba(0, 0, 0, 0.4);
    }
    45% {
        box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    }
    55% {
        box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    }
    100% {
        box-shadow: inset 160px -160px 0px 5px rgba(0, 0, 0, 0.4);
    }
}
/*******************************videobtn*******************************/
.videobtn {
	width: 60px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	cursor: pointer;
  	text-align: center;
	transition: all .3s ease-in-out;
}
.video-btn {
	background: none;
    border: none;
	padding: 0;
}
.video-btn:hover .videobtn {
	-ms-transform: translate(-50%, -50%) scale(1.2);
  	transform: translate(-50%, -50%) scale(1.2);
}
/*******************************scrollToTop*******************************/
#scroll {
    position:fixed;
    right:5px;
    bottom:55px;
    cursor:pointer;
    width:30px;
    height:40px;
    background-color:rgba(0, 0, 0, 0.5);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:20px;
	z-index: 999;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#30348D;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/***************************** Popup *****************************/
.modal-header {
	background: rgba(0, 0, 0, 0.7);
    padding: 4px 20px 8px 20px;
    text-align: center;
    position: relative;
}
.modal-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
}
.modal-title {
	width: 100%;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    font-weight: 700;
}
.modal-header .close {
    padding: 0;
	font-size: 18px;
	color: #f00;
    background: none;
	border: none;
}
.modal-content {
	background: none;
	border: none;
}
.modal-open .modal {
	padding: 0 !important;
}
.video-modal-body {
	background: #000 !important;
	padding: 0;
}
.modalclose {
	width: 40px;
    height: 40px;
	position: absolute;
    top: 10px;
    right: 10px;
    background: #30348D;
    color: #fff;
    border-radius: 50%;
	z-index: 9;
    border: none;
}
/***************************** swiper *****************************/
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	height: auto !important;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet {
    background: #30348D !important;
}
.swiper-button-next, .swiper-button-prev {
	width:  40px !important;
	height: 40px !important;
	background: #ED1C42;
	color: #fff !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 16px !important;
    font-weight: bolder;
}
@media (min-width: 200px) and (max-width: 1399.98px) {
	.navbar-nav > li > a {
		margin: 0;
	}
}
@media (min-width: 200px) and (max-width: 1299.98px) {
	
}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.navbar-nav li.active .nav-link:before, .navbar-nav li .nav-link:before {
		display: none;
	}
	.banner_text span h2, .inner_head h1, .welcome h1, .hm_services h2, .hm_area_of_expertise h2, .hm_projects h2, .hm_construction_equipment h2, .hm_awards h2, .hm_company_resources h2, .hm_workshop_equipment_machinery h2, .information h2, .about_section1 h2, .about_section2 h2, .about_section6 h2, .about_section5 h2, .clients h2, .awards h2, .equipments h2, .projects h2, .services h2, .area_of_expertise h2, .news h2, .contact h2, .workshop h2 {
		font-size: 35px;
	}
	.contact h3, .about_section4 h2 {
		font-size: 25px;
	}
}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.navbar .offcanvas {
		width: 300px !important;
		border-left: none !important;
	}
	.navbar .offcanvas-body::-webkit-scrollbar {
		width: 4px;
		background: #f1f1f1;
	}
	.navbar .offcanvas-body::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
		border: 1px solid #fff;
	}
	.menu_icon {
		display: block;
	}
	.navbar .dropdown-item {
    	width: 100%;
    	font-size: 14px;
		text-align: center;
		padding: 10px 12px !important;
		font-weight: 400;
	}
	.megamenu h5 {
		font-size: 14px;
		padding: 8px 0;
		text-align: center;
		border-bottom: 1px solid #dedede;
	}
	.navbar-nav > li > a {
		text-shadow: none;
		padding: 8px 0 !important;
		text-align: center;
		justify-content: center;
	}
	.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
		background: #30348D;
		color: #fff;
	}
	.has-megamenu:hover .megamenu {
		display: none;
	}
	.navbar .megamenu {
		max-width: 100% !important;
		height: auto;
        overflow-y: visible;
	}
}
@media (min-width: 200px) and (max-width: 991.98px) {
	.banner_text span h2, .inner_head h1, .welcome h1, .hm_services h2, .hm_area_of_expertise h2, .hm_projects h2, .hm_construction_equipment h2, .hm_awards h2, .hm_company_resources h2, .hm_workshop_equipment_machinery h2, .information h2, .about_section1 h2, .about_section2 h2, .about_section6 h2, .about_section5 h2, .clients h2, .awards h2, .equipments h2, .projects h2, .services h2, .area_of_expertise h2, .news h2, .contact h2, .workshop h2 {
		font-size: 25px;
	}
	.hm_services h4, .about_section1 h3, .services h3, .area_of_expertise h3, .news h3, .contact h3, .about_section4 h2, .terms_privacy h3 {
		font-size: 20px;
	}
	.hm_services_box, .hm_area_of_expertise_box, .hm_construction_equipment h4, .hm_workshop_equipment_machinery h4, .about_section3 h3, .about_section6 h4, .equipments h3, .workshop h4 {
		min-height: auto;
		position: relative;
		background: transparent;
	}
	.hm_services h4, .hm_services h5, .hm_area_of_expertise h4, .hm_construction_equipment h4, .hm_construction_equipment h4 span, .hm_workshop_equipment_machinery h4, .about_section3 h3, .about_section6 h4, .about_section6 h4 span, .about_section1 h3, .services h3, .area_of_expertise h3, .news h3, .equipments h3, .equipments h3 span, .workshop h4, .workshop h4 span {
		color: #000;
		z-index: auto;
		text-shadow: none;
	}
	.hm_services_box a, .hm_area_of_expertise_box a {
		width: 40px;
		height: 40px;
		position: absolute;
		top: -50px;
		right: 10px;
	}
	.hm_awards h5, .awards h5 {
		font-size: 13px;
	}
	.hm_area_of_expertise .swiper-button-next, .hm_area_of_expertise .swiper-button-prev {
		display: none;
	}
}
@media (min-width: 200px) and (max-width: 767.98px) {
	.hm_services h4, .hm_projects h4, .hm_construction_equipment h4, .hm_company_resources h4, .hm_workshop_equipment_machinery h4, .contact h4, .about_section6 h4, .about_section1 h3, .services h3, .area_of_expertise h3, .news h3, .terms_privacy h3, .equipments h3, .projects h4, .workshop h4 {
		font-size: 18px;
	}
	.hm_awards_box, .about_sticky, .services_sticky, .area_of_expertise_sticky, .news_sticky {
		position: static;
	}
	.hm_workshop_equipment_machinery .swiper-button-next, .services .swiper-button-next {
		top: 50% !important;
	}
	.hm_workshop_equipment_machinery .swiper-button-prev, .services .swiper-button-prev {
		right: auto !important;
		top: 50% !important;
	}
	.terms_privacy h4 {
		font-size: 16px;
	}
	.send_btn {
		font-size: 13px;
	}
	.carousel-control-next, .carousel-control-prev {
		display: none;
	}
	.banner_text span {
		width: 100%;
	}
	.banner_text {
		padding: 0 5% 5% 5%;
	}
	.banner_text span h2, .inner_head h1, .welcome h1, .hm_services h2, .hm_area_of_expertise h2, .hm_projects h2, .hm_construction_equipment h2, .hm_awards h2, .hm_company_resources h2, .hm_workshop_equipment_machinery h2, .information h2, .about_section1 h2, .about_section2 h2, .about_section6 h2, .about_section5 h2, .clients h2, .awards h2, .equipments h2, .projects h2, .services h2, .area_of_expertise h2, .news h2, .contact h2, .workshop h {
		font-size: 22px;
	}
	.footer h3 {
		border-bottom: 1px solid #6e6ecc;
		padding: 0 0 10px 0;
	}
	.footer .collapse:not(.show) {
		display: none;
	}
	.not_found_error {
        transform: scale(0.8);
    }
}
@media (min-width: 200px) and (max-width: 575.98px) {
	.menu_bg {
		height: 50px;
		padding: 8px 0;
	}
	.banner, .inner_head, .not_found {
		margin-top: 50px;
	}
	.menu_bg .logo img, .s_menu_bg .logo img {
		width: 200px !important;
	}
	.banner_text {
		padding: 0 0 15px 0;
	}
	.hm_awards, .awards, .information {
		background-attachment: scroll;
	}
	.not_found {
		padding: 0 0 50px 0;
	}
	.not_found_error {
		width: 200px;
		margin: 0 auto -100px auto;
		transform: scale(0.5);
	}
}
@media (min-width: 200px) and (max-width: 480.98px) {
	.about_section5 img, .clients img {
		width: 110px;
		height: 110px !important;
	}
	.swiper-button-next, .swiper-button-prev {
        width: 25px !important;
        height: 25px !important;
    }
	.swiper-button-next:after, .swiper-button-prev:after {
    	font-size: 10px !important;
	}
	.footer_search .btn {
		padding: 10px 15px;
	}
	.footer ul li a {
		float: left;
		margin: 0 0 10px 0;
	}
	.xsm-100 {
		width: 100%;
	}
	.xsm-50 {
		width: 50%;
	}
}
@media (min-width: 200px) and (max-width: 350.98px) {
	.xxsm-100 {
		width: 100%;
	}
}