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

/********* General CSS *********/

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



.button {
	border-radius: 4px;
	background-color: #ff8129;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	padding: 4px 25px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	font-weight:600
}
.button span a {
	color:#fff
}
.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}
.button:hover span {
	padding-right: 25px;
}
.button:hover span:after {
	opacity: 1;
	right: 0;
}
body {
	color: #222;
	font-size:16px;
	font-weight: 400;
	background: #ffffff;
	font-family: 'Barlow', sans-serif;
}
.vertical-center {
	margin: 0;
	position: absolute;
	top: 100%;
}
h1,  h2,  h3,  h4,  h5,  h6 {
	color: #05406c;
}
a {
	color: #05406c;
 transition: .3s;
}
a:hover,  a:active,  a:focus {
	outline: none;
	text-decoration: none;
}
.btn.btn-custom {
	padding:6px 37px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	background:#222;
	border: none;
	border-radius: 60px;
	box-shadow: inset 0 0 0 0 #05406c;
	transition: ease-out 0.5s;
	-webkit-transition: ease-out 0.5s;
	-moz-transition: ease-out 0.5s;
}
.facts-s1 {
	position: relative;
	width: 103%;
	min-height: 232px;
	margin: 45px 0;
	display: flex;
	align-items: center;
	background: #05406c;
}
#s1.btn.btn-custom {
 .btn.btn-custom  padding: 20px 45px 22px 45px;
}
#s1 .btn.btn-custom:hover {
	color: red;
	background: #1d8fbe;
}
.btn.btn-custom:hover {
	color: #fff;
	box-shadow: inset 200px 0 0 0 #05406c;
}
.btn:focus,  .form-control:focus {
	box-shadow: none;
}
.container-fluid {
	max-width: 1366px;
}
 [class^="flaticon-"]:before, [class*=" flaticon-"]:before,  [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
 font-size: inherit;
 margin-left: 0;
}
/**********************************/

/****** Loader & Back to Top ******/

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

#loader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	opacity: 0;
	visibility: hidden;
 -webkit-transition: opacity .3s ease-out, visibility 0s linear .3s;
 -o-transition: opacity .3s ease-out, visibility 0s linear .3s;
 transition: opacity .3s ease-out, visibility 0s linear .3s;
	z-index: 999;
}
#loader.show {
 -webkit-transition: opacity .6s ease-out, visibility 0s linear 0s;
 -o-transition: opacity .6s ease-out, visibility 0s linear 0s;
 transition: opacity .6s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}
#loader .loader {
	position: relative;
	width: 45px;
	height: 45px;
	border: 5px solid #dddddd;
	border-top: 5px solid #1d8fbe;
	border-radius: 50%;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
 @-webkit-keyframes spin {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
 @keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
.back-to-top {
	position: fixed;
	display: none;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 22px;
	right: 15px;
	bottom: 15px;
 transition: .5s;
	background: #1d8fbe;
	border-radius: 44px;
	z-index: 9;
}
.back-to-top i {
	color: #ffffff;
	padding-top: 10px;
}
.back-to-top:hover {
	background: #05406c;
}
/**********************************/

/********** Top Bar CSS ***********/

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

.top-bar {
	position: relative;
	padding:15px 0;
	display: flex;
	align-items: center;
	background: #ffffff;
}
.top-bar .logo {
	text-align: left;
	overflow: hidden;
}
.top-bar .logo h1 {
	margin: -4px 0 0 0;
	color: #1d8fbe;
	font-size: 30px;
	line-height: 50px;
	font-weight: 800;
	letter-spacing: 1px;
	font-style: italic;
}
.top-bar .logo h1 span {
	color: #05406c;
}
.top-bar .logo img {
	max-width: 100%;
}
.top-bar .top-bar-item {
	display: flex;
	align-items: center;
}
.top-bar .top-bar-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ff8129;
	border-radius: 40px;
}
.top-bar .top-bar-icon i {
	margin: 0;
	color: #ffffff;
	font-size: 16px;
}
.top-bar .top-bar-text {
	padding-left: 15px;
}
.top-bar .top-bar-text h3 {
	margin: 0;
	font-size: 15px;
	font-weight: 400;
}
.top-bar .top-bar-text p {
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	color:#222
}
 @media (max-width: 991.98px) {
 .top-bar .logo {
 text-align: center;
}
}
/**********************************/

/*********** Nav Bar CSS **********/

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

