@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700,900,500,600,500italic,400italic|Inter:400");

html, body {
	margin: 0;
	padding: 0;
	font-family: Poppins !important;
	font-size: 16px;
	line-height: 1.5;
	color: #4E5B6F;
}
.dropdown-menu .dropdown-item:hover {
	background: #631910 !important;
	color: #FFFFFF !important;
}
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, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, 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, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	font: revert;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.5rem;
	font-weight: bold;
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
h1 {
	font-size: 2.4em;
	font-weight: 900;
}
h2, .entry-title {
	font-size: 1.7em;
	font-weight: 900;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.15em;
}
h5 {
	font-size: 1.15em;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
h6 {
	font-size: 1em;
}
  /** TEXT **************************************/
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
b, strong {
	font-weight: bold;
	padding-bottom: 10;
	padding-top: 10;
}
li {
	margin: 10 0 0 20;
}
main {
	min-height: 100vh;
	margin: 125px -15px 0;
	padding: 0 15px;
	transition: transform 0.5s ease-in-out;
}
*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
 /** TEXT **************************************/

html, body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #4E5B6F;
}
body {
	text-align: left;
	background-color: #fff;
}
*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/*
    -------------------------------------------
        Header
    -------------------------------------------
*/
.menu-header-menu-container{
	margin-left: auto !important;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}
.nav-link, .dropdown-item{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700 !important;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.2px;
	color: #101010;
	z-index: 6;
}
nav ul li {
    margin: 0;
}
.main-menu{
	display: flex;
	width: 100%;
}
#sidebar-mobile #menu .list{
	margin-top: 10px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 990px) {
	body.mobile-toggle-active {
		overflow: hidden;
	}
}
@media (max-width: 990px) {
	main {
		margin-top: 65px;
	}
	
}
#topbar {
	height: 40px;
	padding: 0 20px;
	color: #fff;
	position: relative;
	z-index: 2;
}
#topbar nav {
	padding-right: 0;
}
#topbar li:first-child a {
	border-left: 1px solid #DDE6E9;
}
#topbar a {
	padding: 8px;
}
#topbar a i {
	padding-right: 5px;
}
#topbar a:last-child {
	padding-right: 0;
}
#topbar .office-number, #topbar .office-email {
	width: 200px;
	padding: 0;
	margin: 0;
	float: right;
}
.social-media {
	display: flex;
}
.social-media a {
	display: inline-flex;
	text-decoration: none;
}
.navbar-brand {
	padding: 8px 0;
}
.navbar {
	padding: 0 1rem;
	background:#ffff;
	height: 90px;
	z-index:999;
	margin:0 auto;
	/* border-bottom: 1px solid #dadada; */
	width:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
}
nav ul {
	margin: 0;
	height: auto;
	list-style-type: none !important;
	padding-left: 0px !important;
	padding-top: inherit !important;
	padding-bottom: inherit !important;
}
.menu-header-menu-container ul, .wp-admin ol, .wp-admin ul, #wp-toolbar ul{
	list-style-type: none !important;
	padding-left: 0px !important;
	padding-top: inherit !important;
	padding-bottom: inherit !important;
}
#adminmenuwrap ul {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
nav ul li {
	margin: 0;
}
nav ul li .btn-default:last-child {
	margin-left: 5px;
	height: 40px;
}
header nav li.active a, header nav li.current_page_parent a, header nav li.current-page-ancestor a {
	color: rgba(0,0,0,1);
}
header nav li.active a, header nav li.current_page_parent a {
	color: rgba(0,0,0,1);
}
header nav li.btn-default:last-child a {
	font-size: 12px;
}
header nav li.btn-default:last-child a:hover {
	color: #fff;
}
.mobile-search{
	display: none !important;
}
.search-content svg{
	cursor: pointer;
    height: 1.3em;
    position: absolute;
    z-index: 5;
    font-size: 22px;
    padding-left: 12px;
    top: 19px;
}
.search-content .field{
	background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(56, 55, 55, 0.2);
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 20px;
    border: none;
    padding-left: 50px;
    outline: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #101010;
	width: 60%;
}
#searchsubmit{
	padding: 12px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    background: #631910;
    color: #FFFFFF;
    padding: 20px;
	margin-left: -5px;
	width: 15%;
}
.search-content1{
	margin-left: 2% !important;
	width: 96%;
	margin: auto;
	text-align: center;
}
.input-group1{
	position: relative;
}
@media only screen and (max-width: 990px) {
	.mobile-search{
		padding-left: 0px;
		position: relative;
    	right: 0px;
		display: block !important;
	}
	.navbar-brand {
		margin: 0 auto;
		height: 10% !important;
	}
	#company-logo {
		height: 40px;
		margin: 12px auto;
	}
	#mobile-toggle {
		display: inline-block;
		padding: 23px 20px;
		margin: 0;
		background-color: transparent;
		cursor: pointer;
		z-index: 2;
		position: absolute;
		top: 0;
		border: none;
		outline: none;
	}
	.bar {
		display: block;
		background-color: rgba(0,0,0,1);
		width: 38px;
		height: 5px;
		border-radius: 50px;
		margin: 6px auto;
		transition: background-color 0.5s ease-in, transform 0.5s ease-in, width 0.5s ease-in;
	}
	body.mobile-toggle-active #mobile-toggle .top {
		-webkit-transform: translateY(10px) rotateZ(45deg);
		-moz-transform: translateY(10px) rotateZ(45deg);
		-ms-transform: translateY(10px) rotateZ(45deg);
		-o-transform: translateY(10px) rotateZ(45deg);
		transform: translateY(10px) rotateZ(45deg);
	}
	body.mobile-toggle-active #mobile-toggle .bottom {
		-webkit-transform: translateY(-8px) rotateZ(-45deg);
		-moz-transform: translateY(-8px) rotateZ(-45deg);
		-ms-transform: translateY(-8px) rotateZ(-45deg);
		-o-transform: translateY(-8px) rotateZ(-45deg);
		transform: translateY(-8px) rotateZ(-45deg);
	}
	body.mobile-toggle-active #mobile-toggle .middle {
		width: 0;
	}
	.main-menu {
		display: block;
	}
}
@media only screen and (max-width: 990px) and (orientation : portrait){
	#main-menu {
		height: 9%;
	}
}
@media only screen and (max-width: 990px) and (orientation : landscape){
	#main-menu {
		height: 19%;
	}
}
.fixed-top {
	height: 55px;
}
body.customize-support header {
	top: 32px;
}
#topbar {
	height: 40px;
	color: #fff;
	position: relative;
	z-index: 2;
}
#head {
	background-color: #fff !important;
	/* border-bottom: 1px solid #DDE6E9;*/
	width: 100%;
}
.navbar {
	padding: 0.1rem .1rem !important;
}
.navbar-brand {
	padding: 8px 0;
}

nav ul li {
	margin: 0;
}
header nav a {
	font-size: 14px;
	display: flex !important;
	justify-content: center;
	flex-direction: column;
	font-size: 16px;
	color: rgba(0,0,0,1);
}
#company-logo {
	background-image: url('/wp-content/themes/fluidline/img/fluidline-logo.svg');
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
	position: relative;
	z-index: 1;
}
nav ul li {
    margin: 0;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	color: #101010;
}
.navbar-expand-lg .navbar-collapse {
	display: grid !important;
}
@media only screen and (max-width: 990px) {
	body.mobile-toggle-active {
		overflow: hidden;
	}
	.navbar-expand-lg .navbar-collapse, footer .d-lg-block {
		display: none !important;
	}
	footer .col-lg-8{
		text-align: center;
	}
}
@media (max-width: 990px) {
	body.mobile-toggle-active main:before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		z-index: 9999;
		background: rgba(249, 250, 253, 0.8);
	}
}
@media only screen and (max-width: 990px) {
	#company-logo {
		height: 35px !important;
		width: 236px !important;
		margin-top: 21px;
		z-index: 120;
	}
	header nav li.current_page_item a::after{
		color: #631910 !important;
		display: inline-block !important;
		margin-left: .255em !important;
		vertical-align: .255em;
		content: "";
		border-top: .3em solid;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent;
	}
	#mobile-toggle {
		display: inline-block;
		padding: 12px 0px;
		margin: 0;
		background-color: transparent;
		cursor: pointer;
		position: absolute;
		top: 0;
		border: none;
		margin: 12px auto;
		z-index: 100;
		outline: none;
	}
	.navbar {
		padding: 0 1rem;
		background:#ffff;
		height: fit-content;
		z-index: auto;
		margin:-12px auto;
		/* border-bottom: 1px solid #dadada; */
		width:100%;
		position:fixed;
		top:0;
		left:0;
		right:0;
		display: block !important;
	}
	body.mobile-toggle-active #mobile-toggle .top {
		-webkit-transform: translateY(10px) rotateZ(45deg);
		-moz-transform: translateY(10px) rotateZ(45deg);
		-ms-transform: translateY(10px) rotateZ(45deg);
		-o-transform: translateY(10px) rotateZ(45deg);
		transform: translateY(10px) rotateZ(45deg);
	}
	body.mobile-toggle-active #mobile-toggle .bottom {
		-webkit-transform: translateY(-12px) rotateZ(-45deg);
		-moz-transform: translateY(-12px) rotateZ(-45deg);
		-ms-transform: translateY(-12px) rotateZ(-45deg);
		-o-transform: translateY(-12px) rotateZ(-45deg);
		transform: translateY(-12px) rotateZ(-45deg);
	}
		body.mobile-toggle-active #mobile-toggle .middle {
		width: 0;
	}
}
#sidebar-mobile {
	max-width: 350px;
	height: 100vh;
	overflow: scroll;
	background: #fff;
	padding: 0 !important;
	position: fixed !important;
	z-index: 16;
	top: 0;
	left: -350px;
	border-right: 1px solid #DDE6E9;
	transition: transform 0.5s ease-in-out;
	box-shadow: 0 4px 20px 1px rgb(0 0 0 / 6%), 0 1px 4px rgb(0 0 0 / 8%);
}
#sidebar-mobile li {
	margin: 0;
}
#sidebar-mobile a.nav-link {
	padding: 0.2rem 1rem;
}
#sidebar-mobile li.current_page_item a{
    color: #631910 !important;
}
#main-nav-mobile {
	padding: 60px 30px 80px 10px;
	overflow: scroll;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sidebar-mobile .dropdown-menu{
	position: sticky !important;
	transform: inherit !important;
	border:none;
}
.dropdown-toggle::after {
	margin-left: 0.5em !important;
	display: inline-block !important;
	width: 10px !important;
	height: 10px !important;
	border-right: 0.2em solid black !important;
	border-top: 0.2em solid black !important;
	transform: rotate(135deg) !important;
	border-left: none !important;
	vertical-align: .155em !important;
}
#main-nav-mobile a {
	color: rgba(0,0,0,1);
}
#sidebar-mobile .social-media {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom:40;
	background: #fff;
	display: table;
	text-align: center;
	border-top: 1px solid #DDE6E9;
}
#sidebar-mobile .social-media a {
	color: rgba(0,0,0,1);
	padding: 20px;
	display: table-cell;
	border-right: 1px solid #DDE6E9;
}
#menu-header-menu .dropdown-menu a:focus, #menu-header-menu .dropdown-menu a:hover, #menu-header-menu .dropdown-menu a:active{
	color: #FFFFFF !important;
}
#menu-header-menu a:focus, #menu-header-menu a:hover, #menu-header-menu a:active{
	color: rgba(0,0,0,1) !important;
}
@media (max-width: 990px) {
	#sidebar-mobile {
		padding: 80px 0 0 !important;
	}
	body.mobile-toggle-active #sidebar-mobile, body.mobile-toggle-active main, body.mobile-toggle-active #blog-nav {
		transform: translateX(350px);
	}
	.sub-menu-start {
		margin-top: 30px;
		padding-top: 15px;
		border-top: 1px solid #DDE6E9;
	}
}
#menu .arrow {
	cursor: pointer;
}
#menu .down {
	margin-left: 0.5em !important;
	display: inline-block !important;
	width: 10px !important;
	height: 10px !important;
	border-right: 0.2em solid black !important;
	border-top: 0.2em solid black !important;
	transform: rotate(135deg) !important;
	border-left: none !important;
	vertical-align: .155em !important;
	margin-top: 5px;
}
#menu .up {
	margin-left: 0.5em !important;
	display: inline-block !important;
	width: 10px !important;
	height: 10px !important;
	border-left: 0.2em solid black !important;
	border-bottom: 0.2em solid black !important;
	transform: rotate(135deg) !important;
	vertical-align: .155em !important;
	border-top: none !important;
	border-right: none !important;
	margin-top: 10px;
}
#menu #icon {
	width: 20%;
	text-align: right;
	cursor: pointer;
}
#menu p {
	margin-bottom: 0rem;
}
.footer-content, .bottom-content{
	padding:20px;
}
.dropdown-toggle{
	display: block !important;
}
.bottom-content{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	background: #000000;
	padding-top:30px;
	padding-bottom:30px;
}
.social-media a {
	color:rgba(0,0,0,1);
	padding: 0px 5px;
	font-size: 20px;
}
.social-media a {
	display: inline-flex;
}
#sidebar-mobile .social-media a {
	color:rgba(0,0,0,1);
	padding: 20px;
	display: table-cell;
	border-right: 1px solid #DDE6E9;
}
.border{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #D9D9D9 !important;
}
.main-content{
	width: 568px;
	color: rgba(255,255,255,1);
	font-weight: Regular;
	font-size: 20px;
	opacity: 1;
	text-align: left;
}
h2 {
	width: 653px;
	color: #fff;
	left: 40px;
	font-weight: SemiBold;
	font-size: 45px;
}
#content .col-md-7{
	margin-top: 200;
}
header nav a {
	padding-top: 0px !important;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff !important;
	background-color: #ff9800;
}
nav li a[aria-current] {
	color: #631910 !important;
}
a{
	cursor: pointer;
}
header{
	align-items: flex-end !important;
	display: flex;
	gap: 14px;
	margin-left: 2%;
    margin-right: 2%;
}
#company-logo{
	cursor: pointer !important;
	height: 100px;
	width: 150px;
}
.search-icon{
	padding: .5rem 0rem !important;
}

/*
    -------------------------------------------
        Header
    -------------------------------------------
*/

/*
    -------------------------------------------
        FOOTER
    -------------------------------------------
*/
footer {
	background: #fff;
	position: relative;
	bottom: 0;
	width: 100%;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #101010;
}
.footer .row {
	margin-right: 0px;
	margin-left: 0px;
}
footer p {
	font-size: 12px;
	margin: 0;
	color: #1A1818;
}
.copyright{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #101010;
}
.copyright a {
	padding-right: 15px;
	position: relative;
	color:#631910;
}
.copyright a:last-child:after {
	display: none;
}
.copyright a:after {
	content: '';
	width: 3px;
	height: 3px;
	background: #4E5B6F;
	border-radius: 50px;
	position: absolute;
	top: 7px;
	right: 5px;
}
footer .social-media {
	float: right;
}
#sub-footer span{
	color:#631910;
}
@media (min-width: 991px){
	#sub-footer .col-md-2 {
		flex: 0 0 25% !important;
		max-width: 25% !important;
	}
}
#sub-footer{
	padding-top: 35px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#sub-footer .has-medium-font-size{
	font-size: 18px !important;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.1px;
	color: #101010;
}
#sub-footer p{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px !important;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #101010;
	overflow-wrap: break-word;
}
footer{
	background: #FAFAFA;
}
#sub-footer .gform_footer {
	margin: 0 0 0;
	padding: 0 0;
}
#sub-footer form{
	display: flex;
}
#sub-footer .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    -ms-grid-column-span: 12;
    grid-column: span 12;
}
#sub-footer .gform_button {
	background: #631910;
	color: #FFFFFF;
}
#sub-footer input{
	padding: 12px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #101010;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, body {
    width: 100%;
    max-width: 100% !important;
}
@media (max-width: 990px){
	#sub-footer .row{
		width: 100%;
		display: block;
		max-width: 100%;
	}
	#sub-footer{
		width: 100%;
		max-width: 100%;
	}
	#sub-fo{
		text-align: center;
		margin: auto;
		width: auto;
		max-width: 80%;
	}
	.offset-md-0 aside:nth-child(2) {
		height: auto !important;
	}
	#sub-footer aside{
		text-align: center;
	}
	#sub-footer input{
		margin-top: 10px;
	}
	#sub-footer .col-md-2, #sub-footer .col-md-3{
		border-top: 1px solid #fff;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #d5d6d7;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	#sub-footer .col-md-2:first-child {
		border-top: none;
	}
	#gform_1{
		position: relative;
		left: 20% !important;
	}
}
@media (max-width: 700px){
	#gform_1{
		left: 2% !important;
	}
}
@media (max-width: 600px){
	#gform_1{
		left: 0% !important;
	}
}
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
	#sub-footer .row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -15px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	#sub-footer .row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -15px;
	}
}
@media screen and (device-width: 800px) and (device-height: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
	#sub-footer p {
		font-size: 28px !important;
		line-height: 38px;
	}
	#sub-footer .col-md-2, #sub-footer .col-md-3 {
		border-bottom: 3px;
	}
	#sub-footer .has-medium-font-size {
		font-size: 32px !important;
	}
}

/*
    -------------------------------------------
        FOOTER
    -------------------------------------------
*/

