@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,400&amp;display=swap');

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4
}

p {
	color: #696969;
	line-height: 1.74
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}

::selection {
	background: #b3d4fc;
	text-shadow: none
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

textarea {
	resize: vertical
}

.browserupgrade {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0
}

.hidden {
	display: none !important
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap
}

.htwotag h2 {
	font-size: 25px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit
}

.invisible {
	visibility: hidden
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

@media print {

	*,
	:after,
	:before {
		background: 0 0 !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	pre {
		white-space: pre-wrap !important
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}
}

@-webkit-keyframes tmGrowShrink {
	0 {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.55);
		transform: scale(1.55);
		opacity: 0
	}
}

@keyframes tmGrowShrink {
	0 {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.55);
		transform: scale(1.55);
		opacity: 0
	}
}

@-webkit-keyframes tmSpin {
	0 {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes tmSpin {
	0 {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes tmSpinReverse {
	0 {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@keyframes tmSpinReverse {
	0 {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@-webkit-keyframes tmLeftToRight {
	0 {
		-webkit-transform: translateX(-25px);
		transform: translateX(-25px);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(25px);
		transform: translateX(25px);
		opacity: 0
	}
}

@keyframes tmLeftToRight {
	0 {
		-webkit-transform: translateX(-25px);
		transform: translateX(-25px);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(25px);
		transform: translateX(25px);
		opacity: 0
	}
}

* {
	-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: 26px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Karla, sans-serif;
	color: #444;
	font-weight: 400
}

::-webkit-input-placeholder {
	color: #444
}

:-moz-placeholder {
	color: #444
}

::-moz-placeholder {
	color: #444
}

:-ms-input-placeholder {
	color: #444
}

address,
blockquote,
caption,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
menu,
ol,
p,
pre,
table,
ul {
	margin: 0;
	margin-bottom: 15px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Karla, sans-serif;
	line-height: 1.3;
	color: #333
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	font-weight: 500
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	font-weight: 400
}

.h1,
h1 {
	font-size: 42px
}

.h2,
h2 {
	font-size: 36px
}

.h3,
h3 {
	font-size: 26px
}

.h4,
h4 {
	font-size: 22px
}

.h5,
h5 {
	font-size: 18px
}

.h6,
h6 {
	font-size: 16px
}

@media only screen and (min-width:768px) and (max-width:991px) {

	.h1,
	h1 {
		font-size: 34px
	}

	.h2,
	h2 {
		font-size: 32px
	}

	.h3,
	h3 {
		font-size: 24px
	}
}

@media only screen and (max-width:767px) {

	.h1,
	h1 {
		font-size: 32px
	}

	.h2,
	h2 {
		font-size: 28px
	}

	.h3,
	h3 {
		font-size: 22px
	}

	.h4,
	h4 {
		font-size: 20px
	}

	.indexh h1 {
		font-size: 26px !important
	}
}

@media only screen and (max-width:575px) {

	.h1,
	h1 {
		font-size: 29px
	}

	.h2,
	h2 {
		font-size: 26px
	}
}

::-moz-selection {
	background: #007991;
	color: #fff
}

::-ms-selection {
	background: #007991;
	color: #fff
}

::-o-selection {
	background: #007991;
	color: #fff
}

::selection {
	background: #007991;
	color: #fff
}

:-webkit-autofill,
:-webkit-autofill:active,
:-webkit-autofill:focus,
:-webkit-autofill:hover {
	-webkit-transition: background-color 50000s ease-in-out 0;
	-o-transition: background-color 50000s ease-in-out 0;
	transition: background-color 50000s ease-in-out 0
}

a {
	-webkit-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0
}

a:active,
a:focus,
a:hover {
	text-decoration: none;
	outline: 0
}

a:visited {
	color: inherit
}

button {
	cursor: pointer
}

button,
input,
select,
textarea {
	background: 0;
	border: 1px solid #e5e5e5;
	-webkit-transition: all .4s ease-out 0;
	-o-transition: all .4s ease-out 0;
	transition: all .4s ease-out 0;
	color: #444;
	font-family: Karla, sans-serif;
	border-radius: 3px
}

button::-webkit-input-placeholder,
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #777
}

button:-moz-placeholder,
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
	color: #777
}

button::-moz-placeholder,
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	color: #777
}

button:-ms-input-placeholder,
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #777
}

button:active,
button:focus,
input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
	outline: 0;
	border-color: #007991
}

input,
select,
textarea {
	width: 100%;
	font-size: 14px;
	vertical-align: middle
}

input:focus,
select:focus,
textarea:focus {
	background: rgba(63, 81, 181, .05);
	border-color: rgba(63, 81, 181, .05)
}

button,
input,
select {
	height: 50px;
	padding: 0 15px
}

@media only screen and (max-width:767px) {

	button,
	input,
	select {
		height: 44px
	}
}

textarea {
	padding: 10px 15px
}

blockquote {
	border: 1px solid #e5e5e5;
	border-left: 5px solid #007991;
	font-size: 18px;
	line-height: 27px;
	padding: 30px 40px 15px 40px;
	position: relative;
	z-index: 1;
	font-style: italic;
	background: #f7f9fb
}

blockquote footer {
	font-size: 14px
}

blockquote footer a {
	color: #007991
}

blockquote footer a:hover {
	color: #007991
}

@media only screen and (max-width:767px) {
	blockquote {
		font-size: 16px;
		line-height: 25px;
		padding: 20px
	}
}

[class*=" flaticon-"],
[class^=flaticon-] {
	line-height: 1
}

[class*=" flaticon-"]::after,
[class*=" flaticon-"]::before,
[class^=flaticon-]::after,
[class^=flaticon-]::before {
	margin-left: 0;
	font-size: inherit;
	vertical-align: middle
}

.stylish-list {
	padding-left: 0
}

.stylish-list li {
	list-style: none;
	line-height: 30px;
	position: relative;
	padding-left: 30px;
	color: #696969
}

.stylish-list i {
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 16px;
	color: #007991 !important;
}

input[type=checkbox]~label,
input[type=radio]~label {
	position: relative;
	padding-left: 24px;
	cursor: pointer
}

input[type=checkbox]~label:before,
input[type=radio]~label:before {
	content: "";
	font-family: fontAwesome;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 5px;
	border: 1px solid #e5e5e5;
	height: 15px;
	width: 15px;
	line-height: 1;
	font-size: 13px
}

input[type=checkbox]:checked~label,
input[type=radio]:checked~label {
	color: #007991
}

input[type=checkbox]:checked~label:before,
input[type=radio]:checked~label:before {
	content: "\f00c";
	color: #007991;
	border-color: #007991
}

input[type=radio]~label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	border: 2px solid #e5e5e5;
	border-radius: 100px;
	height: 15px;
	width: 15px;
	margin-top: -8px;
	line-height: .5;
	font-size: 28px
}

input[type=radio]:checked~label::before {
	content: "";
	color: #007991;
	border-color: #007991
}

.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:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.color-theme {
	color: #007991
}

.color-secondary {
	color: #9c27b0
}

.color-dark {
	color: #272727
}

.seo-bg {
	background-color: #fafafa
}

.colog-grey {
	color: #f7f9fb
}

.color-black {
	color: #000
}

.color-white {
	color: #fff
}

.bg-theme {
	background: #007991
}

.bg-secondary {
	background: #9c27b0
}

.bg-grey {
	background: #f7f9fb
}

.bg-grey1 {
	text-align: center;
	padding: 30px 20px;
	background: #ececec !important;
	border-bottom: 5px solid rgba(63, 81, 181, .4)
}

.bg-dark {
	background: #272727 !important
}

.bg-black {
	background: #000
}

.bg-white {
	background: #fff !important
}

[class*=bg-image-],
[data-bgimage] {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.bg-image-1 {
	background-image: url(../images/bg/bg-image-1.jpg)
}

.bg-image-2 {
	background-image: url(../images/bg/bg-image-2.jpg)
}

.bg-image-3 {
	background-image: url(../images/bg/bg-image-3.jpg)
}

.bg-image-4 {
	background-image: url(../images/bg/bg-image-4.html)
}

.bg-image-5 {
	background-image: url(../images/bg/bg-image-5.html)
}

.bg-image-6 {
	background-image: url(../images/bg/bg-image-6.html)
}

.bg-image-7 {
	background-image: url(../images/bg/bg-image-7.html)
}

.bg-image-8 {
	background-image: url(../images/bg/bg-image-8.html)
}

.bg-image-9 {
	background-image: url(../images/bg/bg-image-9.html)
}

.bg-image-10 {
	background-image: url(../images/bg/bg-image-10.html)
}

.bg-image-11 {
	background-image: url(../images/bg/bg-image-11.html)
}

.bg-image-12 {
	background-image: url(../images/bg/bg-image-12.html)
}

.bg-image-13 {
	background-image: url(../images/bg/bg-image-13.html)
}

.bg-image-14 {
	background-image: url(../images/bg/bg-image-14.html)
}

.bg-image-15 {
	background-image: url(../images/bg/bg-image-15.html)
}

.bg-image-16 {
	background-image: url(../images/bg/bg-image-16.html)
}

.bg-image-17 {
	background-image: url(../images/bg/bg-image-17.html)
}

.bg-image-18 {
	background-image: url(../images/bg/bg-image-18.html)
}

.bg-image-19 {
	background-image: url(../images/bg/bg-image-19.html)
}

.bg-image-20 {
	background-image: url(../images/bg/bg-image-20.html)
}

.text-italic {
	font-style: italic
}

.text-normal {
	font-style: normal
}

.text-underline {
	font-style: underline
}

.body-font {
	font-family: Karla, sans-serif
}

.heading-font {
	font-family: Karla, sans-serif
}

.tm-fullscreen {
	min-height: 100vh;
	width: 100%
}

[data-black-overlay],
[data-overlay],
[data-secondary-overlay],
[data-white-overlay] {
	position: relative
}

[data-black-overlay]>*,
[data-black-overlay]>div,
[data-overlay]>*,
[data-overlay]>div,
[data-secondary-overlay]>*,
[data-secondary-overlay]>div,
[data-white-overlay]>*,
[data-white-overlay]>div {
	position: relative;
	z-index: 2
}

[data-black-overlay]:before,
[data-overlay]:before,
[data-secondary-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: #007991
}

[data-secondary-overlay]:before {
	background-color: #007991
}

[data-black-overlay]:before {
	background-color: #32363d
}

[data-white-overlay]:before {
	background-color: #fff
}

[data-black-overlay="0.5"]:before,
[data-overlay="0.5"]:before,
[data-secondary-overlay="0.5"]:before,
[data-white-overlay="0.5"]:before {
	opacity: .05
}

[data-black-overlay="1"]:before,
[data-overlay="1"]:before,
[data-secondary-overlay="1"]:before,
[data-white-overlay="1"]:before {
	opacity: .1
}

[data-black-overlay="1.5"]:before,
[data-overlay="1.5"]:before,
[data-secondary-overlay="1.5"]:before,
[data-white-overlay="1.5"]:before {
	opacity: .15
}

[data-black-overlay="2"]:before,
[data-overlay="2"]:before,
[data-secondary-overlay="2"]:before,
[data-white-overlay="2"]:before {
	opacity: .2
}

[data-black-overlay="2.5"]:before,
[data-overlay="2.5"]:before,
[data-secondary-overlay="2.5"]:before,
[data-white-overlay="2.5"]:before {
	opacity: .25
}

[data-black-overlay="3"]:before,
[data-overlay="3"]:before,
[data-secondary-overlay="3"]:before,
[data-white-overlay="3"]:before {
	opacity: .3
}

[data-black-overlay="3.5"]:before,
[data-overlay="3.5"]:before,
[data-secondary-overlay="3.5"]:before,
[data-white-overlay="3.5"]:before {
	opacity: .35
}

[data-black-overlay="4"]:before,
[data-overlay="4"]:before,
[data-secondary-overlay="4"]:before,
[data-white-overlay="4"]:before {
	opacity: .4
}

[data-black-overlay="4.5"]:before,
[data-overlay="4.5"]:before,
[data-secondary-overlay="4.5"]:before,
[data-white-overlay="4.5"]:before {
	opacity: .45
}

[data-black-overlay="5"]:before,
[data-overlay="5"]:before,
[data-secondary-overlay="5"]:before,
[data-white-overlay="5"]:before {
	opacity: .5
}

[data-black-overlay="5.5"]:before,
[data-overlay="5.5"]:before,
[data-secondary-overlay="5.5"]:before,
[data-white-overlay="5.5"]:before {
	opacity: .55
}

[data-black-overlay="6"]:before,
[data-overlay="6"]:before,
[data-secondary-overlay="6"]:before,
[data-white-overlay="6"]:before {
	opacity: .6
}

[data-black-overlay="6.5"]:before,
[data-overlay="6.5"]:before,
[data-secondary-overlay="6.5"]:before,
[data-white-overlay="6.5"]:before {
	opacity: .65
}

[data-black-overlay="7"]:before,
[data-overlay="7"]:before,
[data-secondary-overlay="7"]:before,
[data-white-overlay="7"]:before {
	opacity: .7
}

[data-black-overlay="7.5"]:before,
[data-overlay="7.5"]:before,
[data-secondary-overlay="7.5"]:before,
[data-white-overlay="7.5"]:before {
	opacity: .75
}

[data-black-overlay="8"]:before,
[data-overlay="8"]:before,
[data-secondary-overlay="8"]:before,
[data-white-overlay="8"]:before {
	opacity: .3
}

[data-black-overlay="8.5"]:before,
[data-overlay="8.5"]:before,
[data-secondary-overlay="8.5"]:before,
[data-white-overlay="8.5"]:before {
	opacity: .85
}

[data-black-overlay="9"]:before,
[data-overlay="9"]:before,
[data-secondary-overlay="9"]:before,
[data-white-overlay="9"]:before {
	opacity: .9
}

[data-black-overlay="9.5"]:before,
[data-overlay="9.5"]:before,
[data-secondary-overlay="9.5"]:before,
[data-white-overlay="9.5"]:before {
	opacity: .95
}

[data-black-overlay="10"]:before,
[data-overlay="10"]:before,
[data-secondary-overlay="10"]:before,
[data-white-overlay="10"]:before {
	opacity: 1
}

.slick-slide:active,
.slick-slide:focus {
	outline: 0
}

.slick-slide.slick-active:active,
.slick-slide.slick-active:focus,
.slick-slide.slick-current:active,
.slick-slide.slick-current:focus {
	outline: 0
}

.slick-dotted.slick-slider {
	margin-bottom: 0
}

.tm-padding-section {
	padding-top: 65px;
	padding-bottom: 40px
}

.tm-padding-section-top {
	padding-top: 100px
}

.tm-padding-section-bottom {
	padding-bottom: 100px
}

.tm-padding-section-sm {
	padding-top: 60px;
	padding-bottom: 60px
}

.tm-padding-section-sm-top {
	padding-top: 60px
}

.tm-padding-section-sm-bottom {
	padding-bottom: 60px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tm-padding-section {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.tm-padding-section-top {
		padding-top: 80px
	}

	.tm-padding-section-bottom {
		padding-bottom: 80px
	}
}

@media only screen and (max-width:767px) {
	.tm-padding-section {
		padding-top: 32px;
		padding-bottom: 30px
	}

	.tm-padding-section-top {
		padding-top: 70px
	}

	.tm-padding-section-bottom {
		padding-bottom: 70px
	}
}

.mt-30-reverse {
	margin-top: -30px
}

.mt-30 {
	margin-top: 30px
}

.mb-30 {
	margin-bottom: 30px
}

.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px
}

.pt-30 {
	padding-top: 30px
}

.pb-30 {
	padding-bottom: 30px
}

.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px
}

.mt-50-reverse {
	margin-top: -50px
}

.mt-50 {
	margin-top: 50px
}

.mb-50 {
	margin-bottom: 50px
}

.mtb-50 {
	margin-top: 50px;
	margin-bottom: 50px
}

.pt-50 {
	padding-top: 50px
}

.pb-50 {
	padding-bottom: 50px
}

.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px
}

#scrollUp {
	right: 30px;
	bottom: 56px;
	height: 45px;
	width: 45px;
	line-height: 43px;
	text-align: center;
	background: #007991;
	color: #fff;
	font-size: 16px;
	border-radius: 100%;
	border: 1px solid #007991;
	-webkit-animation: slideInRight .4s ease-in-out 1 both;
	animation: slideInRight .4s ease-in-out 1 both;
	z-index: 999 !important;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.form-messages {
	margin-bottom: 0;
	text-align: center
}

.form-messages.error {
	margin-top: 20px;
	color: #f80707
}

.form-messages.success {
	margin-top: 20px;
	color: #0d8d2d
}

.tm-parallax {
	position: relative;
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed
}

.tm-parallax>.tm-parallax-img {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.tm-videobgholder {
	position: relative
}

.tm-videobgwarpper {
	width: 100%;
	height: 100%;
	position: absolute !important;
	top: 0 !important;
	left: 0;
	z-index: -1
}

.tm-videobg {
	display: block;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	background-size: cover
}

@media(min-width:1200px) {
	.container {
		max-width: 1200px
	}
}

@media(max-width:575px) {
	.container {
		max-width: 480px
	}
}

@media only screen and (max-width:575px) {
	.container {
		max-width: 440px
	}
}

.lg-backdrop {
	background-color: rgba(50, 54, 61, .95)
}

.tm-rating span {
	color: #919191;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle
}

.tm-rating span.active {
	color: #fdc716
}

.tm-preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(63, 81, 181, .9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1000
}

.tm-preloader span {
	display: inline-block;
	height: 30px;
	width: 30px;
	background: 0;
	border-radius: 1000px;
	position: relative;
	z-index: 1
}

.tm-preloader span::after,
.tm-preloader span::before {
	content: "";
	left: 50%;
	top: 50%;
	position: absolute;
	display: inline-block;
	border-radius: 1000px
}

.tm-preloader span::before {
	height: 190%;
	width: 190%;
	margin-left: -28.5px;
	margin-top: -28.5px;
	border-width: 5px;
	border-style: solid;
	border-color: #fff transparent;
	-webkit-animation: tmSpinReverse 1s linear infinite;
	animation: tmSpinReverse 1s linear infinite
}

.tm-preloader span::after {
	height: 250%;
	width: 250%;
	margin-left: -37.5px;
	margin-top: -37.5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #fff;
	-webkit-animation: tmSpin 1s linear infinite;
	animation: tmSpin 1s linear infinite
}

.tm-preloader .tm-button {
	position: absolute;
	top: auto;
	left: auto;
	right: 15px;
	bottom: 15px
}

.datepicker-dropdown {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.datepicker-top-left,
.datepicker-top-right {
	border-top-color: #007991
}

.datepicker-top-left::before,
.datepicker-top-right::before {
	border-bottom-color: #007991
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
	color: #fff;
	background: #007991
}

.datepicker-container {
	width: 240px
}

.datepicker-panel>ul>li {
	width: 34px
}

body {
	padding-right: 0 !important
}

.wrapper {
	position: relative;
	z-index: 1
}

.modal-open .wrapper {
	z-index: initial
}

.main-content {
	background: #fff
}

.tm-button,
a.tm-button,
button.tm-button {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0;
	background: #007991;
	height: 39px;
	line-height: 33px;
	padding: 0 40px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	color: #fff;
	border: 1px solid #007991;
	z-index: 1;
	vertical-align: middle;
	border-radius: 3px
}

.tm-button b,
a.tm-button b,
button.tm-button b {
	position: absolute;
	border-radius: 50%;
	width: 0;
	height: 0;
	display: block;
	background: rgba(0, 0, 0, .1);
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
	-o-transition: width .4s ease-in-out, height .4s ease-in-out;
	transition: width .4s ease-in-out, height .4s ease-in-out
}

.tm-button:hover,
a.tm-button:hover,
button.tm-button:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .15);
	box-shadow: 0 5px 25px rgba(0, 0, 0, .15)
}

.tm-button:hover b,
a.tm-button:hover b,
button.tm-button:hover b {
	width: 500px;
	height: 500px
}

.tm-button:active,
a.tm-button:active,
button.tm-button:active {
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px)
}

.tm-button.tm-button-dark,
a.tm-button.tm-button-dark,
button.tm-button.tm-button-dark {
	background: #333;
	border-color: #333
}

.tm-button.tm-button-dark b,
a.tm-button.tm-button-dark b,
button.tm-button.tm-button-dark b {
	background: rgba(255, 255, 255, .1)
}

.tm-button.tm-button-white,
a.tm-button.tm-button-white,
button.tm-button.tm-button-white {
	background: #fff;
	border-color: #fff;
	color: #007991
}

.tm-button.tm-button-white b,
a.tm-button.tm-button-white b,
button.tm-button.tm-button-white b {
	background: rgba(63, 81, 181, .1)
}

.tm-button.tm-button-sm,
a.tm-button.tm-button-sm,
button.tm-button.tm-button-sm {
	font-weight: 500;
	letter-spacing: 0;
	font-size: 16px;
	height: 44px;
	line-height: 42px;
	padding: 0 25px
}

@media only screen and (max-width:767px) {

	.tm-button,
	a.tm-button,
	button.tm-button {
		font-weight: 500;
		letter-spacing: 0;
		font-size: 16px;
		height: 44px;
		line-height: 42px;
		padding: 0 25px
	}
}

.tm-buttongroup {
	margin-left: -10px;
	margin-top: -10px
}

.tm-buttongroup .tm-button {
	margin-left: 10px;
	margin-top: 10px
}

.tm-readmore,
a.tm-readmore,
button.tm-readmore {
	display: inline-block;
	color: #444;
	font-weight: 700
}

.tm-readmore i,
a.tm-readmore i,
button.tm-readmore i {
	font-size: 12px;
	padding-left: 0;
	-webkit-transition: padding .3s ease-in-out 0;
	-o-transition: padding .3s ease-in-out 0;
	transition: padding .3s ease-in-out 0
}

.tm-readmore:hover,
a.tm-readmore:hover,
button.tm-readmore:hover {
	color: #007991
}

.tm-readmore:hover i,
a.tm-readmore:hover i,
button.tm-readmore:hover i {
	padding-left: 5px
}

.tm-videobutton,
a.tm-videobutton,
button.tm-videobutton {
	display: inline-block;
	position: relative;
	z-index: 1
}

.tm-videobutton a,
a.tm-videobutton a,
button.tm-videobutton a {
	display: inline-block;
	vertical-align: middle;
	border-radius: 999px
}

.tm-videobutton::after,
.tm-videobutton::before,
a.tm-videobutton::after,
a.tm-videobutton::before,
button.tm-videobutton::after,
button.tm-videobutton::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: 100%;
	margin-left: -30px;
	margin-top: -30px;
	border-radius: 999px
}