.nav-bar {
	position: relative;
	background: #05406c;
	text-transform: uppercase;
}
.nav-bar.nav-sticky {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
	z-index: 999;
}
.nav-bar .navbar {
	padding: 2px 0;
	background: #05406c !important;
 transition: .3s;
}
.nav-bar.nav-sticky .navbar {
	padding: 5px 0;
}
.navbar-dark .navbar-nav .nav-link,  .navbar-dark .navbar-nav .nav-link:focus,  .navbar-dark .navbar-nav .nav-link:hover,  .navbar-dark .navbar-nav .nav-link.active {
	color: #ffffff;
	padding: 10px 26px;
	font-weight: 700;
	letter-spacing: 1px;
}
.navbar-dark .navbar-nav .nav-link:hover,  .navbar-dark .navbar-nav .nav-link.active {
	color: #ff8129;
}
.nav-bar .dropdown-menu {
	margin-top: 0;
	border: 0;
	border-radius: 0;
	background: #f8f9fa;
}
.nav-bar .btn.btn-custom {
	color:#fff;
	background: #ff8129;
	box-shadow: inset 0 0 0 0 #ff8129;
}

/*

.nav-bar .btn:hover {

    color: #ffffff;

   

    box-shadow: inset 200px 0 0 0 #1d8fbe;

}*/



@media (min-width: 992px) {
 .nav-bar .navbar-brand {
 display: none;
}
}
 @media (max-width: 991.98px) {
 .navbar-dark .navbar-nav .nav-link,  .navbar-dark .navbar-nav .nav-link:focus,  .navbar-dark .navbar-nav .nav-link:hover,  .navbar-dark .navbar-nav .nav-link.active {
 padding: 5px 0;
}
 .nav-bar .dropdown-menu {
 box-shadow: none;
}
 .nav-bar .btn {
}
}
.blog {
	background:url(../img/bg.webp) no-repeat fixed
}
.text-white {
	color:#fff
}
/*******************************/

/********** Hero CSS ***********/

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

.carousel {
	position: relative;
	width: 100%;
	min-height: 400px;
	background: #ffffff;
	margin-bottom: 0;
}
.carousel .container-fluid {
	padding: 0;
}
.carousel .carousel-item {
	position: relative;
	width: 100%;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.carousel .carousel-img {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 400px;
	text-align: right;
	overflow: hidden;
}
 .carousel .carousel-img::after {
 position: absolute;
 content: "";
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: rgba(0, 0, 0, .5);
 z-index: 1;
}
.carousel .carousel-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel .carousel-text {
	position: absolute;
	max-width: 992px;
	padding: 0 15px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 2;
}
.carousel .carousel-text h3 {
	color: #299bca;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.carousel .carousel-text h1 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 20px;
}
.carousel .carousel-text p {
	max-width: 500px;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 40px;
}
.carousel .btn.btn-custom {
	padding: 20px 45px 22px 45px;
	color: #ffffff;
}
.carousel .btn.btn-custom:hover {
	color: white;
	background: red;
}
.carousel .owl-nav {
	position: absolute;
	width: 100%;
	height: 50px;
	top: calc(50% - 25px);
	left: 0;
	display: flex;
	justify-content: space-between;
	z-index: 9;
}
.carousel .owl-nav .owl-prev,  .carousel .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border-radius: 50px;
	background: rgba(256, 256, 256, .2);
	font-size: 22px;
 transition: .5s;
}
.carousel .owl-nav .owl-prev {
	margin-left: 30px;
}
.carousel .owl-nav .owl-next {
	margin-right: 30px;
}
.carousel .owl-nav .owl-prev:hover,  .carousel .owl-nav .owl-next:hover {
	color: #ffffff;
	background: #1d8fbe;
}
.carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
 @media (max-width: 991.98px) {
 .carousel .carousel-text h3 {
 margin-bottom: 5px;
}
 .carousel .carousel-text h1 {
 font-size: 60px;
}
 .carousel .carousel-text p {
 font-size: 16px;
}
 .carousel .carousel-text .btn {
 padding: 12px 30px;
 font-size: 15px;
 letter-spacing: 0;
}
}
 @media (max-width: 767.98px) {
 .carousel .carousel-text h3 {
 font-size: 18px;
 letter-spacing: 2px;
 margin-bottom: 15px;
}
 .carousel .carousel-text h1 {
 font-size: 45px;
}
 .carousel .carousel-text .btn {
 padding: 10px 25px;
 font-size: 15px;
 letter-spacing: 0;
}
}
 @media (max-width: 575.98px) {
 .carousel .carousel-text h3 {
 font-size: 14px;
 letter-spacing: 1px;
 margin-bottom: 10px;
}
 .carousel .carousel-text h1 {
 font-size: 30px;
 margin-bottom: 15px;
}
 .carousel .carousel-text p {
 margin-bottom: 25px;
}
 .carousel .carousel-text .btn {
 padding: 8px 20px;
 font-size: 14px;
 letter-spacing: 0;
}
}
/*******************************/

