/*
Theme Name: MCM Theme
Description: MCM Theme by 3LizardsMedia.
Version: 1.0.0
Author: 3LizardsMedia
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
html {
	height: 100%;
}

body {
	position: relative;
	color: #000;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	box-sizing: border-box;
	margin: 0;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: inherit;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 15px;
}

p,hr,dl,pre,form,table,address,blockquote {
	margin: 15px 0;
}

h1{
	font-size: 42px;
	font-weight: 700;
}

h2 {
	font-size: 36px;
	font-weight: 700;
}

h3{
	font-size: 28px;
	font-weight: 600;
}

h4{
	font-size: 26px;
	font-weight: 500;
}

h5{
	font-size: 22px;
	font-weight: 500;
}

blockquote, q {
	quotes: none;
}

strong{
	font-weight: 600;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,td,table {
	border: 1px solid #dddddd;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}
p {
	word-wrap: break-word;
}

i,em,dfn,cite {
	font-style: italic;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

::selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #454545;
  opacity: 0.7; /* Firefox */
  font-weight: 400;
}

.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	display: inline;
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.clearfix {
	clear: both;
}

#content-full {
	margin-top: 20px;
}

.container {
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
}

#wrapper {
	min-height: 600px;
	width: 100%;
	overflow: hidden;
}

body.home #wrapper {
	margin: 0;
}

.widget-wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: transparent;
	border: 0px;
	border-radius: 0;
	margin: 0 0 20px;
	padding: 20px;
}

.home #content-full {
	margin: 0 auto;
}

.home #page-header {
	display: none;
}

#scroll {
	display: block;
	position: fixed;
	right: 2%;
	bottom: 10px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 99999999;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #4daaf1;
	border: 2px solid #4daaf1;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #1F1f1f;
}

#scroll:hover {
	background-color: #1F1f1f;
	border: 2px solid #1F7CC2;
}

#scroll:hover span {
	border-bottom-color: #1F7CC2;
}

.fancy-list, .fancy-list ul {
	list-style: none;
}

.fancy-list li {
	position: relative;
	padding-left: 15px;
	line-height: 28px;
}

.fancy-list li::before {
	content: "\f101";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	font-family: FontAwesome;
	color: #000;
}

#content-sitemap .fancy-list, #content-sitemap .fancy-list ul {
	padding: 0;
}

.post-edit {
	display: none !important;
}

div.wpcf7 .ajax-loader {
	display: none;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
/* ========== Buttons/Links ========== */

a{
	color: #000;
	transition: all 0.3s ease-in;
	text-decoration: none;
}
a:hover{
	color: #cb2523;
	text-decoration: none;
}
a.comn-btn, a.read-more {
	display: inline-block;
	background-color: #334C6C;
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 20px;
	position: relative;
}

a.comn-btn:hover, a.read-more:hover, a.comn-btn:focus, a.read-more:focus {
	color: #fff;
	background-color: #000;
}

.services-row a.comn-btn::after {
	content: "\f101";
	font-family: fontawesome;
	margin-left: 10px;
}

/* ========== Header ========== */

#header-main {
	background-color: #fff;
}

.header-inner-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

#header {
	margin: 0;
	position: relative;
	background-color: #fff;
}

#logo {
	max-width: 210px;
}

#logo a {
	float: none;
	display: table;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

#page-header{
	width: 100%;
	background-color: #669adf;
}

#page-header h1 {
	text-align: left;
	color: #fff;
	font-size: 26px;
	text-transform: capitalize;
	margin: 0;
	padding: 13px 0px;
	font-weight: 600;
}

.breadcurmb-row {
	margin-top: 12px;
	margin-bottom: 12px;
}

.breadcurmb-row a {
	color: #fff;
}

.breadcurmb-row a:hover {
	color: #9D9E9F;
}

.header-top {
	background-color: #669adf;
	color: #fff;
	padding: 8px 0;
}

.topwidget {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-top ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	gap: 20px;
}

.header-top ul.top-info {
	justify-content: flex-end;
}

