@charset "UTF-8";
/*********************************************************************************



	Website Name: Fine Spark

	Version: 1.0



	Note: This is style css.



**********************************************************************************/





* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
 [hidden] {
 display: none;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: 'Roboto', sans-serif;
}
body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
}
a {
	color: #ca3c08;
	text-decoration: none;
}
a:visited {
	color: #ac0404;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	color: #ea9629;
	outline: 0;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Roboto', sans-serif;
	;
	line-height: 1.3;
}
h1 {
	font-size: 48px;
	margin: 33px 0;
}
h2 {
	font-size: 30px;
	margin: 25px 0;
}
h3 {
	font-size: 22px;
	margin: 22px 0;
}
h4 {
	font-size: 20px;
	margin: 25px 0;
}
h5 {
	font-size: 18px;
	margin: 30px 0;
}
h6 {
	font-size: 16px;
	margin: 36px 0;
}
address {
	font-style: italic;
	margin: 0 0 24px;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
p {
	margin: 0 0 24px;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote, q {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}
blockquote blockquote {
	margin-right: 0;
}
blockquote cite, blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
blockquote em, blockquote i {
	font-style: normal;
	font-weight: 300;
}
blockquote strong, blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl {
	margin: 0 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 20px;
}
menu, ol, ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}
ul, ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
li > ul, li > ol {
	margin: 0;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	min-width: inherit;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type=checkbox], input[type=radio] {
	padding: 0;
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	appearance: textfield;
	padding-right: 2px;
	/* Don't cut off the webkit search cancel button */

	width: 270px;
}
 input[type=search]::-webkit-search-decoration {
 -webkit-appearance: none;
 appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}



/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
 color: #7d7b6d;
}



:-moz-placeholder {
 color: #7d7b6d;
}



::-moz-placeholder {
 color: #7d7b6d;
}



:-ms-input-placeholder {
 color: #7d7b6d;
}
/**

* Typography Styles

*/

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
}
html {
	overflow: hidden;
	overflow-y: auto;
}
body {
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Lato", sans-serif;
	color: #333333;
	font-weight: 400;
}



::-webkit-input-placeholder {
 color: #333333;
 opacity: 1;
}



:-moz-placeholder {
 color: #333333;
 opacity: 1;
}



::-moz-placeholder {
 color: #333333;
 opacity: 1;
}



:-ms-input-placeholder {
 color: #333333;
 opacity: 1;
}
html, button, input, select, textarea {
	font-family: "Lato", sans-serif;
}
a {
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, address, p, pre, blockquote, dl, dd, menu, ol, ul, table, caption, hr {
	margin: 0;
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto', sans-serif;
	;
	line-height: 1.3;
	color: #333333;
}
h1, .h1 {
	font-size: 48px;
}
h2, .h2 {
	font-size: 34px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 20px;
}
h5, .h5 {
	font-size: 18px;
}
h6, .h6 {
	font-size: 14px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
h1, .h1 {
	font-size: 44px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 20px;
}
}
 @media only screen and (max-width: 767px) {
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 26px;
}
h3, .h3 {
	font-size: 18px;
}
h4, .h4 {
	font-size: 16px;
}
}
 @media only screen and (max-width: 575px) {
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 26px;
}
h3, .h3 {
	font-size: 20px;
}
h4, .h4 {
	font-size: 16px;
}
}
h1, .h1, h2, .h2, h3, .h3 {
	font-weight: 700;
}
h4, .h4, h5, .h5 {
	font-weight: 600;
}
h6, .h6 {
	font-weight: 500;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
}
a:visited {
	color: inherit;
}
input, button, select, textarea {
	background: transparent;
	border: 1px solid #cccccc;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	color: #333333;
}
 input::-webkit-input-placeholder, button::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #333333;
}
 input:-moz-placeholder, button:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
 color: #333333;
}
 input::-moz-placeholder, button::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
 color: #333333;
}
 input:-ms-input-placeholder, button:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #333333;
}
input:focus, input:active, button:focus, button:active, select:focus, select:active, textarea:focus, textarea:active {
	outline: none;
	border-color: #F47435;
}
input, select, textarea {
	width: 100%;
	font-size: 14px;
}
input, select {
	height: 40px;
	padding: 0 15px;
}
blockquote {
	font-size: 18px;
	color: #666666;
	line-height: 28px;
	font-style: italic;
	font-weight: 400;
	border-left: 4px solid #F47435;
	padding-left: 15px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	text-align: left;
}
.list-style-1 {
	padding-left: 0;
}
.list-style-1 li {
	list-style: none;
	position: relative;
	padding-left: 35px;
	font-family: 'Roboto', sans-serif;
	;
	font-weight: 600;
	color: #333333;
}
.list-style-1 li + li {
	margin-top: 15px;
}
.list-style-1 li::before {
	content: "";
	font-family: "fontAwesome";
	font-size: 20px;
	color: #F47435;
	position: absolute;
	width: 35px;
	left: 0;
	top: 0;
}
/**

* Utilities

*/

/*************************

 Bootstrap Custom Container

************************/

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
 @media (min-width: 576px) {
.container, .container-sm {
	max-width: 540px;
}
}
 @media (min-width: 768px) {
.container, .container-md, .container-sm {
	max-width: 720px;
}
}
 @media (min-width: 992px) {
.container, .container-lg, .container-md, .container-sm {
	max-width: 960px;
}
}
 @media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1140px;
}
}
 @media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1140px;
}
}
 @media only screen and (min-width: 922px) {
.container {
 --bs-gutter-x: 15px;
}
.container .row {
 --bs-gutter-x: 30px;
}
}
.row.g-0 {
 --bs-gutter-x:0px;
 --bs-gutter-y:0px;
}
.hidden {
	display: none;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: " ";
	/* 1 */

	display: table;/* 2 */
}
.clearfix:after {
	clear: both;
}
.wrapper {
	position: relative;
}
/* Define Colors */

.color-theme {
	color: #F47435;
}
.color-light {
	color: #999999;
}
.color-dark {
	color: #333333;
}
.color-black {
	color: #000000;
}
.color-white {
	color: #ffffff;
}
/* Background Color */

.bg-theme {
	background: #F47435 !important;
}
.bg-secondary {
	background: #3498db !important;
}
.bg-light {
	background: #999999 !important;
}
.bg-grey {
	background: #f5f5f5 !important;
}
.bg-dark {
	background: #2a2a2a !important;
}
.bg-dark-light {
	background: #323232 !important;
}
.bg-black {
	background: #000000 !important;
}
.bg-white {
	background: #ffffff !important;
}
.bg-half-color {
	background: #F47435;
	position: relative;
	z-index: 1;
}
.bg-half-color::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 50%;
	right: 0;
	top: 0;
	background: #3498db;
	z-index: -1;
}
/* Youtube Video Background */

