/*
Theme Name: RCJ
Theme URI: https://www.rcjp.in
Author: Techview
Author URI: https://techview.biz/
Description:  Romanticist by CJ Theme - Techview Web Design.
Version: 3.3.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rcjph
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
font-family: 'Open Sans', sans-serif !important;
font-weight:400;
font-size:16px
}

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

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}
a {
	color: #000 ;
	 
}

a:hover {
	color: #000  ;
	text-decoration: none !important;
 
}


dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}
hr{ border: none !important;
    height: 35px !important;
    background-image: url(images/divider.png);
    width: 240px;
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: 394px auto; */
    /* margin: 0 auto; */
    margin-top: 0;}
    


button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;font-family: 'Open Sans', sans-serif !important;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.home header#masthead {
    margin-bottom: 0;
    background-color: #000;
    box-shadow: none;
    padding: 0.20rem 1rem;
    position: absolute;
    width: 100%;
    border: none;
    z-index: 999999999;
}
.navbar-light .navbar-brand {
	color: #000;
	padding: 0;
}
header#masthead {
	margin-bottom: 0;
	background-color: #222  ;
	box-shadow: none;
	padding: 0rem 1rem;
	position: relative;
	width: 100%;
	border: none;
	 
}

.scrolled #masthead {
	position: fixed !important;
	width: 100% !important;
	background-color: #222 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	z-index: 999;
}
.scrolled #masthead .navbar-brand img {
	max-width: 250px;
}
.cat-hp-img.cat-img.lazyloaded, .hp-cat-link img.cat-hp-img, .masonry.bordered .brick img {
	box-shadow: 0 2px 5px #999;
	border: 4px solid #fff;
}
.col-sm-12.col-lg-4.col-md-4.right-footer-col .lazyloaded {
	max-width: 240px;
	margin-bottom: 11px;
}
#menu-footer {
	padding-left: 200px;
	padding-top: 13px;
}

.scrolled .home header#masthead {
	position: fixed !important;
	width: 100% !important;
	background-color: #222 !important;
   padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

.gform_wrapper {
	padding: 15px 38px 26px 38px;
	border: 1px solid #ddd;
	border-radius: 0;
	/* background-color: #f9f9f9; */
}
.page-template-template-testimonials .gform_wrapper {
	padding: 10px 20px 20px 20px;
}
.page-template-template-testimonials .container {
	padding: 0;
}
.test-img-left {
	float: left;
	width: 175px;
	/* height: 129px; */
	overflow: hidden;
	text-align: center;
}
.test-img-right {
	float: left;
	/*width: 604px;*/
	width:100%;
	margin-left: 0;
	padding-top: 14px;
}

.test-img-left-img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	box-shadow: 0 2px 5px #999;
	border: 1px solid #fff;
	display:none;
}

.test-img-left .member-name {
	margin-top: 13px;
	margin-bottom: 17px;
	font-size: 18px;
}

.team-inner-sec.col-sm-12.col-lg-12.col-md-12 {
	margin-bottom: 42px;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 12px !important;
}


.testi-left.col-sm-12.col-lg-8.col-md-8 {
	padding-right: 30px;
}
.col-sm-12.col-lg-4.col-md-4.test-col-inner.hp-test {
	text-align: center;
}

.testimonial-content.testimonial-cont-hp blockquote {
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	/* display: inline-block; */
}

.testimonial-content.testimonial-cont-hp blockquote::before {
	width: 35px;
	position: absolute;
	display: inline-block;
	content: "";
	background-image: url(images/quote-left.png);
	height: 25px;
	background-size: 22px;
	background-repeat: no-repeat;
	margin-right: 0;
	float: left;
	top: 0;
	left: 0;
}


.testimonial-content.testimonial-cont-hp blockquote::after {
	width: 35px;
	position: absolute;
	/* display: inline-block; */
	content: "";
	background-image: url(images/quote-right.png);
	height: 25px;
	background-size: 22px;
	background-repeat: no-repeat;
	/* margin-left: 15px; */
	background-position: bottom;
	padding-top: 13px !important;
	/* float: right; */
	/* position: absolute; */
	display: block;
	right: 0;
	bottom: 0;
}







.team-inner-sec blockquote {
	padding-left: 35px;
	padding-right: 35px;
	position: relative;
	/* display: inline-block; */
}



.team-inner-sec blockquote::before {
	width: 35px;
	position: absolute;
	display: inline-block;
	content: "";
	background-image: url(images/quote-left.png);
	height: 25px;
	background-size: 22px;
	background-repeat: no-repeat;
	margin-right: 0;
	float: left;
	top: 0;
	left: 0;
}


.team-inner-sec blockquote::after {
	width: 35px;
	position: absolute;
	/* display: inline-block; */
	content: "";
	background-image: url(images/quote-right.png);
	height: 25px;
	background-size: 22px;
	background-repeat: no-repeat;
	/* margin-left: 15px; */
	background-position: bottom;
	padding-top: 13px !important;
	/* float: right; */
	/* position: absolute; */
	display: block;
	right: 0;
	bottom: 5px;
}
.test-img-right p {
	padding-bottom: 15px;
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 24px;
}
.page-template-template-testimonials #secondary .cont-formTitle {
	font-size: 24px;
	margin-bottom: 25px;
	font-weight: 600;
	/* text-transform: uppercase; */
	margin-top: 10px;
}