/******* Page Header CSS *******/

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

.page-header {
	position: relative;
	padding: 40px 0;
	text-align: center;
	background: #1d8fbe;
}
.page-header h2 {
	position: relative;
	color: #ffffff;
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
 .page-header h2::after {
 position: absolute;
 content: "";
 width: 100px;
 height: 2px;
 left: calc(50% - 50px);
 bottom: 0;
 background: #ffffff;
}
.page-header a {
	position: relative;
	display:none;
	padding: 0 12px;
	font-size: 17px;
	color: #ffffff;
}
.page-header a:hover {
	color: #1d8fbe;
}
 .page-header a::after {
 position: absolute;
 content: "/";
 width: 8px;
 height: 8px;
 top: -2px;
 right: -7px;
 text-align: center;
 color: #ffffff;
}
 .page-header a:last-child::after {
 display: none;
}
 @media (max-width: 991.98px) {
 .page-header {
 padding: 60px 0;
}
 .page-header h2 {
 font-size: 45px;
}
 .page-header a {
 font-size: 20px;
}
}
 @media (max-width: 767.98px) {
 .page-header {
 padding: 45px 0;
}
 .page-header h2 {
 font-size: 35px;
}
 .page-header a {
 font-size: 18px;
}
}
/*******************************/

/******* Section Header ********/

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



.location-form {
	padding: 30px 30px 30px 30px;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	margin:0 auto
}
.location-form input[type="text"], select {
	font-size: 18px;
	color: #222;
	padding: 10px;
	outline:none;
	border: solid 1px #adadad;
	width: 100%;
	transition: all 2s ease-in-out;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow:inset 0 0 5px 5px #E6E6E6;
	-webkit-box-shadow:inset 0 0 5px 5px #E6E6E6;
	box-shadow:inset 0 0 5px 5px #E6E6E6;
	margin-bottom:1px
}
.form-control {
	color: #adadad;
	padding: 10px;
	outline:none;
	border: solid 1px #adadad;
	width: 100%;
	transition: all 2s ease-in-out;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow:inset 0 0 5px 5px #E6E6E6;
	-webkit-box-shadow:inset 0 0 5px 5px #E6E6E6;
	box-shadow:inset 0 0 5px 5px #E6E6E6;
	margin-bottom:1px;
}
.control-group {
	margin-bottom:10px;
}
.text-center {
	text-align:center
}
.section-header {
	position: relative;
	width: 100%;
	max-width: 700px;
	margin: 0 auto 45px auto;
}
.about-content p {
	text-align:justify
}
.joinAsideBlock {
	background:#1d8fbe;
	padding:70px 0
}
.check-circle-list li {
	line-height:29px;
	list-style-type:none
}
.check-circle-list li i {
	font-size: 16px;
	color: #21acbe;
	margin-right: 10px;
 -webkit-transition: all .4s ease-in-out 0s;
 -moz-transition: all .4s ease-in-out 0s;
 -ms-transition: all .4s ease-in-out 0s;
 -o-transition: all .4s ease-in-out 0s;
 transition: all .4s ease-in-out 0s;
}
.bg {
	background:#f2f2f2
}
.dropdown-item {
	clear:none !important;
	text-transform: none !important;
	font-weight: 600 !important;
	border-bottom: 1px solid #ccc !important
}
.section-header p {
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #1d8fbe;
}
.section-header p span {
	letter-spacing:0;
	text-transform:none;
	color:#222;
	font-weight:500
}
 .section-header p::after {
 position: absolute;
 content: "";
 width: 50%;
 height: 2px;
 left: 25%;
 bottom: 0;
}
 .section-header.text-left p::after {
 left: 0;
}
 .section-header.text-right p::after {
 left: 50%;
}
.section-header h2 {
	margin: 0;
	font-size: 35px;
	font-weight: 700;
}
 @media (max-width: 991.98px) {
 .section-header h2 {
 font-size: 45px;
}
}
 @media (max-width: 767.98px) {
 .section-header h2 {
 font-size: 40px;
}
}
 @media (max-width: 575.98px) {
 .section-header h2 {
 font-size: 35px;
}
}
.main_box {
	background:#f2f2f2;
	padding:70px 0
}
/*******************************/

/********** About CSS **********/

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

.section-header h3 {
	font-size:35px;
	font-weight:700
}
.card {
	text-align:center
}
.card-body {
	padding:25px !important
}
.h5, h5 {
	font-size: 22px !important;
	margin-top: 20px;
!important
}
.about {
	position: relative;
	width: 100%;
	padding: 70px 0
}
.about .section-header {
	margin-bottom: 30px;
	margin-left: 0;
}
.about .about-img img {
	width: 100%;
	border-radius:20px 0 20px 0;
}
.about .about-content {
	margin-bottom: 30px;
}
.about .about-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 25px;
}
.about .about-content ul li {
	margin-bottom: 5px;
}
.about .about-content ul li i {
	margin-right: 8px;
	color: #1d8fbe;
}
/*******************************/

