* {
	padding: 0;
	margin: 0
}

html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible
}

body {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	overflow-x: hidden;
	background-color: #fff;
	color: #666
}

html,
body,
.wrapper {
	height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0e2b3d;
	font-weight: normal;
	line-height: 1.2;
	font-family: 'Inter', sans-serif;
	letter-spacing: 0;
	margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 15px
}

img {
	border: 0;
	outline: 0;
	max-width: 100%
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%
}

a,
.btn,
button {
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	outline: medium none
}

a img,
iframe {
	border: 0
}

p {
	color: #666;
	margin: 0 0 15px;
	text-transform: none;
	font-weight: 400
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eee
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143
}

input:focus,
textarea:focus,
select:focus {
	outline: 0;
	box-shadow: inherit
}

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

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

a:hover {
	color: #0e2b3d
}

a {
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	text-decoration: none;
	font-family: 'Inter', sans-serif;
}

b,
strong {
	font-weight: 900
}

.btn.active,
.btn:active {
	background-image: inherit !important
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
	outline: 0
}

.btn.circle {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px
}

.btn.active,
.btn:active {
	outline: 0;
	-webkit-box-shadow: inherit;
	box-shadow: inherit
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
	min-height: 50px
}

.container-medium {
	padding: 0 15px;
	margin: auto;
	max-width: 1400px
}

.container-full {
	padding: 0 15px;
	margin: auto;
	max-width: 1400px
}

.container-fill {
	padding: 0 15px;
	margin: auto;
	max-width: 100%
}

@media(min-width:576px) {
	.container-medium {
		max-width: 540px
	}
}

@media(min-width:768px) {
	.container-medium {
		max-width: 720px
	}
}

@media(min-width:992px) {
	.container-medium {
		max-width: 960px
	}
}

@media(min-width:1200px) {
	.container-medium {
		max-width: 1400px;
		width: 80%
	}
}

@media(min-width:576px) {
	.container-full {
		max-width: 540px
	}
}

@media(min-width:768px) {
	.container-full {
		max-width: 720px
	}
}

@media(min-width:992px) {
	.container-full {
		max-width: 960px
	}
}

@media(min-width:1200px) {
	.container-full {
		max-width: 1400px;
		width: 90%
	}
}

@media(min-width:576px) {
	.container-fill {
		max-width: 540px
	}
}

@media(min-width:768px) {
	.container-fill {
		max-width: 720px
	}
}

@media(min-width:992px) {
	.container-fill {
		max-width: 960px
	}
}

@media(min-width:1200px) {
	.container-fill {
		width: 100%;
		max-width: 100%;
		padding: 0
	}
}

.fixed-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: -1
}


.bg-theme-small {
	background-color: #edf5ff
}

.bg-light {
	background-color: #fff !important
}

.bg-theme {
	background-color: #165dff
}

.bg-light-gradient {
	background: linear-gradient(90deg, rgba(244, 247, 252, 1) 36%, rgba(255, 255, 255, 1) 100%)
}

.gradient-bg {
	background-image: linear-gradient(90deg, rgba(2, 59, 166, 1) 0, rgba(67, 126, 235, 1) 100%);
	background-color: #165dff
}

.container-md {
	width: 90%;
	margin: auto;
	position: relative
}

.text-italic {
	font-style: italic
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
	color: #fff
}

.shadow {
	position: relative;
	z-index: 1;
	box-shadow: inherit !important
}

.shadow.dark::after {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.shadow.dark-hard::after {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: .75;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.shadow.light::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: .3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.shadow.theme::after {
	background: #165dff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.shadow.theme-hard::after {
	background: #165dff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: .7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
	position: relative;
	z-index: 1
}

.default-padding {
	padding: 80px 0;
}

.default-padding-top {
	padding-top: 100px
}

.default-padding-bottom {
	padding-bottom: 120px
}

.default-padding.bottom-less {
	padding-top: 80px;
	padding-bottom: 30px
}

.default-padding-bottom.bottom-less {
	margin-bottom: -30px
}

.default-padding-top.bottom-less {
	margin-bottom: -30px
}

.top-border {
	border-top: 1px solid #e7e7e7
}

.align-center {
	align-items: center
}

.btn {
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	line-height: 25px;
	text-transform: capitalize;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	overflow: hidden;
	border-radius: 5px;
	font-size: 17px
}

.btn i {
	font-size: 20px;
	margin-left: 5px;
	position: relative;
	top: 3px
}

.btn.btn-sm i {
	font-size: 16px;
	margin-left: 5px;
	position: relative;
	top: 1px
}

.btn.btn-icon i {
	font-size: 50px;
	align-items: center;
	float: left;
	margin-right: 10px
}

.btn.btn-icon {
	padding: 0;
	line-height: 50px
}

.btn.btn-icon:hover {
	color: #fff
}

.btn.btn-sm-pro {
	font-size: 10px;
	font-weight: 600;
	margin-top: 5px;
	padding: 4px 35px;
	display: inline-block
}

.btn-border-light {
	border: 2px solid #fff
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
	background-color: #fff;
	color: #0e2b3d;
	border: 2px solid #fff
}

.btn-dark {
	background-color: #0e2b3d;
	color: #fff;
	border: 2px solid #0e2b3d
}

.btn-dark.border {
	background-color: transparent;
	color: #0e2b3d;
	border: 2px solid #0e2b3d !important
}

.btn-dark.border:hover {
	background-color: #0e2b3d;
	color: #fff !important;
	border: 2px solid #0e2b3d !important
}

.btn-gray.border {
	background-color: transparent;
	color: #165dff;
	border: 2px solid #e7e7e7 !important
}

.btn-gray.border:hover {
	background-color: #165dff;
	color: #fff !important;
	border: 2px solid #165dff !important
}

.btn-gray.effect {
	background: #fafafa;
	border: 1px solid #e7e7e7 !important
}

.btn.btn-light {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #fff;
	color: #0e2b3d
}

.btn.btn-light.border {
	background: transparent;
	border: 2px solid #fff !important;
	color: #fff
}

.btn.btn-light.border:hover {
	background: #fff none repeat scroll 0 0 !important;
	border: 2px solid #fff !important;
	color: #0e2b3d !important
}

.btn-standard {
	display: inline-block;
	text-align: center;
	color: #165dff;
	margin-top: 15px;
	border: 1px solid #e7e7e7;
	padding: 10px 35px;
	text-transform: capitalize;
	border-radius: 30px;
	font-weight: 600;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.btn-standard:hover {
	color: #fff
}

.btn-standard::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #165dff;
	transition: all .35s ease-in-out;
	left: -100%;
	bottom: 0;
	z-index: -1
}

.btn-standard:hover::after {
	left: 0
}

.btn-standard.md {
	padding: 13px 45px
}

.btn-standard i {
	display: inline-block;
	text-align: center;
	color: #165dff;
	font-size: 15px;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	margin-left: 3px;
	top: 1px;
	transition: all .35s ease-in-out
}

.btn-standard:hover i {
	color: #fff
}

.bg-theme .btn-standard:hover,
.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.shadow .btn-standard:hover {
	color: #fff
}

.btn-dark:hover,
.btn-dark:focus {
	color: #0e2b3d !important;
	background: transparent
}

.bg-dark {
	background: #001d4c !important
}

.bg-dark-hard {
	background: #08111e
}

.bg-gradient {
	background: #165dff;
	background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0, rgba(30, 132, 246, 1) 100%)
}

.btn-theme {
	background-color: #165dff;
	color: #fff !important;
	border: 2px solid #165dff
}

.btn-theme.border {
	background-color: transparent;
	color: #0e2b3d !important;
	border: 2px solid #165dff !important
}

.text-light .btn-theme.border {
	color: #fff !important
}

.btn-theme.border:hover {
	background-color: #165dff;
	color: #fff !important;
	border: 2px solid #165dff
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
	background: #165dff none repeat scroll 0 0;
	border: 2px solid #165dff;
	color: #fff
}

.btn.btn-sm-lm {
	font-size: 12px;
	padding: 4px 35px
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
	border: 2px solid #fff;
	color: #fff
}

.btn-gradient,
.btn-gradient:focus {
	position: relative;
	z-index: 1;
	color: #fff !important;
	padding: 18px 40px !important
}

.btn-gradient:hover {
	color: #fff
}

.btn-gradient::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0, rgba(30, 132, 246, 1) 100%);
	transition: all .35s ease-in-out;
	z-index: -1;
	box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #165dff
}