.header-top ul li a {
	color: #fff;
}

.header-top ul li a:hover {
	color: #bbadad;
}
/* ========== Footer ========== */

#footer {
	width: 100%;
	text-align: center;
	padding: 5px 0;
	border-top: 1px solid #669adf;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #2e4768;
	text-decoration: none;
}

#main-footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer-top {
	border-top: 1px solid #dde4ea;
	padding: 3em 0 1em;
	background-color: #334c6c;
	color: #fff;
}

#footer-top a {
	color: #fff;
}

#footer-top a:hover {
	color: #000;
}

#footer-top h3 {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: -0.1px;
	font-weight: 500;
}

#footer-top p {
	font-size: 14px;
}

.hours {
	padding: 0;
	margin: -25px 0 0;
	list-style: none;
}

.hours li {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
}

.foo-details ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: -15px;
}

.foo-details ul li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}

.foo-details ul li .fa {
	position: absolute;
	left: 7px;
	font-size: 20px;
	top: 4px;
}

.foo-details ul li .fa.fa-map-marker {
	font-size: 28px;
}

/* ========== Menu ========== */

ul.slimmenu{
    height:auto;
    list-style-type:none;
    width:100%;
    text-align:left;
    margin:0;
    padding:0
}

ul.slimmenu > li {
	border: 0 none;
	float: none;
	display: inline-block;
	margin: 0;
	position: relative;
}

ul.slimmenu > li:last-child {
	margin-right: 0;
}

ul.slimmenu li a {
	color: #000;
	display: block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: capitalize;
	z-index: 9;
	margin: 0;
	padding: 0 15px;
	font-family: inherit;
	font-weight: 500;
}
ul.slimmenu.collapsed li ul li a {
	font-size: 15px;
}
ul.slimmenu li a:hover {
	background-color: transparent;
	color: #8e181c;
}

ul.slimmenu li > ul {
	left: 0;
	min-width: 19em;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	padding: 0;
	display: none;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

ul.slimmenu li ul{
    list-style-type:none;
    margin:0
}

ul.slimmenu li ul li {
	position: relative;
}

ul.slimmenu li:last-child ul li{
    right:0
}

ul.slimmenu li ul li{
    background-color:transparent;
    color:#fff;
    right:0;
    width:100%
}

ul.slimmenu li ul li a {
	color: #fff;
	background-color: #8e181c;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
	text-align: left;
	text-transform: capitalize;
	font-weight: 600;
	border-bottom: 1px solid #fff;
}

ul.slimmenu li ul li a:hover {
	background-color: #2e4768;
	color: #fff;
}

ul.slimmenu li .sub-toggle {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index:999;
}

ul.slimmenu.collapsed li .sub-toggle {
	height: 40px;
	width: 50px;
	display: block;
}

ul.slimmenu li .sub-collapser > i, ul.slimmenu li .sub-toggle .icon {
    display:none;
}

ul.slimmenu li.menu-item-has-children a {
	padding-right: 20px;
}

.menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f107";
	top: 15px;
	right: 5px;
	color: #fff;
	font-size: 15px;
	z-index: 9;
}

.sub-menu .menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f105";
	top: 0;
	right: 10px;
	color: #2e4768;
	z-index: 999;
	display: block;
}



ul.slimmenu li .sub-collapser{
    cursor:pointer;
    height:100%;
    position:absolute;
    right:0;
    top:0;
}

ul.slimmenu.collapsed > li.menu-item-has-children > a {
	padding-right: 50px;
}

ul.slimmenu li .sub-collapser::before{
    color:#fff;
    content:"\f0da";
    display:none;
    font-family:fontawesome;
    font-size:22px;
    height:100%;
    margin-right:0;
    position:absolute;
    right:12px;
    top:22%;
    vertical-align:middle;
    z-index:99;
}

ul.slimmenu.collapsed li .sub-toggle::after, ul.slimmenu.collapsed li .sub-toggle.expanded::after {
	color: #fff;
	font-family: fontawesome;
	opacity: 1;
	font-size: 18px;
	z-index: 99999;
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	top: 0;
	margin: auto;
	display: block;
}