/********* Service CSS *********/

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

.service {
	position: relative;
	width: 100%;
	padding: 70px 0
}
.service .service-item {
	position: relative;
	width: 100%;
	flex-direction: column;
	margin-bottom: 45px;
	text-align: center;
	background: #f8f8f8;
	box-shadow: 3px 3px 3px #ccc;
	border: 5px solid #fff;
}
.service .service-item i {
	color: #05406c;
	font-size: 75px;
	line-height: 75px;
	margin-bottom: 15px;
}
 .service .service-item [class^="flaticon-"]::before {
 margin: 0;
 font-size: 60px;
 line-height: 60px;
 background-image: linear-gradient(#1d8fbe, #05406c);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 transition: .5s;
}
.service .service-item h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	color:#ff8129
}
.service .service-item p {
	margin: 0;
}
/*******************************/

/********** Facts CSS **********/

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

.facts {
	position: relative;
	width: 100%;
	padding:70px 0;
	display: flex;
	align-items: center;
	background: #05406c;
}
.facts .facts-item {
	display: flex;
	flex-direction: row;
	margin: 25px 0;
}
.facts .facts-item i {
	margin-top: 15px;
	font-size: 45px;
	color: #ff8129;
}
.facts .facts-text {
	padding-left: 20px;
}
.facts .facts-text h3 {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 50px;
	font-weight: 700;
	line-height:40px
}
 .facts .facts-text h3::after {
 position: absolute;
 content: "";
 top: 0px;
 right: -25px;
 color: #ffffff;
 font-size: 25px;
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
}
.facts .facts-text p {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}
/*******************************/

/********* Pricing CSS *********/

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

.price {
	position: relative;
	width: 100%;
	padding:70px 0
}
.price .row {
	padding: 0 15px;
	min-height:150px;
}
.price .col-md-4 {
	padding: 0;
}
.price .price-item {
	position: relative;
	padding: 5px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 3px 3px 3px #ccc;
}
.price .featured-item {
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	z-index: 1;
}
.mb-3 {
	margin-bottom:15px
}
.price .price-header {
	padding:20px;
	background:#f2f2f2;
	height:70px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px
}
.price .price-header h3 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #222;
	float:left
}
.price-item p {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc
}
.ml-3 {
	margin-left:30px !important;
	margin-top:10px !important
}
.price .price-header h2 {
	font-size: 30px;
	font-weight:400 !important;
	color: #05406c;
	float:right;
	margin:-12px 0 0 0
}
.price .price-header h2 span {
	font-size: 25px;
	line-height: 26px;
}
.price .price-item.featured-item h3 {
	color: #fff;
	background:#05406c
}
.price .price-body {
	padding: 0 0 20px 0;
}
.price .price-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.price .price-body ul li {
	padding: 0 0 10px 0;
	float:left;
	width:50%
}
.price .price-body ul li i {
	margin-right: 10px;
}
.price .price-body ul li i.fa-check-circle {
	color: #39B972;
}
.price .price-body ul li i.fa-times-circle {
	color: #cccccc;
}
.price .price-item .price-footer {
	padding-bottom: 0;
}
.price .price-item .price-footer .btn.btn-custom {
	color: #fff;
	background: #05406c;
	box-shadow: inset 0 0 0 0 #1d8fbe;
}
.price .price-item .price-footer .btn.btn-custom:hover {
	color: #ffffff;
	background: #1d8fbe;
	box-shadow: inset 200px 0 0 0 #1d8fbe;
}
.price .price-item.featured-item .price-footer .btn.btn-custom {
	color: #ffffff;
	background: #1d8fbe;
	box-shadow: inset 0 0 0 0 #05406c;
}
.price .price-item.featured-item .price-footer .btn.btn-custom:hover {
	color: #1d8fbe;
	background: #05406c;
	box-shadow: inset 200px 0 0 0 #05406c;
}
/*******************************/

/******** Location CSS *********/

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

