@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);
.h1, h1 {
	font-size: 48px
}
@media (max-width:1369px) {
.h1, h1 {
	font-size: 38px
}
}
.h2, h2 {
	font-size: 44px
}
@media (max-width:1369px) {
.h2, h2 {
	font-size: 34px
}
}
.h3, h3 {
	font-size: 36px
}
@media (max-width:1369px) {
.h3, h3 {
	font-size: 26px
}
}
.h4, h4 {
	font-size: 24px
}
.h5, h5 {
	font-size: 20px
}
.h6, h6 {
	font-size: 18px
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
	margin: 0
}
.h1, .h2, .h3, h1, h2, h3 {
	font-weight: 700;
	line-height: 1.4
}
.h4, .h5, .h6, h4, h5, h6 {
	font-weight: 600;
	line-height: 1.5
}
a:focus, button:focus {
	outline: 0
}
a {
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
a:hover {
	color: #086ad8
}
ol {
	list-style-position: inside
}
li, ul {
	padding: 0;
	margin: 0
}
body {
	color: #666;
	font-family: Poppins, sans-serif;
	line-height: 1.6;
	font-size: 16px;
	overflow-x: hidden;
	overflow-y: hidden
}
body.loaded {
	overflow-y: scroll
}
::-webkit-selection {
color:#fff;
background-color:rgba(8,106,216,.5);
text-shadow:none
}
::-moz-selection {
color:#fff;
background-color:rgba(8,106,216,.5);
text-shadow:none
}
::selection {
	color: #fff;
	background-color: rgba(8,106,216,.5);
	text-shadow: none
}
:focus {
	outline: 0
}
.font-primary {
	font-family: Poppins, sans-serif
}
.font-w-300 {
	font-weight: 300
}
.font-w-400 {
	font-weight: 400
}
.font-w-500 {
	font-weight: 500
}
.font-w-600 {
	font-weight: 600
}
.font-w-700 {
	font-weight: 700
}
.bg-cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}
.section-heading {
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #333
}
@media (max-width:767px) {
.section-heading {
	margin-bottom: 20px
}
}
.section-heading span {
	padding: 7px 10px;
	color: #fff;
	display: inline-block;
	background-color: #333
}
@media (max-width:767px) {
.section-heading span {
	padding: 7px 10px;
	font-size: 14px
}
}
.section-heading h2 {
	margin-top: 30px
}
@media (max-width:1369px) {
.section-heading h2 {
	margin-top: 20px
}
}
@media (max-width:767px) {
.section-heading h2 {
	font-size: 28px
}
}
.section-heading.text-white span {
	color: #333;
	background-color: #fff
}
.form-control {
	height: 60px;
	padding: 20px 30px;
	-webkit-box-shadow: 0 20px 50px #ddd;
	-moz-box-shadow: 0 20px 50px #ddd;
	box-shadow: 0 20px 50px #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.form-control:focus {
	-webkit-box-shadow: 0 20px 50px #ddd;
	-moz-box-shadow: 0 20px 50px #ddd;
	box-shadow: 0 20px 50px #ddd
}
@media (max-width:1369px) {
.form-control {
	height: 50px;
	padding: 15px 20px
}
}
.text-dash .dash-before {
	display: inline-block;
	position: relative;
	padding-left: 70px
}
.text-dash .dash-before::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 40px;
	background-color: #fff;
	top: 50%;
	left: 15px;
	opacity: .7
}
.numeric-list {
	list-style: none;
	counter-reset: numeric-list
}
.numeric-list li {
	position: relative;
	counter-increment: numeric-list;
	padding-left: 45px
}
.numeric-list li::before {
	content: counter(numeric-list);
	position: absolute;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	background: #333;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 0
}
.style-top-white {
	position: relative
}
.style-top-white::after, .style-top-white::before {
	position: absolute;
	content: "";
	top: 0;
	z-index: 99;
	width: 160px;
	pointer-events: none;
	border: 40px solid #fff;
	border-bottom-color: transparent
}
.style-top-white::after {
	right: 0;
	border-left-color: transparent
}
.style-top-white::before {
	left: 0;
	border-right-color: transparent
}
.style-top-gray {
	position: relative
}
.style-top-gray::after, .style-top-gray::before {
	position: absolute;
	content: "";
	top: 0;
	z-index: 99;
	width: 160px;
	pointer-events: none;
	border: 40px solid #f9f9f9;
	border-bottom-color: transparent
}
.style-top-gray::after {
	right: 0;
	border-left-color: transparent
}
.style-top-gray::before {
	left: 0;
	border-right-color: transparent
}
.style-bottom-white {
	position: relative
}
.style-bottom-white::after, .style-bottom-white::before {
	position: absolute;
	content: "";
	bottom: 0;
	z-index: 99;
	width: 160px;
	pointer-events: none;
	border: 40px solid #fff;
	border-top-color: transparent
}
.style-bottom-white::after {
	right: 0;
	border-left-color: transparent
}
.style-bottom-white::before {
	left: 0;
	border-right-color: transparent
}
.style-bottom-gray {
	position: relative
}
.style-bottom-gray::after, .style-bottom-gray::before {
	position: absolute;
	content: "";
	bottom: 0;
	z-index: 99;
	width: 160px;
	pointer-events: none;
	border: 40px solid #f9f9f9;
	border-top-color: transparent
}
.style-bottom-gray::after {
	right: 0;
	border-left-color: transparent
}
.style-bottom-gray::before {
	left: 0;
	border-right-color: transparent
}
.social-links li {
	display: inline-block
}
.social-links li a {
	height: 50px;
	width: 50px;
	line-height: 52px;
	text-align: center;
	background-color: #0f0a0a;
	color: #ffd3d3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 10px
}
.social-links li a:hover {
	background-color: #086ad8;
	color: #fff
}
@media (max-width:767px) {
.social-links li a {
	height: 42px;
	width: 42px;
	line-height: 44px
}
}
.social-icons li {
	display: inline-block
}
.social-icons li a {
	color: #fff;
	padding: 10px
}
.btn {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 20px 50px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid transparent;
	position: relative;
	z-index: 1;
	overflow: hidden
}
.btn.btn-sm {
	font-weight: 500;
	font-size: 16px;
	padding: 18px 40px
}
.btn:focus {
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	border-color: #086ad8
}
@media (max-width:1369px) {
.btn {
	font-size: 16px;
	font-weight: 500;
	padding: 15px 35px
}
.btn.btn-sm {
	padding: 12px 25px;
	font-size: 15px
}
}
@media (max-width:767px) {
.btn {
	padding: 12px 20px;
	font-size: 14px
}
}
.btn::after {
	position: absolute;
	content: "";
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.btn-primary {
	color: #fff;
	background: #086ad8;
	border-color: #086ad8
}
.btn-primary:focus {
	background: #086ad8;
	border-color: #086ad8
}
.btn-primary:hover {
	background: rgba(8,106,216,.9);
	border-color: rgba(8,106,216,.9)
}
.btn-primary.shadow {
	-webkit-box-shadow: 0 15px 25px rgba(8,106,216,.3)!important;
	-moz-box-shadow: 0 15px 25px rgba(8,106,216,.3)!important;
	box-shadow: 0 15px 25px rgba(8,106,216,.3)!important
}
.btn-primary::after {
	bottom: -55px;
	left: -1px;
	z-index: -1;
	width: 100%;
	pointer-events: none;
	border: 28px solid #0652a7;
	border-top-color: transparent;
	border-right-color: transparent
}
.btn-primary.btn-sm::after {
	border: 24px solid #0652a7;
	border-top-color: transparent;
	border-right-color: transparent
}
.btn-primary:hover::after {
	bottom: -1px
}
.btn-dark {
	color: #fff;
	background: #333;
	border-color: #333
}
.btn-dark:focus {
	background: #333;
	border-color: #333
}
.btn-dark:hover {
	background: rgba(51,51,51,.9);
	border-color: rgba(51,51,51,.9)
}
.btn-dark.shadow {
	-webkit-box-shadow: 0 15px 25px rgba(51,51,51,.3)!important;
	-moz-box-shadow: 0 15px 25px rgba(51,51,51,.3)!important;
	box-shadow: 0 15px 25px rgba(51,51,51,.3)!important
}
.btn-primary-outline {
	color: #000;
	background: 0 0;
	border: 1px solid #000
}
.btn-primary-outline.active {
	color: #086ad8;
	border: 1px solid #086ad8
}
.btn-primary-outline:focus {
	color: #fff;
	background: #086ad8;
	border-color: #086ad8
}
.btn-primary-outline:hover {
	color: #fff;
	background: #086ad8;
	border-color: #086ad8
}
@media (max-width:767px) {
.owl-nav {
	text-align: center
}
}
.owl-nav button {
	height: 45px;
	width: 45px;
	line-height: 45px!important;
	background: #086ad8!important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff!important;
	font-size: 15px!important;
	margin-top: 40px;
	margin-right: 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.owl-nav button.disabled {
	background: rgba(8,106,216,.5)!important
}
.owl-nav button.disabled:hover {
	cursor: default;
	background: rgba(8,106,216,.5)!important
}
.owl-nav button:hover {
	background: #333!important
}
.section {
	padding-top: 30px;
	padding-bottom: 30px
}
@media (max-width:767px) {
.section {
	padding-top: 70px;
	padding-bottom: 70px
}
}
.page-header {
	padding-bottom: 110px
}
@media (max-width:767px) {
.page-header {
	padding-bottom: 80px
}
}
@media (max-width:575px) {
.page-header {
	padding-bottom: 90px
}
}
.no-effect::after, .no-effect::before {
	display: none
}
@media (max-width:9000px) and (min-width:1370px) {
.container {
	max-width: 1410px
}
}
.text-primary {
	color: #086ad8!important
}
a.text-primary:focus, a.text-primary:hover {
	color: #086ad8!important;
	opacity: .7
}
.bg-primary {
	background-color: #086ad8!important
}
.bg-primary-darken {
	background-color: #064995!important
}
.text-dark {
	color: #333!important
}
.text-dark a:hover, a.text-dark:hover {
	color: #086ad8!important
}
.bg-dark {
	background-color: #333!important
}
.text-gray {
	color: #e3e3e3!important
}
.bg-gray {
	background-color: #e3e3e3!important
}
.bg-gray-2 {
	background-color: #f9f9f9!important
}
.bg-gray-3 {
	background-color: #e6eaf3!important
}
.bg-black {
	background-color: #000
}
.text-black {
	color: #000
}
.text-black-100 {
	color: #111
}
.bg-black-100 {
	background-color: #111
}
.bg-black-200 {
	background-color: #222
}
.text-black-200 {
	color: #222
}
.bg-black-300 {
	background-color: #333
}
.text-black-300 {
	color: #333
}
.text-black-400 {
	color: #444
}
.bg-black-400 {
	background-color: #444
}
.bg-black-500 {
	background-color: #555
}
.text-black-500 {
	color: #555
}
.text-black-600 {
	color: #666
}
.bg-black-600 {
	background-color: #666
}
.bg-black-700 {
	background-color: #777
}
.text-black-700 {
	color: #777
}
.text-black-800 {
	color: #888
}
.bg-black-800 {
	background-color: #888
}
.bg-black-900 {
	background-color: #999
}
.text-black-900 {
	color: #999
}
.preloader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	color: #777;
	background-color: #f3e8e8;
	z-index: 9999999;
	text-align: center;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	display: none
}
.preloader-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	-moz-transition: .7s ease;
	transition: .7s ease;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.preloader-inner .spinner-border {
	border-width: .15em;
	position: absolute;
	top: -30%;
	color: #555;
	left: -webkit-calc(50% - 1rem);
	left: -moz-calc(50% - 1rem);
	left: calc(50% - 1rem);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.preloader-inner .spinner-border span {
	display: block
}
.preloader-wrapper.loaded {
	height: 0
}
.preloader-wrapper.loaded .spinner-border {
	opacity: 0
}
.ball-spin-fade-loader {
	position: relative;
	top: -10px;
	left: -10px
}
.ball-spin-fade-loader>div:nth-child(1) {
	top: 25px;
	left: 0;
	-webkit-animation: ball-spin-fade-loader 1s -.96s infinite linear;
	-moz-animation: ball-spin-fade-loader 1s -.96s infinite linear;
	-o-animation: ball-spin-fade-loader 1s -.96s infinite linear;
	animation: ball-spin-fade-loader 1s -.96s infinite linear
}
.ball-spin-fade-loader>div:nth-child(2) {
	top: 17.04545px;
	left: 17.04545px;
	-webkit-animation: ball-spin-fade-loader 1s -.84s infinite linear;
	-moz-animation: ball-spin-fade-loader 1s -.84s infinite linear;
	-o-animation: ball-spin-fade-loader 1s -.84s infinite linear;
	animation: ball-spin-fade-loader 1s -.84s infinite linear
}
.ball-spin-fade-loader>div:nth-child(3) {
	top: 0;
	left: 25px;
	-webkit-animation: ball-spin-fade-loader 1s -.72s infinite linear;
	-moz-animation: ball-spin-fade-loader 1s -.72s infinite linear;
	-o-animation: ball-spin-fade-loader 1s -.72s infinite linear;
	animation: ball-spin-fade-loader 1s -.72s infinite linear
}
.ball-spin-fade-loader>div:nth-child(4) {
	top: -17.04545px;
	left: 17.04545px;
	-webkit-animation: ball-spin-fade-loader 1s -.6s infinite linear;
	-moz-animation: ball-spin-fade-loader 1s -.6s infinite linear;
	-o-animation: ball-spin-fade-loader 1s -.6s infinite linear;
	animation: ball-spin-fade-loader 1s -.6s infinite linear
}
.ball-spin-fade-loader>div:nth-child(5) {
	top: -25px;
	left: 0;
	-webkit-animation: ball-spin-fade-loader 1s -.48s infinite linear;
	-moz-animation: ball-spin-fade-loader 1s -.48s infinite linear;
	-o-animation: ball-spin-fade-loader 1s -.48s infinite linear;
	animation: ball-spin-fade-loader 1s -.48s infinite linear
}
.ball-spin-fade-loader>div:nth-child(6) {
	top: -17.04545px;
	left: -17.04545px;
	-webkit-animation: ball-spin-fade-loader 1s -.36s infinite linear;
	-moz-animation: ball-spin-fade-loader 1s -.36s infinite linear;
	-o-animation: ball-spin-fade-loader 1s -.36s infinite linear;
	animation: ball-spin-fade-loader 1s -.36s infinite linear
}
.ball-spin-fade-loader>div:nth-child(7) {
	top: 0;
	left: -25px;
	-webkit-animation: ball-spin-fade-loader 1s -.24s infinite linear;
	-moz-animation: ball-spin-fade-loader 1s -.24s infinite linear;
	-o-animation: ball-spin-fade-loader 1s -.24s infinite linear;
	animation: ball-spin-fade-loader 1s -.24s infinite linear
}
.ball-spin-fade-loader>div:nth-child(8) {
	top: 17.04545px;
	left: -17.04545px;
	-webkit-animation: ball-spin-fade-loader 1s -.12s infinite linear;
	-moz-animation: ball-spin-fade-loader 1s -.12s infinite linear;
	-o-animation: ball-spin-fade-loader 1s -.12s infinite linear;
	animation: ball-spin-fade-loader 1s -.12s infinite linear
}
.ball-spin-fade-loader>div {
	background-color: #086ad8;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute
}
@-webkit-keyframes ball-spin-fade-loader {
50% {
opacity:.3;
-webkit-transform:scale(.4);
transform:scale(.4)
}
100% {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1)
}
}
@-moz-keyframes ball-spin-fade-loader {
50% {
opacity:.3;
-moz-transform:scale(.4);
transform:scale(.4)
}
100% {
opacity:1;
-moz-transform:scale(1);
transform:scale(1)
}
}
@-o-keyframes ball-spin-fade-loader {
50% {
opacity:.3;
-o-transform:scale(.4);
transform:scale(.4)
}
100% {
opacity:1;
-o-transform:scale(1);
transform:scale(1)
}
}
@keyframes ball-spin-fade-loader {
50% {
opacity:.3;
-webkit-transform:scale(.4);
-moz-transform:scale(.4);
-o-transform:scale(.4);
transform:scale(.4)
}
100% {
opacity:1;
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
}
@media (max-width:575px) {
.header-top {
	font-size: 15px
}
}
.header-middle {
	padding: 20px 0;
	background-color: #fff
}
@media (max-width:575px) {
.header-middle {
	padding: 7px 0
}
}
.header-middle .icon {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #e3e3e3;
	color: #086ad8;
	margin-right: 10px
}
header nav {
	padding: 15px 0!important
}
header .navbar-toggler {
	padding-left: 0!important;
	padding-right: 0!important
}
header .nav-item.active .nav-link {
	color: #fff!important
}
header .nav-item.dropdown .nav-link {
	position: relative
}
header .nav-item.dropdown .nav-link::after {
	display: none
}
header .nav-item .nav-link {
	font-size: 18px;
	font-weight: 500;
	color: #fff!important;
	padding: 8px 20px!important
}
@media (min-width:991px) and (max-width:1200px) {
header .nav-item .nav-link {
	padding: 8px 15px!important
}
}
header .nav-item .nav-link:hover {
	opacity: .7
}
header .navbar-nav .nav-item:first-child .nav-link {
	padding-left: 5px!important
}
@media (max-width:991px) {
header .navbar-nav .nav-item:first-child .nav-link {
	padding-left: 0!important
}
}
@media (min-width:991px) {
header .navbar-expand-lg .dropdown-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	width: 260px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
	left: 0;
	margin-top: 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
header .navbar-expand-lg .dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	-webkit-box-shadow: 0 10px 30px rgba(22,28,45,.1);
	-moz-box-shadow: 0 10px 30px rgba(22,28,45,.1);
	box-shadow: 0 10px 30px rgba(22,28,45,.1)
}
}
header .dropdown-menu {
	border: 0;
	padding: 16px 0
}
header .dropdown-item {
	font-size: 16px;
	padding: 10px 30px
}
header .dropdown-item.active, header .dropdown-item:active, header .dropdown-item:focus, header .dropdown-item:hover {
	color: #fff;
	background-color: #086ad8
}
header .navbar-dark .navbar-toggler {
	border: 0
}
header .navbar-dark .navbar-toggler span {
	color: #fff
}
@media (max-width:991px) {
header .navbar-nav {
	text-align: left
}
header .dropdown-menu {
	border: 0;
	padding: 0;
	text-align: left!important;
	background: #f2faff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
header .navbar-1 .nav-link, header .navbar-2 .nav-link {
	padding: 8px 0!important;
	font-size: 16px
}
header .navbar-1 .dropdown-menu li:first-child, header .navbar-2 .dropdown-menu li:first-child {
	padding-top: 15px
}
header .navbar-1 .dropdown-menu li:last-child, header .navbar-2 .dropdown-menu li:last-child {
	padding-bottom: 15px
}
header .nav-item:first-child {
	margin-top: 10px
}
}
header.header-2 {
	padding-bottom: 15px
}
@media (max-width:991px) {
header.header-2 {
	text-align: center
}
header.header-2 .dropdown-item, header.header-2 .nav-item {
	text-align: center
}
}
header.header-3 .navbar-collapse {
	background-color: #064995;
	position: absolute;
	width: 100%;
	top: 80px;
	z-index: 555
}
header.header-3 .dropdown-menu {
	padding: 0!important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-left: 1px
}
header.header-3 .dropdown-menu .dropdown-item {
	padding: 10px 20px
}
header.header-3 .dropdown-menu li:first-child {
	padding-top: 10px
}
header.header-3 .dropdown-menu li:last-child {
	padding-bottom: 10px
}
header.header-3 .nav-item:first-child .nav-link {
	padding-left: 20px!important
}
header.header-3 .nav-item:first-child {
	margin-top: 20px
}
header.header-3 .nav-item:last-child {
	margin-bottom: 20px
}
@media (max-width:1200px) {
header.header-3 .nav-link {
	padding: 8px 20px!important
}
}
header.header-3 .navbar-3 .navbar-nav {
	padding: 0 15px
}
.nav-icons span {
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.nav-icons span:hover {
	opacity: .5
}
@media (max-width:991px) {
.fixed-on-sm {
	position: absolute;
	right: 0;
	width: 70%;
	top: 2px
}
}
.search-wrapper {
	top: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	z-index: 9995;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	background: rgba(255,255,255,.95)
}
.search-wrapper .form-control {
	height: 50px;
	width: 350px;
	max-width: 100%
}
.search-wrapper .form-control:focus {
	border-color: #555
}
@media (max-width:480px) {
.search-wrapper .form-control {
	width: 250px
}
}
.search-wrapper button {
	height: 50px;
	width: 50px
}
@media (max-width:480px) {
.search-wrapper button {
	width: 40px
}
}
.search-wrapper .search-close-btn {
	height: 45px;
	width: 45px;
	line-height: 45px;
	margin: 0 auto;
	margin-top: 50px;
	background-color: #086ad8;
	color: #fff
}
.search-wrapper .search-close-btn:hover {
	opacity: .8
}
.search-wrapper .search-close-wrap {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out
}
.showSearch {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.banner {
	position: relative
}
.banner::after, .banner::before {
	position: absolute;
	content: "";
	border: 40px solid #fff;
	bottom: 0;
	z-index: 99;
	width: 150px;
	border-top-color: transparent;
	pointer-events: none
}
@media (max-width:575px) {
.banner::after, .banner::before {
	display: none
}
}
.banner::after {
	right: 0;
	border-left-color: transparent
}
.banner::before {
	left: 0;
	border-right-color: transparent
}
.banner .banner-carousel-item {
	padding: 280px 0;
	position: relative;
	z-index: 1
}
.banner .banner-carousel-item::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,.4);
	z-index: -1;
	top: 0;
	left: 0
}
@media (max-width:991px) {
.banner .banner-carousel-item::after {
	background-color: rgba(255,255,255,.7)
}
}
@media (max-width:1369px) {
.banner .banner-carousel-item {
	padding: 200px 0
}
}
@media (max-width:991px) {
.banner .banner-carousel-item {
	padding: 120px 0
}
}
.banner .banner-carousel-item .block {
	padding-left: 70px
}
@media (max-width:991px) {
.banner .banner-carousel-item .block {
	padding-left: 0
}
}
.banner .banner-carousel-item h1 {
	font-size: 72px;
	line-height: 1.2;
	margin-top: -12px
}
@media (max-width:1369px) {
.banner .banner-carousel-item h1 {
	font-size: 62px;
	line-height: 1.2
}
}
@media (max-width:991px) {
.banner .banner-carousel-item h1 {
	font-size: 48px;
	line-height: 1.4
}
}
@media (max-width:575px) {
.banner .banner-carousel-item h1 {
	font-size: 36px;
	line-height: 1.4;
	margin-top: -10px
}
}
@media (max-width:575px) {
.banner .banner-carousel-item p.h4 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 30px
}
}
.banner .owl-nav button {
	height: 60px;
	width: 60px;
	line-height: 62px!important;
	background: #086ad8!important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff!important;
	font-size: 20px!important;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
	z-index: 5
}
.banner .owl-nav button.owl-next {
	left: auto;
	right: 15px
}
.banner .owl-nav button.disabled {
	background: rgba(8,106,216,.5)!important
}
@media (max-width:991px) {
.banner .owl-nav button {
	height: 50px;
	width: 50px;
	line-height: 50px!important;
	font-size: 16px!important
}
}
@media (max-width:575px) {
.banner .owl-nav button {
	top: auto;
	bottom: 0;
	height: 40px;
	width: 40px;
	line-height: 40px!important;
	font-size: 12px!important
}
}
.banner .block {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transform: translateY(-50px) skewX(7deg);
	-moz-transform: translateY(-50px) skewX(7deg);
	-ms-transform: translateY(-50px) skewX(7deg);
	-o-transform: translateY(-50px) skewX(7deg);
	transform: translateY(-50px) skewX(7deg)
}
@media (max-width:575px) {
.banner .block {
	-webkit-transform: translateY(-50px) skewX(0);
	-moz-transform: translateY(-50px) skewX(0);
	-ms-transform: translateY(-50px) skewX(0);
	-o-transform: translateY(-50px) skewX(0);
	transform: translateY(-50px) skewX(0)
}
}
.active .block {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0) skewX(0);
	-moz-transform: translateY(0) skewX(0);
	-ms-transform: translateY(0) skewX(0);
	-o-transform: translateY(0) skewX(0);
	transform: translateY(0) skewX(0)
}
@media (max-width:991px) {
.banner-2 {
	background-image: none!important
}
}
.banner-2 .block {
	padding-top: 180px;
	padding-bottom: 180px
}
@media (max-width:991px) {
.banner-2 .block {
	padding-top: 100px;
	padding-bottom: 100px
}
}
@media (max-width:767px) {
.banner-2 .block {
	padding-top: 70px;
	padding-bottom: 70px
}
}
.banner-2 .block .lead {
	margin-top: 50px;
	margin-bottom: 55px;
	padding-bottom: 30px;
	color: #fff;
	border-bottom: 1px solid #fff
}
@media (max-width:991px) {
.banner-2 .block .lead {
	margin-top: 30px;
	margin-bottom: 35px;
	font-size: 18px;
	text-shadow: 0 0 15px #113865
}
}
@media (max-width:767px) {
.banner-2 .block .lead {
	font-size: 16px
}
}
.banner-2 .block h1 {
	font-size: 72px;
	line-height: 1.2;
	padding-left: 15px;
	position: relative;
	text-transform: uppercase;
	margin-top: -17px
}
@media (max-width:991px) {
.banner-2 .block h1 {
	font-size: 46px;
	margin-top: -11px
}
}
@media (max-width:767px) {
.banner-2 .block h1 {
	font-size: 38px
}
}
.banner-2 .block h1::before {
	position: absolute;
	content: "";
	height: -webkit-calc(100% - 32px);
	height: -moz-calc(100% - 32px);
	height: calc(100% - 32px);
	width: 3px;
	background-color: #fff;
	left: 0;
	top: 16px
}
@media (max-width:991px) {
.banner-2 .block h1::before {
	top: 10px;
	height: -webkit-calc(100% - 20px);
	height: -moz-calc(100% - 20px);
	height: calc(100% - 20px)
}
}
@media (max-width:991px) {
.banner-2 .block .text-dash p, .banner-2 .block .text-dash span {
	text-shadow: 0 0 15px #113865
}
}
@media (max-width:575px) {
.banner-2 .block .text-dash:not(.social-icons) p span {
	padding-left: 15px
}
.banner-2 .block .text-dash:not(.social-icons) p span::after {
	display: none
}
}
.banner-3 {
	background-position: top left!important;
	overflow: hidden
}
.banner-3 .banner-img {
	position: relative
}
.banner-3 .banner-img::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 500%;
right:-webkit-calc(-500% - -15px);
right:-moz-calc(-500% - -15px);
right:calc(-500% - -15px);
	top: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 25px -20px #e8e8e8;
	-moz-box-shadow: 0 0 25px -20px #e8e8e8;
	box-shadow: 0 0 25px -20px #e8e8e8
}
.banner-3 .banner-img .banner-img-wrap {
	-webkit-box-shadow: 0 0 25px #e8e8e8;
	-moz-box-shadow: 0 0 25px #e8e8e8;
	box-shadow: 0 0 25px #e8e8e8;
	-webkit-border-top-left-radius: 50%;
	-moz-border-radius-topleft: 50%;
	border-top-left-radius: 50%;
	-webkit-border-bottom-left-radius: 50%;
	-moz-border-radius-bottomleft: 50%;
	border-bottom-left-radius: 50%;
	background: #fff;
	overflow: hidden
}
.banner-3 .block {
	padding-top: 100px;
	padding-bottom: 85px
}
.banner-3 .block .lead {
	margin-top: 50px;
	margin-bottom: 55px;
	padding-bottom: 30px;
	border-bottom: 1px solid #086ad8
}
@media (max-width:1369px) {
.banner-3 .block .lead {
	margin-top: 30px;
	margin-bottom: 35px;
	font-size: 18px
}
}
@media (max-width:767px) {
.banner-3 .block .lead {
	font-size: 16px
}
}
.banner-3 .block h1 {
	font-size: 72px;
	line-height: 1.2;
	padding-left: 15px;
	position: relative;
	text-transform: uppercase;
	margin-top: -17px
}
@media (max-width:1369px) {
.banner-3 .block h1 {
	font-size: 46px;
	margin-top: -10px
}
}
@media (max-width:767px) {
.banner-3 .block h1 {
	font-size: 38px;
	margin-top: -9px
}
}
.banner-3 .block h1::before {
	position: absolute;
	content: "";
	height: -webkit-calc(100% - 22px);
	height: -moz-calc(100% - 22px);
	height: calc(100% - 22px);
	width: 3px;
	background-color: #086ad8;
	left: 0;
	top: 11px
}
@media (max-width:991px) {
.banner-3 .block h1::before {
	top: 10px;
	height: -webkit-calc(100% - 20px);
	height: -moz-calc(100% - 20px);
	height: calc(100% - 20px)
}
}
.banner-3 .text-dash .dash-before::after {
	background-color: #444
}
@media (max-width:575px) {
.banner-3 .text-dash:not(.social-icons) p span {
	padding-left: 15px
}
.banner-3 .text-dash:not(.social-icons) p span::after {
	display: none
}
}
.banner-3 .social-icons a {
	color: #333!important
}
.banner-3 .social-icons a:hover {
	color: #086ad8!important
}
.apply-job-form {
	position: relative;
	z-index: 1;
	overflow: hidden
}
.apply-job-form::after {
	position: absolute;
	content: "";
	height: 400px;
	width: 400px;
	background-image: url(../images/shapes/round-lg-border.png);
	z-index: -1;
	right: -200px;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat
}
.apply-job-form::before {
	position: absolute;
	content: "";
	height: 80px;
	width: 80px;
	background-image: url(../images/shapes/round-sm-circle.png);
	z-index: -1;
	left: -30px;
	top: 80%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat
}
@media (max-width:1369px) {
.apply-job-form {
	font-size: 14px
}
}
.apply-job-form .nice-select {
	width: 100%;
	height: 60px;
	line-height: 60px;
	-webkit-box-shadow: 0 20px 50px #ddd;
	-moz-box-shadow: 0 20px 50px #ddd;
	box-shadow: 0 20px 50px #ddd;
	border-color: #ced4da;
	font-size: 16px
}
@media (max-width:1369px) {
.apply-job-form .nice-select {
	height: 50px;
	line-height: 50px;
	font-size: 14px
}
}
.apply-job-form .nice-select .list {
	width: 100%
}
.apply-job-form .nice-select:after {
	height: 9px;
	right: 26px;
	width: 9px
}
@media (max-width:1369px) {
.apply-job-form .nice-select:after {
	height: 7px;
	right: 20px;
	width: 7px
}
}
.apply-job-form .nice-select:before {
	position: absolute;
	content: "";
	height: -webkit-calc(100% + 2px);
	height: -moz-calc(100% + 2px);
	height: calc(100% + 2px);
	width: 60px;
	border: 1px solid #ced4da;
	right: -1px;
	top: -1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
@media (max-width:1369px) {
.apply-job-form .nice-select:before {
	width: 50px
}
}
.apply-job-form .custom-file-upload .custom-file-label {
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	cursor: pointer;
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: calc(100% - 30px);
	margin-left: 15px
}
@media (max-width:1369px) {
.apply-job-form .custom-file-upload .custom-file-label {
	height: 50px;
	line-height: 50px
}
}
.apply-job-form .custom-file-upload .custom-file-label:before {
	position: absolute;
	content: "";
	height: -webkit-calc(100% + 2px);
	height: -moz-calc(100% + 2px);
	height: calc(100% + 2px);
	width: 60px;
	border: 1px solid #ced4da;
	right: -1px;
	top: -1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
@media (max-width:1369px) {
.apply-job-form .custom-file-upload .custom-file-label:before {
	width: 50px
}
}
.apply-job-form .custom-file-upload .custom-file-label:after {
	background-color: transparent;
	content: "\f15b";
	font-family: "Font Awesome 5 Free";
	height: 100%;
	width: 60px;
	line-height: 57px;
	padding: 0;
	text-align: center;
	border: 0
}
@media (max-width:1369px) {
.apply-job-form .custom-file-upload .custom-file-label:after {
	width: 50px;
	line-height: 47px
}
}
.apply-job-form .btn.btn-sm {
	padding: 16px 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
@media (max-width:1369px) {
.apply-job-form .btn.btn-sm {
	padding: 11px 40px
}
}
.apply-job-form .btn.btn-sm::after {
	display: none
}
.job-apply-conditions {
	position: relative;
	z-index: 1
}
.job-apply-conditions::before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	background-image: url(../images/shapes/round-xxs-circle-blue.png);
	z-index: -1;
	left: 50%;
	top: 0;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1
}
.job-apply-conditions::after {
	position: absolute;
	content: "";
	height: 40px;
	width: 40px;
	background-image: url(../images/shapes/X-sm.png);
	top: 50%;
	left: 20px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1
}
@media (max-width:767px) {
.job-apply-conditions::after {
	display: none
}
}
.available-jobs {
	position: relative
}
@media (min-width:1370px) {
.available-jobs .col-lg-3-fix {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}
.available-jobs .col-lg-9-fix {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 80%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%
}
}
.available-jobs::after, .available-jobs::before {
	position: absolute;
	content: "";
	top: 0;
	z-index: 99;
	width: 150px;
	pointer-events: none
}
.available-jobs::after {
	border: 40px solid #fff;
	right: 0;
	border-left-color: transparent;
	border-bottom-color: transparent
}
.available-jobs::before {
	left: 0;
	border: 40px solid #f9f9f9;
	border-top-color: transparent;
	border-right-color: transparent;
	top: -80px
}
@media (max-width:767px) {
.available-jobs::before {
	display: none
}
}
.job-item {
	background-color: #fff;
	-webkit-box-shadow: 0 0 12px #e7e7e7;
	-moz-box-shadow: 0 0 12px #e7e7e7;
	box-shadow: 0 0 12px #e7e7e7
}
@media (max-width:1369px) {
.job-item {
	display: block
}
.job-item img {
	height: 150px;
	width: 150px;
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	border-radius: 20%;
	margin-top: 25px;
	margin-left: 25px
}
}
.job-item .block {
	padding: 18px
}
.job-item .block h4 {
	line-height: 1
}
@media (max-width:1369px) {
.job-item .block {
	padding: 25px
}
.job-item .block h4 {
	font-size: 18px;
	margin-bottom: 15px!important
}
}
@media (max-width:480px) {
.job-item .block+.d-flex.justify-content-between {
	display: block!important
}
}
.job-item .category {
	margin-left: 20px
}
@media (max-width:1200px) {
.job-item .category {
	font-size: 15px
}
}
@media (max-width:480px) {
.job-item .category {
	display: block;
	padding: 15px 0
}
}
.job-item .btn.btn-sm {
	padding: 14px 24px
}
@media (max-width:1200px) {
.job-item .btn.btn-sm {
	padding: 10px 18px
}
}
@media (max-width:480px) {
.job-item .btn.btn-sm {
	margin-left: 20px;
	margin-bottom: 20px
}
}
.widget.job-category {
	-webkit-box-shadow: 0 5px 15px #e8e8e8;
	-moz-box-shadow: 0 5px 15px #e8e8e8;
	box-shadow: 0 5px 15px #e8e8e8;
	padding: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.widget.job-category a {
	margin-bottom: 10px
}
.find-job .input-group {
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	border: 1px solid #ddd
}
.find-job .nice-select {
	height: 70px;
	line-height: 70px;
	width: -webkit-calc(100% - 85px);
	width: -moz-calc(100% - 85px);
	width: calc(100% - 85px);
	padding-left: 30px;
	border: 0;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	font-size: 16px
}
@media (max-width:575px) {
.find-job .nice-select {
	height: 60px;
	line-height: 60px;
	width: -webkit-calc(100% - 65px);
	width: -moz-calc(100% - 65px);
	width: calc(100% - 65px);
	padding-left: 20px;
	font-size: 15px
}
}
.find-job .nice-select .list {
	width: -webkit-calc(100% + 65px);
	width: -moz-calc(100% + 65px);
	width: calc(100% + 65px)
}
.find-job .nice-select:after {
	height: 7px;
	right: 25px;
	width: 7px
}
.find-job .input-group-apend {
	border-left: 1px solid #ddd;
	text-align: center
}
.find-job .btn {
	height: 50px;
	width: 50px;
	padding: 0;
	text-align: center;
	line-height: 50px;
	margin-top: 10px;
	margin-left: 15px
}
@media (max-width:575px) {
.find-job .btn {
	height: 45px;
	width: 45px;
	line-height: 45px;
	margin-top: 8px;
	margin-left: 8px
}
}
.who-we-are {
	overflow: hidden;
	position: relative;
	margin-top: 20px
}
.who-we-are::before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	background-image: url(../images/shapes/round-xxs-circle-blue.png);
	z-index: -1;
	left: 50%;
	top: 0;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat
}
.about-image {
	position: relative;
	padding: 75px;
	padding-bottom: 60px;
	padding-top: 0;
	z-index: 1;
	text-align: center
}
@media (max-width:1369px) {
.about-image {
	padding-bottom: 80px
}
}
@media (max-width:767px) {
.about-image {
	padding: 55px;
	padding-bottom: 50px
}
}
@media (max-width:575px) {
.about-image {
	padding: 20px;
	padding-bottom: 30px
}
}
.about-image::after {
	position: absolute;
	content: "";
	height: -webkit-calc(100% - 100px);
	height: -moz-calc(100% - 100px);
	height: calc(100% - 100px);
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #e6eaf3;
	z-index: -1
}
.about-image::before {
	position: absolute;
	content: "";
	height: 40px;
	width: 40px;
	background-image: url(../images/shapes/X-sm.png);
	top: 150px;
	left: -100px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat
}
.about-image .play-btn {
	height: 70px;
	width: 70px;
	position: absolute;
	top: -webkit-calc(50% - 30px);
	top: -moz-calc(50% - 30px);
	top: calc(50% - 30px);
	left: 50%;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-box-shadow: 0 0 25px #fff;
	-moz-box-shadow: 0 0 25px #fff;
	box-shadow: 0 0 25px #fff
}
@media (max-width:767px) {
.about-image .play-btn {
	height: 60px;
	width: 60px;
	top: 50%
}
}
.about-image .play-btn:hover {
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	-moz-transform: translate(-50%, -50%) scale(1.2);
	-ms-transform: translate(-50%, -50%) scale(1.2);
	-o-transform: translate(-50%, -50%) scale(1.2);
	transform: translate(-50%, -50%) scale(1.2)
}
.about-image .play-btn::after, .about-image .play-btn::before {
	content: "";
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 10px solid #fff;
	left: -20px;
	top: -20px;
	right: -20px;
	bottom: -20px;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: pulse 1.5s linear infinite;
	-moz-animation: pulse 1.5s linear infinite;
	-o-animation: pulse 1.5s linear infinite;
	animation: pulse 1.5s linear infinite
}
.about-image .play-btn::after {
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s
}
.about-image .play-btn img {
	margin-top: 27px;
	height: 16px
}
@media (max-width:767px) {
.about-image .play-btn img {
	margin-top: 23px
}
}
@-webkit-keyframes pulse {
0% {
opacity:0;
-webkit-transform:scale(.5);
transform:scale(.5)
}
50% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:scale(1.2);
transform:scale(1.2)
}
}
@-moz-keyframes pulse {
0% {
opacity:0;
-moz-transform:scale(.5);
transform:scale(.5)
}
50% {
opacity:1
}
100% {
opacity:0;
-moz-transform:scale(1.2);
transform:scale(1.2)
}
}
@-o-keyframes pulse {
0% {
opacity:0;
-o-transform:scale(.5);
transform:scale(.5)
}
50% {
opacity:1
}
100% {
opacity:0;
-o-transform:scale(1.2);
transform:scale(1.2)
}
}
@keyframes pulse {
0% {
opacity:0;
-webkit-transform:scale(.5);
-moz-transform:scale(.5);
-o-transform:scale(.5);
transform:scale(.5)
}
50% {
opacity:1
}
100% {
opacity:0;
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-o-transform:scale(1.2);
transform:scale(1.2)
}
}
.about-info-item .about-info-img {
	height: 100px;
	width: 100px;
	border: 1px solid #e3e3e3;
	padding-left: 30px;
	padding-top: 30px
}
@media (max-width:767px) {
.about-info-item .about-info-img {
	height: 80px;
	width: 80px;
	padding-left: 20px;
	padding-top: 20px
}
}
.about-info-item.mt-100 {
	margin-top: 60px
}
.about-image-2 {
	padding: 25px;
	padding-right: 1px
}
.who-i-am {
	position: relative;
	overflow: hidden
}
.who-i-am::before {
	position: absolute;
	content: "";
	height: 500px;
	width: 300px;
	background-image: url(../images/shapes/circle-magic-02.png);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	right: -100px
}
.who-i-am::after {
	position: absolute;
	content: "";
	height: 500px;
	width: 500px;
	background-image: url(../images/shapes/round-lg-border.png);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 0;
	left: -300px;
	z-index: -1
}
.who-i-am .section-heading {
	position: relative
}
.who-i-am .section-heading::before {
	position: absolute;
	content: "";
	height: 100px;
	width: 100px;
	background-image: url(../images/shapes/triangle.png);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	top: -50px;
	left: 45%
}
.who-i-am .block {
	position: relative;
	padding-left: 100px
}
.who-i-am .block::after {
	position: absolute;
	content: "";
	height: 100px;
	width: 113px;
	background-image: url(../images/shapes/X-lg.png);
	bottom: -80px;
	right: -100px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat
}
@media (max-width:767px) {
.who-i-am .block::after {
	display: none
}
}
@media (max-width:1369px) {
.who-i-am .block {
	padding-left: 15px
}
}
@media (max-width:991px) {
.who-i-am .block {
	padding-left: 0
}
}
.who-i-am .block .border-bottom {
	padding-bottom: 15px;
	border-color: #086ad8!important
}
.who-i-am .block p.mt-50 {
	margin-top: 30px
}
.who-i-am .block p.mt-35 {
	margin-top: 20px
}
@media (max-width:767px) {
.who-i-am .block h1 {
	font-size: 32px
}
.who-i-am .block .h3 {
	font-size: 22px
}
}
.faq-wrapper {
	position: relative
}
.faq-wrapper::after {
	position: absolute;
	content: "";
	height: 100px;
	width: 113px;
	background-image: url(../images/shapes/X-lg.png);
	bottom: -80px;
	right: -100px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat
}
@media (max-width:767px) {
.faq-wrapper::after {
	display: none
}
}
.faq-heading {
	margin-bottom: 50px
}
@media (max-width:1369px) {
.faq-heading {
	margin-bottom: 35px;
	font-size: 34px
}
}
@media (max-width:991px) {
.faq-heading {
	font-size: 28px
}
}
.faq-item {
	margin-bottom: 20px
}
.faq-item .faq-toggle {
	padding: 12px 25px;
	border: 1px solid #eee;
	-webkit-box-shadow: 0 15px 35px -5px #eee;
	-moz-box-shadow: 0 15px 35px -5px #eee;
	box-shadow: 0 15px 35px -5px #eee;
	background-color: #fff;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.faq-item .faq-toggle span {
	font-size: 16px
}
@media (max-width:1369px) {
.faq-item .faq-toggle h4 {
	font-size: 18px
}
}
@media (max-width:991px) {
.faq-item .faq-toggle {
	padding: 12px 15px
}
}
.faq-item .faq-toggle[aria-expanded=true] span {
	color: #ff4555
}
.faq-item .faq-toggle[aria-expanded=true] span::before {
	content: "\f068"
}
.faq-item .block {
	padding: 20px 25px;
	padding-bottom: 5px;
	line-height: 1.8
}
@media (max-width:1369px) {
.faq-item .block {
	padding: 15px 25px;
	padding-bottom: 0;
	line-height: 1.6
}
}
.why-choose-us-item {
	padding: 40px
}
@media (max-width:1369px) {
.why-choose-us-item {
	padding: 30px
}
}
.services {
	overflow: hidden;
	position: relative;
	z-index: 1
}
.services::after {
	position: absolute;
	content: "";
	height: 400px;
	width: 400px;
	background-image: url(../images/shapes/round-lg-border.png);
	z-index: -1;
	right: -320px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat
}
.services .owl-stage-outer {
	overflow: visible
}
.services .owl-item {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.services .owl-item.active {
	opacity: 1;
	visibility: visible
}
.service-item {
	padding: 30px 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 11px 34px rgba(236,236,236,.5);
	-moz-box-shadow: 0 11px 34px rgba(236,236,236,.5);
	box-shadow: 0 11px 34px rgba(236,236,236,.5)
}

@media (max-width:1369px) {
.service-item h4 {
	font-size: 18px
}
}
.service-item a.line-style {
	font-weight: 600;
	margin-top: 30px;
	position: relative;
	display: block;
	text-align: right;
	text-decoration: none
}
.service-item a.line-style:hover {
	padding-right: 20px
}
.service-item a.line-style::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 35%;
	left: 0;
	bottom: 7px;
	background-color: #086ad8
}
.check-shadow {
	text-shadow: 0 0 15px currentcolor
}
.cta {
	position: relative
}
.cta::after, .cta::before {
	position: absolute;
	content: "";
	top: 0;
	z-index: 99;
	width: 150px;
	pointer-events: none;
	border: 40px solid #fff;
	border-bottom-color: transparent
}
.cta::after {
	right: 0;
	border-left-color: transparent
}
.cta::before {
	left: 0;
	border-right-color: transparent
}
.cta .cta-inner {
	position: relative
}
.cta .cta-inner::after, .cta .cta-inner::before {
	position: absolute;
	content: "";
	bottom: 0;
	z-index: 99;
	width: 150px;
	pointer-events: none;
	border: 40px solid #fff;
	border-top-color: transparent
}
.cta .cta-inner::after {
	right: 0;
	border-left-color: transparent
}
.cta .cta-inner::before {
	left: 0;
	border-right-color: transparent
}
.works {
	position: relative
}
.works::after {
	position: absolute;
	content: "";
	height: 500px;
	width: 200px;
	background-image: url(../images/shapes/circle-magic.png);
	z-index: -1;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat
}
.works .pop-img {
	position: relative;
	overflow: hidden;
	display: block
}
.works .pop-img::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	opacity: 0
}
.works .pop-img span.fa-search {
	z-index: 1;
	color: #fff;
	position: absolute;
	top: 80%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	font-size: 0
}
.works .pop-img img {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
@media (max-width:575px) {
.works .pop-img img {
	width: 100%
}
}
.works .pop-img:hover::after {
	opacity: 1
}
.works .pop-img:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}
.works .pop-img:hover span.fa-search {
	top: 50%;
	font-size: 25px
}
.members {
	position: relative;
	overflow: hidden;
	z-index: 1
}
.members::after, .members::before {
	position: absolute;
	content: "";
	top: 0;
	z-index: 99;
	width: 150px;
	pointer-events: none;
	z-index: -1
}
.members::after {
	border: 40px solid #fff;
	right: 0;
	border-left-color: transparent;
	border-bottom-color: transparent
}
.members::before {
	left: 0;
	border: 40px solid #f9f9f9;
	border-top-color: transparent;
	border-right-color: transparent;
	top: -80px
}
.members .section-heading {
	position: relative;
	z-index: 1
}
.members .section-heading::after {
	position: absolute;
	content: "";
	height: 150px;
	width: 150px;
	background-image: url(../images/shapes/pointer.png);
	z-index: 2;
	right: -90px;
	top: -90px;
	pointer-events: none;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat
}
.members .member-item {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	padding: 45px 10px;
	position: relative
}
@media (max-width:767px) {
.members .member-item {
	padding: 30px 10px;
	background-color: #fff
}
}
.members .member-item::after {
	position: absolute;
	content: "";
	height: 5px;
	width: 100%;
	background-color: #086ad8;
	bottom: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
@media (max-width:767px) {
.members .member-item::after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}
}
.members .member-item .member-img {
	height: 180px!important;
	width: 180px!important;
	margin: auto;
	padding: 8px;
	border: 2px solid #b7d9ff;
	-webkit-box-shadow: 0 7px 0 #d1d1d1;
	-moz-box-shadow: 0 7px 0 #d1d1d1;
	box-shadow: 0 7px 0 #d1d1d1
}
.members .member-item .block h6.text-dark {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.members .member-item .block h6.font-w-400 {
	margin-top: 5px
}
@media (max-width:1369px) {
.members .member-item .block h6.font-w-400 {
	font-size: 16px!important
}
}
.members .member-item:hover {
	background-color: #fff
}
.members .member-item:hover::after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}
.members .member-item:hover .block h6.text-dark {
	color: #086ad8!important
}
.members.bg-white .member-item:hover {
	background-color: #f9f9f9
}
@media (max-width:767px) {
.members.bg-white .member-item {
	background-color: #f9f9f9
}
}
.testimonials {
	position: relative;
	overflow: hidden;
	z-index: 1
}
.testimonials::after {
	position: absolute;
	content: "";
	height: 400px;
	width: 400px;
	background-image: url(../images/shapes/round-lg-border.png);
	bottom: 0;
	right: -200px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1
}
.testimonials .owl-stage-outer {
	overflow: visible
}
.testimonials .owl-item {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.testimonials .owl-item.active {
	opacity: 1;
	visibility: visible
}
.testimonials .testimonials-item {
	padding: 45px 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
@media (max-width:767px) {
.testimonials .testimonials-item {
	padding: 30px 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 25px #eee;
	-moz-box-shadow: 0 0 25px #eee;
	box-shadow: 0 0 25px #eee
}
}
.testimonials .testimonials-item .block h6.text-dark {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.testimonials .testimonials-item:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 0 25px #eee;
	-moz-box-shadow: 0 0 25px #eee;
	box-shadow: 0 0 25px #eee
}
.testimonials .testimonials-item:hover .block h6.text-dark {
	color: #086ad8!important
}
.testimonials .testimonials-img {
	height: 150px!important;
	width: 150px!important;
	margin: auto
}
.blogs {
	position: relative
}
.blogs::after, .blogs::before {
	position: absolute;
	content: "";
	top: 0;
	z-index: 99;
	width: 150px;
	pointer-events: none
}
.blogs::after {
	border: 40px solid #fff;
	right: 0;
	border-left-color: transparent;
	border-bottom-color: transparent
}
.blogs::before {
	left: 0;
	border: 40px solid #e6eaf3;
	border-top-color: transparent;
	border-right-color: transparent;
	top: -80px
}
@media (max-width:767px) {
.blogs::before {
	display: none
}
}
.blogs .blog-item .block {
	padding: 20px
}
.blogs .blog-item .blog-img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}
.blogs .owl-nav {
	text-align: center
}
.blogs-2 .blog-item {
	position: relative
}
.blogs-2 .blog-item .block {
	padding: 20px
}
.blogs-2 .owl-nav {
	text-align: center
}
.blogs-2 .blog-meta {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background: #fff;
	padding: 5px
}
.blogs-2 .blog-meta span {
	padding: 0 15px
}
.blogs-2 .blog-meta::before {
	position: absolute;
	content: "";
	border: 18px solid #fff;
	left: -36px;
	top: 0;
	border-left-color: transparent;
	border-bottom-color: transparent
}
.pagination .page-link {
	background: #ddd;
	border: 0;
	margin: 0 5px;
	-webkit-border-radius: 6px!important;
	-moz-border-radius: 6px!important;
	border-radius: 6px!important;
	color: #333;
	width: 30px;
	text-align: center
}
.pagination .page-link:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.pagination .page-link:hover {
	color: #fff;
	background-color: #086ad8
}
.pagination .active .page-link {
	background-color: #086ad8
}
.pagination .fas {
	font-size: 12px
}
.blockquote {
	font-size: 16px;
	background-color: #f2f2f2;
	padding: 30px 20px;
	border-left: 7px solid #086ad8
}
.comments .media img {
	height: 90px;
	width: 90px
}
.comments .media.shadow {
	-webkit-box-shadow: 0 0 16px rgba(241,241,241,.57)!important;
	-moz-box-shadow: 0 0 16px rgba(241,241,241,.57)!important;
	box-shadow: 0 0 16px rgba(241,241,241,.57)!important
}
.contact .shadow {
	-webkit-box-shadow: 0 11px 34px rgba(219,219,219,.32)!important;
	-moz-box-shadow: 0 11px 34px rgba(219,219,219,.32)!important;
	box-shadow: 0 11px 34px rgba(219,219,219,.32)!important
}
.contact .contact-icon {
	display: inline-block;
	height: 80px;
	width: 80px;
	background-color: #fff;
	border: 1px solid #ddd;
	line-height: 80px;
	text-align: center;
	margin-right: 15px;
	font-size: 36px
}
@media (max-width:1369px) {
.contact .contact-icon {
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-size: 22px
}
}
@media (max-width:1369px) {
.contact .h4.text-dark {
	font-size: 18px
}
}
.contact .nice-select {
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 30px;
	height: 60px;
	line-height: 60px;
	font-size: 16px
}
@media (max-width:1369px) {
.contact .nice-select {
	height: 50px;
	line-height: 50px
}
}
.contact .nice-select .list {
	width: 100%
}
.contact .nice-select::after {
	display: none
}
.contact .nice-select.open, .contact .nice-select:active, .contact .nice-select:focus {
	border-color: #80bdff
}
footer .form-control {
	font-size: 14px;
	border: 0;
	padding-right: 0
}
footer .input-group.input-group-primary {
	border: 1px solid #086ad8;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
footer .input-group.input-group-primary .btn-sm {
	padding: 13px 30px
}
footer .input-group.input-group-primary .form-control {
	height: 50px
}
.footer {
	padding-top: 60px!important;
	background-color: #313131;
	color: #ddd;
	background-image: url(../images/shapes/wave.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative
}
@media (max-width:767px) {
.footer {
	padding-top: 30px!important
}
}
.footer::after, .footer::before {
	position: absolute;
	content: "";
	top: 0;
	z-index: 99;
	width: 150px;
	pointer-events: none
}
.footer::after {
	border: 40px solid #fff;
	right: 0;
	border-left-color: transparent;
	border-bottom-color: transparent
}
.footer::before {
	left: 0;
	border: 40px solid #313131;
	border-top-color: transparent;
	border-right-color: transparent;
	top: -79px
}
@media (max-width:767px) {
.footer::before {
	display: none
}
}
.footer .footer-links a {
	text-decoration: underline;
	margin-bottom: 10px;
	color: #ddd
}
.footer .footer-links a:hover {
	text-decoration: none
}
.footer .form-control {
	color: #fff!important
}
.footer .form-control::-webkit-input-placeholder {
color:#fff!important;
opacity:1
}
.footer .form-control:-moz-placeholder {
color:#fff!important;
opacity:1
}
.footer .form-control::-moz-placeholder {
color:#fff!important;
opacity:1
}
.footer .form-control:-ms-input-placeholder {
color:#fff!important;
opacity:1
}
.footer .form-control::-ms-input-placeholder {
color:#fff!important;
opacity:1
}
.footer .form-control::placeholder {
color:#fff!important;
opacity:1
}
.footer-2 {
	overflow: hidden;
	background-color: #fff;
	border-top: 1px solid rgba(8,106,216,.1);
	position: relative;
	z-index: 1
}
.footer-2::after, .footer-2::before {
	position: absolute;
	content: "";
	z-index: -1
}
.footer-2::after {
	height: 300px;
	width: 300px;
	background-image: url(../images/shapes/round-shade-border.png);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	left: -100px
}
.footer-2::before {
	height: 250px;
	width: 250px;
	background-image: url(../images/shapes/round-border-bold.png);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 0;
	right: -150px
}
.footer-2 .input-group-light {
	padding: 20px 30px;
	border: 1px solid #ddd;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: 0 20px 30px #eaeaea;
	-moz-box-shadow: 0 20px 30px #eaeaea;
	box-shadow: 0 20px 30px #eaeaea
}
@media (max-width:575px) {
.footer-2 .input-group-light {
	display: block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 20px 15px;
	font-size: 15px
}
}
.footer-2 .input-group-light .form-control {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 30px;
	border: 1px solid #ddd
}
@media (max-width:575px) {
.footer-2 .input-group-light .form-control {
	margin-right: 0;
	width: 100%
}
}
.footer-2 .input-group-light .input-group-apend button {
	padding: 0;
	height: 70px;
	width: 70px
}
@media (max-width:767px) {
.footer-2 .input-group-light .input-group-apend button {
	height: 50px;
	width: 50px
}
}
@media (max-width:575px) {
.footer-2 .input-group-light .input-group-apend button {
	height: 50px;
	width: 80%;
	margin-top: 15px
}
}
.footer-2 .social-links li a {
	background-color: transparent;
	color: #999
}
.footer-2 .social-links li a:hover {
	background-color: #086ad8;
	color: #fff;
	-webkit-box-shadow: 0 10px 30px rgba(8,106,216,.2);
	-moz-box-shadow: 0 10px 30px rgba(8,106,216,.2);
	box-shadow: 0 10px 30px rgba(8,106,216,.2)
}
.footer-3 {
	padding: 90px 0;
	background-image: url(../images/bg-footer-02.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	color: #fff
}
.footer-3::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.6);
	top: 0;
	left: 0;
	z-index: -1
}
.footer-3 .footer-heading-marked {
	display: inline-block;
	background-color: #333;
	color: #fff;
	padding: 6px 12px
}
.footer-3 .footer-links a {
	font-weight: 400;
	margin-bottom: 10px;
	color: #fff
}
.footer-3 .social-links li a {
	color: #fff;
	background-color: rgba(255,255,255,.2)
}
.footer-3 .social-links li a:hover {
	background-color: #086ad8;
	color: #fff
}
.footer-bottom {
	padding: 30px 20px;
	background-color: #0f0a0a;
	color: #ddd
}
.footer-bottom-2 {
	padding: 30px 20px
}
.footer-bottom-3 {
	padding: 30px 0;
	background-color: #fff
}
@media (max-width:991px) {
.footer-bottom-3 {
	text-align: center;
	padding: 30px 0
}
}
.footer-bottom-3 .copyright-text {
	padding: 0 30px
}
.footer-bottom-3 .form-control {
	font-size: 14px;
	border: 0;
	padding-right: 0;
	color: #000!important
}
.footer-bottom-3 .input-group.input-group-primary {
	border: 1px solid #086ad8;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.footer-bottom-3 .input-group.input-group-primary .btn-sm {
	padding: 17px 50px
}
@media (max-width:1369px) {
.footer-bottom-3 .input-group.input-group-primary .btn-sm {
	padding: 13px 30px
}
}
a.scroll-to-top {
	position: fixed;
	bottom: 0;
	right: 30px;
	height: 40px;
	width: 40px;
	background: rgba(8,106,216,.7);
	line-height: 40px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	z-index: 995;
	font-size: 14px;
	opacity: 0;
	visibility: hidden
}
@media (max-width:767px) {
a.scroll-to-top {
	right: 10px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 12px
}
}
a.scroll-to-top.show {
	bottom: 40px;
	opacity: 1;
	visibility: visible
}
a.scroll-to-top.show:hover {
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px)
}
@media (max-width:767px) {
a.scroll-to-top.show {
	bottom: 10px
}
}
/*# sourceMappingURL=style.min.css.map */
