/*
Theme Name: 3LM Child Theme
Theme URI: https://cyberchimps.com/responsive-theme/
Author: CyberChimps.com
Author URI: https://cyberchimps.com
Text Domain: 3LM
Description: 3LM Child Theme
Template: 3LM

*/


/* =Base
-------------------------------------------------------------- */

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 {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	height: 100%;
	margin: 0;
}

body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-smoothing: antialiased;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
	/* font-family: 'Proxima Nova Rg', sans-serif; */
    /* font-family: 'Open Sans', sans-serif; */
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	overflow-x: hidden;
}


/*HTML5 display-role reset for older browsers */

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

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

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

textarea {
	overflow: auto;
	vertical-align: text-top;
	font-size: 17px;
}

input[type="submit"],
input[type="submit"]:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-shadow: none;
	border: 0;
	background-color: #0072bc;
	color: #fff !important;
	display: inline-block;
	width: auto !important;
	font-size: 18px !important;
	padding: 10px 50px !important;
	border: 0 !important;
	text-shadow: none;
	height: auto !important;
	line-height: inherit !important;
	font-weight: 400;
}

input[type="submit"]:hover {
	background-color: #22231B;
}

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


/* =Typography
-------------------------------------------------------------- */

p {
	word-wrap: break-word;
}

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


/* =Responsive 12 Column Grid
    https://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */

.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%;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}


/* =Links
-------------------------------------------------------------- */

a {
	color: #0072bc;
	font-weight: 400;
	text-decoration: none;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

a:hover,
a:focus,
a:active {
	color: #0072bc;
	outline: 0;
	text-decoration: none;
}

::-moz-selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}

::selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}

::-webkit-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #454545;
	opacity: 1;
	/* Firefox */
	font-weight: 600;
}

::-moz-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #454545;
	opacity: 1;
	/* Firefox */
	font-weight: 600;
}

:-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #454545;
	opacity: 1;
	/* Firefox */
	font-weight: 600;
}

::-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #454545;
	opacity: 1;
	/* Firefox */
	font-weight: 600;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #454545;
	opacity: 1;
	/* Firefox */
	font-weight: 600;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #12172b;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #12172b;
}


/* =Tables
-------------------------------------------------------------- */

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

table {
	border-collapse: collapse;
	width: 100%;
}


/* =Lists
-------------------------------------------------------------- */

ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}


/* =Headings
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
strong {
	font-family: inherit ;
	font-weight: 700;
	line-height: 1.0em;
	word-wrap: break-word;
}

h1 {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: .5em;
	margin-top: .5em;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	margin: 20px auto;
	color: #0072bc;
	font-family: inherit;
}

h3 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: .857em;
	margin-top: .857em;
	font-family: inherit;
	color: #000;
}

h4 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 1em;
	margin-top: 1em;
	text-transform: capitalize;
}

h5 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 1.125em;
	margin-top: 1.125em;
}

h6 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 1.285em;
	margin-top: 1.285em;
}


/* =Margins & Paddings
-------------------------------------------------------------- */

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


/*********** start slimmenu css ********/

.header-menu-div,
.header-bottom-brands {
	float: left;
	position: relative;
	margin-top: 0;
	width: 100%;
	background-color: #FFB60F;
}

.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: 2px
}

.collapse-button {
	background-color: #0072bc;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 44px;
	border-radius: 0;
	-o-transition: all .3s ease-in;
	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: 1px
}

.collapse-button:hover,
.collapse-button:focus {
	background-image: none;
	background-color: #333;
	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 {
	height: auto;
	list-style-type: none;
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0
}

ul.slimmenu.collapsed,
ul.topmenu.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 > li {
	border: 0 none;
	float: none;
	display: inline-block;
	margin: 0;
	position: relative;
	margin-right: -5px;
	padding: 0;
}

ul.slimmenu > li:last-child {
	margin-right: 0;
	/* border-right: 1px solid #5E51517D; */
	padding-right: 0;
}

ul.slimmenu li a {
	color: #000;
	display: block;
	font-size: 18px;
	height: 98px;
	line-height: 98px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: capitalize;
	z-index: 9;
	margin: 0;
	padding: 0 20px;
	font-weight: 500;
}

ul.slimmenu li a::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 4px;
	left: 0;
	right: 0;
	top: 0;
	background-color: transparent;
	display: none;
}


ul.slimmenu>li>a:hover::before,
ul.slimmenu>li.current-menu-item>a::before,
ul.slimmenu li.current-menu-ancestor a::before {
	position: absolute;
	bottom: -60px;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	-o-transition: 0.3s all ease-out 0s;
	transition: 0.3s all ease-out 0s;
	-moz-transition: 0.3s all ease-out 0s;
	-webkit-transition: 0.3s all ease-out 0s;
	font-family: fontawesome;
	font-size: 35px;
	margin: auto;
	display: block;
}

ul.slimmenu li a:hover, ul.slimmenu li.current-menu-item a, ul.slimmenu li.current-menu-ancestor a, ul.slimmenu > li.current-menu-ancestor a {
	background-color: transparent;
	color: #0072bc;
}

ul.slimmenu li a:hover {
	background-color: #0072bc;
	color: #fff;
}

ul.slimmenu li.current-menu-item ul li a,
ul.slimmenu li.current-menu-ancestor ul li a {
	background-color: #22231B;
	color: #fff;
}

ul.slimmenu li.current-menu-ancestor ul li a {
	color: #fff;
}

ul.slimmenu>li.current-menu-ancestor ul li.current-menu-parent>a {
	background-color: #0072bc;
	color: #fff;
}

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