.page-template-template-contact .gform_wrapper .ginput_container .medium {
	display: block !important;
	width: 100% !important;
	height: 50px !important;
	padding: 6px 12px !important;
	font-size: 14px !important;
	line-height: 1.42857143 !important;
	color: #111 !important;
	background-color: #f4f2ee !important;
	background-image: none !important;
	border: 1px solid #ccc !important;
	border-radius: 0 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

  .gform_wrapper .ginput_container .medium {
	display: block !important;
	width: 100% !important;
	height: 50px !important;
	padding: 6px 12px !important;
	font-size: 14px !important;
	line-height: 1.42857143 !important;
	color: #111 !important;
	background-color: #f4f2ee !important;
	background-image: none !important;
	border: 1px solid #ccc !important;
	border-radius: 0 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

.gform_button.button {
	background-color: #000 !important;
	border-radius: 0 !important;
	padding: 10px 55px !important;
	font-size: 20px !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-family: 'Open Sans', sans-serif !important;
	border:none !important;border: 1px solid #000 !important;
}
.gform_button.button:hover {
	background-color: #000 !important;
	border-radius: 0 !important;
	padding: 10px 55px !important;
	font-size: 20px !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-family: 'Open Sans', sans-serif !important;
	border:none !important;border: 1px solid #000 !important;
}
 
.gform_wrapper div.validation_error {
 
	border-top: 0px solid #790000 !important;
	border-bottom: 0px solid #790000 !important;
 
}
.contact-addr-first.col-sm-12.col-lg-12.col-md-12.top-add {
	padding-top: 28px;
	margin-bottom: 21px;
}
.top-add p {
	font-size: 17px;
	font-weight: 500;
	color: #222;
	line-height: 1.6rem;
}


body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
	 
}
.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 16px;
	padding-right: 0 !important;
}

.home header#masthead .navbar-toggler  {
	border: 1px solid #fff !important;
}
 .navbar-toggler {
	border: 1px solid #fff !important;
} 

h3.port-title {
	margin-bottom: 20px !important;
	margin-top: 20px !important;
	font-style:normal !important;
}



@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 600;
  /*font-size: 0.875rem;*/
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}




/* GENERAL > Animations */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.fast {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
}

.animated.slow {
	-webkit-animation-duration: 2000ms;
	animation-duration: 2000ms;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes menuSlideRight {
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0;
	}
}

@-webkit-keyframes menuSlideRight {
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0;
	}
}

@keyframes menuSlideDown {
	from {
		opacity: 0;
		margin-top: -10px;
	}

	to {
		opacity: 1;
		margin-top: 0;
	}
}

@-webkit-keyframes menuSlideDown {
	from {
		opacity: 0;
		margin-top: -10px;
	}

	to {
		opacity: 1;
		margin-top: 0;
	}
}









@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}


/* TEMPLATES > Homepage */
.home-hero {
    position: relative;
    padding-top: 124px;
}
 
.overlay-bg {
	width: 100%;
	position: absolute;
	content: "";
	height: 800px;
	display: block;
	z-index: 999;
	background-image: url(images/grid.png);
}
.hp-intro {
	padding: 30px 0 40px 0;
}

.hp-intro h2 {
	font-family: 'Playfair Display', serif !important;
	font-weight: 600;
	font-size: 30px;
	color: #222;
	font-style: normal;
	margin-bottom: 0 !important;
}
.hp-test-addr-abt {
	margin-top: 100px;
}

@media only screen and (min-width:1040px) and (max-width:6000px) {
/*.container {
	max-width:100%;
} */
}




.hp-intro hr {
	border: none;
	height: 35px;
	background-image: url(images/divider.png);
	width: 327px;
	background-repeat: no-repeat;
	background-position: center;
	/* background-size: 394px auto; */
	/* margin: 0 auto; */
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.5rem;
	font-family:  'Open Sans', sans-serif !important;
	font-weight: 600;
	color:#303030;
	 
}

.col-sm-12.col-lg-12.col-md-12.intro-col-inner {
	padding: 0;
}
.hp-intro p {
	font-family: 'Playfair Display', serif !important;
	font-weight: 500;
	font-size: 22px;
	color: #303030;
	font-style: normal;
	line-height: 35px;
}

.home-slider {
	position: absolute;
	top: 0;
	left: 0;
}

.home-slider,
.home-slider-single {
	height: 500px;
}

.home-slider-single {
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 60%;
}

.home-slider .slick-dots li button:before {
	color: #fff;
}

.home-hero-form-container {
	display: none;
}

.home-hero .slick-dots {
	z-index: 1;
}

 
.home-slider-single-tagline {
	position: absolute;
	display: block;
	text-align: left;
	/* z-index: 50; */
	width: 100%;
	bottom: 18%;
	margin-bottom: -60px;
	z-index: 9999;
	text-align:center;
}
.tagline-btn {
	margin-top: 0;
	text-align: center;
	padding-left: 1px;
}

.home-slider-single-tagline .btn.hp-btn {
	font-family: 'Open Sans', sans-serif !important;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding: 6px 10px;
	margin-top: 35px;
	border: 2px solid #fff;
	border-radius: 0;
	text-shadow: 0 0 5px #000,0 0 10px #000;
	font-style: normal;
}
 

.nav-link {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif !important;
	margin: 0 15px;
	font-weight: 400 !important;
	padding: 6px 15px !important;
	letter-spacing: 1px;
}


.nav-link:hover {
	/* background: red; */
	border: 2px solid #fff;
	color: #fff;
	padding:4px 13px !important
}

.current-menu-item .nav-link {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif !important;
	margin: 0 15px;
	font-weight: 400;
	padding: 4px 13px !important;
	border: 2px solid #fff;
	line-height: 23px;
}

.category #menu-item-90 .nav-link , .single-portfolio #menu-item-90 .nav-link {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif !important;
	margin: 0 15px;
	font-weight: 400;
	padding: 4px 13px !important;
	border: 2px solid #fff;
	line-height: 23px;
}


.page-breadcrumb-col .breadcrumb {
    background: none !important;
}





header#masthead .container {
	max-width: 1280px;
}

.home-slider-single-tagline .home-slider-single-tagline-inner {
max-width: 1200px;
    margin: 0 auto!important;
    text-align: center;
    float: none;
    margin-left: 3%;
}

.home-slider-single-tagline h2 {
	
	font-weight: 600;
	font-size: 45px;
	text-shadow: 0 0 5px #000,0 0 10px #000;
	text-transform: capitalize;
	padding: 20px 2px 0px 2px;
	/* background: rgba(0,0,0,.6); */
	color: #fff;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	/* position: absolute; */
	display:none;
	/*display: block;*/
	z-index: 50;
	font-family: 'Playfair Display', serif !important;
	font-style: italic;
	letter-spacing: 1px;
	text-align: center;
}