.tm-videobutton::before,
a.tm-videobutton::before,
button.tm-videobutton::before {
	background: rgba(255, 255, 255, .7);
	z-index: -1;
	-webkit-animation: tmGrowShrink 1.2s ease-in-out 0 infinite both;
	animation: tmGrowShrink 1.2s ease-in-out 0 infinite both
}

.tm-videobutton::after,
a.tm-videobutton::after,
button.tm-videobutton::after {
	background: rgba(63, 81, 181, .7);
	z-index: -2;
	-webkit-animation: tmGrowShrink 1.2s ease-in-out .3s infinite both;
	animation: tmGrowShrink 1.2s ease-in-out .3s infinite both
}

.tm-videobutton span,
a.tm-videobutton span,
button.tm-videobutton span {
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	border-radius: 999px;
	color: #007991;
	-webkit-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0
}

.tm-videobutton span i,
a.tm-videobutton span i,
button.tm-videobutton span i {
	font-size: 26px;
	vertical-align: middle;
	padding-left: 4px
}

.tm-videobutton:hover span,
a.tm-videobutton:hover span,
button.tm-videobutton:hover span {
	background: #007991;
	color: #fff
}

.tm-videobutton.tm-videobutton-lg::after,
.tm-videobutton.tm-videobutton-lg::before,
a.tm-videobutton.tm-videobutton-lg::after,
a.tm-videobutton.tm-videobutton-lg::before,
button.tm-videobutton.tm-videobutton-lg::after,
button.tm-videobutton.tm-videobutton-lg::before {
	margin-left: -40px;
	margin-top: -40px
}

.tm-videobutton.tm-videobutton-lg span,
a.tm-videobutton.tm-videobutton-lg span,
button.tm-videobutton.tm-videobutton-lg span {
	height: 80px;
	width: 80px;
	line-height: 80px
}

.tm-videobutton.tm-videobutton-lg span i,
a.tm-videobutton.tm-videobutton-lg span i,
button.tm-videobutton.tm-videobutton-lg span i {
	font-size: 32px
}

@media only screen and (max-width:767px) {

	.tm-videobutton.tm-videobutton-lg::after,
	.tm-videobutton.tm-videobutton-lg::before,
	a.tm-videobutton.tm-videobutton-lg::after,
	a.tm-videobutton.tm-videobutton-lg::before,
	button.tm-videobutton.tm-videobutton-lg::after,
	button.tm-videobutton.tm-videobutton-lg::before {
		margin-left: -32.5px;
		margin-top: -32.5px
	}

	.tm-videobutton.tm-videobutton-lg span,
	a.tm-videobutton.tm-videobutton-lg span,
	button.tm-videobutton.tm-videobutton-lg span {
		height: 65px;
		width: 65px;
		line-height: 65px
	}

	.tm-videobutton.tm-videobutton-lg span i,
	a.tm-videobutton.tm-videobutton-lg span i,
	button.tm-videobutton.tm-videobutton-lg span i {
		font-size: 26px
	}
}

.tm-section-title {
	margin-bottom: 55px;
	margin-top: -4px
}

.tm-section-title h1,
.tm-section-title h2,
.tm-section-title h3 {
	margin-top: -9px;
	margin-bottom: 10px;
	color: #007991;
	font-size: 29px;
	font-weight: 600
}

.tm-section-title .divider {
	position: relative;
	font-size: 20px;
	color: #007991;
	display: inline-block
}

.tm-section-title .divider i {
	padding-right: 15px;
	line-height: 1
}

.tm-section-title .divider i::before {
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.tm-section-title .divider::after,
.tm-section-title .divider::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 160px;
	background: #007991
}

.tm-section-title .divider::before {
	left: auto;
	right: 100%;
	top: 50%;
	display: none
}

.tm-section-title .divider::after {
	left: 100%;
	top: 50%
}

.tm-section-title .divider.animateon i::before {
	-webkit-animation: tmSpin 2.5s linear 0 infinite;
	animation: tmSpin 2.5s linear 0 infinite
}

.tm-section-title p {
	margin-top: 15px
}

.tm-section-title.tm-section-title-white h2,
.tm-section-title.tm-section-title-white h3 {
	color: #fff
}

.tm-section-title.tm-section-title-white .divider {
	color: #fff
}

.tm-section-title.tm-section-title-white .divider::after,
.tm-section-title.tm-section-title-white .divider::before {
	background: #fff
}

.tm-section-title.tm-section-title-white p {
	color: #fff
}

.tm-section-title.text-center .divider i {
	padding: 0 15px
}

.tm-section-title.text-center .divider::before {
	display: block;
	width: 120px
}

.tm-section-title.text-center .divider::after {
	width: 120px
}

.tm-section-title.text-right .divider i {
	padding-left: 15px;
	padding-right: 0
}

.tm-section-title.text-right .divider::before {
	display: block;
	width: 160px
}

.tm-section-title.text-right .divider::after {
	display: none
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tm-section-title {
		margin-bottom: 50px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tm-section-title {
		margin-bottom: 45px
	}
}

@media only screen and (max-width:767px) {
	.tm-section-title {
		margin-bottom: 40px
	}
}

@media only screen and (max-width:575px) {

	.tm-section-title .divider::after,
	.tm-section-title .divider::before {
		width: 75px
	}

	.tm-section-title.text-center .divider::after,
	.tm-section-title.text-center .divider::before,
	.tm-section-title.text-right .divider::after,
	.tm-section-title.text-right .divider::before {
		width: 75px
	}
}

.small-title {
	position: relative;
	padding-bottom: 15px;
	font-weight: 500;
	margin-bottom: 30px;
	margin-top: -5px
}

.small-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 70px;
	background: #007991
}

.tm-slider-dots ul.slick-dots {
	line-height: 1;
	max-width: 1170px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -25px
}

.tm-slider-dots ul.slick-dots li {
	width: auto;
	height: auto;
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle
}

.tm-slider-dots ul.slick-dots li:first-child {
	margin-left: 0
}

.tm-slider-dots ul.slick-dots li:last-child {
	margin-right: 0
}

.tm-slider-dots ul.slick-dots li button {
	padding: 0;
	height: 15px;
	width: 15px;
	border: 3px solid #007991;
	border-radius: 100px;
	background: #fff
}

.tm-slider-dots ul.slick-dots li button::before {
	display: none
}

.tm-slider-dots ul.slick-dots li.slick-active button {
	border-color: #fff;
	background: #007991;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	box-shadow: 0 0 8px rgba(0, 0, 0, .3)
}

.tm-slider-dots.tm-slider-dots-left ul.slick-dots {
	text-align: left
}

.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots {
	left: auto;
	right: -50px;
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 20px
}