ul.slimmenu.collapsed li .sub-toggle::after{
    content:"\f107"
}

ul.slimmenu.collapsed li .sub-toggle.expanded::after{
    content:"\f106"
}






.menu-collapser {
	background: transparent;
	color: #FFF;
	font-size: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: inherit;
	height: 45px;
	line-height: 45px;
	position: relative;
	width: 40px;
	padding: 0;
	float: right;
	margin-top: 3px;
}
.collapse-button {
	background-color: #2e4768;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 44px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 12px;
	height: 44px;
	margin-top: 0;
	border: 1px solid #2e4768;
}

.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #8e181c;
	color: #fff;
}

.collapse-button:hover .icon-bar, .collapse-button:focus .icon-bar {
	background-color: #fff;
}

.collapse-button .icon-bar {
	background-color: #fff;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	display: block;
	height: 3px;
	width: 100%;
	margin: 3px 0;
}

ul.slimmenu.collapsed{
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	margin: 0 auto !important;
	left: 0;
	border-top: 1px solid #eee;
}

ul.slimmenu.collapsed li{
    display:block;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}

ul.slimmenu.collapsed li a {
	background-color: #2e4768;
	color: #fff;
	height: 45px;
	line-height: 45px;
	text-align: left;
	font-size: 16px;
	padding: 0 12px;
	border-bottom: 1px solid #eee;
	font-family: inherit;
	font-weight: 500;
}
ul.slimmenu.collapsed li > ul {
	display: block;
	position: static;
}
ul.slimmenu.collapsed li.menu-item-has-children ul li a {
	padding-left: 20px;
}





ul.slimmenu li a ul li a:hover, ul.slimmenu li.menu-item-has-children ul li a:hover {
	background-color: #2e4768;
	color: #fff;
}
ul.slimmenu.collapsed li a:hover, ul.slimmenu.collapsed li ul li a:hover {
	color: #fff;
	background-color: #8e181c;
}
ul.slimmenu li.current-menu-item a {
	background-color: transparent;
	color: #8e181c;
}
ul.slimmenu.collapsed li.current-menu-item > a {
	background-color: #8e181c;
	color: #fff;
}
ul.slimmenu li ul li.current-menu-item a, ul.slimmenu li.current-menu-item ul li a:hover, ul.slimmenu li ul li a:hover, ul.slimmenu li.current-menu-item.cmenu-catalogues a:hover, ul.slimmenu.collapsed li ul li.current-menu-item > ul li a {
	background-color: #2e4768;
	color: #fff;
}
ul.slimmenu.collapsed li.current-menu-item li > a:hover, 
ul.slimmenu.collapsed li ul li.current-menu-item > ul li a:hover, 
ul.slimmenu.collapsed li ul li ul li.current-menu-item a {
	background-color: #8e181c;
	color: #fff;
}
/* ========== Form ========== */

input:focus, input[type="text"]:focus {
	background-color: none;
	border-color: #ccc;
}

area:focus, input:focus, textarea:focus {
	border: 1px solid #ccc;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
	font-size: 16px;
	height: 200px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

select {
	font-family: inherit;
	font-size: 16px;
	padding: 10px;
	text-transform: capitalize;
	border: 1px solid #ccc;
	border-radius: 0;
	background-color: #fff;
}

input[type="submit"] {
	border: 0;
	background-color: #1F1f1f;
	color: #fff;
	display: inline-block;
	width: auto;
	font-size: 16px;
	padding: 10px 30px;
}

input[type="submit"]:hover {
	background-color: #8e181c;
	color: #2e4768;
}

#searchform #searchsubmit {
	font-family: fontawesome;
	background-color: #2e4768;
	padding: 5px 20px;
	border: none;
}

#searchform #searchsubmit:hover {
	background-color: #8e181c;
	color: #fff;
}