.port-btn.container {
	text-align: center;
	margin: 45px auto 10px auto;
}

.btn.view-btn {
	background-color: #000;
	border-radius: 0;
	padding: 10px 25px;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
}

.btn.view-btn:hover {
	background-color: #000;
	border-radius: 0;
	padding: 10px 25px;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.hp-test-addr-abt h2 {
	font-family: 'Playfair Display', serif !important;
	font-style: normal;
	font-weight: 500;
	color: #383838;
	font-size: 35px;
	text-align: center;
}

.hp-test-addr-abt {
	margin-top: 70px;
	background-color: #ededed;
	padding-top: 37px;
}

.hp-test-addr-abt .test-col-inner.hp-find {
	margin: 0 37px;
	width: 30%;
	padding: 30px 42px;
}
footer.site-footer {
	background: #ededed !important;
}
.hp-find-text {
	margin-bottom: 25px;
	margin-top: 10px;
	font-size: 15px;
	color: #767070;
	line-height: 22px;
	letter-spacing: 0.2px;
}

.hp-find-ph.find-p {
	margin-bottom: 30px;
	color: #333;
	font-family: 'Open Sans', sans-serif !important;
}


.social-links.find-p {
	margin-bottom: 0;
}
.social-links-inner {
	padding: 7px 2px;
}

.social-links-inner .fa {
	position: relative;
	top: -2px;
}
.social-links-inner .hp-foot-soci {
	color: #555;
	font-weight: 600;
}
.col-sm-12.col-lg-4.col-md-4.test-col-inner.hp-find p {
	margin-bottom: 0;
	margin-top: 22px;
	font-size: 15px;
}

.fa.fa-facebook {
	width: 36px;
	height: 29px;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.fa-facebook::before {
	content: "\f09a";
	opacity: 0;
}


.fa.fa-twitter {
	width: 36px;
	height: 29px;
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.fa-twitter::before {
	content: "\f099";
	opacity: 0;
}

.fa.fa-instagram {
	width: 36px;
	height: 29px;
	background-image: url(images/instagram.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.fa-instagram::before {
	content: "\f16d";
	opacity: 0;
}

.home #content.site-content {
	padding-bottom: 0;
}

footer.site-footer {
	background: #ededed !important;
	padding: 15px 0;
}

footer.site-footer .container {
	max-width: 1280px !important;
	text-align: center;
	padding-top: 5px !important;
	padding-bottom: 0px !important;
}
footer .footer-sec .container {
	max-width: 1200px !important;
	padding-top: 0 !important;
	padding-bottom: 5px !important;
}
/*footer#colophon .container.pt-3.pb-3 {
	max-width: 1200px !important;
}*/
footer#colophon .container.pt-3.pb-3 .right-footer-col {
	text-align: left;
}
.footer-copy .container.pt-3.pb-3 {
	max-width: 1200px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
section.footer-copy {
	background: #fff;
}
.inner-footer {
	padding-bottom: 0 !important;
}
footer#colophon .container.pt-3.pb-3 .right-footer-col {
	text-align: left;
	color: #767070;
	line-height: 21px;
	font-family: 'Open Sans', sans-serif !important;
}
.footeraddressInfo p {
	margin-bottom: 10px;
}

.col-sm-12.col-lg-4.col-md-4.left-footer-col {
	text-align: right;
	color: #767070;
	line-height: 22px;
}
  .footer-custom .credits {
	color: #77a300 !important;
}

 .footer-custom .credits:hover {
	color: #93c708 !important;
}

footer#colophon .container.pt-3.pb-3 .right-footer-col a {
	color: #f28e22;
}

#menu-footer .menu-item a {
	font-size: 16px;
	color: #767070;
	/* font-size: normal; */
}

#menu-footer .menu-item a:hover {
	font-size: 17px;
	color: #000 ;
	/* line-height: normal; */
}
  .footerContPhone {
	font-size: 16px;
}
.footerContEmail {
	font-size: 16px;
}

.site-info-custom {
	line-height: 26px;
	margin-top: 10px;
	padding-right: 9px;
}
.col-sm-12.col-lg-4.col-md-4.center-footer-col .footerContPhone {
	font-size: 16px;
	color: #767070;
}
.footerContEmail {
	font-size: 16px;
	color: #767070;
}

.footerContPhone  a {
	color:#000 ;
}

.footerContPhone  a:hover {
	color:#333 ;
}


.footerContEmail  a {
	color: #000;
}
.footerContEmail  a:hover {
	color: #333;
}


#menu-footer .menu-item {
	list-style: none;
	text-align: left;
	position: relative;
	padding: 0 0 0px 17px;
}

#menu-footer {
	padding-left: 199px;
	margin-bottom: 0;
}

.col-sm-12.col-lg-4.col-md-4.center-footer-col {
	padding-left: 132px;
	padding-top: 15px;
}

.footerContPhone {
	margin: 5px 0;
}


#menu-footer .menu-item::before {
	position: absolute;
	color: #888;
	content: "\f105";
	left: 0;
	font-family: 'FontAwesome';
	font-size: 17px;
	top: -2px;
}


footer#colophon .container.pt-3.pb-3 .right-footer-col a:hover {
	color: #222;
}
footer.site-footer .container .site-info {
	color: #767070;
	text-align: left;
}
footer.site-footer .container .site-info a {
	color: #767070;
}
footer.site-footer .container .site-info a:hover {
	color: #000 !important;
}
.designed {
	float: right;
	padding-right: 3px;
}
footer.site-footer .container .site-info .designed .credits {
	color: #77a300 !important;
}

footer.site-footer .container .site-info .designed .credits:hover {
	color: #93c708 !important;
}
.hp-about .about-img.about-p .abt-name {
	font-size: 20px;
	font-family: 'Open Sans', serif !important;
	color: #000;
	text-align: center;
	margin-bottom: 3px;
	padding-top: 6px;
}
.hp-about .about-img.about-p .abt-title {
	font-size: 16px;
	font-family: 'Open Sans', serif !important;
	text-align: center;
	color: #242424;
	margin-top: 0;
}