.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li {
	margin: 10px 0;
	margin-left: 0;
	margin-right: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tm-slider-dots ul.slick-dots {
		max-width: 930px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tm-slider-dots ul.slick-dots {
		max-width: 690px
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.tm-slider-dots.tm-slider-dots-vertical {
		margin-bottom: 40px
	}

	.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots {
		max-width: inherit;
		right: auto;
		left: 0;
		top: calc(100%+24px);
		bottom: auto
	}

	.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li {
		margin: 0;
		margin: 0 10px
	}

	.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li:first-child {
		margin-left: 0
	}

	.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li::last-child {
		margin-right: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tm-slider-dots.tm-slider-dots-vertical {
		margin-bottom: 40px
	}

	.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots {
		max-width: inherit;
		right: auto;
		left: 0;
		top: calc(100%+24px);
		bottom: auto
	}

	.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li {
		margin: 0;
		margin: 0 10px
	}

	.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li:first-child {
		margin-left: 0
	}

	.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li::last-child {
		margin-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tm-slider-dots.tm-slider-dots-vertical {
		margin-bottom: 40px
	}

	.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots {
		max-width: inherit;
		right: auto;
		left: 0;
		top: calc(100%+24px);
		bottom: auto
	}

	.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li {
		margin: 0;
		margin: 0 10px
	}

	.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li:first-child {
		margin-left: 0
	}

	.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li::last-child {
		margin-right: 0
	}
}

@media only screen and (max-width:767px) {
	.tm-slider-dots.tm-slider-dots-vertical {
		margin-bottom: 40px
	}

	.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots {
		max-width: inherit;
		right: auto;
		left: 0;
		top: calc(100%+24px);
		bottom: auto
	}

	.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li {
		margin: 0;
		margin: 0 10px
	}

	.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li:first-child {
		margin-left: 0
	}

	.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li::last-child {
		margin-right: 0
	}
}

.tm-slider-arrow {
	position: relative
}

.tm-slider-arrow-next,
.tm-slider-arrow-prev {
	position: absolute;
	top: 50%;
	z-index: 1;
	padding: 0;
	height: 50px;
	line-height: 1;
	width: 50px;
	display: inline-block;
	border: 1px solid #007991;
	background: #007991;
	color: #fff;
	margin-top: -25px;
	font-size: 20px;
	border-radius: 100px
}

.tm-slider-arrow-next i,
.tm-slider-arrow-prev i {
	line-height: 50px
}

.tm-slider-arrow-prev {
	left: -65px;
	right: auto
}

.tm-slider-arrow-next {
	right: -65px;
	left: auto
}

@media only screen and (max-width:1200px) {

	.tm-slider-arrow-next,
	.tm-slider-arrow-prev {
		height: 42px;
		width: 42px;
		font-size: 15px
	}

	.tm-slider-arrow-next i,
	.tm-slider-arrow-prev i {
		line-height: 42px
	}
}

@media only screen and (max-width:1350px) {
	.tm-slider-arrow-prev {
		left: 0
	}

	.tm-slider-arrow-next {
		right: 0
	}
}

.tm-slider-arrow-hovervisible .tm-slider-arrow-next,
.tm-slider-arrow-hovervisible .tm-slider-arrow-prev {
	visibility: hidden;
	opacity: 0
}

.tm-slider-arrow-hovervisible:hover .tm-slider-arrow-next,
.tm-slider-arrow-hovervisible:hover .tm-slider-arrow-prev {
	visibility: visible;
	opacity: 1
}

.tm-tabgroup {
	margin-bottom: 45px
}

.tm-tabgroup li {
	margin-top: 1px;
	margin-right: 1px
}

.tm-tabgroup li a {
	display: inline-block;
	height: 50px;
	line-height: 48px;
	min-width: 170px;
	text-align: center;
	padding: 0 35px;
	background: #ebebeb;
	color: #333;
	font-size: 18px;
	font-weight: 700
}

.tm-tabgroup li a:hover {
	color: #007991
}

.tm-tabgroup li a.active {
	background: #007991;
	color: #fff
}

@media only screen and (max-width:767px) {
	.tm-tabgroup li a {
		min-width: inherit;
		font-size: 16px;
		height: 44px;
		line-height: 42px;
		padding: 0 25px
	}

	.contact-info.style-two .contact-list-item .content .main-contents .text,
	.contact-info.sytle-one .contact-list-item .content .main-contents .text {
		font-size: 25px !important
	}

	.main-contents {
		padding-bottom: 15px
	}
}

.tm-tabgroup2 {
	padding-left: 0;
	margin-bottom: 40px;
	background: #f7f9fb;
	padding: 15px 0;
	text-align: center;
	display: block
}

.tm-tabgroup2 li {
	list-style: none;
	display: inline-block
}

.tm-tabgroup2 li:not(:last-child) a {
	border-right: 1px solid #e5e5e5
}

.tm-tabgroup2 li a {
	color: #444;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 20px
}

.tm-tabgroup2 li a.active {
	color: #007991
}

.tab-content {
	width: 100%
}

.tab-content .tab-pane {
	display: block;
	height: 0;
	max-width: 100%;
	visibility: hidden;
	overflow: hidden;
	opacity: 0
}

.tab-content .tab-pane.active {
	height: auto;
	visibility: visible;
	opacity: 1;
	overflow: visible
}

.nice-select {
	height: 50px;
	border-radius: 3px;
	line-height: 48px;
	padding: 0 15px;
	padding-right: 35px;
	width: 100%;
	background-color: transparent;
	font-size: 18px;
  border: 1px solid #49505762;
}

.nice-select::after {
	content: "";
	position: absolute;
	border: 0;
	background-image: url(../images/icons/down-caret.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: contain;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	height: 9px;
	width: 9px;
	line-height: 1;
	text-align: center
}

.nice-select .current {
	display: block;
	padding: 0;
	color: #777
}

.nice-select .list {
	border-radius: 0;
	margin-bottom: 0;
	min-width: 180px;
	width: 100%;
	margin-top: 1px
}

.nice-select .list .option {
	padding: 0 15px;
	min-height: auto;
	line-height: 30px
}

.nice-select .list .option:hover {
	background: #007991;
	color: #fff
}

.nice-select:focus {
	background: rgba(63, 81, 181, .05);
	border-color: rgba(63, 81, 181, .05);
	color: #444
}

.nice-select.open {
	background: rgba(63, 81, 181, .05);
	border-color: rgba(63, 81, 181, .05)
}

.nice-select.open .current {
	color: #444
}

.nice-select.open:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.tm-breadcrumb {
	margin-top: -8px;
	margin-bottom: -8px
}

.tm-breadcrumb-title {
	font-weight: 700;
	text-transform: uppercase;
	color: #007991
}

.tm-breadcrumb ul {
	padding-left: 0;
	margin-bottom: 0;
	font-size: 0
}

.tm-breadcrumb ul li {
	display: inline-block;
  list-style: none;
  font-size: 19px;
  color: #fff;
  font-weight: 700;
}

.tm-breadcrumb ul li::after {
	content: ">";
	padding: 0 10px
}

.tm-breadcrumb ul li:last-child::after {
	display: none
}

.tm-breadcrumb ul li a {
	color: #444
}

.tm-breadcrumb ul li a:hover {
	color: #007991
}

.tm-pagination ul {
	padding-left: 0;
	margin-bottom: 0;
	font-size: 0;
	margin-top: -10px
}

.tm-pagination ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-top: 10px;
	margin-right: 10px
}

.tm-pagination ul li a {
	display: inline-block;
	color: #444;
	font-weight: 700;
	font-size: 18px;
	height: 45px;
	line-height: 43px;
	border: 1px solid #e5e5e5;
	text-align: center;
	min-width: 45px;
	padding: 0 15px;
	border-radius: 3px
}

.tm-pagination ul li a:hover {
	background: #007991;
	border-color: #007991;
	color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.tm-pagination ul li.is-active a {
	background: #007991;
	border-color: #007991;
	color: #fff
}

@media only screen and (max-width:767px) {
	.tm-pagination ul li a {
		height: 40px;
		line-height: 38px;
		padding: 0 10px;
		min-width: 40px;
		font-size: 16px
	}
}

.tm-comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px
}

.tm-comment:last-child {
	margin-bottom: 0
}

.tm-comment-thumb {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	margin-right: 25px;
	border-radius: 3px;
	overflow: hidden;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.tm-comment-thumb img {
	max-width: 100%
}

.tm-comment-content::after {
	content: "";
	clear: both;
	display: table
}

.tm-comment-content h6 {
	margin-top: -2px;
	margin-bottom: 0
}

.tm-comment-content h6 a {
	color: #333
}

.tm-comment-content h6 a:hover {
	color: #007991
}

.tm-comment-content p {
	margin-top: 8px;
	margin-bottom: 0
}

.tm-comment-date {
	color: #757575
}

.tm-comment .tm-rating,
.tm-comment-replybutton {
	float: right;
	color: #444
}

.tm-comment .tm-rating i,
.tm-comment-replybutton i {
	font-size: 12px
}

.tm-comment .tm-rating:hover,
.tm-comment-replybutton:hover {
	color: #007991
}

.tm-comment-replypost {
	padding-left: 105px
}

@media only screen and (max-width:767px) {
	.tm-comment-replypost {
		padding-left: 30px
	}
}

@media only screen and (max-width:575px) {
	.tm-comment {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.tm-comment-thumb {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
		max-width: 60px;
		margin-right: 20px
	}

	.tm-comment-content {
		margin-top: 20px
	}

	.tm-comment-date {
		display: block
	}

	.tm-comment .tm-rating,
	.tm-comment-replybutton {
		float: none
	}
}

.tm-commentbox {
	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;
	margin-left: -20px;
	margin-top: -15px
}

.tm-commentbox p {
	margin-bottom: 5px
}

.tm-commentbox label {
	margin-bottom: 15px
}

.tm-commentbox-singlefield {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 20px;
	margin-top: 15px
}

.tm-commentbox-singlefield.w-33 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%
}

.tm-commentbox-singlefield .tm-button {
	margin-top: 15px
}

@media only screen and (max-width:767px) {
	.tm-commentbox-singlefield.w-33 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.tm-form-inner {
	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;
	margin-top: -25px
}

.tm-form-field {
	margin-top: 25px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.tm-form-field a {
	color: #444
}

.tm-form-field a:hover {
	color: #007991
}

.tm-form-fieldhalf {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 10px);
	flex: 0 0 calc(50% - 10px);
	max-width: calc(50% - 10px)
}

.tm-form.tm-form-bordered {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	padding: 30px;
	border-radius: 3px
}

@media only screen and (max-width:575px) {
	.tm-form.tm-form-bordered {
		padding: 20px
	}

	.tm-form-fieldhalf {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.header {
	position: relative;
	z-index: 5
}

.header-toparea {
background: #f8f8f8; 
	
	color: #fff;
	padding: 7px 0
}

.header-topinfo {
	padding: 2px 0
}

.header-topinfo ul {
	padding-left: 0;
	margin-bottom: 0
}

.header-topinfo ul li {
	list-style: none;
	display: inline-block;
	margin: 0 17px;
	vertical-align: middle
}

.header-topinfo ul li:first-child {
	margin-left: 0
}

.header-topinfo ul li:last-child {
	margin-right: 0;
	color: #fff
}

.header-topinfo ul li i {
	margin-right: 10px;
	font-size: 18px;
	vertical-align: middle
}

.header-topinfo ul li a {
	color: #444;
	font-size: 15px
}

.header-topinfo ul li a:hover {
	color: #444;
	opacity: .8
}

.header-bottomarea {
	background: #fff;
	z-index: 3;
	position: relative
}

.header-bottominner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.header-bottominner .tm-navigation {
	text-align: right;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.header-logo a {
	display: inline-block
}

.header-logo img {
	width: 230px
}

.header-logo a h2,
.header-logo a h3 {
	margin-bottom: 0;
	color: #007991;
	font-weight: 700;
	font-family: Karla, sans-serif;
	letter-spacing: 1px
}

.header-icons {
	padding-left: 15px
}

.header-icons ul {
	padding-left: 0;
	margin-bottom: 0;
	font-size: 0
}

.header-icons ul li {
	list-style: none;
	display: inline-block;
	padding: 0 8px;
	font-size: 18px;
	position: relative
}

.header-icons ul li:first-child {
	padding-left: 0
}

.header-icons ul li:last-child {
	padding-right: 0
}

.header-icons ul li:last-child::after {
	display: none
}

.header-icons ul li a,
.header-icons ul li button {
	color: #444;
	border: 0;
	padding: 0
}

.header-icons ul li a i,
.header-icons ul li button i {
	width: 15px
}

.header-icons ul li a:focus,
.header-icons ul li button:focus {
	outline: 0
}

.header-icons ul li a:hover,
.header-icons ul li button:hover {
	color: #007991
}

.header-icons ul li .header-loginformtrigger {
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	overflow: hidden;
	border: 1px solid #007991;
	border-radius: 100px;
	color: #007991
}

.header-icons ul li .header-loginformtrigger img {
	height: 100%;
	width: 100%
}

.header-searchbox {
	position: absolute;
	right: 0;
	top: 100%;
	background: #fff;
	padding: 20px;
	width: 320px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0
}

.header-searchbox input:not([type=submit]) {
	border-right-color: transparent;
	border-radius: 3px 0 0 3px
}

.header-searchbox button,
.header-searchbox input[type=submit] {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
	padding: 0;
	text-align: center;
	border-radius: 0 3px 3px 0;
	-webkit-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0
}

.header-searchbox button:hover,
.header-searchbox input[type=submit]:hover {
	color: #fff;
	background: #007991;
	border-color: #007991
}

.header-searchbox.is-visible {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.header-searchform {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-logo {
		max-width: 175px
	}
	
	.header-bottomarea .container{max-width:100% !important;}
	
	.tm-navigation ul li span{padding:20px 12px !important;}
	
	
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-logo {
		padding: 15px 0
	}

	.header-icons {
		padding-right: 35px
	}

	.header-searchbox.is-visible {
		z-index: 3
	}
}

@media only screen and (max-width:767px) {
	.header-topinfo {
		text-align: center
	}

	.header-topinfo ul li {
		margin: 0;
		margin-right: 12px
	}

	.header-topinfo.text-right {
		text-align: center !important
	}

	.header-logo {
		padding: 15px 0;
		max-width: 200px
	}

	.header-icons {
		padding-right: 35px
	}

	.header-searchbox.is-visible {
		z-index: 3
	}
	
	.mean-container .mean-nav ul li{color:#fff !important; line-height:41px;}
	.tm-navigation-megamenu span{padding-left: 15px;
    text-transform: uppercase;}
	.tm-navigation-dropdown span{padding-left: 15px;
    text-transform: uppercase;}
	.header-mobilemenu .mean-container .mean-nav>ul li ul li a {
    padding: 0px 10% !important;
    background: #6d6d6d;
}


.tm-navigation-megamenu li p {width: 100% !important;
    /* padding: 1em 10%; */
    /* border-top: 1px solid #f1f1f1; */
    border-top: 1px solid rgba(255,255,255,.25);
    /* opacity: .75; */
    text-shadow: none!important;
    visibility: visible;
    padding: 7px 10% !important;
    background: #6d6d6d !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    font-size: 16px !important;
    font-weight: normal !important;}






}

@media only screen and (max-width:575px) {
	.header-topsocial {
		text-align: left
	}

	.header-searchbox {
		width: 290px
	}
}

@media only screen and (max-width:480px) {
	.header-logo {
		max-width: 135px;
		padding: 22px 0
	}
}

.header-mobilemenu .mean-container .mean-nav {
	margin-top: 0
}

.header-mobilemenu .mean-container .mean-bar {
	min-height: 0;
	padding: 0;
	z-index: 2
}

.header-mobilemenu .mean-container a.meanmenu-reveal {
	color: #444;
	font-size: 22px !important;
	padding: 0;
	text-indent: 0;
	z-index: 99;
	margin-top: -47px
}

.header-mobilemenu .mean-container .mean-nav {
	background: #007991;
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	width: 100%
}

.header-mobilemenu .mean-container .mean-nav>ul {
	max-height: 496px;
	overflow-y: auto
}

.header-mobilemenu .mean-container .mean-nav>ul li a {
	padding: 7px 5%;
	border-top: 1px solid rgba(255, 255, 255, .2)
}

.header-mobilemenu .mean-container .mean-nav>ul li a.mean-expand {
	padding: 3px 6px !important;
	height: 34px;
	line-height: 34px
}

.header-mobilemenu .mean-container .mean-nav>ul li a.mean-expand:hover {
	background: rgba(255, 255, 255, .1)
}

.header-mobilemenu .mean-container .mean-nav>ul li li a {
	opacity: 1
}

.header-mobilemenu .mean-container .mean-nav>ul li ul li a {
	padding: 7px 10%;
	background: #6d6d6d
}

.header-mobilemenu .mean-container .mean-nav>ul li ul ul li a {
	padding: 7px 15%;
	background: #333
}

.header-mobilemenu .mean-container .mean-nav>ul li ul ul ul li a {
	padding: 7px 20%
}

.sticky-header.sticky-active .header-bottomarea {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	-webkit-animation: .95s ease-in-out 0 normal none 1 running fadeInDown;
	animation: .95s ease-in-out 0 normal none 1 running fadeInDown;
	z-index: 999;
	-webkit-transition: all .7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all .7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all .7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
	background-color: #fff
}

.sticky-header.sticky-active .tm-navigation>ul>li>a {
	padding-top: 20px;
	padding-bottom: 20px
}

.tm-navigation ul {
	margin-bottom: 0;
	padding-left: 0;
	font-size: 0;
	padding: 10px;
}

.tm-navigation ul li {
	display: inline-block;
	list-style: none;
	font-size: 16px;
	position: relative
}

.tm-navigation ul li a {
	display: inline-block;
	font-size: 16px;
	font-family: Karla, sans-serif;
	font-weight: 700;
	padding: 21px 14px;
	color: #444 !important;
}

.tm-navigation ul li:hover>a {
	color: #007991 !important;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tm-navigation ul li a {
		padding: 25px 7px;
		font-size: 13px
	}
}

.tm-navigation .tm-navigation-dropdown>a::after {
	content: "\f107";
	font-family: fontAwesome;
	padding-left: 3px
}

.tm-navigation .tm-navigation-dropdown ul {
	position: absolute;
	text-align: left;
	padding: 10px 0;
	left: 100%;
	top: 0;
	width: 250px;
	background: #fff;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
	visibility: hidden;
	border-top: 4px solid #007991;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: -1;
	border-radius: 0 0 3px 3px;
	-webkit-transition: visibility .2s ease-in-out 0, opacity .2s ease-in-out 0, z-index 0 ease-in-out 0, -webkit-transform .2s ease-in-out 0;
	transition: visibility .2s ease-in-out 0, opacity .2s ease-in-out 0, z-index 0 ease-in-out 0, -webkit-transform .2s ease-in-out 0;
	-o-transition: transform .2s ease-in-out 0, visibility .2s ease-in-out 0, opacity .2s ease-in-out 0, z-index 0 ease-in-out 0;
	transition: transform .2s ease-in-out 0, visibility .2s ease-in-out 0, opacity .2s ease-in-out 0, z-index 0 ease-in-out 0;
	transition: transform .2s ease-in-out 0, visibility .2s ease-in-out 0, opacity .2s ease-in-out 0, z-index 0 ease-in-out 0, -webkit-transform .2s ease-in-out 0
}

.tm-navigation .tm-navigation-dropdown ul li {
	display: block;
	-webkit-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0;
	background: url(../kp-image/icon/list.png) no-repeat left;
	margin: 0;
	padding: 4px 0 4px 13px
}

.tm-navigation .tm-navigation-dropdown ul li a {
	padding: 8px 0;
	line-height: 1;
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #444
}

.tm-navigation .tm-navigation-dropdown ul li.has-child::after {
	content: "";
	clear: both;
	display: table
}

.tm-navigation .tm-navigation-dropdown ul li.has-child>a::after {
	content: "\f105";
	font-family: fontAwesome;
	float: right
}

.tm-navigation .tm-navigation-dropdown ul li:hover>a {
	color: #007991
}

.tm-navigation .tm-navigation-dropdown ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	z-index: 1
}

.tm-navigation .tm-navigation-dropdown>ul {
	left: 0;
	top: 100%;
	padding: 10px
}

.tm-navigation .tm-navigation-dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	z-index: 9
}

.tm-navigation .tm-navigation-dropdown.overflow-element ul {
	left: auto;
	right: 100%
}

.tm-navigation .tm-navigation-dropdown.overflow-element>ul {
	left: auto;
	right: 0
}

.tm-navigation .tm-navigation-megamenu {
	position: inherit !important
}

.tm-navigation .tm-navigation-megamenu>a::after {
	content: "\f107";
	font-family: fontAwesome;
	padding-left: 3px
}

.tm-navigation .tm-navigation-megamenu>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	text-align: left;
	left: 0;
	top: 100%;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
	border-top: 4px solid #007991;
	border-radius: 0 0 3px 3px;
	padding: 15px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: -1;
	-webkit-transition: visibility .2s ease-in-out 0, opacity .2s ease-in-out 0, z-index 0, -webkit-transform .2s ease-in-out 0;
	transition: visibility .2s ease-in-out 0, opacity .2s ease-in-out 0, z-index 0, -webkit-transform .2s ease-in-out 0;
	-o-transition: transform .2s ease-in-out 0, visibility .2s ease-in-out 0, opacity .2s ease-in-out 0, z-index 0;
	transition: transform .2s ease-in-out 0, visibility .2s ease-in-out 0, opacity .2s ease-in-out 0, z-index 0;
	transition: transform .2s ease-in-out 0, visibility .2s ease-in-out 0, opacity .2s ease-in-out 0, z-index 0, -webkit-transform .2s ease-in-out 0
}

.tm-navigation .tm-navigation-megamenu>ul>li {
	display: block;
	width: 100%;
	margin: 15px 0;
	padding: 0 20px
}

.tm-navigation .tm-navigation-megamenu>ul>li:not(:last-child) {
	border-right: 1px solid #e5e5e5
}

.tm-navigation .tm-navigation-megamenu>ul>li>a {
	display: block;
	color: #007991;
	padding: 0;
	padding-bottom: 5px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 700
}

.tm-navigation .tm-navigation-megamenu>ul ul li {
	display: block
}

.tm-navigation .tm-navigation-megamenu>ul ul li a {
	line-height: 1.4;
	display: block;
	font-weight: 400;
	background: url(../kp-image/icon/list.png) no-repeat left;
	margin: 0;
	padding: 8px 0 8px 13px;
	list-style: none;
	font-size: 15px;
	color: #444
}

.tm-navigation .tm-navigation-megamenu>ul ul li a:hover {
	color: #007991
}

.tm-navigation .tm-navigation-megamenu:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	z-index: 9
}

.heroslider {
	position: relative
}

.heroslider-single {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100vh;
	overflow: hidden
}

.heroslider-content {
	padding: 100px 0;
	-webkit-transition: all 1.5s ease-in-out 0;
	-o-transition: all 1.5s ease-in-out 0;
	transition: all 1.5s ease-in-out 0
}

.heroslider-content h1 {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: -10px
}

.heroslider-content h1 span {
	display: block;
	letter-spacing: 2px
}

.heroslider-content h1 b {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 140%;
	font-weight: 700;
	padding: 0 25px
}

.heroslider-content p {
	color: #fff;
	font-size: 18px
}

.heroslider-content .tm-buttongroup {
	margin-top: 5px
}

.heroslider-slider .tm-slider-arrow-prev {
	left: 30px;
	z-index: 2
}

.heroslider-slider .tm-slider-arrow-next {
	right: 30px;
	z-index: 2
}

.heroslider-slidecounter {
	position: absolute;
	left: auto;
	right: 30px;
	bottom: 30px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: rgba(255, 255, 255, .1);
	height: 45px;
	line-height: 45px;
	padding: 0 5px;
	z-index: 2
}

.heroslider-slidecounter .current-slide {
	-webkit-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	transform: translateY(-7px);
	display: inline-block;
	position: relative;
	width: 25px;
	text-align: center;
	line-height: 1
}

.heroslider-slidecounter .total-slide {
	position: relative;
	display: inline-block;
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
	transform: translateY(7px);
	width: 25px;
	text-align: center;
	line-height: 1
}

.heroslider-slidecounter .total-slide::before {
	content: "";
	position: absolute;
	left: -21px;
	top: 3px;
	height: 1px;
	width: 40px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media only screen and (max-width:1350px) {

	.heroslider-slider .tm-slider-arrow-next,
	.heroslider-slider .tm-slider-arrow-prev {
		top: auto;
		bottom: 20px
	}

	.heroslider-slider .tm-slider-arrow-prev {
		left: auto;
		right: calc(50%+10px)
	}

	.heroslider-slider .tm-slider-arrow-next {
		left: calc(50%+10px);
		right: auto
	}

	.heroslider-slidecounter {
		right: 20px;
		bottom: 20px
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.heroslider-slider .tm-slider-arrow-prev {
		left: 15px
	}

	.heroslider-slider .tm-slider-arrow-next {
		right: 15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.heroslider-content h1 {
		margin-top: -7px
	}

	.heroslider-content h1 b {
		font-size: 130%;
		padding: 0 15px;
		margin-bottom: 10px
	}
	
	
	.mean-container .mean-nav ul li {
    color: #fff !important;
    line-height: 41px;
}
.tm-navigation-megamenu span {
    padding-left: 15px;
    text-transform: uppercase;
}

.tm-navigation-megamenu li p
{width: 100% !important;
    /* padding: 1em 10%; */
    /* border-top: 1px solid #f1f1f1; */
    border-top: 1px solid rgba(255,255,255,.25);
    /* opacity: .75; */
    text-shadow: none!important;
    visibility: visible;
    padding: 7px 10% !important;
    background: #6d6d6d !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    font-size: 16px !important;
    font-weight: normal !important;
}
	
.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255,255,255,.5);
    text-decoration: none;
    text-transform: uppercase;
}	
	
	
}

@media only screen and (max-width:767px) {
	.heroslider-content {
		padding-top: 50px
	}

	.heroslider-content h1 {
		margin-top: -5px
	}

	.heroslider-content h1 b {
		font-size: 115%;
		padding: 0 10px;
		margin-bottom: 10px
	}

	.heroslider-content p {
		font-size: 16px
	}

	.heroslider-slidecounter {
		display: none
	}
}

@media only screen and (max-width:575px) {
	.heroslider-content h1 b {
		font-size: 105%
	}
}

.heroslider-animted .heroslider-animatebox {
	overflow: hidden
}

.heroslider-animted .heroslider-animatebox>* {
	-webkit-transform: translateY(150%);
	-ms-transform: translateY(150%);
	transform: translateY(150%);
	-webkit-transition: all 1.2s ease-out 1.2s;
	-o-transition: all 1.2s ease-out 1.2s;
	transition: all 1.2s ease-out 1.2s
}

.heroslider-animted .slick-current .heroslider-animatebox>* {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.heroslider-particle .particles-js {
	width: 100vw;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 3;
	top: 0;
	left: 0
}

.heroslider-particle .container {
	z-index: 4
}

.tm-about-image {
	position: relative
}

.tm-about-image img {
	width: 100%
}

.tm-about-content h2 {
	margin-top: -9px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #007991
}

.tm-about-content span.divider {
	position: relative;
	font-size: 20px;
	color: #007991;
	margin-bottom: 15px;
	display: inline-block
}

.tm-about-content span.divider i {
	padding-right: 15px
}

.tm-about-content span.divider::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	height: 1px;
	width: 160px;
	background: #007991
}

.tm-about-content ul {
	margin-bottom: 0
}

.tm-about-content .tm-button {
	margin-top: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tm-about-content h2 {
		font-size: 38px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tm-about-content {
		margin-top: 50px
	}
}

@media only screen and (max-width:767px) {
	.tm-about-content {
		margin-top: 50px
	}
}

.features-area {
	position: relative
}

.feature-image {
	position: absolute;
	left: 10%;
	bottom: 0;
	max-height: 100%
}

.features-slider-active {
	margin-top: 50px;
	margin-bottom: 50px
}

.features-slider-active.slick-dotted {
	margin-bottom: 55px
}

.features-slider-active .slick-list {
	margin-left: -15px;
	margin-right: -15px
}

.features-slider-row {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.features-slider-row .tm-feature {
	margin: 5px 15px;
	margin: 20px 15px
}

.tm-feature {
	-webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
	padding: 63px 35px;
	background: #fff
}

.tm-feature-icon {
	display: inline-block;
	font-size: 60px;
	margin-bottom: 28px
}

.tm-feature p {
	margin-bottom: 0
}

.tm-feature:hover .tm-feature-icon {
	-webkit-animation: rubberBand .5s ease-in-out 0 1 both;
	animation: rubberBand .5s ease-in-out 0 1 both
}

@media only screen and (min-width:1600px) and (max-width:1919px) {
	.feature-image {
		left: 4%
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.feature-image {
		left: 0;
		max-width: 310px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.features-slider-active {
		margin-top: 0;
		margin-bottom: 0
	}

	.features-slider-active.slick-dotted {
		margin-bottom: 0
	}

	.feature-image {
		display: none
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.features-slider-active {
		margin-top: 0;
		margin-bottom: 0
	}

	.features-slider-active.slick-dotted {
		margin-bottom: 0
	}

	.features-slider-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.features-slider-row .tm-feature {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%
	}

	.feature-image {
		display: none
	}

	.tm-feature {
		-webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
		box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
		padding: 40px 30px
	}
}

@media only screen and (max-width:767px) {
	.features-slider-active {
		margin-top: 0;
		margin-bottom: 0
	}

	.features-slider-active.slick-dotted {
		margin-bottom: 0
	}

	.features-slider-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.features-slider-row .tm-feature {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 44%;
		flex: 0 0 44%
	}

	.feature-image {
		display: none
	}

	.tm-feature {
		-webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
		box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
		padding: 20px 15px
	}
}

@media only screen and (max-width:575px) {
	.features-slider-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.features-slider-row .tm-feature {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 95%;
		flex: 0 0 95%
	}
}

.feature-wrapper-2 {
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
	padding: 35px 0
}

.feature-wrapper-2[class^=col] {
	border-right: 1px solid #e5e5e5
}

.feature-wrapper-2[class^=col]:nth-child(3n) {
	border-right: 0
}

.tm-feature2 {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 25px
}

.tm-feature2-icon {
	display: inline-block;
	height: 92px;
	width: 92px;
	text-align: center;
	line-height: 90px;
	border-radius: 999px;
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
	font-size: 40px;
	margin-bottom: 25px;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.tm-feature2:hover .tm-feature2-icon {
	background: #007991;
	color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.feature-wrapper-2[class^=col] {
		border: 0
	}
}

@media only screen and (max-width:767px) {
	.feature-wrapper-2[class^=col] {
		border: 0
	}
}

.tm-callback h2 {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: -8px
}

.tm-callback .tm-form {
	margin-top: 30px
}

.tm-successreport h2 {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: -8px
}

.tm-successreport canvas {
	margin-top: 17px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tm-successreport {
		margin-top: 50px
	}
}

@media only screen and (max-width:767px) {
	.tm-successreport {
		margin-top: 50px
	}
}

.tm-funfact-wrapper {
	margin-top: -20px;
	margin-bottom: -20px
}

.tm-funfact {
	margin-top: 20px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tm-funfact-icon {
	margin-bottom: 10px;
	display: inline-block;
	font-size: 50px;
	color: #fff;
	border-right: 2px solid #fff;
	padding-right: 20px;
	margin-right: 20px
}

.tm-funfact-content .odometer {
	color: #fff;
	margin-bottom: 5px;
	font-family: Karla, sans-serif;
	font-size: 36px;
	margin-top: -9px;
	display: block
}

.tm-funfact-content h5 {
	color: #fff;
	margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tm-funfact-icon {
		font-size: 40px;
		margin-right: 15px;
		padding-right: 15px
	}

	.tm-funfact-content h5 {
		font-size: 16px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tm-funfact {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media only screen and (max-width:767px) {
	.tm-funfact {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.tm-funfact-icon {
		font-size: 40px;
		margin-right: 15px;
		padding-right: 15px
	}

	.tm-funfact-content .odometer {
		font-size: 28px
	}

	.tm-funfact-content h5 {
		font-size: 16px
	}
}

@media only screen and (max-width:575px) {
	.tm-funfact {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.tm-service {
	padding: 30px 30px;
	background: #fff;
	position: relative;
	z-index: 1;
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-webkit-transition: all .4s ease-in-out 0;
	-o-transition: all .4s ease-in-out 0;
	transition: all .4s ease-in-out 0
}

.tm-service-bgicon {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 150px;
	color: rgba(255, 255, 255, .04);
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .4s ease-in-out 0;
	-o-transition: all .4s ease-in-out 0;
	transition: all .4s ease-in-out 0
}

.tm-service-icon {
	display: inline-block;
	font-size: 52px;
	margin-bottom: 25px;
	color: #007991;
	border-radius: 1000px;
	-webkit-transition: all .4s ease-in-out 0;
	-o-transition: all .4s ease-in-out 0;
	transition: all .4s ease-in-out 0
}

.tm-service-content h5 {
	-webkit-transition: all .4s ease-in-out 0;
	-o-transition: all .4s ease-in-out 0;
	transition: all .4s ease-in-out 0
}

.tm-service-content h5 a {
	color: #333;
	font-weight: 500
}

.tm-service-content h5 a:hover {
	opacity: .8
}

.tm-service-content p {
	-webkit-transition: all .4s ease-in-out 0;
	-o-transition: all .4s ease-in-out 0;
	transition: all .4s ease-in-out 0
}

.tm-service-content .tm-readmore:hover {
	opacity: .8
}

.tm-service:hover {
	background: #007991;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}

.tm-service:hover .tm-service-bgicon {
	opacity: 1;
	visibility: visible
}

.tm-service:hover .tm-service-icon {
	color: #fff
}

.tm-service:hover .tm-service-content h5,
.tm-service:hover .tm-service-content p {
	color: #fff
}

.tm-service:hover .tm-service-content h5 a,
.tm-service:hover .tm-service-content p a {
	color: #fff
}

.tm-service:hover .tm-service-content .tm-readmore {
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tm-service {
		padding: 30px 15px
	}

	.tm-service-bgicon {
		font-size: 110px
	}
}

@media only screen and (max-width:767px) {
	.tm-service-bgicon {
		font-size: 110px
	}
}

@media only screen and (max-width:575px) {
	.tm-service {
		padding: 30px 15px
	}
}

.tm-service-details h2 {
	font-weight: 700
}

.tm-service-details-image {
	margin-bottom: 25px
}

.tm-service-details blockquote {
	margin-top: 25px;
	margin-bottom: 25px
}

.tm-testimonial-content {
	position: relative;
	padding: 25px 40px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	z-index: 1;
	background: #fff;
	border-top: 5px solid #007991;
}

.tm-testimonial-content::after {
	content: "";
	position: absolute;
	left: 50px;
	top: 100%;
	height: 20px;
	width: 20px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -10px;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .05);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .05)
}

.tm-testimonial-content p {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 28px
}

.tm-testimonial-content i {
	font-size: 60px;
	color: #007991;
	position: absolute;
	z-index: -1;
	left: auto;
	top: auto;
	opacity: .07;
	right: 20px;
	bottom: 10px;
	line-height: 1
}

.tm-testimonial-bottom {
	margin-left: 20px;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.tm-testimonial-authorimage {
	display: inline-block;
	height: 85px;
	width: 85px;
	border: 5px solid #007991;
	border-radius: 1000px;
	overflow: hidden;
	margin-right: 20px
}

.tm-testimonial-authorcontent h5 {
	font-weight: 400;
	color: #fff;
	margin-bottom: 0
}

.tm-testimonial-authorcontent p {
	color: #fff;
	margin-bottom: 0;
	font-family: Karla, sans-serif
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tm-testimonial-content {
		padding: 30px
	}
}

@media only screen and (max-width:575px) {
	.tm-testimonial-content {
		padding: 20px
	}

	.tm-testimonial-content p {
		font-size: 16px
	}
}

.tm-product {
	overflow: hidden
}

.tm-product-image {
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	display: block;
	width: 100%;
	border-radius: 3px
}

.tm-product-image img {
	display: block;
	width: 100%
}

.tm-product-imagelink {
	display: block;
	width: 100%;
	position: relative;
	left: 0;
	right: 0;
	top: 0
}

.tm-product-imagelink::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0
}

.tm-product-actions {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	padding-left: 0;
	margin-bottom: 0;
	font-size: 0;
	line-height: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0
}

.tm-product-actions li {
	list-style: none;
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	margin: 0 5px
}

.tm-product-actions li a,
.tm-product-actions li button {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #444;
	background: #fff;
	-webkit-transition: all .3s ease-in 0;
	-o-transition: all .3s ease-in 0;
	transition: all .3s ease-in 0;
	vertical-align: middle;
	outline: 0;
	border: 0;
	padding: 0;
	border-radius: 100px
}

.tm-product-actions li a:focus,
.tm-product-actions li button:focus {
	outline: 0
}

.tm-product-actions li a:hover,
.tm-product-actions li button:hover {
	background: #007991;
	color: #fff
}

.tm-product-content {
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: -5px
}

.tm-product-title {
	margin-bottom: 5px;
	font-weight: 400;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%
}

.tm-product-title a {
	color: #333
}

.tm-product-title a:hover {
	color: #007991
}

.tm-product-rating span {
	color: #919191;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle
}

.tm-product-rating span.active {
	color: #fdc716
}

.tm-product-price {
	margin-bottom: 0;
	font-size: 14px
}

.tm-product-price del {
	color: #5a5a5a;
	font-size: 12px
}

.tm-product:hover .tm-product-imagelink::before {
	visibility: visible;
	opacity: 1
}

.tm-product:hover .tm-product-actions {
	visibility: visible;
	opacity: 1
}

.tm-promo-content h2 {
	font-weight: 700
}

.tm-promo-content h2 span {
	color: #007991;
	font-size: 60px
}

.tm-promo-content p {
	font-size: 18px;
	line-height: 30px
}

.tm-promo-content .tm-countdown {
	margin-top: 15px
}

.tm-promo-content .tm-button {
	margin-top: 50px
}

.tm-promo-image {
	text-align: right
}

.tm-promo-image-2 {
	text-align: left
}

@media only screen and (max-width:767px) {
	.tm-promo-content h2 span {
		font-size: 40px
	}

	.tm-promo-content p {
		font-size: 16px
	}

	.tm-promo-image {
		text-align: center
	}
}

@media only screen and (max-width:575px) {
	.tm-promo-content h2 span {
		font-size: 36px
	}

	.tm-promo-content p {
		font-size: 14px
	}
}

.tm-countdown {
	margin-top: -30px
}

.tm-countdown-pack {
	min-width: 100px;
	min-height: 100px;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-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-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px
}

.tm-countdown-pack:not(:last-child) {
	margin-right: 30px
}

.tm-countdown-pack h2 {
	margin-bottom: 0;
	margin-top: -5px
}

.tm-countdown-pack h5 {
	margin-bottom: 0;
	color: #444;
	font-weight: 400
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tm-countdown-pack {
		min-width: 90px
	}
}

@media only screen and (max-width:767px) {
	.tm-countdown-pack {
		min-width: 80px;
		min-height: 80px
	}
}

.tm-blog {
	background: #fff;
	position: relative;
	z-index: 1;
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-bottom: 5px solid rgba(63, 81, 181, .4);
	-webkit-transition: all .4s ease-in-out 0;
	-o-transition: all .4s ease-in-out 0;
	transition: all .4s ease-in-out 0
}

.tm-blog-audio,
.tm-blog-image,
.tm-blog-video {
	position: relative
}

.tm-blog-image {
	padding-bottom: 10px !important
}

.tm-blog-audio a,
.tm-blog-image a,
.tm-blog-video a {
	display: block
}

.tm-blog-audio img,
.tm-blog-image img,
.tm-blog-video img {
	width: 100%
}

.tm-blog-audio:hover .blogitem-date,
.tm-blog-video:hover .blogitem-date {
	opacity: 0;
	visibility: hidden
}

.tm-blog-imageslider img {
	width: 100%
}

.tm-blog-imageslider>.slick-list {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0
}

.tm-blog-imageslider .tm-slider-arrow-next,
.tm-blog-imageslider .tm-slider-arrow-prev {
	height: 42px;
	width: 42px;
	font-size: 15px;
	border-radius: 0;
	visibility: visible;
	opacity: 1
}

.tm-blog-imageslider .tm-slider-arrow-next i,
.tm-blog-imageslider .tm-slider-arrow-prev i {
	line-height: 42px
}

.tm-blog-imageslider .tm-slider-arrow-prev {
	left: 0
}

.tm-blog-imageslider .tm-slider-arrow-next {
	right: 0
}

.tm-blog-imageslider.tm-slider-dots ul.slick-dots {
	bottom: 15px
}

.tm-blog-content {
	padding: 20px 20px
}

.tm-blog-content h3 {
	margin-bottom: 10px
}

.tm-blog-content h5 {
	font-weight: 500;
	margin-bottom: 10px
}

.tm-blog-content h5 a {
	color: #333
}

.tm-blog-content h5 a:hover {
	color: #007991
}

.tm-blog-content p {
	margin-bottom: 10px;
	text-align: justify
}

.tm-blog-content blockquote {
	margin-top: 25px;
	margin-bottom: 25px
}

.tm-blog-content .tm-readmore {
	color: #333
}

.tm-blog-content .tm-readmore:hover {
	color: #007991
}

.tm-blog-meta {
	margin-bottom: 5px
}

.tm-blog-meta span {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 5px
}

.tm-blog-meta span::after {
	content: "|";
	padding: 0 10px
}

.tm-blog-meta span:last-child::after {
	display: none
}

.tm-blog-meta span i {
	margin-right: 5px;
	color: #007991
}

.tm-blog-meta a {
	color: #444
}

.tm-blog-meta a:hover {
	color: #007991
}

.tm-blog:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}

.blog-slider-active>.slick-list {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -20px;
	margin-bottom: -20px
}

.blog-slider-active .blog-slider-item {
	padding: 0 15px;
	margin-top: 20px;
	margin-bottom: 20px
}

.tm-blog-tags {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	position: relative
}

.tm-blog-tags-title {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 28px;
	font-size: 18px
}

.tm-blog-tags ul {
	display: inline-block;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: -10px;
	font-size: 0
}

.tm-blog-tags ul li {
	display: inline-block;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 14px
}

.tm-blog-tags ul li a {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #e5e5e5;
	padding: 6px 22px;
	color: #444
}

.tm-blog-tags ul li a:hover {
	background: #007991;
	border-color: #007991;
	color: #fff
}

.tm-blog-pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:767px) {
	.tm-blog-tags ul li a {
		padding: 5px 15px
	}
}

.tm-blog-details {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 0
}

.tm-blog-details:hover {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-box-shadow: none;
	box-shadow: none
}

.tm-blog-details .tm-blog-content {
	padding: 0;
	padding-top: 30px
}

.brandlogo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.brandlogo a img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0
}

.brandlogo a:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .15)
}

.brandlogo a:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.brandlogo-slider .slick-list {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
	margin-bottom: -15px
}

.brandlogo-slider .brandlogo {
	padding: 0 15px;
	margin-top: 15px;
	margin-bottom: 15px
}

.whychoose-content {
	margin-top: -7px;
	padding-right: 30px
}

.whychoose-content h2 {
	font-size: 40px;
	font-weight: 700
}

.whychoose-content h6 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 20px
}

.whychoose-content>p {
	margin-top: 20px
}

.whychoose-block {
	position: relative;
	padding-left: 65px;
	margin-right: 75px;
	margin-top: 25px
}

.whychoose-block h5 {
	margin-bottom: 10px
}

.whychoose-block p {
	margin-bottom: 0
}

.whychoose-icon {
	position: absolute;
	left: 0;
	top: 3px;
	color: #007991;
	font-size: 40px
}

.whychoose-chart {
	margin-top: -7px
}

.whychoose-chart h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.whychoose-content {
		padding-right: 0
	}

	.whychoose-content h2 {
		font-size: 38px
	}

	.whychoose-block {
		margin-right: 45px
	}

	.whychoose-chart h2 {
		font-size: 38px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.whychoose-content {
		padding-right: 0
	}

	.whychoose-content h2 {
		font-size: 36px;
		line-height: 46px
	}

	.whychoose-chart {
		margin-top: 50px
	}

	.whychoose-chart h2 {
		font-size: 36px
	}
}

@media only screen and (max-width:767px) {
	.whychoose-content {
		padding-right: 0
	}

	.whychoose-content h2 {
		font-size: 32px;
		line-height: 42px
	}

	.whychoose-content h6 {
		font-size: 16px
	}

	.whychoose-chart {
		margin-top: 40px
	}

	.whychoose-chart h2 {
		font-size: 32px;
		line-height: 42px
	}
}

@media only screen and (max-width:575px) {
	.whychoose-block {
		margin-right: 0
	}
}

.tm-member {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 3px;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out 0;
	-o-transition: all .4s ease-in-out 0;
	transition: all .4s ease-in-out 0
}

.tm-member-top {
	position: relative;
	overflow: hidden
}

.tm-member-top img {
	width: 100%;
	-webkit-transition: all .4s ease-in-out 0;
	-o-transition: all .4s ease-in-out 0;
	transition: all .4s ease-in-out 0
}

.tm-member-social {
	position: absolute;
	left: 0;
	top: auto;
	bottom: 0;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 2;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s
}

.tm-member-social ul {
	padding: 15px 0;
	padding-left: 0;
	margin-bottom: 0;
	font-size: 0
}

.tm-member-social ul li {
	list-style: none;
	margin: 0 -2px;
	display: inline-block;
	font-size: 16px;
	-webkit-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s
}

.tm-member-social ul li:first-child {
	padding-left: 0
}

.tm-member-social ul li:last-child {
	margin-right: 0
}

.tm-member-social ul li a {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	height: 34px;
	width: 34px;
	line-height: 1;
	text-align: center;
	background: #007991;
	border-radius: 100px;
	-webkit-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0
}

.tm-member-social ul li a i {
	line-height: 34px
}

.tm-member-social ul li a:hover {
	background: #fff;
	color: #007991;
	opacity: .8
}

.tm-member-bottom {
	text-align: center;
	padding: 30px 20px;
	background: #fff
}

.tm-member-bottom h5 {
	margin-bottom: 5px
}

.tm-member-bottom p {
	margin-bottom: 0
}

.tm-member:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}

.tm-member:hover .tm-member-top::before {
	visibility: visible;
	opacity: 1
}

.tm-member:hover .tm-member-top img {
	-webkit-filter: blur(2px);
	filter: blur(2px)
}

.tm-member:hover .tm-member-social {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.tm-member:hover .tm-member-social ul li {
	margin: 0 5px
}

.tm-video-content {
	margin-top: 30px;
	margin-bottom: -15px
}

.tm-video-content h1,
.tm-video-content h2,
.tm-video-content h3,
.tm-video-content h4,
.tm-video-content h5,
.tm-video-content h6,
.tm-video-content p {
	color: #fff
}

.tm-faq-image {
	text-align: center
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tm-faq-image {
		margin-bottom: 50px
	}
}

@media only screen and (max-width:767px) {
	.tm-faq-image {
		margin-bottom: 40px
	}
}

@media only screen and (max-width:575px) {
	.tm-faq-image {
		margin-bottom: 30px
	}
}

.tm-accordion {
	margin-top: -15px
}

.tm-accordion .card {
	border: 0;
	background: 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	margin-top: 15px
}

.tm-accordion .card-header {
	padding: 0;
	background: 0;
	border: 0
}

.tm-accordion .card-header button {
	height: auto;
	display: block;
	width: 100%;
	text-align: left;
	font-family: Karla, sans-serif;
	color: #333;
	line-height: 28px;
	font-weight: 500;
	text-decoration: none !important;
	border: 0;
	position: relative;
	white-space: inherit;
	padding: 10px 30px;
	padding-right: 55px;
	background: #007991;
	color: #fff;
	font-size: 16px;
	font-weight: 400
}

.tm-accordion .card-header button::before {
	content: "\f067";
	font-family: fontAwesome;
	position: absolute;
	left: auto;
	right: 0;
	top: 50%;
	margin-top: -15px;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	border-left: 1px solid rgba(255, 255, 255, .3)
}

.tm-accordion .card-header button.collapsed::before {
	content: "\f067"
}

.tm-accordion .card-header button:not(.collapsed) {
	border-radius: 3px 3px 0 0;
	border-bottom: 1px solid #e5e5e5
}

.tm-accordion .card-header button:not(.collapsed):before {
	content: "\f068"
}

.tm-accordion .card-body {
	padding: 30px;
	padding-bottom: 15px;
	border-radius: 0 0 3px 3px;
	background: #fff
}

@media only screen and (max-width:575px) {
	.tm-accordion .card-body {
		padding: 30px 15px;
		padding-bottom: 15px
	}

	.tm-accordion .card-header button {
		padding-left: 15px
	}
}

.tm-pricebox {
	padding: 45px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0
}

.tm-pricebox-header h5 {
	margin-top: -5px;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 35px
}

.tm-pricebox-price {
	display: inline-block;
	border-bottom: 1px solid #e5e5e5
}

.tm-pricebox-price h6 {
	font-family: Karla, sans-serif;
	line-height: 1
}

.tm-pricebox-price h6 span {
	font-size: 48px;
	font-family: Karla, sans-serif;
	line-height: 1;
	font-weight: 700
}

.tm-pricebox-price h6 span sup {
	font-family: Karla, sans-serif;
	font-weight: 500;
	line-height: 1;
	vertical-align: baseline;
	font-size: 26px
}

.tm-pricebox-body {
	margin-top: 15px
}

.tm-pricebox-body ul {
	padding-left: 0;
	margin-bottom: 0
}

.tm-pricebox-body ul li {
	list-style: none;
	padding: 10px 0;
	line-height: 25px
}

.tm-pricebox-body ul li:not(:last-child) {
	border-bottom: 1px solid #e5e5e5
}

.tm-pricebox-footer {
	margin-top: 15px
}

.tm-pricebox-footer .tm-button {
	padding: 0 25px
}

.tm-pricebox.is-active {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.tm-pricebox.is-active .tm-pricebox-price span {
	color: #007991
}

.tm-pricebox:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tm-pricebox {
		padding: 45px 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tm-pricebox {
		padding: 45px 30px;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		box-shadow: 0 0 10px rgba(0, 0, 0, .1)
	}
}

@media only screen and (max-width:767px) {
	.tm-pricebox {
		padding: 45px 30px;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		box-shadow: 0 0 10px rgba(0, 0, 0, .1)
	}
}

.widget-title {
	position: relative;
	padding-bottom: 15px;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Karla, sans-serif
}

.widget-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 70px;
	background: #007991
}

.single-widget ul {
	padding-left: 0;
	margin-bottom: 0
}

.single-widget ul li {
	list-style: none
}

.widget-info-logo {
	display: inline-block;
	margin-bottom: 29px
}

.widget-info .tm-button {
	margin-top: 20px
}

.widget-contact ul {
	padding-right: 30px
}

.widget-contact ul li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 40px
}

.widget-contact ul li i {
	position: absolute;
	left: 0;
	top: 5px;
	color: #007991;
	font-size: 18px
}

.widget-contact p {
	margin-bottom: 0
}

.widget-contact a {
	color: #444
}

.widget-contact a:hover {
	color: #007991
}

.widget-recentpost ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.widget-recentpost ul li:not(:last-child) {
	margin-bottom: 15px
}

.widget-recentpost-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	max-width: 60px;
	margin-right: 15px;
	position: relative;
	-ms-flex-item-align: start;
	align-self: flex-start;
	border-radius: 3px;
	overflow: hidden
}

.widget-recentpost-image::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(63, 81, 181, .85);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.widget-recentpost-image::after {
	content: "\f0c1";
	font-family: fontAwesome;
	font-weight: 900;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 14px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-top: 15px
}

.widget-recentpost-image:hover::before {
	opacity: 1;
	visibility: visible
}

.widget-recentpost-image:hover::after {
	opacity: 1;
	visibility: visible;
	margin-top: 0
}

.widget-recentpost-content {
	margin-top: -4px
}

.widget-recentpost-content h6 {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 0
}

.widget-recentpost-content h6 a {
	color: #333
}

.widget-recentpost-content h6 a:hover {
	color: #007991
}

.widget-recentpost-content span {
	font-size: 14px;
	color: #5e5e5e
}

.widget-newsletter-form button,
.widget-newsletter-form[type=submit] {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 15px
}

.widget-quicklinks ul li:not(:last-child) {
	margin-bottom: 8px
}

.widget-quicklinks ul li a {
	position: relative;
	padding-left: 25px
}

.widget-quicklinks ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	height: 7px;
	width: 7px;
	background: #007991;
	border-radius: 100px;
	-webkit-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0
}

.widget-quicklinks ul li a:hover {
	color: #007991;
	margin-left: 15px
}

.widget-search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.widget-search-form input[type=search],
.widget-search-form input[type=text] {
	border-right: 0;
	border-radius: 3px 0 0 3px
}

.widget-search-form input[type=search]:focus,
.widget-search-form input[type=text]:focus {
	border-color: #e5e5e5
}

.widget-search-form button,
.widget-search-form input[type=submit] {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	padding: 0;
	border-radius: 0 3px 3px 0
}

.widget-search-form button i,
.widget-search-form input[type=submit] i {
	line-height: 1;
	vertical-align: text-top
}

.widget-search-form button:hover,
.widget-search-form input[type=submit]:hover {
	background: #007991;
	border-color: #007991;
	color: #fff
}

.widget-archives ul li,
.widget-categories ul li,
.widget-serviceitems ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 0
}

.widget-archives ul li:first-child,
.widget-categories ul li:first-child,
.widget-serviceitems ul li:first-child {
	padding-top: 0
}

.widget-archives ul li a,
.widget-categories ul li a,
.widget-serviceitems ul li a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #444
}

.widget-archives ul li a::after,
.widget-categories ul li a::after,
.widget-serviceitems ul li a::after {
	content: "";
	clear: both;
	display: table
}

.widget-archives ul li a:before,
.widget-categories ul li a:before,
.widget-serviceitems ul li a:before {
	content: "-";
	padding-right: 5px
}

.widget-archives ul li a span,
.widget-categories ul li a span,
.widget-serviceitems ul li a span {
	float: right
}

.widget-archives ul li a span::before,
.widget-categories ul li a span::before,
.widget-serviceitems ul li a span::before {
	content: "("
}

.widget-archives ul li a span::after,
.widget-categories ul li a span::after,
.widget-serviceitems ul li a span::after {
	content: ")"
}

.widget-archives ul li a:hover,
.widget-categories ul li a:hover,
.widget-serviceitems ul li a:hover {
	color: #333;
	font-weight: 700;
	padding-left: 13px
}

.widget-archives ul li.active a,
.widget-categories ul li.active a,
.widget-serviceitems ul li.active a {
	color: #333;
	font-weight: 700
}

.widget-social li {
	display: inline-block
}

.widget-social li:not(:last-child) {
	margin-right: 26px
}

.widget-social li a {
	font-size: 18px;
	color: #444
}

.widget-social li a:hover {
	color: #007991
}

.widget-tags ul {
	margin-left: -10px;
	margin-top: -10px;
	font-size: 0
}

.widget-tags ul li {
	list-style: none;
	display: inline-block;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 14px
}

.widget-tags ul li a {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #e5e5e5;
	padding: 6px 22px;
	color: #444
}

.widget-tags ul li a:hover {
	background: #007991;
	border-color: #007991;
	color: #fff
}

.widget-size ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 0
}

.widget-size ul li:first-child {
	padding-top: 0
}

.widget-size ul li a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #444
}

.widget-size ul li a:hover {
	color: #333;
	font-weight: 700;
	padding-left: 13px
}

.widget-pricefilter-actions {
	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;
	margin-top: 25px
}

.widget-pricefilter-price {
	font-weight: 500;
	font-family: Karla, sans-serif;
	line-height: 30px;
	margin-bottom: 0;
	font-size: 14px
}

.widget-pricefilter-button {
	display: inline-block;
	border: 1px solid #aaa;
	color: #333;
	font-weight: 500;
	font-family: Karla, sans-serif;
	font-size: 15px;
	height: 32px;
	line-height: 30px;
	padding: 0 20px
}

.widget-pricefilter-button:focus {
	outline: 0
}

.widget-pricefilter-button:hover {
	background: #007991;
	border-color: #007991;
	color: #fff
}

.widget-pricefilter .tm-rangeslider {
	background: #ebebeb;
	height: 6px;
	width: 100%;
	position: relative;
	margin: 5px 0
}

.widget-pricefilter .tm-rangeslider-bar {
	background: #656565;
	height: 7px;
	position: absolute
}

.widget-pricefilter .tm-rangeslider-leftgrip,
.widget-pricefilter .tm-rangeslider-rightgrip {
	height: 15px;
	background: #007991;
	width: 10px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -7.5px
}

.widget-popularproduct ul li,
.widget-relatedproduct ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5
}

.widget-popularproduct ul li:first-child,
.widget-relatedproduct ul li:first-child {
	padding-top: 0
}

.widget-popularproduct-image,
.widget-relatedproduct-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	max-width: 80px;
	margin-right: 15px;
	display: inline-block;
	-ms-flex-item-align: start;
	align-self: flex-start;
	position: relative;
	border-radius: 3px;
	overflow: hidden
}

.widget-popularproduct-image::before,
.widget-relatedproduct-image::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.widget-popularproduct-image::after,
.widget-relatedproduct-image::after {
	content: "\f0c1";
	font-family: fontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 14px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-top: 15px
}

.widget-popularproduct-image:hover::before,
.widget-relatedproduct-image:hover::before {
	opacity: 1;
	visibility: visible
}

.widget-popularproduct-image:hover::after,
.widget-relatedproduct-image:hover::after {
	opacity: 1;
	visibility: visible;
	margin-top: 0
}

.widget-popularproduct-content h6,
.widget-relatedproduct-content h6 {
	margin-bottom: 0
}

.widget-popularproduct-content h6 a,
.widget-relatedproduct-content h6 a {
	color: #333
}

.widget-popularproduct-content h6 a:hover,
.widget-relatedproduct-content h6 a:hover {
	color: #007991
}

.sidebar-widgets {
	margin-top: -30px
}

.sidebar-widgets .single-widget {
	padding: 30px;
	margin-top: 75px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 3px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.sidebar-widgets .single-widget {
		padding: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.sidebar-widgets {
		margin-top: 50px
	}
}

@media only screen and (max-width:767px) {
	.sidebar-widgets {
		margin-top: 50px
	}
}

@media only screen and (max-width:575px) {
	.sidebar-widgets .single-widget {
		padding: 20px
	}
}

.sidebar-widgets-2 {
	margin-top: -40px
}

.sidebar-widgets-2 .single-widget {
	margin-top: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.sidebar-widgets-2 {
		margin-top: 50px
	}
}

@media only screen and (max-width:767px) {
	.sidebar-widgets-2 {
		margin-top: 50px
	}
}

.tm-portfolio {
	overflow: hidden;
	position: relative;
	display: block;
	border-radius: 3px;
	-webkit-transition: all .4s ease-in-out 0;
	-o-transition: all .4s ease-in-out 0;
	transition: all .4s ease-in-out 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.tm-portfolio-buttons {
	font-size: 0;
	margin-top: -6px;
	margin-bottom: 40px
}

.tm-portfolio-buttons button {
	font-size: 16px;
	font-weight: 700;
	color: #444;
	border: 0;
	height: auto;
	line-height: 26px;
	padding: 0;
	margin: 0 13px
}

.tm-portfolio-buttons button.is-active,
.tm-portfolio-buttons button:hover {
	color: #007991
}

.tm-portfolio-image {
	position: relative;
	overflow: hidden
}

.tm-portfolio-image:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(50, 54, 61, .7);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out 0;
	-o-transition: all .4s ease-in-out 0;
	transition: all .4s ease-in-out 0
}

.tm-portfolio-image img {
	width: 100%;
	-webkit-transition: all .4s ease-in-out 0;
	-o-transition: all .4s ease-in-out 0;
	transition: all .4s ease-in-out 0
}

.tm-portfolio-image-slider {
	position: relative
}

.tm-portfolio-video iframe {
	border: 0;
	outline: 0
}

.tm-portfolio-content {
	background: #fff;
	padding: 13px 20px;
	-webkit-transition: all .4s ease-in-out 0;
	-o-transition: all .4s ease-in-out 0;
	transition: all .4s ease-in-out 0;
	z-index: 3
}

.tm-portfolio-content h5 {
	color: #333;
	font-weight: 400;
	margin-bottom: 5px
}

.tm-portfolio-content h5 a {
	color: #333;
	font-size: 15px
}

.tm-portfolio-content h5 a:hover {
	color: #007991
}

.tm-portfolio-content h6 {
	color: #444;
	font-family: Karla, sans-serif;
	margin-bottom: 0;
	font-weight: 400
}

.tm-portfolio-content h6 a {
	color: #444
}

.tm-portfolio-content h6 a:hover {
	color: #007991
}

.tm-portfolio-actions {
	padding-left: 0;
	margin-bottom: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 0;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.tm-portfolio-actions li {
	list-style: none;
	display: inline-block;
	font-size: 16px;
	margin: 0 5px;
	vertical-align: middle
}

.tm-portfolio-actions li:first-child {
	margin-left: 0
}

.tm-portfolio-actions li:last-child {
	margin-right: 0
}

.tm-portfolio-actions li a {
	display: inline-block;
	height: 36px;
	width: 36px;
	line-height: 1;
	text-align: center;
	font-size: 16px;
	color: #444;
	background: #fff;
	display: none;
	border-radius: 100px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(.4);
	-ms-transform: scale(.4);
	transform: scale(.4);
	-webkit-transition: all .4s ease-in-out .2s;
	-o-transition: all .4s ease-in-out .2s;
	transition: all .4s ease-in-out .2s
}

.tm-portfolio-actions li a i {
	line-height: 36px
}

.tm-portfolio-actions li a:first-child {
	display: block
}

.tm-portfolio-actions li a:hover {
	background: #007991;
	color: #fff
}

.tm-portfolio:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}

.tm-portfolio:hover .tm-portfolio-image::before {
	visibility: visible;
	opacity: 1
}

.tm-portfolio:hover .tm-portfolio-image img {
	-webkit-filter: blur(2px);
	filter: blur(2px)
}

.tm-portfolio:hover .tm-portfolio-actions li a {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.tm-portfoliodetails-image img {
	width: 100%
}

.tm-portfoliodetails-gallery .tm-slider-arrow-prev {
	left: 15px
}

.tm-portfoliodetails-gallery .tm-slider-arrow-next {
	right: 15px
}

.tm-portfoliodetails-info {
	padding: 30px;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	background: #f7f9fb
}

.tm-portfoliodetails-info>ul {
	padding-left: 0;
	margin-bottom: 0
}

.tm-portfoliodetails-info>ul>li {
	list-style: none;
	font-size: 16px
}

.tm-portfoliodetails-info>ul>li:not(:last-child) {
	margin-bottom: 15px
}

.tm-portfoliodetails-info>ul>li b {
	font-weight: 700;
	margin-right: 10px
}

.tm-portfoliodetails-info .tm-rating {
	display: inline-block
}

.tm-portfoliodetails-share {
	display: inline-block;
	padding-left: 0;
	margin-bottom: 0
}

.tm-portfoliodetails-share li {
	list-style: none;
	display: inline-block;
	margin-right: 10px
}

.tm-portfoliodetails-share li a {
	display: inline-block;
	vertical-align: middle;
	color: #444
}

.tm-portfoliodetails-share li a:hover {
	color: #007991
}

.tm-portfoliodetails-description h3 {
	font-weight: 700;
	margin-top: -6px
}

.tm-portfoliodetails-description ul {
	margin-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tm-portfoliodetails-description {
		padding-top: 40px
	}
}

@media only screen and (max-width:767px) {
	.tm-portfoliodetails-description {
		padding-top: 40px
	}
}

@media only screen and (max-width:575px) {
	.tm-portfoliodetails-info {
		padding: 20px
	}
}

.tm-contact-block {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	padding: 25px 20px;
	overflow: hidden;
	border-radius: 3px;
	-webkit-transition: all .4s ease-in-out 0;
	-o-transition: all .4s ease-in-out 0;
	transition: all .4s ease-in-out 0
}

.tm-contact-block h5 {
	margin-bottom: 10px
}

.tm-contact-block p {
	margin-bottom: 0
}

.tm-contact-block p a {
	color: #444
}

.tm-contact-block p a:hover {
	color: #007991
}

.tm-contact-block:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}

.tm-contact-icon {
	display: inline-block;
	height: 93px;
	width: 93px;
	line-height: 89px;
	font-size: 40px;
	text-align: center;
	border-radius: 999px;
	border: 3px solid #007991;
	margin-bottom: 25px;
	color: #007991;
	-webkit-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0
}

.tm-contact-formwrapper {
	padding: 60px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.tm-contact-formwrapper h5 {
	margin-bottom: 20px;
	margin-top: -4px
}

.tm-contact-map {
	height: 611px
}

.tm-contact-map #google-map {
	height: 100%;
	width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tm-contact-map {
		height: 350px
	}
}

@media only screen and (max-width:767px) {
	.tm-contact-block {
		padding: 30px
	}

	.tm-contact-icon {
		height: 75px;
		width: 75px;
		line-height: 73px;
		font-size: 32px
	}

	.tm-contact-formwrapper {
		padding: 30px
	}

	.tm-contact-map {
		height: 350px
	}
}

@media only screen and (max-width:575px) {
	.tm-contact-formwrapper {
		padding: 20px
	}

	.tm-contact-map {
		height: 300px
	}
}

.tm-shop-header {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -15px
}

.tm-shop-header .nice-select {
	width: auto;
	min-width: 200px;
	margin-top: 15px
}

.tm-shop-header .nice-select .list {
	width: 100%
}

.tm-shop-countview {
	margin-bottom: 0;
	-webkit-box-flex: 100;
	-ms-flex-positive: 100;
	flex-grow: 100;
	margin-top: 15px
}

.tm-cta {
	padding: 30px 0
}

.tm-cta-content h3 {
	color: #fff;
	margin-bottom: 0
}

.tm-cta-button {
	text-align: right;
	position: relative;
	padding-left: 60px
}

.tm-cta-button::before {
	content: url(../images/icons/long-right-arrow.png);
	left: 0;
	top: 50%;
	width: 50px;
	line-height: 1;
	position: absolute;
	margin-top: -7px;
	-webkit-animation: tmLeftToRight 2s ease-in-out 0 infinite both;
	animation: tmLeftToRight 2s ease-in-out 0 infinite both
}

@media only screen and (max-width:767px) {
	.tm-cta-content {
		text-align: left
	}

	.tm-cta-button {
		text-align: left;
		padding-left: 0;
		margin-top: 25px
	}

	.tm-cta-button::before {
		display: none
	}
}

.tm-pnf {
	text-align: center;
	position: relative;
	padding: 100px 0
}

.tm-pnf h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 25rem;
	opacity: .06
}

.tm-pnf h2 {
	color: #007991;
	font-weight: 700
}

.tm-pnf .tm-button {
	margin-top: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tm-pnf h1 {
		font-size: 20rem
	}
}

@media only screen and (max-width:767px) {
	.tm-pnf {
		padding: 50px 0
	}

	.tm-pnf h1 {
		font-size: 15rem
	}
}

@media only screen and (max-width:575px) {
	.tm-pnf {
		padding: 50px 0
	}

	.tm-pnf h1 {
		font-size: 10rem
	}
}

.footer-copyrightarea {
	padding: 0 0 26px;
	background: #f8f8f8
}

.footer-copyright {
	margin-bottom: 0;
	color: #696969;
	padding: 5px 0;
	text-align: center;
}

.footer-copyright a {
	font-weight: 700;
	color: #696969
}

.footer-copyright a:hover {
	opacity: .75
}

.footer-copyrightsocial {
	text-align: right;
	padding: 5px 0
}

.footer-copyrightsocial ul {
	padding-left: 0;
	margin-bottom: 0
}

.footer-copyrightsocial ul li {
	list-style: none;
	display: inline-block
}

.footer-copyrightsocial ul li:not(:last-child) {
	margin-right: 10px
}

.footer-copyrightsocial ul li a {
	font-size: 16px;
	color: #fff;
	background: #2c2f43;
	display: inline-block;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 3px
}

.footer-copyrightsocial ul li a:hover {
	background: #007991;
	color: #fff
}

@media only screen and (max-width:767px) {
	.footer-copyright {
		text-align: center
	}

	.footer-copyrightsocial {
		text-align: center
	}
}

.footer-widgets {
	margin-top: -50px
}

.footer-widgets .single-widget {
	color: #dedede;
	margin-top: 50px
}

.footer-widgets .single-widget a:not(.tm-button) {
	color: #696969
}

.footer-widgets .single-widget a:not(.tm-button):hover {
	opacity: .75;
	color: #007991
}

.footer-widgets .widget-title {
	color: #323233
}

.footer-widgets .widget-title:after {
	content: "";
	height: 2px;
	width: 80px;
	background: #007991
}

.footer-widgets .widget-recentpost ul {
	padding-top: 5px
}

.footer-widgets .widget-recentpost-content h6 {
	color: #fff;
	font-size: 15px
}

.footer-widgets .widget-recentpost-content h6 a {
	color: #fff
}

.footer-widgets .widget-recentpost-content h6 a:hover {
	color: #007991
}

.footer-widgets .widget-recentpost-content span {
	color: #aaa
}

.footer-widgets .widget-newsletter-form {
	padding-top: 10px
}

.footer-widgets .widget-newsletter-form input:not([type=submit]) {
	color: #fff;
	border-color: rgba(255, 255, 255, .2)
}

.footer-widgets .widget-newsletter-form input:not([type=submit])::-webkit-input-placeholder {
	color: #fff
}

.footer-widgets .widget-newsletter-form input:not([type=submit]):-moz-placeholder {
	color: #fff
}

.footer-widgets .widget-newsletter-form input:not([type=submit])::-moz-placeholder {
	color: #fff
}

.footer-widgets .widget-newsletter-form input:not([type=submit]):-ms-input-placeholder {
	color: #fff
}

.footer-widgets .widget-newsletter-form input:not([type=submit]):focus {
	background: rgba(63, 81, 181, .2);
	border-color: rgba(63, 81, 181, .6)
}

.tm-prodetails-images {
	width: 100%
}

.tm-prodetails-largeimages {
	overflow: hidden;
	border-radius: 3px;
	overflow: hidden
}

.tm-prodetails-largeimage a {
	position: relative;
	z-index: 1;
	display: block
}

.tm-prodetails-largeimage a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 2;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0
}

.tm-prodetails-largeimage a::after {
	content: "\f00e";
	font-family: fontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 70px;
	z-index: 1;
	color: rgba(255, 255, 255, .5);
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0
}

.tm-prodetails-largeimage a:hover::before {
	visibility: visible;
	opacity: 1
}

.tm-prodetails-largeimage a:hover::after {
	visibility: visible;
	opacity: 1
}

.tm-prodetails-thumbnails {
	overflow: hidden
}

.tm-prodetails-thumbnails .slick-list {
	margin-right: -5px;
	margin-left: -5px
}

.tm-prodetails-thumbnails .tm-slider-arrow-next,
.tm-prodetails-thumbnails .tm-slider-arrow-prev {
	height: 42px;
	width: 42px;
	font-size: 15px;
	border-radius: 3px;
	opacity: .8
}

.tm-prodetails-thumbnails .tm-slider-arrow-next i,
.tm-prodetails-thumbnails .tm-slider-arrow-prev i {
	line-height: 42px
}

.tm-prodetails-thumbnails .tm-slider-arrow-prev {
	left: 0;
	right: auto
}

.tm-prodetails-thumbnails .tm-slider-arrow-next {
	right: 0;
	left: auto
}

.tm-prodetails-thumbnail {
	margin: 0 4px;
	margin-top: 9px;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0;
	border-radius: 3px;
	overflow: hidden
}

.tm-prodetails-thumbnail.slick-current {
	border-color: #007991
}

.tm-prodetails-title {
	margin-top: -5px;
	margin-bottom: 5px
}

.tm-prodetails-title a {
	color: #333
}

.tm-prodetails-title a:hover {
	color: #007991
}

.tm-prodetails-availability {
	margin-top: 5px
}

.tm-prodetails-availability span {
	color: #007991
}

.tm-prodetails-price {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 700;
	color: #333
}

.tm-prodetails-price del {
	font-size: 75%;
	color: #7a7a7a;
	font-weight: 600
}

.tm-prodetails-quantitycart {
	margin-top: 30px;
	margin-bottom: 30px
}

.tm-prodetails-quantitycart .tm-quantitybox {
	margin-right: 20px
}

.tm-prodetails-categories,
.tm-prodetails-color,
.tm-prodetails-share,
.tm-prodetails-size,
.tm-prodetails-tags {
	border-top: 1px dashed #e5e5e5;
	padding: 12px 0
}

.tm-prodetails-categories>h6,
.tm-prodetails-color>h6,
.tm-prodetails-share>h6,
.tm-prodetails-size>h6,
.tm-prodetails-tags>h6 {
	margin-bottom: 0;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle
}

.tm-prodetails-categories ul,
.tm-prodetails-color ul,
.tm-prodetails-share ul,
.tm-prodetails-size ul,
.tm-prodetails-tags ul {
	display: inline-block;
	padding-left: 0;
	margin-bottom: 0
}

.tm-prodetails-categories ul li,
.tm-prodetails-color ul li,
.tm-prodetails-share ul li,
.tm-prodetails-size ul li,
.tm-prodetails-tags ul li {
	list-style: none;
	display: inline-block
}

.tm-prodetails-categories ul li a,
.tm-prodetails-color ul li a,
.tm-prodetails-share ul li a,
.tm-prodetails-size ul li a,
.tm-prodetails-tags ul li a {
	display: inline-block;
	vertical-align: middle;
	color: #444
}

.tm-prodetails-categories ul li a:hover,
.tm-prodetails-color ul li a:hover,
.tm-prodetails-share ul li a:hover,
.tm-prodetails-size ul li a:hover,
.tm-prodetails-tags ul li a:hover {
	color: #007991
}

.tm-prodetails-color ul {
	font-size: 0;
	line-height: 1;
	vertical-align: middle
}

.tm-prodetails-color ul li:not(:last-child) {
	margin-right: 10px
}

.tm-prodetails-color ul li span {
	height: 16px;
	width: 16px;
	line-height: 16px;
	text-align: center;
	display: inline-block;
	border-radius: 100px;
	vertical-align: middle;
	font-size: 14px;
	border: 2px solid transparent
}

.tm-prodetails-color ul li.is-checked span {
	border-color: #007991
}

.tm-prodetails-color ul li.red span {
	background: red
}

.tm-prodetails-color ul li.green span {
	background: green
}

.tm-prodetails-color ul li.blue span {
	background: #00f
}

.tm-prodetails-color ul li.black span {
	background: #000
}

.tm-prodetails-size ul li span {
	cursor: pointer
}

.tm-prodetails-size ul li.is-checked span {
	text-decoration: underline
}

.tm-prodetails-categories ul li::after,
.tm-prodetails-tags ul li::after {
	content: ","
}

.tm-prodetails-categories ul li:last-child::after,
.tm-prodetails-tags ul li:last-child::after {
	display: none
}

.tm-prodetails-share ul li {
	margin-right: 10px
}

.tm-prodetails-description ul {
	padding-left: 0;
	margin-bottom: 0
}

.tm-prodetails-description ul li {
	list-style: none
}

.tm-prodetails-review>h5 {
	font-weight: 500;
	margin-bottom: 30px
}

.tm-prodetails-review .tm-rating {
	line-height: 1;
	vertical-align: middle
}

@media only screen and (max-width:767px) {
	.tm-prodetails-content {
		margin-top: 40px
	}
}

.tm-quantitybox {
	position: relative;
	display: inline-block;
	width: 90px
}

.tm-quantitybox input {
	padding-left: 5px;
	padding-right: 30px;
	text-align: center
}

.tm-quantitybox input:focus {
	border-color: #e5e5e5
}

.tm-quantitybox-button {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #e5e5e5;
	height: 25.5px;
	width: 25px;
	line-height: 23px;
	text-align: center;
	cursor: pointer
}

.tm-quantitybox-button.increment-button {
	top: 0
}

.tm-quantitybox-button.decrement-button {
	top: auto;
	bottom: 0
}

@media only screen and (max-width:767px) {
	.tm-quantitybox-button {
		height: 22.5px
	}
}

.tm-quickview-popup {
	padding-right: 0 !important
}

.tm-quickview-popup .close {
	position: absolute;
	left: auto;
	right: 3px;
	top: 3px;
	background: #007991;
	font-size: 15px;
	text-shadow: none;
	height: 30px;
	width: 30px;
	text-align: center;
	color: #fff;
	opacity: 1;
	line-height: 1;
	z-index: 1
}

.tm-quickview-popup .close i {
	line-height: 30px;
	height: auto
}

.tm-quickview-popup .close:hover {
	color: #fff !important
}

.tm-quickview-popup .modal-dialog {
	max-width: inherit !important;
	position: relative;
	margin: 0
}

.tm-quickview-popup .modal-content {
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent
}

.tm-quickview-popup .tm-prodetails {
	background: #fff;
	padding: 30px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px
}

@media only screen and (max-width:575px) {
	.tm-quickview-popup .tm-prodetails {
		padding: 20px
	}
}

.tm-cart-table {
	text-align: center
}

.tm-cart-table tr th {
	text-transform: uppercase;
	color: #333;
	font-weight: 700
}

.tm-cart-table tr td {
	vertical-align: middle
}

.tm-cart-table .tm-cart-col-image {
	width: 180px;
	min-width: 180px
}

.tm-cart-table .tm-cart-col-remove {
	width: 100px;
	min-width: 100px
}

.tm-cart-table .tm-cart-col-productname {
	min-width: 250px
}

.tm-cart-table .tm-cart-col-price,
.tm-cart-table .tm-cart-col-total {
	min-width: 100px
}

.tm-cart-table .tm-cart-productimage {
	margin: 5px 30px;
	display: inline-block;
	border: 1px solid #e5e5e5
}

.tm-cart-table .tm-cart-productname {
	color: #333;
	font-weight: 600
}

.tm-cart-table .tm-cart-productname:hover {
	color: #007991
}

.tm-cart-table .tm-cart-totalprice {
	font-weight: 700;
	color: #444
}

.tm-cart-table .tm-cart-removeproduct {
	border: 0
}

.tm-cart-table .tm-cart-removeproduct:hover {
	color: #007991
}

.tm-cart-table .tm-cart-removeproduct:focus {
	outline: 0
}

@media only screen and (max-width:767px) {
	.tm-cart-table .tm-cart-col-image {
		width: 150px;
		min-width: 150px
	}

	.tm-cart-table .tm-cart-productimage {
		margin: 5px 20px
	}
}

.tm-cart-bottomarea {
	margin-top: 60px
}

.tm-cart-coupon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.tm-cart-coupon label {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px
}

.tm-cart-coupon input:not([type=submit]) {
	margin-right: 10px;
	max-width: 220px;
	margin-bottom: 10px
}

.tm-cart-pricebox {
	text-align: right
}

.tm-cart-pricebox>h2 {
	margin-top: -8px;
	font-weight: 700
}

.tm-cart-pricebox table {
	margin-bottom: 30px
}

.tm-cart-pricebox table td {
	padding: 0;
	font-size: 16px;
	color: #444
}

.tm-cart-pricebox table .tm-cart-pricebox-shipping td {
	padding-top: 5px
}

.tm-cart-pricebox table .tm-cart-pricebox-total td {
	color: #333;
	font-weight: 700;
	font-size: 22px;
	padding-top: 20px
}

@media only screen and (max-width:767px) {
	.tm-cart-bottomarea {
		margin-top: 40px
	}

	.tm-cart-pricebox {
		text-align: left;
		margin-top: 30px
	}
}

.tm-checkout-coupon {
	margin-bottom: 50px
}

.tm-checkout-coupon>a {
	display: block;
	background: 0;
	padding: 13px 20px;
	font-size: 14px;
	color: #333;
	border: 5px solid transparent;
	border-left: 5px solid #007991;
	-webkit-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .1)
}

.tm-checkout-coupon>a span {
	color: #007991;
	font-weight: 600
}

.tm-checkout-couponform {
	padding-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.tm-checkout-couponform input:not([type=submit]) {
	max-width: 300px;
	border-right-color: transparent
}

.tm-checkout-form .small-title {
	font-weight: 700;
	text-transform: uppercase
}

.tm-checkout-differentform {
	display: none
}

.tm-checkout-differentform .tm-form-inner {
	margin-top: 0
}

.tm-checkout-ordertable td,
.tm-checkout-ordertable th {
	padding: 0
}

.tm-checkout-ordertable thead th {
	text-transform: uppercase;
	font-size: 16px;
	padding-bottom: 10px
}

.tm-checkout-ordertable thead th+th {
	text-align: right
}

.tm-checkout-ordertable tbody {
	border-top: 2px solid #e5e5e5
}

.tm-checkout-ordertable tbody tr {
	border-bottom: 1px solid #e5e5e5
}

.tm-checkout-ordertable tbody td {
	padding: 10px 0
}

.tm-checkout-ordertable tbody td+td {
	text-align: right
}

.tm-checkout-ordertable tfoot tr:first-child td {
	padding-top: 25px
}

.tm-checkout-ordertable tfoot tr td+td {
	text-align: right
}

.tm-checkout-shipping td,
.tm-checkout-subtotal td {
	font-size: 16px;
	padding: 5px 0
}

.tm-checkout-shipping td+td,
.tm-checkout-subtotal td+td {
	color: #333;
	font-weight: 700
}

.tm-checkout-total td {
	padding-top: 15px;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase
}

.tm-checkout-total td+td {
	color: #007991
}

.tm-checkout-payment {
	margin-top: 20px
}

.tm-checkout-payment label {
	margin-bottom: 0;
	display: block;
	color: #333;
	font-size: 19px;
	font-weight: 700
}

.tm-checkout-payment-content {
	display: none;
	padding-left: 25px;
	padding-top: 10px
}

.tm-checkout-payment-content p {
	margin-bottom: 0
}

.tm-checkout-submit {
	margin-top: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tm-checkout-orderinfo {
		margin-top: 50px
	}
}

@media only screen and (max-width:767px) {
	.tm-checkout-orderinfo {
		margin-top: 50px
	}
}

@media only screen and (max-width:575px) {
	.tm-checkout-orderinfo {
		padding: 00px
	}
}

.tm-myaccount-address,
.tm-myaccount-dashboard {
	padding: 20px
}

.tm-myaccount-dashboard p a {
	color: #007991
}

.tm-myaccount-dashboard p a:hover {
	color: #007991
}

.tm-myaccount-orders table {
	text-align: center
}

.tm-myaccount-orders table td,
.tm-myaccount-orders table th {
	vertical-align: middle
}

.tm-myaccount-orders-col-id {
	min-width: 100px
}

.tm-myaccount-orders-col-date {
	min-width: 170px
}

.tm-myaccount-orders-col-status {
	min-width: 100px
}

.tm-myaccount-orders-col-total {
	min-width: 180px
}

.tm-myaccount-orders-col-view {
	min-width: 120px
}

.tm-myaccount-address>p {
	margin-bottom: 25px
}

.tm-myaccount-address-billing,
.tm-myaccount-address-shipping {
	border: 1px solid #e5e5e5;
	padding: 30px
}

.tm-myaccount-address-billing::after,
.tm-myaccount-address-shipping::after {
	content: "";
	clear: both;
	display: table
}

.tm-myaccount-address-billing h3,
.tm-myaccount-address-shipping h3 {
	font-weight: 700
}

.tm-myaccount-address-billing address,
.tm-myaccount-address-shipping address {
	margin-bottom: 0
}

.tm-myaccount-address-billing a.edit-button,
.tm-myaccount-address-shipping a.edit-button {
	float: right;
	padding: 0 8px;
	background: #007991;
	color: #fff;
	border-radius: 3px;
	margin-top: 5px
}

@media only screen and (max-width:575px) {

	.tm-myaccount-address,
	.tm-myaccount-dashboard {
		padding: 20px
	}

	.tm-myaccount-address-billing,
	.tm-myaccount-address-shipping {
		padding: 20px
	}
}

.tm-loginregister-popup {
	padding-right: 0 !important
}

.tm-loginregister-popup .close {
	position: absolute;
	left: auto;
	right: 3px;
	top: 3px;
	background: #007991;
	font-size: 15px;
	text-shadow: none;
	height: 30px;
	width: 30px;
	text-align: center;
	color: #fff;
	opacity: 1;
	line-height: 1;
	z-index: 1
}

.tm-loginregister-popup .close i {
	line-height: 30px;
	height: auto
}

.tm-loginregister-popup .close:hover {
	color: #fff !important
}

.tm-loginregister-popup .modal-dialog {
	max-width: inherit !important;
	position: relative;
	margin: 0
}

.tm-loginregister-popup .modal-content {
	padding: 0;
	border: 0;
	border-radius: 0;
	background-color: transparent
}

.tm-loginregister-popup .tm-loginregister {
	background: #fff;
	padding: 30px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px
}

@media only screen and (max-width:575px) {
	.tm-loginregister-popup .tm-loginregister {
		padding: 20px
	}
}

.modal-backdrop {
	background: #2e2d2d
}

.modal-backdrop.show {
	opacity: .95
}

.ptbs-50 {
	padding-top: 30px;
	padding-bottom: 30px
}

.section-space--ptb_100 {
	padding-top: 100px;
	padding-bottom: 50px
}

.section-space--mb_40 {
	margin-bottom: 40px
}

.mb-20 {
	margin-bottom: 20px
}

.section-sub-title {
	color: #ababab;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 1.43;
	margin-top: -5px
}

.text-color-primary {
	color: #007991
}

.bg-gray {
	background: #fff
}

.btn-text:hover {
	color: #d2a98e
}

.section-space--ptb_100 {
	padding-top: 100px
}

.bg-ash {
	background: linear-gradient(to right, #f8f8f8, #fff, #f8f8f8)
}

.feature-large-images-wrapper h3 {
	font-size: 40px
}

.modern-number-01 h2 {
	position: relative;
	font-size: 12px;
	line-height: 2em;
	letter-spacing: 2px;
	color: #ababab;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.modern-number-01 span.mark-text {
	font-size: 180px;
	line-height: .8;
	font-weight: 900;
	margin: 0 5px -5px -5px;
	color: #d2a98e
}

.cybersecurity-about-text .text {
	font-size: 18px;
	margin-bottom: 20px
}

.feature-large-images-wrapper h6 {
	color: #333 !important;
	font-weight: 700
}

.move-up {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.animated {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-duration: 1s;
	animation-fill-mode: both
}

.ht-large-box-images.style-03 {
	display: block;
	cursor: context-menu;
	text-decoration: none;
}

.ht-large-box-images.style-03 .large-image-box {
	background: #fff;
	border-radius: 5px;
	transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55);
	overflow: hidden;
	-webkit-box-shadow: 0 0 40px rgba(51, 51, 51, .1);
	box-shadow: 0 0 40px rgba(51, 51, 51, .1);
	position: relative;
	margin-bottom: 30px
}

.large-image-box:active,
.large-image-box:focus,
.large-image-box:hover {
	transform: translateY(-9px)
}

.ht-large-box-images.style-03 .content {
	padding: 32px 35px;
	border-bottom: 2px solid #d2a98e;
	text-align: center
}

.ht-large-box-images.style-03 .content:hover {
	border-bottom: 2px solid #007991
}

.ht-large-box-images.style-03 .content .heading {
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 12px
}

.ht-large-box-images.style-03 .content .text {
	color: #696969
}

.ht-large-box-images.style-03 .content .box-images-arrow {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 56px;
	line-height: 55px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	border-top: 1px solid #eee;
	color: #007991
}

.ht-large-box-images.style-03:hover .content .box-images-arrow::before {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.ht-large-box-images.style-03:hover .content .box-images-arrow {
	color: #fff
}

.box-images-arrow::before {
	background-color: #007991;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
	transition: all .7s cubic-bezier(.645, .045, .355, 1);
	z-index: -1
}

.section-under-heading a {
	color: #007991;
	border-bottom: 1px solid #ccc;
	position: relative
}

.tm-service-icon img {
	width: 100px
}

.cta-bg-image_two {
	background-image: url(../kp-image/index/bg/bg1.png);
	background-repeat: no-repeat;
	background-position: top right
}

.appointment-contact-bg {
	background: url(../kp-image/index/bg/bg3.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #fff
}

.contact-info-three .heading {
	margin-bottom: 30px
}

.contact-info-three .heading,
.contact-info-two .heading {
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 10px
}

.font-weight--reguler {
	font-weight: 500
}

.contact-info-three .call-us {
	margin-bottom: 20px
}

.call-us,
.contact-info-three .call-us {
	font-size: 40px;
	line-height: 1.17;
	color: #002fa6;
	position: relative;
	display: inline-block
}

.mt-20 {
	margin-top: 20px
}

.contact-info-three .location-text-button .button-icon {
	height: 56px;
	width: 56px;
	line-height: 56px;
	border-radius: 50%;
	text-align: center;
	background: #f6f2ed;
	margin-right: 14px;
	display: inline-block
}

.contact-info-three .location-text-button .button-text {
	font-weight: 500;
	color: #007991;
	position: relative
}

.bg-sandl {
	background-color: #f8f8f8
}

.projectinfotechno-bg {
	background-image: url(../kp-image/index/bg/bg.webp);
	background-repeat: no-repeat;
	background-position: bottom left
}

.search-domain-area {
	background-color: #efedf1
}

.pb-70 {
	padding-bottom: 30px
}

.pt-70 {
	padding-top: 30px
}

.search-domain-area ul li {
	display: inline-block;
	color: #9b9b9b;
	font-size: 17px;
	font-weight: 600;
	padding: 0 19px
}

.search-domain-area ul li:nth-child(1) span {
	color: #ff4b2b
}

.search-domain-area ul li:nth-child(2) span {
	color: #22105f
}

.search-domain-area ul li:nth-child(3) span {
	color: #1fa2e1
}

.search-domain-area ul li:nth-child(4) span {
	color: #d84126
}

.search-domain-area ul li:nth-child(5) span {
	color: #0371ec
}

.search-domain-area ul li span {
	margin: 0 5px
}

.bg-white {
	background-color: #fff
}

.fa-inr {
	font-size: 10px
}

.whatsapp {
	width: 70px;
	position: fixed;
	z-index: 999;
	height: 70px;
	bottom: 200px;
	left: 5px
}

.call {
	width: 70px;
	position: fixed;
	z-index: 999;
	height: 70px;
	bottom: 33px;
	left: 25px;
}

.about-services {
	background-color: #fff
}

.cybersecurity-about-box h2 {
	font-size: 24px
}

.about-services h5 {
	font-size: 24px
}

.conact-us-wrap-one.managed-it .heading {
	line-height: 1.67;
	font-weight: 400
}

.conact-us-wrap-one .heading {
	position: relative;
	padding-left: 34px;
	font-weight: 600;
	line-height: 1.4
}

.text-color-primary {
	color: #007991
}

.conact-us-wrap-one .heading::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 94%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #d2a98e
}

.cybersecurity-about-text .text {
	font-size: 18px;
	margin-bottom: 20px;
	letter-spacing: .4px;
	line-height: 30px
}

.bg-grade {
	background: linear-gradient(to right, #ece9e6, #f6f2ed)
}

.ht-box-images.style-04 {
	-webkit-box-shadow: 0 0 30px rgba(51, 51, 51, .05);
	box-shadow: 0 0 30px rgba(51, 51, 51, .05);
	background: #fff;
	padding: 25px 30px 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
	transition: all .7s cubic-bezier(.645, .045, .355, 1)
}

.ht-box-images.style-04 .image-box-wrap .content .heading {
	font-weight: 500;
	line-height: 1.67;
	margin-bottom: 0;
	font-size: 24px
}

.ht-box-images.style-04 .image-box-wrap .content .text {
	color: #696969
}

.section-space--mt_60 {
	margin-top: 60px
}

.section-under-heading {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	color: #333
}

.section-title-wrap h3 {
	font-size: 25px
}

.box-imagesq img {
	width: 60px;
	padding-bottom: 10px
}

.service-contact-bg {
	background-color: #002fa6;
	background-image: url(../kp-image/services-img/logo-revamping/bg.png);
	background-repeat: no-repeat;
	background-position: left bottom
}

.section-space--ptb_100 {
	padding-top: 75px;
	padding-bottom: 30px
}

.mr-auto,
.mx-auto {
	margin-right: auto !important
}

.mb-10 {
	margin-bottom: 10px
}

.text-white {
	color: #fff !important
}

.ht-star-rating.lg-style {
	color: #fb0;
	font-size: 24px
}

.contact-info.style-two .contact-info-title-wrap .sub-text,
.contact-info.sytle-one .contact-info-title-wrap .sub-text {
	margin-top: 20px;
	color: #fff;
	font-size: 18px
}

.contact-info.style-two .contact-list-item .single-contact-list,
.contact-info.sytle-one .contact-list-item .single-contact-list {
	display: block
}

.contact-info.style-two .contact-list-item .content,
.contact-info.sytle-one .contact-list-item .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 31px
}

.contact-info.style-two .contact-list-item .content .icon,
.contact-info.sytle-one .contact-list-item .content .icon {
	color: #fff;
	border-color: #fff;
	font-size: 40px;
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-width: 54px
}

.contact-info.style-two .contact-list-item .content .main-contents .heading,
.contact-info.sytle-one .contact-list-item .content .main-contents .heading {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.78;
	margin-bottom: 13px;
	color: rgba(255, 255, 255, .8)
}

.contact-info.style-two .contact-list-item .content .main-contents .text,
.contact-info.sytle-one .contact-list-item .content .main-contents .text {
	color: #d2a98e;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.17
}

.business-solution-form-wrap {
	max-width: 400px;
	margin-left: auto;
	background: #fff;
	-webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 30px rgba(0, 0, 0, .1);
	padding: 37px 26px 46px;
	border-radius: 5px;
	text-align: center
}

.section-space--mb_40 {
	margin-bottom: 40px
}

.contact-inner {
	margin: 0 0 20px
}

.bapp h5 {
	font-weight: 700
}

.notice:first-child {
	margin-top: 10px
}

.notice {
	padding: 20px 0 4px 12px;
	background-color: #fff;
	border-left: 3px solid #7f7f84;
	-webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2)
}

.notice-sm {
	padding: 10px;
	font-size: 80%
}

.notice-lg {
	padding: 35px;
	font-size: large
}

.notice-success {
	border-color: #80d651
}

.notice-success>strong {
	color: #80d651
}

.notice-info {
	border-color: #45abcd
}

.notice-info>strong {
	color: #45abcd
}

.notice-warning {
	border-color: #feaf20
}

.notice-warning>strong {
	color: #feaf20
}

.notice-danger {
	border-color: #d73814
}

.notice-danger>strong {
	color: #d73814
}

.notice>.desc {
	display: none
}

.readMore {
	cursor: pointer
}

.cta-bg-image_one {
	background-color: #007991;
	background-image: url(../kp-image/index/bg/bg5.png);
	background-repeat: no-repeat;
	background-position: top 35% right -68px
}

.section-space--ptb_80 {
	padding-top: 65px;
	padding-bottom: 60px
}

.text-color-secondary {
	color: #fff;
}

.cta-content h3 {
	font-size: 27px;
	font-weight: 400;
	line-height: 39px;
	letter-spacing: 2px
}

.cta-button-group--one .btn-one {
	color: #007991;
	margin: 10px
}

.btn--white {
	background-image: none;
	background-color: #fff;
	padding: 16px;
	color: #000;
	-webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .07);
	box-shadow: 0 0 30px 5px rgba(0, 0, 0, .07)
}

.bg-snd-grad {
	background: linear-gradient(to right, #ece9e6, #fff)
}

.envelop-card-bg {
	background-color: #fff;
	border: 2px solid #d7d2cc;
	border-radius: 10px;
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .05);
	display: flex;
	flex-direction: column;
	margin: 0 7.4px 15px;
	max-width: 980px;
	overflow: hidden
}

.envpclr {
	color: #292727;
	font-size: 19px;
	font-weight: 500;
	line-height: 20px
}

.corp-imgs img {
	padding-top: 15px;
	width: 303px;
	text-align: center
}

.corppadding {
	padding: 0
}

.corpborder {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee
}

.corpborder h5 {
	padding-top: 16px;
	text-align: center
}

.corporate-stationerydesign {
	background-image: url(../kp-image/index/bg/bg6.jpg);
	background-attachment: fixed;
	background-position: center
}

.single-blog-item .post-feature img {
	border-radius: 5px
}

.post-info h5 {
	padding-top: 23px;
	font-weight: 700
}

.post-feature img {
	box-shadow: 6px 12px 5px -6px rgba(0, 0, 0, .75)
}

.ht-box-images.style-02 .image-box-wrap {
	-webkit-box-shadow: 0 0 40px 5px rgba(51, 51, 51, .1);
	box-shadow: 0 0 40px 5px rgba(51, 51, 51, .1);
	background: #fff;
	border-radius: 5px;
	padding: 14px 32px;
	min-height: 119px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.ht-box-images.style-02 .image-box-wrap .box-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px
}

.image-box-wrap:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.tshirtfont h6 {
	font-weight: 500;
	line-height: 1.67;
	font-size: 20px;
	margin-bottom: 0;
	color: #333
}

.card {
	border-radius: 8px
}

.border-light {
	border-color: #eee !important
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.border-light {
	border-color: #f8f9fa !important
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.card-body h5 {
	font-weight: 500
}

.info-headrs {
	background-color: #fff;
	padding: 20px
}

.info-headrs h5 {
	font-weight: 500
}

.info-headrs img {
	width: 65px;
	padding-bottom: 20px
}

.info-other-serv img {
	width: 200px !important
}

.resp-text h5 {
	font-weight: 500;
	text-align: center;
	padding-top: 10px
}

.resp-tech img {
	width: 100px
}

.resp-tech h5 {
	font-size: 17px;
	text-align: center;
	padding-top: 10px
}

.resp-tech {
	border-right: 1px solid #f7f7f7
}

.html5img img {
	width: 100px;
	padding-bottom: 10px
}

.html5img p {
	text-align: center
}

.webreds h4 {
	font-weight: 500
}

@media(min-width:576px) {
	.jumbotron {
		padding: 1rem 1rem !important
	}
}

.jumbotron h4 {
	font-weight: 500
}

.section-space--pb_80 {
	padding-bottom: 90px
}

.section-space--pt_80 {
	padding-top: 80px
}

.border-bottom {
	border-bottom: 1px solid #ededed !important
}

.ht-box-icon.style-03 .icon-box-wrap {
	padding: 30px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.ht-box-icon.style-03 .icon-box-wrap .content-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.ht-box-icon.style-03 .icon-box-wrap .content-header .icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 48px;
	font-weight: 48px;
	min-width: 60px;
	margin-right: 10px;
	color: #d2a98e
}

.ht-box-icon.style-03 .icon-box-wrap .content-header .heading {
	color: #007991;
	font-size: 22px;
	padding-top: 30px;
	font-weight: 500
}

.ht-box-icon.style-03:hover .icon-box-wrap {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	background: #fff;
	-webkit-box-shadow: 0 0 40px rgba(51, 51, 51, .1);
	box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.icon-box-wrap img {
	width: 65px
}

.paralx-ckrs i {
	color: #fff !important
}

.paralx-ckrs p {
	color: #fff
}

.paralx-ckrs h3 {
	color: #fff !important
}

.paralx-ckrs li {
	color: #fff !important
}

.google-amp-padding {
	padding: 40px 0 40px 0;
	background: linear-gradient(to right, #ece9e6, #fff)
}

.google-amp-padding h3 {
	color: #fff
}

.amptext p {
	margin-top: -20px;
	font-size: 14px
}

.box-imgs img {
	width: 207px !important;
	padding-bottom: 10px
}

.webupdatesfont h5 {
	color: #766fba !important;
	font-size: 26px !important;
	font-weight: 400 !important
}

.webupdatesfont img {
	width: 76px !important
}

.webupdatesfont {
	background-color: #fff !important;
	margin: 4px
}

.php-contents h5 {
	font-size: 20px !important;
	padding-bottom: 10px
}

.real-time-content h5 {
	font-size: 23px !important;
	padding-bottom: 10px
}

.angulat-div {
	margin-bottom: 10px;
	border: 1px solid #eee;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
	background-color: #fff;
	padding: 20px
}

.angulat-div img {
	width: 60px;
	padding-bottom: 10px
}

.angulat-div h4 {
	font-family: Karla, sans-serif
}

.angularjs-tech h5 {
	text-align: center;
	font-size: 17px
}

.angularjs-tech img {
	width: 80px;
	padding-bottom: 14px
}

.nodejs-tech img {
	width: 80px !important;
	padding-bottom: 14px
}

.nodejs-tech h5 {
	text-align: center;
	font-size: 17px
}

.wordpress-benifit img {
	width: 100px;
	padding-bottom: 11px
}

.wdgethfive h5 {
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Karla, sans-serif
}

@media(min-width:992px) {

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important
	}
}

@media(min-width:992px) {

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important
	}
}

@media(min-width:768px) {

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important
	}
}

.half-overlay.left-position:before {
	left: 0
}

.half-overlay:before {
	content: "";
	background: #0c6bd5;
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	border-radius: 0 0 50px 0
}

.rounded {
	border-radius: 1.5rem 0 1.5rem 0 !important
}

.pie-chart {
	padding: 20px
}

.bg-primary {
	background-color: #30b666 !important
}

.pie-chart.pie-chart-percentage .chart-title {
	font-size: 16px;
	font-weight: 700
}

.text-white {
	color: #fff
}

.text-white {
	color: #fff !important
}

@media(min-width:992px) {

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important
	}
}

.section-title .pre-title {
	font-size: 13px;
	color: #291843;
	font-weight: 700
}

ul.list {
	padding: 0;
	margin: 0
}

ul.list li {
	list-style: none;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

ul.list li i {
	color: #0c6bd5;
	margin: 5px 10px 0 0
}

.magento-devp-item {
	padding: 20px;
	border-radius: 14px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 0 1px 3px 0 rgba(0, 0, 0, .1);
	border-top: 4px solid #f56a3e;
	margin-top: 23px
}

.magento-tech {
	text-align: center;
	padding: 23px 0 0 0
}

.magento-tech img {
	width: 60px;
	padding-bottom: 20px
}

.single-services-box {
	position: relative;
	background: #f6f5fb;
	border-radius: 2px;
	-webkit-transition: .5s;
	transition: .5s;
	text-align: center;
	padding: 30px 20px;
	margin-bottom: 30px
}

.single-services-box:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
	background-color: #9b5c8f
}

.woocompad {
	padding-top: 100px;
	padding-bottom: 70px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.single-services-box:hover p {
	color: #fff
}

.single-services-box:hover h3 {
	color: #fff
}

.bg-faddd4 img {
	width: 100px
}

.bg-gras {
	background-color: #f6f5fb
}

.woo-bold h5 {
	font-size: 22px !important;
	font-weight: 500
}

.service_area {
	padding-top: 100px;
	padding-bottom: 70px
}

.service_area .single_service {
	border: 2px solid transparent;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 25px 10px;
	margin-bottom: 22px;
	-webkit-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 10px 23px 0 rgba(0, 0, 0, .05)
}

.service_area .single_service.violate:hover {
	border: 2px solid #0baa6e
}

.single_service h3,
.single_service p {
	text-align: left
}

.dijango-img img {
	width: 100px
}

.dijango-img p {
	text-align: center;
	font-weight: 700;
	padding-top: 15px;
	font-size: 22px
}

.sms-integration-serv {
	background-color: #fff;
	padding: 4px;
	margin: 10px
}

.sms-integration-serv img {
	width: 40px;
	padding: 0 2px 0 0
}

.phoneic {
	display: inline-block;
	vertical-align: middle
}

.phoneic p {
	padding-top: 20px;
	font-size: 17px
}

.prpoduct-photo h4 {
	padding-top: 10px;
	font-size: 20px
}

.solutions-title {
	text-align: center;
	margin-bottom: 50px;
	margin-top: -4px
}

.solutions-title span {
	display: inline-block;
	font-size: 16px;
	color: #002c8c;
	font-weight: 400;
	text-transform: capitalize
}

.solutions-title h3 {
	font-size: 40px;
	margin: 10px 0 12px 0
}

.solutions-title p {
	max-width: 750px;
	margin: auto
}

.seo-sections {
	padding: 33px 0 60px 0
}

.solutions-section .col-lg-4.col-md-6:nth-child(1) .solutions-area-content {
	position: relative
}

.solutions-area-content {
	position: relative;
	padding: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 13px 27px 0 rgba(197, 197, 197, .44);
	box-shadow: 0 13px 27px 0 rgba(197, 197, 197, .44);
	background-image: url(../kp-image/services-img/seo/1.png);
	background-repeat: no-repeat;
	background-position: top right
}

.solutions-area-content:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.solutions-area-content:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

.solutions-area-content h3 {
	font-size: 18px;
	margin: 10px 0 5px 0;
	line-height: 30px
}

.solutions-area-content p {
	font-weight: 400;
	color: #827f8d;
	margin: 0 0 10px 0
}

.choose-content-area .choose-text {
	margin-top: 20px;
	position: relative;
	padding-left: 45px
}

.choose-content-area .choose-text i {
	position: absolute;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 27px;
	background-color: #f1f1f1;
	text-align: center;
	color: #f20791;
	border-radius: 50px;
	top: 2px;
	left: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.choose-content-area .choose-text h4 {
	font-size: 18px;
	padding-top: 7px;
	margin: 0 0 8px 0
}

.choose-content-area .choose-text i::before {
	font-size: 12px
}

.solutions-area-contents {
	position: relative;
	padding: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 13px 27px 0 rgba(197, 197, 197, .44);
	box-shadow: 0 13px 27px 0 rgba(197, 197, 197, .44);
	background-image: url(../kp-image/services-img/sem/11.png);
	background-repeat: no-repeat;
	background-position: top right
}

.solutions-area-contents:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.solutions-area-contents:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

.solutions-area-contents h3 {
	font-size: 18px;
	margin: 10px 0 5px 0;
	line-height: 30px
}

.solutions-area-contents p {
	font-weight: 400;
	color: #827f8d;
	margin: 0 0 10px 0
}

.solutions-area-ppc {
	position: relative;
	padding: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 13px 27px 0 rgba(197, 197, 197, .44);
	box-shadow: 0 13px 27px 0 rgba(197, 197, 197, .44);
	background-image: url(../kp-image/services-img/ppc/12.png);
	background-repeat: no-repeat;
	background-position: top right
}

.solutions-area-ppc:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.solutions-area-ppc:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

.solutions-area-ppc h3 {
	font-size: 18px;
	margin: 10px 0 5px 0;
	line-height: 30px
}

.solutions-area-ppc p {
	font-weight: 400;
	color: #827f8d;
	margin: 0 0 10px 0
}

.ppc-tech img {
	width: 46px
}

.ppc-tech p {
	padding-top: 14px;
	line-height: 18px;
	text-align: center
}

.solutions-area-smm {
	position: relative;
	padding: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 13px 27px 0 rgba(197, 197, 197, .44);
	box-shadow: 0 13px 27px 0 rgba(197, 197, 197, .44);
	background-image: url(../kp-image/services-img/smm/13.png);
	background-repeat: no-repeat;
	background-position: top right
}

.solutions-area-smm:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.solutions-area-smm:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

.solutions-area-smm h3 {
	font-size: 18px;
	margin: 10px 0 5px 0;
	line-height: 30px
}

.solutions-area-smm p {
	font-weight: 400;
	color: #827f8d;
	margin: 0 0 10px 0
}

.content-writing-serv {
	text-align: center;
	padding: 40px 30px;
	-webkit-box-shadow: 0 7px 13.5px 1.5px rgba(0, 0, 0, .05);
	box-shadow: 0 7px 13.5px 1.5px rgba(0, 0, 0, .05)
}

.content-writing-serv img {
	width: 70px;
	padding-bottom: 20px
}

.content-writing-serv h5 {
	font-weight: 500
}

.content-writing-serv div {
	color: #696969 !important
}

.cw-pen img {
	width: 24px
}

.features-item {
	text-align: center;
	background: #fffdfd;
	padding: 40px 20px;
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid #fad5e0;
	border-radius: 10px
}

.features-item:hover {
	text-align: center;
	background: #fdfdfd;
	padding: 40px 20px;
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid #fad5e0;
	border-radius: 10px
}

.features-item:before {
	position: absolute;
	background: #fce9ee;
	width: 60px;
	height: 60px;
	opacity: .3;
	border-radius: 50%;
	left: -30px;
	content: "";
	bottom: -30px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.step-point {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 30px;
	font-weight: 500;
	color: #eb3a70;
	opacity: .1
}

.features-item h5 {
	margin-top: 20px;
	font-weight: 500;
	margin-bottom: 15px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.features-item p {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.services-block-two {
	position: relative;
	margin-bottom: 35px
}

.services-block-two .inner-box {
	position: relative;
	padding: 38px 40px 30px;
	background-color: #f9fafb;
	border-top: 2px solid #f9fafb;
	border-bottom: 2px solid #ddd;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease
}

.services-block-two .inner-box:hover {
	border-top-color: #007991;
	background-color: #fff;
	border-bottom-color: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, .15)
}

.services-block-two .inner-box .content {
	position: relative;
	padding-left: 90px
}

.services-block-two .inner-box .content .icon-box {
	position: absolute;
	left: 0;
	top: 0
}

.services-block-two .inner-box .content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 15px
}

.services-block-two .inner-box .content .text {
	position: relative;
	font-size: 16px;
	line-height: 1.6em
}

.sms-img img {
	width: 68px
}

.solutions-area-local {
	position: relative;
	padding: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 13px 27px 0 rgba(197, 197, 197, .44);
	box-shadow: 0 13px 27px 0 rgba(197, 197, 197, .44);
	background-image: url(../kp-image/services-img/local-seo/23.png);
	background-repeat: no-repeat;
	background-position: top right
}

.solutions-area-local:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.solutions-area-local:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

.solutions-area-local h3 {
	font-size: 18px;
	margin: 10px 0 5px 0;
	line-height: 30px
}

.solutions-area-local p {
	font-weight: 400;
	color: #827f8d;
	margin: 0 0 10px 0
}

.online-ads h5 {
	font-weight: 500 !important;
	font-size: 21px !important
}

.mob-ads h5 {
	font-size: 21px
}

.social-card-header {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 96px
}

.bg-bus {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	color: #333;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.bg-bus h6 {
	font-size: 18px;
	padding-top: 10px;
	color: #333 !important
}

.offset-bg img {
	border-radius: 15px 50px;
	border: 23px dashed #f8f8f8
}

.offset-bg {
	background: #fff;
	padding: 2px 6px 5px
}

.offset-bg h5 {
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px !important
}

.domain-img img {
	width: 115px
}

.why_choose.home2 {
	background: #fff
}

.media:first-child {
	margin-top: 0
}

.media,
.media-body {
	zoom: 1;
	overflow: hidden
}

.cause2choose .media .media-left {
	padding-right: 15px
}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top
}

.cause2choose .media .media-body h4 {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 15px;
	color: #333;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase
}

.cause2choose {
	margin-top: 30px;
	min-height: 150px
}

.ssl-font {
	background-color: #fff !important;
	border-bottom: 3px solid #279e05
}

.ssl-font h5 {
	color: #333 !important
}

.g-suits-text img {
	width: 265px
}

.home-services-item {
	display: block;
	background-image: linear-gradient(127deg, #fff 0, #fff 91%);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
	font-weight: 400;
	font-size: 14px;
	color: #5e6e7d;
	line-height: 26px;
	letter-spacing: .88px;
	padding: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
	position: relative;
	text-align: center
}

.home-services-item:before {
	content: '';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	width: 100%;
	height: 100%;
	background: red;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: linear-gradient(127deg, #5156ea 0, #4147e8 91%);
	opacity: 0;
	-webkit-transition: all .3s ease 0;
	-moz-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0
}

.home-services-item i {
	font-size: 26px;
	margin-bottom: 23px;
	background-image: linear-gradient(127deg, #5156ea 0, #4147e8 91%);
	-webkit-text-fill-color: transparent;
	-webkit-transition: all .3s ease 0;
	-moz-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0;
	position: relative;
	z-index: 2
}

.home-services-item .services-title {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px !important;
	letter-spacing: .7px;
	-webkit-transition: all .3s ease 0;
	-moz-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0;
	position: relative;
	z-index: 2
}

.home-services-item p {
	position: relative;
	z-index: 2;
	-webkit-transition: all .3s ease 0;
	-moz-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0;
	margin-bottom: 0 !important
}

.section_title h3 {
	font-size: 32px;
	font-weight: 500;
	line-height: 54px
}

.chose_area .chose_info .chose_list ul li .chose_mark span {
	width: 50px;
	height: 50px;
	font-size: 23px !important;
	background: #007991;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-weight: 700;
	color: #fff
}

.chose_area .chose_info .chose_list ul li .chose_mark span.green {
	background: #007991 !important;
	font-size: 23px
}

.chose_area .chose_info .chose_list ul li .chose_mark span.violate {
	background: #007991 !important;
	font-size: 23px
}

.chose_area .chose_info .chose_list ul li .chose_text {
	padding-left: 15px
}

.an-app-dev img {
	width: 70px !important
}

.chose_text h3 {
	font-size: 18px
}

.features li {
	overflow: hidden;
	padding-bottom: 30px;
	position: relative
}

.features li:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 100%;
	background: #edeefd;
	left: 30px;
	top: 67px
}

.features li .count {
	float: left;
	width: 68px;
	min-height: 150px
}

.features li .text {
	float: left;
	width: calc(100% - 68px);
	width: -webkit-calc(100% - 68px);
	padding-left: 20px
}

.features li .count span {
	display: block;
	width: 67px;
	height: 67px;
	line-height: 67px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: auto;
	background: #007991;
	font-size: 24px;
	color: #fff;
	-webkit-transition: all .3s ease 0;
	-moz-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0
}

.animation-circle-inverse i {
	background: #0c0090;
	right: 0;
	position: absolute;
	height: 100px;
	width: 100px;
	border-radius: 100%;
	opacity: 1;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-animation: ripple1 3s linear infinite;
	animation: ripple1 3s linear infinite
}

.services-section-two {
	position: relative;
	background-color: #fff;
	background-position: left top;
	background-repeat: repeat-x
}

.services-block-two {
	position: relative;
	margin-bottom: 30px
}

.services-block-two .inner-box {
	position: relative;
	border-radius: 15px;
	text-align: center;
	overflow: hidden;
	background-color: #f8f8f8
}

.services-block-two .inner-box:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	background-color: #f66
}

.services-block-two .inner-box .icon-box {
	position: relative;
	font-size: 50px;
	line-height: 1em;
	color: #f66;
	margin-bottom: 24px;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease
}

.services-block-two .inner-box h3 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2em
}

.services-block-two .inner-box .text {
	position: relative;
	color: #8a8d91;
	font-size: 15px;
	line-height: 1.9em;
	margin-top: 14px;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease
}

.cta-one__image-wrap {
	padding-right: 70px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.cta-one__image {
	overflow: hidden;
	border-radius: 4px
}

.cta-one__image>img {
	width: 100%
}

.cta-one__color-box-1:before {
	top: 30px;
	right: 30px
}

.cta-one__color-box:before {
	content: '';
	border-radius: 4px;
	background-color: #5dd8d3;
	width: 100px;
	height: 106px;
	position: absolute
}

.cta-one__color-box-1:after {
	bottom: 0;
	left: 0
}

.cta-one__color-box:after {
	content: '';
	border-radius: 4px;
	background-color: #fddd6e;
	width: 60px;
	height: 66px;
	position: absolute
}

.cta-one__color-box {
	position: relative;
	min-height: 276px
}

.cta-one__color-box-2:before {
	top: 0;
	right: 0;
	width: 60px;
	height: 66px;
	background-color: #ef4059
}

.cta-one__color-box-2:after {
	bottom: 30px;
	left: 30px;
	width: 100px;
	height: 106px;
	background-color: #9364d4
}

.cta-one__image {
	overflow: hidden;
	border-radius: 4px
}

.features-style-two {
	background: #fff;
	background-image: url(../kp-image/services-img/hybrid-app-dev/shape-wave.png);
	background-size: cover;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.features-style-two .item-left .itemfeatures {
	display: inline-block;
	width: 100%
}

.mt-60 {
	margin-top: 60px
}

.features-style-two .item-left .itemfeatures .icon {
	height: 70px;
	line-height: 70px;
	margin-left: auto;
	margin-right: auto;
	float: right;
	text-align: center;
	width: 20%;
	border: 4px solid #edeefd;
	border-radius: 4px;
	margin-top: 10px
}

.features-style-two .item-left .itemfeatures .icons {
	height: 70px;
	line-height: 70px;
	margin-left: auto;
	margin-right: auto;
	float: right;
	text-align: center;
	width: 20%;
	border-radius: 4px;
	margin-top: 10px
}

.features-style-two .item-left .itemfeatures .icon i {
	color: #007991;
	font-size: 25px
}

.features-style-two .item-left .itemfeatures .cntfeat {
	float: right;
	width: 80%;
	padding-right: 30px
}

.mintitle {
	width: 100%;
	display: inherit;
	margin-bottom: 15px;
	color: #403663;
	font-weight: 400;
	font-family: Karla, sans-serif;
	font-size: 24px;
	line-height: 32px
}

.features-style-two .item-left .itemfeatures {
	display: inline-block;
	width: 100%
}

.features-style-two .item-right-fix .cntfeat {
	float: left !important;
	padding-right: 0;
	padding-left: 30px
}

.features-style-two .item-right-fix .icon {
	float: left !important
}

.features-style-two .item-right-fix .icons {
	float: left !important
}

.services.style-2 .section-wrapper .post-item .post-item-inner {
	align-items: flex-start;
	box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .05);
	padding: 14.5px 18px;
	border-radius: 8px;
	margin: 10px 0;
	background: #fff;
	z-index: 1;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.services.style-2 .section-wrapper .post-item .post-item-inner:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, .15)
}

.erp-img img {
	width: 80px
}

.dispacthfont {
	font-size: 18px;
	padding-top: 20px
}

.pricing-item {
	border-radius: 6px;
	padding: 22px 20px 4px 20px;
	position: relative;
	background-color: #fbfbfb
}

.pricing-item .pricing-icon {
	position: absolute;
	left: 50%;
	top: -35px;
	margin-left: -35px
}

.pricing-item .pricing-icon {
	width: 69px;
	height: 69px;
	overflow: hidden
}

.parent-border {
	position: relative;
	z-index: 0;
	margin-top: 41px
}

.border {
	border: 1px solid #fff !important
}

.border:after {
	content: "";
	top: 1px;
	width: 100%;
	height: 100%;
	border: 3px solid #ededed;
	position: absolute;
	z-index: -1;
	left: 4px;
	border-radius: 13px;
	transition: all .6s
}

.parent-border:hover .pricing-item.border:after {
	border-color: #007991
}

.pricing-item h4 {
	font-size: 18px;
	font-weight: 500;
	padding-top: 22px
}

.pos-tech img {
	width: 50px
}

.pos-tech h5 {
	text-align: center;
	font-size: 15px;
	padding-top: 11px
}

.ser li {
	list-style-image: url(../kp-image/services-img/Panoramic.png);
	padding-bottom: 10px
}

.section-title h6 {
	padding: 5px 7px;
	position: relative;
	display: inline-block;
	font-weight: 500;
	background: #007991;
	color: #fff;
	margin-bottom: 20px
}

.d-inline-block {
	display: inline-block !important
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.custom-li li {
	float: left;
	margin-bottom: 15px;
	width: calc(100% / 2)
}

.list-icon-2 li {
	padding-left: 20px;
	position: relative
}

.list-icon-2 li:before {
	content: "";
	background: #ff7810;
	position: absolute;
	top: 13px;
	left: 0;
	width: 10px;
	height: 2px;
	border-radius: 4px
}

.radius {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.benefit-section {
	position: relative
}

.pb-70 {
	padding-bottom: 70px
}

.section-title span {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	background-color: #007991;
	padding: 8px 16px;
	font-weight: 400;
	border-radius: 30px;
	text-transform: capitalize
}

.benefit-area-content {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
	background-color: #fff;
	padding: 40px 30px;
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: .5s;
	transition: .5s
}

.benefit-area-content:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.benefit-area-content i {
	position: absolute;
	left: 30px;
	color: #fd5a0e;
	top: 32px;
	-webkit-transition: .5s;
	transition: .5s
}

.benefit-area-content h3 {
	font-size: 20px;
	margin: 0 0 14px 0;
	-webkit-transition: .5s;
	transition: .5s
}

.benefit-area-content p {
	color: #a0a0a0;
	font-weight: 500;
	-webkit-transition: .5s;
	transition: .5s
}

.feature-section {
	position: relative
}

.feature-section:before {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 30%;
	height: 100%;
	background-color: #f2f3f5
}

.feature-section .featured-column .inner-column {
	position: relative;
	padding-right: 70px
}

.featured-block {
	position: relative;
	margin-bottom: 30px
}

.featured-block .inner-box {
	position: relative;
	padding-left: 80px
}

.featured-block .inner-box .icon-box {
	position: absolute;
	left: 0;
	top: 4px;
	color: #f66;
	font-size: 44px;
	line-height: 1em
}

.featured-block .inner-box h3 {
	position: relative;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 7px
}

.feature-section .image-column:before {
	position: absolute;
	content: '';
	left: 120px;
	top: 100px;
	width: 289px;
	height: 289px;
	background: url(../kp-image/index/pattern-1.png) no-repeat
}

.feature-section .image-column .inner-column {
	position: relative;
	padding-top: 75px;
	margin-right: -40px
}

.inner-box img {
	width: 53px
}

.clients-rate h3,
.clients-rate p {
	color: #fff
}

.posheader {
	font-size: 17px !important
}

.fas {
	color: #000 !important;
	font-size: 14px !important
}

.quote .col-md-6 {
	padding-bottom: 15px
}

.quote .col-md-4 {
	padding-bottom: 15px
}

.quote .col-md-3 {
	float: left
}

.quote-btn-custom {
	background-color: #288feb;
	color: #fff
}

.indexh h1 {
	font-size: 35px
}

.news-bg {
	padding: 50px 0
}

.news-sbox {
	padding-bottom: 30px
}

.news-date {
	color: #b3b7c8;
	font-size: 12px;
	margin-bottom: 5px
}

.blogs-know {
	background-color: #fafafa
}

.blogs-know-text {
	padding: 19px 16px 10px
}

@media(max-width:480px) and (min-width:320px) {
	.left-heading h2 {
		font-size: 25px !important
	}

	.heading {
		font-size: 20px !important
	}

	.indexh h1 {
		font-size: 23px !important
	}

	.feature-section:before {
		width: 0 !important
	}

	.inner-column {
		padding-right: 0 !important
	}

	.inner-box {
		padding-left: 100px !important
	}
}

.seo-websimg {
	border-bottom-right-radius: 50px;
	border-top-left-radius: 25px
}

.seo-banner {
	font-size: 30px !important
}

.blog-font {
	font-size: 19px !important;
	font-weight: 500
}

.webdesfont {
	color: #696969;
	line-height: 1.74;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px
}

.font-weit {
	font-weight: 700
}

.keyword-theme {
	background-color: #002fa6;
	border-top: 7px solid #133eaa;
	border-bottom: 7px solid #133eaa
}

.blog-font a {
	color: #333 !important
}

.work-inner {
	padding-bottom: 20px;
	transform: translateY(0);
	transition: all .5s ease
}

.work-img {
	width: 100%;
	background: #000;
	position: relative;
	overflow: hidden
}

.work-img img {
	width: 100%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}

.work-desc {
	width: 100%;
	background: #fff;
	border-radius: 3px;
	margin: 0;
	text-align: center;
	padding: 20px 20px;
	-webkit-box-shadow: 0 3px 8px 2px rgba(236, 234, 232, .79);
	box-shadow: 0 3px 8px 2px rgba(236, 234, 232, .79);
	border-bottom: 3px solid #007991
}

.work-desc h4 {
	font-size: 20px;
	margin: 0;
	text-align: left;
	padding-bottom: 4px;
	color: #333 !important
}

.work-desc a {
	text-align: left;
	color: #007991
}

.work-desc p {
	font-size: 15px;
	margin: 0;
	padding-top: 7px;
	text-align: justify !important
}

.work-inner:hover {
	transform: translateY(-10px)
}

.htwosiz {
	font-size: 26px
}

.footnewreview div {
	color: #fff;
	font-size: 22px;
	padding-bottom: 26px;
	line-height: 41px
}

.tm-cta-content a {
	color: #fff
}

.blogserv {
	font-size: 25px !important
}

.blogshthree h3 {
	font-size: 22px
}

.atags a {
	text-decoration: underline;
	color: #007991;
}

.blogsbgs {
	background: #f6fafe
}

.blogsbgs h1 {
	color: #333;
	font-weight: 700;
	font-size: 26px
}

.pwidths {
	max-width: 819px;
	padding-bottom: 10px;
	margin: 0 auto
}

.blogpads {
	padding-top: 1.6rem !important
}

.imagerad img {
	border-radius: 4px
}


/*india*/

.webdesign-width img{width:10rem;}

.about-services h2 {
    font-size: 24px;
}




.tm-navigation ul li span {
    display: inline-block;
    font-size: 16px;
    font-family: Karla, sans-serif;
    font-weight: 700 ;
    padding: 21px 14px;
    color: #444;
}

.tm-navigation ul li span::after {
    content: "\f107";
    font-family: fontAwesome;
    padding-left: 3px;
}

.search-text h2 {font-size:22px;}
.tm-section-title h4 {
    margin-top: -9px;
    margin-bottom: 10px;
    color: #007991;
    font-size: 29px;
    font-weight: 600;
}
.tm-section-title.tm-section-title-white h4{
    color: #fff;
}
.single-widget h4 {font-size: 18px;}

.tm-navigation-megamenu li p {display: block;
    color: #007991;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 700;}

.notice h4 {font-size: 18px;}
.contacts-bg h2 {font-size: 18px;}
.widget-archives ul li span, .widget-categories ul li span, .widget-serviceitems ul li span
{display: block;
    font-size: 14px;
    font-weight: 400;
    color: #444;}
.widget-archives ul li span:before, .widget-categories ul li span:before, .widget-serviceitems ul li span:before {
    content: "-";
    padding-right: 5px;
}
.widget-archives ul li span::after, .widget-categories ul li span::after, .widget-serviceitems ul li span::after {
    content: "";
    clear: both;
    display: table;
}
.widget-archives ul li span:hover, .widget-categories ul li span:hover, .widget-serviceitems ul li span:hover {
    color: #333;
    font-weight: 700;
    padding-left: 13px;
}


@media (max-width:767px){
    
    .mob-n{display:none;}
}

.nav-icon{
	color: #007991;
}

.section_our_solution .row {
	align-items: center;
  }
  
  .our_solution_category {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  }
  .our_solution_category .solution_cards_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
  }
  .solution_cards_box .solution_card {
	flex: 0 50%;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
	  0 5px 15px 0 rgba(37, 44, 97, 0.15);
	border-radius: 15px;
	margin: 8px;
	padding: 10px 15px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	min-height: 265px;
	transition: 0.7s;
  }
  
  .solution_cards_box .solution_card:hover {
	background: #007991;
	color: #fff;
	transform: scale(1.1);
	z-index: 9;
  }
  
  .solution_cards_box .solution_card:hover::before {
	background: rgb(85 108 214 / 10%);
  }
  
  .solution_cards_box .solution_card:hover .solu_title h3,
  .solution_cards_box .solution_card:hover .solu_description p {
	color: #fff;
  }
  
  .solution_cards_box .solution_card:before {
	content: "";
	position: absolute;
	background: rgb(85 108 214 / 5%);
	width: 170px;
	height: 400px;
	z-index: -1;
	transform: rotate(42deg);
	right: -56px;
	top: -23px;
	border-radius: 35px;
  }
  
  .solution_cards_box .solution_card:hover .solu_description button {
	background: #fff !important;
	color: #309df0;
  }
  
  
  .solution_card .solu_title h3 {
	color: #212121;
	font-size: 1.3rem;
	margin-top: 13px;
	margin-bottom: 13px;
  }
  
  .solution_card .solu_description p {
	font-size: 15px;
	margin-bottom: 15px;
  }
  
  .solution_card .solu_description button {
	border: 0;
	border-radius: 15px;
	background: linear-gradient(
	  140deg,
	  #42c3ca 0%,
	  #42c3ca 50%,
	  #42c3cac7 75%
	) !important;
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	padding: 5px 16px;
  }
  
  .our_solution_content h1 {
	text-transform: capitalize;
	margin-bottom: 1rem;
	font-size: 2.5rem;
  }
  .our_solution_content p {
  }
  
  .hover_color_bubble {
	position: absolute;
	background: linear-gradient(to right, #007991, #78ffd6);
	width: 100rem;
	height: 100rem;
	left: 0;
	right: 0;
	z-index: -1;
	top: 16rem;
	border-radius: 50%;
	transform: rotate(-36deg);
	left: -18rem;
	transition: 0.7s;
  }
  
  .solution_cards_box .solution_card:hover .hover_color_bubble {
	top: 0rem;
  }
  
  .solution_cards_box .solution_card .so_top_icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .solution_cards_box .solution_card .so_top_icon img {
	width: 40px;
	height: 50px;
	object-fit: contain;
  }
  
  /*start media query*/
  @media screen and (min-width: 320px) {
	.sol_card_top_3 {
	  position: relative;
	  top: 0;
	}
  
	.our_solution_category {
	  width: 100%;
	  margin: 0 auto;
	}
  
	.our_solution_category .solution_cards_box {
	  flex: auto;
	}
  }
  @media only screen and (min-width: 768px) {
	.our_solution_category .solution_cards_box {
	  flex: 1;
	}
  }
  @media only screen and (min-width: 1024px) {
	.sol_card_top_3 {
	  position: relative;
	  top: -3rem;
	}
	.our_solution_category {
	  width: 50%;
	  margin: 0 auto;
	}
  }
  
  .image-shape{
	border-radius: 65% 35% 70% 30% / 74% 78% 22% 26%;
	border: 10px solid #00799185;
  }

.text-color-main{
	color: #007991;
}

a{
	color: #007991 !important;
}

a:hover{
	color: #007991ab !important;
	text-decoration: none !important;
}

.back-top{
	color: #fff;
}

.all-policy{
	margin: 60px 0;
  }

  .all-policy h2{
	color: #007991;
	font-size: 27px;
	font-weight: 700;
	margin: 15px 0;
  }

  .all-policy h4{
	color: #007991;
	font-size: 20px;
	font-weight: 700;
	margin: 8px 0;
  }

  .all-policy p{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
  }

  .all-policy p strong{
    font-weight: 700;
    font-size: 18px;
  }

  .all-policy ul{
    list-style-type: none;
  }

  .all-policy ul li{
    list-style-type: disc;
    font-size: 16px;
    margin: 12px 0;
  }

  .btn-31,
.btn-31 *,
.btn-31 :after,
.btn-31 :before,
.btn-31:after,
.btn-31:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-31 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #000;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
}

.btn-31:disabled {
  cursor: default;
}

.btn-31:-moz-focusring {
  outline: auto;
}

.btn-31 svg {
  display: block;
  vertical-align: middle;
}

.btn-31 [hidden] {
  display: none;
}

.btn-31 {
	border-width: 1px;
	padding: 1rem 2.5rem;
	position: relative;
	text-transform: uppercase;
	border-radius: 10px;
}

.btn-31:before {
  --progress: 100%;
  background: #007991;
  -webkit-clip-path: polygon(
    100% 0,
    var(--progress) var(--progress),
    0 100%,
    100% 100%
  );
  clip-path: polygon(
    100% 0,
    var(--progress) var(--progress),
    0 100%,
    100% 100%
  );
  content: "";
  inset: 0;
  position: absolute;
  transition: -webkit-clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
}

.btn-31:hover:before {
  --progress: 0%;
}

.btn-31 .text-container {
  display: block;
  overflow: hidden;
  position: relative;
}

.btn-31 .text {
  display: block;
  font-weight: 900;
  position: relative;
}

.btn-31:hover .text {
  -webkit-animation: move-up-alternate 0.3s ease forwards;
  animation: move-up-alternate 0.3s ease forwards;
}

@-webkit-keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(80%);
  }

  51% {
    transform: translateY(-80%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(80%);
  }

  51% {
    transform: translateY(-80%);
  }

  to {
    transform: translateY(0);
  }
}

.contact-head{
	color: #007991;
	font-size: 40px;
	text-align: center;
  margin-bottom: 33px;
  font-weight: 900;
}

.subscribe-head{
	background-image: url('../newimg/sub.jpg');
	background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
	color: #fff;
	font-size: 40px;
	text-align: center;
  margin-bottom: 33px;
  font-weight: 900;
}

.tm-contact-block:hover .tm-contact-icon{
	color: #fff;
	background-color: #007991;
	transition: .5s;
}

.text-color{
	color: #007991;
}

.logincheckbox{
	display: none;
}

.alert-success{
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc;
	margin-top: 15px;
	padding: 15px;
	text-align: center;
  }
  
  .alert-danger{
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	margin-top: 15px;
	text-align: center;
	padding: 15px;
  }

  .display-none{
	display: none !important;
  }