ul.slimmenu li .sub-collapser::before {
	color: #fff;
	content: "";
	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 li .sub-collapser>i {
	display: none
}

ul.slimmenu ul li .sub-collapser::before {
	content: "\f0da";
	right: 20px
}

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

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

ul.slimmenu li ul li a {
	background-color: #22231B;
	/* border-bottom: 1px solid #eee; */
	color: #fff;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 20px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
}

ul.slimmenu li ul li:last-child a {
	border-bottom: none;
}

ul.slimmenu li ul li a::before {
	display: none
}

ul.slimmenu li ul li a:hover {
	background-color: transparent;
	color: #E02F79;
}

ul.slimmenu li ul li a:hover {
	background-color: #00a556;
}



.sub-menu>li.menu-item-has-children:hover::after {
	color: #fff;
}

ul.slimmenu li ul li.menu-item-has-children:hover+ul.slimmenu li.menu-item-has-children::after,
ul.slimmenu li ul li:hover+ul.slimmenu li.menu-item-has-children::after {
	color: #000;
}

ul.slimmenu li.current-menu-item ul li a {
	color: #fff;
}

ul.slimmenu li.current-menu-item ul li a:hover,
ul.slimmenu li ul li.current-menu-item ul li a:hover {
	background-color: #0072bc;
	color: #FFF!important;
}

ul.slimmenu li ul li.current-menu-item ul li a {
	background-color: #000;
	color: #fff!important;
}

ul.slimmenu li ul li.current-menu-item a {
	background-color: #00a556;
	color: #FFF
}

ul.slimmenu li ul li a::after,
ul.slimmenu li ul li a:hover::after {
	display: none;
	content: ''
}

ul.slimmenu li ul li.current-menu-item a:hover {
	background-color: #0072bc;
}

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

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

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

ul.slimmenu.collapsed ul.sub-menu i {
	font-style: normal;
	padding-left: 10px;
	padding-right: 5px
}

ul.slimmenu li>ul>li ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	width: 100%;
	min-width: 12em
}

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: #22231B;
	color: #fff;
	height: 45px;
	line-height: 45px;
	text-align: left;
	font-size: 15px;
	padding: 0 12px;
	border-top: 1px solid #eee;
}

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

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

ul.slimmenu.collapsed li a:hover,
ul.slimmenu.collapsed li ul li a:hover {
	color: #fff;
	background-color: #0072bc;
}

ul.slimmenu.collapsed li.current-menu-item>a {
	background-color: #0072bc;
	color: #fff;
}

ul.slimmenu.collapsed li .sub-collapser {
	height: 40px;
	width: 50px;
	z-index: 999;
	position: absolute;
	display: inline;
	font-family: FontAwesome;
	color: #FFF;
	line-height: 40px;
	font-size: 20px;
	text-align: center
}

ul.slimmenu.collapsed li a:hover .sub-collapser,
ul.slimmenu.collapsed li.current-menu-item .sub-collapser::after {
	color: #fff
}

ul.slimmenu.collapsed li.current-menu-item li>a {
	background-color: #000;
	color: #fff;
}

ul.slimmenu.collapsed li.menu-item-has-children ul li a {
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}

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

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

ul.slimmenu.collapsed li>ul {
	display: block;
	position: static
}

ul.slimmenu li:hover ul {
	display: block
}

ul.slimmenu.collapsed li a::after,
ul.slimmenu.collapsed li a::after:hover {
	content: '';
	display: none
}

ul.slimmenu.collapsed>li>a::before {
	display: none
}

.sub-toggle {
	position: absolute;
}

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"
}

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-toggle .icon {
	display: none;
}

ul.slimmenu.collapsed li a:hover,
ul.slimmenu.collapsed li.current_page_item.cmenu-catalogues a:hover {
	color: #fff;
	background-color: #0072bc;
	padding-bottom: 0px;
}

ul.slimmenu li.current-menu-item.cmenu-catalogues a,
ul.slimmenu.collapsed li.current_page_item.cmenu-catalogues a {
	background-color: #FEF200;
	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: #0072bc;
	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: #0072bc;
	color: #fff;
}


/*********** End slimmenu css ********/


/* custom css */

#wrapper {
	border: 0;
	margin: 0 auto;
	padding: 0;
	min-height: 450px;
}
#header {
	background: rgb(255, 255, 255);
	float: left;
	width: 100%;
	margin: 0 auto;
}
.home #header {
	border-bottom: 7px solid #0072bc;
}
#header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-animation: smoothScroll 2s forwards;
	        animation: smoothScroll 2s forwards;
	z-index: 999999999999;
}

@-webkit-keyframes smoothScroll {
	0% {
		-webkit-transform: translateY(-40px);
		        transform: translateY(-40px);
	}
	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}

@keyframes smoothScroll {
	0% {
		-webkit-transform: translateY(-40px);
		        transform: translateY(-40px);
	}
	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}

#top-header {
	background-color: #E02F79;
	color: #fff;
	padding: 8px 0;
}

#container {
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 1210px !important;
	width: 100% !important;
}

body.home #wrapper {
	margin: 0 auto 0px auto;
}

.page div#content,
.post-entry {
	display: block;
}

p:empty {
	display: none;
}

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

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

#content-sitemap a {
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
#content-sitemap li a:hover {
	color: #0072bc;
}

#content-sitemap #widgets {
	margin-top: 0;
}

.title-404 {
	color: #0072bc;
	font-size: 30px;
	text-align: center;
	font-weight: 400;
}

.txt-centr {
	text-align: center;
}

a.standard-button,
#content-search .read-more a,
.blue-button {
	display: inline-block;
	font-family: inherit;
	background-color: #0072bc;
	color: #fff;
	padding: 10px 25px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
}

a.standard-button:hover,
#content-search .read-more a:hover,
.blue-button:hover {
	color: #fff;
	background-color: #22231B;
}


/* Header css */

#logo {
	width: 40%;
	margin-top: 0px;
}
.site-nav {
	width: 100%;
	float: right;
	text-align: right;
}

.header-nav {
	text-align: right;
	display: inline-block;
	height: 98px;
	line-height: 98px;
	float: right;
}

.headr-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#logo a {
	float: left;
}

.address-bar ul {
	list-style: none;
	float: left;
	margin-right: 10px;
}

.address-bar {
	float: right;
}

.headr-contact-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	color: #0072bc;
	font-family: inherit;
	line-height: 1.2;
}

.headr-list-tel {
	max-width: 275px;
	min-width: 275px;
	line-height: 1.1;
	text-align: right;
}

.headr-contact-list span {
	display: inline-block;
}

.headr-contact-list a {
	font-size: 34px;
	display: block;
	position: relative;
}

.headr-contact-list a img {
	position: absolute;
	left: 0;
	top: -16px;
}

.headr-contact-list .small-txt {
	font-size: 13.3px;
	text-transform: uppercase;
}

.header-right-serch {
	float: right;
}

.header-right-serch .widget-wrapper {
	padding: 0;
	margin-bottom: 0;
}

.header-right-serch ul {
	list-style: none;
	text-align: center;
	border-left: 1px solid #5E51517D;
	border-right: 1px solid #5E51517D;
}

.header-right-serch ul li a {
	color: #fff;
	font-size: 24px;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 55px;
}