.about-img.about-p.profile {
	width: 230px;
	height: 250px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 15px;
}

.hp-find {
	color: #767070;
}
.hp-about .about-text p {
	color: #767070;
	text-align: center;
	font-size: 15px;
	padding-top: 0;
	margin-bottom: 0;
	line-height: 22px;
 
}
.fa, .far, .fas {
	font-family: "FontAwesome" !important;
}

.about-img.about-p {
	text-align: center;
	margin-bottom: 10px;
}

.testimonial-image {
	text-align: center;
	/*display: inline-block;*/
	display:none;
	width: 85px;
	height: 85px;
	overflow: hidden;
	border-radius: 55px;
	margin-bottom: 17px;
	margin-top:25px
}

.module-results-a-single.module-testimonials-d-single.testimonial-content {
	text-align: center;
}

.module-results-a-single.module-testimonials-d-single.testimonial-content p {
	font-size: 22px;
	font-family: 'Cormorant Garamond', serif !important;
	color: #676464;
	font-weight: 500;
	line-height: 28px;
	font-style: italic;
	margin-bottom: 5px;
}

 


.module-results-a-single.module-testimonials-d-single.testimonial-content .testName {
	font-size: 18px;
	font-family: 'Open Sans', serif;
	color: #000;
 
}
.no-underline.test-link {
    text-decoration: none !important;
}
 
.hp-test-addr-abt .test-col-inner {
	background-color: #fff;
	padding: 0;
	margin: 0;
	width: 32%;
	flex: inherit;
	padding:30px 31px;
}
.module-results-a-single.module-testimonials-d-single.testimonial-content .testName {
	font-size: 18px;
	font-family: 'Open Sans', serif !important;
	color: #000;
	margin-top: 29px;
}
.hp-find-email {
	padding-top: 6px;
}
.testName::before {
	content: "";
	width: 35px;
	height: 2px;
	background: #ccc;
	display: block;
	position: relative;
	top: -12px;
	text-align: center;
	margin: 0 auto;
}


.module-results-a-single.module-testimonials-d-single.testimonial-content .testName {
	font-size: 18px;
	font-family: 'Open Sans', serif !important;
	color: #000;
	margin-top: 23px;
	text-align: center;
	padding-top: 15px;
}

.module-results-a-single.module-testimonials-d-single.testimonial-content .testName:hover {
	font-size: 18px;
	font-family: 'Open Sans', serif !important;
	color: #e05212;
	margin-top: 23px;
	text-align: center;
	padding-top: 15px;
	text-decoration: none !important;
	cursor: pointer;
}

.hp-test-addr-abt .container {
	max-width: 1260px !important;
}
.hp-category .container {
	max-width: 1260px !important;
}

.hp-test-addr-abt hr {
	border: none;
	height: 35px;
	background-image: url(images/divider.png);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0;
}


.cat-hp-title {
	text-align: center;
	margin-top: -82px;
	position: absolute;
	/* width: 100%; */
	min-width: 360px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 5px #000,0 0 10px #000;
	font-weight: 600;
	font-size: 25px;
	letter-spacing: 2px;
}




/* Masonry grid */
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 30px;
  column-fill: initial;
}

/* Masonry item */
.masonry .brick {
  margin-bottom: 30px;
  display: inline-block; /* Fix the misalignment of items */
  vertical-align: top; /* Keep the item on the very top */
}

/* Masonry image effects */
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden; /* Remove Image flickering on hover */
}

.masonry .brick:hover img {
  opacity: .75;
}

/* Bordered masonry */
.masonry.bordered {
  column-rule: 0px solid #eee;
  column-gap:35px;
}

.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 0px solid #eee;
}

/* Gutterless masonry */
.masonry.gutterless {
  column-gap: 0;
}

.masonry.gutterless .brick {
  margin-bottom: 0;
}

/* Masonry on tablets */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}

/* Masonry on big screens */
@media only screen and (min-width: 1024px) {
  .desc {
    font-size: 1.25em;
  }

  .intro {
    letter-spacing: 1px;
  }

  .masonry {
    column-count: 3;
  }
	.home-hero{padding-top:0px !important;}
}

@media only screen and (max-width: 1025px) and (min-width: 960px){.home-hero{padding-top:135px!important;}}
@media screen and (min-width: 1025px) {
	
	.home-hero{padding-top:130px!important;}

	.home-slider,
	.home-slider-single {
		height: 800px;
	}

	.home-hero-form-container {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.home-hero-form-title {
		background: #003366;
		padding: 10px 20px;
		text-align: center;
	}

	.home-hero-form-title h2 {
		color: #fff;
		font-size: 1.3em;
	}

	.home-hero-form form {
		padding: 20px;
	}

	.home-hero-form form button {
		width: 100%;
	}

	.home-hero-form {
		margin-top: 80px;
		padding: 0;
		background: #e0e0e0;
		display: none;
	}

	.home-hero-form.active {
		display: block;
		-webkit-animation: menuSlideRight 200ms ease-out;
		animation: menuSlideRight 200ms ease-out;
	}
}

@media screen and (max-height: 700px) {
	.home-hero-form {
		margin: 0;
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 30px;
	}

	.home-hero-form-title {
		display: none;
	}
}




/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.home #content.site-content {
	padding-bottom: 0;
	padding-top: 0;
	min-height: inherit;
}
.navbar-brand img {
	max-width: 250px;
	padding-top:5px;
	padding-bottom:5px;
}
.hp-intro.page-heading {
	padding: 0;
	padding-top:35px;
}
.hp-intro.page-heading h2 {
	font-size: 40px;
	font-weight: 500;
	padding-bottom: 4px;
	color: #383838;
	letter-spacing: 1px;
}
.sec-abt h2 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 600;
    font-size: 30px;
    color: #222;
    font-style: italic;
    margin-bottom: 0 !important;
}
.hp-intro.page-heading hr {
	width: 18%;
	margin-bottom: 0;
}