.btn-gradient i {
	display: inline-block;
	line-height: 28px;
	color: #fff;
	font-size: 14px;
	margin-left: 5px
}

.btn-gradient.icon-normal i {
	border: 0;
	background: transparent;
	font-size: 20px;
	line-height: inherit;
	position: relative;
	top: 2px;
	margin-right: 0;
	height: auto;
	width: auto
}

.btn-gradient.icon-left i {
	margin-left: 0;
	margin-right: 5px
}

.inc-icon i {
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 28px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 10px;
	border-radius: 50%;
	margin-left: 5px;
	border: 1px dashed rgba(255, 255, 255, 0.5)
}

.btn-gradient.btn-sm {
	padding: 10px 30px
}

.btn.btn-transparent.border {
	border: 1px solid rgba(255, 255, 255, 0.3) !important
}

.btn.btn-transparent.border:hover {
	border: 1px solid rgba(255, 255, 255, 0.5) !important;
	background: rgba(255, 255, 255, 0.07);
	color: #fff !important
}

.relative {
	position: relative;
	z-index: 1
}

.bg-fixed {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-size: cover !important
}

.bg-cover {
	background-position: center center !important;
	background-size: cover !important
}

.overflow-hidden {
	overflow: hidden
}

button,
button:focus {
	border: none !important;
	box-shadow: inherit !important;
	outline: inherit !important
}

header {
	position: relative
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
	position: relative;
	z-index: 1;
	margin-left: 3px
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
	background: #fff none repeat scroll 0 0;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 0;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
	width: 100%
}

nav.bootsnav.navbar-default.info-topbar .navbar-header {
	display: none
}

nav.bootsnav.navbar-default.info-topbar ul li a {
	margin-right: 30px;
	padding: 35px 0
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
	margin-right: 0;
	padding: 35px 20px
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
	margin-right: 30px;
	padding: 35px 0
}

.site-heading h2 {
	display: inline-block;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 0;
	position: relative;
	letter-spacing: 1px;
	line-height: 1.4
}

.site-heading.less-info h2 {
	margin-bottom: 0
}

.site-heading h4 {
	color: #165dff;
	font-weight: 600;
	text-transform: uppercase
}

.site-heading.clean h2 {
	padding-bottom: 0
}

.site-heading.clean h2 span {
	color: #165dff
}

.site-heading h2 span {
	color: #165dff
}

.site-heading.barber h2 span {
	color: #bc9355
}

.site-heading p {
	margin: 0;
	margin-top: 20px;
	padding: 0 7%
}

.site-heading h2::before {
	background: #165dff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	width: 40px
}

.site-heading h2::after {
	background: #165dff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: 20px;
	position: absolute;
	width: 5px
}

.site-heading.text-left h2::before {
	left: 0;
	margin-left: 0
}

.site-heading.text-left h2::after {
	left: 45px;
	margin-left: 0
}

.shadow .site-heading h2,
.shadow .site-heading p {
	color: #fff
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before {
	background: #fff none repeat scroll 0 0
}

.site-heading h2 span {
	color: #165dff
}

.site-heading {
	margin-bottom: 60px;
	overflow: hidden;
	margin-top: -5px
}

.language-switcher .dropdown-toggle {
	background: transparent;
	border: 0;
	color: #666;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 15px;
	text-transform: capitalize
}

.language-switcher img {
	padding: 3px;
	box-shadow: 0 0 10px #ccc;
	border-radius: 50%;
	height: 45px;
	width: 45px
}

.language-switcher .dropdown-toggle li {
	display: block
}

.language-switcher .dropdown-menu li {
	display: block;
	padding: 0;
	border-bottom: 1px solid #e7e7e7
}

.language-switcher .dropdown-menu li:last-child {
	border: 0
}

.language-switcher .dropdown-menu {
	margin: 0;
	min-width: 200px;
	border-radius: inherit;
	border: 1px solid #e7e7e7;
	left: auto !important;
	right: 0
}

.nav-box .language-switcher .dropdown-menu {
	top: 58px
}

@media(min-width:1024px) {
	.nav-box .language-switcher .dropdown-menu {
		top: 80px
	}
}

.language-switcher .dropdown-menu.show {
	display: block !important
}

.language-switcher .dropdown-menu li a {
	padding: 7px 15px;
	text-transform: capitalize;
	display: block;
	font-weight: 600
}

.top-bar-area.inc-border {
	border-bottom: 1px solid #e7e7e7
}

.top-bar-area li {
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	position: relative;
	z-index: 1
}

.top-bar-area li:first-child {
	margin: 0;
	padding: 0;
	border: 0
}

.top-bar-area p {
	margin: 0;
	font-weight: 500
}

.top-bar-area p a {
	text-decoration: underline;
	font-weight: 600
}

.top-bar-area.inc-border {
	border-bottom: 1px solid #e7e7e7
}

.top-bar-area .button a {
	display: inline-block;
	padding: 6px 25px;
	color: #fff;
	position: relative;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.5)
}