.header-right-serch ul li a:hover {
	background-color: #0072bc;
}

#page-header h2 {
	text-align: left;
	color: #fff;
	font-size: 30px;
	text-transform: capitalize;
	margin: 0;
	padding: 12px 0px;
	float: left;
}

.breadcurmb-row {
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
}

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

.breadcurmb-row a:hover {
	color: #fff;
	text-decoration: underline;
}

.woocommerce-products-header h1 {
	display: none;
}

.home #page-header {
	padding: 15% 0;
	display: none;
}

#page-header {
	background: #0072bc;
	color: #fff;
	float: left;
	width: 100%;
}

#scroll {
	display: block;
	position: fixed;
	right: 2%;
	bottom: 10px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 99999999;
	border-radius: 60px;
	background-color: #0072bc;
	border: 1px solid #fff;
	-o-transition: all 0.3s ease-in;
	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: -13px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #fff;
}

#scroll:hover {
	background-color: #000;
}

#header-outer {
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
	        box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
	padding: 10px 0 10px;
	position: absolute;
	width: 100%;
	background-color: #fff;
	z-index: 99;
	display: none;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
}

/* #header-outer.sticky.show {
	position: fixed;
	top: 0;
	width: 100%;
} */

#header-outer.show {
	display: block;
}

#header-outer input#s {
	border: 0;
	font-size: 32px;
	font-family: inherit !important;
	width: 100%;
}

#header-outer #container {
	position: relative;
}


/* Footer CSS */

#footer {
	width: 100%;
	text-align: center;
	background-color: #0072bc;
	color: #fff;
	padding: 6px 0;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer-row1 {
	background-color: #0072bc;
}

.home #footer-row1 {
	display: none;
}

#footer .grid.col-940.copyright {
	margin: 0;
	font-size: 14px;
	float: left;
	padding: 10px 0;
}
.fotr-botm-right {
	float: right;
}
.fotr-botm-right .ftcreditimg {
	float: right;
	margin-top: -15px;
}


/* Contact Form CSS */

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

.home-contact input {
	height: 50px;
	line-height: 50px;
}

.home-contact textarea {
	height: 170px;
	padding-top: 11px;
}

.home-contact input[type="tel"] {
	cursor: text;
}

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

fieldset.half {
	width: calc(100% / 3 - 27px);
	display: inline-block;
	float: left;
	margin-right: 40px;
	margin-bottom: 25px;
}

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

.home-contact .full.main-sbtn {
	text-align: center;
}

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

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

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
	position: absolute;
	right: 10px;
	top: 2px;
}

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

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

.thrdlast {
	padding-left: 30px;
}

.contactform {
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 40px;
}

.icontact-page .one-third.last {
	float: right;
	margin-right: 0px;
}

.one-third {
	float: left;
	width: calc(50% - 10px);
	margin-bottom: 20px;
	margin-right: 15px;
}

.contactform input[type="text"],
.contactform input[type="password"],
.contactform input[type="email"],
.contactform input[type="tel"],
.contactform select {
	-moz-box-sizing: border-box;
	-moz-border-radius: 0;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 0;
	background-color: #ffffff;
	box-sizing: border-box;
	border-radius: 0;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 0px 8px;
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
	-webkit-box-shadow: none;
	        box-shadow: none;
	height: 50px;
	line-height: 50px;
	border: 0;
	-webkit-box-shadow: unset;
	        box-shadow: unset;
	border: 1px solid #ccc;
	font-weight: 600;
	color: #454545;
}

.contactForm textarea,
.contactForm .full textarea {
	min-height: 120px;
	overflow: hidden;
}

.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm input[type="tel"],
.contactForm textarea,
.contactForm select,
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact textarea,
textarea,
.contact select {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-right: 10px;
	border-radius: 0;
	font-family: inherit;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.contactform input[type="submit"] {
	padding: 10px 20px !important;
}

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


/********** Blog css *********/

.blog-title {
	font-size: 30px;
	margin: 0 auto 20px;
	font-weight: 400;
}

.blog-title a {
	font-weight: 400;
}

.meta-content .post-date-col,
.meta-content .post-divider {
	color: #E02F79;
	font-style: italic;
}

.meta-content .blog-category a {
	text-transform: uppercase;
}

.meta-content {
	font-size: 13px;
}

.blog-img-txt {
	padding: 25px 0 0;
}

.content-bottom .read-more {
	padding-bottom: 1px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	border-width: 0 0 1px;
	border-style: dashed;
	border-color: #E02F79;
	display: inline-block;
}

.content-bottom .read-more:hover {
	padding-bottom: 3px;
	-ms-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

#content-blog .type-post {
	background-image: url('../../../wp-content/uploads/2019/10/heading-icon1.png');
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	float: left;
	margin: 0 auto 20px;
}

.content-bottom {
	margin-bottom: 45px;
	float: left;
	width: 100%;
}

.content-bottom p {
	margin-top: 0px;
}

#content-blog .type-post:last-child {
	background: none;
	margin: 0 auto;
}

.post-blog-img {
	background-color: #eee;
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 450px;
	vertical-align: middle;
	display: table;
	margin-bottom: 20px;
}

.post-blog-img a,
.post-blog-img .single-blog-img-link {
	display: table-cell;
	height: 450px;
	vertical-align: middle;
}

.post-blog-img img {
	max-height: 100%;
	width: auto !important;
	margin: 0 auto;
}

.single-blog-post .post-blog-img {
	margin-top: 25px;
}

.right-side-col .widget-title h3 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 20px;
}

.right-side-col ul {
	margin: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px !important;
	padding-right: 0px;
	margin-bottom: 10px;
	list-style: none;
}

.right-side-col ul li {
	padding: 15px 0;
	clear: both;
	display: block;
	border-bottom: 1px solid #e6e6e6;
}

.right-side-col .widget-wrapper {
	padding: 0 0 0 20px;
}

.error404-row {
	text-align: center;
	margin-top: 40px;
}

.search div.status-publish {
	border-bottom: 1px dashed #333;
	margin-bottom: 20px;
	padding-bottom: 25px;
}

.search div.status-publish:last-child {
	border-bottom: 0px dashed #333;
}

#content-search .post-title {
	font-size: 28px;
}

#content-search .read-more {
	margin-top: 20px;
}

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

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

.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;
	font-size: 18px;
}

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

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration: none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #E02F79;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #C21D63;
}