/* Home Page */
.carousel-indicators .active {
	background-color: #631910 !important;
}
#flex-con {
	display: flex;
}
.carousel-indicators li {
	height: 18px !important;
	width: 18px !important;
	border-radius: 50% !important;
}
.home-container-fluid {
	width: 96%;
    opacity: 1;
    overflow: hidden;
	margin-left:2%
}
#slide{
	background-image: url('/wp-content/themes/fluidline/img/slider-background-element.svg');
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}
#button div{
    color: #fff;
    display: block;
    font-weight: 700;
    border: 1px;
    border-radius: 4px;
    box-shadow: 0 4px 20px #38373733;
    cursor: pointer;
    padding: 12px 30px;
    background: #631910;
	margin: auto;
    width: 173px;
	text-align: center;
	margin-left: 5%;
}
#flex-con h3{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	line-height: 80px;
	letter-spacing: 0.2px;
	margin-bottom: 0rem;
}
.img-div{ 
	height: 400px;
	width: 40%;
	margin-top: 10%;
}
.img-div img{  
	height: 440px;
    width: 560;
}
#content{
	width: 100%;
	margin-top: 10%;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: inherit !important; 
    float: right !important; 
    left: inherit !important;  
    display: inherit !important; 
    padding-left: 0;
    margin-right: 0% !important; 
	margin-top: 20% !important; 
}
.headline {
	width: 100%;
	font-weight: 700;
	font-size: 48px;
	line-height: 85%;
	letter-spacing: 0.2px;
	color: #631910;
	margin-left: 5%;
}
.home-content{
	width: 92%;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #101010;
	flex: none;
	order: 1;
	flex-grow: 0;
	margin-left: 5%;
	margin-top: 3%;
	height: 40%;
}
.slide-image {
    width: 100%;
    height: 505px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 30px;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
	margin-top: 4%;
}
.carousel-indicators li {
	border: 3px solid #631910 !important;
	margin: 5 15 0 0 !important;
	background-color: transparent !important;
	box-sizing: border-box !important;
}
.box{
	display: block;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #DDE6E9;
	height: 120px;
	margin-bottom: 15px;
}
#suppliers{
	margin-top: 30px;
}
#service-title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 80px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #101010;
}
.service-box {
	width: 100% !important;
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	height: 300px;
	margin: 15px 0;
	background: #f5f5f5;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	border-radius: 5px;
}
.our-services #title{
	text-align: center;
}
#overlay::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .5);
}
#service-btn{
	color: #631910;
	box-shadow: 0 4px 20px #38373733;
	background: #FFF;
	padding: 10px 0px;
	border-radius: 5px;
	margin-top: 2% !important;
	width: 180px;
	margin: auto;
}
#content1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	display: block;
	font-weight: 700;
	border: 1px;
	border-radius: 4px;
	cursor: pointer;
	z-index: 1;
	color: #FFFFFF;
	min-width: 100%;
}
.box .image {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}
.blog-btn{
	display: flex;
	margin-bottom: 1%;
}
#view-more{
	background: #631910;
	border-radius: 5px;
	display: flex;
	height: 50px;
	margin-left: 2px;
	margin-top: 12px;
	min-width: 160px;
	padding: 14px 31px;
}
#view-more a{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
.blog .date{
	position: absolute;
	top: 0%;
	left: 0%;
	display: block;
	font-weight: 700;
	border: 1px;
	cursor: inherit;
	z-index: 1;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	background: #631910;
	border-radius: 5px 0px;
	padding: 5px;
}
.blog #btn{
	margin-top: 7%;
	margin-bottom: 7%;
}
.blog{
	margin-bottom: 3%;
	margin-top: 2%;
}
.read-more{
	align-items: flex-start;
	background: #631910;
	border-radius: 5px;
	height: 50px;
	margin-top: 5%;
	min-width: 160px;
	padding: 14px 31px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
 .home-news-cont{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	display: flex;
	align-items: center;
	color: #101010;
	height: 80px;
}
.home-news-title1{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	display: flex;
	align-items: center;
	color: #000000;
	margin-top: 2%;
	margin-bottom: 2%;
}
#home-news-title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 60px;
	display: flex;
	align-items: center;
	color: #000000;
	height: auto;
	letter-spacing: 0;
	line-height: normal;
	width: 100%;
	margin-top: 15px;
}
.blog .flex-row-2, .blog .flex-col-1{
	display:flex;
}
.blog .flex-col-1{
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	width: 32.5%;
	position:relative;
}
.blog .flex-row-2{
	align-items: flex-start;
	display: flex;
	gap: 14px;
	/*flex-wrap: wrap;*/
}
.mask-group-1{
	border-radius: 10px;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	width: 100vw;
	max-width: 100%;
	height: 304px;
}
.our-services{
    margin-top: 2%;
}
#content {
	margin-bottom: 10%;
}
.carousel-indicators {
   /* z-index: auto !important;*/
}
.offset-md-0 aside:nth-child(2) {
	height: 43%;
}
.carousel-item {
	position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left !important;
    -moz-transition: 0.6s ease-in-out left !important;
    -o-transition: 0.6s ease-in-out left !important;
    transition: 0.6s ease-in-out left !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait){
	.h-100 {
	  height: 11% !important;
	}
	.service-box {
		height: 400px !important;
	}
	#gform_1 {
		left: 25%;
	}
}
@media screen and (min-device-width: 1440px) and (max-device-height: 900px) and (orientation: landscape){
	.mask-group-1 {
		border-radius: 10px;
		background-repeat: repeat;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		opacity: 1;
		height: 304px;
		width: 100vw;
		max-width: 100%;
	}
}
@media only screen and (min-device-width: 1366px) and (max-device-height: 768px) and (orientation: landscape) {
	.service-box {
		height: 280px;
	}
	.slide-image{
		height: auto;
	}
}
@media screen and (device-width: 1024px) and (max-device-height: 768px) and (orientation: landscape){
	.mask-group-1 {
		height: 220px !important;
		width: 100vw;
		max-width: 100%;
	}
	.service-box {
		height: 200px;
	}
	#sub-footer .has-medium-font-size {
		height: 20%;
	}
	
}
@media screen and (min-width: 1661px){ /* 80% resolution */
	.mask-group-1 {
		height: 354px;
		width: 100vw;
		max-width: 100%;
	}
}
@media (max-width: 1300px){
	/* #content {
		width: 50%;
		margin-bottom: 10%;
	}
	
	.headline {
		height: 30%;
	}
	#slide {
		height: 89%;
	} */
}
@media (max-width: 1200px){
	.home-content{
		height: 55%;
	}
	.mask-group-1 {
		width: 100vw;
		max-width: 100%;
		height: 230px;
	}
	.slide-image {
		width: 100%;
		height: 405px;
	}
	.home-content {
		height: 60%;
	}
	.carousel-indicators {
	    margin-top: 15% !important;
	}
}
@media screen and (min-device-width: 1920px) and (max-device-height: 1080px) and (orientation: landscape){
	.slide-image{
		height: auto;
	}
	.service-box {
		height: 400px;
	}
	.mask-group-1 {
		height: 384px;
		width: 100vw;
		max-width: 100%;
	}
	
}
@media screen and (min-device-width: 1080px) and (max-device-height: 1920px) and (orientation: portrait){
	.service-box {
		height: 200px !important;
	}
	.mask-group-1 {
		width: 100vw;
		max-width: 100%;
		height: 250px;
	}
}
@media only screen and (max-width: 990px){
	#suppliers .col-md-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		display: block;
		margin: auto;
	}
	#suppliers .row {
		display: block;
	}
	.headline {
		height: 20%;
		width: 95%
	}
	#slide {
		height: auto;
	}
	#content {
		width: 100%;
		margin-top: 5%;
		margin-bottom: 14%;
	}
	.blog .flex-col-1 {
		width: 100%;
	}
	.blog .flex-row-2 {
		flex-wrap: wrap;
	}
	.news-title1{
		margin-left: auto;
		margin-right: auto;
	}
	.blog #btn {
		margin-left: auto;
    	margin-right: auto;
	}
	#view-more{
		display: none;
	}
	#news-title {
		display: block;
		margin: auto;
		width: auto;
	}
	.mask-group-1 {
		width: 100vw;
		height: auto;
		max-width: 100%;
	}
	.service-box {
		height: 300px;
	}
	#flex-con {
		display: block;
	}
}
@media only screen and (min-width: 700px) and (max-width: 990px) {
	#suppliers .col-md-4 {
		-ms-flex: 0 0 60% !important;
		flex: 0 0 60% !important;
		max-width: 60% !important;
		display: block;
		margin: auto;
	}
	
}
@media only screen and (max-width: 700px) and (orientation: landscape) {
	#sidebar-mobile .social-media {
		top: 78%;
	}
}
@media only screen and (max-width: 990px) and (orientation: landscape){
	#suppliers .col-md-4 {
		-ms-flex: 0 0 60% !important;
		flex: 0 0 60% !important;
		max-width: 60% !important;
		display: block;
		margin: auto;
	}
	.service-box {
		height: 400px !important;
	}
	#flex-con {
		display: block;
	}
	#content {
		width: 100%;
		margin-top: 5%;
		margin-bottom: 20%;
	}
	.slide-image {
		width: 60%;
		height: 392px;
		margin-top: -83%;
		margin-left: 22%;
	}
	.home-content {
		margin-top: 38%;
		height: 16%;
	}
	#button div {
		margin-left: 40%;
	}
}
@media only screen and (min-width: 901px) and (max-width: 989px){
	#slide {
		height: 125%;
	}
	.slide-image {
		width: 56%;
		height: 357px;
		margin-top: -83%;
		margin-left: 22%;
	}
	.home-news-title1 {
		font-size: 24px;
		line-height: 20px;
		margin-bottom: 1%;
	}
	.home-news-cont {
		height:45px;
	}
	#sub-footer .row {
		display: -ms-flexbox;
		display: block;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -15px;
	}
	.home-content {
		margin-top: 33%;
		height: 18%;
	}
}
@media only screen and (max-width: 900px){
	.slide-image {
		width: 50%;
		height: 330px;
		margin-top: -82%;
		margin-left: 25%;
	}
	.home-content {
		height: 25%;
		margin-top: 32%;
	}
	.home-news-title1 {
		font-size: 22px;
		line-height: 20px;
		margin-bottom: 0%;
	}
	.home-news-cont {
		height:37px;
	}
	#button div {
		margin-left: 37%;
	}
	.carousel-indicators {
		margin-top: 24% !important;
	}
}
@media only screen and (max-width: 900px) and (orientation: landscape){
	.home-news-cont {
		height:20px;
		font-size: 20px;
	}
}
@media only screen and (min-width: 851px) and (max-width: 899px){
	.slide-image {
		width: 62%;
		height: 358px;
		margin-top: -98%;
		margin-left: 21%;
	}
	.home-content {
		margin-top: 57%;
		height: 30%;
		font-size:22px;
	}
}
@media only screen and (min-width: 800px) and (max-width: 850px){
	#slide {
		height: 180%;
	}
	#flex-con {
		display: block;
	}
	#content {
		margin-top: 5%;
	}
	.headline {
		height: auto;
		width: 100%;
	}
	.slide-image {
		width: 50%;
		height: 285px;
		margin-top: -86%;
		margin-left: 25%;
	}
	.carousel-indicators {
		margin-top: 23% !important;
	}	
	.home-content {
		margin-top: 43%;
		height: 12%;
	}
	#button div {
		margin-left: 38%;
		margin-top: 10%;
	}
	.home-news-title1 {
		line-height: 20px;
		margin-bottom: 3%;
	}
	.home-news-cont {
		height:3px;
	}
}
/* @media only screen and (min-width: 751px) and (max-width: 799px) and (orientation: landscape) {
	#slide {
		height: 200%;
	}
	.slide-image {
		width: 50%;
		height: 276px;
		margin-top: -88%;
		margin-left: 26%;
	}
	
} */ @media only screen and (min-width: 751px) and (max-width: 799px){
	#slide {
		height: 170%;
	}
	#content {
		width: 100%;
		margin-top: 5%;
		margin-bottom: 14%;
	}
	#flex-con {
		display: block;
	}
	.headline {
		height: 20%;
		width: 97%;
	}
	.slide-image {
		width: 50%;
		height: 276px;
		margin-top: -86%;
		margin-left: 26%;
	}
	.home-content {
		margin-top: 30%;
		height: 25%;
	}
	#button div {
		margin-left: 37%;
	}
	.home-news-cont {
		height:80px;
	}
} 
@media only screen and (max-width: 750px){
	#slide {
		height: 60%;
	}
	#flex-con {
		display: block;
	}
	.headline {
		height: 30%;
	}
	.slide-image {
		width: 50%;
		height: 270px;
		margin-top: -86%;
		margin-left: 25%;
	}
	#button div {
		margin-left: 35%;
	}	
	.home-news-cont {
		height:10px;
	}
}
@media only screen and (min-width: 740px) and (max-width: 749px){
	#slide {
		height: 180%;
	}
	.slide-image {
		width: 51%;
		height: 270px;
		margin-top: -87%;
		margin-left: 25%;
	}
	.home-content {
		margin-top: 25%;
		height: 21%;
	}
	#button div {
		margin-left: 37%;
	}
	.home-news-cont {
		height:10px;
	}	
}
@media only screen and (min-width: 713px) and (max-width: 739px){
	#slide {
		height: 176%;
	}
	.slide-image {
		width: 50%;
		height: 251px;
		margin-top: -98%;
		margin-left: 25%;
	}
	.home-content {
		margin-top: 18%;
		height: 16%;
	}
	#button div {
		margin-left: 37%;
		margin-top: 13%;
	}
	.home-news-cont {
		height:10px;
	}	
}
@media only screen and (max-width: 712px){
	#flex-con {
		display: block;
	}
	#slide {
		height: 60%;
	}
	#content {
		width: 100%;
		margin-top: 5%;
		margin-bottom: 0%;
	}
	.slide-image {
		width: 50%;
		height: 255px;
		margin-top: -73%;
		margin-left: 27%;
	}
	.home-content {
		margin-top: 25%;
		height: 14%;
		margin-bottom: 5%;
	}
	.carousel-indicators {
		margin-top: 22% !important;
	}
	.home-news-cont {
		height:10px;
	}
}
/************************************/

/************************************/
@media only screen and (min-width:641px) and (max-width:711px){
	#slide {
		height: 180%;
	}
	.headline {
		font-size: 42px;
	}
	.slide-image {
		width: 50%;
		height: 226px;
		margin-top: -71%;
		margin-left: 27%;
	}
	.home-content {
		margin-top: 25%;
		height: 10%;
		margin-bottom: 5%;
	}
}
@media only screen and (max-width: 640px){
	#slide {
		height: 170%;
	}
	.slide-image {
		width: 50%;
		height: 234px;
		margin-top: -74%;
		margin-left: 27%;
	}
	.home-news-cont {
		height: 10%;
		font-size: 14px;
	}
	.home-news-title1 {
		font-size: 24px;
		line-height: 22px;
		margin-bottom: 2%;
	}
}
@media only screen and (max-width: 620px){
	#flex-con {
		display: block;
	}
	#content {
		width: 100%;
		margin-top: 5%;
		margin-bottom: 14%;
	}
	.slide-image {
		width: 62%;
		height: 270px;
		margin-top: -99%;
		margin-left: 21%;
	}
	.headline {
		width: 84%;
	}
	.carousel-indicators {
		margin-top: 30% !important;
	}
}
@media only screen and (min-width: 570px)and (max-width: 600px){
	#flex-con {
		display: block;
	}
	#slide {
		height: 70%;
	}
	.headline {
		width: 100%;
		font-size: 42px;
	}
	.slide-image {
		width: 59%;
		height: 244px;
		margin-top: -99%;
		margin-left: 21%;
	}
	.carousel-indicators {
		margin-top: 26% !important;
	}
}
@media only screen and (min-width: 551px)and (max-width: 569px){
	#flex-con {
		display: block;
	}
	#slide {
		height: 190%;
	}
	.headline {
		width: 100%;
		font-size: 42px;
	}
	.slide-image {
		width: 59%;
		height: 244px;
		margin-top: -95%;
		margin-left: 21%;
	}
	.carousel-indicators {
		margin-top: 26% !important;
	}
}
@media only screen and (max-width: 550px){
	.slide-image {
		width: 58%;
		height: 220px;
		margin-top: -101%;
		margin-left: 21%;
	}
}
@media only screen and (min-width: 510px) and (max-width: 540px){
	.headline {
		width: 100%;
		font-size: 42px;
	}
	#slide {
		height: 102%;
	}
	#button div {
		margin-left: 33%;
		margin-top: 15%;
	}
	.slide-image {
		width: 58%;
		height: 220px;
		margin-top: -106%;
		margin-left: 21%;
	}
	.home-news-cont {
		height: 50px;
	}
}
@media only screen and (max-width: 500px){
	#flex-con {
		display: block;
	}
	#slide {
		height: 750px;
	}
	#content {
		width: 100%;
	}
	.carousel-indicators {
		margin-top: 40% !important;
	}
	.slide-image {
		width: 80%;
		height: 208px;
		margin-top: -154%;
		margin-left: 8%;
	}
	.home-content {
		margin-top: 30%;
		margin-bottom: 7%;
		height: 22%;
	}
	#button div {
		margin-left: 27%;
		margin-top: 25%;
	}
}
@media only screen and (min-width: 401px) and (max-width: 450px){
	#flex-con {
		display: block;
	}
	#slide {
		height: 750px;
	}
	#content {
		width: 100%;
	}
	.carousel-indicators {
		margin-top: 40% !important;
	}
	.slide-image {
		width: 63%;
		height: 208px;
		margin-top: -154%;
		margin-left: 19%;
	}
	.home-content {
		margin-top: 30%;
		margin-bottom: 7%;
		height: 22%;
	}
	#button div {
		margin-left: 27%;
		margin-top: 25%;
	}
}
@media only screen and (min-width: 451px) and (max-width: 499px){
	#flex-con {
		display: block;
	}
	#slide {
		height: 750px;
	}
	#content {
		width: 100%;
	}
	.carousel-indicators {
		margin-top: 40% !important;
	}
	.slide-image {
		width: 63%;
		height: 208px;
		margin-top: -146%;
		margin-left: 19%;
	}
	.home-content {
		margin-top: 30%;
		margin-bottom: 7%;
		height: 22%;
	}
	#button div {
		margin-left: 27%;
		margin-top: 25%;
	}
}
@media only screen and (max-width: 400px){
	#slide {
		height: 690px;
	}
	.carousel-inner {
		overflow: initial !important;
	}
	
}
@media only screen and (max-width: 360px){
	#slide {
		height: 690px;
	}
	.headline {
		font-size: 42px;
	}
	.slide-image {
		width: 80%;
		height: 208px;
		margin-top: -165%;
		margin-left: 8%;
	}
	.carousel-inner {
		overflow: initial !important;
	}
	#button div {
		margin-left: 23%;
		margin-top: 25%;
	}
}
@media only screen and (max-width : 320px) {
	#slide {
		height: 120%;
	}
	.headline {
		font-size: 38px;
		margin-left: 5%;
		height: 20%;
	}
	.slide-image {
		display: block;
		width: 80%;
		margin-left: 8%;
		height: 185px;
		margin-top: -192%;
	}
	.home-content {
		margin-top: 52%;
		margin-bottom: 7%;
		height: 30%;
		font-size:16px;
		line-height: 25px;
	}
	#button div {
		margin-left: 20%;
		margin-top: 25%;
	}
	.mask-group-1 {
		width: 100vw;
		height: auto;
		max-width: 100%;
	}
}
@media only screen and (device-width : 320px) and (device-height : 480px) and (orientation : portrait){
	#slide {
		height: 140%;
	}
}
@media only screen and (device-width : 320px) and (device-height : 533px) and (orientation : portrait){
	#slide {
		height: 120%;
	}
}
@media only screen and (device-width : 320px) and (device-height : 658px) and (orientation : portrait){
	#slide {
		height: 100%;
	}
}
@media only screen and (max-width : 240px) {
	#slide {
		height: 200%;
	}
	.carousel-indicators li {
		height: 13px !important;
		width: 13px !important;
		border-radius: 50% !important;
	}
	.headline {
		font-size: 28px;
		margin-left: 5%;
		height: 20%;
	}
	.slide-image {
		display: block;
		width: 86%;
		margin-left: 4%;
		height: 145px;
		margin-top: -232%;
	}
	.home-content {
		margin-top: 43%;
		margin-bottom: 7%;
		height: 38%;
		font-size:16px;
		line-height: 25px;
	}
	#button div {
		margin-left: 13%;
		margin-top: 25%;
	}
	.mask-group-1 {
		width: 100vw;
		height: auto;
		max-width: 100%;
	}
}	

//* Home Page */
/* Service Page */
#service-page{
	background: linear-gradient(to bottom, transparent 60%, #fff 0%);
	color: #fff;
	padding-bottom: 30px;
}
#service-btn1{
	box-sizing: border-box;
	height: 58px;
	background: #631910;
	border-radius: 5px;
	flex: none;
	order: 3;
	align-self: center;
	flex-grow: 0;
	cursor: pointer;
	padding: 12px 30px;
	text-align: center;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