.location {
	position: relative;
	width: 100%;
	padding: 45px 0;
}
.location .location-item {
	display: flex;
	margin-bottom: 30px;
}
.location .location-item i {
	padding-top: 3px;
	font-size: 30px;
	color: #1d8fbe;
}
.location .location-text {
	padding-left: 15px;
}
.location .location-text h3 {
	font-size: 18px;
	font-weight: 700;
}
.location .location-text p {
	margin-bottom: 5px;
}
.location .location-text p strong {
	margin-right: 5px;
	font-weight: 600;
}
.location .location-form {
	padding: 45px 30px;
	background: #1d8fbe;
	border-radius: 5px;
}
.location .location-form h3 {
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 25px;
}
.location .location-form .control-group {
	margin-bottom: 15px;
}
.location .location-form .form-control {
	height: 45px;
	color: #ffffff;
	padding: 0 15px;
	border-radius: 5px;
	border: 1px solid #ffffff;
	background: transparent;
}
.location .location-form textarea.form-control {
	height: 120px;
	padding: 15px;
}
 .location .location-form .form-control::placeholder {
 color: #ffffff;
 opacity: 1;
}
 .location .location-form .form-control:-ms-input-placeholder,  .location .location-form .form-control::-ms-input-placeholder {
 color: #ffffff;
}
.location .location-form .btn.btn-custom {
	width: 100%;
	color: #1d8fbe;
	background: #ffffff;
	box-shadow: inset 0 0 0 0 #05406c;
}
.location .location-form .btn.btn-custom:hover {
	color: #ffffff;
	background: #1d8fbe;
	box-shadow: inset 400px 0 0 0 #05406c;
}
 @media(min-width: 576px) and (max-width: 991.89px) {
 .location .location-form .btn.btn-custom:hover {
 box-shadow: inset 650px 0 0 0 #05406c;
}
}
/*******************************/

/*********** Team CSS **********/

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

.team {
	position: relative;
	width: 100%;
	padding: 45px 0 15px 0;
}
.team .team-item {
	position: relative;
	margin-bottom: 30px;
}
.team .team-img {
	position: relative;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.team .team-img img {
	width: 100%;
 transition: .3s;
}
.team .team-item:hover img {
	transform: scale(1.1);
}
.team .team-text {
	position: relative;
	width: 100%;
	padding: 35px 30px 30px 30px;
	text-align: center;
	background: #05406c;
	border-radius: 0 0 5px 5px;
 transition: .5s;
}
.team .team-item:hover .team-text {
	background: #1d8fbe;
}
.team .team-text h2 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.team .team-text p {
	margin: 0;
	color: #ffffff;
}
.team .team-social {
	position: absolute;
	width: 100%;
	height: 40px;
	top: -20px;
	left: 0;
	text-align: center;
	font-size: 0;
}
.team .team-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 3px;
	padding: 7px 0;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background: #05406c;
	border-radius: 40px;
 transition: .5s;
}
.team .team-item:hover .team-social a {
	background: #1d8fbe;
}
.team .team-social a:hover {
	color: #05406c;
}
/*******************************/

/******* Testimonial CSS *******/

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

.testimonial {
	position: relative;
	width: 100%;
	padding:70px 0;
	background:url(../img/bgPattern07.webp) no-repeat
}
.testimonial .testimonials-carousel {
	position: relative;
	width: calc(100% + 30px);
	margin: 0 -15px;
}
.testimonial .testimonial-item {
	position: relative;
	width: 100%;
	padding: 0 15px;
	display: flex;
}
.testimonial .testimonial-item img {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	transform: scale(.8);
	transition: 2s;
}
.testimonial .owl-item.center .testimonial-item img {
	transform: scale(1);
}
.testimonial .testimonial-text {
	width: calc(100% - 100px);
	padding-left: 20px;
}
.testimonial .testimonial-text h3 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.testimonial .testimonial-text h4 {
	color: #777777;
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 10px;
}
.testimonial .testimonial-text p {
	margin: 0;
}
 .testimonial .testimonial-text p::before {
 content: "\f10d";
 font-size: 25px;
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 color: #1d8fbe;
 margin-right: 10px;
}
.testimonial .owl-dots {
	margin-top: 15px;
	text-align: center;
}
.testimonial .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 10px;
	background: #dddddd;
}
.testimonial .owl-dot.active {
	background: #1d8fbe;
}
/*******************************/

/*********** Blog CSS **********/

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