.top-bar-area li::after {
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
	height: 19px;
	width: 1px;
	border-left: 1px solid #ddd
}

.top-bar-area li:first-child::after {
	display: none
}

.top-bar-area .item-flex {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.top-bar-area .social ul {
	margin-left: 30px
}

.top-bar-area .social ul li::after {
	display: none
}

.top-bar-area .social li {
	margin-left: 10px
}

.top-bar-area.inc-pad {
	padding: 15px 0
}

.top-bar-area.inc-padding {
	padding: 10px 0
}

.top-bar-area .button i {
	margin-right: 5px
}

.top-bar-area .info li i {
	margin-right: 5px;
	color: #165dff
}

.top-bar-area.fixed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9
}

.top-bar-area.fixe .row {
	align-items: center
}

.top-bar-area.fixed {
	padding: 20px 0
}

.top-bar-area .address-info li {
	text-align: left
}

.top-bar-area .address-info li .icon,
.top-bar-area .address-info li .info {
	display: inline-block
}

.top-bar-area .address-info li .icon i {
	margin-right: 10px
}

.top-bar-area .info a {
	margin-left: 20px
}

.top-bar-area.fixed .container {
	padding-right: 30px
}

.top-bar-area.bg-dark .info li i,
.top-bar-area.bg-theme .info li i {
	color: #fff
}

.top-bar-area.inc-logo {
	padding: 15px 0
}

.top-bar-area .info-colums ul {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.top-bar-area .info-colums ul .info span {
	display: block;
	font-weight: 600;
	text-transform: uppercase
}

.top-bar-area .info-colums li i {
	font-size: 35px
}

.top-bar-area .info-colums ul .info {
	font-size: 14px;
	text-align: left
}

.top-bar-area .info-colums .info,
.top-bar-area .info-colums .icon {
	display: inline-block
}

.top-bar-area .info-colums ul li {
	text-align: left
}

.top-bar-area .info-colums ul li .info {
	line-height: 24px
}

.top-bar-area .info-colums ul li .icon {
	margin-right: 15px
}

.top-bar-area .info-colums ul li::after {
	height: 90%;
	top: 5%
}

.top-bar-area.bg-theme .info-colums ul li::after {
	border-left: 1px solid rgba(255, 255, 255, 0.3)
}

.top-bar-area .info-colums ul li .icon i {
	color: #165dff
}

.top-bar-area.bg-theme .info-colums ul li .icon i {
	color: #fff
}

.top-bar-area.bg-theme {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.breadcrumb-area {
	padding: 150px 0
}

.breadcrumb-area .breadcrumb {
	background: transparent none repeat scroll 0 0;
	display: inline-block;
	margin: 0;
	padding: 15px;
	position: relative;
	z-index: 1
}

.breadcrumb-area .breadcrumb::after {
	background: #232323 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: .7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.breadcrumb-area h2 {
	display: block;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 40px;
	margin-top: -10px;
	margin-bottom: 0
}

.breadcrumb>li+li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	padding: 0 5px;
	color: #fff;
	display: none
}

.breadcrumb-area .breadcrumb li i {
	margin-right: 5px
}

.breadcrumb-area .breadcrumb li {
	padding: 0 15px;
	position: relative;
	z-index: 1;
	display: inline-block
}

.breadcrumb-area .breadcrumb li::after {
	border: 2px solid #fff;
	content: "";
	height: 10px;
	left: -7px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.breadcrumb-area .breadcrumb li:first-child::after {
	display: none
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff
}

.breadcrumb-area .breadcrumb li.active {
	color: #fff;
	text-decoration: underline
}

@keyframes rotate-animation {
	0% {
		transform: rotate(0deg)
	}

	50% {
		transform: rotate(180deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

body,
.banner-area,
.banner-area div {
	height: 100%
}
.banner-area {
	background: url(../images/bg-1.jpg) 100% 100%;
}

.banner-area.auto-height,
.banner-area.auto-height div {
	height: auto
}

.banner-area.auto-height .content {
	padding: 80px 0
}

.banner-area.auto-height.circle-shape .content {
	padding: 200px 0
}

.banner-area .box-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%
}

.banner-area .box-table {
	display: table;
	width: 100%
}

.banner-area .box-cell,
.banner-area .box-cell div {
	height: auto
}

.banner-area {
	position: relative;
	overflow: hidden
}

.banner-area .wavesshape {
	bottom: -2px;
	left: 0;
	position: absolute;
	right: 0;
	top: auto;
	width: 100%
}

.banner-area .wavesshape.shape {
	bottom: -50px;
	height: auto
}

.banner-area .content {
	position: relative;
	z-index: 9
}

.banner-area.mar-top-100p .content {
	margin-top: 100px
}

.banner-area.wavesshape {
	position: relative;
	z-index: 1
}

.banner-area .shape {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100% !important;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom
}

.banner-area.triangle-shadow {
	position: relative;
	z-index: 1
}

.banner-area.triangle-shadow::before {
	border-bottom: 0 solid transparent;
	border-right: 100vw solid #fff;
	border-top: 80px solid transparent;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 101
}

.banner-area.shadow-inner .content {
	padding: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.banner-area.content-double .double-items {
	align-items: center;
	align-self: center;
	display: flex;
	justify-content: center;
	vertical-align: middle
}

.banner-area .banner-carousel .owl-item.center img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1)
}

.banner-area .banner-carousel .owl-item img {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9)
}

.banner-area .item h1:first-child,
.banner-area .item h2:first-child,
.banner-area .item h3:first-child,
.banner-area .item h4:first-child,
.banner-area .item h5:first-child,
.banner-area .item h6:first-child {
	animation-delay: .5s
}

.banner-area .item h1:nth-child(2),
.banner-area .item h2:nth-child(2),
.banner-area .item h3:nth-child(2),
.banner-area .item h4:nth-child(2),
.banner-area .item h5:nth-child(2),
.banner-area .item h6:nth-child(2) {
	animation-delay: .7s
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
	animation-delay: .9s
}

.banner-area .item p {
	animation-delay: .5s
}

.banner-area .item ul {
	animation-delay: .6s
}

.banner-area .item a,
.banner-area .item button {
	animation-delay: .7s
}

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-control {
	z-index: 2
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1)
	}

	to {
		-webkit-transform: scale(1.2, 1.2)
	}
}

@-moz-keyframes zoom {
	from {
		-moz-transform: scale(1, 1)
	}

	to {
		-moz-transform: scale(1.2, 1.2)
	}
}

@-o-keyframes zoom {
	from {
		-o-transform: scale(1, 1)
	}

	to {
		-o-transform: scale(1.2, 1.2)
	}
}