#content.site-content {
	padding-bottom: 1.75rem;
	padding-top: 1.75rem;
	min-height: 400px;
}

.first-abt {
	padding: 55px 0 35px 0;
	margin-bottom: 70px;
	background-size: cover !important;
	background-position: center;
}
.team-inner {
	margin: 0;
	width: 20%;
}

.abt-intro-left-round-team {
	width: 180px;
	height: 177px;
	display: inline-block;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	margin: 29px;
	border: 1px solid #fff;
	box-shadow: 0 2px 5px #999;
}
.member-name {
    color: #000;
    font-size: 18px;
	text-align:right;
}
.team-name {
    color: #000;
    font-size: 18px;
	text-align:center;
}
.page-template-template-about .member-role {
	margin-top: 0;
	color:#9b9292;
}

.slick-dots li button:hover:before {
 
	background: #fb7438 !important ;
 
}
.hp-test .slick-dots {
	display: none !important;
} 
.slick-dots li button:hover:before {
 
	background: #fb7438 ;
 
}

.hp-test .no-underline.test-link {
	font-weight: 600;
	border: 1px solid #ccc;
	padding: 5px 10px;
	/* margin-top: 68px; */
}
#slider-results-a {
	margin-bottom: 13px;
}

h5.hp-find-ph-t {
	font-size: 16px;
	font-weight: 600;
	margin: 12px 0;
	font-family: 'Open Sans', sans-serif !important;
	color: #262626;
}

h5.hp-find-ph-t a {
	font-size: 16px;
	font-weight: 600;
 
	font-family: 'Open Sans', sans-serif !important;
	color: #262626;
}



.hp-find-email {
	padding-top: 0;
	font-size: 16px;
	margin: 0;
	font-weight: 600; 	font-family: 'Open Sans', sans-serif !important;
}

.team-inner {
	margin: 0 auto;
	width: 20%;
	text-align: center;
	display: inline-block;
}

.abt-intro-left-round {
	display: inline-block;
	width: 300px;
	overflow: hidden;
	height: 300px;
	margin-left: 0;
	border-radius: 50%;
}
.name {
	color: #000;
	margin: 0;
	padding: 0;
}
.position {
	font-size: 20px;
	padding: 5px 0;
}
.abt-intro-title {
	padding-left: 5px;
}

.abt-intro-title p {
	line-height: 24px;
	font-size: 16px;
	color: #4f4f4f;
	margin-bottom: 15px;
	/* text-align: justify; */
	/* font-weight: 600; */
}



.row.about-intro  .abt-intro-left {
	width: 30%;
	max-width: 30%;
	flex: inherit;
}

.row.about-intro .abt-intro-right {
	width: 70%;
	max-width: 70%;
	flex: inherit;
}
.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}
/* ------------------------------------------------------
##Slick Slider
---------------------------------------------------------*/

/* GENERAL > Slick Customizations */
.slick-dots {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 2%;
	margin-left: -38px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 8px;
	padding: 0;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	cursor: pointer;
	background: transparent;
	color: transparent;
	border: 0;
	outline: none;
	padding: 0;
}

.slick-dots li button:before {
	content: '';
	background: #efefef;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 50%;
	opacity: 1 !important;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.slick-dots li:focus button:before,
.slick-dots li:hover button:before {
	background: #E80924;
}

li.slick-active button:before {
	background: #fb7438;
}

.slick-arrow {
	font-size: 2.2rem;
	background: none;
	padding: 0;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fb7438;
}

.slick-arrow:hover,
.slick-arrow:focus {
	color: #8eaec2;
	background: none;
}

.slick-slide {
	outline: none;
}

.slick-slider {
	visibility: hidden;
}

.slick-slider.slick-initialized {
	visibility: visible;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
   
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) and (min-width: 765px)
{.home-hero{padding-top:135px!important;}}
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
	.home-hero{padding-top:0px;}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

.first-contact {
	padding-bottom: 30px;
}

@media screen and (min-width: 280px) and (max-width: 767px) { 
.home header#masthead {
	margin-bottom: 0;
	background-color: #222 !important;
	box-shadow: none;
	padding: .74rem 1rem;
	position: relative;
	width: 100%;
	border: none;
	z-index: 999999999;
}


.navbar-brand img {
	max-width: 230px;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.7rem;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

#menu-main-navigation {
	padding-top: 23px;
	text-align: center;
	padding-bottom: 15px;
	margin: 3px 36px;
}
#menu-main-navigation .menu-item {
	margin: 2px;
}
.row.hp-slider-row {
	margin: 0 auto !important;
}


.home-slider-single-tagline h2 {
	font-weight: 600;
	font-size: 40px;
	text-shadow: 0 0 5px #000,0 0 10px #000;
	text-transform: capitalize;
	/* padding: 20px 2px 0px 2px; */
	/* background: rgba(0,0,0,.6); */
	color: #fff;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	display: inline-block;
	z-index: 50;
	font-family: 'Playfair Display', serif !important;
	font-style: italic;
	letter-spacing: 1px;
	padding: 0 15px !important;
}
.home-slider-single-tagline h2 {
	font-weight: 600;
	font-size: 40px;
	text-shadow: 0 0 5px #000,0 0 10px #000;
	text-transform: capitalize;
	/* padding: 20px 2px 0px 2px; */
	/* background: rgba(0,0,0,.6); */
	color: #fff;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	/*display: inline-block;*/
	display:none;
	z-index: 50;
	font-family: 'Playfair Display', serif !important;
	font-style: italic;
	letter-spacing: 1px;
	padding: 0 15px !important;
}