#service-bttn{
    box-sizing: border-box;
  height: 50px;
  background: #631910;
  border-radius: 5px;
  flex: none;
    flex-grow: 0;
  flex-grow: 0;
  order: 3;
  align-self: center;
  flex-grow: 0;
  cursor: pointer;
  padding: 10px 30px;
  text-align: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  width: 175px;
}
.service-learn-btn {
	margin-top: 5%;
	margin-bottom: 5%;
}
#service-content{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #101010;
	flex: none;
	order: 2;
	flex-grow: 0;
	height: 110px;
}	
.service_tit{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.1px;
	color: #101010;
	flex: none;
	order: 1;
	flex-grow: 0;
	padding-top:10px;
	padding-bottom:10px
}
.our-service{
	margin-left: 2% !important;
	width: 96%;
	margin-bottom: 3%;
}
.service-image{
	width: 100%;
	height: 25vh;
	border-radius: 5px;
}
.our-service .col-md-3{
	-ms-flex: 0 0 23.98% !important;
	flex: 0 0 23.98% !important;
	max-width: 23.98% !important;
	width: 23.98% !important;
	margin-right: 15px;
	background: rgba(255,255,255,1);
	padding: 25px 20px;
	opacity: 1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.25);
	overflow: hidden;
	margin-top: 20px;
}
#serv-title{
	margin: auto;
	font-family: Poppins;
	font-weight: Bold;
	font-size: 48px;
	opacity: 1;
	text-align: center;
	background: -webkit-linear-gradient(190deg, #631910 64%, rgba(16,16,16,1) 31%);
	background-clip: border-box;
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 450px;
	margin-top: 20px;
}
.serv-head{
	width: 100%;
	height: 163px;
	opacity: 1;
	overflow: hidden;
}
#serv-content{
	width: 736px;
	height: 48px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #101010;
	flex: none;
	flex-grow: 0;
	order: 1;
	flex-grow: 0;
	margin: auto;
}
@media screen and (max-width: 1600px){
	.our-service .col-md-3 {
		-ms-flex: 0 0 23.8% !important;
		flex: 0 0 23.8% !important;
		max-width: 23.8% !important;
		width: 23.8% !important;
	}
	.service-image{
		height: 28vh;
	}
}

@media screen and (max-width: 1350px){
	.our-service .col-md-3 {
		-ms-flex: 0 0 48.7% !important;
		flex: 0 0 48.7% !important;
		max-width: 48.7% !important;
		width: 48.7% !important;
	}
	.service-image{
		height: 58vh;
	}
	#service-content {
		height: 60px !important;
	}
}
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (orientation: portrait){
	.service-image{
		height: 20vh;
	}
}
@media screen and (max-width: 1250px){
	.our-service .col-md-3 {
		-ms-flex: 0 0 48% !important;
		flex: 0 0 48% !important;
		max-width: 48% !important;
		width: 48% !important;
	}
}
@media screen and (max-width: 990px){
	.our-service .col-md-3 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}
	.service-image{
		height: 60vh;
	}
}
@media screen and (max-width: 990px){
	#serv-title {
		margin-top: 20px;
		font-size: 30px;
		width: 100%;
	}
	#serv-content {
		width: 100%;
	}
	#serv-title {
		margin: auto;
		font-family: Poppins;
		font-weight: Bold;
		opacity: 1;
		text-align: center;
		background: -webkit-linear-gradient(190deg, #631910 60%, rgba(16,16,16,1) 31%);
		background-clip: border-box;
		background-clip: border-box;
		background-clip: border-box;
		background-clip: border-box;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin-top: 20px;
	}
	
}
@media screen and (max-width: 800px){
	.service-image{
		height: 50vh;
	}
}
@media screen and (max-width: 400px) and (orientation: portrait){
	.service-image {
 		 height: 28vh !important;
	}
}
@media screen and (max-width: 800px) and (orientation: portrait){
	.service-image {
  		height: 24vh;
	}
}
@media screen and (max-width: 800px) and (orientation: landscape){
	.service-image {
		height: 95vh;
	}
}

/*   */
@media screen and (max-width: 1000px) and (orientation: portrait){
	.service-learn-btn {
		width: 190px;
		margin: auto;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1000px) and (orientation: landscape){
	.service-learn-btn {
		width: 190px;
		margin: auto;
		margin-bottom: 20px;
	}
}
/*   */


@media only screen and (min-device-width: 810px) and (max-device-height: 1180px) and (orientation: portrait){
	.service-image {
  		height: 40vh;
	}
}
@media only screen and (min-device-width: 1180px) and (max-device-height: 820px) and (orientation: landscape){
	.service-image {
		height: 45vh;
	}
}
@media screen and (min-device-width: 1440px) and (max-device-height: 900px) and (orientation: landscape){
	.service-image {
		height: 23vh;
	}
}
@media screen and (min-device-width: 900px) and (max-device-height: 1440px) and (orientation: portrait){
	.service-image {
 		height: 35vh;
	}
}
@media screen and (min-device-width: 768px) and (max-device-height: 1366px) and (orientation: portrait){
	.service-image {
		height: 28vh;
	}
}
@media screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (orientation: landscape){
	.service-image {
		height: 23vh;
	}
}
@media screen and (device-width: 1024px) and (max-device-height: 768px) and (orientation: landscape){
	.service-image {
		height: 45vh !important;
	}
}
@media screen and (max-width: 990px){
	.service-image {
		height: auto !important;
  	}
	#service-content {
		height: auto !important;
	}
}
@media screen and (min-width: 1400px) { 
	.service-image {
		height:26vh;
   	}	
}
@media screen and (min-width: 1661px){ /* 80% resolution */
	.service-image {
		height:27vh;
   	}
}
/* Service Page */

/* Hose Doctor - page */
#hose-page #shadow1{
	background-color: rgb(99, 25, 16, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#hose-page #shadow{
	background-color: rgba(6, 6, 6, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#hose-page{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#hose-page .parker{
	padding-top: 40px;
}
#hose-page .img2{
	padding-left: 0px;
}
#hose-page #parker-title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 10px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}	
#hose-page #parker-cont{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
#hose-page #apple-img{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
	position: relative;
	height: 28%;
	margin-top: 50px;
}
#hose-page #google-img{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
	position: relative;
	height: 28%;
	margin-top: 50px;
}
#hose-page .second {
	display: flex;
	position: relative;
}
#hose-page .store, #hose-page .time{
	padding-top: 40px;
}
#hose-page .doc-img{
	padding-top: 20px;
}
#hose-page #doctor-logo{
	height: 120px;
	width: 100px;
}
#hose-page #store-title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 10px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
#hose-page #store-cont{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	width: 300px;
}
#hose-page #hours, #hose-page #day{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
#hose-page #doctor-logo{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
	position: relative;
	z-index: 1;
}
#hose-page .section-two{
	gap: 1%;
}
#hose-page .first{
	display:flex;
	background: #272626;
	opacity: 1;
	position: relative;
	top: 0px;
	left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-image: url('/wp-content/themes/fluidline/img/black-box.jpg');
	box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.20000000298023224);
	overflow: hidden;
	height: 182px;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	position: relative;
}
#hose-page .second{
	background: #631910;
	opacity: 1;
	position: relative;
	top: 0px;
	left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.20000000298023224);
	overflow: hidden;
	height: 182px;
	background-image: url('/wp-content/themes/fluidline/img/brown-box.jpg');
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
#hose-page .col-md-12{
	display:flex;
	margin-top: 3%;
	margin-left: 2% !important;
	width: 96%;
	padding: 0% !important;
}
#hose-page #hose-title1{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 24px;
	letter-spacing: 0.1px;
	color: #101010;
	padding-bottom: 2%;
}
#hose-page #hose-content1{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #101010;
	padding-right: 3%;
}
#hose-page .hose-cont{
	background: #FFFFFF;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 0% !important;
}
#hose-page .hose-image-div{
	padding-left: 0% !important;
	padding-right: 0% !important;
}
#hose-page .hose-image{
	width: 100%;
	height: auto;
}
#hose-page #hose-head{
	width: 100%;
	height: 163px;
	opacity: 1;
	overflow: hidden;
}
#hose-page #hose-content{
	width: 736px;
	height: 48px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #101010;
	flex: none;
	flex-grow: 0;
	flex-grow: 0;
	order: 1;
	flex-grow: 0;
	margin: auto;
}
#hose-page #hose-title{
	margin: auto;
	margin-top: auto;
	font-family: Poppins;
	font-weight: Bold;
	font-size: 48px;
	opacity: 1;
	text-align: center;
	background: -webkit-linear-gradient(190deg, #631910 55%, rgba(16,16,16,1) 31%);
	background-clip: border-box;
	background-clip: border-box;
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 450px;
	margin-top: 20px;
}
#hose-page .section-two{
	width: 95% !important;
}
@media only screen and (max-width: 1400px) {
	#hose-page #hours, #hose-page #day {
    	font-size: 22px;
	}
}
@media only screen and (max-width: 1350px) {
	#hose-page .img1 {
		padding-left: 0px;
	}
}
@media only screen and (max-width: 1300px) {
	#hose-page .img1 {
		padding-left: 0px;
	}
	#hose-page .parker {
    	max-width: 47%;
	}
}
@media only screen and (max-width: 1200px) {
	#hose-page .doc-img {
		padding-left: 0px;
	}
	#hose-page #hours, #hose-page #day {
		font-size: 19px;
	}
	#hose-page #apple-img {
    	height: 24%;
	}
	#hose-page #google-img {
		height: 24%;
	}
}
@media only screen and (max-width: 1100px) {
	#hose-page #store-cont {
    	width: 250px;
	}
	#hose-page #hours,#hose-page #day {
		font-size: 17px;
	}
	#hose-page #doctor-logo {
    	height: 100px;
	}
	#hose-page #store-title {
    	font-size: 18px;
	}
	#hose-page #store-cont {
   	 	font-size: 14px;
	}
	#hose-page #apple-img {
    	height: 23%;
	}
	#hose-page #google-img {
		height: 23%;
	}
}
@media only screen and (max-width: 1050px) {
	#hose-page #apple-img {
    	height: 20%;
	}
	#hose-page #google-img {
		height: 20%;
	}
}
@media only screen and (max-width: 990px) {
	#hose-page .doc-img {
		padding-left: 15px;
	}
	#hose-page .store, #hose-page .time, #hose-page .store  {
		max-width: 100%;
	}
	#hose-page .img1{
		max-width: 100%;
	}
	#hose-page .first-sec{
		display: grid !important;
	}
	#hose-page .hose-cont {
		order: 2;
	}
	#hose-page .hose-image-div {
		order: 1;
		max-width: 100%;
	}
	#hose-page #hose-content {
  		width: auto;
		height: auto;
		max-width: 100%;
	}
	#hose-page #hose-title {
  		width: auto;
		font-size: 30px;
	}
	#hose-page #hose-title1 {
		text-align: center;
		font-size: 25px;
		line-height: 33px;
	}
	#hose-page .col-md-12 {
  		display: grid;
	}
	#hose-page .first {
		display: grid;
		height: auto;
		max-width: 100%;
	}
	#hose-page #store-title {
  		text-align: center;
	}
	#hose-page #store-cont {
		width: auto;
		text-align: center;
	}
	#hose-page #hours, #hose-page #day {
  		text-align: center;
	}
	#hose-page .doc-img {
		text-align: center;
		margin: auto;
		width: auto;
	}
	#hose-page .second {
		display: grid;
		position: relative;
		height:auto;
		max-width: 100%;
	}
	#hose-page .parker {
		text-align: center;
		max-width: 100%;
	}
	#hose-page #parker-title {
  		text-align: center;
	}
	#hose-page #apple-img {
		margin-left: auto;
		margin-right: auto;
		height: 60%;
		margin-top: 30px;
	}
	#hose-page #google-img {
		margin-left: auto;
		margin-right: auto;
		height: 60%;
		margin-top: 30px;
	}
	#hose-page .doc-img {
  		padding-bottom: 20px;
		width: 100%;
		max-width: 100%;
	}
	#hose-page .img2 {
  		padding-bottom: 20px;
	}
	#hose-page .img2 {
		max-width: 100%;
	}
	#hours, #day {
  		font-size: 20px;
	}
	#hose-page .hose-cont {
  		padding-top: 7%;
		max-width: 100%;
	}
	#hose-page #doctor-logo {
		height: 120px;
		width: auto;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 1390px) and (orientation: landscape){
	#hose-page .img2 {
		padding-left: 15.5px;
	}
}
/* Hose Doctor - page */

/* Custom Fabrication - page */
#custom-fab #shadow1{
	background-color: rgb(99, 25, 16, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#custom-fab #shadow{
	background-color: rgba(6, 6, 6, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#custom-fab{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
}
#custom-fab .parker{
	padding-top: 40px;
}
#custom-fab .img2{
	padding-left: 0px;
}
#custom-fab #parker-title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 10px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}	
#custom-fab #parker-cont{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
#custom-fab #apple-img{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
	position: relative;
	height: 28%;
	margin-top: 50px;
}
#custom-fab #google-img{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
	position: relative;
	height: 28%;
	margin-top: 50px;
}
#custom-fab .second {
	display: flex;
	position: relative;
}
#custom-fab .store, #custom-fab .time{
	padding-top: 40px;
}
#custom-fab .doc-img{
	padding-top: 20px;
}
#custom-fab #doctor-logo{
	height: 120px;
	width: 100%;
}
#custom-fab #store-title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 10px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
#custom-fab #store-cont{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	width: 300px;
}
#custom-fab #hours, #custom-fab #day{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
#custom-fab #doctor-logo{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
	position: relative;
	z-index: 1;
}
#custom-fab .section-two{
	gap: 1%;
}
#custom-fab .first{
	display:flex;
	background: #272626;
	opacity: 1;
	position: relative;
	top: 0px;
	left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-image: url('/wp-content/themes/fluidline/img/black-box.jpg');
	box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.20000000298023224);
	overflow: hidden;
	height: 182px;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	position: relative;
}
#custom-fab .second{
	background: #631910;
	opacity: 1;
	position: relative;
	top: 0px;
	left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.20000000298023224);
	overflow: hidden;
	height: 182px;
	background-image: url('/wp-content/themes/fluidline/img/brown-box.jpg');
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
#custom-fab .col-md-12{
	display:flex;
	margin-top: 3%;
	margin-left: 2% !important;
	width: 96%;
	padding: 0% !important;
}
#custom-fab #custom-fab-title1{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 24px;
	letter-spacing: 0.1px;
	color: #101010;
	padding-bottom: 2%;
}
#custom-fab #custom-fab-content1{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #101010;
	padding-right: 3%;
}
#custom-fab .custom-fab-cont{
	background: #FFFFFF;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 0% !important;
}
#custom-fab .custom-fab-image-div{
	padding-left: 0% !important;
	padding-right: 0% !important;
}
#custom-fab .custom-fab-image{
	width: 100%;
	height: auto;
}
#custom-fab #custom-fab-head{
	width: 100%;
	height: 163px;
	opacity: 1;
	overflow: hidden;
}
#custom-fab #custom-fab-content{
	/* width: 736px; */
	height: 48px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #101010;
	flex: none;
	flex-grow: 0;
	flex-grow: 0;
	order: 1;
	flex-grow: 0;
	margin: auto;
}
#custom-fab #custom-fab-title{
	margin: auto;
	margin-top: auto;
	font-family: Poppins;
	font-weight: Bold;
	font-size: 48px;
	opacity: 1;
	text-align: center;
	background: -webkit-linear-gradient(190deg, #631910 53%, rgba(16,16,16,1) 31%);
	background-clip: border-box;
	background-clip: border-box;
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* width: 542px; */
	margin-top: 20px;
}
#custom-fab .section-two{
	width: 95% !important;
}
@media only screen and (max-width: 600px){
	#custom-fab .custom-fab-image {
		width: 100%;
	}
}
@media only screen and (max-width: 1400px) {
	#custom-fab #hours, #custom-fab #day {
    	font-size: 22px;
	}
}
@media only screen and (max-width: 1350px) {
	#custom-fab .img1 {
		padding-left: 0px;
	}
}
@media only screen and (max-width: 1300px) {
	#custom-fab .img1 {
		padding-left: 0px;
	}
	#custom-fab .parker {
    	max-width: 47%;
	}
}
@media only screen and (max-width: 1200px) {
	#custom-fab #hours, #custom-fab #day {
		font-size: 19px;
	}
	#custom-fab #apple-img {
    	height: 24%;
	}
	#custom-fab #google-img {
		height: 24%;
	}
	#custom-fab .doc-img {
		padding-left: 0px;
	}
}
@media only screen and (max-width: 1100px) {
	#custom-fab #store-cont {
    	width: 250px;
	}
	#custom-fab #hours,#custom-fab #day {
		font-size: 17px;
	}
	#custom-fab #doctor-logo {
    	height: 100px;
	}
	#custom-fab #store-title {
    	font-size: 18px;
	}
	#custom-fab #store-cont {
   	 	font-size: 14px;
	}
	#custom-fab #apple-img {
    	height: 23%;
	}
	#custom-fab #google-img {
		height: 23%;
	}
}
@media only screen and (max-width: 1050px) {
	#custom-fab #apple-img {
    	height: 20%;
	}
	#custom-fab #google-img {
		height: 20%;
	}
}
@media only screen and (max-width: 990px) {
	#custom-fab #custom-fab-title {
  		width: auto;
		font-size: 30px;
		background: -webkit-linear-gradient(190deg, #631910 59%, rgba(16,16,16,1) 31%);
		background-clip: border-box;
		background-clip: border-box;
		background-clip: border-box;
		background-clip: border-box;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	#custom-fab #custom-fab-content {
  		width: auto;
		height: auto;
		max-width: 100%;
	}
	#custom-fab .doc-img {
		text-align: center;
		margin: auto;
		padding-left: 15px;
		padding-bottom: 20px;
		width: 100%;
		max-width: 100%;
	}
	#custom-fab .store, #custom-fab .time, #custom-fab .store  {
		max-width: 100%;
	}
	#custom-fab .img1{
		max-width: 100%;
	}
	#custom-fab .first-sec{
		display: grid !important;
	}
	#custom-fab .custom-fab-cont {
		order: 2;
		width: 100%;
	}
	#custom-fab .custom-fab-image-div {
		order: 1;
		max-width: 100%;
	}
	#custom-fab #custom-fab-title1 {
		text-align: center;
		font-size: 25px;
	}
	#custom-fab .col-md-12 {
  		display: grid;
	}
	#custom-fab .first {
		display: grid;
		height: auto;
		max-width: 100%;
	}
	#custom-fab #store-title {
  		text-align: center;
	}
	#custom-fab #store-cont {
		width: auto;
		text-align: center;
	}
	#custom-fab #hours, #custom-fab #day {
  		text-align: center;
	}
	#custom-fab .second {
		display: grid;
		position: relative;
		height:auto;
		max-width: 100%;
	}
	#custom-fab .parker {
		text-align: center;
		max-width: 100%;
	}
	#custom-fab #parker-title {
  		text-align: center;
	}
	#custom-fab #apple-img {
		margin-left: auto;
		margin-right: auto;
		height: 60%;
		margin-top: 30px;
	}
	#custom-fab #google-img {
		margin-left: auto;
		margin-right: auto;
		height: 60%;
		margin-top: 30px;
	}
	#custom-fab .img2 {
  		padding-bottom: 20px;
	}
	#custom-fab .img2 {
		max-width: 100%;
	}
	#hours, #day {
  		font-size: 20px;
	}
	#custom-fab .hose-cont {
  		padding-top: 7%;
		max-width: 100%;
	}
	#custom-fab #doctor-logo {
		height: 120px;
		width: auto;
	}
	.col-md-6{
		max-width: 100% !important;
	}
}	
@media only screen and (min-width: 1100px) and (max-width: 1390px) and (orientation: landscape){
	#custom-fab .img2 {
		padding-left: 15.5px;
	}
}
/* Custom Fabrication - page */