.archive .previous,
.archive .next {
	display: none;
}

.pnavigation {
	float: left;
	width: 100%;
}

.page-template-blog-excerpt .post-data {
	display: none;
}

.owl-nav.disabled {
	display: block !important;
}


/********** Brands css *********/

#brandsCarousel .owl-prev,
#brandsCarousel .owl-next {
	background: none !important;
	top: 20%;
	position: absolute;
}

#brandsCarousel .owl-prev {
	left: -4% !important;
}

.owl-nav .fa.fa-angle-left,
.owl-nav .fa.fa-angle-right {
	color: #fff;
	font-size: 60px;
	text-shadow: 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 2px 0px #fff, -2px -0px 0 #fff, 2px -0px 0 #fff, -2px 0px 0 #fff;
}

#brandsCarousel .owl-next {
	right: -4% !important;
}

.section-brand .brand-thumb {
	border: 2px solid #F4F4F9;
}


/*WooCommerce*/

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product,
ul.products.columns-3 li.product {
	width: 32% !important;
	margin: 0 2% 2.2em 0;
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product:last-child,
ul.products.columns-3 li.product:nth-child(3n+3) {
	margin-right: 0;
}

#shop-row .products.columns-3 {
	margin-top: 25px !important;
	margin-bottom: 0 !important;
}

#shop-row h2 {
	margin-top: 0 !important;
}

#shop-row a.standard-button {
	background-color: #0072bc;
	font-weight: 600;
}

#shop-row a.standard-button:hover {
	background-color: #090A5C;
}

#content-woocommerce {
	margin: 0px auto;
	padding: 20px 0;
	background-color: #F3F2F2;
}

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	background-color: #fff;
	padding: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 0 !important;
}

.product.type-product>a.woocommerce-LoopProduct-link {
	background-color: #fff;
	padding: 4px !important;
	display: block;
	padding-bottom: 0 !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-left: 4px solid #0072bc;
	border-right: 4px solid #0072bc;
	border-top: 4px solid #0072bc;
}

.ressponsive-shop-summary-wrap a.responsive-loop-product__link {
	background-color: #0072bc;
	text-align: center !important;
	display: block;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.ressponsive-shop-summary-wrap a.responsive-loop-product__link:hover {
	background-color: #090A5C;
}

.ressponsive-shop-summary-wrap a.responsive-loop-product__link h2 {
	color: #fff !important;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 18px !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.woocommerce h2 {
	font-family: inherit !important;
	font-weight: normal;
}

.ressponsive-shop-summary-wrap {
	width: 100%;
}

.ressponsive-shop-summary-wrap .price {
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
	font-size: 18px !important;
	margin-bottom: 0 !important;
	font-weight: 600 !important;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.added_to_cart,
.single_add_to_cart_button,
.woocommerce-message .button,
.woocommerce-cart-form .button,
.checkout-button,
#place_order {
	background-color: #090A5C !important;
	background-image: none !important;
	text-align: center;
	margin-top: 0 !important;
	text-transform: uppercase;
	font-size: 17px !important;
	font-weight: 600 !important;
	font-family: inherit !important;
	letter-spacing: 1px !important;
}

.checkout-button {
	line-height: inherit !important;
}

.added_to_cart {
	margin: 5px 0 0 !important;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.added_to_cart:hover,
.single_add_to_cart_button:hover,
.woocommerce-message .button:hover,
.woocommerce-cart-form .button:hover,
.checkout-button:hover,
#place_order:hover {
	background-color: #0072bc !important;
	color: #fff !important;
}


.woocommerce-message .button:hover {
	border: 0;
}

.woocommerce-breadcrumb {
	display: none;
}

.single-product div.product .entry-title {
	color: #002D62 !important;
	font-family: inherit !important;
	font-size: 30px;
	font-weight: 600;
}

.single-product div.product p.price,
.single-product div.product span.price {
	font-weight: 600;
}

.woocommerce .quantity::before {
	content: 'Quantity\00a0';
	color: #000;
	font-size: 17px;
	font-weight: 600;
	float: left;
	width: 150px;
	margin-top: 7px;
}

.single-product .summary.entry-summary .cart .quantity {
	width: 100%;
	margin-top: 10px;
}

.single-product .summary.entry-summary form.cart .button {
	width: 200px;
	margin-left: 150px !important;
	margin-top: 10px !important;
	float: left;
}

.single-product .variations .value,
.single-product .summary.entry-summary .cart .quantity .qty {
	float: left;
	width: 200px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.single-product .summary.entry-summary .quantity .qty {
	height: 45px;
	border-radius: 0px;
	border: 1px solid #ccc;
}

.woocommerce-message,
.woocommerce-info {
	border-top: 4px solid #002D62;
	color: #000;
	margin-top: 10px;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: #002D62;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
	background-color: #0072bc;
	border-radius: 0;
	padding: 0px 18px;
	min-height: 35px;
	line-height: 35px;
	margin-right: -4px;
	margin-top: -4px;
}

.single-product div.product .product_meta,
.single-product div.product .product_meta a {
	color: #000;
	font-size: 17px;
	font-weight: 600;
}

.single-product div.product .product_meta a {
	font-weight: 400;
	color: #002D62;
}

.single-product div.product .product_meta a:hover {
	color: #0072bc;
}

#tab-title-description {
	background: #002D62;
	border-bottom: 0;
	color: #fff;
	border-radius: 0 !important;
	text-transform: uppercase;
}

#tab-description h2 {
	display: none;
}

.related.products h2 {
	color: #002D62;
	font-weight: 600;
}

.products.columns-3 li .woocommerce-LoopProduct-link {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	height: 300px;
	float: left;
	position: relative;
}

.products.columns-3 li .woocommerce-LoopProduct-link img {
	width: auto !important;
	height: auto !important;
	max-height: 100% !important;
	margin: auto !important;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto auto;
	bottom: 0;
	top: 0;
}

.p-title,
#customer_details h3,
#order_review_heading,
.page-title,
.cart_totals h2,
#customer_details h3 span {
	color: #002D62;
	margin: 20px 0 20px !important;
	font-weight: 600;
}

.woocommerce-checkout select,
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"] {
	-moz-box-sizing: border-box;
	-moz-border-radius: 0;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 0;
	background-color: #ffffff;
	box-sizing: border-box;
	border-radius: 0;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 0px 8px;
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
	-webkit-box-shadow: none;
	        box-shadow: none;
	height: 40px;
	line-height: 40px;
	border: 0;
	-webkit-box-shadow: unset;
	        box-shadow: unset;
	border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 45px;
	line-height: 45px;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #ccc;
	border-radius: 0;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #002D62;
	color: #fff;
}