.home-slider-single-tagline .btn.hp-btn {
	font-size: 15px;
	text-transform: uppercase;
	padding: 5px 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.slick-dots {
 
	margin-left: 0;
}
.hp-intro hr {
	width: 260px;
 
}
.row.intro-row {
	padding: 15px;
}

.hp-intro p {

	font-weight: 600;
	font-size: 19px;
	color: #222;
	font-style: italic;
	line-height: 26px;
}

.hp-intro {
	padding: 20px 0 20px 0;
}
.cat-hp-title {
	font-size: 28px;
}
.col-sm-12.col-lg-4.col-md-4.cat-col-inner {
	margin-bottom: 25px;
}

.port-btn.container {
	text-align: center;
	margin: 15px auto 10px auto;
	padding: 0;
}
.btn.view-btn {
	background-color: #fb7438;
	border-radius: 0;
	padding: 10px 14px;
	font-size: 19px;
	color: #fff;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.btn.view-btn {
	background-color: #fb7438;
	border-radius: 0;
	padding: 10px 13px;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	width: 290px;
}

.btn.view-btn:hover {
	 
	border-radius: 0;
	padding: 10px 13px;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	width: 290px;
}
.hp-test-addr-abt {
	margin-top: 40px;
	background-color: #ededed;
	padding-top: 30px;
	padding: 10px;
}

.hp-test-addr-abt .test-col-inner {
	background-color: #fff;
	padding: 0;
	margin: 0;
	width: 100%;
	flex: inherit;
	padding: 15px 15px;
}
.module-results-a-single.module-testimonials-d-single.testimonial-content p {
	color: #222;
 
}
.hp-test-addr-abt .test-col-inner.hp-find {
	margin: 18px 0;
	width: 100%;
	padding: 15px;
}

.social-links-inner {
	padding: 7px 2px; 
}

.col-sm-12.col-lg-4.col-md-4.test-col-inner.hp-find p {
	margin-bottom: 0;
	margin-top: 10px;
}



footer.site-footer .container {
	max-width: 1280px !important;
	text-align: center;
	padding: 15px !important;
}

.row.footer-row .col-sm-12.col-lg-4.col-md-4 {
	margin-bottom: 17px;
}

#menu-footer {
	padding-left: 6px;
	margin-bottom: 0;
}
.col-sm-12.col-lg-4.col-md-4.left-footer-col {
	text-align: center;
	color: #767070;
	line-height: 22px;
}
footer#colophon .container.pt-3.pb-3 .right-footer-col {
	padding: 15px 25px;
}
footer.site-footer .container .site-info {
	color: #767070;
	font-size: 13px;
	padding: 0 8px 0 8px;
}
.row.footer-row .col-sm-12.col-lg-4.col-md-4 {
	margin-bottom: 10px;
	padding: 0px 30px;
}

.designed {
	float: none;
	margin-top: 6px;
	margin-right: 17px;
	display: inline-block;
}

header#masthead .container {
	max-width: 1280px;
	padding: 0;
}
.navbar-light .navbar-brand {
	color: #000;
	margin: 0;
}

.cat-hp-title {
	text-align: center;
	margin-top: -82px;
	position: absolute;
	  width: 100%; 
	 min-width: 100%;  
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 5px #000,0 0 10px #000;
	font-weight: 600;
	width: 96%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
.hp-cat-link {
	display: inline-block;
	position: relative;
}

.hp-find-text {
	margin-bottom: 10px;
	margin-top: 10px;
}

.hp-find-ph.find-p {
	margin-bottom: 10px;
	color: #333;
}
.hp-cat-link img {
	position: relative;
} 

.hp-intro.page-heading hr {
	width: 300px;
	margin-bottom: 0;
}
.hp-intro.page-heading {
	padding-top: 15px;
}

.first-abt {
	background-size: cover !important;
	padding-top: 0;
}
.first-abt {
	margin-bottom: 10px;
}
.team-inner {
	margin: 15px auto;
	width: 300px;
	text-align: center;
	display: inline-block;
}
.abt-intro-left-round-team {
	width: 180px;
	height: 177px;
	display: inline-block;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	margin: 15px 0;
	border: 1px solid #fff;
	box-shadow: 0 2px 5px #999;
}

.member-name {
	color: #fb7438;
	font-size: 20px;
}

 
.row.about-intro .abt-intro-left {
	width: 100%;
	max-width: 100%;
	flex: inherit;
	margin: 25px auto;
	text-align: center;
}

.abt-intro-left-round {
	display: inline-block;
	width: 200px;
	overflow: hidden;
	height: 200px;
	margin-left: 0;
	border-radius: 50%;
	margin: 0 auto;
}
.row.about-intro .abt-intro-right {
	width: 100%;
	max-width: 100%;
	flex: inherit;
}
.abt-intro-name {
	text-align: center;
	margin: 0px auto 4px auto;
}
.position {
	font-size: 20px;
	padding: 5px 0;
	text-align: center;
}
.abt-intro-title {
	padding-left: 0;
	text-align: left;
}
 
.hp-cat-link {
	margin-bottom: 20px;
}
.hp-intro.page-heading h2 {
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 4px;
	color: #383838;
	letter-spacing: 1px;
}

.contact-addr-first.col-sm-12.col-lg-12.col-md-12.top-add {
	padding-top: 0;
	margin-bottom: 21px;
}
.top-add p {
	font-size: 16px;
	font-weight: 500;
	color: #222;
	line-height: normal;
}

.gform_button.button {
	padding: 6px 55px !important;
 
}
.gform_button.button:hover {
	padding: 6px 55px !important;
 
}
.gform_wrapper {
	padding: 15px 25px 15px 25px !important;
 
	/* background-color: #f9f9f9; */
}

.test-img-left {
	float: none;
	width: 90%;
	margin: 0 auto;
}
.test-img-right {
	float: none;
	width: 90%;
	margin-left: 0;
	padding-top: 8px;
	margin: 0 auto;
}
body {
	background: #fff;
	overflow-x: hidden;
}
footer.site-footer .container .site-info {
 
	text-align: center;
}

.testi-left.col-sm-12.col-lg-8.col-md-8 {
	padding-right: 15px;
}
.col-sm-12.col-lg-4.col-md-4.center-footer-col {
	text-align: left;
}



}