.wpcf7 input, .wpcf7 textarea {
	width: 100%;
	border: 1px solid #e6e6e6;
	color: #000;
	font-size: 20px;
	font-family: inherit;
	padding-left: 15px;
}

.wpcf7 input {
	height: 55px;
	line-height: 55px;
}

.wpcf7 textarea {
	height: 170px;
}

fieldset.full {
	margin-bottom: 15px;
}

fieldset.half {
	width: calc(50% - 15px);
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.one-third {
	position: relative;
	float: left;
	width: calc(100% / 3 - 30px);
	margin-right: 15px;
	margin-bottom: 15px;
}

fieldset.half.last, .one-third.last {
	margin-right: 0;
	float: right;
}

.full.submit-div {
	text-align: center;
}

.icon-row .half, .icon-row .one-third, .icon-row .full {
	position: relative;
}

.icon-row .fa {
	position: absolute;
	z-index: 9;
	left: 10px;
	top: 12px;
	color: #454545;
	width: 15px;
	text-align: center;
}

.icon-row input, .icon-row textarea, .icon-row select {
	padding-left: 30px;
}

span.wpcf7-not-valid-tip {
	color: #f00 !important;
	font-size: 13px;
	font-weight: normal;
	display: block;
	position: absolute;
	right: 10px;
	top: -4px;
}

div.wpcf7-response-output {
	margin: 2em 0 1em !important;
	padding: 5px;
	border: 2px solid #1eac1e;
	text-align: center;
	color: #FF001F;
	float: left;
	width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #FF001F;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
	border: 2px solid #FF001F;
}

.forminator-row-last {
	text-align: center;
}

.forminator-button.forminator-button-submit {
	border-radius: 20px !important;
	font-size: 18px !important;
	padding: 15px 32px !important;
	margin: auto !important;
}


/* ========== Custom ========== */
.services-row h4 {
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 22px;
}
.services-row p {
	font-size: 14px;
}
.delivery-row .count {
	margin-bottom: 0 !important;
	text-align: center;
}
.delivery-row .count p {
	display: inline-flex;
	margin: auto;
	width: 40px;
	height: 40px;
	background-color: #334c6c;
	color: #ffff;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
}
.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 0;
	bottom: 40px;
	left: -30px;
	display: flex;
	align-items: center;
}
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 0;
	bottom: 40px;
	right: -30px;
	display: flex;
	align-items: center;
}
.owl-nav .fa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 39px;
	background-color: #334c6c;
	color: #fff;
	border-radius: 50px;
}
.services-row .wpb_column > .vc_column-inner > .wpb_wrapper {
	text-align: center;
	border: 2px solid #334c6c;
	padding: 15px;
	background-color: #fff;
}
.services-row .wpb_text_column p:nth-child(2) {
	min-height: 90px;
}
.custm-head {
	text-align: center;
}
.custm-head h2 {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px solid #334c6c;
	color: #334c6c;
	position: relative;
}
.custm-head h2::after, .custm-head h2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	width: 85%;
	height: 2px;
	background-color: #334c6c;
	margin: auto;
}
.custm-head h2::before {
	bottom: -18px;
	width: 70%;
}
.productrotator .wpb_single_image {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
}
.productrotator .vc_single_image-wrapper {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.productrotator img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.productrotator img:hover {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.inner-product-row img {
	min-height: 435px;
}
#contact-page-row .wpb_raw_html {
	height: 175px;
	line-height: 175px;
	background: #2e4768;
	border-radius: 5px;
}
#contact-page-row ul {
	width: 100%;
	color: #fff;
	text-align: center;
	list-style: none;
	vertical-align: middle;
	display: inline-block;
}
#contact-page-row ul li {
	position: relative;
	font-size: 20px;
	display: table;
	margin: 0 auto 30px;
	line-height: 1.5;
}
#contact-page-row ul li a {
	color: #fff;
}
#contact-page-row ul li a:hover {
	color: #8e181c;
}
#contact-page-row ul .fa {
	font-size: 40px;
	position: absolute;
	left: -51px;
	top: -5px;
	width: 50px;
	text-align: center;
}
.form-title-row .forminator-label {
	color: #fff !important;
	background: #334c6c;
	padding: 10px;
}
.page-id-19 #content-full {
	margin-bottom: 0 !important;
}
#contact-page-form-row .forminator-row:nth-child(7), #contact-page-form-row .forminator-row:nth-child(9), #contact-page-form-row .forminator-row:nth-child(11), #contact-page-form-row .forminator-row:nth-child(13), #contact-page-form-row .forminator-row:nth-child(15), #contact-page-form-row .forminator-row:nth-child(17), #contact-page-form-row .forminator-row:nth-child(19), #contact-page-form-row .forminator-row:nth-child(21), #contact-page-form-row .forminator-row:nth-child(23), #contact-page-form-row .forminator-row:nth-child(25), #contact-page-form-row .forminator-row:nth-child(27) {
	width: 49%;
	float: left;
	margin-right: 50px;
}
.bg-choose::before {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	position: absolute;
}
.bg-choose ul li, .bg-choose h4 {
	color: #fff;
	position: relative;
}
.bg-choose {
	padding: 20px;
	color: #fff;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.bg-choose ul {
	margin: 0 auto;
	padding-left: 15px;
}
/* ========== Responsive ========== */