/* Repaire and Service - page */
#repair-serv #shadow1{
	background-color: rgb(99, 25, 16, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#repair-serv #shadow{
	background-color: rgba(6, 6, 6, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#repair-serv{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#repair-serv .parker{
	padding-top: 40px;
}
#repair-serv .img2{
	padding-left: 0px;
}
#repair-serv #parker-title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 10px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}	
#repair-serv #parker-cont{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
#repair-serv #apple-img{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
	position: relative;
	height: 28%;
	margin-top: 50px;
}
#repair-serv #google-img{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
	position: relative;
	height: 28%;
	margin-top: 50px;
}
#repair-serv .second {
	display: flex;
	position: relative;
}
#repair-serv .store, #repair-serv .time{
	padding-top: 40px;
}
#repair-serv .doc-img{
	padding-top: 20px;
}
#repair-serv #doctor-logo{
	height: 120px;
	width: 100px;
}
#repair-serv #store-title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 10px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
#repair-serv #store-cont{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	width: 300px;
}
#repair-serv #hours, #repair-serv #day{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
#repair-serv #doctor-logo{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
	position: relative;
	z-index: 1;
}
#repair-serv .section-two{
	gap: 1%;
}
#repair-serv .first{
	display:flex;
	background: #272626;
	opacity: 1;
	position: relative;
	top: 0px;
	left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-image: url('/wp-content/themes/fluidline/img/black-box.jpg');
	box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.20000000298023224);
	overflow: hidden;
	height: 182px;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	position: relative;
}
#repair-serv .second{
	background: #631910;
	opacity: 1;
	position: relative;
	top: 0px;
	left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.20000000298023224);
	overflow: hidden;
	height: 182px;
	background-image: url('/wp-content/themes/fluidline/img/brown-box.jpg');
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
#repair-serv .col-md-12{
	display:flex;
	margin-top: 3%;
	margin-left: 2% !important;
	width: 96%;
	padding: 0% !important;
}
#repair-serv #repair-serv-title1{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 24px;
	letter-spacing: 0.1px;
	color: #101010;
	padding-bottom: 2%;
}
#repair-serv #repair-serv-content1{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #101010;
	padding-right: 3%;
}
#repair-serv .repair-serv-cont{
	background: #FFFFFF;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 0% !important;
}
#repair-serv .repair-serv-image-div{
	padding-left: 0% !important;
	padding-right: 0% !important;
}
#repair-serv .repair-serv-image{
	width: 100%;
	height: auto;
}
#repair-serv #repair-serv-head{
	width: 100%;
	height: 163px;
	opacity: 1;
	overflow: hidden;
}
#repair-serv #repair-serv-content{
	width: 736px;
	height: 48px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #101010;
	flex: none;
	flex-grow: 0;
	flex-grow: 0;
	order: 1;
	flex-grow: 0;
	margin: auto;
}
#repair-serv #repair-serv-title{
	margin: auto;
	margin-top: auto;
	font-family: Poppins;
	font-weight: Bold;
	font-size: 48px;
	opacity: 1;
	text-align: center;
	background: -webkit-linear-gradient(190deg, #631910 57%, rgba(16,16,16,1) 31%);
	background-clip: border-box;
	background-clip: border-box;
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 646px;
	margin-top: 20px;
}
#repair-serv .section-two{
	width: 95% !important;
}
@media only screen and (max-width: 1400px) {
	#repair-serv #hours, #repair-serv #day {
    	font-size: 22px;
	}
}
@media only screen and (max-width: 1350px) {
	#repair-serv .img1 {
		padding-left: 0px;
	}
}
@media only screen and (max-width: 1300px) {
	#repair-serv .img1 {
		padding-left: 0px;
	}
	#repair-serv .parker {
    	max-width: 47%;
	}
}
@media only screen and (max-width: 1200px) {
	#repair-serv #hours, #repair-serv #day {
		font-size: 19px;
	}
	#repair-serv #apple-img {
    	height: 24%;
	}
	#repair-serv #google-img {
		height: 24%;
	}
	#repair-serv .doc-img {
		padding-left: 0px;
	}
}
@media only screen and (max-width: 1100px) {
	#repair-serv #store-cont {
    	width: 250px;
	}
	#repair-serv #hours,#repair-serv #day {
		font-size: 17px;
	}
	#repair-serv #doctor-logo {
    	height: 100px;
	}
	#repair-serv #store-title {
    	font-size: 18px;
	}
	#repair-serv #store-cont {
   	 	font-size: 14px;
	}
	#repair-serv #apple-img {
    	height: 23%;
	}
	#repair-serv #google-img {
		height: 23%;
	}
}
@media only screen and (max-width: 1050px) {
	#repair-serv #apple-img {
    	height: 20%;
	}
	#repair-serv #google-img {
		height: 20%;
	}
}
@media only screen and (max-width: 990px) {
	#repair-serv .doc-img {
		padding-left: 15px;
	}
	#repair-serv .store, #repair-serv .time, #repair-serv .store  {
		max-width: 100%;
	}
	#repair-serv .img1{
		max-width: 100%;
	}
	#repair-serv .first-sec{
		display: grid !important;
	}
	#repair-serv .repair-serv-cont {
		order: 2;
	}
	#repair-serv .repair-serv-image-div {
		order: 1;
		max-width: 100%;
	}
	#repair-serv #repair-serv-content {
  		width: auto;
		height: auto;
		max-width: 100%;
	}
	#repair-serv #repair-serv-title {
  		width: auto;
		font-size: 30px;
	}
	#repair-serv #repair-serv-title1 {
		text-align: center;
		font-size: 25px;
		line-height: 33px;
	}
	#repair-serv .col-md-12 {
  		display: grid;
	}
	#repair-serv .first {
		display: grid;
		height: auto;
		max-width: 100%;
	}
	#repair-serv #store-title {
  		text-align: center;
	}
	#repair-serv #store-cont {
		width: auto;
		text-align: center;
	}
	#repair-serv #hours, #repair-serv #day {
  		text-align: center;
	}
	#repair-serv .doc-img {
		text-align: center;
		margin: auto;
		width: auto;
	}
	#repair-serv .second {
		display: grid;
		position: relative;
		height:auto;
		max-width: 100%;
	}
	#repair-serv .parker {
		text-align: center;
		max-width: 100%;
	}
	#repair-serv #parker-title {
  		text-align: center;
	}
	#repair-serv #apple-img {
		margin-left: auto;
		margin-right: auto;
		height: 60%;
		margin-top: 30px;
	}
	#repair-serv #google-img {
		margin-left: auto;
		margin-right: auto;
		height: 60%;
		margin-top: 30px;
	}
	#repair-serv .doc-img {
  		padding-bottom: 20px;
		width: 100%;
		max-width: 100%;
	}
	#repair-serv .img2 {
  		padding-bottom: 20px;
	}
	#repair-serv .img2 {
		max-width: 100%;
	}
	#hours, #day {
  		font-size: 20px;
	}
	#repair-serv .repair-serv-cont {
  		padding-top: 7%;
		max-width: 100%;
	}
	#repair-serv #doctor-logo {
		height: 120px;
		width: auto;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 1390px) and (orientation: landscape){
	#repair-serv .img2 {
		padding-left: 15.5px;
	}
}
@media only screen and (min-width: 600px){
	#repair-serv #repair-serv-title {
  		
		background: -webkit-linear-gradient(190deg, #631910 58%, rgba(16,16,16,1) 31%);
		background-clip: border-box;
		background-clip: border-box;
		background-clip: border-box;
		background-clip: border-box;
		background-clip: border-box;
		-webkit-background-clip: text;
	}
}
@media only screen and (max-width: 1000px) and (orientation: landscape){
	#repair-serv #repair-serv-title {
  		
		background: -webkit-linear-gradient(190deg, #631910 54%, rgba(16,16,16,1) 31%);
		background-clip: border-box;
		background-clip: border-box;
		background-clip: border-box;
		background-clip: border-box;
		background-clip: border-box;
		-webkit-background-clip: text;
	}
}
/* Repaire and Service - page */

/*  Hydraulic Capabilities - Page */ 
#hydraulic .subcribe-btn{
	color: #631910;
	box-shadow: 0 4px 20px #38373733;
	background: #FFF;
	padding: 10px 0px;
	border-radius: 5px;
	width: 180px;
	margin: auto;
	margin-top: 60px;
	text-align: center;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.2px;
}
#hydraulic #shadow1{
	background-color: rgb(99, 25, 16, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#hydraulic #shadow{
	background-color: rgba(6, 6, 6, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#hydraulic{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#hydraulic .parker{
	padding-top: 40px;
}
#hydraulic .img2{
	padding-left: 0px;
}
#hydraulic #parker-title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 10px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}	
#hydraulic #parker-cont{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
#hydraulic #apple-img{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
	position: relative;
	height: 28%;
	margin-top: 50px;
}
#hydraulic #google-img{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
	position: relative;
	height: 28%;
	margin-top: 50px;
}
#hydraulic .second {
	display: flex;
	position: relative;
}
#hydraulic .store, #hydraulic .time{
	padding-top: 40px;
}
#hydraulic .doc-img{
	padding-top: 20px;
}
#hydraulic #doctor-logo{
	height: 120px;
	width: 100px;
}
#hydraulic #store-title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	padding-bottom:10px;
}
#hydraulic #store-cont{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
#hydraulic #hours, #hydraulic #day{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
#hydraulic #doctor-logo{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
	position: relative;
	z-index: 1;
}
#hydraulic .section-two{
	gap: 1%;
}
#hydraulic .first{
	display:flex;
	background: #272626;
	opacity: 1;
	position: relative;
	top: 0px;
	left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-image: url('/wp-content/themes/fluidline/img/black-box.jpg');
	box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.20000000298023224);
	overflow: hidden;
	height: 182px;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	position: relative;
}
#hydraulic .second{
	background: #631910;
	opacity: 1;
	position: relative;
	top: 0px;
	left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.20000000298023224);
	overflow: hidden;
	height: 182px;
	background-image: url('/wp-content/themes/fluidline/img/brown-box.jpg');
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
#hydraulic .col-md-12{
	display:flex;
	margin-top: 3%;
	margin-left: 2% !important;
	width: 96%;
	padding: 0% !important;
}
#hydraulic #hydraulic-title1{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 24px;
	letter-spacing: 0.1px;
	color: #101010;
	padding-bottom: 2%;
}
#hydraulic #hydraulic-content1{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #101010;
	padding-right: 3%;
}
#hydraulic .hydraulic-cont{
	background: #FFFFFF;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 0% !important;
}
#hydraulic .hydraulic-image-div{
	padding-left: 0% !important;
	padding-right: 0% !important;
}
#hydraulic .hydraulic-image{
	width: 100%;
	height: auto;
}
#hydraulic #hydraulic-head{
	width: 100%;
	height: 163px;
	opacity: 1;
	overflow: hidden;
}
#hydraulic #hydraulic-content{
	width: 736px;
	height: 48px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #101010;
	flex: none;
	flex-grow: 0;
	flex-grow: 0;
	order: 1;
	flex-grow: 0;
	margin: auto;
}
#hydraulic #hydraulic-title{
	margin: auto;
	margin-top: auto;
	font-family: Poppins;
	font-weight: Bold;
	font-size: 48px;
	opacity: 1;
	text-align: center;
	background: -webkit-linear-gradient(190deg, #631910 54%, rgba(16,16,16,1) 31%);
	background-clip: border-box;
	background-clip: border-box;
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 616px;
	margin-top: 20px;
}
#hydraulic .section-two{
	width: 95% !important;
}
@media only screen and (max-width: 1400px) {
	#hydraulic #hours, #hydraulic #day {
    	font-size: 22px;
	}
}
@media only screen and (max-width: 1350px) {
	#hydraulic .img1 {
		padding-left: 0px;
	}
}
@media only screen and (max-width: 1300px) {
	#hydraulic .img1 {
		padding-left: 0px;
	}
	#hydraulic .parker {
    	max-width: 47%;
	}
}
@media only screen and (max-width: 1200px) {
	#hydraulic #hours, #hydraulic #day {
		font-size: 19px;
	}
	#hydraulic #apple-img {
    	height: 24%;
	}
	#hydraulic #google-img {
		height: 24%;
	}
	#hydraulic .doc-img {
		padding-left: 0px;
	}
}
@media only screen and (max-width: 1100px) {
	#hydraulic #store-cont {
    	width: 250px;
	}
	#hydraulic #hours,#hydraulic #day {
		font-size: 17px;
	}
	#hydraulic #doctor-logo {
    	height: 100px;
	}
	#hydraulic #store-title {
    	font-size: 15px;
	}
	#hydraulic #parker-title {
  		font-size: 15px;
	}
	#hydraulic #store-cont {
   	 	font-size: 14px;
	}
	#hydraulic #parker-cont {
		font-size: 14px;
	}
	#hydraulic #apple-img {
    	height: 23%;
	}
	#hydraulic #google-img {
		height: 23%;
	}
}
@media only screen and (max-width: 1050px) {
	#hydraulic #apple-img {
    	height: 20%;
	}
	#hydraulic #google-img {
		height: 20%;
	}
}
@media only screen and (max-width: 990px) {
	#hydraulic .subcribe-btn {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#hydraulic #hydraulic-title {
		background: -webkit-linear-gradient(190deg, #631910 56%, rgba(16,16,16,1) 31%);
		-webkit-background-clip: text;
	}
	#hydraulic .button-div{
		width: 100%;
		max-width: 100%;
	}
	#hydraulic .doc-img {
		padding-left: 15px;
	}
	#hydraulic .store, #hydraulic .time, #hydraulic .store  {
		max-width: 100%;
	}
	#hydraulic .img1{
		max-width: 100%;
	}
	#hydraulic .first-sec{
		display: grid !important;
	}
	#hydraulic .hydraulic-cont {
		order: 2;
	}
	#hydraulic .hydraulic-image-div {
		order: 1;
		max-width: 100%;
	}
	#hydraulic #hydraulic-content {
  		width: auto;
		height: auto;
		max-width: 100%;
	}
	#hydraulic #hydraulic-title {
  		width: auto;
		font-size: 30px;
	}
	#hydraulic #hydraulic-title1 {
		text-align: center;
		font-size: 25px;
		line-height: 33px;
	}
	#hydraulic .col-md-12 {
  		display: grid;
	}
	#hydraulic .first {
		display: grid;
		height: auto;
		max-width: 100%;
	}
	#hydraulic #store-title {
  		text-align: center;
	}
	#hydraulic #store-cont {
		width: auto;
		text-align: center;
	}
	#hydraulic #hours, #hydraulic #day {
  		text-align: center;
	}
	#hydraulic .doc-img {
		text-align: center;
		margin: auto;
		width: auto;
	}
	#hydraulic .second {
		display: grid;
		position: relative;
		height:auto;
		max-width: 100%;
	}
	#hydraulic .parker {
		text-align: center;
		max-width: 100%;
	}
	#hydraulic #parker-title {
  		text-align: center;
	}
	#hydraulic #apple-img {
		margin-left: auto;
		margin-right: auto;
		height: 60%;
		margin-top: 30px;
	}
	#hydraulic #google-img {
		margin-left: auto;
		margin-right: auto;
		height: 60%;
		margin-top: 30px;
	}
	#hydraulic .doc-img {
  		padding-bottom: 20px;
		width: 100%;
		max-width: 100%;
	}
	#hydraulic .img2 {
  		padding-bottom: 20px;
	}
	#hydraulic .img2 {
		max-width: 100%;
	}
	#hours, #day {
  		font-size: 20px;
	}
	#hydraulic .hydraulic-cont {
  		padding-top: 7%;
		max-width: 100%;
	}
	#hydraulic #doctor-logo {
		height: 120px;
		width: auto;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 1390px) and (orientation: landscape){
	#hydraulic .img2 {
		padding-left: 15.5px;
	}
}
@media only screen and (min-width: 990px) and (max-width: 1366px){
	#hydraulic .subcribe-btn {
		padding: 10px 0px;
		width: 130px;
	}
	#hydraulic #store-title {
  		font-size: 16px;
		padding-bottom: 10px;
	}
	#hydraulic #parker-title {
  		font-size: 16px;
	}
	#hydraulic #parker-cont{
  		font-size: 14px;
	}
	#hydraulic #store-cont {
   	 	font-size: 14px;
	}
}
/* Hydraulic Capabilities - Page */

/* Automation Capabilities - Page */
#automation .subcribe-btn{
	color: #631910;
	box-shadow: 0 4px 20px #38373733;
	background: #FFF;
	padding: 10px 0px;
	border-radius: 5px;
	width: 180px;
	margin: auto;
	margin-top: 60px;
	text-align: center;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.2px;
}
#automation #shadow1{
	background-color: rgb(99, 25, 16, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#automation #shadow{
	background-color: rgba(6, 6, 6, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#automation{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#automation .parker{
	padding-top: 40px;
}
#automation .img2{
	padding-left: 0px;
}
#automation #parker-title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 10px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}	
#automation #parker-cont{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
#automation #apple-img{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
	position: relative;
	height: 28%;
	margin-top: 50px;
}
#automation #google-img{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
	position: relative;
	height: 28%;
	margin-top: 50px;
}
#automation .second {
	display: flex;
	position: relative;
}
#automation .store, #automation .time{
	padding-top: 40px;
}
#automation .doc-img{
	padding-top: 20px;
}
#automation #doctor-logo{
	height: 120px;
	width: 100px;
}
#automation #store-title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	padding-bottom:10px;
}
#automation #store-cont{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
#automation #hours, #automation #day{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
#automation #doctor-logo{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
	position: relative;
	z-index: 1;
}
#automation .section-two{
	gap: 1%;
}
#automation .first{
	display:flex;
	background: #272626;
	opacity: 1;
	position: relative;
	top: 0px;
	left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-image: url('/wp-content/themes/fluidline/img/black-box.jpg');
	box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.20000000298023224);
	overflow: hidden;
	height: 182px;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	position: relative;
}
#automation .second{
	background: #631910;
	opacity: 1;
	position: relative;
	top: 0px;
	left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.20000000298023224);
	overflow: hidden;
	height: 182px;
	background-image: url('/wp-content/themes/fluidline/img/brown-box.jpg');
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
#automation .col-md-12{
	display:flex;
	margin-top: 3%;
	margin-left: 2% !important;
	width: 96%;
	padding: 0% !important;
}
#automation #automation-title1{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 24px;
	letter-spacing: 0.1px;
	color: #101010;
	padding-bottom: 2%;
}
#automation #automation-content1{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #101010;
	padding-right: 3%;
}
#automation .automation-cont{
	background: #FFFFFF;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 0% !important;
}
#automation .automation-image-div{
	padding-left: 0% !important;
	padding-right: 0% !important;
}
#automation .automation-image{
	width: 100%;
	height: auto;
}
#automation #automation-head{
	width: 100%;
	height: 163px;
	opacity: 1;
	overflow: hidden;
}
#automation #automation-content{
	width: 736px;
	height: 48px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #101010;
	flex: none;
	flex-grow: 0;
	flex-grow: 0;
	order: 1;
	flex-grow: 0;
	margin: auto;
}
#automation #automation-title{
	margin: auto;
	margin-top: auto;
	font-family: Poppins;
	font-weight: Bold;
	font-size: 48px;
	opacity: 1;
	text-align: center;
	background: -webkit-linear-gradient(190deg, #631910 50%, rgba(16,16,16,1) 31%);
	background-clip: border-box;
	background-clip: border-box;
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 616px;
	margin-top: 20px;
}
#automation .section-two{
	width: 95% !important;
}
@media only screen and (max-width: 1400px) {
	#automation #hours, #automation #day {
    	font-size: 22px;
	}
}
@media only screen and (max-width: 1350px) {
	#automation .img1 {
		padding-left: 0px;
	}
}
@media only screen and (max-width: 1300px) {
	#automation .img1 {
		padding-left: 0px;
	}
	#automation .parker {
    	max-width: 47%;
	}
}
@media only screen and (max-width: 1200px) {
	#automation #hours, #automation #day {
		font-size: 19px;
	}
	#automation #apple-img {
    	height: 24%;
	}
	#automation #google-img {
		height: 24%;
	}
	#automation .doc-img {
		padding-left: 0px;
	}
}
@media only screen and (max-width: 1100px) {
	#automation #store-cont {
    	width: 250px;
	}
	#automation #hours,#automation #day {
		font-size: 17px;
	}
	#automation #doctor-logo {
    	height: 100px;
	}
	#automation #store-title {
    	font-size: 15px;
	}
	#automation #parker-title {
  		font-size: 15px;
	}
	#automation #store-cont {
   	 	font-size: 14px;
	}
	#automation #parker-cont {
		font-size: 14px;
	}
	#automation #apple-img {
    	height: 23%;
	}
	#automation #google-img {
		height: 23%;
	}
}
@media only screen and (max-width: 1050px) {
	#automation #apple-img {
    	height: 20%;
	}
	#automation #google-img {
		height: 20%;
	}
}
@media only screen and (max-width: 990px) {
	#automation .subcribe-btn {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#automation #automation-title {
		background: -webkit-linear-gradient(190deg, #631910 50%, rgba(16,16,16,1) 31%);
		-webkit-background-clip: text;
	}
	#automation .button-div{
		width: 100%;
		max-width: 100%;
	}
	#automation .doc-img {
		padding-left: 15px;
	}
	#automation .store, #automation .time, #automation .store  {
		max-width: 100%;
	}
	#automation .img1{
		max-width: 100%;
	}
	#automation .first-sec{
		display: grid !important;
	}
	#automation .automation-cont {
		order: 2;
	}
	#automation .automation-image-div {
		order: 1;
		max-width: 100%;
	}
	#automation #automation-content {
  		width: auto;
		height: auto;
		max-width: 100%;
	}
	#automation #automation-title {
  		width: auto;
		font-size: 30px;
		line-height: 33px;
	}
	#automation #automation-title1 {
		text-align: center;
		font-size: 25px;
	}
	#automation .col-md-12 {
  		display: grid;
	}
	#automation .first {
		display: grid;
		height: auto;
		max-width: 100%;
	}
	#automation #store-title {
  		text-align: center;
	}
	#automation #store-cont {
		width: auto;
		text-align: center;
	}
	#automation #hours, #automation #day {
  		text-align: center;
	}
	#automation .doc-img {
		text-align: center;
		margin: auto;
		width: auto;
	}
	#automation .second {
		display: grid;
		position: relative;
		height:auto;
		max-width: 100%;
	}
	#automation .parker {
		text-align: center;
		max-width: 100%;
	}
	#automation #parker-title {
  		text-align: center;
	}
	#automation #apple-img {
		margin-left: auto;
		margin-right: auto;
		height: 60%;
		margin-top: 30px;
	}
	#automation #google-img {
		margin-left: auto;
		margin-right: auto;
		height: 60%;
		margin-top: 30px;
	}
	#automation .doc-img {
  		padding-bottom: 20px;
		width: 100%;
		max-width: 100%;
	}
	#automation .img2 {
  		padding-bottom: 20px;
	}
	#automation .img2 {
		max-width: 100%;
	}
	#hours, #day {
  		font-size: 20px;
	}
	#automation .automation-cont {
  		padding-top: 7%;
		max-width: 100%;
	}
	#automation #doctor-logo {
		height: 120px;
		width: auto;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 1390px) and (orientation: landscape){
	#automation .img2 {
		padding-left: 15.5px;
	}
}
@media only screen and (min-width: 990px) and (max-width: 1366px){
	#automation .subcribe-btn {
		padding: 10px 0px;
		width: 130px;
	}
	#automation #store-title {
  		font-size: 16px;
		padding-bottom: 10px;
	}
	#automation #parker-title {
  		font-size: 16px;
	}
	#automation #parker-cont{
  		font-size: 14px;
	}
	#automation #store-cont {
   	 	font-size: 14px;
	}
}
/* Automation Capabilities - Page */