.blog {
	position: relative;
	width: 100%;
	padding: 55px 0
}
.blog .blog-item {
}
.blog .blog-img {
	position: relative;
	width: 100%;
}
.blog .blog-img img {
	width: 100%;
	border-radius: 20px 0 20px 0;
}
.blog .meta-date {
	position: absolute;
	width: 70px;
	height: 70px;
	bottom: 10%;
	left: calc(50% - 35px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 70px;
	background: #05406c;
	color: #ffffff;
	opacity: 0;
 transition: .5s;
}
.blog .meta-date span {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
}
.blog .meta-date strong {
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.blog .blog-item:hover .meta-date {
	bottom: calc(50% - 35px);
	opacity: 1;
}
.blog .blog-text {
	padding: 25px 0 20px 0;
}
.blog .blog-text h3 {
	font-size: 22px;
	font-weight: 700;
}
.blog .blog-text h3 a {
	color: #05406c;
}
.blog .blog-text h3 a:hover {
	color: #1d8fbe;
}
.blog .blog-text p {
	margin: 0;
}
.blog .blog-meta {
	display: flex;
}
.blog .blog-meta p {
	margin: 0;
	font-size: 14px;
	line-height: 14px;
	padding: 0 10px;
	border-right: 1px solid rgba(0, 0, 0, .15);
}
.blog .blog-meta p:first-child {
	padding-left: 0;
}
.blog .blog-meta p:last-child {
	padding-right: 0;
	border: none;
}
.blog .blog-meta i {
	color: #999999;
	margin-right: 5px;
}
.blog .blog-meta a {
	color: #999999;
}
.blog .blog-meta a:hover {
	color: #1d8fbe;
}
.blog .pagination {
	margin-bottom: 15px;
}
.blog .pagination .page-link {
	color: #05406c;
	border-radius: 0;
	border-color: #05406c;
}
.blog .pagination .page-link:hover,  .blog .pagination .page-item.active .page-link {
	color: #1d8fbe;
	background: #05406c;
}
.blog .pagination .disabled .page-link {
	color: #999999;
}
/*******************************/

/********* Contact CSS *********/

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

.contact {
	position: relative;
	width: 100%;
	padding: 45px 0;
}
.contact .contact-info {
	width: 100%;
	margin-bottom: 45px;
	padding: 35px 30px 10px 30px;
	border-radius: 5px;
	background: #05406c;
}
.contact .contact-info h2 {
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 30px;
}
.contact .contact-info-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.contact .contact-info-icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 50px;
}
.contact .contact-info-icon i {
	margin: 0;
	color: #05406c;
	font-size: 16px;
}
.contact .contact-info-text {
	padding-left: 20px;
}
.contact .contact-info-text h3 {
	margin: 0 0 5px 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
}
.contact .contact-info-text p {
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
}
.contact .contact-form {
	position: relative;
	width: 100%;
	margin-bottom: 45px;
}
.contact .contact-form input {
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #05406c;
}
.contact .contact-form textarea {
	height: 125px;
	padding: 8px 15px;
	border-radius: 5px;
	border: 1px solid #05406c;
}
.contact .help-block ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.contact iframe {
	width: 100%;
	height: 400px;
	border-radius: 5px;
}
/*******************************/

/******* Single Post CSS *******/

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

.single {
	position: relative;
	padding: 45px 0;
}
.single .single-content {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.single .single-content img {
	margin-bottom: 20px;
	width: 100%;
	border-radius: 5px;
}
.single .single-tags {
	margin: -5px -5px 41px -5px;
	font-size: 0;
}
.single .single-tags a {
	margin: 5px;
	display: inline-block;
	padding: 7px 15px;
	font-size: 14px;
	font-weight: 500;
	color: #05406c;
	border: 1px solid #05406c;
	border-radius: 5px;
}
.single .single-tags a:hover {
	color: #ffffff;
	background: #1d8fbe;
	border-color: #1d8fbe;
}
.single .single-bio {
	padding: 30px;
	background: #05406c;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 5px;
}
.single .single-bio-img {
	width: 100%;
	max-width: 115px;
	padding: 15px;
	background: #ffffff;
	border-radius: 100px;
	margin-bottom: 20px;
}
.single .single-bio-img img {
	width: 100%;
	border-radius: 100px;
}
.single .single-bio-text {
	text-align: center;
}
.single .single-bio-text h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
}
.single .single-bio-text p {
	color: #ffffff;
	margin: 0;
}
.single .single-bio-social {
	margin-top: 20px;
	display: flex;
}
.single .single-bio-social a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #05406c;
	background: #ffffff;
	border-radius: 40px;
	margin-right: 5px;
 transition: .5s;
}
.single .single-bio-social a:last-child {
	margin: 0;
}
.single .single-bio-social a:hover {
	color: #ffffff;
	background: #1d8fbe;
}
.single .single-related {
	margin-bottom: 45px;
}
.single .single-related h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}
.single .related-slider {
	position: relative;
	margin: 0 -15px;
	width: calc(100% + 30px);
}
.single .related-slider .post-item {
	margin: 0 15px;
}
.single .post-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.single .post-item .post-img {
	width: 100%;
	max-width: 80px;
}
.single .post-item .post-img img {
	width: 100%;
	border-radius: 5px;
}
.single .post-item .post-text {
	padding-left: 15px;
}
.single .post-item .post-text a {
	font-size: 17px;
	font-weight: 500;
}
.single .post-item .post-text a:hover {
	color: #1d8fbe;
}
.single .post-item .post-meta {
	display: flex;
	margin-top: 8px;
}
.single .post-item .post-meta p {
	display: inline-block;
	margin: 0;
	padding: 0 3px;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
}
.single .post-item .post-meta p a {
	margin-left: 5px;
	color: #777777;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}
.single .related-slider .owl-nav {
	position: absolute;
	width: 90px;
	top: -55px;
	right: 15px;
	display: flex;
}
.single .related-slider .owl-nav .owl-prev,  .single .related-slider .owl-nav .owl-next {
	margin-left: 15px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: #05406c;
	border-radius: 5px;
	font-size: 16px;
 transition: .3s;
}
.single .related-slider .owl-nav .owl-prev:hover,  .single .related-slider .owl-nav .owl-next:hover {
	color: #ffffff;
	background: #1d8fbe;
}
.single .single-comment {
	position: relative;
	margin-bottom: 45px;
}
.single .single-comment h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}
.single .comment-list {
	list-style: none;
	padding: 0;
}
.single .comment-child {
	list-style: none;
}
.single .comment-body {
	display: flex;
	margin-bottom: 30px;
}
.single .comment-img {
	width: 60px;
}
.single .comment-img img {
	width: 100%;
	border-radius: 60px;
}
.single .comment-text {
	padding-left: 15px;
	width: calc(100% - 60px);
}
.single .comment-text h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 3px;
}
.single .comment-text span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}
.single .comment-text .btn {
	padding: 3px 10px;
	font-size: 14px;
	font-weight: 500;
	color: #05406c;
	background: #dddddd;
	border-radius: 5px;
}
.single .comment-text .btn:hover {
	color: #ffffff;
	background: #1d8fbe;
}
.single .comment-form {
	position: relative;
}
.single .comment-form h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}
.single .comment-form form {
	padding: 30px;
	background: #f3f6ff;
	border-radius: 5px;
}
.single .comment-form form .form-group:last-child {
	margin: 0;
}
.single .comment-form input,  .single .comment-form textarea {
	border-radius: 5px;
	border-color: #eeeeee;
}
.single .comment-form input:focus,  .single .comment-form textarea:focus {
	border-color: #1d8fbe;
}
.single .comment-form .btn {
	border-radius: 45px;
}
/**********************************/