.woocommerce-product-gallery__image {
	background-color: #fff;
	height: 400px;
	position: relative !important;
	border: 2px solid #0072bc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.woocommerce-product-gallery__image>a img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto auto !important;
	top: 0;
	bottom: 0;
	display: inline-block;
	height: auto !important;
	width: auto !important;
	max-height: 100% !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 1px solid #002D62;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.cart-page .woocommerce .quantity::before {
	display: none;
}

.woocommerce-cart table.cart img {
	width: 40px;
	height: 40px;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th,
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td,
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents table {
	border: 1px solid #dddddd;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th.product-remove,
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-remove {
	width: 50px;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
	text-align: center;
}

.checkout.woocommerce-checkout {
	margin-top: 0;
}

.woocommerce-MyAccount-navigation ul {
	padding-left: 30px;
}

.woocommerce-MyAccount-navigation ul li {
	list-style-type: square;
	color: #0072bc;
	font-weight: 600;
	font-size: 17px;
	line-height: 30px;
}

.woocommerce-MyAccount-navigation ul li a,
.woocommerce-MyAccount-content a {
	color: #0072bc;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-content a:hover {
	color: #000;
}

.my-account-page div.woocommerce h2 {
	color: #002D62;
	font-weight: 600;
}

button.woocommerce-button.button.woocommerce-form-login__submit[type="submit"] {
	background-color: #0072bc;
}

button.woocommerce-button.button.woocommerce-form-login__submit[type="submit"]:hover,
button.woocommerce-button.button.woocommerce-form-login__submit[type="submit"]:active,
button.woocommerce-button.button.woocommerce-form-login__submit[type="submit"]:focus {
	background-color: #0072bc;
}

.woocommerce-form-login input#username,
.woocommerce-form-login input#password {
	height: 40px;
	line-height: 40px;
}

section.related.products h2 {
	font-size: 20px;
}

#tab-description {
	font-size: 17px;
	line-height: 30px;
	color: #000;
}

.single-product div.product .woocommerce-product-details__short-description,
.single-product div.product .product_meta,
.single-product div.product .entry-content {
	color: #000 !important;
}

.cart_totals h2 {
	font-size: 28px;
	line-height: 34px;
}

.search .breadcrumb-list {
	display: none;
}

.title-search-results {
	margin: 0;
	color: #fff;
	line-height: 30px;
	font-weight: 400;
}

.search-no-results #content-search {
	text-align: center;
}

.search-no-results p {
	font-size: 20px;
	margin-bottom: 25px;
}

.single-product .onsale {
	top: 4px !important;
	left: 0px !important;
}

.inner-page-row h4 {
	clear: none;
}

ul.fancylist {
	padding-left: 10px;
	list-style: none;
	line-height: 30px;
}

ul.fancylist li {
	position: relative;
	padding-left: 30px;
	padding-bottom: 5px;
}

ul.fancylist li::before {
	content: '\f061';
	font-family: fontawesome;
	color: #0072bc;
	padding-right: 14px;
	position: absolute;
	left: 0;
}


/*** Home CSS ***/

#home-row2,
#home-row3,
#home-row4,
#home-row5 {
	padding-top: 40px;
}

.custom.tparrows {
	background: #0072bcBF;
	height: 60px;
}

.custom.tparrows:hover {
	background: #000;
}

.custom.tparrows::before {
	font-size: 35px;
	line-height: 60px;
}
/* .tparrows {
	text-shadow: 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
} */
.custm-heading h2 {
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 29px;
	line-height: 1.4;
	margin-top: 0;
	text-transform: uppercase;
}

.custm-heading h2::before {
	content: "";
	position: absolute;
	height: 3px;
	background-color: #A9CCE4;
	bottom: -8px;
	left: -30px;
	right: -30px;
}

.custm-heading h2::after {
	content: "";
	position: absolute;
	height: 1px;
	background-color: #A9CCE4;
	bottom: -10px;
	left: -30px;
	right: -30px;
}

.blue-border img {
	border: 8px solid #000;
}

.row4-head h2::before,
.row4-head h2::after {
	background-color: #000;
}

.row5-head h2::before,
.row5-head h2::after {
	background-color: #D8636B;
}

.row2-heading h2::before,
.row2-heading h2::after {
	left: 0;
	right: 0;
}

.row2-text h4 {
	color: #0072bc;
	margin: 0;
}

.row2-text p {
	font-size: 20px;
	line-height: 1.67;
}

.row3-head h2,
.row5-head h2 {
	color: #fff;
}

.row3-img {
	margin-bottom: 15px !important;
}

.row3-img img {
	border: 8px solid #fff;
}

.row3-text {
	color: #fff;
	padding-left: 28px;
	padding-right: 28px;
	min-height: 148px;
	margin-bottom: 20px !important;
}

.row3-text h4 {
	margin-top: 0;
}

.row3-text h4 a {
	color: #fff;
}

.row3-text h4 a:hover {
	color: #0072bc;
}

.row3-text p {
	margin-top: 0;
}

.row3-text a {
	margin-top: 15px;
}

.row4-head h2 {
	color: #000;
}

.row6-map .wpb_wrapper {
	padding: 0 !important;
}

.row3-col:hover img,
#brandsCarousel .brand-thumb:hover {
	-webkit-transition: -webkit-filter 250ms ease-in;
	transition: -webkit-filter 250ms ease-in;
	-o-transition: filter 250ms ease-in;
	transition: filter 250ms ease-in;
	transition: filter 250ms ease-in, -webkit-filter 250ms ease-in;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
}

.machinpg-txt p:first-child,
.autompg-txt p:first-child,
.juniordg-txt p:first-child {
	margin-top: 0;
}

.privacy-policy-txt ul {
	margin-left: 35px;
}

.hide-601 {
	display: none;
}
/*********** New start css ************/