/* Vendor - Page */
#our-vendors{
	background: linear-gradient(to bottom, transparent 30%, #fff 0%);
	color: #fff;
	padding-bottom: 60px;
}
#our-vendors .vendor-image{
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}
#our-vendors .vendor-row{
	column-gap: 110px;
	width: 94%;
	background: rgba(255,255,255,1);
	padding: 25px 20px;
	margin: 20px;
	opacity: 1;
	position: relative;
	top: 16px;
	left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.25);
	margin-left: 2% !important;
	width: 96%;
	padding: 60px;
}
@media (max-width: 1300px){
	#our-vendors .vendor-row {
		column-gap: 90px;
	}
}
@media (max-width: 1150px){
	#our-vendors .vendor-row {
		column-gap: 85px;
	}
}
@media (max-width: 1100px){
	#our-vendors .vendor_content .col-lg-2 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
@media (max-width: 990px){
	#our-vendors .vendor_content .col-lg-2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#our-vendors .vendor-box {
		margin: auto;
		width: auto !important;
	}
	#our-vendors .vendor-title {
		margin-left: auto;
		margin-right: auto;
	}
	#our-vendors .vendor-title {
		width: auto !important;
	}
}
@media screen and (min-width: 12410px) { /* 90% resolution */
	#our-vendors .vendor-row {
		column-gap: 90px;
	}
}
@media screen and (min-width: 1400px) { /* 90% resolution */
	#our-vendors .vendor-row {
		column-gap: 130px;
	}
}
@media screen and (min-width: 1661px){ /* 80% resolution */
	#our-vendors .vendor-row {
		column-gap: 150px;
	}
}
#our-vendors .vendor-box {
	display: block;
	border-radius: 10px;
	border: 1px solid #DDE6E9;
	width: 232px;
	height: 120px;
	background: rgba(255,255,255,1);
	padding: 0px 0px;
	opacity: 1;
	top: 15px;
	left: 33px;
	border: 2px solid #ececec;
	border-radius: 5px;
	overflow: hidden;
}
#our-vendors .vendor-title{
	width: 232px;
	position: relative;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	margin-top: 8px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #101010;
}
#our-vendors .vendor_head {
	width: 100%;
	opacity: 1;
	position: relative;
}
#our-vendors .item-content {
	width: 736px;
	color: rgba(16,16,16,1);
	font-family: Poppins;
	font-weight: Regular;
	font-size: 18px;
	opacity: 1;
	text-align: center;
	margin: auto;
}
#our-vendors .item-title {
	width: 542px;
	font-family: Poppins;
	font-weight: Bold;
	font-size: 48px;
	opacity: 1;
	text-align: center;
	background: -webkit-linear-gradient(190deg, #631910 59%, rgba(16,16,16,1) 30%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: auto;
	margin-top: 20px;
}
@media screen and (max-width: 1024px){
	#our-vendors .vendor_head {
		width: 100%;
	}
}
@media screen and (max-width: 844px) {
	#our-vendors .item-content {
			width: 64%;
	}
}
@media screen and (max-width: 990px) {
	#our-vendors .item-content {
		width: 88%;
	}
	#our-vendors .item-title {
		width: auto;
		font-size: 30px;
	}
}
#our-vendors .vendor_content {
	width: 100%;
	opacity: 1;
	position: relative;
	margin-top: 30px;
}
/* Vendor - Page */

/* Archive News - Page */
.arch-news-title1{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	display: flex;
	align-items: center;
	color: #000000;
	margin-top: 2%;
	margin-bottom: 2%;
}
.arch-news-cont{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	display: flex;
	align-items: center;
	color: #101010;
	width: 97%;
	height: auto;
}
#arch-news-title1{
	width: 100%;
	font-family: 'Poppins';
	font-weight: Bold;
	font-size: 48px;
	opacity: 1;
	text-align: center;
	background: -webkit-linear-gradient(190deg, #631910 49%, rgba(16,16,16,1) 30%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: auto;
	margin-top: auto;
	margin-top: 20px;
}

.news .input-group1{ 
	display:flex;
	margin-top: 40px;
	margin-bottom: 35px;
}
.news #search_icon1{
	position: absolute;
	z-index: 5;
	top: 21px;
	left: 15px;
	font-size: 22px;
}
.news .search-field{
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(56, 55, 55, 0.2);
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	padding: 20px;
	border: none;
	padding-left: 50px;
	outline: none;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	color: #101010;
}
.news #swp_category_limiter, .news #swp_category_limiter option{
	background-color: #631910;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	border-color: #631910 !important;
}
.news #news-title1{
	width: 542px;
	font-family: Poppins;
	font-weight: Bold;
	font-size: 48px;
	opacity: 1;
	text-align: center;
	background: -webkit-linear-gradient(190deg, #631910 48%, rgba(16,16,16,1) 30%);
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: auto;
	margin-top: auto;
	margin-top: auto;
	margin-top: 20px;
}
.news #news-content1{
	width: 736px;
	color: rgba(16,16,16,1);
	font-family: Poppins;
	font-weight: Regular;
	font-size: 18px;
	opacity: 1;
	text-align: center;
	margin: auto;
}
.news-container-fluid{
	width: 96%;
	opacity: 1;
	overflow: hidden;
	margin-left: 2%;
}
.news-container-fluid1 .blog .flex-row-2 {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}
.news-container-fluid1{
	margin-bottom: 10px;
	background: linear-gradient(to bottom, transparent 10%, #fff 0%);
	color: #fff;
	width: 100%;
	opacity: 1;
	overflow: hidden;
	padding-left: 2% !important;
	padding-right: 2% !important;
}
.news-container-fluid1 .load-more-button{
	cursor: pointer;
	height: max-content;
	min-width: 100%;
	padding: 20px;
	background: #631910;
	color: #fff;
	box-shadow: 0px 4px 20px rgba(56, 55, 55, 0.2);
	border-radius: 5px;
}
.news-container-fluid1 .load-more{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
@media only screen and (max-width: 1180px) {
	.news-container-fluid1 .blog .flex-col-1 {
		width: 32%;
	}
}
.news #swp_category_limiter{
	appearance: none;
	background-image: url("/wp-content/themes/fluidline/img/down-arrow.png");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 1em;
	outline: none;
	line-height: 50px;
	padding: 0px 20px;
	width: 27%;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
@media only screen and (max-width: 990px) {
	.news-container-fluid1 .blog .flex-col-1 {
		width: 100% !important;
	}
	.news-container-fluid1 .blog .mask-group-1 {
		width: 100%;
		height: auto !important;
	}
	.news #news-title1 {
		width: auto;
		font-size: 30px;
	}
	.news #news-content1 {
		width: 88%;
	}
	.news-container-fluid1 {
		background: linear-gradient(to bottom, transparent 0%, #fff 0%);
		padding-top: 20px;
	}
	.news .input-group {
		width: 100%;
	}
	.news .input-group1 {
		display: grid;
	}
	.news #swp_category_limiter {
		width: 100%;
		margin-top: 20px;
		border-radius: 7px;
	}
	.news .search-field{
		border-radius: 7px;
	}
	.news-container-fluid1 .blog .flex-col-1 a {
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) {
	.arch-news-cont{
		width: 100%;
	}
}

/* Archive News - Page */

/* Contact - Page */
.contact-container-fluid {
	width: 96%;
	opacity: 1;
	overflow: hidden;
	margin-left: 2%;
	align-items: flex-start;
}
.white-bg .custom-contact-image-div{
	width: 50%;
}
.white-bg .custom-contact-image{
	width: 100%;
	height: 100%;
	max-height: 100%;
}
.white-bg .gform_body{
	width: 80%;
}
.white-bg{
	background: linear-gradient(to bottom, transparent 35%, #fff 0%);
	color: #fff;
	border: 1px;
}
.subscribe-cont{
	width: 60%;
	margin-top: 70px;
}
#contact-title1 {
	width: 545px;
	font-family: Poppins;
	font-weight: Bold;
	font-size: 15px;
	opacity: 1;
	text-align: center;
	background: -webkit-linear-gradient(190deg, #631910 38%, rgba(16,16,16,1) 30%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: auto;
	margin-bottom: 20px;
}
.contact-us .flex-row-1 {
	align-items: flex-start;
  display: flex;
}
.form-div{
	width: 40%;
}
.white-bg .gform-body{
	width: 60%;
}
.subscribe{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
.subscribe_content{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	width: 539px;
	margin-top: 10px;
}
.cont-box{
	width: 100%;
	background: #631910;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-image: none;
	background-size: auto;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-image: none;
	background-size: auto;
	opacity: 1;
	position: relative;
	top: 0px;
	left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.20000000298023224);
	overflow: hidden;
	height: 258px;
	background-image: url('/wp-content/themes/fluidline/img/contact-image.png');
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	display: flex;
	margin-top: 50px;
	margin-bottom: 40px;
}
.cont-box .gform_title{
	display:none;
}
.shadow1{
	background-color: rgb(99, 25, 16, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cont-box form {
	display: flex;
}
.cont-box #gform_submit_button_1{
	padding: 9px;
	background: #1F1F1F;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	margin-left: -4px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	width: 180px;
	outline: none;
	height:58px;
}
.cont-box #gform_wrapper_1{
	margin-top: 90px;
}
.cont-box .gform_wrapper.gravity-theme .gfield.gfield--width-half {
	-ms-grid-column-span: 12;
	grid-column: span 12;
}
.cont-box .gform_footer {
	width:40%;
	margin: 0 0 0 !important;
	padding: 0 0 !important;
}
.cont-box #input_1_1 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #101010;
	outline: none;
	height:58px;
	height: 58px;
	background: #fff;
}
#contact_fill {
	width:50%;
	padding-top: 30px;
	padding-left: 0% !important;
	padding-right: 0% !important;
}
.day1{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #101010;
}
.time1{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #101010;
}
.tel{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #101010;
}
.num{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #101010;
}
.cont-phone{
	margin-top: 10px;
}
.cont-email{
	margin-bottom: 10px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #631910;
	word-wrap: break-word;
}
.cont-image{
	width: 100%;
	height: auto;
}
.contact-row{
	gap: 10px;
	margin-left: 0px !important;
	margin-bottom: 20px;
	padding-top: 5%;
}
.cont-title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.1px;
	color: #101010;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cont-address{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #101010;
	height: 55px;
}
.cont-end{
	margin-bottom: 20px;
}
@media (min-width: 768px){
	.contact-div{
		-ms-flex: 0 0 24% !important;
		flex: 0 0 24% !important;
		max-width: 24% !important;
	}
}
.contact-div{
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(192, 192, 192, 0.25);
	border-radius: 10px;
	padding-top: 15px;
}
#contact-title {
	width: 542px;
	font-family: Poppins;
	font-weight: Bold;
	font-size: 48px;
	opacity: 1;
	text-align: center;
	background: -webkit-linear-gradient(190deg, #631910 38%, rgba(16,16,16,1) 30%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: auto;
	margin-top: 20px;
}
#contact-content {
	color: rgba(16,16,16,1);
	font-family: Poppins;
	font-weight: Regular;
	font-size: 18px;
	opacity: 1;
	margin: auto;
	background: white;
}
@media only screen and (max-width: 1200px){
	.cont-address {
		height: 70px;
	}
	.contact-us .flex-row-1 {
		display: block;
	}
	#contact_feature {
		width: 100%;
	}
	#contact_fill {
		width: 100%;
	}
	#contact-content {
		width: 100%;
		display:flex;
		flex-direction: column-reverse;
	}
	.white-bg .gform_body {
		width: 100%;
	}
	.white-bg .custom-contact-image-div {
		width: 100%;
	}
	.white-bg .custom-contact-image {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 1100px){
	.sec-div{
		height: 80px;
	}
	.subscribe-cont {
		margin-top: 50px;
	}
	.cont-box #gform_wrapper_1 {
		 margin-top: 70px;
	}
	#contact_feature {
		width: 100%;
	}
	#contact-content {
		width: 100%;
		display:flex;
		flex-direction: column-reverse;
	}
}
@media (max-width: 896px){
	.white-bg .custom-contact-image {
		width: 100%;
		height: auto;
	}
	.white-bg .gform_body {
		width: 100%;
	}
}
@media only screen and (max-width: 915px) and (orientation: landscape){
	.white-bg .custom-contact-image {
		width: 100%;
		height: auto;
	}
	.white-bg .gform_body {
		width: 100%;
	}
}
@media only screen and (max-width: 990px){
	#contact-title {
		width: auto;
		font-size: 30px;
	}
	#contact-title1 {
		width: auto;
		font-size: 15px;
	}
	
	#contact_fill {
		width: 100%;
	}
	#contact-content {
		width: 100%;
		display:flex;
		flex-direction: column-reverse;
	}
	.contact-us .flex-row-1 {
		display: block;
	}
	.contact-row {
		display:block;
		margin-left:-15px;
		margin-right: 0px !important;
	}
	.contact-div {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		text-align: center;
		padding-bottom: 15px;
	}
	#contact-content {
		width: 100%;
	}
	.cont-box {
		height: auto;
		display: block;
	}
	.subscribe-cont {
		width: 100%;
		margin: auto;
		text-align: center;
		padding-top: 20px;
		 padding-bottom: 20px;
	}
	.subscribe_content{
		width:500px;
		margin-left:auto;
		margin-right:auto;
	}
	.cont-box #gform_1 {
		left: 30% !important;
	}
	.subscribe {
		font-size: 30px;
	}
	.cont-box #gform_wrapper_1 {
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.form-div{
		width:100%;
	}
	#contact_feature {
		width: 100%;
	}
	.white-bg .custom-contact-image {
		width: 100%;
		height: auto;
	}
	.white-bg .gform_body {
		width: 100%;
	}
	.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		margin: auto;
		line-height: 2;
		min-height: 32px;
	}
}
@media only screen and (max-width: 990px) and (orientation: landscape){
	.cont-box #gform_1 {
		left: 10% !important;
	}
	#contact_feature {
		width: 100%;
	}
}
@media only screen and (max-width: 700px){
	.subscribe_content{
		width: auto;
	}
	.cont-box #gform_1 {
		left: 23% !important;
	}
	#contact_feature {
		width: 100%;
	}
	.white-bg .custom-contact-image {
		width: 370px;
		height: auto;
	}
}
@media only screen and (max-width: 700px) and (orientation: landscape){
	.cont-box #gform_1 {
		left: 7% !important;
	}
	.white-bg .custom-contact-image {
		width: 100%;
		height: auto;
	}
	.white-bg .gform_body {
		width: 100%;
	}
}
@media only screen and (max-width: 600px){
	.cont-box #gform_1 {
		left: 1% !important;
	}
	.white-bg .custom-contact-image {
		width: 100%;
		height: auto;
	}
	.white-bg .gform_body {
		width: 100%;
	}
}
@media only screen and (max-width: 500px){
	.cont-box #gform_1 {
		left: 0% !important;
	}
}
@media screen and (min-device-width: 900px) and (max-device-height: 1440px) and (orientation: portrait){
	.cont-box #gform_1 {
		 left: 10% !important;
	}
}
@media screen and (min-device-width: 844px) and (max-device-height: 390px) and (orientation: landscape){
	.cont-box #gform_1 {
		 left: 10% !important;
	}
}
@media screen and (min-device-width: 768px) and (max-device-height: 1024px) and (orientation: portrait){
	.cont-box #gform_1 {
		left: 10% !important;
	}
	.white-bg .custom-contact-image {
		width: 100%;
		height: auto;
	}
	.white-bg .gform_body {
		width: 100%;
	}
}
@media screen and (min-device-width: 1024px) and (max-device-height: 768px) and (orientation: landscape){
	.subscribe_content {
		width: 480px;
	}
}
@media screen and (min-device-width: 810px) and (max-device-height: 1200px) and (orientation: portrait){
	.cont-box #gform_1 {
		left: 10% !important;
	}
}
@media screen and (min-device-width: 768px) and (max-device-height: 1366px) and (orientation: portrait){
	.cont-box #gform_1 {
		left: 10% !important;
	}
}
/* Contact - Page */