/*********** Sidebar CSS **********/

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

.sidebar {
	position: relative;
	width: 100%;
}
 @media(max-width: 991.98px) {
 .sidebar {
 margin-top: 45px;
}
}
.sidebar .sidebar-widget {
	position: relative;
	margin-bottom: 45px;
}
.sidebar .sidebar-widget .widget-title {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 5px;
	font-size: 25px;
	font-weight: 700;
}
 .sidebar .sidebar-widget .widget-title::after {
 position: absolute;
 content: "";
 width: 60px;
 height: 2px;
 bottom: 0;
 left: 0;
 background: #1d8fbe;
}
.sidebar .sidebar-widget .search-widget {
	position: relative;
}
.sidebar .search-widget input {
	height: 50px;
	border: 1px solid #dddddd;
	border-radius: 5px;
}
.sidebar .search-widget input:focus {
	box-shadow: none;
	border-color: #1d8fbe;
}
.sidebar .search-widget .btn {
	position: absolute;
	top: 6px;
	right: 15px;
	height: 40px;
	padding: 0;
	font-size: 25px;
	color: #05406c;
	background: none;
	border-radius: 0;
	border: none;
 transition: .3s;
}
.sidebar .search-widget .btn:hover {
	color: #1d8fbe;
}
.sidebar .sidebar-widget .recent-post {
	position: relative;
}
.sidebar .sidebar-widget .tab-post {
	position: relative;
}
.sidebar .tab-post .nav.nav-pills {
	border-radius: 5px;
	overflow: hidden;
}
.sidebar .tab-post .nav.nav-pills .nav-link {
	color: #ffffff;
	background: #05406c;
	border-radius: 0;
}
.sidebar .tab-post .nav.nav-pills .nav-link:hover,  .sidebar .tab-post .nav.nav-pills .nav-link.active {
	color: #ffffff;
 background:;
}
.sidebar .tab-post .tab-content {
	padding: 15px 0 0 0;
	background: transparent;
}
.sidebar .tab-post .tab-content .container {
	padding: 0;
}
.sidebar .sidebar-widget .category-widget {
	position: relative;
}
.sidebar .category-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar .category-widget ul li {
	margin: 0 0 12px 22px;
}
.sidebar .category-widget ul li:last-child {
	margin-bottom: 0;
}
.sidebar .category-widget ul li a {
	display: inline-block;
	line-height: 23px;
	font-weight: 500;
	letter-spacing: 1px;
}
 .sidebar .category-widget ul li::before {
 position: absolute;
 content: '\f105';
 font-family: 'Font Awesome 5 Free';
 font-weight: 900;
 color: #1d8fbe;
 left: 1px;
}
.sidebar .category-widget ul li span {
	display: inline-block;
	float: right;
}
.sidebar .sidebar-widget .tag-widget {
	position: relative;
	margin: -5px -5px;
}
.single .tag-widget a {
	margin: 5px;
	display: inline-block;
	padding: 7px 15px;
	font-size: 14px;
	font-weight: 400;
	color: #05406c;
	border: 1px solid #05406c;
	border-radius: 5px;
}
.single .tag-widget a:hover {
	color: #ffffff;
	background: #1d8fbe;
	border-color: #1d8fbe;
}
.sidebar .image-widget {
	display: block;
	width: 100%;
	overflow: hidden;
}
.sidebar .image-widget img {
	max-width: 100%;
	border-radius: 5px;
 transition: .3s;
}
.sidebar .image-widget img:hover {
	transform: scale(1.1);
}
/*******************************/