@keyframes zoom {
	from {
		transform: scale(1, 1)
	}

	to {
		transform: scale(1.2, 1.2)
	}
}

.carousel-inner .item>.slider-thumb {
	-webkit-animation: zoom 20s;
	animation: zoom 20s
}

.banner-area .carousel-zoom .slider-thumb {
	height: 100%;
	position: absolute;
	width: 100%
}

#particles-js,
#ripple {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.banner-area .carousel-control {
	background: transparent none repeat scroll 0 0;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 70px;
	z-index: 1;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	color: #165dff
}

.banner-area.text-light .carousel-control,
.banner-area .text-light .carousel-control {
	color: #fff
}

.banner-area .carousel-control.shadow {
	background: transparent none repeat scroll 0 0;
	color: #fff;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	text-shadow: inherit;
	top: 50%;
	width: 50px;
	z-index: 1;
	display: inline-block
}

.banner-area .carousel-control.shadow::after {
	background: #1e2726 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.banner-area .carousel-control.left {
	left: -80px
}

.banner-area:hover .carousel-control.left {
	left: 10px
}

.banner-area:hover .carousel-control.shadow.left {
	left: 20px
}

.banner-area .carousel-control.right {
	right: -80px
}

.banner-area:hover .carousel-control.right {
	right: 10px
}

.banner-area:hover .carousel-control.shadow.right {
	right: 20px
}

.banner-area .carousel-indicator {
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 100%
}

.banner-area .carousel-indicators {
	position: absolute;
	right: 40px;
	left: auto;
	width: auto;
	height: auto;
	top: 50%;
	transform: translate(10px, -50%);
	-webkit-transform: translate(10px, -50%);
	-moz-transform: translate(10px, -50%);
	-ms-transform: translate(10px, -50%);
	-o-transform: translate(10px, -50%);
	bottom: auto;
	margin: 0;
	display: block
}

.banner-area .carousel-indicators li {
	display: block;
	height: 20px;
	width: 20px;
	margin: 10px 0;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	position: relative;
	z-index: 1
}

.banner-area .carousel-indicators li.active {
	border: 2px solid #fff
}

.banner-area .carousel-indicators li::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 5px;
	width: 5px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.banner-area.video-bg-live .mbYTP_wrapper {
	z-index: 1 !important
}

.double-items>.row div {
	height: auto
}

.banner-area .thumb {
	position: relative;
	top: 5px
}

.banner-area.inc-shape .thumb {
	position: relative;
	z-index: 1
}

.banner-area .content h2 {
	font-size: 40px;
	margin-bottom: 25px
}

.banner-area.text-color .content h2 strong {
	font-weight: 800;
	color: #165dff
}

.banner-area.text-light .content h2 strong {
	color: #fff
}

.banner-area .content h2 strong {
	font-size: 60px;
	font-weight: 800;
	display: block
}

.banner-area .content h4 {
	margin-bottom: 25px
}

.banner-area .content a {
	margin-top: 20px
}

.banner-area.text-center .content a,
.banner-area .text-center .content a {
	margin-left: 15px;
	margin-right: 15px
}

.banner-area.top-pad-60 .content {
	padding-top: 60px
}

.banner-area.border-shadow .box-table {
	position: relative;
	z-index: 1
}

.banner-area.border-shadow .box-cell::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: url(../images/9.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain
}

.banner-area.text-large .content h2 {
	font-size: 80px
}

.banner-area.carousel-shape p {
	padding-right: 20%;
	font-size: 18px;
	line-height: 36px
}

.banner-area .appoinment-box,
.banner-area .appoinment-box div {
	height: auto
}

.banner-area .item-box .item .row div {
	height: auto
}

.banner-area .appoinment-box {
	padding: 60px 37px;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 10px #ccc
}

.banner-area .appoinment-box h4 {
	color: #0e2b3d;
	font-weight: 600
}

.banner-area .appoinment-box p {
	color: #0e2b3d
}

.banner-area .appoinment-box .heading {
	margin-bottom: 30px
}

.banner-area .appoinment-box input,
.banner-area .appoinment-box .nice-select {
	border: 0;
	border-radius: inherit;
	box-shadow: inherit;
	background: rgba(255, 255, 255, 0.6);
	border-bottom: 1px solid #e6e6e6;
	padding-left: 0
}

.banner-area .appoinment-box button {
	background: #165dff;
	padding: 10px 25px;
	border-radius: 30px;
	color: #fff;
	font-weight: 600;
	margin-top: 10px;
	width: 100%
}

.banner-area.heading-border .content h4 {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-left: 45px
}

.banner-area.heading-border .content h4::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 2px;
	width: 30px;
	background: #fff
}

.banner-area.circle-shape .content::after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: "";
	height: 450px;
	width: 450px;
	background: #fff;
	z-index: -1;
	border-radius: 50%
}

.banner-area.circle-shape .content::before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: "";
	height: 550px;
	width: 550px;
	background: #fff;
	z-index: -1;
	border-radius: 50%;
	opacity: .3
}

.banner-area.center-item .thumb {
	position: inherit;
	top: 0
}

.banner-area.center-item .row>div {
	height: auto
}

.banner-area.shape {
	position: relative;
	z-index: 1
}

.banner-area.shape::after {
	position: absolute;
	right: -20%;
	top: -20%;
	content: "";
	height: 700px;
	width: 700px;
	background: #f3f7fd;
	z-index: -1;
	border-radius: 30px;
	transform: rotate(45deg)
}

.banner-area .fixed-shape.right.top {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.banner-area .content .bottom {
	display: flex;
	align-items: center
}

.banner-area .content .bottom a {
	margin-right: 30px
}

.banner-area .content .bottom .call-us h5 {
	font-weight: 700;
	margin-bottom: 5px;
	color: #165dff
}

.banner-area.text-light .content .bottom .call-us h5 {
	color: #fff
}

.banner-area .content .bottom .call-us {
	margin-top: 20px;
	display: flex;
	align-items: center;
	text-align: left
}

.banner-area .content .bottom .call-us span {
	font-weight: 600;
	color: #232323
}

.banner-area .content .bottom .call-us i {
	height: 50px;
	width: 50px;
	background: #165dff;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	color: #fff;
	margin-right: 15px
}

.banner-area .content .bottom .call-us i::after {
	position: absolute;
	left: -10%;
	top: -10%;
	content: "";
	height: 120%;
	width: 120%;
	background: #165dff;
	z-index: -1;
	border-radius: 50%;
	opacity: .2
}

.banner-area.text-light .content .bottom .call-us span {
	color: #fff
}

.banner-area .banner {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: bottom left
}

.banner-area.bg-gradient {
	background-position: bottom left
}

.banner-area.bottom-shape {
	position: relative;
	z-index: 1
}

.banner-area .fixed-shape {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 100%;
	z-index: -1
}

.banner-area .fixed-shape img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

@media(min-width:1300px) {
	.banner-box {
		padding: 50px;
		padding-top: 95px;
		border-radius: 8px
	}
}

.banner-area .row.align-center div {
	height: auto
}

.banner-area .thumbs {
	position: relative;
	z-index: 1
}

.banner-area .thumbs::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 100%;
	width: 100%;
	background: url(../images/15.png);
	z-index: -1;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: .1
}