/* Product catelog - Page */
#product_catelog .product_catelog_image{
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}
#product_catelog .product_catelog_row{
	column-gap: 110px;
	width: 94%;
	background: rgba(255,255,255,1);
	padding: 25px 20px;
	margin: 20px;
	opacity: 1;
	position: relative;
	top: 16px;
	left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.25);
	margin-left: 2% !important;
	width: 96%;
	padding: 60px;
  padding-top: 10%;
}
@media (max-width: 1300px){
	#product_catelog .product_catelog_row {
		column-gap: 90px;
	}
}
@media (max-width: 1150px){
	#product_catelog .product_catelog_row {
		column-gap: 85px;
	}
}
@media (max-width: 1100px){
	#product_catelog .product_catelog_content .col-lg-2 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (max-width: 990px){
  #product_catelog .product_catelog_row{
     padding-top:20%;
  }
	#product_catelog .product_catelog_content .col-lg-2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#product_catelog .product_catelog_box {
		margin: auto;
		width: auto !important;
	}
	#product_catelog .product_catelog_title {
		margin-left: auto;
		margin-right: auto;
	}
	#product_catelog .product_catelog_title {
		width: auto !important;
	}
}
@media screen and (min-width: 12410px) { /* 90% resolution */
	#product_catelog .product_catelog_row {
		column-gap: 90px;
	}
}
@media screen and (min-width: 1400px) { /* 90% resolution */
	#product_catelog .product_catelog_row {
		column-gap: 130px;
	}
}
@media screen and (min-width: 1661px){ /* 80% resolution */
	#product_catelog .product_catelog_row {
		column-gap: 150px;
	}
}
#product_catelog .product_catelog_box {
	display: block;
	border-radius: 10px;
	border: 1px solid #DDE6E9;
	width: 232px;
	height: 120px;
	background: rgba(255,255,255,1);
	padding: 0px 0px;
	opacity: 1;
	top: 15px;
	left: 33px;
	border: 2px solid #ececec;
	border-radius: 5px;
	overflow: hidden;
}
#product_catelog .product_catelog_title{
	width: 232px;
	position: relative;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	margin-top: 8px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #101010;
}
#product_catelog .product_catelog_head {
	width: 100%;
	opacity: 1;
	position: relative;
}
#product_catelog .item-content {
	width: 736px;
	color: rgba(16,16,16,1);
	font-family: Poppins;
	font-weight: Regular;
	font-size: 18px;
	opacity: 1;
	text-align: center;
	margin: auto;
}
#product_catelog .item-title {
	width: 542px;
	font-family: Poppins;
	font-weight: Bold;
	font-size: 48px;
	opacity: 1;
	text-align: center;
	background: -webkit-linear-gradient(190deg, #631910 53%, rgba(16,16,16,1) 30%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: auto;
	margin-top: 20px;
}
@media screen and (max-width: 1024px){
	#product_catelog .product_catelog_head {
		width: 100%;
	}
}
@media screen and (max-width: 844px) {
	#product_catelog .item-content {
			width: 64%;
	}
}
@media screen and (max-width: 990px) {
	#product_catelog .item-content {
		width: 88%;
	}
	#product_catelog .item-title {
		width: auto;
		font-size: 30px;
		background: -webkit-linear-gradient(190deg, #631910 51%, rgba(16,16,16,1) 30%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}
#product_catelog .product_catelog_content {
	width: 100%;
	opacity: 1;
	position: relative;
	margin-top: 30px;
}
@media screen and (max-width: 500px) {
  #product_catelog .product_catelog_row {
      padding-top: 30%;
  }
}
#product_catelog{
	background: linear-gradient(to bottom, transparent 30%, #fff 0%);
	color: #fff;
	padding-bottom: 60px;
}

/* Product catelog - Page */

/* Product category - Page */
#product_category .product_category_image{
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}
#product_category .product_category_row{
	column-gap: 110px;
	width: 96%;
	background: rgba(255,255,255,1);
	margin: 20px;
	opacity: 1;
	position: relative;
	left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.25);
	margin-left: 2% !important;
	width: 96%;
  	padding-top: 0%;
	padding-bottom: 0px;
	margin-top: 50px;
}
.breadcrumbs{
	padding-top: 10px;
}
#cat{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.2px;
	color: #631910;
}
#parker{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.2px;
	color: rgb(16, 16, 16);
}
#product_category .head-banner{
	position: relative;
	top: 0%;
	height: 80px;
	background: #631910;
	border-radius: 7px 7px 0px 0px;
	width: 100%;
	left: 0%;
	padding-bottom: 20px;
	padding-bottom: 20px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 80px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	padding-left: 20px;
}
#product_category .product_category_row1{
	column-gap: 0px;
	width: 94%;
	background: rgba(255,255,255,1);
	margin: 20px;
	opacity: 1;
	position: relative;
	top: 16px;
	left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.25);
	margin-left: 2% !important;
	width: 96%;
	padding: 2% 1%;
	padding-bottom: 0%;
}
@media (max-width: 1100px){
	#product_category .product_category_content .col-lg-2 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
@media (max-width: 990px){
	#product_category .product_category_content .col-lg-2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#product_category .product_category_box {
		margin: auto;
		width: auto !important;
	}
	#product_category .product_category_title {
		margin-left: auto;
		margin-right: auto;
	}
	#product_category .product_category_title {
		width: auto !important;
	}
	#product_category .product_category_row .breadcrumbs {
		padding: 30px 30px 30px 20px !important;
	}
}
#product_category .product_category_box {
	display: block;
	border-radius: 10px;
	border: 1px solid #DDE6E9;
	width: 232px;
	height: 120px;
	background: rgba(255,255,255,1);
	padding: 0px 0px;
	opacity: 1;
	top: 15px;
	left: 33px;
	border: 1px solid #CEC8C8;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	height: 180px;
}
#product_category .product_category_title{
	width: auto;
	position: relative;
	text-align: center;
	display: block;
	margin-bottom: 35px;
	margin-top: 8px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #101010;
}
#product_category .product_category_head {
	width: 100%;
	opacity: 1;
	position: relative;
}
#product_category .item-content {
	width: 736px;
	color: rgba(16,16,16,1);
	font-family: Poppins;
	font-weight: Regular;
	font-size: 18px;
	opacity: 1;
	text-align: center;
	margin: auto;
}
#product_category .item-title {
	width: 542px;
	font-family: Poppins;
	font-weight: Bold;
	font-size: 48px;
	opacity: 1;
	text-align: center;
	background: -webkit-linear-gradient(190deg, #631910 50%, rgba(16,16,16,1) 30%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: auto;
	margin-top: 20px;
}
@media screen and (max-width: 1024px){
	#product_category .product_category_head {
		width: 100%;
	}
}
@media screen and (max-width: 844px) {
	#product_category .item-content {
			width: 64%;
	}
}
@media screen and (max-width: 990px) {
	#product_catelog .product_catelog_row{
		padding-top:20%;
	}
	#product_category .item-content {
		width: 88%;
	}
	#product_category .item-title {
		width: auto;
		font-size: 30px;
	}
	.product_category_div{
		width: 400px !important;
		margin: auto !important;
	}
}
@media screen and (max-width: 990px) and (orientation: portrait){
	#product_category .product_category_box {
		height: 150px !important;
	}
}
@media screen and (max-width: 990px) and (orientation: landscape){
	#product_category .product_category_box {
		height: 100px !important;
	}
}
#product_category .product_category_content {
	width: 100%;
	opacity: 1;
	position: relative;
	margin-top: 30px;
}
#product_category{
	background: linear-gradient(to bottom, transparent 30%, #fff 0%);
	color: #fff;
	padding-bottom: 0px;
}
@media screen and (max-device-width: 1024px) and (max-device-height: 768px) and (orientation: landscape){
	#product_category .product_category_box {
		height: 130px !important;
	}
}
@media (max-width: 1300px){
	#product_catelog .product_catelog_row {
		column-gap: 90px;
	}
}
@media (max-width: 1150px){
	#product_catelog .product_catelog_row {
		column-gap: 85px;
	}
}
@media screen and (max-width: 500px) {
	#product_catelog .product_catelog_row {
		padding-top: 30%;
	}
	#product_category .product_category_box {
		height: 150px !important;
	}
	#product_category .product_category_row1
	{
		padding-top: 6% !important;
	}
	#product_category .product_category_box {
		height: 150px !important;
	}
}
@media screen and (min-device-width: 768px) and (max-device-height: 1440px) and (orientation: portrait){
	#product_category .product_category_box {
		height: 100px !important;
	}
}
/* Product category - Page */

/* Sub Product category - Page */
#accordion .content li {
	margin: 7 0 0 20;
}
#accordion .content{
	margin-top: 20px;
	margin-bottom: 20px;
}
.sub-name{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.2px;
	color: #631910;
	width: 90%;
	margin-left: 15px;
	margin-right: 20px;
	background: #F1F1F1;
	border-radius: 5px;
	padding: 10px;
	display:flex;
}
#accordion .content input{
	border: 1px solid #CEC8C8;
	border-radius: 5px;
	height: 41px;
	width: 30px;
}
#accordion .content li{
	display:flex;
}
.sidebar2 {
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(192, 192, 192, 0.25);
	border-radius: 10px;
	padding: 0px;
	padding-bottom: 20px;
}
.attr-name {
	margin-left: 15px;
	margin-right: 20px;
	background: #F1F1F1;
	border-radius: 5px;
	padding: 5px;
	margin-top: 8px;
	color: #631910;
}
.tit-side2 {
	padding: 15px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	display: flex;
	align-items: center;
	color: #101010;
	border-bottom: 1px solid #CEC8C8;
	margin-bottom: 20px;
}
.light-theme a, .light-theme span {
	line-height: inherit !important;
}
.sidebar{
	padding-left: 0px;
}
.pagination-container{
	position: absolute;
	right: 20;
	top: 22%;
	display: flex;
}
select {
	font-family: revert-layer !important;
}
.conf-product{
	background: #631910;
	border-radius: 5px;
	margin-top: 5%;
	min-width: 160px;
	padding: 14px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
#sort-drop{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0.2px;
	color: #101010;
}
#sort-by1{
	background: #F9F9F9;
	border: 1px solid #CEC8C8;
	border-radius: 5px;
	padding: 8px;
}
.image-con{
	text-align: center;
	border: 1px solid #CEC8C8;
	border-radius: 5px;
	padding: 30px;
}
.content-div1 img{
	width: 55%;
	height: auto;
}
.sub-cnt{
	position: absolute;
	right: 40;
}
.content-div1{
	height: fit-content;
	background: rgba(255,255,255,1);
	opacity: 1;
	position: relative;
	left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.25);
	margin-left: 2% !important;
	padding: 1% 1%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	gap: 10px;
}
#sort-drop label{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.2px;
	color: #101010;
	padding-right: 10px;
}
.cat-name{
	margin-left: 15px;
	margin-right: 20px;
	border-radius: 5px;
	padding: 8px;
	margin-top: 8px;
	background: #F1F1F1;
    border-radius: 5px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2px;
    padding-left: 5px;
    color: #631910;
}
#grey-bacg .cat-name{
	padding: 0px !important;
}
.attr-name div{
	padding-left: 5px;
}
.sidebar-div{
	margin-left: 0px;
	margin-right: 0px;
}
.sub-cat{
	background: #F1F1F1;
	border-radius: 5px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.2px;
	padding-left: 5px;
	color: #631910;
}
.tit-side{
	padding: 15px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	display: flex;
	align-items: center;
	color: #101010;
	border-bottom: 1px solid #CEC8C8;
	margin-bottom: 20px;
}
.sidebar1{
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(192, 192, 192, 0.25);
	border-radius: 10px;
	padding:0px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#product_category1 .item-title {
	width: 542px;
	font-family: Poppins;
	font-weight: Bold;
	font-size: 48px;
	opacity: 1;
	text-align: center;
	background: -webkit-linear-gradient(170deg, #631910 50%, rgba(16,16,16,1) 30%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: auto;
	margin-top: 20px;
}
#product_category1 .item-content {
	width: 736px;
	color: rgba(16,16,16,1);
	font-family: Poppins;
	font-weight: Regular;
	font-size: 18px;
	opacity: 1;
	text-align: center;
	margin: auto;
}
#head, .navbar {
	background: transparent !important;
}
.breadcrumbs1{
	padding: 20px 0px 20px 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(192, 192, 192, 0.25);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	display: flex;
	position: relative;
}
.category-div{
	margin-left: 2% !important;
	width: 96%;
}
.category_content{
	margin-bottom: 50px;
}
#product_category1 .product_category_head1 {
	width: 100%;
	opacity: 1;
	position: relative;
	margin-bottom: 3%;
}
#product_category1 {
	background: linear-gradient(to bottom, transparent 25%, #fff 0%);
	color: #fff;
	padding-bottom: 60px;
}
.content-div1 .grid{
	margin-top: -3px;
}
/* Create two equal columns that floats next to each other */
#grid {
	float: left;
	width: 50%;
	padding: 10px;
}

