/*------------BOOTSTRAP.MIN.CSS----------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

a {
	background-color: transparent
}

b,
strong {
	font-weight: 700
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

img {
	border: 0
}

figure {
	margin: 1em 40px
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

input {
	line-height: normal
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver
}

textarea {
	overflow: auto
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: block;
	max-width: 100%;
	height: 66px;
	width: 153px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h1,
h1 {
	font-size: 36px
}

.h2,
h2 {
	font-size: 30px
}

.h3,
h3 {
	font-size: 24px
}

.h4,
h4 {
	font-size: 18px
}

.h5,
h5 {
	font-size: 14px
}

p {
	margin: 0 0 10px
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 768px) {
	.container {
		width: 750px
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px
	}

}

@media (min-width: 1200px) {
	.container {
		width: 1170px
	}
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-6 {
	width: 50%
}

@media (min-width: 768px) {

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
}


@media (min-width: 992px) {

	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}
}

@media (min-width: 1200px) {

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-6 {
		width: 50%
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=search] {
	-webkit-appearance: none
}

.collapse {
	display: none;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 4px
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-toggle {
		display: none;
	}

	.navbar-header {
		float: left;
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,
.media-body {
	overflow: hidden;
	zoom: 1
}

.media-body {
	width: 10000px
}

.media-left,
.media>.pull-left {
	padding-right: 10px
}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
	display: table;
	content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
	clear: both
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

/* -----------------style.min.css----------------------- */
ol,
ul {
	box-sizing: border-box
}

:root {
	--wp-block-synced-color: #7a00df;
	--wp-block-synced-color--rgb: 122, 0, 223;
	--wp-bound-block-color: var(--wp-block-synced-color);
	--wp-editor-canvas-background: #ddd;
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color--rgb: 0, 124, 186;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
	--wp-admin-theme-color-darker-20: #005a87;
	--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
	--wp-admin-border-width-focus: 2px
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px
}

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important
}