@media screen and (max-width: 1024px){
	.menu-item-has-children::after {
		display: none;
	}
	#header_widget {
		width: auto;
	}
	.productrotator.owl-carousel .owl-nav .owl-prev {
		left: 0;
	}
	.productrotator.owl-carousel .owl-nav .owl-next {
		right: 0px;
	}
	.services-row h4 {
		font-size: 20px;
	}
}

@media screen and (max-width: 980px){
	
}

@media screen and (max-width: 936px){
	.services-row h4 {
		min-height: 48px;
	}
}
@media screen and (max-width: 800px){
	h2 {
		font-size: 30px;
	}
	.services-row .wpb_text_column p:nth-child(2) {
		min-height: 148px;
	}
}
@media screen and (max-width: 768px){
	
	#content-sitemap .col-300 {
		width: 100%;
		margin-bottom: 20px;
	}
	.half, .one-third {
		width: 100%;
		margin-right: 0;
	}

}

@media screen and (max-width: 767px){
	.services-row .wpb_text_column p:nth-child(2) {
		min-height: auto;
	}
	.welcome-row .wpb_single_image {
		margin-bottom: 0 !important;
	}
	.form-title-row.mobile-hide {
		display: none;
	}
	#contact-page-form-row .forminator-row:nth-child(7), #contact-page-form-row .forminator-row:nth-child(9), #contact-page-form-row .forminator-row:nth-child(11), #contact-page-form-row .forminator-row:nth-child(13), #contact-page-form-row .forminator-row:nth-child(15), #contact-page-form-row .forminator-row:nth-child(17), #contact-page-form-row .forminator-row:nth-child(19), #contact-page-form-row .forminator-row:nth-child(21), #contact-page-form-row .forminator-row:nth-child(23), #contact-page-form-row .forminator-row:nth-child(25), #contact-page-form-row .forminator-row:nth-child(27) {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 650px){
	.topwidget, #main-footer-bottom {
		flex-direction: column;
	}
	#main-footer-bottom p {
		margin: 0 auto;
	}
}

@media screen and (max-width: 533px){
	.header-top ul.top-info {
		justify-content: center;
		flex-direction: column;
		text-align: center;
		gap: 5px;
		margin-top: 5px;
	}
	h3 {
		font-size: 23px;
	}
}

@media screen and (max-width: 480px){
	
	img.alignright, img.alignleft {
		float: none;
		display: block;
		margin: auto auto 15px auto;
	}
	
}
@media screen and (max-width: 414px){
	
	span.break {
		display: block;
	}
	.welcome-row h2 {
		font-size: 25px;
	}
	.welcome-row h4 {
		font-size: 22px;
	}
}


@media screen and (max-width: 375px){

}

@media screen and (max-width: 360px){
		
}