.slider-text {
	background-color: rgba(0,0,0,0.3);
	padding: 40px 20px !important;
	text-align: center !important;
	margin: auto !important;
	text-decoration: none !important;
}
.slider-text span:first-child {
	margin-bottom: 15px !important;
}
.slider-text span {
	display: block !important;
	font-size: 43px !important;
	font-weight: 600 !important;
	font-family: inherit !important;
	text-transform: capitalize;
}
.topbar-header {
	background: #f5f5f5;
	color: #fff;
	width: 100%;
	padding: 5px 0;
}
.top-addr {
	display: flex;
	float: right;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
}
.top-addr a {
	color: #000;
}
.top-addr a:hover {
	color: #0072bc;
}
.top-addr li:last-child {
	margin-left: 12px;
}
.topbar-row .topbar-main {
	list-style: none;
}
.topbar-row .widget-wrapper {
	margin: 0;
	padding: 0;
}
.topbar-row .top-left {
	float: left;
}
.topbar-row .top-right {
	float: right;
}
.top-right li {
	float: left;
	margin-left: 20px;
}
.topbar-row {
	padding: 0px;
}
.topbar-row .fa {
	margin-right: 5px;
	font-size: 24px;
	line-height: 24px;
	height: 30px;
	top: 3px;
	position: relative;
	color: #000;
}
.topbar-row .fa.fa-mobile {
	top: 4px;
	font-size: 30px;
}
.topbar-row .top-right a {
	color: #fff;
}
.topbar-row .top-right a:hover {
	color: #0072bc;
}
#header-main {
	float: left;
	width: 100%;
}
.social-icons li {
	float: left;
	margin-left: 10px;
}
.social-icons li a {
	font-size: 30px;
	color: #fff;
}
.social-icons li a:hover {
	color: #0072bc;
}
.address-bar a.standard-button {
	background: #fff;
	color: #0072bc;
	padding: 4px 17px;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 600;
	font-family: inherit;
	line-height: 19px;
	margin-top: 7px;
}
.address-bar a.standard-button:hover {
	background: #0072bc;
	color: #fff;
}
.header-right-row {
	width: 85%;
}
.slider-button {
	text-transform: capitalize !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	font-family: inherit !important;
	padding: 15px 27px !important;
}
#home-row-2 h2 {
	font-size: 25px;
}
#home-row-2 h3 {
	color: #000;
	margin: 0 auto;
	font-size: 32px;
	font-family: inherit;
	font-weight: 600;
	line-height: 37px;
}
#home-row-2 {
	background-size: 50% 100% !important;
	background-position: center right !important;
	background-repeat: no-repeat;
}
#home-row-2 .standard-button {
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 20px;
}
#home-row-3 {
	background: #E1E1E1;
	padding-bottom: 35px;
}
#home-row-3 h2 {
	font-size: 27px;
	border-bottom: 2px solid #000;
	display: table;
	padding-bottom: 10px;
}
.wht-we-colm .wht-we-txt-row {
	background-color: #fff;
	padding: 100px 30px 0px;
	margin-top: -155px;
}
.what-we-img-row img {
	border-radius: 50%;
	width: 66%;
	border: 10px solid #e1e1e1;
}
.what-we-img-row img:hover {
	filter: grayscale(1);
}
.wht-we-txt-row h3 {
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 15px;
}
.wht-we-txt-row h3 a {
	color: #000;
}
.wht-we-txt-row h3 a:hover {
	color: #0072bc;
}
.wht-we-txt-row .standard-button {
	margin-top: 5px;
	position: relative;
	top: 20px;
	padding: 12px 40px;
	font-size: 20px;
}
#footer-top-row {
	background-color: #22231B;
	color: #fff;
	padding: 20px 0 0;
}
#footer-top-row a {
	color: #fff;
}
#footer-top-row a:hover {
	color: #0072bc;
}
#footer-top-row ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footr-col.one p {
	clear: both;
}
.menu-heading {
	margin-bottom: 20px !important;
}
.footr-col.one img {
	margin: 0 0 20px;
	width: 130px;
}
.footer-col.secnd a {
	line-height: 1.8;
}
.break {
	display: block;
}
.footer-col.thrd .fa {
	font-size: 30px;
	color: #fff;
	margin-right: 10px;
	line-height: 40px;
	width: 30px;
	text-align: center;
}
.footer-col.thrd .footer-adres-icon .fa {
	float: left;
	padding-bottom: 12px;
	font-size: 40px;
}
.footer-col.thrd .footer-phn-icon .fa {
	position: relative;
	top: 4px;
	margin-bottom: 8px;
}
.footer-col.thrd .social-icons li {
	margin-left: 0;
	width: 35px;
	margin-top: 5px;
}
.footer-col.thrd .footer-phn-icon strong {
	font-size: 21px;
	font-weight: 400;
}
#footer-top-row .social-icons li a .fa:hover {
	color: #0072bc;
}
.mobile-show {
	display: none;
}
.inner-page-row h2:first-child {
	margin-top: 0;
}
#header.sticky #logo {
	width: 125px;
}
#header.sticky .header-right-row {
	padding-top: 5px;
}
.custom.tparrows.tp-leftarrow::before {
	content: "\f053" !important;
	font-family: FontAwesome !important;
}
.custom.tparrows.tp-rightarrow::before {
	content: "\f054" !important;
	font-family: Fontawesome !important;
}
.tp-dottedoverlay.twoxtwo {
	background: rgba(0,0,0,0.60) !important;
}
#home-services-row .service-image::after {
	position: absolute;
	left: 50%;
	bottom: -9px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #005A95;
	content: "";
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#home-services-row .service-image {
	background: #005A95;
	color: #fff;
	display: block;
	float: left;
	font-size: 26px;
	height: 60px;
	line-height: 70px;
	margin-right: 20px;
	text-align: center;
	width: 60px;
	position: relative;
}
#home-services-row .service-image img, #home-services-row .service-image .fa {
	width: 100%;
	max-width: 40px;
	margin: 0;
}
.service-title {
	color: #313b48;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 15px;
	display: inline-block;
}
#home-services-row .service-title a {
	color: #fff;
}
#home-services-row .service-more {
	color: #fff;
	position: relative;
	margin-top: 10px;
	float: left;
}
#home-services-row .service-more:hover {
	text-decoration: underline;
}
.service-more::after {
	content: "\f178";
	font-family: FontAwesome;
	font-weight: 400;
	position: absolute;
	right: -22px;
	top: 0;
}
.main-service-row p {
	color: #fff;
	width: 100%;
	float: left;
}
.section-title::after {
	background: #30afb8 none repeat scroll 0 0;
	bottom: -6px;
	height: 3px;
	margin-left: -15px;
	width: 30px;
}
.section-title::before, .section-title::after {
	background: #e1e1e1 none repeat scroll 0 0;
	bottom: -5px;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 100px;
}
.section-title {
	color: #313b48;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
}
.section-title::before, .section-title::after {
	background: #e1e1e1 none repeat scroll 0 0;
	bottom: -5px;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 100px;
}
.about-section .btn {
	background-color: #0072BC;
	border-radius: 0;
	color: #fff;
	padding: 7px 35px;
	display: inline-block;
	margin-top: 15px;
}
.about-section .btn:hover {
	background-color: #000;
}
.special-row {
	color: #fff;
}
.botm-service-row a, .botm-service-row p {
	color: #000 !important;
}
.botm-service-row .service-title {
	width: 70%;
}
#top-footer-row {
	background: #333;
	color: #fff;
	padding-bottom: 20px;
}
#top-footer-row a {
	color: #fff;
}
#top-footer-row h5 {
	color: #fff;
	font-weight: 700;
}
#top-footer-row a:hover {
	color: #005a95;
}
#top-footer-row .fa {
	font-size: 25px;
	margin-right: 10px;
	line-height: 25px;
}
#home-testimonial-row {
	color: #fff;
}
#home-testimonial-row .testimonial_rotator.template-longform .testimonial_rotator_quote, #home-testimonial-row .testimonial_rotator .testimonial_rotator_author_info.cf-tr {
	color: #fff;
}
#home-testimonial-row .testimonial_rotator_quote {
	font-size: 18px !important;
	line-height: 1.6 !important;
}
#home-testimonial-row .testimonial_rotator .testimonial_rotator_author_info.cf-tr p strong {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
}
.section-title::after {
	background: #30afb8 none repeat scroll 0 0;
	bottom: -6px;
	height: 3px;
	margin-left: -15px;
	width: 30px;
}
#home-services-row .service-image .fa {
	top: -5px;
	position: relative;
}
#slider-txt-one h2 {
	margin-top: 0px !important;
}
.contact-page #content-full {
	margin-top: 0;
}