/* Style the buttons */
.btn-back .btn {
	cursor: pointer;
	background: #F9F9F9;
	border: 1px solid #CEC8C8;
	border-radius: 5px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	text-align: right;
	letter-spacing: 0.2px;
}
.btn-back .btn:hover {
	background-color: #ddd;
}
.btn-back .btn.active {
	color: white;
	background: #631910;
	border-radius: 5px;
}
.btn-back{
	background: #F9F9F9;
	border: 1px solid #CEC8C8;
	border-radius: 5px;
	padding: 5px;
}
.category_row{
	margin-right: 0px !important;
	margin-left: 0px !important;
}
#btnContainer{
	position: absolute;
	right: 25;
}
#product_category1 .category_row{
	margin-top: 50px;
}
#product-banner{
	position: relative;
	height: 80px;
	background: #631910;
	border-radius: 7px 7px 0px 0px;
	width: 100%;
	left: 0%;
	padding-bottom: 20px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 80px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	padding-left: 20px;
	display:flex;
}
.cat-title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #101010;
	height: 70px;
}
.btn-back .btn.focus, .btn-back .btn:focus {
	outline: 0;
	box-shadow: none !important;
}
@media (min-width: 768px){
	#grid {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
#page-number{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	text-align: right;
	letter-spacing: 0.2px;
	color: #101010;
	margin-left: 30px;
	margin-right: 10px;
	line-height: 40px;
}
#pagination .prev, #pagination .next{
	font-weight: 500 !important;
	font-size: 20px !important;
	width: 47px;
	height: 40px;
	color: #fff !important;
	border-radius: 5px !important;
	padding: 4px !important;
}
.light-theme {
	padding: 0 0px 5px 0;
}
#pagination:nth-of-type(2){
	color: #ffffff !important;
}
.page-link{
	background: #631910 !important;
	border: 1px solid #631910 !important;
}
.light-theme .current {
	background: #958989;
	border: 1px solid #CEC8C8;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	color: #101010;
	padding: auto;
	padding: 7px;
	text-align: center;
}
#accordion .title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.2px;
	color: #631910;
	display: flex;
	cursor: pointer;
}
#accordion .fa {
	font-size: 30px;
}
.sb-name{
	width: 90%;
}
.sb_cnt{
	width: 10%;
}
.ch-div{
	width: 10%;
}
@media screen and (max-width: 1350px){
	.cat-title {
		height: 100px;
	}
}
@media screen and (max-width:1300px) and (orientation: landscape){
	.sidebar-div {
		margin-right: -15px;
	}
	.sidebar {
		-ms-flex: 0 0 30% !important;
		flex: 0 0 30% !important;
		max-width: 30% !important;
	}
	.sidebar-div .col-md-9{
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
	#product_category1 {
		 background: linear-gradient(to bottom, transparent 30%, #fff 0%);
	}
}
@media screen and (max-width:1300px) and (min-width:1100px) and (orientation: landscape){
	.cat-title {
		height: 100px;
	}
}
@media (max-width: 990px) and (orientation: portrait){
	.sidebar-div {
		margin-left: -8px;
	}
}
@media (max-width: 990px) and (orientation: landscape){
	.sidebar{
		/* order: 2; */
		margin: auto;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		margin-top: 30px;
	}
	.sidebar-div {
		margin-left: -15px;
	}
}
@media (max-width: 990px){
	.cat-title {
		height: auto;
	}
	.sidebar {
		padding-left: 15px;
		margin-top: 40px !important;
	}
	.sidebar-div {
		display: grid;
	}
	.sidebar{
		/* order: 2; */
		margin: auto;
	}
	.sidebar-div {
		margin-left: -15px;
		margin-right: -15px;
	}
	.sidebar-div .col-md-9{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		display: block;
		padding-right: 0px;
	}
	#grid {
		float: inherit;
		margin: auto;
		max-width: 100% !important;
		width: 100% !important;
	}
	#product_category1 .item-title{
		width: auto;
		font-size: 30px;
	}
	#product_category1 .item-content {
		width: 88%;
	}
	#product-banner {
		height: auto;
		display: block;
		text-align: center;
		padding-left: 0px;
		line-height: 30px;
		padding-bottom: 20px;
		padding-top: 15px;
	}
	#btnContainer {
		position: relative;
		right: inherit;
		display: none;
	}
	.breadcrumbs1 {
		display: block;
		position: relative;
		padding-bottom: 20px;
		padding-left: 0px;
		text-align: center;
	}
	#cat {
		line-height: inherit;
	}
	.navi-div{
		padding-top: 20px;
		padding-bottom: 10px;
	}
	#parker {
		line-height: inherit;
	}
	.pagination-container {
		position: initial;
		display: block;
	}
	#page-number {
		margin-left: 0px;
	}
	.paginate {
		justify-content: center;
	}
	.sb-name{
		width: 80%;
	}
	.sb_cnt{
		width: 20%;
	}
	.category_content {
		margin-bottom: 0px;
	}
}
@media (max-width: 990px){
	.con-div .cat-content {
		display: none !important;
	}
	.con-div .cat-title{
		text-align: center !important;
	}
	.category_content {
		margin-bottom: 0px;
	}
	
}
@media only screen and (min-device-width: 1180px) and (max-device-height: 820px) and (orientation: landscape){
	#grid .content-block {
		width: 70%;
	}
}
@media (max-width: 990px) and (orientation: portrait){
	.sidebar-div {
		margin-left: -8px;
	}
	
}
.paginate{
	display: flex;
}
@media screen and (min-device-width: 768px) and (max-device-width: 990px) and (max-device-height: 1440px) and (orientation: portrait){
	.sidebar{
		/* order: 2; */
		margin: auto;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		margin-top: 30px;
	}
	.sidebar-div {
		margin-left: -15px;
	}
	.category_content {
		margin-bottom: 0px;
	}
}
@media screen and (min-device-width: 768px) and (max-device-height: 1024px) and (orientation: portrait){
	.sidebar{
		/* order: 2; */
		margin: auto;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-top: 30px;
	}
	.category_content {
		margin-bottom: 0px;
	}
	.sb-name{
		width: 80%;
	}
	.sb_cnt{
		width: 20%;
	}
}
.subcat-name{
	width: 90%;
	display: inline-block;
}
/*List page - Start */
#list .cat-content{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.2px;
	color: #101010;
}
#list .cat-title {
	height: auto;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.2px;
	color: #101010;
	text-align: left;
}
#list{
	width: 100%;
	max-width: 100%;
	padding: 10px;
	padding-bottom: 0.5%;
}
#list .con-div{
	width: 100%;
	border: 1px solid #CEC8C8;
	border-radius: 5px;
	display:flex;
	/*height: 160px;*/
}
#list .image-con {
	text-align: center;
	border: 1px solid #CEC8C8;
	border-radius: 5px;
	padding: 7px 30px;
	/*height: 160px;*/
	margin-bottom: 0px;
}
#list img {
	max-width: none;
	height: 90px;
	width: auto;
}
#list .content-block{
	width: 75%;
	padding: 15px 20px 10px 15px;
}
#list #btn{
	margin: auto;
}
#list .conf-product {
	margin-top: 0%;
}
#list .col-div{
	width: 100%;
	display: flex;
	max-width: 100%;
	gap: 15px;
}
@media (max-width: 1500px){
	#list .content-block {
		width: 73%;
	}
	#list .image-con {
		padding: 7px 20px;
	}
}
@media (max-width: 1350px){
	#list .content-block {
		width: 60%;
	}
}
@media (max-width: 1200px){
	#list .content-block {
		padding: 15px 5px 10px 15px;
	}
	#list .conf-product {
		padding-left: 8px;
		padding-right: 8px;
	}
	#list img {
		width: 110px;
		height: 100px;
	}
	#list .image-con {
		padding: 2px 2px;
	}
}
@media (max-width: 990px){
	#row-element img {
		max-width: none;
		height: 150px;
		width: auto;
	}
	#row-element .image-con {
		height: auto;
		padding: 2px 2px !important;
	}
	#row-element .col-div {
		display: grid;
	}
	#row-element .con-div {
		width: 100%;
		display: block;
		height: auto;
		padding-bottom: 20px;
	}
	#row-element .con-div {
		width: 100%;
		border: 1px solid #CEC8C8;
		border-radius: 5px
	}
	#row-element .content-block {
		width: 100%;
	}
	#row-element {
		margin-bottom: 30px;
	}
	#row-element .content-block {
		padding: 15px 15px 10px 15px;
	}
	#row-element .conf-product {
		margin: 15px 15px 10px 15px;
	}
	#row-element .cat-title {
		font-size: 16px;
	}
}
@media only screen and (min-device-width: 1180px) and (max-device-height: 820px) and (orientation: landscape){
	#list .content-block {
		width: 70%;
	}
}
/*List Page - End */
/* Sub Product category - Page */
/* Single Product - Page */
#prod-desc .content-section1 .col-sm-3{
	padding: 0px;
}
#prod-desc .entry-content1 .col-lg-12{
	padding: 20px;
}
#prod-desc .entry-content1{
	background: #FFFFFF;
	border: 1px solid #CEC8C8;
	border-radius: 10px;
}
#prod-desc {
	margin-left: 2% !important;
	width: 96%;
}
#prod_cont{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.2px;
	color: #101010;
}
.content-section1 .active-btn {
	background: #631910 !important;
	border: #631910 !important;
	color: #FFFFFF !important;
}
#prod_cont .content-section1 .btn {
	padding: 13px;
	background: #F2F2F2;
	border: #F2F2F2;
}
.content-section1 .button-toggle{
	background: #EDEEEE;
	border-radius: 5px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	width: 93%;
	padding: 8px;
}
.single-product .content-section1 {
	width: 68%;
	margin-top: 40px;
	display: flex;
	margin-bottom: 30px;
}
.request_quote_btn{
	background: #631910;
	border-radius: 5px;
	padding: 14px 31px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	width: fit-content;
	position: relative;
	margin-right: 20px;
	margin-left: auto;
	cursor: pointer;
}
.request-section input {
	height: 30px;
	width: 70px;
	margin-left: 10px;
	background: #F9F9F9;
    border: 1px solid #CEC8C8;
    border-radius: 5px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #101010;
	padding-left: 5px;
	text-align: center;
	font-weight: 600;
}
.request_quote_btn:hover, .request_quote_btn:focus{
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.request-section .field {
	padding-top: 0px !important;
	vertical-align: middle;
	align-items: center;
}
.request-section {
	display:flex;
	margin-top: 15px;
}
.quantity_lable {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: inherit;
	letter-spacing: 0.2px;
	color: #101010;
	display: block; 
}  
.single-product{
	background: linear-gradient(to bottom, transparent 27%, #fff 0%);
	color: #fff;
	padding-bottom: 20px;
}
.field-section select{
	width:70%;
	background: #F9F9F9;
	border: 1px solid #CEC8C8;
	border-radius: 5px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #101010;
	padding-left: 15px;
	padding: 5px;
}
.field-section .field{
	margin-left: 20px;
	display: flex;
	margin-right: 20px;
	padding-top: 15px;
}
.field-section .field_lable{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: inherit;
	letter-spacing: 0.2px;
	color: #101010;
	width: 30%;
	max-width: 100%;
	display: block;
}
.content-section .field-section{
	background: #EDEEEE;
	border-radius: 0px 0px 10px 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.single-product .single_product_row {
	width: 94%;
	background: rgba(255,255,255,1);
	margin-left: 0px;
	opacity: 1;
	position: relative;
	left: 0px;
	border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	width: 100%;
	padding: 20px 0px 20px 0px;
}
.single_product_row .head-banner1 {
	background: #631910;
	border-radius: 7px 7px 0px 0px;
	width: 100%;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.2px;
	color: #F9F9F9;
	padding: 20px;
}
.flex-row1{
	gap: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.single-product .content-section{
	width: 58%;
	margin-top: 10px;
}
.content-section .title-section{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 0.2px;
	color: #101010;
}
.single-product .img-position{
	border: 1px solid #CEC8C8;
	border-radius: 5px;
	margin-left: 10px;
}
.img-position{
	text-align: center;
}
.single-product .image-section{
	width: 40%;
}
.single-product .single-image{
	width: 75%;
	padding: 20px;
}
.single-product .main-copy{
	left: 32px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(192, 192, 192, 0.25);
	border-radius: 10px;
	margin-left: 2% !important;
	width: 96%;
	padding: 20px;
	padding-bottom: 0px;
}
.single-product .product_category_row{
	column-gap: 110px;
	width: 94%;
	background: rgba(255,255,255,1);
	margin: 20px;
	margin-left: 20px;
	margin-left: 20px;
	opacity: 1;
	position: relative;
	left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.25);
	margin-left: 2% !important;
	width: 96%;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-top: 0%;
	padding-bottom: 0px;
	margin-top: 50px;
}
.single-product .head-banner{
	position: relative;
	top: 0%;
	background: #631910;
	border-radius: 7px 7px 0px 0px;
	width: 100%;
	left: 0%;
	padding-bottom: 20px;
	padding-bottom: 20px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 20px;
}
.single-product-head2{
	margin-bottom: 50px;
}
#single-product-tit{
	width: 542px;
	font-family: Poppins;
	font-weight: Bold;
	font-size: 48px;
	opacity: 1;
	text-align: center;
	background: -webkit-linear-gradient(190deg, #631910 48%, rgba(16,16,16,1) 30%);
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: auto;
	margin-top: 20px;
}
#single-product-cont {
	width: 736px;
	color: rgba(16,16,16,1);
	font-family: Poppins;
	font-weight: Regular;
	font-size: 18px;
	opacity: 1;
	text-align: center;
	margin: auto;
}
#content-sec2 #prod_cont {
	row-gap: 20px;
}
#prod-con a {
	color: #424242;
}
.far {
	margin-right: .5rem;
}
.tech-content {
	column-count: 2;
}
#tech-con {
	display:flex;
}
.tech-title{
	width: 40%;
}
.technical-content{
	width: 60%;
}
@media only screen and (max-width: 2000px){
	.single-product .single-image {
		width: 50%;
	}
}
@media only screen and (max-width: 1900px){
	.single-product .single-image {
		width: 55%;
		padding: 20px;
	}
}
@media only screen and (max-width: 1800px){
	.single-product .single-image {
		width: 60%;
		padding: 20px;
	}
}
@media only screen and (max-width: 1700px){
	.single-product .single-image {
		width: 60%;
	}
}
@media only screen and (max-width: 1600px){
	.single-product .single-image {
		width: 65%;
	}
}
@media only screen and (max-width: 1500px){
	.single-product .single-image {
		width: 70%;
	}
}
@media only screen and (max-width: 1300px){
	.content-section .title-section {
		font-size: 24px;
	}
	.single-product .single-image {
		width: 75%;
	}
}
@media only screen and (max-width: 1200px){
	.single-product .single-image {
		width: 85%;
	}
}
@media only screen and (max-width: 1150px){
	.single-product .single-image {
		width: 95%;
	}
	.single-product .image-section {
		width: 45%;
	}
	.single-product .content-section {
		width: 48%;
	}
}

@media only screen and (max-width: 1100px){
	.flex-row1 {
		gap: 10px;
	}
}
@media only screen and (max-width: 990px){
	.single-product-head2 #single-product-tit {
		width: auto;
		font-size: 30px;
	} 
	.single-product-head2 #single-product-cont {
		width: 88%;
	}
	.main-copy .flex-row1{
		display: block;
	}
	.single-product .image-section {
		width: 100%;
	}
	.single-product .single-image {
		padding: 20px;
		width: 100%;
		max-width: 300px;
		height: auto;
	}
	.tech-content {
		column-count: 1;
	}
	.content-section .title-section {
		font-size: 22px;
		padding: 10px 10px 10px 20px;
	}
	.single-product .content-section {
		width: 100%;
	}
	.field-section .field_lable {
		font-size: 12px;
		line-height: inherit;
	}
	.field-section .field_lable {
		width: 40%;
	}
	.request_quote_btn {
		padding: 7px 15px;
		font-size: 12px;
	}
	.single-product .content-section1 {
		width: 100%;
	}
	.single-product .content-section1 .col-sm-3 {
		padding: 5px;
	}
	.single-product .single-image {
		margin: 0px !important;
	}
	.single-product .content-section1 {
		gap: 10px;
	}
	.content-section1 .button-toggle {
		width: 99%;
	}
}
@media only screen and (max-width: 500px){
	.single-product .content-section1 {
		row-gap: 10px;
		display: grid;
	}
	.content-section1 .button-toggle {
		width: 93%;
	}
}
@media only screen and (min-device-width: 1180px) and (max-device-height: 820px) and (orientation: landscape){
	.single-product .content-section1 {
		width: 70%;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-height: 1366px) and (orientation: portrait){
	.single-product .content-section1 .col-sm-3 {
		-ms-flex: 0 0 28%;
		flex: 0 0 28%;
		max-width: 28%;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
	.single-product .content-section1 {
		width: 100%;
	}
	.main-copy .flex-row1 {
		gap: 10px;
	}
}
.breadcrumbs span{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.2px;
	font-weight: 500;
	color: #101010;
}
.breadcrumbs a{
	color: #631910;
}
.product_category_row .breadcrumbs {
	padding: 20px 30px 20px 20px;
}
.breadcrumbs .breadcrumb_last{
	color: #101010;
}
/* Single Product - Page */

/* Single News */
.single-news .news-head2{
	margin-bottom: 50px;
}
.single-news #news-tit{
	width: 542px;
	font-family: Poppins;
	font-weight: Bold;
	font-size: 48px;
	opacity: 1;
	text-align: center;
	background: -webkit-linear-gradient(190deg, #631910 48%, rgba(16,16,16,1) 30%);
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: auto;
	margin-top: 20px;
}
.single-news #news-cont {
	width: 736px;
	color: rgba(16,16,16,1);
	font-family: Poppins;
	font-weight: Regular;
	font-size: 18px;
	opacity: 1;
	text-align: center;
	margin: auto;
}
.single-news .share{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #000000;
}
.single-news #share-btn{
	display:flex;
	gap: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.single-news #grey-bacg{
	background: #EDEFF2;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.single-news .recent-cont{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	align-items: center;
	color: #101010;
	Width: auto;
	margin-top: 10%;
	margin-right: 5px;
}
.single-news .recent-posts{
	position: relative;
	display: inherit;
	z-index: 5;
	position: relative;
	z-index: 5;
	width: 35%;
	background-color: var(--white);
	border-radius: 10px;
	flex-direction: column;
	padding: 1px;
	box-shadow: 0px 4px 20px rgb(192 192 192 / 25%);
	padding-bottom:40px;
	margin-right: 1%;
}
.single-news .recent-posts a {
	display: contents;
	text-decoration: none;
}
.recent-news {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	display: flex;
	color: #101010;
	width: 100%;
	padding-left: 10px;
	border-bottom: 2px solid #CEC8C8;
	padding-bottom: 10px;
	padding-top: 10px;
}
.recent-posts .mask-group {
	width: 120px;
	height: 100px;
	border-radius: 7px;
}
.recent-posts .flex-col {
	display: flex;
	flex-direction: column;
	gap: 13px;
	min-height: 95px;
	min-width: auto;
}
.single-news .blog-post-title1 {
	height: 28px;
	position: absolute;
	width: 65%;
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	display: flex;
	align-items: center;
	color: #000;
}
.single-news .blog-post-1{
	align-items: flex-start;
	display: flex;
	gap: 16px;
	margin-top: 30px;
	min-width: auto;
	margin-left: 10px;
}
.single-news .news-cont{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	/* display: flex; */
	align-items: center;
	color: #101010;
	border-bottom: 1px solid #dadada;
	padding-bottom: 20px;
	width: 100%;
}
.single-news .blog-post-title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 42px;
	display: flex;
	align-items: center;
	color: #101010;
	padding-top: 20px;
	padding-bottom: 18px;
}
.single-news .category{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	align-items: center;
	color: #2F3231;
}
.single-news .cat-name{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	align-items: center;
	color: #2F3231;
}
.single-news .overlap-group-1{
	display: flex;
	margin-left: auto;
	box-shadow: 0px 4px 20px rgba(192, 192, 192, 0.25);
	border-radius: 10px;
}
.single-news .div-bar{
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 21px;
	left: 0;
	top: 450px;
	width: 100%;
	border-bottom: 1px solid #dadada;
	padding-top: 10px;
}
.single-news .flex-row-1 {
	align-items: flex-start;
	display: flex;
	margin-left: .43px;
	width: 100%;
	margin-bottom: 10px;
}
.single-news .go-back{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #733028;
}
.single-news .news-single{
	align-items: flex-start;
	background: linear-gradient(to bottom, transparent 5%, #fff 0%);
	color: #fff;
	border: 1px;
	display: flex;
	overflow: hidden;
	width: 100%;
	gap: 20px;
}
.single-news .news-single .overlap-group6 {
	height: auto;
	margin-left: 2%;
	position: relative;
	width: 70%;
	z-index: 2;
}
.single-news .main-copy {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	left: 2px;
	top: 0;
	width: 99%;
}
.single-news .main-copy .mask-group-2 {
	height: 470px;
	width: 100%;
	border-radius: 5px;
	max-width: 100% !important;
	background-size: cover;
	min-width: 100% !important;
	object-fit: cover;
}
@media only screen and (max-width: 990px)
{
	.single-news .blog-post-title{
		font-size: 25px;
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 700;
		line-height: 29px;
		letter-spacing: 1.1px;
		color: #101010;
		padding-bottom: 2%;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1366px)
{
	.single-news .news-single .overlap-group6 {
		width: 53%;
	}
}
@media only screen and (max-width: 1200px)
{
	.single-news .recent-posts {
		align-items: flex-start;
		display: flex;
		height: auto;
		left: 0px;
		position: relative;
		z-index: 5;
		order: 3;
		width:40%;
		margin-bottom: 20px;
		gap: 20px;
	}
	.single-news .main-copy {
		width: 100%;
	}
	.single-news .recent-posts .blog-post-1 {
		display: flex;
		gap: 16px;
		margin-left: 10px;
		margin-top: 38px;
		min-width: auto;
	}
	.single-news .recent-posts .blog-post-1 {
		margin-top: 10px;
	}
}
@media screen and (max-width: 3000px){
	.single-news .main-copy .mask-group-2 {
		height: 650px !important;
	}
}
@media screen and (max-width: 2000px){
	.single-news .main-copy .mask-group-2 {
		height: 610px !important;
	}
}
@media screen and (max-width: 1900px){
	.single-news .main-copy .mask-group-2 {
		height: 570px !important;
	}
}
@media screen and (max-width: 1800px){
	.single-news .main-copy .mask-group-2 {
		height: 560px !important;
	}
}
@media screen and (max-width: 1500px){
	.single-news .main-copy .mask-group-2 {
		height: 510px !important;
	}
}
@media screen and (max-width: 1750px){
	.single-news .main-copy .mask-group-2 {
		height: 550px !important
	}
}
@media screen and (max-width: 1366px){
	.single-news .main-copy .mask-group-2 {
		height: 440px !important;
	}
}
@media screen and (max-width: 1250px){
	.single-news .main-copy .mask-group-2 {
		height: 400px !important;
	}
}
@media screen and (max-width: 1100px){
	.single-news .main-copy .mask-group-2 {
		height: 520px !important;
	}
}
@media only screen and (max-width: 990px){
	.single-news .news-single .overlap-group6{
		width: 96%;
	}
	.single-news .news-single {
		display: block;
	}
	.single-news .news-head2 #news-tit {
		width: auto;
		font-size: 30px;
		background: -webkit-linear-gradient(190deg, #631910 49%, rgba(16,16,16,1) 30%);
		background-clip: border-box;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	} 
	.single-news .news-head2 #news-cont {
		width: 88%;
	}
	.single-news .main-copy .mask-group-2 {
		height: 230px !important;
		width: 100%;
		object-fit: cover;
	}
	.single-news .recent-posts {
		width: 50%;
		margin: auto;
	}
}
@media only screen and (max-width: 930px) and (orientation: landscape){
	.single-news .main-copy .mask-group-2 {
		height: 440px !important;
	}
}
@media only screen and (max-width: 800px) and (orientation: landscape){
	.single-news .main-copy .mask-group-2 {
		height: 400px !important;
	}
}
@media only screen and (max-width: 700px) and (orientation: landscape){
	.single-news .main-copy .mask-group-2 {
		height: 350px !important;
	}
}
@media only screen and (max-width: 600px) and (orientation: landscape){
	.single-news .main-copy .mask-group-2 {
		height: 270px !important;
	}
}

@media only screen and (max-width: 500px) and (orientation: landscape){
	.single-news .main-copy .mask-group-2 {
		height: 230px !important;
	}
}
@media only screen and (max-width: 400px){
	.single-news .recent-posts .blog-post-1 {
		display: flex;
		gap: 16px;
	}
}
@media only screen and (max-width: 400px) and (orientation: portrait){
	.single-news .main-copy .mask-group-2 {
		height: 200px !important;
	}	
}
@media only screen and (max-width: 400px) and (orientation: landscape){
	.single-news .main-copy .mask-group-2 {
		height: 180px !important;
	}	
}
@media only screen and (max-width: 300px) and (orientation: landscape){
	.single-news .main-copy .mask-group-2 {
		height: 150px !important;
	}
}

@media only screen and (max-width: 800px){
	.single-news .recent-posts {
		width: 70%;
	}
}
@media only screen and (max-width: 600px){
	.single-news .recent-posts {
		width: 90%;
	}
}
@media only screen and (max-width: 500px){
	.single-news .recent-posts {
		width: 100%;
	}
}

@media screen and (min-device-width: 768px) and (max-device-height: 1366px) and (orientation: portrait){
	.single-news .main-copy .mask-group-2 {
		height: 400px !important;
	}
}
@media screen and (min-device-width: 768px) and (max-device-height: 1024px) and (orientation: portrait){
	.single-news .recent-posts {
		width: 70%;
		margin: auto;
		margin-top: 0px;
	}
}
@media screen and (min-device-width: 1024px) and (max-device-height: 810px) and (orientation: landscape){
	.single-news .recent-posts {
		margin: auto;
		margin-top: 0px;
		width: 100%;
	}
	.single-news .main-copy .mask-group-2 {
  		height: 340px !important;
	}
}
@media screen and (min-device-width: 1440px) and (max-device-height: 900px) and (orientation: landscape){
	.single-news .main-copy .mask-group-2 {
		height: 500px !important;
	}
}
@media screen and (min-device-width: 1024px) and (max-device-height: 768px) and (orientation: landscape){
	.single-news .recent-posts {
		margin-top: 0px;
	}
}
@media screen and (min-device-width: 820px) and (max-device-height: 1180px) and (orientation: portrait){
	.single-news .recent-posts {
		width: 60%;
	}
}
@media screen and (min-device-width: 1180px) and (max-device-height: 820px) and (orientation: landscape){
	.single-news .recent-posts {
		margin: auto;
		margin-top: 0px;
	}
	.single-news .main-copy .mask-group-2 {
		height: 380px !important;
	}
}
@media screen and (min-device-width: 810px) and (max-device-height: 1080px) and (orientation: portrait){
	.single-news .recent-posts {
		margin: auto;
		margin-top: 0px;
	}
}
@media screen and (min-device-width: 1080px) and (max-device-height: 810px) and (orientation: landscape){
	.single-news .recent-posts {
		margin:auto;
		margin-top: 0px;
	}
}
@media screen and (min-device-width: 900px) and (max-device-height: 1440px) and (orientation: portrait){
	.single-news .main-copy .mask-group-2 {
		height: 440px !important;
	}
	.single-news .recent-posts {
		margin: auto;
		margin-top: 0px;
	}
}
@media screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (orientation: portrait){
	.single-news .main-copy .mask-group-2 {
		height: 360px !important;
	}
}
@media screen and (min-device-width: 1366px) and (max-device-height: 768px) and (orientation: landscape){
	.single-news .main-copy .mask-group-2 {
		height: 450px !important;
	}
}
@media (min-width: 320px) and (max-width: 1024px) and (orientation: portrait){
	.single-news .recent-posts {
		height: auto;
		width: 100% !important;
		margin-right: 1%;
	}
}
/* Single News */

/* Search bar */
.search-content{
	margin-left: 2% !important;
	width: 96%;
	margin-top: 40px;
    margin-bottom: 60px;
}
.search-content .col-md-12{
	padding-left: 0px;
}
.search-title{
	font-size: 24px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.1px;
	color: #101010;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content_wrapper{
	margin-bottom: 10px;
	background: linear-gradient(to bottom, transparent 4%, #fff 0%);
	color: #fff;
	width: 100%;
	opacity: 1;
	overflow: hidden;
	padding-left: 2% !important;
	padding-top: 3%;
    padding-bottom: 3%;
	padding-right: 2% !important;	
	margin-top: 2%;
}
.content_wrapper a, .content_wrapper a:hover{
	text-decoration: underline;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700 !important;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.2px;
	color: #631910;
}
#search_icon{
	cursor: pointer;
}
.search-result #cont-title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700 !important;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.2px;
	color: #101010;
}
.search-result #search-content{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700 !important;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.2px;
	color: #101010;
}
#search-content p {
    margin-bottom: 0rem;
}
.search-result{
	margin-bottom: 30px;
}
@media only screen and (max-width: 990px){
	.search-content .field {
		width: 70%;
	}
	.input-group1 #searchsubmit {
		width: 30%;
	}
	.search-content1 {
		width: 99%;
		margin: inherit;
		margin-left: 0% !important;
	}
}
/*Search Bar */
/* Default Template */
.default-temp{
    padding-left: 0px;
    margin-left: 2%;
	width: 96%;
    padding-right: 0px;
    margin-right: 0%;
}
.default-temp h2, .default-temp h1{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	color: #101010;
}
/*Default Template */
/* Search icon style */
div.asl_w .probox div.prosettings {
	display: none !important;
}
#ajaxsearchpro2_1 .probox, div.asl_w .probox {
	background-color: #631910 !important;
	background-image: none !important;
}
div.asl_w .probox .promagnifier {
	background-color: #631910 !important;
	background-image: none !important;
}
div.asl_r.vertical {
	padding: 4px;
	background: none !important;
}
#ajaxsearchpro2_1{
	width: 220px !important;
}
#ajaxsearchpro2_1 .probox, #ajaxsearchpro2_2 .probox, div.asp_m.asp_m_2 .probox {
	border-radius: 5px 0 0 5px !important;
}
#ajaxsearchpro2_1 .probox .proinput input, div.asl_w .probox .proinput input {
	font-size: 15px !important;
}
.orig::-webkit-input-placeholder {
	font-family: 'Poppins' !important;
    font-weight: 600 !important;
	color: #FFFFFF !important;
	opacity:1 !important;
}
.orig::-moz-placeholder {
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
	color: #FFFFFF !important;
	opacity:1 !important;
}
.orig:-ms-input-placeholder {
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
	color: #FFFFFF !important;
	opacity:1 !important;
} 
.orig:-o-input-placeholder {
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
	color: #FFFFFF !important;
	opacity:1 !important;
} 
div.asl_m .probox .proclose svg {
	background-color: #631910 !important;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    font-weight: 600 !important;
}
div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
	font-family: 'Poppins' !important;
	font-style: normal !important;
	font-weight: 700 !important;
	letter-spacing: 0.1px !important;
	color: #101010 !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
