
		.gform_required_legend {
			display: none;
		}
		.service_hub_page {
			margin-top: 120px;
			font-size: 16px;
			font-family: 'LatoRegular', sans-serif;
		}
		.service_hub_page .title,
		.service_hub_page .title p {
			margin: 0;
			font-family: 'LatoSemiBold', sans-serif;
		}
		.service_hub_page .dtl {
			line-height: 26px;
		}
		.service_hub_page .btn_hub {
			display: inline-block;
			font-size: 16px;
			color: #FFF;
			background-color: #FA9B3D;
			border: 1px solid #FA9B3D;
			border-radius: 0;
			padding: 12px 30px;
			transition: .3s;
		}
		.service_hub_page .btn_hub:hover {
			background-color: #fbab3c;
    		border: 1px solid #fbab3c;
		}
		.service_hub_banner {
			background-repeat: no-repeat;
			background-position: 200px -100px;
			background-size: cover;
			position: relative;
			overflow: hidden;
			height: 630px;
		}
		.service_hub_banner::after {
			content: '';
			background: linear-gradient(90deg, #16171E 34.81%, rgba(23, 24, 31, 0) 74.29%);
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			width: 100%;
			height: 100%;
		}
		.service_hub_page .service_hub_banner .main_container {
			display: flex;
    		flex-direction: column;
    		justify-content: center;
			position: relative;
			z-index: 1;
			height: 100%;
			color: #FFF;
		}
		.service_hub_banner .service_hub_content {
			max-width: 500px;
		}
		.service_hub_content .title {
			font-size: 56px;
			line-height: 68px;
			margin-top: -60px;
		}
		.service_hub_filter {
			margin-top: 30px;
		}
		.selectize-control .selectize-input.full {
			width: 85%;
		}
		.selectize-control .selectize-input::before,
		.selectize-control .selectize-input.dropdown-active::before,
		.selectize-control .selectize-input.dropdown-active .item::before {
			display: inline-block;
			margin-right: 7px;
			color: #231F20;
    		opacity: .5;
    		font-size: 20px;
    		font-family: 'LatoRegular', sans-serif;
		}
		.selectize-control .selectize-input,
		.selectize-control .selectize-input.input-active {
			font-size: 20px;
			color: #01A68C;
			font-family: 'LatoSemiBold', sans-serif;
			box-shadow: none;
			padding: 25px 30px;
			border-radius: 90px;
		}
		.selectize-control.single .selectize-input::after {
			border-width: 0 !important;
    		border-color: transparent !important;
    		background-image: url('https://www.flexitrent.com/en/wp-content/uploads/sites/7/2022/08/arrowFilter.svg');
    		background-repeat: no-repeat;
    		background-size: contain;
    		width: 18px !important;
    		height: 18px !important;
    		right: 25px !important;
		}
		.selectize-control.single .selectize-input.dropdown-active::after {
			transform: rotate(180deg);
			top: 25px;
		}
		.service_hub_filter .selectize-dropdown {
			width: 70% !important;
    		margin: 0 auto;
    		border-radius: 0;
    		border: 0;
    		top: 60px !important;
    		width: 370px !important;
    		left: 29px !important;
    		padding: 10px 0 5px;
    		box-shadow: none !important;
		}
		.service_hub_filter .selectize-dropdown .option,
		.service_hub_filter .selectize-dropdown .optgroup-header,
		.service_hub_filter .selectize-dropdown .no-results,
		.service_hub_filter .selectize-dropdown .create {
			padding: 5px 15px;
		}
		.service_hub_filter .selectize-dropdown .option {
			font-family: 'LatoSemiBold', sans-serif;
		}
		.service_hub_filter .selectize-dropdown-content {
			font-size: 16px;
		}
		.service_hub_filter .selectize-dropdown .active {
			background-color: #f7f7f7;
			color: inherit;
		}
		.selectize-input input[type="select-one"] {
			display: none !important;
		}
		.service_hub_posts_part .service_hub_posts {
			display: flex;
			flex-wrap: wrap;
		}
		.service_hub_posts .service_hub_post {
			margin-right: 15px;
			margin-bottom: 20px;
			width: 32.5%;
			cursor: pointer;
			box-shadow: none;
			transition: .35s;
		}
		.service_hub_posts .service_hub_post:hover {
			box-shadow: 2px 3px 30px 1px rgba(0, 0, 0, .2);
		}
		.service_hub_posts .service_hub_post:nth-child(3n) {
			margin-right: 0;
		}
		.service_hub_post .hub_post_image img {
			width: 100%;
			height: 225px;
    		object-fit: cover;
		}
		.service_hub_post .hub_post_dtl {
			border: 1px solid #DDDDDD;
    		border-top: 0;
    		font-size: 13px;
    		padding: 30px 25px 40px;
		}
		.service_hub_post .hub_post_dtl .cat {
			margin: 0;
			color: #00A58B;
    		font-size: 16px;
    		font-family: 'LatoSemiBold', sans-serif;
		}
		.service_hub_post .hub_post_dtl .dtl {
			line-height: 21px;
			margin: 7px 0 23px;
		}
		.service_hub_post .hub_post_dtl .link a {
			color: #00A58B;
			position: relative;
			transition: .15s;
		}
		.service_hub_post .hub_post_dtl .link a:hover {
			opacity: .75;
		}
		.service_hub_post .hub_post_dtl .link a::after {
			content: '';
			height: 1px;
			width: 100%;
			background-color: #00A58B;
			display: block;
			position: absolute;
			left: 0;
			right: 0;
			bottom: -2px;
		}
		.service_hub_content .dtl {
			margin: 20px 0 0;
			width: 90%;
		}
		.service_hub_page .service_hub_proud {
		    background-color: #FFF;
		    display: flex;
		    align-items: center;
		    float: right;
		    position: relative;
		    z-index: 1;
		    margin-top: -80px;
		    padding: 30px 110px 30px 10px;
		}
		.service_hub_page .service_hub_proud::before {
			content: '';
		    display: block;
		    background-color: #FFF;
		    height: 60px;
		    width: 111px;
		    transform: rotate(134deg);
		    position: absolute;
		    left: -72px;
		    top: 31px;
		}
		.service_hub_proud .proud_title {
			color: #808080;
			font-family: 'LatoSemiBold', sans-serif;
			position: relative;
		}
		.service_hub_proud .proud_all {
			display: flex;
			align-items: center;
		}
		.proud_all .proud_item {
			margin-left: 22px;
		}
		.proud_all .proud_item img {
			max-width: 115px;
		}
		.service_hub_posts_part {
			clear: both;
			padding-top: 130px;
		}
		.service_hub_posts_part .title {
			font-size: 52px;
			line-height: 62px;
			text-align: center;
			max-width: 730px;
			margin: 0 auto;
			margin-bottom: 55px;
		}
		.hub_posts_contact {
			text-align: center;
			margin-top: 40px;
		}
		.hub_posts_contact .posts_contact_title {
			font-size: 18px;
			margin-bottom: 15px;
		}
		.hub_posts_add_part {
			background-color: #151B21;
			margin-top: 100px;
		}
		.hub_posts_add_part .hub_posts_add {
			display: flex;
    		justify-content: space-between;
    		align-items: flex-start;
    		padding-top: 80px;
		}
		.hub_posts_add .hub_add_img img {
			width: 500px;
			height: 550px;
			object-fit: cover;
			position: relative;
			margin-bottom: -50px;
		}
		.hub_posts_add .hub_add_dtl {
			margin-left: 100px;
		}
		.hub_posts_add .hub_add_dtl .title {
			color: #FFF;
			font-size: 52px;
			margin-bottom: 30px;
		}
		.hub_posts_add .hub_add_dtl .dtl {
			color: #b9bbbd;
		}
		.hub_posts_add .hub_add_dtl .dtl p {
			margin-bottom: 30px;
		}
		.hub_posts_add .hub_add_dtl .dtl b,
		.hub_posts_add .hub_add_dtl .dtl strong {
			color: #FFF;
		}
		.hub_add_dtl .hub_add_btn {
			margin-bottom: 60px;
		}
		.hub_add_btn .btn_hub {
			padding: 12px 23px;
		}
		.service_hub_cases_part {
			margin-top: 160px;
		}
		.service_hub_cases .service_hub_case {
			display: flex;
			align-items: center;
			justify-content: space-between;
		}
		.service_hub_case .hub_cases_l {
			width: 43%;
		}
		.service_hub_case .hub_cases_r {
			width: 49%;
		}
		.service_hub_case .hub_cases_r img {
			height: 415px;
			object-fit: cover;
		}
		.hub_cases_l .cases {
			font-size: 20px;
			margin-bottom: 15px;
		}
		.hub_cases_l .title {
			font-size: 32px;
			margin-bottom: 17px;
		}
		.hub_cases_l .dtl {
			color: #898d8f;
		}
		.hub_cases_l .hub_cases_add {
			position: relative;
			float: left;
			margin-top: 15px;
		}
		.service_hub_cases .hub_cases_add .owl-nav button,
		.service_hub_cases .hub_cases_add .owl-dots button {
			background-color: #00AB8E !important;
			border: 0;
			border-radius: 50%;
			padding: 0;
			margin: 0;
			transition: .25s;
		}
		.service_hub_cases .hub_cases_add .owl-nav button {
			height: 32px;
			width: 32px;
			text-align: center;
		}
		.service_hub_cases .hub_cases_add .owl-nav button.owl-prev {
			position: absolute;
			left: 0;
		}
		.service_hub_cases .hub_cases_add .owl-nav button.owl-next {
			position: absolute;
			right: 0;
		}
		.service_hub_cases .hub_cases_add .owl-dots {
			margin:  0 45px;
		}
		.service_hub_cases .hub_cases_add .owl-dots button {
			height: 16px;
			width: 16px;
			margin: 0 2px;
			opacity: .5;
		}
		.service_hub_cases .hub_cases_add .owl-dots button.active,
		.service_hub_cases .hub_cases_add .owl-dots button:hover,
		.service_hub_cases .hub_cases_add .owl-nav button {
			opacity: 1;
		}
		.service_hub_cases .hub_cases_add .owl-nav button.disabled {
			opacity: .5;
			cursor: default;
		}
		.service_hub_cases .hub_cases_add .owl-nav img {
			width: 6px;
			margin: 0 auto;
		}
		.service_hub_products_part .service_hub_products {
			position: relative;
			margin-top: 35px;
		}
		.service_hub_products_part .service_hub_products::after {
			content: '';
			position: absolute;
			left: 0;
			right: 0;
			top: 20px;
			width: 100%;
			height: 1px;
			background-color: rgba(0, 0, 0, .1);
		}
		.service_hub_products > .title {
			font-size: 32px;
			background-color: #FFF;
    		max-width: 410px;
    		position: relative;
    		z-index: 1;
    		margin-bottom: 50px;
		}
		.hub_products .hub_product {
			text-align: center;
			background-color: #F4F4F4;
    		box-sizing: border-box;
    		margin-bottom: 25px;
    		cursor: pointer;
    		transition: .3s;
    		position: relative;
    		overflow: hidden;
    		padding-bottom: 35px;
		}
		.hub_products .hub_product::before,
		.hub_products .hub_product::after {
			content: '';
			position: absolute;
			display: block;
			background-color: #FFF;
			width: 25px;
    		height: 43px;
    		transform: rotate(-55deg);
		}
		.hub_products .hub_product::before {
			right: -2px;
		    top: -25px;
		}
		.hub_products .hub_product::after {
			left: -8px;
		    bottom: -22px;
		}
		.hub_products .hub_product:hover {
			background-color: #9a93932b;
		}
		.hub_products .hub_product:nth-child(4n) {
			margin-right: 0;
		}
		.hub_product .hub_product_img {
			height: 100px;
			padding: 35px 70px 125px;
		}
		.hub_products .hub_product img {
			width: 100%;
		}
		.hub_product .title_pr {
			font-size: 20px;
			margin-top: 15px;
			margin-bottom: 5px;
		}
		.hub_product a.link {
			font-size: 14px;
			color: #00AB8E;
			font-family: 'LatoSemiBold', sans-serif;
			transition: .15s;
		}
		.hub_product a.link:hover {
			opacity: .75;
		}
		.service_hub_contact_part .service_hub_contact {
			margin-top: 115px;
			background-color: #151B21;
			display: flex;
			align-items: center;
			padding: 80px;
			justify-content: space-between;
    		box-sizing: border-box;
		}
		.service_hub_contact .hub_contact_img img {
			width: 427px;
			height: 427px;
			object-fit: cover;
		}
		.service_hub_contact .hub_contact_form {
			width: calc(100% - 500px);
			position: relative;
		}
		.hub_contact_form .gform_wrapper {
			border: 0;
		}
		.hub_contact_form .gform_wrapper form {
			margin: 0 !important;
		}
		.hub_contact_form .hub_form_dtl {
			color: #FFF;
		}
		.hub_contact_form .hub_form_dtl .title {
			font-size: 32px;
			margin-bottom: 5px;
		}
		.hub_contact_form .hub_form_dtl .dtl {
			font-size: 20px;
		}
		.service_hub_contact .hub_contact_form .gform_wrapper .gfield_label {
			display: none;
		}
		.hub_contact_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
			padding: 5px 0 !important;
			background-color: transparent;
    		border: 0;
    		border-bottom: 1px solid rgba(255, 255, 255, .3);
    		-webkit-appearance: none;
    		border-radius: 0;
    		font-size: 14px;
    		color: #FFF;
    		margin-bottom: -8px;
		}
		.hub_contact_form .gform_wrapper .gfield textarea {
			background-color: transparent;
			height: 90px !important;
			padding: 13px 0 5px !important;
			resize: none;
			-webkit-appearance: none;
    		border-radius: 0;
    		border: 0;
    		border-bottom: 1px solid rgba(255, 255, 255, .3);
    		font-size: 14px;
    		color: #FFF;
		}
		.hub_contact_form .gform_wrapper input::-webkit-input-placeholder,
		.hub_contact_form .gform_wrapper .gfield textarea::-webkit-input-placeholder {
		    color: #FFF !important;
		}
		.hub_contact_form .gform_wrapper input::-moz-placeholder,
		.hub_contact_form .gform_wrapper .gfield textarea::-moz-placeholder {
		    color: #FFF !important;
		}
		.hub_contact_form .gform_wrapper input:-ms-input-placeholder,
		.hub_contact_form .gform_wrapper .gfield textarea:-ms-input-placeholder {
		    color: #FFF !important;
		}
		.hub_contact_form .gform_wrapper input:-moz-placeholder,
		.hub_contact_form .gform_wrapper .gfield textarea:-moz-placeholder {
		    color: #FFF !important;
		}
		.hub_contact_form .gform_wrapper .gform_validation_errors {
			display: none;
		}
		.hub_contact_form .gform_wrapper .gfield_validation_message,
		.hub_contact_form .gform_wrapper .validation_message {
			background: transparent;
			border: 0;
    		padding: 0;
    		font-size: 12px !important;
		}
		.hub_contact_form .gform_wrapper .gform_footer input.button,
		.hub_contact_form .gform_wrapper .gform_footer input[type=submit] {
			font-family: 'LatoRegular', sans-serif;
			margin-top: 18px;
			border-radius: 0;
		}
		.hub_contact_form .gform_confirmation_wrapper .gform_confirmation_message {
			background-color: #151b21;
    		color: #FFF;
    		text-align: center;
    		position: absolute;
    		top: 0;
		    left: 0;
		    right: 0;
		    height: 150px;
		}
		.hub_contact_form .gform_wrapper .gfield.gfield--width-full .gfield_validation_message {
			margin-top: -6px;
		}
		@media(max-width: 1330px) {
			.service_hub_posts .service_hub_post {
				margin-right: 14px;
			}
			.service_hub_banner {
				background-position: 200px -50px;
			}
		}
		@media(max-width: 1200px) {
			.service_hub_page {
				font-size: 14px;
			}
			.hub_product .hub_product_img {
				padding: 35px 70px 105px;
			}
			.service_hub_banner {
				height: 515px;
				overflow: inherit;
			}
			.service_hub_content .title {
				font-size: 45px;
    			line-height: 51px;
			}
			.service_hub_content .dtl {
			    margin: 15px 0 0;
			    width: 75%;
			}
			.service_hub_filter {
			    margin-top: 25px;
			}
			.selectize-control .selectize-input,
			.selectize-control .selectize-input.input-active,
			.selectize-control .selectize-input::before,
			.selectize-control .selectize-input.dropdown-active::before,
			.selectize-control .selectize-input.dropdown-active .item::before {
				font-size: 16px;
			}
			.selectize-control .selectize-input.full {
				width: 70%;
			}
			.selectize-control .selectize-input,
			.selectize-control .selectize-input.input-active {
				padding: 18px 27px;
				border-radius: 70px;
			}
			.service_hub_filter .selectize-dropdown {
				width: 283px !important;
				top: 45px !important;
			}
			.selectize-control.single .selectize-input::after {
				width: 15px !important;
			}
			.selectize-control.single .selectize-input.dropdown-active::after {
			    top: 18px;
			}
			.service_hub_page .service_hub_proud {
				padding: 20px 70px 20px 0;
				margin-top: -60px;
			}
			.service_hub_proud .proud_title {
				font-size: 13px;
			}
			.proud_all .proud_item {
				margin-left: 18px;
			}
			.proud_all .proud_item img {
			    max-width: 80px;
			}
			.service_hub_posts_part {
				padding-top: 100px;
			}
			.service_hub_posts_part .title {
				font-size: 42px;
				line-height: 53px;
				margin-bottom: 45px;
			}
			.service_hub_posts .service_hub_post {
				margin-right: 11px;
				margin-bottom: 11px;
			}
			.service_hub_post .hub_post_image img {
				height: 170px;
			}
			.service_hub_post .hub_post_dtl {
				padding: 15px 15px 22px;
				font-size: 12px;
			}
			.hub_posts_add_part {
				margin-right: 20px;
			}
			.hub_posts_add_part .hub_posts_add {
				align-items: flex-end;
				padding-top: 65px;
			}
			.hub_posts_add .hub_add_img img {
				width: 390px;
    			height: 430px;
			}
			.hub_posts_add .hub_add_dtl {
				font-size: 15px;
				margin-left: 50px;
			}
			.hub_posts_add .hub_add_dtl .title {
				font-size: 42px;
				margin-bottom: 15px;
			}
			.hub_posts_add .hub_add_dtl .dtl {
				width: 90%;
			}
			.hub_cases_l .dtl,
			.hub_product .title_pr {
				font-size: 16px;
			}
			.service_hub_case .hub_cases_r img {
				height: 380px;
			}
			.service_hub_products_part .service_hub_products,
			.service_hub_contact_part .service_hub_contact {
				margin-top: 100px;
			}
			.service_hub_products > .title {
				font-size: 25px;
				max-width: 330px;
			}
			.hub_product a.link {
				font-size: 12px;
			}
			.service_hub_contact .hub_contact_img img {
				width: 377px;
				height: 377px;
			}
			.service_hub_contact .hub_contact_form {
				width: calc(100% - 450px);
			}
			.hub_contact_form .hub_form_dtl {
				margin-bottom: 15px;
			}
			.hub_contact_form .hub_form_dtl .title {
				font-size: 27px;
				margin-bottom: 3px;
			}
			.hub_contact_form .hub_form_dtl .dtl,
			.hub_contact_form .gform_confirmation_wrapper .gform_confirmation_message {
			    font-size: 18px;
			}
		}
		@media (max-width: 1024px) {
			.hub_product .hub_product_img {
			    padding: 35px 70px 80px;
			}
		}
		@media(max-width: 992px) {
			.hub_product .hub_product_img {
			    padding: 35px 50px 55px;
			   min-height: 135px;
			}
			.service_hub_banner {
				background-position: inherit;
			}
			.service_hub_page .service_hub_proud {
				float: inherit;
			    padding: 20px 0;
			    margin-top: 0;
			    justify-content: center;
			    position: inherit;
			}
			.service_hub_banner .service_hub_content {
				margin: 0 auto;
				text-align: center;
			}
			.service_hub_content .title {
				margin-top: 0;
				font-size: 42px;
			}
			.service_hub_content .dtl {
				width: 85%;
				margin: 10px auto 0;
			}
			.selectize-control .selectize-input.full {
				text-align: left;
				width: 75%;
			}
			.service_hub_filter .selectize-dropdown {
				left: 90px !important;
				width: 315px !important;
			}
			.proud_all .proud_item img {
				max-width: 90px;
			}
			.service_hub_posts_part {
				padding-top: 50px;
			}
			.service_hub_posts .service_hub_post {
				width: 48.8%;
				margin-bottom: 20px;
			}
			.service_hub_posts .service_hub_post,
			.service_hub_posts .service_hub_post:nth-child(3n) {
				margin-right: 15px;
			}
			.service_hub_posts .service_hub_post:nth-child(2n) {
				margin-right: 0;
			}
			.service_hub_post .hub_post_image img {
				height: 185px;
			}
			.hub_posts_add_part .hub_posts_add {
				align-items: inherit;
				flex-wrap: wrap;
				justify-content: center;
				padding-top: 60px;
			}
			.hub_posts_add .hub_add_dtl .title {
				margin-bottom: 22px;
			}
			.hub_posts_add .hub_add_img {
				order: 2;
			}
			.hub_posts_add .hub_add_dtl {
				order: 1;
				margin-left: 0;
				text-align: center;
			}
			.hub_posts_add .hub_add_dtl .dtl {
				width: 85%;
				margin: 0 auto;
			}
			.hub_posts_add .hub_add_img img {
				margin-bottom: -130px;
			}
			.service_hub_cases .service_hub_case {
				display: block;
				text-align: center;
				max-width: 455px;
				margin: 0 auto;
			}
			.service_hub_case .hub_cases_l,
			.service_hub_case .hub_cases_r {
				width: 100%;
			}
			.service_hub_cases_part {
			    margin-top: 220px;
			}
			.hub_cases_l .hub_cases_add {
    			position: absolute;
			    bottom: -50px;
			    float: inherit;
			    margin-top: 0;
			   left: 50%;
    			transform: translateX(-50%);
			}
			.service_hub_cases.owl-carousel .owl-stage-outer {
				padding-bottom: 70px;
			}
			.service_hub_case .hub_cases_r {
				margin-top: 30px;
			}
			.service_hub_case .hub_cases_r img {
			    height: 245px;
			    width: 70% !important;
			    margin: 0 auto;
			}
			.service_hub_products_part .service_hub_products {
				margin-top: 80px;
			}
			.service_hub_products > .title {
				margin-bottom: 30px;
			}
			.hub_products .owl-dots,
			.service_hub_posts .owl-dots {
				text-align: center;
				margin-top: -15px;
			}
			.hub_products .owl-dots button,
			.service_hub_posts .owl-dots button {
				background-color: #E5E5E5 !important;
				border: 0;
				border-radius: 50%;
				padding: 0;
				margin: 0;
				height: 7px;
				width: 7px;
				margin: 0 2px;
			}
			.hub_products .owl-dots button.active,
			.service_hub_posts .owl-dots button.active {
				background-color: #00AB8E !important;
			}
			.service_hub_contact_part .service_hub_contact {
				margin-top: 40px;
				flex-wrap: wrap;
				justify-content: center;
			}
			.service_hub_contact_part .main_container {
				padding: 0;
			}
			.service_hub_contact .hub_contact_img,
			.service_hub_contact .hub_contact_form {
				width: 100%;
				max-width: 430px;
				margin: 0 auto;
			}
			.service_hub_contact .hub_contact_img img {
			    height: 430px;
			    width: 100%;
			}
			.service_hub_contact .hub_contact_form {
				margin-top: 45px;
			}
			.hub_contact_form .gform_wrapper .gform_footer input.button,
			.hub_contact_form .gform_wrapper .gform_footer input[type=submit] {
				font-size: 16px;
				margin-left: auto;
    			margin-right: auto;
			}
		}
		@media (max-width: 850px) {
			.hub_product .hub_product_img {
				min-height: 100px;
			}
		}
		@media (max-width: 768px) {
			.hub_product .hub_product_img {
			    min-height: 135px;
			}
		}
		@media (max-width: 767px) {
			.hub_product .hub_product_img {
				height: 80px;
			}
			.service_hub_page .dtl {
				line-height: 22px;
			}
			.service_hub_banner {
				height: 430px;
				background-position: center;
			}
			.service_hub_content .title {
				font-size: 32px;
				line-height: 41px;
			}
			.service_hub_content .dtl {
				font-size: 13px;
				width: 95%;
			}
			.selectize-control {
				width: 315px;
				margin: 0 auto;
			}
			.selectize-control .selectize-input.full {
				width: 315px !important;
			}
			.service_hub_filter .selectize-dropdown {
			    left: 24px !important;
			    width: 270px !important;
			}
			.service_hub_page .service_hub_proud {
				display: block;
				text-align: center;
				padding: 10px 0;
			}
			.service_hub_proud .proud_all {
				justify-content: center;
			}
			.service_hub_proud .proud_title {
				margin-bottom: 15px;
			}
			.service_hub_posts_part .title {
			    font-size: 32px;
			    line-height: 40px;
			    margin-bottom: 28px;
			    max-width: 350px;
			}
			.main_container_posts_part.main_container {
				padding: 0;
			}
			.service_hub_posts_part .service_hub_posts {
				display: block;
			}
			.service_hub_posts .service_hub_post,
			.service_hub_posts .service_hub_post:nth-child(3n) {
			    margin-right: 0;
			}
			.service_hub_posts .service_hub_post {
				width: 100%;
			}
			.service_hub_posts_part {
				padding-top: 70px;
			}
			.service_hub_post .hub_post_image img {
				height: 130px;
				width: 100%;
			}
			.service_hub_posts .service_hub_post:hover {
				transition: 0s;
				box-shadow: none;
			}
			.service_hub_post .hub_post_dtl {
				padding: 10px 10px 15px;
			}
			.service_hub_post .hub_post_dtl .dtl {
				line-height: 14px;
				font-size: 9px;
				margin-bottom: 15px;
			}
			.service_hub_post .hub_post_dtl .cat {
				font-size: 12px;
			}
			.service_hub_post .hub_post_dtl .link a {
				font-size: 10px;
			}
			.service_hub_posts.owl-carousel .owl-stage {
				display: flex;
				align-items: center;
			}
			.service_hub_posts.owl-carousel .owl-item::before {
				content: '';
				display: block;
				background: linear-gradient(210deg, #FFFFFF 2.79%, rgba(255, 255, 255, 0) 146.61%);
				position: absolute;
				left: 0;
				right: 0;
				top: 0;
				width: 100%;
				height: 100%;
			}
			.service_hub_posts.owl-carousel .owl-item.center:before {
				background: none;
			}
			.service_hub_posts.owl-carousel .owl-item.active.center .service_hub_post {
				zoom: 1.1;
			}
			.service_hub_post .hub_post_dtl {
				position: relative;
			}
			.service_hub_posts .owl-dots {
				margin-top: -5px;
			}
			.hub_posts_add_part {
				margin-top: 75px;
				margin-right: 10px;
			}
			.hub_posts_add .hub_add_dtl .title {
				font-size: 32px;
				margin-bottom: 18px;
			}
			.hub_posts_add .hub_add_dtl .dtl {
				width: 95%;
				font-size: 14px;
				line-height: 26px;
			}
			.hub_posts_add .hub_add_img img {
			    width: 275px;
			    height: 305px;
			    margin-bottom: -50px;
			}
			.service_hub_cases_part {
				margin-top: 110px;
			}
			.hub_cases_l .cases {
				font-size: 14px;
			}
			.hub_cases_l .dtl {
				line-height: 26px;
    			font-size: 14px;
			}
			.service_hub_case .hub_cases_r img {
				width: 100% !important;
				height: 265px;
			}
			.hub_cases_l .hub_cases_add {
				bottom: -37px;
			}
			.service_hub_products_part .service_hub_products {
				margin-top: 40px;
			}
			.service_hub_products > .title {
			    font-size: 22px;
			    max-width: 280px;
			    padding-left: 10px;
			}
			.service_hub_products_part .service_hub_products::after {
				top: 13px;
			}
			.service_hub_products_part .main_container {
				padding: 0 10px;
			}
			.hub_products.owl-carousel {
				margin-left: 10px;
			}
			.hub_product .title_pr {
				margin-bottom: 2px;
			}
			.service_hub_contact_part .service_hub_contact {
				margin-top: 60px;
				padding: 40px 20px 50px;
			}
			.service_hub_contact .hub_contact_img,
			.service_hub_contact .hub_contact_form {
				max-width: 100%;
				text-align: center;
			}
			.service_hub_contact .hub_contact_img img {
				height: 255px;
				max-width: 255px;
				margin: 0 auto;
			}
			.hub_contact_form .hub_form_dtl {
				text-align: center;
			}
			.hub_contact_form .hub_form_dtl .title {
				font-size: 25px;
				margin-bottom: 5px;
			}
			.hub_contact_form .hub_form_dtl .dtl,
			.hub_contact_form .gform_confirmation_wrapper .gform_confirmation_message {
				font-size: 16px;
			}
			.hub_contact_form .hub_form {
				max-width: 230px;
				margin: 35px auto 0;
			}
			body .hub_form .gform_wrapper .top_label div.ginput_container {
			    margin-top: -10px!important;
			}
			.hub_contact_form .gform_wrapper .gform_footer input.button,
			.hub_contact_form .gform_wrapper .gform_footer input[type=submit] {
				margin-top: 35px;
			}
			.gform_wrapper .gform_footer input.button,
			.gform_wrapper .gform_footer input[type=submit],
			.gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
				padding: 8px 67px;
			}
			.hub_contact_form .gform_wrapper .gfield_validation_message,
			.hub_contact_form .gform_wrapper .validation_message {
				font-size: 10px;
				text-align: left;
			}
			.hub_contact_form .gform_confirmation_wrapper .gform_confirmation_message {
				height: 100px;
			}
			.hub_product .hub_product_img {
			    height: 150px;
			}
		}