.portfolio-mains .project-block {
	float: left;
	width: 24%;
	margin-right: 15px;
	margin-bottom: 15px;
	z-index: 0;
}
.portfolio-page .project-thumb, .project-block .project-thumb {
	position: relative;
	z-index: 9;
	max-height: 302px;
	overflow: hidden;
	border: 1px solid #999;
}
.portfolio-page .project-block h3 {
	text-align: center;
	margin: 10px 0;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	min-height: 35px;
}
.portfolio-mains .project-block.last {
	float: right;
	margin-right: 0;
}
.single-portfolio-img-col {
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #f9f9f9;
	border: 1px solid #000;
}
.single-portfolio-img-col {
	float: left;
	width: 75%;
}
img.project-screenshot {
	max-width: 100%;
}
.portfolio-rightcontent-col {
	float: right;
	width: 25%;
	padding-left: 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.portfolio-rightcontent-col h4 {
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: .5px;
	margin-top: 0;
}
.project-details .info {
	margin: 0;
	padding: 0;
	list-style: none;
}
.project-details .info li {
	padding-bottom: 10px;
}
.project-details .info .title {
	color: #444;
	text-transform: uppercase;
}
.project-details .info span {
	display: block;
	font-size: 16px;
}
.hover-show {
	display: none;
}
.portfolio-page .project-thumb:hover, .project-block .project-thumb:hover, .pthumb:hover {
	filter: grayscale(1);
}
.navigation {
	padding: 0px;
	clear: both;
	float: left;
	width: 75%;
}
.button-visit.lgblue-button {
	background: #0072bc;
	color: #fff;
	padding: 10px 20px;
	margin-top: 4px;
	display: inline-block;
}
.button-visit.lgblue-button:hover {
	background: #000;
}
.portfolio-page .project-block h3 a:hover {
	color: #000;
}
.portfolio-posts {
	display: flex;
}
.pblock {
	width: calc(100% / 4);
	margin-right: 18px;
	position: relative;
	overflow: hidden;
}
.pblock:nth-child(4) {
	margin-right: 0;
}
.pthumb {
	border: 1px solid #999;
}
.pcontent h2 {
	text-align: center;
	margin: 10px 0;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	min-height: 35px;
}
.pcontent h2 a:hover{
	color: #000;
}
.tparrows::before {
	color: #808b99 !important;
}
.tparrows:hover::before {
	color: #000 !important;
}
.key-head .wpb_wrapper {
	display: flex;
}
.key-head h4 {
	display: inline-block;
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 24px;
}
.key-head .fa {
	font-size: 28px;
	line-height: 32px;
}
.slider-btn a {
	background-color: transparent;
	color: #0072bc;
	padding: 0.4em 0.7em !important;
	border: 2px solid #0072bc;
}
.slider-btn a:hover {
	color: #fff;
	background-color: #0072bc;
}
.navigation a {
	color: #fff;
	padding: 4px 10px;
	background: #0072bc;
}
.navigation a:hover {
	color: #fff;
	background: #000;
}
.icon-row fieldset {
	position: relative;
}
.icon-row .fa {
	position: absolute;
	z-index: 9;
	left: 10px;
	top: 15px;
	color: #454545;
	width: 15px;
	text-align: center;
	font-size: 16px;
}
.icon-row input, .icon-row textarea, .icon-row select {
	padding-left: 32px;
}
.icon-row .fa.fa-phone {
	top: 17px;
}
.portfolio-nav-links {
	display: table;
	text-align: center;
	margin: 0 auto 20px;
	clear: both;
}
.portfolio-nav-links .page-numbers {
	display: block;
	float: left;
	margin: 2px 6px;
	width: 35px;
	text-decoration: none;
	color: #000;
	background-color: #eee;
	font-family: nobel !important;
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid #999;
	border-radius: 4px;
	display: block;
	height: 35px;
	line-height: 34px;
	font-weight: 400;
}
.portfolio-nav-links .page-numbers:hover, .portfolio-nav-links .page-numbers.current {
	background: 0 0;
	color: #0072bc;
}
.portfolio-nav-links .prev.page-numbers, .portfolio-nav-links .next.page-numbers {
	background-color: #0072bc;
	border: 1px solid #0072bc;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
}
.portfolio-nav-links .prev.page-numbers:hover, .portfolio-nav-links .next.page-numbers:hover {
	background-color: #000;
	border: 1px solid #000;
}
.portfolio-page .project-thumb {
	max-height: 280px;
}

/******** End CSS ***************/


/*********** Start Responsive ***********/

@media screen and (max-width: 1024px) {
	ul.slimmenu > li {
		padding: 0 10px;
	}
	.slider-text span {
		font-size: 35px !important;
	}
	.slider-text span:first-child {
		margin-bottom: 8px !important;
	}
	.three-colm-txt-row {
		min-height: 244px;
	}
	.wht-we-txt-row h3 {
		font-size: 24px;
	}
	.footr-col.one {
		width: 40%;
	}
	.footer-col.thrd, .footer-col.secnd {
		width: 30%;
	}
	#slider-txt-one h2, #slider-txt-one span {
		font-size: 15px !important;
	}
	.portfolio-mains .project-block {
		margin-right: 13px;
	}
}