div.asl_r .results .item .asl_content .asl_desc {
	font-family: 'Poppins' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	color: #101010 !important;
	Width: auto !important;
}
/*Search icon style */
.content-div1 img {
	max-width: 100%;
	height: auto;
	margin: 5px auto;
	display: block;
	border: 2px solid transparent;
}
.fas {
	font-weight: 900;
	cursor: pointer;
}.fancybox {
	cursor: pointer;
}
header .dropdown-menu a {
	padding-top: 0.25rem !important;
}

/* Quote Request List - Page */
#quote_request{
	background: linear-gradient(to bottom, transparent 30%, #fff 0%);
	color: #fff;
	padding-bottom: 60px;
}
#quote_request .quote_request_content{
	width: 100%;
    opacity: 1;
    position: relative;
    margin-top: 30px;
}
#quote_request .quote_request_row{
	column-gap: 110px;
    width: 96%;
    background: rgba(255,255,255,1);
    margin: 20px;
    opacity: 1;
    position: relative;
    left: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.25);
    margin-left: 2% !important;
    width: 96%;
    padding-top: 0%;
    padding-bottom: 0px;
    margin-top: 50px;
}
#quote_request .head-banner{
	position: relative;
    top: 0%;
    height: 80px;
    background: #631910;
    border-radius: 7px 7px 0px 0px;
    width: 100%;
    left: 0%;
    padding-bottom: 20px;
    padding-bottom: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 80px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    padding-left: 20px;
}
#quote_request .quote-title{
	position: relative;
	top: 0%;
	height: 80px;
	width: 100%;
	padding-bottom: 20px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	letter-spacing: 0.2px;
}
#quote_request .gform_wrapper.gravity-theme .gfield_label {
	display: inline-block;
	font-size: 14px;
}
#quote_request .gform_wrapper.gravity-theme .ginput_complex label {
	font-size: 12px;
}
#quote_request .gform-body {
	width: 100%;
}
#quote_request .gform_heading{
	display: none;
}
#quote_request .single-image{
	height: 60px;
}
#quote_request .prod_attribute{
	color: #101010;
	margin-left: 10%;
	margin-top: 5%;
	width: 60%;
}
#quote_request .qty{
	display:flex;
	margin-right: 30px;
	width: 10%;
}
#quote_request #qty {
	height: 25px;
	width: 40px;
	margin-left: 10px;
	background: #F9F9F9;
	border: 1px solid #CEC8C8;
	border-radius: 2px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #101010;
	text-align: center;
}
#quote_request .remove_btn {
	background: #631910;
	border-radius: 5px;
	padding: 10px 30px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	width: fit-content;
	position: relative;
	cursor: pointer;
	height: fit-content;
}
#quote_request .prod_attr_row {
	padding-bottom: 60px;
	margin-left: 0%;
}
#quote_request .prod_attr_row .image-section{
	width: 11%;
	margin-top: -5px;
}
#quote_request .prod-content{
	width: 58.1%;
	margin-right: 30px;
}
#quote_request .attr_lable{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: inherit;
	letter-spacing: 0.2px;
	color: #101010;
	width: 30%;
	max-width: 100%;
	display: block;
}
#quote_request #attr_value{
	width: 60%;
	margin-left: 10px;
	background: #F9F9F9;
	border: 1px solid #CEC8C8;
	border-radius: 2px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600 !important;
	font-size: 10px;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #101010;
	padding-left: 5px;
	font-weight: 600;
	height:20px;
}
#quote_request .attribute{
	display: flex;
	padding-top: 3px;
}
#quote_request .prod-title{
	font-size: 15px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	padding-bottom: 20px;
	color: #101010;
}
#quote_request .quantity_lable{
	font-size: 12px !important;
	font-weight: 700;
	margin-top: 4px;
}
#quote_request .attr-cont{
	padding-left: 10px;
}
#gform_submit_button_2, #product_search_btn{
	background: #631910;
	border-radius: 5px;
	padding: 15px 37px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	width: fit-content;
	position: relative;
	margin-right: 20px;
	cursor: pointer;
	height: fit-content;
}

@media only screen and (max-width: 1450px){
	#quote_request .prod_attribute{
		width:70%
	}
	#quote_request .prod-content {
		width: 58%;
	}
	#ajaxsearchlite2 {
		border-radius: 5px 0 0 5px !important;
	}
}
@media only screen and (max-width: 1200px){
	#quote_request .prod_attribute{
		width:80%;
	}
	#quote_request .prod-content {
		width: 55%;
	}
	#quote_request .remove_btn {
		margin-left:10px;
	}
	#ajaxsearchlite2 {
		border-radius: 5px 0 0 5px !important;
	}
}
@media only screen and (max-width: 980px){
	#quote_request .prod-content {
		width: 53%;
	}
	#ajaxsearchlite2 {
		border-radius: 5px 0 0 5px !important;
	}
}
@media only screen and (max-width: 900px){
	#quote_request .single-image {
		height: 40px;
	}
	#quote_request .prod_attribute {
		margin-left: 5%;
	}
	#quote_request .prod-content {
		width: 60%;
	}
	#quote_request .prod-title {
		font-size: 10px;
	}
	#quote_request .attr_lable {
		font-size: 8px;
	}
	#quote_request #attr_value, #quote_request #qty {
		font-size: 8px;
	}
	#quote_request .quantity_lable {
		font-size: 8px !important;
	}
	#quote_request .prod-title {
		padding-bottom: 5px;
	}
	#quote_request .prod-content {
		margin-right: 10px;
	}
	#quote_request .qty {
		display: flex;
	}
	#quote_request .remove_btn {
		padding: 3px 10px;
		font-size: 8px;
	}
	#quote_request .prod_attr_row .image-section {
		margin-right: 5px;
	}
	#quote_request .quote-title {
		font-size: 22px;
	}
	#quote_request .gform_wrapper.gravity-theme .gfield_label {
		font-size: 14px;
	}
	#quote_request .gform_wrapper.gravity-theme .ginput_complex label {
		font-size: 13px;
	}
	#quote_request .gform_wrapper.gravity-theme input[type=text], #quote_request .gform_wrapper.gravity-theme select,#quote_request .gform_wrapper.gravity-theme textarea {
		font-size: 13px;
		margin-bottom: 0;
		margin-top: 0;
		padding: 5px;
	}
	#gform_submit_button_2, #product_search_btn {
		font-size: 14px;
		padding: 10px 20px;
	}
	#ajaxsearchlite2 {
		border-radius: 5px 0 0 5px !important;
	}
}
@media only screen and (max-width: 950px){
	#quote_request .gform-body {
		width: 100%;
	}
	#ajaxsearchlite2 {
		border-radius: 5px 0 0 5px !important;
	}
}
@media only screen and (max-width: 650px){
	#quote_request .gform_wrapper.gravity-theme .gform_footer {
		display: grid;
	}
	#quote_request #product_search_btn{
		margin-left: 0px;
		margin-left: 21%;
	}
	#ajaxsearchlite2 {
		border-radius: 5px 0 0 5px !important;
	}
}
@media only screen and (max-width: 460px){
	#quote_request .prod_attr_row .image-section {
		margin-right: 15px;
	}
	#quote_request .remove_btn {
		margin-left: 11%;
	}
	#quote_request .prod-content {
		width: 60%;
	}
	#ajaxsearchlite2 {
		border-radius: 5px 0 0 5px !important;
	}
}
@media only screen and (max-width: 410px){
	#quote_request .prod-content {
		width: 56%;
		margin-right: 2px;
	}
	#ajaxsearchlite2 {
		border-radius: 5px 0 0 5px !important;
	}
}
#quote_request .quoteform-div{
	padding-bottom: 40px;
}
/* Quote Request List - Page */
.header-notification {
   padding: 1px 10px;
   position: relative;
   display: inline-block;
   border-radius: 50px;
}
.header-notification .badge {
   position: absolute;
   top: -10px;
   right: 8px;
   justify-content: center;
   border-radius: 50%;
   color: #fff;
   background: #631910;
   font-weight: bold;
}
#search-cart a {
   color: #4D4C58 !important;
}
#search-cart{
	display: contents;
	padding: 35px 0px;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	top: 0;
	border: none;
	z-index: 100;
	outline: none;
	right: 0px;
}
@media only screen and (max-width: 990px){
	.mobile-cart {
		display: inline-block !important;
	}
	#ajaxsearchlite1 {
		border-radius: 5px 0 0 5px !important;
	}
}
#quote_request a:focus, #quote_request a:hover{
	text-decoration: none;
}
/* About us - page */
#about-us-page #shadow1{
	background-color: rgb(99, 25, 16, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#about-us-page #shadow{
	background-color: rgba(6, 6, 6, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#about-us-page{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#about-us-page .parker{
	padding-top: 40px;
}
#about-us-page .img2{
	padding-left: 0px;
}
#about-us-page #parker-title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 10px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}	
#about-us-page #parker-cont{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
#about-us-page #apple-img{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
	position: relative;
	height: 28%;
	margin-top: 50px;
}
#about-us-page #google-img{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
	position: relative;
	height: 28%;
	margin-top: 50px;
}
#about-us-page .second {
	display: flex;
	position: relative;
}
#about-us-page .store, #about-us-page .time{
	padding-top: 40px;
}
#about-us-page .doc-img{
	padding-top: 20px;
}
#about-us-page #doctor-logo{
	height: 120px;
	width: 100px;
}
#about-us-page #store-title{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 10px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
#about-us-page #store-cont{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	width: 300px;
}
#about-us-page #hours, #about-us-page #day{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}
#about-us-page #doctor-logo{
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
	position: relative;
	z-index: 1;
}
#about-us-page .section-two{
	gap: 1%;
}
#about-us-page .first{
	display:flex;
	background: #272626;
	opacity: 1;
	position: relative;
	top: 0px;
	left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-image: url('/wp-content/themes/fluidline/img/black-box.jpg');
	box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.20000000298023224);
	overflow: hidden;
	height: 182px;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	position: relative;
}
#about-us-page .second{
	background: #631910;
	opacity: 1;
	position: relative;
	top: 0px;
	left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 4px 20px rgba(0.7541666626930237, 0.7541666626930237, 0.7541666626930237, 0.20000000298023224);
	overflow: hidden;
	height: 182px;
	background-image: url('/wp-content/themes/fluidline/img/brown-box.jpg');
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
#about-us-page .col-md-12{
	display:flex;
	margin-top: 3%;
	margin-left: 2% !important;
	width: 96%;
	padding: 0% !important;
}
#about-us-page #about-us-title1{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 24px;
	letter-spacing: 0.1px;
	color: #101010;
	padding-bottom: 2%;
}
#about-us-page #about-us-content1{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #101010;
	padding-right: 3%;
}
#about-us-page .about-us-cont{
	background: #FFFFFF;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 0% !important;
}
#about-us-page .about-us-image-div{
	padding-left: 0% !important;
	padding-right: 0% !important;
}
#about-us-page .about-us-image{
	width: 100%;
	height: auto;
}
#about-us-page #about-us-head{
	width: 100%;
	height: 163px;
	opacity: 1;
	overflow: hidden;
}
#about-us-page #about-us-content{
	width: 736px;
	height: 48px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #101010;
	flex: none;
	flex-grow: 0;
	flex-grow: 0;
	order: 1;
	flex-grow: 0;
	margin: auto;
}
#about-us-page #about-us-title{
	margin: auto;
	margin-top: auto;
	font-family: Poppins;
	font-weight: Bold;
	font-size: 48px;
	opacity: 1;
	text-align: center;
	background: -webkit-linear-gradient(190deg, #631910 41%, rgba(16,16,16,1) 31%);
	background-clip: border-box;
	background-clip: border-box;
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 450px;
	margin-top: 20px;
}
#about-us-page .section-two{
	width: 95% !important;
}
@media only screen and (max-width: 1400px) {
	#about-us-page #hours, #about-us-page #day {
    	font-size: 22px;
	}
}
@media only screen and (max-width: 1350px) {
	#about-us-page .img1 {
		padding-left: 0px;
	}
}
@media only screen and (max-width: 1300px) {
	#about-us-page .img1 {
		padding-left: 0px;
	}
	#about-us-page .parker {
    	max-width: 47%;
	}
}
@media only screen and (max-width: 1200px) {
	#about-us-page .doc-img {
		padding-left: 0px;
	}
	#about-us-page #hours, #about-us-page #day {
		font-size: 19px;
	}
	#about-us-page #apple-img {
    	height: 24%;
	}
	#about-us-page #google-img {
		height: 24%;
	}
}
@media only screen and (max-width: 1100px) {
	#about-us-page #store-cont {
    	width: 250px;
	}
	#about-us-page #hours,#about-us-page #day {
		font-size: 17px;
	}
	#about-us-page #doctor-logo {
    	height: 100px;
	}
	#about-us-page #store-title {
    	font-size: 18px;
	}
	#about-us-page #store-cont {
   	 	font-size: 14px;
	}
	#about-us-page #apple-img {
    	height: 23%;
	}
	#about-us-page #google-img {
		height: 23%;
	}
}
@media only screen and (max-width: 1050px) {
	#about-us-page #apple-img {
    	height: 20%;
	}
	#about-us-page #google-img {
		height: 20%;
	}
}
@media only screen and (max-width: 990px) {
	#about-us-page .doc-img {
		padding-left: 15px;
	}
	#about-us-page .store, #about-us-page .time, #about-us-page .store  {
		max-width: 100%;
	}
	#about-us-page .img1{
		max-width: 100%;
	}
	#about-us-page .first-sec{
		display: grid !important;
	}
	#about-us-page .about-us-cont {
		order: 2;
	}
	#about-us-page .about-us-image-div {
		order: 1;
		max-width: 100%;
	}
	#about-us-page #about-us-content {
  		width: auto;
		height: auto;
		max-width: 100%;
	}
	#about-us-page #about-us-title {
  		width: auto;
		font-size: 30px;
	}
	#about-us-page #about-us-title1 {
		text-align: center;
		font-size: 25px;
		line-height: 33px;
	}
	#about-us-page .col-md-12 {
  		display: grid;
	}
	#about-us-page .first {
		display: grid;
		height: auto;
		max-width: 100%;
	}
	#about-us-page #store-title {
  		text-align: center;
	}
	#about-us-page #store-cont {
		width: auto;
		text-align: center;
	}
	#about-us-page #hours, #about-us-page #day {
  		text-align: center;
	}
	#about-us-page .doc-img {
		text-align: center;
		margin: auto;
		width: auto;
	}
	#about-us-page .second {
		display: grid;
		position: relative;
		height:auto;
		max-width: 100%;
	}
	#about-us-page .parker {
		text-align: center;
		max-width: 100%;
	}
	#about-us-page #parker-title {
  		text-align: center;
	}
	#about-us-page #apple-img {
		margin-left: auto;
		margin-right: auto;
		height: 60%;
		margin-top: 30px;
	}
	#about-us-page #google-img {
		margin-left: auto;
		margin-right: auto;
		height: 60%;
		margin-top: 30px;
	}
	#about-us-page .doc-img {
  		padding-bottom: 20px;
		width: 100%;
		max-width: 100%;
	}
	#about-us-page .img2 {
  		padding-bottom: 20px;
	}
	#about-us-page .img2 {
		max-width: 100%;
	}
	#hours, #day {
  		font-size: 20px;
	}
	#about-us-page .about-us-cont {
  		padding-top: 7%;
		max-width: 100%;
	}
	#about-us-page #doctor-logo {
		height: 120px;
		width: auto;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 1390px) and (orientation: landscape){
	#about-us-page .img2 {
		padding-left: 15.5px;
	}
}
/* About us - page */