.item-animated {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	-webkit-animation-name: infiUpDown;
	animation-name: infiUpDown;
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

@-webkit-keyframes animate {
	17% {
	border-bottom-right-radius:3px
}
25% {
	-webkit-transform:translateY(9px) rotate(22.5deg);
	transform:translateY(9px) rotate(22.5deg)
}
50% {
	-webkit-transform:translateY(18px) scale(1,.9) rotate(45deg);
	transform:translateY(18px) scale(1,.9) rotate(45deg);
	border-bottom-right-radius:40px
}
75% {
	-webkit-transform:translateY(9px) rotate(67.5deg);
	transform:translateY(9px) rotate(67.5deg)
}
100% {
	-webkit-transform:translateY(0) rotate(90deg);
	transform:translateY(0) rotate(90deg)
}
}@keyframes animate {
	17% {
	border-bottom-right-radius:3px
}
25% {
	-webkit-transform:translateY(9px) rotate(22.5deg);
	transform:translateY(9px) rotate(22.5deg)
}
50% {
	-webkit-transform:translateY(18px) scale(1,.9) rotate(45deg);
	transform:translateY(18px) scale(1,.9) rotate(45deg);
	border-bottom-right-radius:40px
}
75% {
	-webkit-transform:translateY(9px) rotate(67.5deg);
	transform:translateY(9px) rotate(67.5deg)
}
100% {
	-webkit-transform:translateY(0) rotate(90deg);
	transform:translateY(0) rotate(90deg)
}
}

@keyframes infiUpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(-35px);
		transform: translateY(-35px)
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@-webkit-keyframes infiUpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(-35px);
		transform: translateY(-35px)
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@-webkit-keyframes infinite-move {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	to {
		-webkit-transform: translateX(88px);
		transform: translateX(88px)
	}
}

@-webkit-keyframes infinite-move {
	from {
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	to {
		-ms-transform: translateX(88px);
		transform: translateX(88px)
	}
}

@keyframes infinite-move {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	to {
		-webkit-transform: translateX(88px);
		transform: translateX(88px)
	}
}

.banner-area.carousel-shape .slider-thumb {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 60%;
	background-size: cover;
	background-position: right;
}

.banner-area.carousel-shape .box-cell::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: url(../images/18.png);
	background-size: cover;
	background-position: right
}

.banner-area.carousel-shape .box-cell {
	position: relative
}

.banner-area.bg-adjustable {
	background-size: cover;
	width: 100%;
	background-position: bottom left;
	padding-top: 100px
}

.about-area .thumb {
	position: relative;
	margin-top: 80px;
}

.about-area .thumb img {
	border-radius: 8px
}

.about-area .thumb img:first-child {
	width: 94%
}

.about-area .thumb img:nth-child(2) {
	position: relative;
	left: 20%;
	width: 80%;
	top: -80px;
	margin-bottom: -80px;
	box-shadow: 0 0 10px #ccc;
	padding: 5px;
	background: #fff
}

.about-area .info>h5 {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 25px;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-left: 45px;
	color: #165dff
}

.about-area .info>h5::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 2px;
	width: 30px;
	background: #165dff;
	margin-top: -1px
}

.about-area .thumb .overlay {
	position: absolute;
	right: 0;
	top: 50%;
	height: 250px;
	width: 250px;
	text-align: center;
	background: #fff;
	transform: translate(50px, -50%);
	border-radius: 8px;
	box-shadow: 0 0 10px #ccc
}

.about-area .thumb .overlay .content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 30px
}

.about-area .thumb .overlay h4 {
	margin: 0;
	position: relative;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.4
}

.about-area .info ul li {
	display: flex
}

.about-area .info ul li i {
	display: inline-block;
	font-size: 60px;
	margin-right: 25px;
	color: #165dff
}

.about-area .info ul li h4 {
	font-weight: 600
}

.about-area .info ul li {
	margin-top: 30px
}

.about-area .info ul li p {
	margin: 0
}

.about-area .info ul li:first-child {
	margin-top: 0
}

.about-area .info ul {
	margin-top: 30px
}

.about-area .info>h3 {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	color: #165dff;
	margin-bottom: 30px
}

.about-area .info h2 {
	font-weight: 600;
	margin-bottom: 25px
}

.about-area .author {
	display: flex;
	align-items: center;
	margin-top: 30px
}

.about-area .author img {
	height: 100px
}

.about-area .author .signature {
	border-right: 1px solid #e7e7e7;
	padding-right: 20px;
	margin-right: 20px
}

.about-area .author h5 {
	font-weight: 600;
	margin-bottom: 10px
}

.about-area.reverse .thumbs img {
	max-width: 120%
}

.about-area.reverse .info {
	padding-right: 35px
}

.about-area.reverse .info {
	padding-bottom: 120px
}

.about-area .info .progress-box .progress {
	height: 5px;
	overflow: inherit
}

.about-area.reverse .info .progress-box h5 {
	font-weight: 600;
	font-size: 16px
}

.about-area.reverse .info .progress-box {
	margin-top: 30px;
	overflow: inherit;
	text-align: left
}

.about-area .info .progress-box .progress .progress-bar {
	position: relative;
	overflow: inherit;
	background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0, rgba(30, 132, 246, 1) 100%)
}

.about-area .info .progress-box .progress .progress-bar span {
	position: absolute;
	right: 0;
	bottom: 15px;
	background: #165dff;
	padding: 0 8px;
	font-weight: 600;
	font-size: 12px
}

.about-area .info .progress-box .progress .progress-bar span::after {
	position: absolute;
	left: 5px;
	bottom: -5px;
	content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #165dff
}

.about-area .thumb .overlay {
	position: absolute;
	right: 0;
	top: 50%;
	height: 250px;
	width: 250px;
	text-align: center;
	background: #fff;
	transform: translate(50px, -50%);
	border-radius: 8px;
	box-shadow: 0 0 10px #ccc
}


@keyframes infiUpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(-55px);
		transform: translateY(-55px)
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@-webkit-keyframes infiUpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(-55px);
		transform: translateY(-55px)
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