.background-video-holder {
	position: relative;
}
.youtube-video-wrapper {
	width: 100%;
	height: 100%;
	position: absolute !important;
	top: 0 !important;
	left: 0;
	z-index: -1;
}
.youtube-bg {
	display: block;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
/* Text specialized */

.text-italic {
	font-style: italic;
}
.text-normal {
	font-style: normal;
}
.text-underline {
	font-style: underline;
}
/* Font specialized */

.body-font {
	font-family: "Lato", sans-serif;
}
.heading-font {
	font-family: 'Roboto', sans-serif;
	;
}
/* Height and width */

.fullscreen {
	min-height: 100vh;
	width: 100%;
}
.w-100 {
	width: 100%;
}
.w-75 {
	width: 75%;
}
.w-50 {
	width: 50%;
}
.w-33 {
	width: 33.33%;
}
.w-25 {
	width: 25%;
}
.w-10 {
	width: 10%;
}
.h-100 {
	height: 100%;
}
.h-75 {
	height: 75%;
}
.h-50 {
	height: 50%;
}
.h-25 {
	height: 25%;
}
.h-33 {
	height: 33.33%;
}
.h-10 {
	height: 10%;
}
/* Section padding */

.section-padding-xlg {
	padding: 150px 0;
}
.section-padding-lg {
	padding: 120px 0;
}
.section-padding-md {
	padding: 100px 0;
}
.section-padding-sm {
	padding: 80px 0;
}
.section-padding-xs {
	padding: 50px 0;
}
.section-padding-top-xlg {
	padding-top: 150px;
}
.section-padding-top-lg {
	padding-top: 120px;
}
.section-padding-top-md {
	padding-top: 100px;
}
.section-padding-top-sm {
	padding-top: 80px;
}
.section-padding-top-xs {
	padding-top: 50px;
}
.section-padding-bottom-xlg {
	padding-bottom: 150px;
}
.section-padding-bottom-lg {
	padding-bottom: 120px;
}
.section-padding-bottom-md {
	padding-bottom: 100px;
}
.section-padding-bottom-sm {
	padding-bottom: 80px;
}
.section-padding-bottom-xs {
	padding-bottom: 50px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
.section-padding-xlg {
	padding: 100px 0;
}
.section-padding-lg {
	padding: 90px 0;
}
.section-padding-md {
	padding: 80px 0;
}
.section-padding-sm {
	padding: 60px 0;
}
.section-padding-top-xlg {
	padding-top: 100px;
}
.section-padding-top-lg {
	padding-top: 90px;
}
.section-padding-top-md {
	padding-top: 80px;
}
.section-padding-top-sm {
	padding-top: 60px;
}
.section-padding-bottom-xlg {
	padding-bottom: 100px;
}
.section-padding-bottom-lg {
	padding-bottom: 90px;
}
.section-padding-bottom-md {
	padding-bottom: 80px;
}
.section-padding-bottom-sm {
	padding-bottom: 60px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.section-padding-xlg {
	padding: 110px 0;
}
.section-padding-lg {
	padding: 80px 0;
}
.section-padding-md {
	padding: 80px 0;
}
.section-padding-sm {
	padding: 60px 0;
}
.section-padding-top-xlg {
	padding-top: 110px;
}
.section-padding-top-lg {
	padding-top: 80px;
}
.section-padding-top-md {
	padding-top: 80px;
}
.section-padding-top-sm {
	padding-top: 60px;
}
.section-padding-bottom-xlg {
	padding-bottom: 110px;
}
.section-padding-bottom-lg {
	padding-bottom: 80px;
}
.section-padding-bottom-md {
	padding-bottom: 80px;
}
.section-padding-bottom-sm {
	padding-bottom: 60px;
}
}
 @media only screen and (max-width: 767px) {
.section-padding-xlg {
	padding: 75px 0;
}
.section-padding-lg {
	padding: 65px 0;
}
.section-padding-md {
	padding: 60px 0;
}
.section-padding-sm {
	padding: 55px 0;
}
.section-padding-top-xlg {
	padding-top: 75px;
}
.section-padding-top-lg {
	padding-top: 65px;
}
.section-padding-top-md {
	padding-top: 60px;
}
.section-padding-top-sm {
	padding-top: 55px;
}
.section-padding-bottom-xlg {
	padding-bottom: 75px;
}
.section-padding-bottom-lg {
	padding-bottom: 65px;
}
.section-padding-bottom-md {
	padding-bottom: 60px;
}
.section-padding-bottom-sm {
	padding-bottom: 55px;
}
}
/* Border */

.cr-border {
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 1px;
}
.cr-border-top {
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 1px 0 0 0;
}
.cr-border-right {
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 0 1px 0 0;
}
.cr-border-bottom {
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 0 0 1px 0;
}
.cr-border-left {
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 0 0 0 1px;
}



/* Overlay styles */

[data-overlay], [data-black-overlay], [data-white-overlay] {
 position: relative;
}
 [data-overlay] > div, [data-overlay] > *, [data-black-overlay] > div, [data-black-overlay] > *, [data-white-overlay] > div, [data-white-overlay] > * {
 position: relative;
 z-index: 2;
}
[data-overlay]:before, [data-black-overlay]:before, [data-white-overlay]:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}
[data-overlay]:before {
	background-color: #F47435;
}
[data-black-overlay]:before {
	background-color: #000000;
}
[data-white-overlay]:before {
	background-color: #ffffff;
}
[data-overlay="1"]:before, [data-black-overlay="1"]:before, [data-white-overlay="1"]:before {
	opacity: 0.1;
}
[data-overlay="2"]:before, [data-black-overlay="2"]:before, [data-white-overlay="2"]:before {
	opacity: 0.2;
}
[data-overlay="3"]:before, [data-black-overlay="3"]:before, [data-white-overlay="3"]:before {
	opacity: 0.3;
}
[data-overlay="4"]:before, [data-black-overlay="4"]:before, [data-white-overlay="4"]:before {
	opacity: 0.4;
}
[data-overlay="5"]:before, [data-black-overlay="5"]:before, [data-white-overlay="5"]:before {
	opacity: 0.5;
}
[data-overlay="6"]:before, [data-black-overlay="6"]:before, [data-white-overlay="6"]:before {
	opacity: 0.6;
}
[data-overlay="7"]:before, [data-black-overlay="7"]:before, [data-white-overlay="7"]:before {
	opacity: 0.7;
}
[data-overlay="8"]:before, [data-black-overlay="8"]:before, [data-white-overlay="8"]:before {
	opacity: 0.8;
}
[data-overlay="9"]:before, [data-black-overlay="9"]:before, [data-white-overlay="9"]:before {
	opacity: 0.9;
}
[data-overlay="10"]:before, [data-black-overlay="10"]:before, [data-white-overlay="10"]:before {
	opacity: 1;
}
.slick-slide:active, .slick-slide:focus {
	outline: none;
}
.slick-slide.slick-current:active, .slick-slide.slick-current:focus, .slick-slide.slick-active:active, .slick-slide.slick-active:focus {
	outline: none;
}
.bg-theme, .bg-dark, .bg-dark-light, .bg-secondary {
	color: #ffffff;
}
.bg-theme h1, .bg-theme h2, .bg-theme h3, .bg-theme h4, .bg-theme h5, .bg-theme h6, .bg-theme p, .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark p, .bg-dark-light h1, .bg-dark-light h2, .bg-dark-light h3, .bg-dark-light h4, .bg-dark-light h5, .bg-dark-light h6, .bg-dark-light p, .bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6, .bg-secondary p {
	color: #ffffff;
}
.jarallax {
	position: relative;
	z-index: 0;
}
.jarallax > .jarallax-img {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#scrollUp {
	right: 30px;
	bottom: 45px;
	height: 45px;
	width: 45px;
	line-height: 41px;
	text-align: center;
	background: #F47435;
	color: #ffffff;
	font-size: 22px;
	border-radius: 100%;
	border: 1px solid #F47435;
	-webkit-animation: crSlideInRight 0.8s ease-in-out 1 both;
	animation: crSlideInRight 0.8s ease-in-out 1 both;
	z-index: 1000 !important;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.form-message {
	margin-bottom: 0;
	text-align: center;
}
.form-message.error {
	margin-top: 20px;
	color: #f80707;
}
.form-message.success {
	margin-top: 20px;
	color: #0d8d2d;
}
.bk-parallax {
	position: relative;
	z-index: 0;
}
.bk-parallax > .bk-parallax-img {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
 @media only screen and (min-width: 1500px) {
.col-custom-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
}
 @media only screen and (max-width: 575px) {
.container {
	max-width: 420px;
}
}
 @media only screen and (max-width: 767px) {
#scrollUp {
	display: none !important;
}
}
 @media only screen and (max-width: 767px) {
.why-choose-area[data-white-overlay]::before {
	opacity: 0.8;
}
}
.why-choose-area {
	padding-top: 120px;
}

/**

* Animations

*/

@-webkit-keyframes crZoomInOut {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.3);
 transform: scale(1.3);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes crZoomInOut {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.3);
 transform: scale(1.3);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-webkit-keyframes crZoomInOutInvisible {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1.6);
 transform: scale(1.6);
 opacity: 0;
}
}
 @keyframes crZoomInOutInvisible {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1.6);
 transform: scale(1.6);
 opacity: 0;
}
}
 @-webkit-keyframes crFadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 30px, 0);
 transform: translate3d(0, 30px, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes crFadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 30px, 0);
 transform: translate3d(0, 30px, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @-webkit-keyframes crSlideInDown {
 0% {
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes crSlideInDown {
 0% {
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @-webkit-keyframes crBounceIn {
 20%, 40%, 60%, 80%, from, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -webkit-transform: scale3d(0.9, 0.9, 0.9);
 transform: scale3d(0.9, 0.9, 0.9);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 -webkit-transform: scale3d(0.97, 0.97, 0.97);
 transform: scale3d(0.97, 0.97, 0.97);
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
 @keyframes crBounceIn {
 20%, 40%, 60%, 80%, from, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -webkit-transform: scale3d(0.9, 0.9, 0.9);
 transform: scale3d(0.9, 0.9, 0.9);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 -webkit-transform: scale3d(0.97, 0.97, 0.97);
 transform: scale3d(0.97, 0.97, 0.97);
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
 @-webkit-keyframes crSlideInRight {
 0% {
 -webkit-transform: translateX(150px);
 transform: translateX(150px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}
}
 @keyframes crSlideInRight {
 0% {
 -webkit-transform: translateX(150px);
 transform: translateX(150px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}
}
 @-webkit-keyframes carInOutAnimation {
 0% {
 -webkit-transform: translateX(200%);
 transform: translateX(200%);
}
 18% {
 -webkit-transform: translateX(-5%);
 transform: translateX(-5%);
}
 20% {
 -webkit-transform: translateX(5%);
 transform: translateX(5%);
}
 22% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 78% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 80% {
 -webkit-transform: translateX(-5%);
 transform: translateX(-5%);
}
 82% {
 -webkit-transform: translateX(5%);
 transform: translateX(5%);
}
 100% {
 -webkit-transform: translateX(-200%);
 transform: translateX(-200%);
}
}
 @keyframes carInOutAnimation {
 0% {
 -webkit-transform: translateX(200%);
 transform: translateX(200%);
}
 18% {
 -webkit-transform: translateX(-5%);
 transform: translateX(-5%);
}
 20% {
 -webkit-transform: translateX(5%);
 transform: translateX(5%);
}
 22% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 78% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 80% {
 -webkit-transform: translateX(-5%);
 transform: translateX(-5%);
}
 82% {
 -webkit-transform: translateX(5%);
 transform: translateX(5%);
}
 100% {
 -webkit-transform: translateX(-200%);
 transform: translateX(-200%);
}
}
/*******************

Elements Styles

********************/

/**

 * Button

 */

.bk-button, a.bk-button, button.bk-button {
	display: inline-block;
	background: #F47435;
	font-size: 14px;
	border-width: 2px;
	border-color: #F47435;
	border-style: solid;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	overflow: hidden;
	position: relative;
	line-height: 1.3;
	padding: 13px 25px;
	vertical-align: middle;
	font-family: 'Roboto', sans-serif;
	;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;/* Size Variations *//* Color Variations */
}
.bk-button i, a.bk-button i, button.bk-button i {
	padding-right: 5px;
	line-height: 1;
	font-size: 18px;
	vertical-align: bottom;
}
.bk-button:before, .bk-button:after, a.bk-button:before, a.bk-button:after, button.bk-button:before, button.bk-button:after {
	content: "";
	position: absolute;
	left: 0;
	background: rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.bk-button:before, a.bk-button:before, button.bk-button:before {
	height: 0;
	width: 100%;
	left: 0;
	top: 0;
}
.bk-button:after, a.bk-button:after, button.bk-button:after {
	height: 100%;
	width: 0;
	bottom: 0;
	left: 0;
}
.bk-button span, a.bk-button span, button.bk-button span {
	position: relative;
	z-index: 2;
}
.bk-button:hover, a.bk-button:hover, button.bk-button:hover {
	background: #F47435;
	border-color: #F47435;
	color: #ffffff;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.bk-button:hover::before, a.bk-button:hover::before, button.bk-button:hover::before {
	height: 100%;
}
.bk-button:hover:after, a.bk-button:hover:after, button.bk-button:hover:after {
	width: 100%;
}
.bk-button:active, a.bk-button:active, button.bk-button:active {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.bk-button.bk-button-lg, a.bk-button.bk-button-lg, button.bk-button.bk-button-lg {
	padding: 20px 40px;
	font-size: 18px;
	letter-spacing: 0;
}
.bk-button.bk-button-xs, a.bk-button.bk-button-xs, button.bk-button.bk-button-xs {
	padding: 10px 26px;
}
.bk-button.bk-button-theme-black, a.bk-button.bk-button-theme-black, button.bk-button.bk-button-theme-black {
	color: #333333;
}
.bk-button.bk-button-yellow, a.bk-button.bk-button-yellow, button.bk-button.bk-button-yellow {
	background: #F47435;
	border-color: #F47435;
}
.bk-button.bk-button-blue, a.bk-button.bk-button-blue, button.bk-button.bk-button-blue {
	background: #F47435;
	border-color: #F47435;
}
.bk-button.bk-button-green, a.bk-button.bk-button-green, button.bk-button.bk-button-green {
	background: #F47435;
	border-color: #F47435;
}
.bk-button.bk-button-white, a.bk-button.bk-button-white, button.bk-button.bk-button-white {
	background: #ffffff;
	border-color: #ffffff;
	color: #333333;
}
.bk-button.bk-button-black, a.bk-button.bk-button-black, button.bk-button.bk-button-black {
	background: #3e3e3e;
	border-color: #3e3e3e;
	color: #ffffff;
}
.bk-button.bk-button-transparent, a.bk-button.bk-button-transparent, button.bk-button.bk-button-transparent {
	background: transparent;
	border-width: 2px;
	color: #F47435;
}
.bk-button.bk-button-transparent:hover, a.bk-button.bk-button-transparent:hover, button.bk-button.bk-button-transparent:hover {
	background: #F47435;
	color: #ffffff;
}
.bk-button.bk-button-transparent.bk-button-white, a.bk-button.bk-button-transparent.bk-button-white, button.bk-button.bk-button-transparent.bk-button-white {
	color: #ffffff;
}
.bk-button.bk-button-transparent.bk-button-white:hover, a.bk-button.bk-button-transparent.bk-button-white:hover, button.bk-button.bk-button-transparent.bk-button-white:hover {
	background: #ffffff;
	color: #333333;
}
.bk-button.bk-button-transparent.bk-button-black, a.bk-button.bk-button-transparent.bk-button-black, button.bk-button.bk-button-transparent.bk-button-black {
	color: #333333;
}
.bk-button.bk-button-transparent.bk-button-black:hover, a.bk-button.bk-button-transparent.bk-button-black:hover, button.bk-button.bk-button-transparent.bk-button-black:hover {
	background: #333333;
	color: #ffffff;
}
.button-group {
	margin-left: -5px;
	margin-right: -5px;
}
.button-group a.bk-button {
	margin: 0 5px;
	margin-top: 15px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.bk-button.bk-button-lg, a.bk-button.bk-button-lg, button.bk-button.bk-button-lg {
	padding: 15px 30px;
	font-size: 16px;
}
}
 @media only screen and (max-width: 767px) {
.bk-button.bk-button-lg, a.bk-button.bk-button-lg, button.bk-button.bk-button-lg {
	padding: 15px 30px;
	font-size: 16px;
}
}
.bk-readmore-3, a.bk-readmore-3, button.bk-readmore-3, .bk-readmore-2, a.bk-readmore-2, button.bk-readmore-2, .bk-readmore, a.bk-readmore, button.bk-readmore {
	display: inline-block;
	border-radius: 4px;
	padding: 7px 20px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	;
	font-size: 12px;
	line-height: 20px;
	font-family: "Lato", sans-serif;
}
.bk-readmore, a.bk-readmore, button.bk-readmore {
	background: #F47435;
	letter-spacing: 1px;
	color: #ffffff;
	text-transform: uppercase;
}
.bk-readmore:hover, a.bk-readmore:hover, button.bk-readmore:hover {
	background: #333333;
	color: #ffffff;
}
.bk-readmore-2, a.bk-readmore-2, button.bk-readmore-2 {
	background: #ffffff;
	color: #333333;
	border: 1px solid #e5e5e5;
	letter-spacing: 0;
}
.bk-readmore-2:hover, a.bk-readmore-2:hover, button.bk-readmore-2:hover {
	background: #F47435;
	color: #ffffff;
	border-color: #F47435;
}
.bk-readmore-3, a.bk-readmore-3, button.bk-readmore-3 {
	background: #444444;
	font-weight: 900;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	padding: 12px 40px;
}
.bk-readmore-3:hover, a.bk-readmore-3:hover, button.bk-readmore-3:hover {
	background: #F47435;
	color: #ffffff;
	border-color: #F47435;
}
/**

 * Section Title

 */

.section-title {
	margin-bottom: 35px;
	margin-top: -10px;
}
.section-title h2, .section-title h3 {
	font-weight: 700;
	color: #333333;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 0;
	margin-top: -10px;
}
.section-title h2::before, .section-title h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 145px;
	background: #F47435;
}
.section-title h2 span, .section-title h3 span {
	font-weight: 400;
}
.section-title h3 {
	font-size: 28px;
}
.section-title p {
	color: #333333;
	line-height: 24px;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 22px;
}
.section-title.text-center {
	text-align: center;
}
.section-title.text-center h2::before, .section-title.text-center h3::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.section-title.text-end {
	text-align: right;
}
.section-title.text-end h2::before, .section-title.text-end h3::before {
	left: auto;
	right: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.section-title.section-title-2 h2::before, .section-title.section-title-2 h3::before {
	width: 50px;
}
.section-title.section-title-dark h2 {
	font-size: 30px;
	font-weight: 900;
}
.section-title.section-title-dark h2::before, .section-title.section-title-dark h3::before {
	width: 50px;
	background: #333333;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.section-title {
	margin-top: -5px;
}
.section-title h2 {
	font-size: 30px;
}
}
 @media only screen and (max-width: 767px) {
.section-title {
	margin-bottom: 25px;
}
.section-title.section-title-dark h2 {
	font-size: 26px;
}
}
/**

 * Call to Action

 */

.call-to-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 0 40px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.call-to-action .call-to-action-text {
	-ms-flex-negative: 100;
	flex-shrink: 100;
	padding-right: 30px;
	padding-top: 20px;
}
.call-to-action .call-to-action-text h3 {
	font-weight: 700;
	margin-bottom: 5px;
}
.call-to-action .call-to-action-text h6 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}
.call-to-action .call-to-action-button {
	padding-top: 20px;
}
/**

 * Breadcrumb

 */

.bk-breadcrumb {
	padding-top: 60px;
	padding-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bk-breadcrumb h2, .bk-breadcrumb h1 {
	font-size: 30px;
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 5px;
	padding-right: 30px;
}
.bk-breadcrumb ul {
	padding-left: 0;
	margin-bottom: 5px;
	font-size: 0;
}
.bk-breadcrumb ul li {
	list-style: none;
	display: inline-block;
	color: #ffffff;
	font-family: "Lato", sans-serif;
	font-size: 14px;
}
.bk-breadcrumb ul li::after {
	content: "/";
	padding: 0 5px;
}
.bk-breadcrumb ul li:last-child::after {
	display: none;
}
.bk-breadcrumb ul li a {
	display: inline-block;
	color: #ffffff;
}
.bk-breadcrumb ul li a:hover {
	text-decoration: underline;
}
 @media only screen and (max-width: 575px) {
.bk-breadcrumb h2, .bk-breadcrumb h1 {
	font-size: 24px;
}
.bk-breadcrumb {
    padding-top: 30px;
    padding-bottom: 25px;}
}
/* Paginations */

ul.bk-pagination {
	display: block;
	padding-left: 0;
	margin-bottom: 0;
	font-size: 0;
}
ul.bk-pagination li {
	display: inline-block;
	list-style: none;
	font-size: 14px;
	margin: 0 5px;
}
ul.bk-pagination li:first-child {
	margin-left: 0;
}
ul.bk-pagination li:last-child {
	margin-right: 0;
}
ul.bk-pagination li a {
	display: inline-block;
	height: 35px;
	min-width: 35px;
	text-align: center;
	line-height: 33px;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	color: #444444;
	font-family: "Lato", sans-serif;
}
ul.bk-pagination li:hover a, ul.bk-pagination li.active a {
	color: #ffffff;
	background: #F47435;
	border-color: #F47435;
}
.bk-pagination-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #e5e5e5;
}
.bk-pagination-2 .bk-pagination-2-prev, .bk-pagination-2 .bk-pagination-2-next {
	padding-top: 28px;
}
.bk-pagination-2 .bk-pagination-2-prev h6, .bk-pagination-2 .bk-pagination-2-next h6 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
	letter-spacing: 0.6px;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.bk-pagination-2 .bk-pagination-2-prev h6 i, .bk-pagination-2 .bk-pagination-2-next h6 i {
	font-size: 14px;
}
.bk-pagination-2 .bk-pagination-2-prev span, .bk-pagination-2 .bk-pagination-2-next span {
	text-decoration: underline;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	color: #333333;
}
.bk-pagination-2 .bk-pagination-2-prev:hover h6, .bk-pagination-2 .bk-pagination-2-next:hover h6 {
	color: #F47435;
}
.bk-pagination-2 .bk-pagination-2-prev:hover span, .bk-pagination-2 .bk-pagination-2-next:hover span {
	color: #F47435;
}
.bk-pagination-2 .bk-pagination-2-prev {
	padding-right: 30px;
}
.bk-pagination-2 .bk-pagination-2-prev i {
	padding-right: 10px;
}
.bk-pagination-2 .bk-pagination-2-next {
	text-align: right;
}
.bk-pagination-2 .bk-pagination-2-next i {
	padding-left: 10px;
}
 @media only screen and (max-width: 575px) {
.bk-pagination-2 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bk-pagination-2 .bk-pagination-2-prev, .bk-pagination-2 .bk-pagination-2-next {
	width: 100%;
	text-align: left;
}
}
/**

 * Progress Bar

 */

.cr-progress {
	overflow: hidden;
	padding-bottom: 20px;
}
.cr-progress + .cr-progress {
	margin-top: 8px;
}
.cr-progress > h6 {
	font-size: 12px;
	font-weight: 700;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 3px;
	line-height: 24px;
}
.cr-progress .progress {
	border-radius: 0;
	background: #e1e1e1;
	height: 9px;
	position: relative;
	overflow: visible;
}
.cr-progress .progress-bar {
	background: #15d6c6;
	position: relative;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s;
}
.cr-progress .progress-bar.fill {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.cr-progress .progress-bar-count {
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	height: 37px;
	width: 37px;
	line-height: 35px;
	border-radius: 100px;
	text-align: center;
	z-index: 1;
	background: #F47435;
	border: 4px solid #15d6c6;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	font-size: 12px;
	font-weight: 700;
	font-family: "Lato", sans-serif;
	color: #ffffff;
}
 @media only screen and (max-width: 767px) {
.cr-progress .progress-bar-count {
	-webkit-transform: translate(-70%, -50%);
	transform: translate(-70%, -50%);
	height: 18px;
	width: 37px;
	line-height: 18px;
}
}
/**

 * Pricebox

 */

.pricebox {
	background: #ffffff;
	padding-bottom: 50px;
	border-radius: 5px;
	margin-top: 30px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
}
.pricebox .pricebox-title {
	color: #ffffff;
	font-weight: 800;
	background: #323334;
	text-transform: uppercase;
	padding: 21px 25px;
	margin-bottom: 0;
	border-radius: 4px 4px 0 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.pricebox .pricebox-price {
	font-size: 48px;
	font-weight: 900;
	font-family: "Lato", sans-serif;
	color: #333333;
	margin-bottom: 0;
	padding: 43px 0;
	display: inline-block;
	line-height: 42px;
}
.pricebox .pricebox-price-currency {
	font-size: 18px;
	font-weight: 900;
	vertical-align: text-top;
	padding-right: 3px;
}
.pricebox .pricebox-price-timeout {
	font-size: 12px;
	font-weight: 400;
	font-weight: 900;
}
.pricebox .pricebox-price-timeout::before {
	content: "/";
	padding-right: 10px;
}
.pricebox ul {
	padding: 0 25px;
	padding-bottom: 50px;
	margin-bottom: 0;
}
.pricebox ul li {
	padding: 13px 0;
	list-style: none;
	border-bottom: 1px solid #f5f5f5;
}
.pricebox ul li:first-child {
	border-top: 1px solid #f5f5f5;
}
.pricebox a.bk-button {
	padding: 13px 20px;
	font-size: 12px;
}
.pricebox.is-active .pricebox-title, .pricebox:hover .pricebox-title {
	background: #F47435;
}
.pricebox.is-active a.bk-button, .pricebox:hover a.bk-button {
	background: #F47435;
	color: #ffffff;
	border-color: #F47435;
}
.pricebox.is-active a.bk-button:hover, .pricebox:hover a.bk-button:hover {
	background: #F47435;
	color: #ffffff;
	border-color: #F47435;
}
/**

 * Accordion

 */

.cr-accordion-wrap {
	border-top: 1px dashed #e1e1e1;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
}
.cr-accordion .cr-accordion-header a {
	border-bottom: 1px dashed #e1e1e1;
	border-collapse: collapse;
	font-size: 16px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #333333;
	display: block;
	padding: 14px 0;
	padding-right: 20px;
	position: relative;
	padding-left: 70px;
}
.cr-accordion .cr-accordion-header a::before {
	content: "";
	font-family: "fontAwesome";
	width: 70px;
	text-align: left;
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 14px;
}
.cr-accordion .cr-accordion-header a:not(.collapsed) {
	color: #333333;
	font-weight: 700;
}
.cr-accordion .cr-accordion-header a:not(.collapsed)::before {
	content: "";
	font-weight: 400;
}
.cr-accordion .cr-accordion-body {
	padding: 30px;
	border-bottom: 1px dashed #e1e1e1;
}
.cr-accordion:last-child .cr-accordion-header a.collapsed {
	border-bottom: none;
}
.cr-accordion:last-child .cr-accordion-body {
	border-bottom: none;
}
.faq-questions {
	margin-top: -35px;
}
.faq-single-questions {
	margin-top: 70px;
}
.faq-wrapper h5 {
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.5px;
	color: #333333;
	text-transform: uppercase;
}
.faq-wrapper p {
	font-size: 15px;
	letter-spacing: 0.5px;
	font-style: italic;
	font-weight: 400;
}
.faq-single-title {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 0;
	background: #eeeded;
	border-radius: 4px;
	padding: 17px 25px;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.faq-single-title::before {
	content: "";
	position: absolute;
	width: calc(100% - 70px);
	height: 1px;
	background: #e1e1e1;
	top: 50%;
	right: 40px;
	z-index: -1;
}
.faq-single-title::after {
	content: "";
	font-family: "fontAwesome";
	position: absolute;
	right: 25px;
	top: 18px;
}
.faq-single-title span {
	background: #eeeded;
	position: relative;
	padding-right: 10px;
	z-index: 2;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.cr-accordion .cr-accordion-header a {
	padding-left: 60px;
}
.cr-accordion .cr-accordion-header a::before {
	width: 30px;
}
}
 @media only screen and (max-width: 767px) {
.cr-accordion .cr-accordion-body {
	padding: 30px 20px;
}
.cr-accordion .cr-accordion-header a {
	padding-left: 40px;
}
.cr-accordion .cr-accordion-header a::before {
	width: 25px;
	left: 20px;
}
}
/*******************

Blocks Styles

********************/

/**

 * Header Styles

 */

.header-top-area {
	border-bottom: 1px solid #e5e5e5;
}
.header-top-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-top-inner ul {
	padding-left: 0;
	margin-bottom: 0;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 0;
}
.header-top-inner ul li {
	list-style: none;
	display: inline-block;
}
.header-top-inner .header-support-info {
	-webkit-box-flex: 100;
	-ms-flex-positive: 100;
	flex-grow: 100;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header-top-inner .header-support-info li {
	padding: 5px 0;
	padding-right: 35px;
	font-size: 14px;
	color: #333333;
}
.header-top-inner .header-support-info li span.icon {
	height: 27px;
	width: 27px;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	color: #333333;
	border: 1px solid #999999;
	border-radius: 100px;
	font-size: 14px;
	margin-right: 10px;
}
.header-top-inner .header-support-info li a {
	color: #333333;
}
.header-top-inner .header-support-info li a:hover {
	color: #F47435;
}
.header-top-inner .header-social {
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	padding: 0 10px;
}
.header-top-inner .header-social li {
	margin: 0 10px;
}
.header-top-inner .header-social li a {
	display: inline-block;
	font-size: 18px;
	color: #333333;
}
.header-top-inner .header-social li a:hover {
	color: #F47435;
}
.header-top-inner .header-search {
	position: relative;
	border-right: 1px solid #e5e5e5;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-top-inner .header-search input {
	border: none;
	outline: none;
	color: #333333;
	font-size: 14px;
	height: 52px;
	line-height: 52px;
	width: 270px;
	padding-right: 50px;
	padding-left: 20px;
}
 .header-top-inner .header-search input::-webkit-input-placeholder {
 color: #333333;
}
 .header-top-inner .header-search input:-moz-placeholder {
 color: #333333;
}
 .header-top-inner .header-search input::-moz-placeholder {
 color: #333333;
}
 .header-top-inner .header-search input:-ms-input-placeholder {
 color: #333333;
}
.header-top-inner .header-search button[type=submit], .header-top-inner .header-search input[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	border: none;
	outline: none;
}
.header-top-inner .header-search button[type=submit]:hover, .header-top-inner .header-search input[type=submit]:hover {
	color: #F47435;
}
.header-middle-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 0;
	position: relative;
}
.header-middle-inner .header-logo {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-info {
	padding-left: 0;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header-info li {
	list-style: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 600;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	;
	line-height: 20px;
	color: #333333;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 44%;
	flex: 0 0 44%;
	padding: 10px 0;
	padding-right: 20px;
}
.header-info li span.icon {
	font-size: 40px;
	color: #F47435;
	display: inline-block;
	margin-right: 15px;
}
.header-info li p {
	margin-bottom: 0;
}
.header-appointment-button {
	background: #F47435;
	color: #ffffff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 25px;
	text-align: left;
}
.header-appointment-button span.icon {
	color: #ffffff;
	margin-right: 20px;
	font-size: 40px;
}
.header-appointment-button h5 {
	color: #ffffff;
	margin-bottom: 0;
	-ms-flex-negative: 100;
	flex-shrink: 100;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}
.header-appointment-button h5 span {
	display: block;
	font-size: 13px;
}
.header-appointment-button:hover {
	background: #11a89c;
}
.header-top-area-dark {
	background: #60646d;
}
.header-top-area-dark .header-top-inner .header-support-info li {
	color: #ffffff;
}
.header-top-area-dark .header-top-inner .header-support-info li span {
	color: #ffffff;
	border-color: #ffffff;
}
.header-top-area-dark .header-top-inner .header-support-info li a {
	color: #ffffff;
}
.header-top-area-dark .header-top-inner .header-support-info li a:hover {
	color: #F47435;
}
.header-top-area-dark .header-top-inner .header-social {
	border-color: #70747c;
}
.header-top-area-dark .header-top-inner .header-social li a {
	color: #ffffff;
}
.header-top-area-dark .header-top-inner .header-social li a:hover {
	color: #F47435;
}
.header-top-area-dark .header-top-inner .header-search {
	border-color: #70747c;
}
.header-top-area-dark .header-top-inner .header-search input {
	color: #ffffff;
}
 .header-top-area-dark .header-top-inner .header-search input::-webkit-input-placeholder {
 color: #ffffff;
}
 .header-top-area-dark .header-top-inner .header-search input:-moz-placeholder {
 color: #ffffff;
}
 .header-top-area-dark .header-top-inner .header-search input::-moz-placeholder {
 color: #ffffff;
}
 .header-top-area-dark .header-top-inner .header-search input:-ms-input-placeholder {
 color: #ffffff;
}
.header-top-area-dark .header-top-inner .header-search button[type=submit], .header-top-area-dark .header-top-inner .header-search input[type=submit] {
	color: #ffffff;
}
.header-top-area-dark .header-top-inner .header-search button[type=submit]:hover, .header-top-area-dark .header-top-inner .header-search input[type=submit]:hover {
	color: #F47435;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-middle-inner {
	padding: 0;
}
.header-info li span.icon {
	font-size: 30px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.header-top-inner .header-search input {
	width: 190px;
}
.header-info li {
	padding: 15px 0;
}
}
 @media only screen and (max-width: 767px) {
.header-top-inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header-top-inner .header-support-info {
	border: 1px solid #e5e5e5;
	border-top: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.header-top-inner .header-support-info li:last-child {
	padding-right: 0;
}
.header-top-inner .header-search {
	-webkit-box-flex: 100;
	-ms-flex-positive: 100;
	flex-grow: 100;
}
.header-top-inner .header-search input {
	width: 100%;
}
.header-appointment-button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 25px;
}
.header-info {
	padding: 15px 0;
}
.header-info li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
}
 @media only screen and (max-width: 575px) {
.header-top-inner ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header-top-inner .header-support-info li {
	padding-right: 0;
	display: block;
	width: 100%;
}
.header-top-inner .header-social {
	padding: 10px 10px;
	-webkit-box-flex: 100;
	-ms-flex-positive: 100;
	flex-grow: 100;
}
.header-top-inner .header-search {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.header-info li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding-right: 0;
}
}
/* Mobile Menu Style */

.mobile-menu {
	position: relative;
	margin: 10px 0px;
}
.mobile-menu::after {
	content: "";
	clear: both;
	display: table;
}
.mobile-menu .container {
	position: relative;
}
.mobile-menu .meanmenu-reveal {
	left: auto;
	right: 0 !important;
}
/* Sticky Header */

.sticky-header.is-sticky .header-middle-area, .sticky-header.is-sticky .mobile-menu-wrapper {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	background: #ffffff;
	z-index: 999;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
	-webkit-animation: crSlideInDown 0.5s ease-out 0s 1 both;
	animation: crSlideInDown 0.5s ease-out 0s 1 both;
}
.sticky-header.is-sticky .header-middle-inner {
	padding: 10px 0px;
}
/**

* Navigation Styles

*/

.bk-navigation {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.bk-navigation ul {
	display: inline-block;
	padding-left: 0;
	margin-bottom: 0;
	font-size: 0;
}
.bk-navigation ul li {
	display: inline-block;
	font-size: 14px;
}
.bk-navigation ul li a {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: #333333;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	;
	font-weight: 700;
	padding: 4px 15px;
	border-radius: 3px;
}
.bk-navigation ul li:hover > a {
	background: #F47435;
	color: #ffffff;
}
.bk-navigation ul li.active > a {
	background: #F47435;
	color: #ffffff;
}
.header-style-2 .bk-navigation ul li a {
	color: #ffffff;
}
.header-style-2 .bk-navigation ul li:hover > a {
	color: #333333;
}
/* Dropdown Styles */

.bk-navigation ul li.bk-dropdown {
	position: relative;
	padding: 25px 0;
}
.bk-navigation ul li.bk-dropdown > a::after {
	content: "";
	font-family: "fontAwesome";
	padding-left: 5px;
}
.bk-navigation ul li.bk-dropdown ul {
	border-bottom: 3px solid #F47435;
	position: absolute;
	left: 0;
	width: 250px;
	top: 100%;
	background: rgba(21, 21, 21, 0.95);
	text-align: left;
	padding: 15px 0;
	-webkit-box-shadow: 0 2px 3px rgba(255, 255, 255, 0.15);
	box-shadow: 0 2px 3px rgba(255, 255, 255, 0.15);
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 10;
}
.bk-navigation ul li.bk-dropdown ul::before {
	content: "";
	position: absolute;
	left: 30px;
	top: auto;
	bottom: 100%;
	border-width: 15px;
	border-style: solid;
	border-color: transparent transparent rgba(21, 21, 21, 0.95) transparent;
}
.bk-navigation ul li.bk-dropdown ul li {
	display: block;
	position: relative;
	padding: 0;
}
.bk-navigation ul li.bk-dropdown ul li.bk-sub-dropdown > a {
	position: relative;
	padding-right: 20px;
}
.bk-navigation ul li.bk-dropdown ul li.bk-sub-dropdown > a::after {
	content: "";
	font-family: "fontAwesome";
	padding-left: 5px;
	position: absolute;
	right: 15px;
}
.bk-navigation ul li.bk-dropdown ul li a {
	display: block;
	padding: 3px 20px;
	font-family: "Lato", sans-serif;
	color: #ffffff;
	font-weight: 400;
	border-radius: 0;
}
.bk-navigation ul li.bk-dropdown ul li:hover > a {
	color: #F47435;
	background: transparent;
}
.bk-navigation ul li.bk-dropdown ul li ul {
	left: calc(100% + 1px);
	top: 0;
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
}
.bk-navigation ul li.bk-dropdown ul li ul::before {
	display: none;
}
.bk-navigation ul li.bk-dropdown ul li ul li {
	display: block;
}
.bk-navigation ul li.bk-dropdown ul li ul li a {
	display: block;
}
.bk-navigation ul li.bk-dropdown ul li:hover ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.bk-navigation ul li.bk-dropdown:hover > ul {
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.bk-navigation ul li.bk-dropdown.overflow-element ul {
	left: auto;
	right: 0;
}
.bk-navigation ul li.bk-dropdown.overflow-element ul::before {
	left: auto;
	right: 30px;
}
.bk-navigation ul li.bk-dropdown.overflow-element ul li ul {
	left: auto;
	right: calc(100% + 1px);
}
.bk-navigation ul li.bk-dropdown.overflow-element ul li.bk-sub-dropdown > a::after {
	content: "";
}
/**

 * Banner Styles

 */

/*===========================

       10.SLIDER css 

===========================*/

.carousel-item {
	background-color: #f47435;
	position: relative;
}
.carousel-item::before {
	position: absolute;
	content: '';
	width: 33%;
	height: 100%;
	background: -webkit-linear-gradient(rgba(255, 232, 220, 0.2) 0%, rgba(242, 213, 199, 0.2) 100%);
	background: -o-linear-gradient(rgba(255, 232, 220, 0.2) 0%, rgba(242, 213, 199, 0.2) 100%);
	background: linear-gradient(rgba(255, 232, 220, 0.2) 0%, rgba(242, 213, 199, 0.2) 100%);
	top: 0;
	right: 15%;
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	transform: skewX(20deg);
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
.carousel-item::before {
	width: 40%;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.carousel-item::before {
	width: 60%;
}
}
 @media (max-width: 767px) {
.carousel-item::before {
	width: 50%;
	right: 45%;
}
}
 @media only screen and (min-width: 576px) and (max-width: 767px) {
.carousel-item::before {
	right: 25%;
}
}
.carousel-item .slider-image-box {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 9;
}
.carousel-item .slider-image-box .slider-image {
	max-width: 680px;
	width: 100%;
}
.slider-content {
	position: relative;
	z-index: 9;
	padding-top: 90px;
	padding-bottom: 110px;
}
 @media (max-width: 767px) {
.slider-content {
	padding-top: 280px;
	padding-bottom: 70px;
}
}
.slider-content .title {
	font-size: 52px;
	line-height: 65px;
	color: #fff;
	font-weight: 700;
	letter-spacing: -1px;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
.slider-content .title {
	font-size: 58px;
	line-height: 80px;
}
.carousel-item .slider-image-box {
	top: -120px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-content .title {
	font-size: 44px;
	line-height: 60px;
}
.carousel-item .slider-image-box {
	position: absolute;
	top: 15px;
	z-index: 9;
	text-align: center;
}
.carousel-item .slider-image-box .slider-image img {
	width: 280px;
}
.slider-content .slider-btn {
	padding-top: 0;
}
.slider-content .slider-btn {
	padding-top: 0px !important;
}
}
 @media (max-width: 767px) {
.slider-content .title {
	font-size: 36px;
	line-height: 45px;
}
}
.slider-content .text {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin-top: 16px;
}
.slider-content .slider-btn {
	padding-top: 16px;
}
.slider-content .slider-btn li {
	display: inline-block;
	margin: 16px 8px 0;
}
 @media (max-width: 767px) {
.slider-content .slider-btn li {
	margin: 16px 3px 0;
}
}
.slider-content .slider-btn li a.rounded-one {
	background-color: #fff;
	border-color: #fff;
}
.slider-content .slider-btn li a.rounded-one:hover {
	background-color: transparent;
	color: #fff;
}
.slider-content .slider-btn li a.rounded-two {
	border-color: #fff;
}
.slider-content .slider-btn li a.rounded-two:hover {
	background-color: #fff;
	color: #ec5598;
}
.carousel-indicators {
	margin-bottom: 50px;
}
.carousel-indicators li {
	display: block;
	width: 8px;
	height: 8px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50px;
	border: 0;
	margin: 0px 2px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.carousel-indicators li {
	width: 13px;
	height: 13px;
}
}
 @media (max-width: 767px) {
.carousel-indicators li {
	width: 13px;
	height: 13px;
}
}
.carousel-indicators li.active {
	background-color: #fff;
	width: 16px;
	border-radius: 50px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.carousel-indicators li.active {
	width: 23px;
}
}
 @media (max-width: 767px) {
.carousel-indicators li.active {
	width: 23px;
}
}
.carousel .carousel-control-prev, .carousel .carousel-control-next {
	top: 50%;
	font-size: 32px;
	color: #fff;
	bottom: auto;
	left: 60px;
	right: auto;
	opacity: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 5px;
}
a.carousel-control-prev i, a.carousel-control-next i {
	color: #fff;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
.carousel .carousel-control-prev, .carousel .carousel-control-next {
	left: 30px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.carousel .carousel-control-prev, .carousel .carousel-control-next {
	display: none;
}
}
 @media (max-width: 767px) {
.carousel .carousel-control-prev, .carousel .carousel-control-next {
	display: none;
}
}
.carousel .carousel-control-next {
	right: 60px;
	left: auto;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
.carousel .carousel-control-next {
	right: 30px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.carousel .carousel-control-next {
	right: 30px;
}
.slider-content {
	position: relative;
	z-index: 9;
	padding-top: 40px;
	padding-bottom: 70px;
}
}
 @media (max-width: 767px) {
.carousel .carousel-control-next {
	right: 30px;
}
.carousel-item .slider-image-box {
	position: absolute;
	top: 15px;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	left: 0px;
	text-align: center;
}
.carousel-item .slider-image-box .slider-image img {
	width: 250px;
}
.slider-content .slider-btn {
	padding-top: 0;
}
}
.appointment-box {
	background: #FBFCFD;
}
.main-btn {
	display: inline-block;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	padding: 0 32px;
	font-size: 16px;
	line-height: 46px;
	color: #000;
	cursor: pointer;
	z-index: 5;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	position: relative;
	text-transform: uppercase;
}
/*--------------------------------------------------------------

# Cta

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

.cta {
	background: #f3f1f0;
	padding: 30px 0;
	color: #574741;
}
.cta h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 0px;
	padding-top: 15px;
}
.cta h3 span {
	color: #f03c02;
}
.cta p {
	padding: 0;
	margin: 0;
}
.cta .cta-btn {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 25px;
	border-radius: 2px;
	transition: 0.4s;
	margin: 10px;
	border-radius: 4px;
	border: 2px solid #F47435;
	color: #F47435;
	background: #fff;
}
.cta .cta-btn:hover {
	background: #F47435;
	color: #fff;
}
 @media (max-width: 1024px) {
.cta {
	background-attachment: scroll;
}
}
 @media (min-width: 769px) {
.cta .cta-btn-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
}
/**

 * Featurebox

 */

.featurebox {
	padding: 52px 15% 75px 15%;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.featurebox h1 {
	font-size: 100px;
	font-weight: 300;
	border-bottom: 3px solid #e5e5e5;
	display: inline-block;
	padding: 0 7px;
	padding-bottom: 15px;
	line-height: 1;
}
.featurebox h4 {
	font-weight: 700;
}
.featurebox .bk-readmore {
	margin-top: 20px;
}
 @media only screen and (min-width: 992px) {
div[class^=col-]:nth-child(3n) > .featurebox {
	border-right: none;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
.featurebox {
	padding: 25px 30px 50px 30px;
}
.featurebox h1 {
	font-size: 72px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
div[class^=col-]:nth-child(2n) > .featurebox {
	border-right: none;
}
.featurebox {
	padding: 25px 30px 50px 30px;
}
.featurebox h1 {
	font-size: 72px;
}
}
 @media only screen and (max-width: 767px) {
.featurebox {
	padding: 25px 30px 50px 30px;
	border-right: none;
}
.featurebox h1 {
	font-size: 42px;
}
}
/**

 * Service

 */

.bk-service {
	min-height: 345px;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.bk-service i {
	font-size: 60px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.bk-service h3 {
	position: relative;
	padding-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.bk-service h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 144px;
	height: 3px;
	background: #ffffff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.bk-service span {
	font-family: 'Roboto', sans-serif;
	;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 700;
	margin-top: 2px;
}
.bk-service p {
	margin-top: 2px;
	display: none;
	font-size: 15px;
	color: #333333;
	margin-bottom: 0;
}
.bk-service.text-center h3::before {
	left: 50%;
	margin-left: -72px;
}
.bk-service.is-hover {
	background: #ffffff;
}
.bk-service.is-hover i {
	color: #F47435;
}
.bk-service.is-hover h3 {
	color: #F47435;
}
.bk-service.is-hover h3::before {
	background: #F47435;
}
 @media only screen and (min-width: 1200px) {
[class^=col-]:nth-child(4n+0) .bk-service {
	border-right: none;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
[class^=col-]:nth-child(3n+0) .bk-service {
	border-right: none;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.bk-service {
	min-height: 280px;
}
[class^=col-]:nth-child(2n+0) .bk-service {
	border-right: none;
}
}
 @media only screen and (max-width: 767px) {
.bk-service {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	min-height: 270px;
}
}
/* Service Style 2 */

.bk-service-2 {
	padding: 0;
	background: #F47435;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.bk-service-2 img {
	width: 100%;
}
.bk-service-2 .bk-service-2-content {
	padding: 30px 15px;
}
.bk-service-2 .bk-service-2-content h3 {
	position: relative;
	padding-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	color: #ffffff;
}
.bk-service-2 .bk-service-2-content h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 144px;
	height: 3px;
	background: #ffffff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.bk-service-2 .bk-service-2-content p {
	display: block;
	color: #ffffff;
	margin-bottom: 15px;
	margin-top: 2px;
	font-size: 15px;
}
.bk-service-2.text-center .bk-service-2-content h3::before {
	left: 50%;
	margin-left: -72px;
}
.bk-service-2:hover {
	background: #11a89c;
}
 @media only screen and (min-width: 1201px) {
[class^=col-]:nth-child(1) .bk-service-2, [class^=col-]:nth-child(2) .bk-service-2, [class^=col-]:nth-child(3) .bk-service-2, [class^=col-]:nth-child(4) .bk-service-2 {
	border-top: none;
}
[class^=col-]:nth-child(4n+0) .bk-service-2 {
	border-right: none;
}
.bk-service-2 .bk-service-2-content h3 {
	font-size: 20px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
[class^=col-]:nth-child(1) .bk-service-2, [class^=col-]:nth-child(2) .bk-service-2, [class^=col-]:nth-child(3) .bk-service-2 {
	border-top: none;
}
[class^=col-]:nth-child(3n+0) .bk-service-2 {
	border-right: none;
}
[class^=col-]:last-child .bk-service-2 {
	border-right: none;
}
.bk-service-2 .bk-service-2-content h3 {
	font-size: 20px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
[class^=col-]:nth-child(1) .bk-service-2, [class^=col-]:nth-child(2) .bk-service-2 {
	border-top: none;
}
[class^=col-]:nth-child(2n+0) .bk-service-2 {
	border-right: none;
}
}
 @media only screen and (max-width: 575px) {
[class^=col-]:nth-child(1) .bk-service-2 {
	border-top: none;
}
[class^=col-] .bk-service-2 {
	border-right: none;
}
}
/* Service Style 3 */

.bk-service-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.bk-service-3 + .bk-service-3 {
	margin-top: 30px;
}
.bk-service-3 span.icon {
	display: block;
	height: 100px;
	width: 100px;
	text-align: center;
	line-height: 1;
	border: 2px solid #F47435;
	color: #F47435;
	border-radius: 1000px;
	font-size: 40px;
	margin-right: 25px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.bk-service-3 span.icon i {
	line-height: 100px;
}
.bk-service-3 .bk-service-3-content {
	-ms-flex-negative: 100;
	flex-shrink: 100;
}
.bk-service-3 .bk-service-3-content h5 {
	font-weight: 700;
	padding-top: 7px;
}
.bk-service-3 .bk-service-3-content p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
}
.bk-service-3:hover span.icon {
	background: #F47435;
	color: #ffffff;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.bk-service-3-wrapper {
	margin-top: 60px;
}
}
 @media only screen and (max-width: 767px) {
.bk-service-3-wrapper {
	margin-top: 50px;
}
.bk-service-3 span.icon {
	height: 80px;
	width: 80px;
	font-size: 25px;
}
.bk-service-3 span.icon i {
	line-height: 80px;
}
}
/* Service Pages Styles */

.single-service {
	margin: 38px 0;
	padding-right: 25px;
}
.single-service .signle-service-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}
.single-service .signle-service-head span {
	width: 60px;
	font-size: 36px;
	color: #F47435;
}
.single-service .signle-service-head h6 {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-ms-flex-negative: 100;
	flex-shrink: 100;
}
.single-service p {
	color: #333333;
	margin-bottom: 0;
}
.single-service:hover .signle-service-head span {
	-webkit-animation: crBounceIn 0.6s ease-in-out 1 both;
	animation: crBounceIn 0.6s ease-in-out 1 both;
}
.single-service.single-service-2 {
	padding-right: 0;
	margin: 15px 0;
}
.single-service.single-service-2 .signle-service-head {
	margin-bottom: 20px;
}
.single-service.single-service-2 .signle-service-head span {
	height: 70px;
	width: 70px;
	border: 2px solid #F47435;
	border-radius: 1000px;
	display: inline-block;
	text-align: center;
	line-height: 70px;
	font-size: 30px;
	margin-right: 15px;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.single-service.single-service-2 .signle-service-head span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 3px solid #F47435;
	border-radius: 1000px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.single-service.single-service-2 .signle-service-head h6 {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
}
.single-service.single-service-2:hover .signle-service-head span {
	background: #F47435;
	color: #ffffff;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.single-service.single-service-2:hover .signle-service-head span::before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1.23);
	transform: scale(1.23);
}
.pg-service-thumb img {
	width: 100%;
}
.pg-service-content {
	padding: 30px 50px;
}
.pg-service-content p {
	padding-top: 20px;
	font-size: 16px;
	line-height: 36px;
}
.pg-service-content .bk-button, .pg-service-content a.bk-button, .pg-service-content button.bk-button {
	margin-top: 65px;
}
.service-area-services {
	position: relative;
}
.service-area-image {
	position: absolute;
	left: 30px;
	bottom: 14%;
	max-height: 100%;
	max-width: 38%;
}
 @media only screen and (min-width: 1600px) and (max-width: 1919px) {
.single-service {
	margin: 30px 0;
}
.pg-service-content .section-title {
	padding-bottom: 20px;
}
.pg-service-content p {
	padding-top: 0;
}
.pg-service-content .bk-button, .pg-service-content a.bk-button, .pg-service-content button.bk-button {
	margin-top: 10px;
}
.service-area-image {
	left: 0;
}
}
 @media only screen and (min-width: 1200px) and (max-width: 1599px) {
.single-service {
	margin: 30px 0;
}
.service-area-image {
	left: 0;
	bottom: 50%;
	max-width: 34%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.pg-service-content {
	padding: 30px;
}
.pg-service-content .section-title {
	padding-bottom: 20px;
}
.pg-service-content p {
	padding-top: 0;
	font-size: 14px;
	line-height: 30px;
}
.pg-service-content .bk-button, .pg-service-content a.bk-button, .pg-service-content button.bk-button {
	margin-top: 10px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
.single-service {
	margin: 30px 0;
	padding-right: 0;
}
.service-area-image {
	left: 0;
	bottom: 50%;
	max-width: 42%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.pg-service-content {
	padding: 90px 0;
}
.pg-service-content .section-title {
	padding-bottom: 20px;
}
.pg-service-content p {
	padding-top: 0;
}
.pg-service-content .bk-button, .pg-service-content a.bk-button, .pg-service-content button.bk-button {
	margin-top: 10px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.single-service {
	margin: 30px 0;
	padding-right: 0;
}
.single-service {
	margin: 15px 0;
}
.pg-service-thumb {
	padding: 30px;
	padding-bottom: 0;
}
.pg-service-content {
	padding: 60px 30px;
}
.pg-service-content .section-title {
	padding-bottom: 20px;
}
.pg-service-content p {
	padding-top: 0;
}
.pg-service-content .bk-button, .pg-service-content a.bk-button, .pg-service-content button.bk-button {
	margin-top: 10px;
}
.service-area-image {
	position: inherit;
	bottom: auto;
	max-width: 70%;
	margin: 0 auto;
	display: inherit;
	margin-bottom: 30px;
}
}
 @media only screen and (max-width: 767px) {
.single-service {
	margin: 20px 0;
	padding-right: 0;
}
.single-service {
	margin: 15px 0;
}
.pg-service-thumb {
	padding: 30px;
	padding-bottom: 0;
}
.pg-service-content {
	padding: 60px 30px;
}
.pg-service-content .section-title {
	padding-bottom: 20px;
}
.pg-service-content p {
	padding-top: 0;
	font-size: 14px;
	line-height: 30px;
}
.pg-service-content .bk-button, .pg-service-content a.bk-button, .pg-service-content button.bk-button {
	margin-top: 10px;
}
.service-area-image {
	position: inherit;
	bottom: auto;
	max-width: 70%;
	margin: 0 auto;
	display: inherit;
	margin-bottom: 30px;
}
}
 @media only screen and (max-width: 575px) {
.pg-service-thumb {
	padding: 20px;
	padding-bottom: 0;
}
.pg-service-content {
	padding: 50px 20px;
}
.service-area-image {
	min-width: 80%;
}
}
/**

 * Product Box

 */



.product-box {
	margin-top: 30px;
}
.pro-card img {
	width: 100%;
	border: 3px #edecec solid;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.pro-card:hover img {
	border: 3px #F47435 solid;
}
.product-box h5 {
	margin-bottom: 15px;
	font-weight: 700;
	margin-top: 15px;
}
.product-box h5 a {
	color: #333333;
}
.product-box h5 a:hover {
	color: #F47435;
	text-decoration: underline;
}
.product-box span {
	color: #F47435;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid transparent;
	padding-bottom: 15px;
}
.product-box .social-icons {
	overflow: hidden;
}
.product-box .social-icons ul {
	padding-top: 10px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.product-box:hover span, .product-box.slick-center span, .product-box.is-active span {
	border-color: #e5e5e5;
}
.product-box:hover .social-icons ul, .product-box.slick-center .social-icons ul, .product-box.is-active .social-icons ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
}
 @media only screen and (max-width: 767px) {
}
 @media only screen and (max-width: 767px) {
.product-box img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}
}
.product-box-details ul {
	margin-left: 15px;
}
.product-box-details ul li {
	list-style: disc;
}
.tabcontent ol, .tabcontent1 ol {
	margin-left: 15px;
}
.tabcontent ol li, .tabcontent1 ol li {
	list-style: disc;
}
.vendors-box {
	margin-left: 30px;
}
.vendors-box ul {
	margin-left: 15px;
	margin-bottom: 15px;
}
.vendors-box ul li {
	list-style: disc;
	padding-bottom: 10px;
}
.considerable-box {
	padding: 50px 0% 0px;
}
.considerable-box ul {
	margin-top: 30px;
	margin-left: 15px;
}
/**

 * About Styles

 */

.about-page-skill-content {
	width: 60%;
	margin: 0 auto;
	padding: 50px 0;
}
.about-page-skill-content > h3 {
	text-transform: uppercase;
	font-weight: 800;
	position: relative;
	padding-bottom: 20px;
}
.about-page-skill-content > h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 50px;
	background: #333333;
}
.about-page-skill-content .progress-bars {
	padding-top: 40px;
}
.pg-about-content h2 {
	font-weight: 800;
	margin-top: -10px;
}
.pg-about-content p {
	font-size: 18px;
	line-height: 32px;
	font-family: "Lato", sans-serif;
	margin-top: 30px;
}
.pg-information-content p {
	font-size: 18px;
	line-height: 32px;
	font-family: "Lato", sans-serif;
	margin-top: 10px;
	font-weight: 400;
	margin-bottom: 10px;
}
.pg-goals-content {
	margin-top: 70px;
}
.about-page-skills-image img {
	width: 100%;
}
.companyprofile tr td i {
	margin-right: 3px;
	font-size: 18px;
	width: 22px;
	color: #f47435;
}
 @media only screen and (min-width: 1200px) and (max-width: 1599px) {
.about-page-skill-content {
	width: 85%;
}
.about-page-skill-content .progress-bars {
	padding-top: 20px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
.about-page-skill-content {
	width: 85%;
	padding: 90px 0;
}
.about-page-skill-content .progress-bars {
	padding-top: 20px;
}
.about-page-skills-image {
	width: 85%;
	margin: 0 auto;
	margin-top: 90px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.about-page-skill-content {
	width: 90%;
	padding-bottom: 80px;
}
.about-page-skill-content .progress-bars {
	padding-top: 20px;
}
.about-page-skills-image {
	width: 90%;
	margin: 0 auto;
	margin-top: 80px;
}
.pg-about-content p {
	margin-top: 10px;
}
}
 @media only screen and (max-width: 767px) {
.about-page-skill-content {
	width: 90%;
	padding: 60px 0;
}
.about-page-skill-content .progress-bars {
	padding-top: 20px;
}
.about-page-skills-image {
	width: 90%;
	margin: 0 auto;
	margin-top: 60px;
}
.pg-about-content p {
	margin-top: 0;
}
.companyprofile td {
	width: 100%;
	display: block;
}
}
/**

 * Funfact

 */

.funfact-wrap [class^=col]:nth-child(even) .funfact {
	background: #109f93;
}
.funfact-wrap [class^=col]:nth-child(odd) .funfact {
	background: #F47435;
}
.funfact-wrap.funfact-wrap-grey [class^=col]:nth-child(even) .funfact {
	background: #eeeeee;
}
.funfact-wrap.funfact-wrap-grey [class^=col]:nth-child(odd) .funfact {
	background: #f4f4f4;
}
.funfact {
	text-align: center;
	padding: 100px 30px;
}
.funfact .funfact-inner {
	text-align: left;
	display: inline-block;
	position: relative;
	padding-left: 70px;
}
.funfact .funfact-inner i {
	position: absolute;
	left: 0;
	top: 5px;
	width: 70px;
	font-size: 55px;
	color: #ffffff;
}
.funfact .funfact-inner span.odometer {
	margin-bottom: 0;
	font-weight: 700;
	font-family: "Lato", sans-serif;
	color: #ffffff;
	font-size: 30px;
}
.funfact .funfact-inner p {
	font-family: 'Roboto', sans-serif;
	;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 0;
	color: #ffffff;
}
.funfact-wrap-grey .funfact i {
	color: #F47435;
}
.funfact-wrap-grey .funfact span.odometer {
	color: #333333;
}
.funfact-wrap-grey .funfact p {
	color: #333333;
}
 @media only screen and (min-width: 1200px) and (max-width: 1599px) {
.funfact {
	padding: 75px 30px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
.funfact {
	padding: 50px 20px;
}
.funfact .funfact-inner {
	padding-left: 60px;
}
.funfact .funfact-inner i {
	width: 60px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.funfact {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.funfact-wrap-grey [class^=col]:nth-child(even) .funfact {
	border-top: 1px solid #f3f3f3;
}
.funfact-wrap-grey [class^=col]:nth-child(odd) .funfact {
	border-top: 1px solid #e8e8e8;
}
}
 @media only screen and (max-width: 767px) {
.funfact {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.funfact-wrap-grey [class^=col]:nth-child(even) .funfact {
	border-top: 1px solid #f3f3f3;
}
.funfact-wrap-grey [class^=col]:nth-child(odd) .funfact {
	border-top: 1px solid #e8e8e8;
}
.funfact {
	padding: 50px 20px;
}
}
/**

 * Product Box Details

 */

.team-member-details .team-member-details-image {
	text-align: center;
}
.team-member-details .team-member-details-content > h5 {
	margin-bottom: 0;
	font-weight: 700;
	margin-top: 15px;
	text-align: center;
}
.team-member-details .team-member-details-content > span {
	color: #F47435;
	font-size: 13px;
	display: block;
	padding-bottom: 5px;
	text-align: center;
}
.team-member-details .team-member-details-content > .team-member-info {
	padding-left: 0;
	padding: 10px 25px;
	margin-bottom: 0;
	border-bottom: 1px solid #e5e5e5;
}
.team-member-details .team-member-details-content > .team-member-info li {
	list-style: none;
	padding-bottom: 10px;
	font-size: 14px;
}
.team-member-details .team-member-details-content > .team-member-info li::after {
	content: "";
	clear: both;
	display: table;
}
.team-member-details .team-member-details-content > .team-member-info li span {
	float: right;
}
.team-member-details .social-icons {
	text-align: center;
}
.team-member-details .social-icons ul {
	padding-top: 10px;
}
.doctors-profile-rightside p {
	margin-bottom: 20px;
}
.doctors-profile-rightside-text {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
.doctors-profile-rightside-text p {
	font-size: 14px;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.team-member-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.team-member-details .team-member-details-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(40% - 15px);
	flex: 0 0 calc(40% - 15px);
}
.team-member-details .team-member-details-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(60% - 15px);
	flex: 0 0 calc(60% - 15px);
}
.doctors-profile-rightside {
	margin-top: 50px;
}
}
 @media only screen and (max-width: 767px) {
.team-member-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.team-member-details .team-member-details-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 15px);
	flex: 0 0 calc(50% - 15px);
}
.team-member-details .team-member-details-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 15px);
	flex: 0 0 calc(50% - 15px);
}
.doctors-profile-rightside {
	margin-top: 50px;
}
.doctors-profile-rightside-text {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}
.team-member-details .team-member-details-content > .team-member-info {
	padding: 0;
}
}
 @media only screen and (max-width: 575px) {
.team-member-details {
	display: block;
}
.team-member-details .team-member-details-content {
	margin-top: 30px;
}
.team-member-details .team-member-details-content > .team-member-info {
	padding: 10px 0;
}
.doctors-profile-rightside {
	margin-top: 40px;
}
.doctors-profile-rightside-text {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}
}
/* Style the tab */

.tab {
	float: left;
	border: 0px solid #ccc;
	background-color: #f1f1f1;
	width: 30%;
	min-height: 345px;
}
/* Style the buttons inside the tab */

.tab button {
	display: block;
	background-color: inherit;
	color: black;
	padding: 22px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 17px;
}
/* Change background color of buttons on hover */

.tab button:hover {
	background-color: #ddd;
}
/* Create an active/current "tab button" class */

.tab button.active {
	background-color: #f47435;
	color: #fff;
	font-weight: 600;
}
/* Style the tab content */

.tabcontent, .tabcontent1 {
	float: left;
	padding: 15px 15px;
	border-left: 1px solid #ccc;
	width: 70%;
	min-height: 345px;
}
.our-machines-box, .measuring-box {
	display: inline-block;
	width: 100%;
}
.our-machines-inner-box, .measuring-inner-box {
	display: inline-block;
	width: 100%;
	border: 1px solid #ccc;
}
.productshadow img {
	width: 100%;
	border: 3px #edecec solid;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	margin-bottom: 15px;
}
.productshadow:hover img {
	border: 3px #F47435 solid;
}
 @media only screen and (max-width: 767px) {
.tab {
	float: left;
	border: 0px solid #ccc;
	background-color: #f1f1f1;
	width: 100%;
	min-height: inherit;
}
.tabcontent, .tabcontent1 {
	width: 100%;
	min-height: inherit;
}
}
/**

 * Contact

 */

.contact-area {
	background: #ffffff;
	position: relative;
	z-index: 1;
}
.contact-area::after {
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	height: 100%;
	width: calc(50% - 215px);
	background: #f5f5f5;
	z-index: -1;
}
.contact-leftside > h2, .contact-rightside > h2 {
	font-size: 30px;
	letter-spacing: 0.5px;
	font-weight: 700;
	margin-top: -9px;
}
.contact-form {
	margin-top: 25px;
}
.contact-form input, .contact-form select, .contact-form textarea, .contact-form button {
	margin-top: 30px;
}
.contact-form input, .contact-form select {
	height: 53px;
}
.contact-form input, .contact-form select, .contact-form textarea {
	padding: 0px 20px;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	font-size: 14px;
	color: #333333;
}
 .contact-form input::-webkit-input-placeholder, .contact-form select::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
 color: #333333;
}
 .contact-form input:-moz-placeholder, .contact-form select:-moz-placeholder, .contact-form textarea:-moz-placeholder {
 color: #333333;
}
 .contact-form input::-moz-placeholder, .contact-form select::-moz-placeholder, .contact-form textarea::-moz-placeholder {
 color: #333333;
}
 .contact-form input:-ms-input-placeholder, .contact-form select:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
 color: #333333;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
	border-color: #F47435;
}
.contact-form textarea {
	padding: 15px 20px;
	height: 185px;
}
.contact-form button, .contact-form input[type=submit] {
	height: 50px;
	background: #F47435;
	color: #ffffff;
	border: 1px solid #F47435;
	border-radius: 3px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	padding: 0 30px;
}
.contact-form button i, .contact-form input[type=submit] i {
	padding-left: 7px;
	font-size: 16px;
}
.contact-form button:hover, .contact-form input[type=submit]:hover {
	background: #000;
	border: 1px solid #000;
}
.contact-rightside {
	padding: 0 35px;
}
.contact-information {
	padding-top: 32px;
}
.contact-information > p {
	font-size: 15px;
}
.contact-information ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 35px;
}
.contact-information ul li {
	list-style-type: none;
	position: relative;
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
	padding: 7px 0;
	padding-left: 40px;
	color: #333333;
}
.contact-information ul li i {
	position: absolute;
	left: 0;
	top: 9px;
	font-size: 20px;
}
.contact-information ul li a {
	color: #333333;
}
.contact-information ul li a:hover {
	color: #F47435;
}
.contact-information > h5 {
	margin-top: 50px;
	margin-bottom: 10px;
}
.contact-information .opening-time {
	font-size: 14px;
}
.contact-information .opening-time span {
	font-weight: 700;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
.contact-area::after {
	width: calc(50% - 173px);
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.contact-area::after {
	display: none;
}
.contact-rightside {
	padding: 0;
	margin-top: 60px;
}
.contact-info {
	padding-top: 5px;
}
.contact-form {
	margin-top: 0;
}
.contact-information {
	padding-top: 0;
}
.contact-information > h5 {
	margin-top: 30px;
}
}
 @media only screen and (max-width: 767px) {
.contact-area::after {
	display: none;
}
.contact-rightside {
	padding: 0;
	margin-top: 60px;
}
.contact-info {
	padding-top: 5px;
}
.contact-form {
	margin-top: 0;
}
.contact-leftside > h3, .contact-rightside > h3 {
	font-size: 24px;
	letter-spacing: 0;
}
.contact-information {
	padding-top: 0;
}
.contact-information > h5 {
	margin-top: 30px;
}
}
/**

 * Blog Page Styles

 */

.pg-blog-item {
	margin-bottom: 50px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}
.pg-blog-item .pg-blog-item-category {
	color: #F47435;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: underline;
	margin-bottom: 12px;
	font-size: 12px;
}
.pg-blog-item .pg-blog-item-category a {
	color: #F47435;
}
.pg-blog-item .pg-blog-item-category a:hover {
	color: #333333;
}
.pg-blog-item .pg-blog-item-title {
	text-transform: uppercase;
	color: #424242;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 1px;
}
.pg-blog-item .pg-blog-item-title a {
	color: #333333;
}
.pg-blog-item .pg-blog-item-title a:hover {
	color: #F47435;
}
.pg-blog-item .pg-blog-item-meta {
	font-size: 14px;
	color: #333333;
	margin-bottom: 12px;
}
.pg-blog-item .pg-blog-item-meta span {
	display: inline-block;
	margin-bottom: 10px;
}
.pg-blog-item .pg-blog-item-meta span::after {
	content: "|";
	padding: 0 5px;
}
.pg-blog-item .pg-blog-item-meta span:last-child::after {
	display: none;
}
.pg-blog-item .pg-blog-item-meta a {
	color: #333333;
}
.pg-blog-item .pg-blog-item-meta a:hover {
	color: #F47435;
}
.pg-blog-item .pg-blog-item-image {
	margin-bottom: 22px;
}
.pg-blog-item .pg-blog-item-image a {
	display: block;
}
.pg-blog-item .pg-blog-item-image img {
	width: 100%;
}
.pg-blog-item .pg-blog-item-image iframe {
	width: 100%;
	border: none;
	outline: none;
}
.pg-blog-item p {
	text-align: left;
	font-size: 14px;
}
.pg-blog-item p .mark {
	color: #F47435;
	background: transparent;
}
.pg-blog-item h5 {
	text-align: left;
	font-family: "Lato", sans-serif;
	font-weight: 700;
}
.pg-blog-item blockquote {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
.pg-blog-item .bk-readmore, .pg-blog-item .bk-readmore-2, .pg-blog-item .bk-readmore-3 {
	margin-top: 20px;
}
.pg-blog-item .pg-blog-item-footer {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pg-blog-item .pg-blog-item-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
	padding-right: 30px;
}
.pg-blog-item .pg-blog-item-share span {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	padding-right: 12px;
	color: #333333;
}
.pg-blog-item .pg-blog-item-share span:after {
	content: "|";
	padding-left: 12px;
}
.pg-blog-item .pg-blog-item-comments {
	margin-top: 20px;
	color: #333333;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.pg-blog-item .pg-blog-item-comments i {
	font-size: 14px;
	color: #333333;
	padding-right: 10px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.pg-blog-item .pg-blog-item-comments span:before {
	content: "|";
	padding: 0 5px;
}
.pg-blog-item .pg-blog-item-comments:hover {
	color: #F47435;
}
.pg-blog-item .pg-blog-item-comments:hover i {
	color: #F47435;
}
.pg-blog-item .pg-blog-item-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
	padding-right: 30px;
}
.pg-blog-item .pg-blog-item-tags span {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	padding-right: 12px;
	color: #333333;
}
.pg-blog-item .pg-blog-item-tags span:after {
	content: "|";
	padding-left: 12px;
}
.pg-blog-item .pg-blog-item-tags ul {
	padding-left: 0;
	margin-bottom: 0;
}
.pg-blog-item .pg-blog-item-tags ul li {
	list-style: none;
	display: inline-block;
	margin: 0 4px;
}
.pg-blog-item .pg-blog-item-tags ul li:first-child {
	margin-left: 0;
}
.pg-blog-item .pg-blog-item-tags ul li:last-child {
	margin-right: 0;
}
.pg-blog-item .pg-blog-item-tags ul li a {
	display: inline-block;
	color: #333333;
	padding: 6px 15px;
	background: #f7f7f7;
	font-size: 13px;
	border-radius: 3px;
}
.pg-blog-item .pg-blog-item-tags ul li a:hover {
	background: #F47435;
	color: #ffffff;
}
.blog-page-area .cr-pagination {
	padding-top: 33px;
	position: relative;
}
.blog-page-area .cr-pagination::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 1px;
	width: 100%;
	background: #ebebeb;
}
.blog-page-area .cr-pagination::after {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	display: block;
	height: 1px;
	width: 100%;
	background: #ebebeb;
}
.blog-details p {
	font-size: 14px;
}
.blog-details .pg-blog-item-footer {
	margin-top: 45px;
}
.blog-details .pg-blog-item-tags {
	padding-right: 20px;
}
.blog-details .pg-blog-item-comments {
	margin-right: 20px;
}
.blog-details .pg-blog-item-share {
	padding-right: 0;
}
.blog-details-author {
	position: relative;
	padding-left: 150px;
	margin-top: 30px;
	min-height: 125px;
}
.blog-details-author img {
	position: absolute;
	left: 0;
	top: 0;
	width: 125px;
}
.blog-details-author h6 {
	font-family: 'Roboto', sans-serif;
	;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.blog-details-author p {
	font-size: 14px;
}
.blog-details-popular-post {
	margin-top: 70px;
}
.blog-details-popular-post > h5 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	padding-left: 20px;
}
.blog-details-popular-post > h5::before {
	content: "";
	position: absolute;
	height: 12px;
	width: 12px;
	background: #F47435;
	left: 0;
	top: 3px;
}
.blog-details-commentlist {
	margin-top: 60px;
}
.blog-details-commentlist > h5 {
	font-weight: 700;
	font-size: 16px;
	position: relative;
	display: block;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.blog-details-commentlist > h5::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background: #e1e1e1;
	width: 100%;
}
.blog-details-commentbox {
	margin-top: 70px;
}
.blog-details-commentbox h5 {
	font-weight: 700;
	font-size: 16px;
	display: block;
	text-transform: uppercase;
}
 @media only screen and (max-width: 575px) {
.blog-details-author {
	position: relative;
	padding-left: 0;
	margin-top: 30px;
	min-height: 125px;
}
.blog-details-author img {
	position: relative;
	width: 75px;
	margin-bottom: 20px;
}
}
/* Popular Post */

.popular-post .popular-post-thumb {
	display: block;
	padding-bottom: 15px;
}
.popular-post .popular-post-thumb img {
	width: 100%;
}
.popular-post h6 {
	font-size: 13px;
	font-weight: 700;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.popular-post h6 a {
	color: #333333;
}
.popular-post h6 a:hover {
	color: #F47435;
}
.popular-post span {
	color: #333333;
	font-size: 12px;
	font-weight: 400;
}
.polular-post-slider-active, .polular-post-slider-active-3-items {
	padding-top: 10px;
}
.polular-post-slider-active .cr-navigation, .polular-post-slider-active-3-items .cr-navigation {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	width: 30px;
	display: inline-block;
	border-radius: 0;
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
	font-size: 18px;
	text-align: center;
	padding: 0;
	line-height: 28px;
	color: #adadad;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	visibility: hidden;
	opacity: 0;
}
.polular-post-slider-active .cr-navigation:hover, .polular-post-slider-active-3-items .cr-navigation:hover {
	background: #F47435;
	border-color: #F47435;
	color: #ffffff;
}
.polular-post-slider-active .cr-navigation.cr-navigation-prev, .polular-post-slider-active-3-items .cr-navigation.cr-navigation-prev {
	left: 0;
	right: auto;
}
.polular-post-slider-active .cr-navigation.cr-navigation-next, .polular-post-slider-active-3-items .cr-navigation.cr-navigation-next {
	left: auto;
	right: 0;
}
.polular-post-slider-active:hover .cr-navigation, .polular-post-slider-active-3-items:hover .cr-navigation {
	opacity: 1;
	visibility: visible;
}
/**

 * Widgets

 */

.widgets:not(.footer-widgets) {
	overflow: hidden;
}
.widgets:not(.footer-widgets) .widget-title {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 20px;
}
.widgets:not(.footer-widgets) .widget-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 48px;
	background: #F47435;
}
.widgets:not(.footer-widgets) .single-widget {
	margin-bottom: 50px;
}
.widgets:not(.footer-widgets) .single-widget ul {
	padding-left: 0;
	margin-bottom: 0;
}
.widgets:not(.footer-widgets) .single-widget ul li {
	list-style: none;
}
.widgets:not(.footer-widgets) .widget-search form {
	padding: 20px;
	background: #f7f7f7;
}
.widgets:not(.footer-widgets) .widget-search form input, .widgets:not(.footer-widgets) .widget-search form button {
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	border-radius: 4px;
}
.widgets:not(.footer-widgets) .widget-search form input {
	border: 1px solid #ffffff;
	background: #ffffff;
	letter-spacing: 1px;
	color: #666666;
}
 .widgets:not(.footer-widgets) .widget-search form input::-webkit-input-placeholder {
 color: #666666;
}
 .widgets:not(.footer-widgets) .widget-search form input:-moz-placeholder {
 color: #666666;
}
 .widgets:not(.footer-widgets) .widget-search form input::-moz-placeholder {
 color: #666666;
}
 .widgets:not(.footer-widgets) .widget-search form input:-ms-input-placeholder {
 color: #666666;
}
.widgets:not(.footer-widgets) .widget-search form button[type=button], .widgets:not(.footer-widgets) .widget-search form input[type=button] {
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	color: #ffffff;
	background: #333333;
}
.widgets:not(.footer-widgets) .widget-search form button[type=button]:hover, .widgets:not(.footer-widgets) .widget-search form input[type=button]:hover {
	background: #F47435;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul {
	background: #f7f7f7;
	padding: 20px;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li {
	position: relative;
	padding-left: 22px;
	font-size: 13px;
	line-height: 22px;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li + li {
	margin-top: 23px;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li:before {
	content: "";
	font-family: "fontAwesome";
	position: absolute;
	left: 0;
	top: 0;
	color: #F47435;
	font-size: 16px;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li p {
	margin-bottom: 0;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .tweet {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 70px;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .tweet a {
	color: #F47435;
	display: inline-block;
	padding-right: 4px;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .tweet a:hover {
	opacity: 0.7;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .timePosted {
	font-weight: 700;
	font-size: 13px;
	line-height: 26px;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .timePosted a {
	color: #333333;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .timePosted a:hover {
	color: #F47435;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul li .interact {
	display: none;
}
.widgets:not(.footer-widgets) .widget-popular-post ul {
	margin-bottom: 0;
	padding-left: 0;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li {
	list-style: none;
	position: relative;
	min-height: 58px;
	border-top: 1px solid #f5f5f5;
	padding: 20px 0;
	padding-left: 100px;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li .widget-popular-thumb {
	position: absolute;
	display: inline-block;
	width: 85px;
	left: 0;
	top: 20px;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li .widget-popular-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(19, 191, 177, 0.7);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li .widget-popular-thumb::after {
	content: "";
	font-family: "fontAwesome";
	position: absolute;
	left: 50%;
	top: 50%;
	color: #ffffff;
	font-size: 16px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: 15px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li h6 {
	margin-top: -2px;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li h6 a {
	color: #333333;
	display: block;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li h6 a:hover {
	color: #F47435;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li span {
	color: #333333;
	font-size: 12px;
	display: inline-block;
	line-height: 1.1;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li:first-child {
	border-top: none;
	padding-top: 0;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li:first-child .widget-popular-thumb {
	top: 0;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li:last-child {
	padding-bottom: 0;
}
.widgets:not(.footer-widgets) .widget-popular-post ul li:hover .widget-popular-thumb::before, .widgets:not(.footer-widgets) .widget-popular-post ul li:hover .widget-popular-thumb::after {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}
.widgets:not(.footer-widgets) .widget-categories ul li a {
	display: block;
	background: #f7f7f7;
	font-size: 14px;
	color: #333333;
	padding: 15px 0;
	padding-left: 25px;
	padding-right: 10px;
	border-top: 1px solid #ebebeb;
}
.widgets:not(.footer-widgets) .widget-categories ul li a:hover {
	color: #F47435;
}
.widgets:not(.footer-widgets) .widget-categories ul li:first-child a {
	border-top: none;
}
.widgets:not(.footer-widgets) .widget-archives .widget-archives-inner {
	padding: 20px;
	background: #f7f7f7;
}
.widgets:not(.footer-widgets) .widget-archives .nice-select {
	display: block;
	width: 100%;
	border-radius: 0px;
	border: none;
	padding: 0;
	float: none;
	background: #ffffff;
}
.widgets:not(.footer-widgets) .widget-archives .nice-select::after {
	display: none;
}
.widgets:not(.footer-widgets) .widget-archives .nice-select span.current {
	display: block;
	position: relative;
	color: #333333;
	letter-spacing: 1.5px;
	font-size: 12px;
	padding: 0 20px;
}
.widgets:not(.footer-widgets) .widget-archives .nice-select span.current::after {
	content: "";
	font-family: "fontAwesome";
	position: absolute;
	left: auto;
	right: 0;
	bottom: 3px;
	height: 35px;
	width: 35px;
	border-radius: 100%;
	display: inline-block;
	font-size: 18px;
	padding: 0px 12px;
}
.widgets:not(.footer-widgets) .widget-archives .nice-select .list {
	width: 100%;
	border-radius: 0px;
	margin-top: -1px;
	max-height: 280px;
	overflow-y: auto;
}
.widgets:not(.footer-widgets) .widget-archives .nice-select.open span.current::after {
	content: "";
}
.widgets:not(.footer-widgets) .widget-tags ul {
	background: #f7f7f7;
	padding: 10px 10px 20px 20px;
	font-size: 0;
}
.widgets:not(.footer-widgets) .widget-tags ul li {
	display: inline-block;
	margin-top: 10px;
	margin-right: 9px;
	font-size: 13px;
}
.widgets:not(.footer-widgets) .widget-tags ul li a {
	display: inline-block;
	font-size: 13px;
	color: #333333;
	background: #ffffff;
	padding: 5px 15px;
	border-radius: 3px;
}
.widgets:not(.footer-widgets) .widget-tags ul li a:hover {
	color: #ffffff;
	background: #F47435;
}
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner {
	background: #f7f7f7;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 25px;
}
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	font-size: 0;
}
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots li {
	font-size: 12px;
	margin: 0 3px;
	height: 8px;
	width: 8px;
	display: inline-block;
	border-radius: 100px;
	background: #c2c2c2;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots li.slick-active, .widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots li:hover {
	background: #141414;
}
.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots li button {
	display: none;
}
.widgets:not(.footer-widgets) .widget-instafeed .sidebar-instafeed-single {
	text-align: center;
}
.widgets:not(.footer-widgets) .widget-instafeed .sidebar-instafeed-single span {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	;
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
	padding: 22px 15px;
	padding-bottom: 30px;
	display: inline-block;
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
.widgets:not(.footer-widgets) {
	margin-top: 80px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
.widgets:not(.footer-widgets) .single-widget {
	margin-bottom: 30px;
	background: #f7f7f7;
	padding: 30px;
	width: 100%;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid-column;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul {
	padding: 0;
}
.widgets:not(.footer-widgets) .widget-categories ul li a {
	padding-left: 0;
}
.widgets:not(.footer-widgets) .widget-archives .widget-archives-inner {
	padding: 0;
}
.widgets:not(.footer-widgets) .widget-tags ul {
	padding: 0;
}
.widgets:not(.footer-widgets) .widget-search form {
	padding: 0;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.widgets:not(.footer-widgets) {
	margin-top: 80px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
.widgets:not(.footer-widgets) .single-widget {
	margin-bottom: 30px;
	background: #f7f7f7;
	padding: 30px;
	width: 100%;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid-column;
}
.widgets:not(.footer-widgets) .widget-twitter-feed ul {
	padding: 0;
}
.widgets:not(.footer-widgets) .widget-categories ul li a {
	padding-left: 0;
}
.widgets:not(.footer-widgets) .widget-archives .widget-archives-inner {
	padding: 0;
}
.widgets:not(.footer-widgets) .widget-tags ul {
	padding: 0;
}
.widgets:not(.footer-widgets) .widget-search form {
	padding: 0;
}
}
 @media only screen and (max-width: 767px) {
.widgets:not(.footer-widgets) {
	margin-top: 80px;
}
}
/**

 * Comment Styles

 */

/* Commentlist */

.single-comment {
	position: relative;
	padding-left: 75px;
	min-height: 60px;
	margin-top: 40px;
}
.single-comment img {
	width: 60px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
}
.single-comment h6 {
	font-size: 12px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 0;
}
.single-comment span {
	font-size: 12px;
	color: #333333;
	font-family: "Lato", sans-serif;
}
.single-comment p {
	font-size: 14px;
	margin-bottom: 0;
}
.single-comment .reply-button {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #323334;
	background: #ebebeb;
	padding: 0px 13px;
	border-radius: 3px;
}
.single-comment .reply-button:hover {
	background: #F47435;
	color: #ffffff;
}
.single-comment.reply-comment {
	margin-left: 70px;
}
 @media only screen and (max-width: 575px) {
.single-comment {
	padding-left: 0;
}
.single-comment img {
	position: relative;
	margin-bottom: 20px;
}
.single-comment.reply-comment {
	margin-left: 40px;
}
}
/* Commentbox */

.commentbox form input {
	height: 42px;
}
.commentbox form input + input {
	margin-top: 20px;
}
.commentbox form input, .commentbox form select, .commentbox form textarea {
	color: #333333;
	font-size: 13px;
	border: 1px solid #cfcfcf;
	background: transparent;
	padding: 20px;
}
 .commentbox form input::-webkit-input-placeholder, .commentbox form select::-webkit-input-placeholder, .commentbox form textarea::-webkit-input-placeholder {
 color: #333333;
}
 .commentbox form input:-moz-placeholder, .commentbox form select:-moz-placeholder, .commentbox form textarea:-moz-placeholder {
 color: #333333;
}
 .commentbox form input::-moz-placeholder, .commentbox form select::-moz-placeholder, .commentbox form textarea::-moz-placeholder {
 color: #333333;
}
 .commentbox form input:-ms-input-placeholder, .commentbox form select:-ms-input-placeholder, .commentbox form textarea:-ms-input-placeholder {
 color: #333333;
}
.commentbox form input:focus, .commentbox form select:focus, .commentbox form textarea:focus {
	background: transparent;
	border-color: #cfcfcf;
}
.commentbox form textarea {
	padding: 10px 20px;
	min-height: 166px;
}
.commentbox form button, .commentbox form input[type=submit] {
	display: inline-block;
	background: #323435;
	font-size: 12px;
	border-width: 1px;
	border-color: #323435;
	border-style: solid;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	overflow: hidden;
	position: relative;
	line-height: 1.3;
	padding: 14px 32px;
	vertical-align: middle;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
	;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
	height: 42px;
}
.commentbox form button:hover, .commentbox form input[type=submit]:hover {
	background: #F47435;
	color: #ffffff;
	border-color: #F47435;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.commentbox form textarea {
	margin-top: 20px;
}
}
 @media only screen and (max-width: 767px) {
.commentbox form textarea {
	margin-top: 20px;
}
}
/**

 * Footer Styles

 */

.footer {
	position: relative;
	z-index: 1;
}
.footer::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(27, 27, 37, 0.96);
	z-index: -1;
}
.footer-top-area {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 25px;
}
.footer-social-icons {
	margin-top: 25px;
	padding-left: 0;
	margin-bottom: 0;
	font-size: 0;
}
.footer-social-icons li {
	list-style: none;
	display: inline-block;
	font-size: 18px;
	margin: 0 4px;
}
.footer-social-icons li:first-child {
	margin-left: 0;
}
.footer-social-icons li:last-child {
	margin-right: 0;
}
.footer-social-icons li a {
	height: 45px;
	width: 45px;
	display: inline-block;
	line-height: 43px;
	font-size: 18px;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 100px;
	text-align: center;
}
.footer-social-icons li:hover a {
	background: #ffffff;
	border-color: #ffffff;
	color: #F47435;
}
.footer-newsletter-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px;
	position: relative;
}
.footer-newsletter-form h4 {
	color: #ffffff;
	margin-bottom: 0;
	padding-right: 34px;
	font-weight: 600;
}
.footer-newsletter-form input[type=email] {
	border: none;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 0.5px;
	font-family: "Lato", sans-serif;
	border-radius: 3px 0 0 3px;
	height: 45px;
	line-height: 41px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 100px;
	padding-left: 20px;
	padding-right: 145px;
}
.footer-newsletter-form input[type=email]:focus {
	border: none;
}
 .footer-newsletter-form input[type=email]::-webkit-input-placeholder {
 color: #ffffff;
}
 .footer-newsletter-form input[type=email]:-moz-placeholder {
 color: #ffffff;
}
 .footer-newsletter-form input[type=email]::-moz-placeholder {
 color: #ffffff;
}
 .footer-newsletter-form input[type=email]:-ms-input-placeholder {
 color: #ffffff;
}
.footer-newsletter-form input[type=submit], .footer-newsletter-form button {
	border: 1px solid #ffffff;
	display: inline-block;
	font-size: 12px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	line-height: 1;
	padding: 0 32px;
	vertical-align: middle;
	font-family: 'Roboto', sans-serif;
	;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	right: 5px;
	top: 5px;
	border-radius: 100px;
	width: auto;
	height: 35px;
	line-height: 35px;
	background: #ffffff;
	color: #333333;
}
.footer-newsletter-form input[type=submit]:hover, .footer-newsletter-form button:hover {
	background: rgba(19, 191, 177, 0.9);
	border-color: rgba(19, 191, 177, 0.9);
	color: #ffffff;
}
/* Footoer Widgets */

.widgets.footer-widgets {
	margin-top: -50px;/* Widget About *//* Widget Contact *//** Widget Quick Links */
}
.widgets.footer-widgets .single-widget {
	margin-top: 50px;
}
.widgets.footer-widgets .single-widget ul {
	padding-left: 0;
	margin-bottom: 0;
}
.widgets.footer-widgets .single-widget ul li {
	list-style: none;
	font-family: 'Roboto', sans-serif;
	;
}
.widgets.footer-widgets .widget-title {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	;
	font-weight: 700;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
	position: relative;
	padding-bottom: 15px;
}
.widgets.footer-widgets .widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100px;
	background: #F47435;
}
.widgets.footer-widgets .widget-about > a {
	display: inline-block;
	margin-bottom: 28px;
}
.widgets.footer-widgets .widget-about p {
	margin-top: 15px;
	line-height: 20px;
	color: #ffffff;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	;
}
.widgets.footer-widgets .widget-about p a {
	color: #F47435;
}
.widgets.footer-widgets .widget-contact ul li {
	color: #000;
	font-size: 13px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.widgets.footer-widgets .widget-contact ul li a {
	color: #ffffff;
}
.widgets.footer-widgets .widget-contact ul li a:hover {
	color: #F47435;
}
.widgets.footer-widgets .widget-contact ul li + li {
	margin-top: 20px;
}
.widgets.footer-widgets .widget-contact ul li p {
	line-height: 20px;
	margin-bottom: 0;
	-ms-flex-negative: 100;
	flex-shrink: 100;
}
.widgets.footer-widgets .widget-contact ul li span {
	font-size: 14px;
	color: #ffffff;
	border: 2px solid #cccccc;
	border-radius: 3px;
	height: 32px;
	width: 32px;
	display: inline-block;
	line-height: 28px;
	text-align: center;
	margin-right: 20px;
}
.widgets.footer-widgets .widget-contact ul li.phone, .widgets.footer-widgets .widget-contact ul li.fax {
	font-size: 15px;
}
.widgets.footer-widgets .widget-quick-links ul {
	margin-top: -4px;
}
.widgets.footer-widgets .widget-quick-links ul li {
	display: block;
}
.widgets.footer-widgets .widget-quick-links ul li a {
	display: block;
	font-size: 13px;
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 9px 0;
}
.widgets.footer-widgets .widget-quick-links ul li a:hover {
	color: #F47435;
}
.widgets.footer-widgets .widget-quick-links ul li:first-child a {
	padding-top: 0;
}
.widgets.footer-widgets .widget-quick-links ul li:last-child a {
	border-bottom: none;
	padding-bottom: 0;
}
.footer-copyright-area {
	padding: 20px 0px;
}
.footer-copyright {
	padding: 22px 0 0px;
	font-size: 15px;
	color: #ffffff;
}
.footer-copyright p {
	margin-bottom: 0;
}
.footer-copyright a {
	color: #F47435;
	font-weight: 600;
}
.footer-copyright a:hover {
	color: #F47435;
}
.copyright-area-social {
	padding: 10px 0;
}
.copyright-payment-method-image {
	text-align: right;
}
 @media only screen and (max-width: 767px) {
.footer-social-icons li a {
	height: 38px;
	width: 38px;
	line-height: 36px;
	font-size: 14px;
}
.copyright-area-social {
	padding: 0;
	padding-bottom: 30px;
}
.footer-copyright {
	text-align: center;
	padding: 18px 0;
}
.copyright-payment-method-image {
	text-align: center;
	padding-bottom: 30px;
}
}
 @media only screen and (max-width: 575px) {
.footer-newsletter-form {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-newsletter-form h4 {
	margin-bottom: 15px;
}
.footer-newsletter-form input[type=email] {
	margin-right: 0;
	padding-right: 20px;
}
.footer-newsletter-form input[type=submit], .footer-newsletter-form button {
	margin-top: 20px;
	position: relative;
	top: auto;
	right: auto;
	height: 40px;
	line-height: 40px;
}
}
#main #faq .card {
	margin-bottom: 5px;
	border: 0;
}
#main #faq .card .card-header {
	border: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
	box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
	border-radius: 2px;
	padding: 0;
}
#main #faq .card .card-header .btn-header-link {
	display: block;
	text-align: left;
	background: #f47435;
	color: #fff;
	padding: 20px;
	font-weight: 900;
	font-size: 17px;
}
#main #faq .card .card-header .btn-header-link:after {
	content: "\f107";
	font-family: 'FontAwesome';
	font-weight: 900;
	float: right;
}
#main #faq .card .card-header .btn-header-link.collapsed {
    background: #efefef;
    color: #000;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
	content: "\f106";
}
#main #faq .card .collapsing {
	background: #fff;
	line-height: 30px;
}
#main #faq .card .collapse {
	border: 0;
}
#main #faq .card .collapse.show {
	background: #ffffff;
	line-height: 30px;
	color: #222;
	border: 1px solid #ccc;
}


.pg-about-content-area .table .thead-dark th {
    color: #fff;
    background-color: #f47435;
    border-color: #ffffff;
}