@media screen and (min-width: 600px) and (max-width: 767px) { 

.hp-test-addr-abt .test-col-inner {
	background-color: #fff;
	padding: 0;
	margin: 0;
	width: 100%;
	flex: inherit;
	padding: 25px 35px;
	max-width: 550px;
	margin: 0 auto;
}

.hp-test-addr-abt {
	margin-top: 40px;
	background-color: #ededed;
	padding-top: 30px;
	padding: 60px 40px 00px 40px;
}

.hp-test-addr-abt .test-col-inner.hp-find {
	margin: 25px auto;
	width: 100%;
	padding: 25px 35px;
	max-width: 550px;
}
 .hp-cat-link img {
	position: relative;
}

.team-inner {
	margin: 10px auto;
	width: 200px;
	text-align: center;
	display: inline-block;
}

.contact-addr-first.col-sm-12.col-lg-6.col-md-6 {
	margin-bottom: 33px;
}


.first-contact .container {
	max-width: 100%;
}






}

@media screen and (min-width: 767px) and (max-width: 1024px) { 

.navbar-brand img {
	max-width: 250px;
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

#menu-main-navigation {
	padding-top: 23px;
	text-align: center;
	padding-bottom: 15px;
	margin: 3px 36px;
}
#menu-main-navigation .menu-item {
	margin: 2px;
}
.row.hp-slider-row {
	margin: 0 auto;
}

.home-slider-single-tagline h2 {
	font-weight: 600;
	font-size: 50px; 
}

.hp-intro p {
	font-size: 19px;
	color: #333;
	font-style: italic;
	line-height: 30px;
}

.hp-intro {
	padding: 30px 0 30px 0;
}

.hp-cat-link {
	position: relative;
	width: 100%;
	text-align: center;
	height: 100%;
	display: inline-block;
}

.cat-hp-title {
	text-align: center;
	margin-top: -45px;
	position: absolute;
	width: 100%;
	min-width: 100%;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 5px #000,0 0 10px #000;
	font-weight: 600;
	font-size: 21px;
}
.hp-cat-link img {
	position: relative;
	display: inline-block;
}
.hp-test-addr-abt {
	margin-top: 40px;
	background-color: #ededed;
	padding-top: 40px !important;
	padding: 15px;
}

.hp-test-addr-abt h2 {
	font-family: 'Playfair Display', serif !important;
	font-style: italic;
	font-weight: 500;
	color: #383838;
	font-size: 30px;
	text-align: center;
}
.hp-test-addr-abt .test-col-inner {
	background-color: #fff;
	padding: 0;
	margin: 0;
	width: 31%;
	flex: inherit;
	padding: 30px 15px;
}

.hp-test-addr-abt .test-col-inner.hp-find {
	margin: 0 20px;
	width: 32%;
	padding: 30px 15px;
}
.hp-find-text {
	margin-bottom: 20px;
	margin-top: 20px;
}
.hp-find-text {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 14px;
}
.testimonial-image {
	text-align: center;
	display: inline-block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 55px;
	margin-bottom: 9px;
	margin-top: 5px;
}
.module-results-a-single.module-testimonials-d-single.testimonial-content p {
	font-size: 13px;
	font-family: 'Playfair Display', serif;
	color: #222;
	font-weight: 600;
	line-height: normal;
	font-style: italic;
}

.module-results-a-single.module-testimonials-d-single.testimonial-content .testName {
	font-size: 14px;
	font-family: 'Open Sans', serif !important;
	color: #fb7438;
	margin-top: 7px;
	text-align: center;
	padding-top: 15px;
}

.about-img.about-p.profile {
	width: 164px;
	height: 171px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 15px;
}

.hp-about .about-text p {
	color: #767070;
	text-align: center;
	font-size: 14px;
	padding-top: 0;
	margin-bottom: 0;
	line-height: 19px;
}
#main-nav {
	background: #333;
	margin-top: 15px;
}
#menu-main-navigation {
	padding-top: 23px;
	text-align: center;
	padding-bottom: 15px;
	margin: 3px 31%;
}

.hp-intro.page-heading hr {
	width: 300px;
	margin-bottom: 0;
}

.abt-intro-left-round {
	display: inline-block;
	width: 180px;
	overflow: hidden;
	height: 180px;
	margin-left: 0;
	border-radius: 50%;
}
 
 .row.about-intro .abt-intro-left {
	width: 100%;
	max-width: 100%;
	flex: inherit;
	text-align: center;
}

.first-abt {
	padding-top: 25px;
}

.row.about-intro .abt-intro-right {
	width: 100%;
	max-width: 100%;
	flex: inherit;
	padding: 0;
	margin: 10px auto;
}


.abt-intro-name {
	margin: 5px;
}

.position {
	font-size: 18px;
	padding: 5px 0;
	text-align: center;
}

.first-abt {
	padding-top: 25px;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.team-inner {
	margin: 0 auto;
	width: 30%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.member-name {
	color: #fb7438;
	font-size: 17px;
}



.row.team-main {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.row.team-main {
	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: top;
}

.abt-intro-left-round-team {
	width: 170px;
	height: 170px;
	display: inline-block;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	margin: 24px 24px 15px 24px;
		border: 1px solid #fff;
		box-shadow: 0 2px 5px #999;
}
.name {
	
	text-align: center;
}

.hp-intro.page-heading h2 {
	font-size: 30px;
 
}
.first-contact .container {
	max-width: 100%;
	padding: 0;
	margin: 0;
}
.top-add p {
	font-size: 16px;
	font-weight: 500;
	color: #222;
	line-height: 22px;
}
.gform_wrapper {
	padding: 05px 25px 15px 25px !important;
	border: 1px solid #ddd;
	border-radius: 0;
	/* background-color: #f9f9f9; */
}

.top-add a {
	line-height: 25px;
}


.test-img-left {
	float: none;
	width: 100%;
	/* height: 129px; */
	overflow: hidden;
	text-align: center;
}
.test-img-right {
	float: none;
	width: 90%;
	margin-left: 0;
	padding-top: 8px;
	margin: 0 auto !important;
}
footer.site-footer .container .site-info {
 
	padding: 0px 10px;
}

#menu-footer {
	padding-left: 78px;
	margin-bottom: 0;
}

.col-sm-12.col-lg-4.col-md-4.right-footer-col .lazyloaded {
	max-width: 187px;
	margin-bottom: 11px;
}

.col-sm-12.col-lg-4.col-md-4.center-footer-col {
	padding-left: 11px;
	padding-top: 15px;
}

.col-sm-12.col-lg-4.col-md-4.center-footer-col .footerContPhone {
	font-size: 14px;
	color: #767070;
}


.footerContEmail {
	font-size: 14px;
	color: #767070;
}
#menu-footer .menu-item a {
	font-size: 14px;
	color: #767070;
	/* font-size: normal; */
}
#menu-footer {
	padding-left: 64px;
	margin-bottom: 0;
}