.work-process-area .single-item {
	margin-bottom: 30px
}

.work-process-area .thumb img {
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	border: 9px solid #fff
}

.work-process-area .work-pro-items .item i {
	display: inline-block;
	color: #165dff;
	font-size: 60px;
	margin-bottom: 30px
}

.work-process-area .work-pro-items .item h5 {
	position: relative;
	z-index: 1;
	font-weight: 600
}

.work-process-area .work-pro-items .item .icon {
	position: relative
}

.work-process-area .work-pro-items .item .icon span {
	position: absolute;
	left: 15px;
	top: 0;
	font-size: 100px;
	z-index: -1;
	color: #f4f4f4;
	opacity: .9;
	font-weight: 900;
	color: transparent;
	-webkit-text-stroke: 2px #f4f4f4;
	line-height: 50px;
	font-family: sans-serif
}

.work-process-area .work-pro-items .item {
	border: 1px solid #e7e7e7;
	padding: 50px 30px;
	background: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.work-process-area .work-pro-items .item p {
	margin: 0
}

.work-process-area .work-pro-items .item::before,
.work-process-area .work-pro-items .item::after {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	transition: all .2s linear;
	background: #165dff
}

.work-process-area .work-pro-items .item .item-inner::before,
.work-process-area .work-pro-items .item .item-inner::after {
	content: "";
	width: 2px;
	height: 0;
	position: absolute;
	transition: all .2s linear;
	background: #165dff
}

.work-process-area .work-pro-items .item:hover::before,
.work-process-area .work-pro-items .item:hover::after {
	width: 100%
}

.work-process-area .work-pro-items .item:hover .item-inner::before,
.work-process-area .work-pro-items .item:hover .item-inner::after {
	height: 100%
}

.work-process-area .work-pro-items .item::before,
.work-process-area .work-pro-items .item::after {
	transition-delay: .2s
}

.work-process-area .work-pro-items .item .item-inner::before,
.work-process-area .work-pro-items .item .item-inner::after {
	transition-delay: 0s
}

.work-process-area .work-pro-items .item::before {
	right: 0;
	top: 0
}

.work-process-area .work-pro-items .item::after {
	left: 0;
	bottom: 0
}

.work-process-area .work-pro-items .item .item-inner::before {
	left: 0;
	top: 0
}

.work-process-area .work-pro-items .item .item-inner::after {
	right: 0;
	bottom: 0
}

.work-process-area .work-pro-items .item:hover::before,
.work-process-area .work-pro-items .item:hover::after {
	transition-delay: 0s
}

.work-process-area .work-pro-items .item:hover .item-inner::before,
.work-process-area .work-pro-items .item:hover .item-inner::after {
	transition-delay: .2s
}

.about-area .faq-content {
	margin-top: 25px
}

.about-area .thumb-box {
	position: relative;
	margin-right: 20px
}

.blog-area .single-item {
	margin-bottom: 30px
}

.blog-area .blog-items .item {
	background: #fff;
	box-shadow: 0 0 10px #ccc
}

.blog-area .item .info {
	padding: 30px
}

.blog-area .info .cats {
	position: relative;
	z-index: 1;
	margin-top: 15px
}

.blog-area .info .cats i {
	margin-right: 8px;
}

.blog-area .info .cats a:hover {
	color: #165dff
}

.blog-area .item .info .meta {
	margin-bottom: 15px
}

.blog-area .item .info .meta ul li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	z-index: 1;
	padding-right: 10px;
	font-weight: 600;
	font-size: 14px
}

.blog-area .item .info .meta ul li::after {
	position: absolute;
	right: -2px;
	top: 8px;
	content: "";
	height: 15px;
	width: 1px;
	background: #666;
	transform: rotate(15deg)
}

.blog-area .item .info .meta ul li:last-child::after {
	display: none
}

.blog-area .item .info ul li i {
	color: #165dff;
	margin-right: 5px;
	font-weight: 500
}

.blog-area .item .info h4 {
	font-weight: 600;
	line-height: 1.4
}

.blog-area.content-less .item .info h2,
.blog-area.content-less .item .info h3,
.blog-area.content-less .item .info h4,
.blog-area.content-less .item .info h5 {
	margin-bottom: 0
}

.blog-area .item .info h4 a:hover {
	color: #165dff
}

.blog-area .item .info a.read-more {
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 10px;
	padding-right: 35px
}

.blog-area .info .meta a {
	color: #165dff
}

.blog-area .info h1,
.blog-area .info h2,
.blog-area .info h3,
.blog-area .info h4 {
	font-weight: 600
}

.blog-area .item .info a.read-more:hover {
	color: #165dff
}

.blog-area .thumb {
	position: relative
}

.blog-area .thumb .cats {
	position: absolute;
	left: 30px;
	bottom: -20px;
	z-index: 9
}

.blog-area .thumb .cats a {
	display: inline-block;
	background: #165dff;
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	padding: 6px 20px;
	margin-right: 5px;
	color: #fff
}

.blog-area .thumb .post-type {
	background: rgba(8, 106, 216, 0.7) none repeat scroll 0 0;
	bottom: 35px;
	color: #fff;
	font-size: 20px;
	height: 50px;
	right: 35px;
	line-height: 50px;
	position: absolute;
	text-align: center;
	width: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 1
}

.blog-area .item .info a.btn {
	margin-top: 5px
}

.blog-area.left-sidebar .blog-content {
	float: right
}

.blog-area.left-sidebar .sidebar {
	padding-right: 35px
}

.blog-area.right-sidebar .sidebar {
	padding-left: 35px
}

.blog-area .sidebar .title {
	display: block
}

.blog-area .sidebar .title h4 {
	font-weight: 800;
	margin-bottom: 30px;
	margin-top: -5px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	font-size: 20px;
	display: inline-block;
	padding-left: 15px
}

.blog-area .sidebar .title h4::after {
	position: absolute;
	left: 0;
	top: 4px;
	content: "";
	height: 18px;
	width: 2px;
	border-left: 3px solid #165dff
}

.blog-area .sidebar input[type="text"] {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
	min-height: 60px
}

.blog-area .sidebar form {
	position: relative
}

.blog-area .sidebar button[type="submit"] {
	background: #165dff;
	border: medium none;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	min-height: 50px;
	width: 50px;
	position: absolute;
	right: 5px;
	text-transform: uppercase;
	top: 5px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	border-radius: 50%
}

.blog-area .sidebar input[type="submit"]:hover {
	background: #165dff none repeat scroll 0 0
}

.blog-area .blog-items.content-less .item .info>a {
	margin-top: 10px
}

.blog-area.single .item .content-box span {
	background: #165dff none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 3px 20px;
	text-transform: uppercase
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
	font-weight: 500
}