.screen-reader-text:focus {
	background-color: #ddd;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

:where(figure) {
	margin: 0 0 1em
}

.editor-styles-wrapper,
.entry-content {
	counter-reset: footnotes
}

@media (min-resolution: 192dpi) {
	:root {
		--wp-admin-border-width-focus: 1.5px
	}
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px
}

html :where([style*=border-width]) {
	border-style: solid
}

:where(figure) {
	margin: 0 0 1em
}

/*----------/themes/webcore/assets/css/font-awesome.min.css----------- */
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-check:before {
	content: "\f00c"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-angle-down:before {
	content: "";
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-chevron-down:before {
	content: "";
}

.fa-search:before {
	content: "\f002";
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa-tag:before {
	content: "\f02b"
}

/* -------font-awesome/css/font-awesome.min.css ------*/

.fa,
.fa-stack {
	display: inline-block
}

.fa-search:before {
	content: "\f002"
}

.fa-cogs:before,
.fa-gears:before {
	content: "\f085"
}

/* ----------------------------------------------------- */
/*
Theme Name: webcore-child
Version: 1.0
Description: A child theme of Webcore
Author: admin
Template: webcore
*/

html {
	overflow-y: scroll;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
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 {
	margin: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-size: 14px;
	line-height: 26px;
}



iframe {
	max-width: 100%;
}

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

body * {
	-webkit-text-size-adjust: none;
	outline: none;
}

input,
textarea,
select {
	font-weight: 400;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	background: none;
	border: 1px solid rgba(128, 128, 128, 0.49);
	margin: 0 0 5px;
	padding: 2px 5px;
	font-family: 'Arial';
}

textarea {
	display: block;
	resize: none;
	overflow: auto;
}

a,
a:link,
a:visited,
a:active,
a:hover {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

body {
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	font-family: 'Open Sans';
}

b,
strong {
	font-weight: 700;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

ul,
ol {
	padding: 0 0 0 28px;
}

a {
	color: inherit;
}

p {
	font-size: 15px;
	line-height: 26px;
	color: #7b7b7d;
}

header ul {
	list-style: none;
}

/* ---------------------------------footer section --------------------*/
.main_footer_area ul {
	padding-left: 0;
	list-style: none;
}

.main_footer_area ul li,
.main_footer_area .widget_rss ul li a {
	color: #fff;
}

.main_footer_area ul li a {
	color: #fff;
	display: inline-block;
	line-height: 44px;
	position: relative;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
	font-size: 16px;
}

.main_footer_area .widget_archive li,
.main_footer_area .widget_links li,
.main_footer_area .widget_meta li,
.main_footer_area .widget_nav_menu li,
.main_footer_area .widget_pages li,
.main_footer_area .widget_recent_comments li,
.main_footer_area .widget_recent_entries li,
.main_footer_area .widget_rss ul li {
	border-bottom: 1px solid #E6E6E6;
}

.main_footer_area .widget_archive li a,
.main_footer_area .widget_links li a,
.main_footer_area .widget_meta li a,
.main_footer_area .widget_nav_menu li a,
.main_footer_area .widget_pages li a,
.main_footer_area .widget_recent_comments li a,
.main_footer_area .widget_categories li a,
.main_footer_area .widget_recent_entries li a,
.main_footer_area .widget_rss ul li a {
	color: #7b7b7d;
	display: inline-block;
	line-height: 44px;
	position: relative;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
	font-size: 16px;
}

.main_footer_area .widget_text .textwidget p {
	padding-bottom: 0;
}

.pad100_0 {
	padding: 100px 0 0 0;
}

.pad100_0 {
	padding: 100px 0 0 0;
}

.margtp20 {
	margin-top: 20px;
}

.margbt10 {
	margin-bottom: 10px;
}

.margbt15 {
	margin-bottom: 15px;
}

.margbt30 {
	margin-bottom: 30px;
}

.margtp20 {
	margin-top: 20px;
}

.margbt10 {
	margin-bottom: 10px;
}

.margbt15 {
	margin-bottom: 15px;
}

/* .margbt30 {
	margin-bottom: 30px;
} */

.emptySpace10 {
	height: 10px;
}

.emptySpace20 {
	height: 20px;
}

.emptySpace30 {
	height: 30px;
}

.emptySpace40 {
	height: 40px;
}

.emptySpace45 {
	height: 45px;
}

.col_white {
	color: #fff;
}

.col_gray1 {
	color: #898989;
}

.fnsize32 {
	font-size: 32px;
}

.fnsize22 {
	font-size: 22px;
}

.fnsize18 {
	font-size: 18px;
}

.fnsize17 {
	font-size: 17px;
}

.text_italic {
	font-style: italic;
}

#content-block {
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 100%;
	position: relative;
	margin-top: 10px !important;
}

::selection {
	color: #fefefe;
	background: #1e1e1e;
}

.themesImgWrapper .wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0 !important;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
	color: #242424;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
	font-family: "Montserrat";
	letter-spacing: 1px;
}

.light.h1,
.light h1,
.light.h2,
.light h2,
.light.h3,
.light h3,
.light.h4,
.light h4,
.light.h5,
.light h5,
.light.h6,
.light h6 {
	color: #fff;
}

.h1 span,
h1 span,
.h2 span,
h2 span,
.h3 span,
h3 span,
.h4 span,
h4 span,
.h5 span,
h5 span,
.h6 span,
h6 span {
	font-weight: 300;
}

.h1,
h1 {
	font-size: 72px;
	line-height: 80px;
}

.h2,
h2 {
	font-size: 40px;
	line-height: 60px;
}

.h3,
h3 {
	font-size: 35px;
	line-height: 45px;
}

.h4,
h4 {
	font-size: 32px;

}

.h5,
h5 {
	font-size: 22px;
	line-height: 32px;
}

.h6,
h6 {
	font-size: 15px;
	line-height: 25px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.widget_archive li a,
.widget_links li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a,
.widget_recent_comments li a,
.widget_recent_entries li a {
	color: #242424;
	display: inline-block;
	line-height: 30px;
	position: relative;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
	font-size: 16px;
}

.widget_archive li a,
.widget_links li a,
.widget_meta li a,
.widget_nav_menu li a:hover {
	color: #FB4106;
}


.widget_archive li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-bottom: 1px solid #E6E6E6;
}

.widget_archive li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	border: none;
}

button {
	background: transparent;
	border: 0;
}

.button {
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	position: relative;
	cursor: pointer;
	padding: 0px 40px;
	font-size: 14px;
	line-height: 46px;
	border-radius: 25px;
	color: #fff;
	text-transform: uppercase;
	background: #4356ea;
	letter-spacing: .3px;
	z-index: 1;
	-webkit-transition: all 250ms linear;
	border: 2px solid #4356ea;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	-webkit-box-shadow: 0px 3px 15px 0px rgba(67, 86, 234, 0.46);
	box-shadow: 0px 3px 15px 0px rgba(67, 86, 234, 0.46);
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
}

.button-close {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: bottom;
	cursor: pointer;
}

.button-close span {
	background: #2e2e2e;
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.button-close span:first-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.button-close span:last-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.button-close:hover span {
	background: #fff;
}

.button-close.style2 span {
	background: #fff;
}

.simple-input {
	font-size: 14px;
	color: #000;
	height: 50px;
	line-height: 50px;
	padding: 0 24px;
	width: 100%;
	border: 1px #eee solid;
	transition: all .15s;
	-webkit-transition: all .15s;
}

textarea.simple-input {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	height: 200px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #888;
	opacity: 1;
}

.simple-input.light {
	border-color: #c6c6c6;
	color: #909090;
	background: #fff;
}

input.light::-webkit-input-placeholder,
textarea.light::-webkit-input-placeholder {
	color: rgb(144, 144, 144);
	opacity: 1;
}

.imgWrapper {
	position: relative;
	display: block;
}

.imgWrapper img {
	max-width: 100%;
	height: auto;
	display: block;
}

.popup-wrapper {
	position: fixed;
	z-index: 30;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
}

.popup-wrapper.active {
	left: 0;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

.popup-wrapper .bg-layer {
	position: absolute;
	left: 0;
	top: -100px;
	right: 0;
	bottom: -100px;
	background: rgba(0, 0, 0, .8);
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	opacity: 0;
}

.popup-content {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 0;
	text-align: center;
	transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
	-webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	opacity: 0;
	left: -10000px;
	padding: 15px;
}

.popup-content.active {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	left: 0;
	transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
	-webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
	position: relative;
}

.popup-content:after {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: "";
}

.popup-container {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	position: relative;
	text-align: left;
	background: #fff;
	max-width: 570px;
}

.popup-container .button-close {
	position: absolute;
	top: 5px;
	right: 40px;
}

.popup-content .layer-close {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 10000px;
}

.popup-container.searhPopup.size-2 {
	max-width: 950px;
}

.searhPopup {
	position: relative;
	background: #1a1a1c;
	padding: 90px 50px;
}

.searhPopup form {
	position: relative;
	overflow: hidden;
}

.searhPopup .as {
	margin-bottom: 30px;
	padding: 0 23px;
}

.searhPopup .simple-input {
	border: 0;
	padding-right: 50px;
}

.searhPopup .simple-input.light {
	background: #1a1a1c;
}

.searhPopup .searchBorderBottom {
	position: relative;
	margin-left: 25px;
	height: 2px;
	width: 100%;
	background: #535353;
	content: '';
}

.searhPopup .searchBorderBottom:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: #f6cf33;
	content: '';
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.searhPopup button {
	position: absolute;
	bottom: 15px;
	right: 5px;
	width: 30px;
	height: 30px;
}

.searhPopup i.fa {
	font-size: 16px;
	color: #909090;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.main_footer_area {
	background: #141415;
	padding: 80px 0px;
}

.f_w_title {
	padding-bottom: 25px;
	margin-top: 50px;
}

.f_widget .f_w_title:first-child {
	margin-top: 0;
}

.f_w_title h3 {
	font-size: 18px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	text-transform: none;
	line-height: 25px;
	letter-spacing: 0;
}

.touch_widget ul {
	padding-left: 0;
	list-style: none;
}

.touch_widget ul li {
	border: none;
}

.touch_widget ul li a {
	font-size: 15px;
	line-height: 32px;
	color: #757575;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
}

.copyright_widget a {
	font-size: 15px;
	color: #757575;
	font-family: "Lato", sans-serif;
	letter-spacing: 0;
}

.menu-item i,
.menu-item .sub-menu i,
.menu-item .sub-menu .sub-menu i,
.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu i {
	display: none;
}

div#btt {
	background: none repeat scroll #222222;
	opacity: 0.8;
	border: 1px solid #333333;
	border-radius: 2px;
	bottom: 80px;
	cursor: pointer;
	padding: 8px 15px;
	position: fixed;
	right: 20px;
	z-index: 50;
	color: #777777;
}

.sticky,
.screen-reader-text,
.wp-caption-text {
	position: relative;
}

/* --------------------------HEADER----------------------- */
.main_menu_area {
	position: absolute !important;
	left: 0px;
	top: 0px !important;
	width: 100%;
	z-index: 30;
	padding: 0px 50px;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main_menu_area {
	background: #fff !important;
}

.main_menu_area .navbar.navbar-default {
	margin-bottom: 0px;
	border: none;
	background-color: transparent;
	border-radius: 0px;
	position: relative;
	top: 0px;
	right: 0px;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.main_menu_area .navbar-collapse {
	text-align: right;
}

.main_menu_area .nav.navbar-nav {
	text-align: right;
	float: none;
	display: inline-block;
}

.main_menu_area .navbar-header .navbar-brand {
	padding: 0px;
	line-height: 90px;
}

.main_menu_area .navbar-header .navbar-brand img {
	display: inline-block;
	height: 66px;
	width: 153px;
}

.sticky_menu .main_menu_area.navbar_fixed {
	position: fixed !important;
	width: 100%;
	top: -70px !important;
	left: 0;
	right: 0;
	background: #1f1f1f;
	-webkit-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: background 700ms ease, -webkit-transform 700ms ease;
	transition: background 700ms ease, -webkit-transform 700ms ease;
	-o-transition: transform 700ms ease, background 700ms ease;
	transition: transform 700ms ease, background 700ms ease;
	transition: transform 700ms ease, background 700ms ease, -webkit-transform 700ms ease;
	-webkit-transition: transform 700ms ease, background 700ms ease;
}

.main_menu_area.navbar_fixed {
	position: fixed !important;
	width: 100%;
	top: -70px !important;
	left: 0;
	right: 0;
	background: #1f1f1f;
	-webkit-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: background 700ms ease, -webkit-transform 700ms ease;
	transition: background 700ms ease, -webkit-transform 700ms ease;
	-o-transition: transform 700ms ease, background 700ms ease;
	transition: transform 700ms ease, background 700ms ease;
	transition: transform 700ms ease, background 700ms ease, -webkit-transform 700ms ease;
	-webkit-transition: transform 700ms ease, background 700ms ease;
}

.main_menu_area.navbar_fixed .navbar .navbar-brand {
	line-height: 68px;
	height: 68px;
}

.main_menu_area.navbar_fixed .navbar .navbar-nav li a {
	line-height: 70px;
}

.main_menu_area .nav.navbar-nav li {
	float: none;
	display: inline-block;
	margin: 0px;
	margin-right: 25px;
}

.main_menu_area .nav.navbar-nav li a {
	padding: 0px;
	line-height: 90px;
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: .70px;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li.menu-item-has-children ul li {
	display: block;
	float: none;
	margin-right: 0px;
	margin: 0px;
	border: none;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li.menu-item-has-children ul li a {
	line-height: 45px;
	color: #797979;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding: 0 35px;
	text-transform: capitalize;
	display: block;
	background: #222222;
	border-bottom: 1px solid #2c2c2c;
}

/* ---------------------------FOOTER -------------------------*/
.touch_widget ul#menu-footer-menu li {
	border-bottom: 0;
}

.touch_widget ul#menu-footer-menu li a {
	font-size: 15px;
	line-height: 32px;
	color: #757575;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
}

/* ------------------------------------------------------------ */

.main_menu_area .navbar.navbar-default .nav.navbar-nav li a {
	color: #898989;
}

.main_menu_area .nav.navbar-nav li.mega_menu .mega_menu_inner {
	width: 100%;
	max-width: 100%;
	padding: 50px 0px;
	border: none;
}

.main_menu_area .nav.navbar-nav li.mega_menu .mega_menu_inner .mega_item {
	max-width: 1030px;
	margin: auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main_menu_area .nav.navbar-nav li.mega_menu .mega_menu_inner .mega_item ul {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 100%;
	position: relative;
	left: 0px;
	min-width: 100%;
	top: 0px;
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	padding-top: 0px;
}

.main_menu_area .nav.navbar-nav li.mega_menu .mega_menu_inner .mega_item ul li {
	margin-right: 0px;
	padding: 0px;
	display: block;
	background: transparent;
	border: none;
}

.main_menu_area .nav.navbar-nav li.mega_menu .mega_menu_inner .mega_item ul li a {
	background: transparent;
	color: #797979;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	line-height: 38px;
	letter-spacing: .42px;
	display: block;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
	text-transform: none;
	display: block;
	background: transparent;
	border: none;
	padding: 0;
}

li.mega_menu .mega_menu_inner .mega_item ul li a:hover,
li.mega_menu .mega_menu_inner:hover .main_menu_area .nav.navbar-nav li a {
	color: #FB4106 !important;
}

.touch_widget ul#menu-footer-menu li a:hover,
.touch_widget ul#menu-footer-menu li:hover a {
	color: #fff !important;
}

#menu-footer-services li a:hover {
	color: #fff !important;
}

footer .f_w_title {
	padding-bottom: 20px !important;
}

.main_menu_area {
	background: #1f1f1f;
	box-shadow: 4px 3px 20px #666;
}

.button {
	background: #FB4106;
	border: 2px solid #FB4106;
	box-shadow: 0px 3px 15px 0px rgb(251, 65, 6, 0.46);
}

.button:hover,
.button:focus {
	color: #FB4106;
	border: 2px solid #FB4106;
	box-shadow: none;
	background: transparent;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li a:hover {
	color: #FB4106;
}

.textwidget .fa {
	font-size: 20px;
}

/* .fa.fa-linkedin {
	margin-left: -23px;
} */

.home .main_menu_area,
.sticky_menu .main_menu_area.navbar_fixed,
.main_menu_area .nav.navbar-nav li.mega_menu .mega_menu_inner,
.main_menu_area {
	background: #fff;
}

.home .main_menu_area,
.sticky_menu .main_menu_area.navbar_fixed,
.main_menu_area .nav.navbar-nav li.mega_menu .mega_menu_inner {
	box-shadow: 4px 3px 20px #666;
}

.word1 ul li,
.word2 ul li,
strong {
	font-size: 17px;
	line-height: 28px;
}

.footer_bottm {
	background: black;
	padding: 11px 0;
}

.fa-facebook::before,
.fa-linkedin::before {
	font-size: 20px;
}

.fa-facebook:hover,
.fa-linkedin:hover {
	color: #fff;
}

.searhPopup .searchBorderBottom::before {
	background: #FB4106;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li.menu-item-has-children ul li a {
	background: #ffffff;
	border-bottom: none;
}

.container.main-container {
	margin-top: 90px !important;
}

#menu-footer-services li {
	border-bottom: none !important;
	border-bottom: 0px !important;
	border-color: #141415 !important;
}

#menu-footer-services li a {
	color: #757575 !important;
	line-height: 32px !important;
	font-size: 15px !important;
}

.main_footer_area {
	padding: 50px 0 !important;
}




.ouraddress li a,
.ouraddress li {
	color: #757575 !important;
}

.ouraddress li {
	display: flex;
	padding-bottom: 10px;
}

.ouraddress li a {
	line-height: 0px !important;
}

.ouraddress li i {
	display: block;
	height: 35px;
	width: 35px;
	border: 1px solid #757575;
	border-radius: 50%;
	line-height: 35px;
	text-align: center;
	margin-right: 15px;
	font-size: 17px !important;
	margin-top: 5px;
}

.logo_widget {
	padding-right: 30px;
}

.social-links {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.social-links strong {
	font-size: 14px;
	display: block;
	margin-right: 10px;
	color: #757575 !important;
}

.social-links a {
	margin-left: 20px;
	display: block;
}

.social-links a i {
	font-size: 13px !important;
}

.foot_pcl p {
	text-align: center;
	font-size: 12px;
}

.vc_row.vc_row-flex {
	margin-top: 20px;
}

input[type="search"] {
	background: transparent !important;
}

.blog-link {
	color: #337ab7;
	font-weight: bold;
}

.errorTitle {
	position: relative;
	text-align: center;
}

.error404 .container.main-container {
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

.bgShadow,
.bgShadow.light {
	position: relative;
}

.bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.cell-view {
	display: table-cell;
	vertical-align: middle;
	width: 10000px;
	padding: 15px 0;
}

.bgShadow:before,
.bgShadow.light:before,
.bgShadow.shadowStyle2:before,
.bgShadow.colorShadow:before,
.bgShadow.colorShadow2:before,
.bgShadow.colorShadow3:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block !important;
	background: rgba(67, 86, 234, 0.9);
	content: '';
}

.errorTitle .as {
	font-size: 240px;
	line-height: 245px;
	color: #ffffff;
	margin-bottom: 5px;
}

.errorTitle p {
	font-size: 50px;
	line-height: 53px;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 700;
	margin-bottom: 20px;
}

.errorTitle span {
	display: block;
	font-size: 25px;
	line-height: 30px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 50px;
}

.errorTitle .border_btn {
	border-color: #fff;
	color: #fff;
}

.border_btn {
	height: 50px;
	padding: 0px 40px;
	border: 2px solid #4356ea;
	text-transform: uppercase;
	color: #4356ea;
	display: inline-block;
	line-height: 46px;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	border-radius: 25px;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
	cursor: pointer;
	background: none;
}

body.error404 .container.main-container {
	margin-top: 0 !important;
}

.heading-h1,
.heading-h2 {
	font-family: "Open Sans";
	font-style: normal;
}