.home-slider-single-tagline .btn.hp-btn {
	margin-top: 15px;
	margin-bottom: 15px!important;
}



	
}


@media screen and (min-width:1024px) and (max-width: 1279px) { 

.navbar-brand img {
	max-width: 250px;
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

#menu-main-navigation {
	padding-top: 23px;
	text-align: center;
	padding-bottom: 15px;
	margin: 3px 36px;
}
#menu-main-navigation .menu-item {
	margin: 2px;
}
.row.hp-slider-row {
	margin: 0 auto;
}

.home-slider-single-tagline h2 {
	font-weight: 600;
	font-size: 50px; 
}

.hp-intro p {
	font-size: 19px;
	color: #333;
	font-style: italic;
	line-height: 30px;
}

.hp-intro {
	padding: 30px 0 30px 0;
}

.hp-cat-link {
	position: relative;
	width: 100%;
	text-align: center;
	height: 100%;
	display: inline-block;
}
 
.hp-test-addr-abt {
	margin-top: 40px;
	background-color: #ededed;
	padding-top: 40px !important;
	padding: 15px;
}

.hp-test-addr-abt h2 {
	font-family: 'Playfair Display', serif !important;
	font-style: italic;
	font-weight: 500;
	color: #383838;
	font-size: 30px;
	text-align: center;
}
.hp-test-addr-abt .test-col-inner {
	background-color: #fff;
	padding: 0;
	margin: 0;
	width: 31%;
	flex: inherit;
	padding: 30px 15px;
}

.hp-test-addr-abt .test-col-inner.hp-find {
	margin: 0 20px;
	width: 32%;
	padding: 30px 15px;
}
.hp-find-text {
	margin-bottom: 20px;
	margin-top: 20px;
}
.hp-find-text {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 14px;
}
.testimonial-image {
	text-align: center;
	display: inline-block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 55px;
	margin-bottom: 9px;
	margin-top: 5px;
}
.module-results-a-single.module-testimonials-d-single.testimonial-content p {
	font-size: 13px;
	font-family: 'Playfair Display', serif;
	color: #222;
	font-weight: 600;
	line-height: normal;
	font-style: italic;
}

.module-results-a-single.module-testimonials-d-single.testimonial-content .testName {
	font-size: 14px;
	font-family: 'Open Sans', serif !important;
	color: #fb7438;
	margin-top: 7px;
	text-align: center;
	padding-top: 15px;
}

.about-img.about-p.profile {
	width: 164px;
	height: 171px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 15px;
}

.hp-about .about-text p {
	color: #767070;
	text-align: center;
	font-size: 14px;
	padding-top: 0;
	margin-bottom: 0;
	line-height: 19px;
}
#main-nav {
	background: #333;
	margin-top: 15px;
}
#menu-main-navigation {
	padding-top: 23px;
	text-align: center;
	padding-bottom: 15px;
	margin: 3px 31%;
}
 

.hp-category {
	overflow: hidden;
}

.name {
	color: #fb7438;
	margin: 0;
	padding: 0;
	text-align: left;
}

.abt-intro-left-round {
	display: inline-block;
	width: 225px;
	overflow: hidden;
	height: 225px;
	margin-left: 0;
	border-radius: 50%;
}

.first-abt {
	margin-bottom: 15px;
}

.abt-intro-left-round-team {
	width: 150px;
	height: 150px;
	display: inline-block;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	margin: 25px;
	border: 1px solid #fff;
	box-shadow: 0 2px 5px #999;
}

.row.about-intro .abt-intro-left {
	width: 30%;
	max-width: 30%;
	flex: inherit;
	text-align: center;
}

.row.team-main {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 auto;
}

.team-inner {
	margin: 0 auto;
	width: 20%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.team-inner {
	margin: 0 auto;
	width: 19%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.test-img-left {
	float: left;
	width: 25%;
	/* height: 129px; */
	overflow: hidden;
	text-align: center;
}
.test-img-right {
	float: left;
	width: 75%;
	margin-left: 0;
	padding-top: 8px;
}

#colophon .container.pt-3.pb-3 .footer-sec {
	padding: 0 15px;
	/* overflow: hidden; */
}

#menu-footer {
	padding-left: 138px;
	margin-bottom: 0;
}
#page {
	overflow-x: hidden;
}



	
}

@media screen and (min-width:1200px) and (max-width: 1279px) { 

#main-nav {
	background: transparent;
	margin-top: 15px;
}

#menu-main-navigation {
	margin: 2px 16px 3px 136px;
}
 


}



@media screen and (min-width:1400px) and (max-width:2500px) { 

.home-slider, .home-slider-single {
	height: 1000px;
}
.overlay-bg {
	height: 1000px;
 
}


}

@media screen and (min-width:2500px) and (max-width:12000px) { 

.home-slider, .home-slider-single {
	height: 1194px;
	background-size: 1920px;
	background-position: center;
}
.overlay-bg {
	height: 1200px;
 
}


.home-slider-single-tagline .home-slider-single-tagline-inner {
 margin:0 auto;
	float: none;
 
}


}

@media screen and (min-width:3840px) and (max-width:12000px) { 

.home-slider-single-tagline .home-slider-single-tagline-inner {
 margin-right:auto;
	margin-left: auto;
}

}
@media only screen and (min-width: 1025px) and (max-width: 1279px){
	.home-hero{padding-top:135px!important;}
}