.blog-area.single .content-box .cats {
	float: left;
	margin-right: 5px
}

.blog-area.single .content-box .meta .date {
	float: right;
	letter-spacing: 1px;
	text-transform: uppercase
}

.blog-area.single .content-box .meta {
	overflow: hidden;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0
}

.blog-area .blog-items .info>ul li {
	margin-bottom: 15px;
	color: #232323;
	position: relative;
	z-index: 1;
	padding-left: 25px;
	display: block
}

.blog-area .blog-items .info>ul {
	margin-bottom: 25px;
	margin-top: 25px
}

.blog-area .blog-items .info>ul li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f00c";
	height: 100%;
	width: 100%;
	font-family: "Font Awesome 5 Free";
	color: #165dff;
	font-weight: 600;
	font-size: 14px
}

.blog-area.single .item {
	margin-bottom: 0
}

.blog-area .item blockquote {
	position: relative;
	z-index: 1;
	border: 0;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 85px;
	color: #232323;
	font-weight: 600;
	line-height: 37px
}

.blog-area .item blockquote cite {
	display: block;
	margin-top: 15px;
	color: #999;
	font-weight: 500
}

.blog-area .item blockquote::before {
	position: absolute;
	left: 0;
	top: 5%;
	content: "";
	height: 90%;
	width: 3px;
	background: #165dff
}

.blog-area .item blockquote::after {
	position: absolute;
	left: 30px;
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	color: #165dff;
	font-size: 30px;
	top: 5px;
	font-weight: 600
}

.blog-area .item blockquote p {
	margin: 0;
	position: relative;
	z-index: 1;
	line-height: 34px;
	font-size: 16px;
	font-style: italic;
	font-weight: 500
}


.blog-area .blog-content .post-tags,
.blog-area .blog-content .share {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.blog-area .blog-content .share li {
	display: inline-block;
	margin-left: 15px
}

.blog-area .blog-content .share li a {
	display: inline-block;
	color: #086AD8
}

.blog-area .blog-content .share li.facebook a {
	color: #3B5998
}

.blog-area .blog-content .share li.twitter a {
	color: #1DA1F2
}

.blog-area .blog-content .share li.pinterest a {
	color: #BD081C
}

.blog-area .blog-content .share li.g-plus a {
	color: #DB4437
}

.blog-area .blog-content .share li.linkedin a {
	color: #0077B5
}

.blog-area .blog-content .post-tags .tags a {
	background: #f7f7f7;
	padding: 10px 15px;
	font-size: 14px;
	margin-right: 3px;
	margin-bottom: 5px;
	display: inline-block
}

.blog-area.single .post-pagi-area {
	margin-top: 50px;
	overflow: hidden
}

.blog-area.single .post-pagi-area a {
	width: 48%;
	display: inline-block;
	font-weight: 800;
	text-transform: capitalize;
	color: #086AD8;
	border-radius: 30px
}

.blog-area.single .post-pagi-area h5 {
	margin: 0;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.blog-area.single .post-pagi-area a:hover {
	color: #086AD8
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
	color: #ff9800
}

.blog-area.single .post-pagi-area a:last-child {
	float: right
}

.blog-area.single .post-pagi-area a:first-child i {
	margin-right: 3px
}

.blog-area.single .post-pagi-area a:last-child i {
	margin-left: 3px
}

.blog-area.full-blog.single-blog .form-group.submit {
	margin-bottom: 0
}

.blog-area .sidebar .sidebar-item {
	float: left;
	margin-bottom: 50px;
	width: 100%;
	background: #fff
}

.blog-area .sidebar .sidebar-item:last-child {
	margin-bottom: 0
}

.blog-area .sidebar .sidebar-item li a:hover {
	color: #086AD8
}


.sidebar-item.recent-post li a {
	color: #333;
	display: block;
	font-weight: 600
}

.sidebar-item.recent-post li a:last-child {
	display: inline-block
}

.sidebar-item.recent-post .meta-title {
	margin-top: 5px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 13px
}

.sidebar-item.recent-post .meta-title i {
	margin-right: 3px;
	font-weight: 500;
	color: #086AD8
}

.sidebar-item.recent-post li a:hover {
	color: #086AD8
}

.sidebar-item.recent-post li a span {
	display: inline-block;
	color: #002359
}

.sidebar-item.recent-post li span {
	display: inline-block;
	text-transform: capitalize;
	font-size: 13px;
	color: #086AD8;
	font-weight: 700
}

.sidebar-item.recent-post .meta-title a {
	color: #999
}

.sidebar-item.recent-post li {
	color: #cdd0d3
}

.sidebar-item.recent-post li {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
	padding-bottom: 15px
}

.sidebar-item.recent-post li:last-child {
	border: medium none;
	margin: 0;
	padding: 0
}

.sidebar-item.recent-post li:last-child {
	margin: 0
}

.sidebar-item.recent-post li .thumb {
	display: table-cell;
	padding-top: 5px;
	vertical-align: top;
	width: 80px
}

.sidebar-item.recent-post .thumb img {
	width: 100%
}

.sidebar-item.recent-post li .info {
	box-shadow: inherit;
	color: #837f7e;
	display: table-cell;
	line-height: 26px;
	padding: 0;
	padding-left: 25px;
	vertical-align: top
}

.sidebar-item.recent-post li .info a {
	text-decoration: inherit;
	font-weight: 700
}

.sidebar-item.tags ul {
	margin-top: -8px
}

.sidebar-item.tags ul li {
	border: 1px solid #e7e7e7;
	display: inline-block;
	font-weight: 800;
	margin-top: 8px;
	margin-right: 5px;
	padding: 5px 25px;
	text-transform: capitalize;
	font-size: 13px;
	border-radius: 30px;
	color: #0e2b3d;
	background: #fafafa
}

.pagination li {
	display: inline-block;
	margin-top: 7px
}

ul.pagination {
	display: block;
	margin-top: 30px
}

.pagination li a {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 5px;
	margin: 0 2px;
	color: #165dff;
	font-weight: 800
}

.pagination li.page-item.active a {
	background: #165dff;
	border-color: #165dff
}

p {
	font-family: "Source Sans Pro",Sans-serif;
	font-size: 17px;
	font-weight: 400;
}

footer .f-item h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #0b2640;
}
footer p {
	color: rgba(11,38,64,.68);
	margin: 0 0 15px;
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
}

footer .f-item.link li {
	font-size: 14px;
	font-weight: 400;
	padding-left: 20px;
	position: relative;
}
footer .f-item.link li::before {
	border: 2px solid #2280fc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 0;
	opacity: .5;
	position: absolute;
	top: 8px;
	width: 10px;
}
footer .f-item .address li {
	margin-bottom: 15px;
}
footer .f-item .address h5 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 0;
}
footer .f-item .address h5 i {
  color: #2280fc;
  margin-right: 5px;
}
.footer-bottom {
	line-height: 22px;
	border-top: 1px solid rgb(229 230 235);
	margin-top: 1px;
	padding: 2px 0;
	font-size: 13px;
	color: rgba(11,38,64,.68);
}
.footer-bottom .x2-1 {
	width: 14px;
	vertical-align: middle;
	margin-right: 3px;
}
.footer-bottom a {
	font-weight: 400;
}