@media screen and (max-width: 980px) {
	.fotr-botm-left {
		width: 100%;
		display: table;
		text-align: center;
	}
	.fotr-botm-right {
		float: none;
		display: table;
		text-align: center;
		width: 100%;
		margin-top: 10px;
	}
	.botm-service-row .service-title {
		width: 100%;
	}
	.portfolio-mains .project-block {
		margin-right: 12px;
	}
	.portfolio-rightcontent-col h4 {
		line-height: 20px;
	}
}

@media screen and (max-width: 936px) {
	ul.slimmenu li a {
		font-size: 16px;
	}
	.wht-we-colm .wht-we-txt-row {
		margin-top: -120px;
	}
	.wht-we-txt-row h3 {
		font-size: 22px;
	}
	.three-colm-txt-row {
		min-height: 265px;
	}
	.footer-col.thrd {
		width: 35%;
	}
	.footer-col.secnd {
		width: 25%;
	}
	#top-footer-row .fa {
		float: left;
	}
	.portfolio-mains .project-block {
		margin-right: 11px;
	}
}

@media screen and (max-width: 800px) {
	#logo {
		width: 100%;
	}
	.header-nav {
		height: auto;
	}
	.topbar-row .top-left {
		float: none;
		text-align: center;
	}
	.top-right li {
		float: none;
		margin-left: 20px;
		display: inline-block;
	}
	.topbar-row .top-right {
		text-align: center;
		width: 100%;
	}
	.header-right-row {
		float: right;
		width: 100%;
	}
	.slider-text span {
		font-size: 30px !important;
	}
	.slider-text span:first-child {
		margin-bottom: 15px !important;
	}
	.wht-we-txt-row .standard-button {
		font-size: 18px;
	}
	.footr-col.one, .footer-col.secnd  {
		width: 100%;
	}
	.footer-col.thrd {
		width: 100%;
		margin-bottom: 30px;
	}
	.inner-page-row h2 {
		line-height: 35px;
	}
	ul.slimmenu > li {
		padding: 0;
	}
	#header {
		position: relative;
	}
	#header.sticky {
		position: inherit;
		-webkit-animation: none;
		animation: none;
	}
	.menu-item-has-children::after {
		display: none;
	}
	.service-title {
		width: 100%;
	}
	.portfolio-mains .project-block {
		margin-right: 10px;
	}
	.portfolio-rightcontent-col {
		float: left;
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	.single-portfolio-img-col, .navigation {
		width: 100%;
	}
	
}

@media screen and (max-width: 768px) {
	#home-row-2 .vc_col-sm-6 {
		width: 100%;
	}
	#home-row-2 {
		background-image: none !important;
	}
	.mobile-show {
		display: block;
		margin-bottom: 0 !important;
	}
	#home-row-2 .wpb_content_element {
		margin-bottom: 0 !important;
	}
	#home-row-3 .vc_col-sm-4 {
		width: 100%;
	}
	.wht-we-colm .wht-we-txt-row {
		margin-top: -206px;
		padding: 166px 30px 0px;
	}
	.three-colm-txt-row {
		min-height: auto;
	}
	#footer-top-row .wpb_content_element {
		margin-bottom: 0px;
	}
	.home-contact .half {
		width: 100%;
		margin-right: auto;
	}
	.portfolio-mains .project-block {
		width: 100%;
		margin-right: 0;
	}
	.portfolio-posts {
		flex-wrap: wrap;
	}
	.pblock {
		width: calc(100% / 2 - 9px);
	}
	.pblock:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.header-right-row {
		padding-top: 0;
	}
}
@media screen and (max-width: 684px) {

}
@media screen and (max-width: 650px) {
	.fotr-botm-left {
		line-height: 1.3;
	}
}

@media screen and (max-width: 533px) {
	.wht-we-colm .wht-we-txt-row {
		margin-top: -180px;
		padding: 135px 30px 0px;
	}
	.tparrows {
		display: none;
	}
	.slider-desc {
		text-align: center !important;
	}
}

@media screen and (max-width: 480px) {
	.address-bar ul {
		float: right;
		margin-right: 0;
	}
	.address-bar {
		width: 65%;
		margin-bottom: 10px;
	}
	.header-right-row {
		padding-top: 0px;
	}
	.custom.tparrows {
		top: 70% !important;
	}
	#logo {
		width: 80%;
	}
	.header-right-row {
		width: 20%;
	}
}

@media screen and (max-width: 414px) {
	.address-bar {
		width: 80%;
	}
	.slider-text span {
		font-size: 15px !important;
	}
	.slider-button {
		font-size: 16px !important;
	}
	.wht-we-colm .wht-we-txt-row {
		margin-top: -154px;
		padding: 108px 30px 0px;
	}
	.fotr-botm-right .ftcreditimg {
		float: none;
		margin-top: 0;
		display: block;
	}
	.address-bar a.standard-button {
		float: right;
	}
	.fotr-botm-right {
		margin: 4px auto 0px;
	}
	#footer .grid.col-940.copyright {
		margin-top: 5px;
	}
	.breadcurmb-row {
		width: 100%;
		display: block;
	}
	.break-row {
		display: block;
	}
}

@media screen and (max-width: 376px) {
	.pblock {
		width: 100%;
		margin-right: 0;
	}

}

@media screen and (max-width: 360px) {
	.address-bar a.standard-button {
		padding: 4px 13px;
		font-size: 16px;
	}
	.slider-text span {
		font-size: 12px !important;
	}
	.slider-button {
		font-size: 14px !important;
		padding: 10px 15px !important;
	}
}
@media screen and (max-width: 325px) {
	.address-bar {
		width: 95%;
	}
}