/********* Footer CSS **********/

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







.footer {
    position: relative;
    padding: 40px 0px 0px 0px;
    background: #05406c;
}



.footer .footer-contact,  .footer .footer-link,  .footer .footer-newsletter {
	position: relative;
	margin-bottom: 45px;
	color: #ffffff;
}
.footer .footer-contact h2,  .footer .footer-link h2,  .footer .footer-newsletter h2 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #ff8129;
}
.footer .footer-link a {
	display: block;
	margin-bottom: 10px;
	color: #ffffff;
 transition: .3s;
}
.copyright {
	background:#1d8fbe;
	padding:10px 0
}
.copyright p, .copyright p a {
	margin:0;
	padding:0;
	color:#fff
}
 .footer .footer-link a::before {
 position: relative;
 content: "";
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 margin-right: 10px;
}
.footer .footer-link a:hover {
	color: #1d8fbe;
	letter-spacing: 1px;
}
.footer .footer-contact p i {
	width: 25px;
}
.footer .footer-social {
	position: relative;
	margin-top: 20px;
	display: flex;
}
.footer .footer-social a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #05406c;
	background: #ffffff;
	border-radius: 40px;
	margin-right: 5px;
 transition: .5s;
}
.footer .footer-social a:last-child {
	margin: 0;
}
.footer .footer-social a:hover {
	color: #ffffff;
	background: #1d8fbe;
}
@media only screen and (max-width: 480px)
{
	.top-bar .top-bar-item{margin-top:10px !important}
	.carousel .carousel-img{min-height:128px !important}
	.carousel .carousel-item{min-height:128px !important}
	.carousel{min-height:128px !important}
	.carousel .carousel-text h1{font-size:17px !important}
	.carousel .owl-nav{display:none}
	#vlightbox1 .vlightbox1{width:100% !important}
	.location-form{margin:0 !important}
	.about-img{margin-bottom:10px !important}
	.contact .contact-info-icon{display:none !important}
	.contact .contact-info-text{padding-left:0 !important}
	.button{width:100% !important}
	.price .price-header h3{font-size:17px !important; width:70% !important}
	.price .price-header h2{width:30% !important}
	.price .price-header h3{margin:5px 0 !important}
	.price .price-body ul li{width:100% !important}
}



ul.footerr li {
    display: inline-block;
    padding-right: 18px;
    color: white;
    /* border-right: 1px solid white; */
}

ul.footerr li a {

    color: white;
}



ul.footerr li a:hover {

    color: orange;
}


ul.footerr.text-center {
    margin-bottom: 0px;
    margin-top: 3px;
}
.valueableRibbion{
 --f: 1px;
    --r: 10px;
    --t: 0px;
    position: absolute;
    inset: var(--t) calc(-1* var(--f)) auto auto;
    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f) / 2));
    background: #ff8129;
    box-shadow: 0 calc(-1* var(--f)) 0 inset #0005;
    color: #fff;
    transform: rotate(0deg);
    margin-bottom: 10px;
}
}