.preloader {
	background-color: #fff;
	bottom: 0;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 99999;
}

.preloader .loader {
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.preloader .pre-shadow {
    width: 50px;
    height: 5px;
    background: #000;
    opacity: .1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    -webkit-animation: shadow .5s linear infinite;
    animation: shadow .5s linear infinite;
}

.preloader .pre-box {
    width: 50px;
    height: 50px;
    background: #165dff;
    -webkit-animation: animate .5s linear infinite;
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

/*新增*/
.service-single {
	padding: 50px 40px 50px 40px;
	box-sizing: border-box;
	transition: all .4s ease;
	margin-top: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 20px 5px rgb(0 51 204 / 10%);
	transition: all .5s ease-in-out;
}

.service-single .product-icon {
	position: absolute;
	top: 32px;
	right: 40px;
	width: 62px;
	height: 62px;
	background: url('../images/site_mbg.png') 0 0 no-repeat;
	transition: all .5s ease-in-out;
}

.service-single:hover {
	transform: translateY(-10px);
}
.service-single:hover .product-icon {
	transform: rotateY(180deg);
}

.service-content h4 {
	color: #111B34;
	padding: 15px 0;
}

.blog-area .blog-items .item {
	border-radius: 8px;
}

.theme-btn {
	display: inline-block;
	font-size: 16px;
	color: #fff !important;
	padding: 10px 30px;
	transition: all .5s;
	text-transform: capitalize;
	position: relative;
	border-radius: 13px;
	font-weight: 500;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	border: 0;
	background: #165dff;
	box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
	z-index: 1;
}

.theme-btn::before {
	content: "";
	height: 300px;
	width: 300px;
	background: rgba(255, 255, 255, .15);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) scale(0);
	transition: .5s cubic-bezier(.25,.46,.45,.94);
	z-index: -1;
}

.theme-btn i {
	margin-left: 8px;
}
.theme-btn:hover {
	color: #fff;
}
.theme-btn:hover::before {
	transform: translateY(-50%) translateX(-50%) scale(1);
}

.btn-md {
	padding: 15px 40px
}

.btn-sm {
	padding: 10px 35px;
	font-size: 14px
}

.blog-items .single-item {
	transition: all .5s ease-in-out;
}

.blog-area .thumb {
	overflow: hidden;
}

.blog-items .single-item img{
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.blog-items .single-item:hover {
	transform: translateY(-10px);
}

.blog-items .single-item:hover img {
	transform: scale(1.2);
}

.about-area {
	background-color: #F5F7F9;
}
.featured-list ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 16px;
	margin-left: -10px;
	margin-right: -10px;
}

.featured-list ul li {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.featured-list ul li .box {
	display: block;
	background-color: #fff;
	border-radius: 5px;
	padding: 15px 15px;
	z-index: 1;
	position: relative;
	transition: all .4s ease;
	color: #0b0b31;
	border-left: 2px solid #165dff;
	font-weight: 600;
	font-size: 16px;
	box-shadow: -1px 3px 20px 0 rgb(82 90 101 / 10%);
}
.featured-list ul li .box:hover,.featured-list .box:hover .desc{
	color: #fff;
}
.featured-list .box .desc {
	display: block;
	color: gray;
	font-weight: 400;
	font-size: 14px;
}
.featured-list ul li .box::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 3px;
    background-color: #165dff;
    z-index: -1;
    transition: .4s;
}
.featured-list ul li .box:hover::before {
    width: 100%;
}

/* #dk-qr-wrap {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.5);
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .5s;
} */
/* .qr-wrap {
	width: 300px;
	height: 466px;
	z-index: 101;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -233px;
	margin-left: -150px;
} */

/* #dk-qr-wrap.show {
	display: block;
} */

.wzck_hykallcj {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
    /* margin-top: 10px; */
    display: flex;              
    flex-wrap: wrap;            
    justify-content: space-between; 
}

.wzck_hykallcj_box {
    width: calc(20% - 16px);    
    box-sizing: border-box;     
    margin-bottom: 20px;        
    padding: 15px;              
    /* background-color: #f5f5f5;  */
	background: #FFFFFF;
	box-shadow: 10px 10px 18px 0px rgba(74,84,101,0.11);
	float: left;
	border-radius: 8px;
	overflow: hidden;
}

@media (max-width: 900px) {
    .wzck_hykallcj_box {
        width: calc(33.33% - 16px); 
    }
}
@media (max-width: 600px) {
    .wzck_hykallcj_box {
        width: calc(50% - 16px);  
    }
}


.wzck_hykallcj_box:nth-child(5n){
	margin-right: 0;
}

.wzck_hykallcj_box_img{
	width: 100%;
	height: 138px;
	background-position: center;
	background-size: 100%;
	transition: all 0.5s;
}

.wzck_hykallcj_box_img:hover{
	background-size: 110%;
}

.wzck_hykallcj_box_logo{
	width: 66px;
	height: 66px;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: -33px;
	box-shadow: 0px 2px 13px 0px rgba(74,84,101,0.11);
}

.wzck_hykallcj_box_title{
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	color: #333333;
	margin-top: 20px;
}

.wzck_hykallcj_box_text{
	text-align: center;
	font-size: 12px;
	color: #828282;
	margin-top: 12px;
}

/***活动条***/
.header-top{position: sticky ;top: 0;z-index: 999999}
.google_ads_gift-bot{position: fixed;top: 0}
.google_ads_gift-bot-body{padding-bottom: 60px}
.google_ads_gift{background-color: #3781f0;font-family:'Noto Sans CJK SC', '思源黑体';font-weight:350;width: 100%;height: 65px;text-align: center;font-size: 18px;color: #ffffff;z-index:999;}
.google_ads_gift p{ color: #ffffff; line-height:65px;}
.google_ads_gift a{margin-left: 20px;text-decoration: underline;color:#FFFFFF;}
.google_ads_gift a:hover{color:#FFFFFF;}
@media screen and (max-width: 768px) {.google_ads_gift{display: none;}}
@media screen and (max-width: 991px){.google_ads_gift{display: none;}}


