
@font-face {
	font-family: 'Metropolis';
	src: url("../fonts/Metropolis-Light.eot");
	src: url("../fonts/Metropolis-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Metropolis-Light.woff2") format("woff2"), url("../fonts/Metropolis-Light.woff") format("woff"), url("../fonts/Metropolis-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Metropolis';
	src: url("../fonts/Metropolis-Regular.eot");
	src: url("../fonts/Metropolis-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Metropolis-Regular.woff2") format("woff2"), url("../fonts/Metropolis-Regular.woff") format("woff"), url("../fonts/Metropolis-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Metropolis';
	src: url("../fonts/Metropolis-Medium.eot");
	src: url("../fonts/Metropolis-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Metropolis-Medium.woff2") format("woff2"), url("../fonts/Metropolis-Medium.woff") format("woff"), url("../fonts/Metropolis-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Metropolis';
	src: url("../fonts/Metropolis-SemiBold.eot");
	src: url("../fonts/Metropolis-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Metropolis-SemiBold.woff2") format("woff2"), url("../fonts/Metropolis-SemiBold.woff") format("woff"), url("../fonts/Metropolis-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Metropolis';
	src: url("../fonts/Metropolis-Bold.eot");
	src: url("../fonts/Metropolis-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Metropolis-Bold.woff2") format("woff2"), url("../fonts/Metropolis-Bold.woff") format("woff"), url("../fonts/Metropolis-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'Metropolis';
	src: url("../fonts/Metropolis-ExtraBold.eot");
	src: url("../fonts/Metropolis-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Metropolis-ExtraBold.woff2") format("woff2"), url("../fonts/Metropolis-ExtraBold.woff") format("woff"), url("../fonts/Metropolis-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap
}


*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html,
body {
	height: 100%
}

body {
	position: relative;
	outline: none;
	visibility: visible;
	overflow-X: hidden;
}

body[dir="rtl"] {
	text-align: right
}

a,
button {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	outline: 0
}

a:focus,
button:focus {
	outline: 0
}

a {
	text-decoration: none !important;
	color: inherit !important;
}

p:last-child {
	margin-bottom: 0
}

ul,
ol {
	padding: 0;
	list-style: none;
	margin: 0
}

img {
	max-width: 100%
}

.section,
.main-wrapper {
	float: left;
	width: 100%
}

.section-padding {
	padding-top: 50px;
	padding-bottom: 50px
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.section-padding {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-padding {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media only screen and (max-width: 767px) {
	.section-padding {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

.section-padding-02 {
	padding-top: 130px
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.section-padding-02 {
		padding-top: 100px
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-padding-02 {
		padding-top: 100px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding-02 {
		padding-top: 80px
	}
}

@media only screen and (max-width: 767px) {
	.section-padding-02 {
		padding-top: 60px
	}
}

.section-title .sub-title {
	font-size: 20px;
	font-weight: bold;
	font-family: "Maven Pro", sans-serif;
	color: var(--doitblue);
	text-transform: uppercase;
	margin-bottom: 18px;
	letter-spacing: 1px
}

@media only screen and (max-width: 575px) {
	.section-title .sub-title {
		font-size: 14px
	}
}

.section-title .title {
	font-size: 35px;
	font-weight: 700;
	color: #1d3557;
	margin-bottom: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-title .title {
		font-size: 28px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-title .title {
		font-size: 24px
	}
}

@media only screen and (max-width: 767px) {
	.section-title .title {
		font-size: 24px
	}
}

@media only screen and (max-width: 575px) {
	.section-title .title {
		font-size: 22px
	}
}

.section-title .title span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 5px
}

.section-title .title span::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 14px;
	background-color: #b3d9db;
	bottom: 13px;
	left: 0;
	z-index: -1
}

@media only screen and (max-width: 767px) {
	.section-title .title span::before {
		bottom: 5px
	}
}

@media only screen and (max-width: 575px) {
	.section-title .title span::before {
		height: 8px;
		bottom: 3px
	}
}

.page-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-top: 45px
}

.page-pagination a {
	font-size: 24px;
	color: #1d3557;
	line-height: 25px
}

.page-pagination span {
	font-size: 18px;
	font-weight: 600;
	font-family: "Metropolis";
	line-height: 31px;
	padding: 0 15px;
	color: #a8dadc
}

.page-pagination span.active {
	color: #c25251
}

.page-pagination::before {
	position: absolute;
	content: '|';
	color: #8b8b8b;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 24px;
	font-weight: 400;
	line-height: 22px
}

.btn {
	position: relative;
	z-index: 2;
	overflow: hidden
}

@media only screen and (max-width: 767px) {
	.btn {
		font-size: 16px
	}
}

.btn::before {
	width: 200px;
	height: 200px;
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 50%
}

.btn:hover::before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}

.btn-primary {
	color: #fff
}

.btn-hover-primary:hover {
	border-color: #c25251;
	color: #fff
}

.btn-hover-primary:hover::before {
	background-color: #c25251
}

.btn-secondary {
	color: #fff
}

.btn-hover-secondary:hover {
	border-color: #1d3557;
	color: #fff
}

.btn-hover-secondary:hover::before {
	background-color: #1d3557
}

.btn-success {
	color: #fff
}

.btn-hover-success:hover {
	border-color: #198754;
	color: #fff
}

.btn-hover-success:hover::before {
	background-color: #198754
}

.btn-info {
	color: #343a40
}

.btn-hover-info:hover {
	border-color: #0dcaf0;
	color: #fff
}

.btn-hover-info:hover::before {
	background-color: #0dcaf0
}

.btn-warning {
	color: #343a40
}

.btn-hover-warning:hover {
	border-color: #ffc107;
	color: #343a40
}

.btn-hover-warning:hover::before {
	background-color: #ffc107
}

.btn-danger {
	color: #fff
}

.btn-hover-danger:hover {
	border-color: #dc3545;
	color: #fff
}

.btn-hover-danger:hover::before {
	background-color: #dc3545
}

.btn-light {
	color: #343a40
}

.btn-hover-light:hover {
	border-color: #f8f9fa;
	color: #343a40
}

.btn-hover-light:hover::before {
	background-color: #f8f9fa
}

.btn-dark {
	color: #fff
}

.btn-hover-dark:hover {
	border-color: #343a40;
	color: #fff
}

.btn-hover-dark:hover::before {
	background-color: #343a40
}

blockquote {
	background-color: #eaf1f9;
	padding: 30px 45px;
	padding-right: 90px;
	border-left: 4px solid #c25251;
	position: relative;
	margin-top: 45px;
	margin-bottom: 0
}

@media only screen and (max-width: 767px) {
	blockquote {
		padding: 20px 30px;
		padding-right: 70px
	}
}

@media only screen and (max-width: 575px) {
	blockquote {
		padding: 10px 20px;
		padding-top: 50px
	}
}

blockquote::before {
	content: "";
	position: absolute;
	top: 20px;
	right: 35px;
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 47px;
	height: 42px
}

@media only screen and (max-width: 767px) {
	blockquote::before {
		width: 37px;
		height: 32px;
		right: 25px
	}
}

@media only screen and (max-width: 575px) {
	blockquote::before {
		right: 10px
	}
}

@media only screen and (max-width: 575px) {
	blockquote::before {
		font-size: 30px
	}
}

blockquote p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.86
}

.single-form {
	margin-top: 30px
}

.single-form input:not([type="checkbox"]):not([type="radio"]),
.single-form textarea {
	width: 100%;
	height: 40px;
	padding: 0 25px;
	border: 1px solid #b3d9db;
	font-size: 16px;
	font-weight: 50;
	color: #585858;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 5px
}

.single-form input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
	opacity: 1
}

.single-form input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
.single-form textarea::-moz-placeholder {
	opacity: 1
}

.single-form input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
.single-form textarea:-ms-input-placeholder {
	opacity: 1
}

.single-form input:not([type="checkbox"]):not([type="radio"])::-ms-input-placeholder,
.single-form textarea::-ms-input-placeholder {
	opacity: 1
}

.single-form input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.single-form textarea::-webkit-input-placeholder {
	opacity: 1
}

.single-form input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
.single-form textarea::-moz-placeholder {
	opacity: 1
}

.single-form input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
.single-form textarea:-ms-input-placeholder {
	opacity: 1
}

.single-form input:not([type="checkbox"]):not([type="radio"])::-ms-input-placeholder,
.single-form textarea::-ms-input-placeholder {
	opacity: 1
}

.single-form input:not([type="checkbox"]):not([type="radio"])::placeholder,
.single-form textarea::placeholder {
	opacity: 1
}

@media only screen and (max-width: 767px) {
	.single-form input:not([type="checkbox"]):not([type="radio"]),
	.single-form textarea {
		height: 40px
	}
}

.single-form input:not([type="checkbox"]):not([type="radio"])+input,
.single-form textarea+input {
	margin-top: 15px
}

.single-form input:not([type="checkbox"]):not([type="radio"]):focus,
.single-form textarea:focus {
	border-color: #c25251;
	outline: none
}

.single-form label {
	font-size: 15px
}

.single-form input[type="checkbox"] {
	display: none
}

.single-form input[type="checkbox"]+label {
	padding-left: 22px;
	position: relative;
	cursor: pointer
}

.single-form input[type="checkbox"]+label span {
	width: 14px;
	height: 14px;
	border: 1px solid #e1e1e1;
	position: absolute;
	display: block;
	top: 5px;
	left: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear
}

.single-form input[type="checkbox"]+label span::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '\eed6';
	font-family: IcoFont;
	font-size: 14px;
	line-height: 0.95;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color: #fff
}

.single-form input[type="checkbox"]:checked+label span {
	background-color: #c25251;
	border-color: #c25251
}

.single-form input[type="checkbox"]:checked+label span::before {
	opacity: 1;
	visibility: visible
}

.single-form textarea {
	padding-top: 10px;
	height: 250px;
	resize: none
}

.radio input[type="radio"] {
	display: none
}

.radio input[type="radio"]+label {
	padding-left: 20px;
	position: relative
}

.radio input[type="radio"]+label span {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #343a40;
	display: block;
	position: absolute;
	top: 6px;
	left: 0
}

.radio input[type="radio"]+label span::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #343a40;
	top: 0;
	left: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear
}

.radio input[type="radio"]:checked+label span::before {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7)
}

.single-select2 {
	margin-top: 20px
}

.single-select2 span {
	display: block
}

.single-select2 span:focus {
	outline: none
}

.single-select2 .form-select2 .select2 {
	width: 100%
}

.single-select2 .form-select2 .select2-container--default .select2-selection--single {
	height: 50px;
	border-color: #ebebeb;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 3px
}

@media only screen and (max-width: 767px) {
	.single-select2 .form-select2 .select2-container--default .select2-selection--single {
		height: 40px
	}
}

.single-select2 .form-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
	width: 100%;
	line-height: 48px;
	border-radius: 0px;
	padding-left: 15px;
	padding-right: 28px
}

@media only screen and (max-width: 767px) {
	.single-select2 .form-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 38px
	}
}

.single-select2 .form-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35px;
	width: 36px
}

.single-select2 .form-select2 .select2-container--default.select2-container--open .select2-selection--single {
	border-color: #c25251
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #ebebeb
}

.select2-dropdown {
	border-color: #ebebeb
}

.search-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.8);
	display: none
}

.search-close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10%;
	right: 8%
}

@media only screen and (max-width: 767px) {
	.search-close {
		right: 12%;
		top: 8%
	}
}

.search-close span {
	width: 20px;
	height: 2px;
	background-color: #343a40;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	position: relative
}

.search-close span:nth-of-type(1) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 8px
}

.search-close span:nth-of-type(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 6px
}

.search-wrapper {
	width: 60%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.search-wrapper {
		width: 80%
	}
}

.search-wrapper input {
	width: 100%;
	height: 70px;
	font-size: 20px;
	border: 0;
	background: none;
	border-bottom: 2px solid #d2dfd5;
	padding: 0 20px;
	padding-right: 60px
}

@media only screen and (max-width: 767px) {
	.search-wrapper input {
		font-size: 18px;
		height: 50px
	}
}

.search-wrapper input:focus {
	outline: none
}

.search-wrapper button {
	position: absolute;
	font-size: 20px;
	padding: 0;
	height: 70px;
	width: 70px;
	top: 0;
	right: 0;
	border: 0;
	background-color: transparent
}

@media only screen and (max-width: 767px) {
	.search-wrapper button {
		font-size: 18px;
		width: 50px;
		height: 50px
	}
}

.header-main {
	padding: 10px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.header-main {
		padding: 50px 0
	}
}

@media only screen and (max-width: 767px) {
	.header-main {
		padding: 30px 0
	}
}

.mobile-logo {
	display: none
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.mobile-logo {
		padding: 30px 27px;
		display: block
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.mobile-logo img {
		width: 150px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-menus-wrapper {
		width: 320px;
		height: 100%;
		top: 0;
		left: -400px;
		position: fixed;
		z-index: 9999;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-transition-duration: .8s;
		-o-transition-duration: .8s;
		transition-duration: .8s;
		-webkit-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		background: -webkit-gradient (linear, left top, left bottom, from(#daeaff), to(rgba(218, 234, 255, 1)));
    background: -webkit-linear-gradient (top, #daeaff 0%, rgba(218, 234, 255, 1) 100%);
    background: -o-linear-gradient (top, #5877a0 0%, rgba(218, 234, 255, 1) 100%);
    background: linear-gradient(180deg, #ffffff  0%, rgba(218, 234, 255, 1) 100%);
	}
}

@media only screen and (max-width: 767px) {
	.nav-menus-wrapper {
		width: 280px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-menus-wrapper.nav-menus-wrapper-open {
		left: 0
	}
}

.nav-menus-wrapper .nav-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-menus-wrapper .nav-menu {
		display: block;
		padding-top: 20px
	}
}

.nav-menus-wrapper .nav-menu .submenu-indicator {
	margin-left: 12px;
	margin-top: 4px;
	float: right;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-menus-wrapper .nav-menu .submenu-indicator {
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%
	}
}

.nav-menus-wrapper .nav-menu .submenu-indicator .submenu-indicator-chevron {
	height: 9px;
	width: 9px;
	display: block;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: transparent #1d3557 #1d3557 transparent;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-menus-wrapper .nav-menu .submenu-indicator .submenu-indicator-chevron {
		border-color: transparent  #2b8ac9   #2b8ac9  transparent;
		margin: 19px;
		float: right
	}
}

.nav-menus-wrapper .nav-menu .submenu-indicator.submenu-indicator-up .submenu-indicator-chevron {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin: 20px;
}

.nav-menus-wrapper .nav-menu li {
	position: relative;
	padding: 30px 0
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-menus-wrapper .nav-menu li {
		border-top: 1px dashed rgb(117 117 117 / 15%);
		padding: 3px 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-menus-wrapper .nav-menu li:last-child {
		border-bottom: 1px dashed rgb(117 117 117 / 15%);
	}
}

.nav-menus-wrapper .nav-menu li+li {
	margin-left:50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.nav-menus-wrapper .nav-menu li+li {
		margin-left: 45px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-menus-wrapper .nav-menu li+li {
		margin-left: 0
	}
}
.nav-menus-wrapper .nav-menu li a {
	font-weight: 500;
	font-size: 18px;
	color: #1d3557;
	display: block;
	position: relative;
	line-height: 1;   
}
.nav-menus-wrapper .nav-menu li a:hover:after {	
	position: absolute;
    content: '';
    background: #2b8ac9;
    width: 100% !important;
    height: 3px;
    left: 0px;
	right:0;
	margin:0px auto;
    bottom:-6px;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine {
	from {
	  -webkit-mask-position: 100%;
	}
	
	to {
	  -webkit-mask-position: -100%;
	}
  }
  

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.nav-menus-wrapper .nav-menu li a {
		font-size: 18px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-menus-wrapper .nav-menu li a {
		color: #fff;
		padding: 18px 15px 18px 26px;
		font-size: 16px;
	}
}

.nav-menus-wrapper .nav-menu li a.active {
    color: #2b8ac9 !important;
	position: relative;
}
.nav-menus-wrapper .nav-menu li a.active:after {
	position: absolute;
    content: '';
    background: #2b8ac9;
    width: 100% !important;
    height: 3px;
    left: 0px;
	right:0;
	margin:0px auto;
    bottom:-6px;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-menus-wrapper .nav-menu li a.active {
		color: #fff
	}
}

.nav-menus-wrapper .nav-menu li:hover>a {
	color: #2b8ac9 !important;
		transition: all 0.4s ease-out !important;

}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-menus-wrapper .nav-menu li:hover>a {
		color: #fff
	}
}

.nav-menus-wrapper .nav-menu li:hover .submenu-indicator .submenu-indicator-chevron {
	border-color: transparent #2b8ac9 #2b8ac9 transparent
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-menus-wrapper .nav-menu li:hover .submenu-indicator .submenu-indicator-chevron {
		border-color: transparent #dee2e6 #dee2e6 transparent
	}
}

.nav-menus-wrapper .nav-menu li .nav-submenu {
	position: absolute;
	width: 215px;
	background-color: #fff;
	border-top: 2px solid #2b8ac9;
	padding: 10px 0px;
	-webkit-box-shadow: 2px 2px 20px rgba(194, 82, 81, 0.1);
	box-shadow: 2px 2px 20px rgba(194, 82, 81, 0.1);
	top: 100%;
	left: 0;
	z-index: 99;
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-menus-wrapper .nav-menu li .nav-submenu {
		position: relative;
		width: 100%;
		background-color: transparent;
		padding: 0
	}
}

.nav-menus-wrapper .nav-menu li .nav-submenu li {
	margin-left: 0;
	padding: 0
}

.nav-menus-wrapper .nav-menu li .nav-submenu li:last-child {
	border-bottom: 0
}

.nav-menus-wrapper .nav-menu li .nav-submenu li a {
	padding: 10px 20px;
	font-size: 18px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-menus-wrapper .nav-menu li .nav-submenu li a {
		padding: 18px 15px 18px 14%;
		font-size: 16px
	}
}

.nav-menus-wrapper .nav-menu li .nav-submenu li a i {
	display: block;
	font-size: 13px;
	float: right
}

.nav-menus-wrapper .nav-menu li .nav-submenu li:hover>a {
	padding-left: 25px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-menus-wrapper .nav-menu li .nav-submenu li:hover>a {
		padding: 18px 15px 18px 14%
	}
}

.nav-menus-wrapper .nav-menu li .nav-submenu li .nav-submenu {
	top: -12px;
	left: 100%
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-menus-wrapper .nav-menu li .nav-submenu li .nav-submenu {
		top: 0;
		left: 0
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-menus-wrapper .nav-menu li .nav-submenu li .nav-submenu li a {
		padding-left: 20%
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.nav-menus-wrapper .nav-menu li:nth-last-of-type(1) .nav-submenu {
		left: auto;
		right: 0
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.nav-menus-wrapper .nav-menu li:nth-last-of-type(1) .nav-submenu li .nav-submenu,
	.nav-menus-wrapper .nav-menu li:nth-last-of-type(2) .nav-submenu li .nav-submenu {
		left: auto;
		right: 100%
	}
}

.nav-menus-wrapper .nav-menu .nav-dropdown .submenu-indicator {
	right: 15px;
	top: 16px;
	position: absolute;
	margin: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-menus-wrapper .nav-menu .nav-dropdown .submenu-indicator {
		right: 0;
		top: 0
	}
}

.nav-menus-wrapper .nav-menu .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-menus-wrapper .nav-menu .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}
}

.nav-menus-wrapper .nav-menu .nav-dropdown .submenu-indicator.submenu-indicator-up .submenu-indicator-chevron {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.nav-toggle {
	width: 30px;
	height: 30px;
	padding: 6px 2px 0;
	cursor: pointer;
	margin-left: auto;
	display: none
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-toggle {
		display: block
	}
}

.nav-toggle::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 2px;
	background-color: #1d3557;
	border-radius: 10px;
	-webkit-box-shadow: 0 0.5em 0 0 #1d3557, 0 1em 0 0 #1d3557;
	box-shadow: 0 0.5em 0 0 #1d3557, 0 1em 0 0 #1d3557
}

.nav-menus-wrapper-close-button {
	width: 25px;
	height: 25px;
	text-align: center;
	display: none;
	color: #fff;
	font-size: 26px;
	cursor: pointer;
	position: absolute;
	top: 19px;
	right: 20px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.nav-menus-wrapper-close-button {
		display: block
	}
}

.nav-overlay-panel {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
	z-index: 999
}

.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation: sticky 1s;
	animation: sticky 1s;
	-webkit-box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);
	box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);
	/* background-color: #f2efff; */
    background-color: #fff;
	padding: 6px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.sticky {
		padding: 10px 0
	}
}

@-webkit-keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
}

@keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
}

.slider-section {
	padding-top: 127px;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.slider-section::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	 background: -webkit-gradient (linear, left top, left bottom, from (#ffffff ), to(rgba(240, 255, 244, 0)));
	background: -webkit-linear-gradient(top, #ffffff  0%, rgba(240, 255, 244, 0) 100%);
	background: -o-linear-gradient(top, #daeaff 0%, rgba(240, 255, 244, 0) 100%);
	background: linear-gradient(180deg, #daeaff 0%, rgba(240, 255, 244, 0) 100%); 
  /* background: #daeaff;  */
}

.slider-content {
	padding-top: 50px
}

@media only screen and (max-width: 767px) {
	.slider-content {
		padding-top: 20px
	}
}

.slider-content .title {
	font-size: 40px;
	font-weight: 800;
	color: #1d3557;
	line-height: 1.170;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-content .title {
		font-size: 70px
	}
}

@media only screen and (max-width: 767px) {
	.slider-content .title {
		font-size: 60px
	}
}

@media only screen and (max-width: 575px) {
	.slider-content .title {
		font-size: 40px
	}
}

.slider-content .title span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-right: 5px
}

.slider-content .title span::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 18px;
	background-color: #b3d9db;
	bottom: 20px;
	left: 0;
	z-index: -1
}

@media only screen and (max-width: 767px) {
	.slider-content .title span::before {
		bottom: 10px
	}
}

@media only screen and (max-width: 575px) {
	.slider-content .title span::before {
		bottom: 3px;
		height: 14px
	}
}

.slider-content .btn {
	margin-top: 44px
}

.slider-wrapper {
	position: relative;
	min-height: 550px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-wrapper {
		height: 725px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.slider-wrapper {
		height: auto
	}
}

.slider-images {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	text-align: right;
	padding-left: 20px;
	margin-top: 50px;
	width: 100%
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.slider-images {
		position: relative;
		width: 100%;
		max-width: 480px;
		padding: 0 15px;
		margin: 50px auto 0
	}
}

.slider-images .slider-hero {
	position: relative;
	right: -20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-images .slider-hero img {
		height: 667px
	}
}

@media only screen and (max-width: 575px) {
	.slider-images .slider-hero img {
		/* height: 305px */
	}
}

@media only screen and (max-width: 575px) {
	.slider-images .slider-hero {
		right: 0
	}
}

.slider-images .shape-1 {
	width: 467px;
	height: 550px;
	/* background-color: #f3faef; */
	background: #daeaff;
	bottom: 0 !important;
	left: auto !important;
	right: 0 !important;
	top: auto !important;
	position: absolute;
	z-index: -1;
	border-bottom-left-radius: 100px;
	border-top-right-radius: 100px
}

@media only screen and (max-width: 575px) {
	.slider-images .shape-1 {
		left: 0 !important
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-images .shape-1 {
		width: 407px;
		height: 543px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.slider-images .shape-1 {
		width: 367px;
		height: 490px;
		left: 50% !important;
		right: auto !important;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@media only screen and (max-width: 575px) {
	.slider-images .shape-1 {
		width: 207px;
		height: 276px;
		border-bottom-left-radius: 50px;
		border-top-right-radius: 50px
	}
}

.slider-images .shape-2 {
	position: absolute;
	z-index: -1;
	top:0px !important;
	right: -30px !important;
	opacity: 0.38;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.slider-images .shape-2 {
		top: 40px !important;
		width: 180px
	}
}

@media only screen and (max-width: 575px) {
	.slider-images .shape-2 {
		top: 80px !important;
		width: 150px;
		right: 0 !important
	}
}

.slider-images .shape-3 {
	position: absolute;
	z-index: -1;
	bottom: -10px !important;
	left: auto !important;
	top: auto !important;
	right: 32% !important
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.slider-images .shape-3 {
		right: 70% !important
	}
}

@media only screen and (max-width: 575px) {
	.slider-images .shape-3 {
		width: 50px
	}
}

.animation-style-01 .slider-images,
.animation-style-01 .slider-content {
	opacity: 0
}

.animation-style-01.swiper-slide-active .slider-content {
	opacity: 1
}

.animation-style-01.swiper-slide-active .slider-content .title {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-style-01.swiper-slide-active .slider-content .btn {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-style-01.swiper-slide-active .slider-images {
	opacity: 1
}

.animation-style-01.swiper-slide-active .slider-images .slider-hero img {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.slider-active .swiper-button-next,
.slider-active .swiper-button-prev {
	width: 50px;
	height: 50px;
	line-height: 57px;
	text-align: center;
	background-color: #daeaff;
	border-radius: 50%;
	outline: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
}

.slider-active .swiper-button-next::after,
.slider-active .swiper-button-prev::after {
	font-size: 24px;
	color: #1d3557;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.slider-active .swiper-button-next:hover,
.slider-active .swiper-button-prev:hover {
	background-color: #2b8ac9;
}

.slider-active .swiper-button-next:hover::after,
.slider-active .swiper-button-prev:hover::after {
	color: #fff
}

.slider-active .swiper-button-prev {
	left: 0px
}

.slider-active .swiper-button-next {
	right: 0px
}

.slider-active:hover .swiper-button-prev {
	left: 30px;
	opacity: 1;
	visibility: visible
}

.slider-active:hover .swiper-button-next {
	right: 30px;
	opacity: 1;
	visibility: visible
}

.features-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 767px) {
	.features-row .feature-col {
		width: 50%
	}
}

.feature-box {
	text-align: center;
	margin-top: 30px
}

.feature-box .icon {
	position: relative;
	display: inline-block;
	z-index: 2;
	padding-top: 20px
}
.feature-box .icon img {filter: grayscale(1) contrast(0.5);}


.feature-box .icon::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 77px;
	height: 77px;
	border-radius: 50% 5% 50% 50%;
    background-color: #daeaff;
	z-index: -1;
	top: 0px;
	left: -28px
}

@media only screen and (max-width: 575px) {
	.feature-box .icon::before {
		width: 62px;
		height: 62px
	}
}

@media only screen and (max-width: 575px) {
	.feature-box .icon img {
		width: 48px
	}
}

.feature-box .content {
	padding-top: 38px
}

.feature-box .content .title {
	font-size: 24px;
	font-weight: 500;
	color: #1d3557;
	margin-bottom: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
	.feature-box .content .title {
		font-size: 18px
	}
}

.feature-box .content p {
	margin-top: 8px
}

@media only screen and (max-width: 767px) {
	.about-section {
		overflow: hidden
	}
}

.about-images {
	position: relative;
	z-index: 1;
	margin-top: 50px
}

.about-images img {
	border-radius: 10%
}

.about-images .shape {
	width: 340px;
	height: 540px;
	background-color: #ebf7f8;
	border-radius: 50%;
	-webkit-transform: translateX(-50%) rotate(30deg);
	-ms-transform: translateX(-50%) rotate(30deg);
	transform: translateX(-50%) rotate(30deg);
	position: absolute;
	top: 10px;
	left: 58%;
	z-index: -1
}

@media only screen and (max-width: 575px) {
	.about-images .shape {
		width: 240px;
		height: 340px
	}
}

.about-content {
	margin-top: 50px
}

.about-content .about-text {
	color: #457b9d;
	font-size: 18px;
	font-weight: 600;
	margin-top: 25px
}

@media only screen and (max-width: 575px) {
	.about-content .about-text {
		font-size: 16px
	}
}

.about-content .btn {
	margin-top: 28px
}

.service-wrapper {
	position: relative;
	z-index: 1;
	padding-bottom: 25px;
	margin: 0 15px
}

.service-wrapper::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 86.5%;
	background-color: #daeaff;
	bottom:0px;
	left: 0;
	z-index: -1;
	border-radius: 35px;
	border: 15px solid rgba(255, 255, 255, 0)
}

.service-wrapper .section-title {
	padding-left: 60px
}

@media only screen and (max-width: 767px) {
	.service-wrapper .section-title {
		padding-left: 0
	}
}

.service-wrapper .shape {
	position: absolute;
	top: 72px;
	right: -25px;
	z-index: -2;
	opacity: 0.64
}

.service-box {
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 20px;
	min-height: 400px;
}

.service-box:hover {
	border-radius: 5px;
	transition: all 0.4s ease-in-out;
    -webkit-transition: opacity 0.5s, -webkit-transform 1.3s;
    transition: opacity 0.35s, transform 1.3s;
    border: 1px solid #3a89ff;
	background: #daeaff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
	.service-box {
		padding: 25px 20px
	}
}

.service-box .box-icon {
	position: relative;
	display: inline-block;
	z-index: 2;
	padding-left: 10px;
}


.service-box .box-icon img, svg{
filter: grayscale(1) contrast(3.5);
max-width:50px;
}

.service-box .box-icon::before {
	position: absolute;
	content: '';
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #daeaff;
	z-index: -1;
	bottom: 0;
	left: 0;
}

.service-box .box-content  {
	padding-top: 24px
}
.service-box .box-content  .list-group-item {
	background-color: transparent !important;
}
.service-box .box-content .title {
	margin-bottom: 0
}

.service-box .box-content .title a {
	font-size: 24px;
	font-weight: 600;
	color: #1d3557
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
	.service-box .box-content .title a {
		font-size: 20px
	}
}

.service-box .box-content .title a:hover {
	color: #c25251
}

.service-box .box-content p {
	margin-top: 12px
}

.service-active {
	position: relative
}

.service-active .swiper-container {
	margin-left: -110px;
	margin-right: -110px;
	padding: 0 20px
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.service-active .swiper-container {
		margin-left: -70px;
		margin-right: -70px
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.service-active .swiper-container {
		margin-left: -15px;
		margin-right: -15px;
		padding: 0 15px
	}
}

@media only screen and (max-width: 575px) {
	.service-active .swiper-container {
		margin-left: 0;
		margin-right: 0;
		padding: 0
	}
}

.service-active .swiper-container .swiper-wrapper .swiper-slide {
	padding: 50px 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
	.service-active .swiper-container .swiper-wrapper .swiper-slide {
		padding: 50px 10px;
	}
}

.service-active .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-visible .service-box {
	-webkit-box-shadow: 0px 8px 46px 0px rgba(3, 15, 39, 0.13);
	box-shadow: 0px 8px 46px 0px rgba(3, 15, 39, 0.13)
}

.service-active .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n+1) {
	 margin-top:0px
}

@media only screen and (max-width: 575px) {
	.service-active .swiper-container .swiper-wrapper .swiper-slide:nth-child(2n+1) {
		margin-top: 0
	}
}

.service-active .swiper-button-next,
.service-active .swiper-button-prev {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	top: -40px;
	right: 45px;
	margin-top: 0;
	outline: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

@media only screen and (max-width: 767px) {
	.service-active .swiper-button-next,
	.service-active .swiper-button-prev {
		right: 0
	}
}

.service-active .swiper-button-next::after,
.service-active .swiper-button-prev::after {
	font-size: 14px;
	color: #1d3557;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.service-active .swiper-button-next:hover,
.service-active .swiper-button-prev:hover {
	background-color: #2b8ac9;
}

.service-active .swiper-button-next:hover::after,
.service-active .swiper-button-prev:hover::after {
	color: #fff
}

.service-active .swiper-button-prev {
	left: auto;
	right: 90px
}

@media only screen and (max-width: 767px) {
	.service-active .swiper-button-prev {
		right: 50px
	}
}

@media only screen and (max-width: 575px) {
	.service-active .swiper-button-prev {
		right: 40px
	}
}

.service-content-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (min-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1599px) {
	.service-content-wrapper {
		padding: 0 70px
	}
}

.service-content-wrapper .section-title {
	width: 45%;
	padding-right: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-content-wrapper .section-title {
		padding-right: 15px
	}
}

@media only screen and (max-width: 767px) {
	.service-content-wrapper .section-title {
		width: 100%;
		padding-right: 0
	}
}

.service-content-wrapper .service-content {
	width: 55%;
	padding-left: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-content-wrapper .service-content {
		padding-left: 15px
	}
}

@media only screen and (max-width: 767px) {
	.service-content-wrapper .service-content {
		width: 100%;
		padding-left: 0
	}
}

.service-content-wrapper .service-content .text {
	font-size: 18px;
	color: #457b9d;
	font-weight: 500
}

.service-content-wrapper .service-content p {
	margin-bottom: 0;
	margin-top: 25px
}

.client-content {
	padding-right: 70px;
	margin-top: 45px
}

@media only screen and (max-width: 575px) {
	.client-content {
		padding-right: 0
	}
}

.client-content p {
	margin-bottom: 0;
	margin-top: 24px
}

.client-wrapper {
	padding-top: 13px
}

.single-client p {
	font-size: 18px;
	font-weight: 500;
	color: #457b9d;
	margin-bottom: 0
}

.single-client p img {
	vertical-align: bottom;
	margin-right: 10px;
	margin-bottom: 6px
}

.single-client .client-info {
	margin-top: 11px
}

.single-client .client-info .name {
	font-size: 18px;
	font-weight: 600;
	color: #c25251
}

.single-client .client-info span {
	position: relative;
	line-height: 1
}

.single-client .client-info span+span::before {
	content: '|';
	color: #919191;
	font-size: 22px;
	margin: 0 5px;
	line-height: 1
}

.client-active .swiper-button-next,
.client-active .swiper-button-prev {
	position: relative;
	top: 0;
	margin-top: 20px;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
	display: inline-block;
	color: #585858;
	font-size: 16px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: 1;
	outline: none;
	font-weight: 500;
	opacity: 1
}

.client-active .swiper-button-next::after,
.client-active .swiper-button-prev::after {
	display: none
}

.client-active .swiper-button-next:hover,
.client-active .swiper-button-prev:hover {
	color: #c25251
}

.client-active .swiper-button-next {
	font-weight: 600
}

.client-active .swiper-button-next::before {
	content: '/';
	color: #919191;
	font-size: 14px;
	margin: 0 5px;
	line-height: 1
}

.client-images {
	position: relative;
	width: 100%;
	height: 91%;
	margin-top: 50px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.client-images {
		height: 600px
	}
}

@media only screen and (max-width: 575px) {
	.client-images {
		height: 500px
	}
}

.client-images img {
	border-radius: 15px;
}

.client-images .images-1 {
	position: absolute;
	top: 0;
	left: 10px;
	border-radius: 15px;
	background-color: #dddddd;
	-webkit-box-shadow: 0px 8px 46px 0px rgba(29, 53, 87, 0.13);
	box-shadow: 0px 8px 46px 0px rgba(29, 53, 87, 0.13);
	z-index: 2;
	display: inline-block !important
}

@media only screen and (max-width: 575px) {
	.client-images .images-1 {
		width: 180px
	}
}

.client-images .images-1::before {
	position: absolute;
	content: '';
	top: 10px;
	left: -10px;
	width: 100%;
	height: 100%;
	border: 1px solid #dddddd;
	border-radius: 15px;
	z-index: -1
}

.client-images .images-2 {
	position: absolute;
	top: 44% !important;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	right: 0 !important;
	left: auto !important;
	border-radius: 50%
}

@media only screen and (max-width: 575px) {
	.client-images .images-2 {
		width: 160px
	}
}

.client-images .images-3 {
	position: absolute;
	bottom: 0 !important;
	left: 8% !important;
	top: auto !important;
	border-radius: 50%
}

@media only screen and (max-width: 575px) {
	.client-images .images-3 {
		width:50%;
	}
	.client-images .images-2 {
		position: absolute;
		top: 47% !important;
		-webkit-transform: translateY(-50%) !important;
		-ms-transform: translateY(-50%) !important;
		transform: translateY(-50%) !important;
		right: 0 !important;
		left: auto !important;
		border-radius: 50%;
	}
	.client-images .images-3 {
		position: absolute;
		bottom: 0 !important;
		left: 6% !important;
		top: 60% !important;

	}
}

.client-images .shape-1 {
	position: absolute;
	top: 180px !important;
	right: 37% !important;
	left: auto !important;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #457b9d
}

.client-images .shape-2 {
	position: absolute;
	bottom: 22% !important;
	left: 25px !important;
	top: auto !important;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #a8dadc
}

.client-images .shape-3 {
	position: absolute;
	bottom: 0px !important;
	right: 22% !important;
	top: auto !important;
	left: auto !important;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #1d3557
}

.counter-wrapper {
	padding: 50px 65px 50px;
	position: relative;
	z-index: 1
}

@media only screen and (max-width: 767px) {
	.counter-wrapper {
		padding: 30px
	}
}

@media only screen and (max-width: 767px) {
	.counter-wrapper {
		padding-top: 0px
	}
}

.counter-wrapper .shape {
	position: absolute;
	bottom: -5px;
	left: 5px;
	z-index: -2;
	opacity: 0.64
}

@media only screen and (max-width: 767px) {
	.counter-wrapper .shape {
		left: 0
	}
}

.single-counter {
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 8px 46px 0px rgba(29, 53, 87, 0.08);
	box-shadow: 0px 8px 46px 0px rgba(29, 53, 87, 0.08);
	text-align: center;
	padding: 40px 30px;
	margin-top: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
	.single-counter {
		padding: 30px 20px
	}
}

.single-counter .count {
	font-size: 40px;
	font-weight: 800;
	color: #2b8ac9;
	line-height: 1
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
	.single-counter .count {
		font-size: 30px
	}
}

.single-counter p {
	font-size: 20px;
	color: #457b9d
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
	.single-counter p {
		font-size: 18px
	}
}

.call-to-action-wrapper {
	padding: 25px 35px;
	background-color: #e3fbff;
	border-radius: 20px;
	margin: 0 15px
}

@media only screen and (max-width: 767px) {
	.call-to-action-wrapper {
		padding: 0px 50px 50px
	}
}

@media only screen and (max-width: 575px) {
	.call-to-action-wrapper {
		padding: 0px 30px 30px
	}
}

.call-to-action-content {
	margin-top: 50px
}

@media only screen and (max-width: 575px) {
	.call-to-action-content {
		margin-top: 30px
	}
}

.call-to-action-content p {
	font-size: 18px;
	font-weight: 600;
	color: #457b9d;
	margin-bottom: 0;
	margin-top: 12px
}

@media only screen and (max-width: 575px) {
	.call-to-action-content p {
		font-size: 16px
	}
}

.call-to-action-content .btn {
	margin-top: 42px
}

.call-to-action-image {
	padding: 15px;
    margin-top: 30px;
	position: relative;
	z-index: 1
}

@media only screen and (max-width: 575px) {
	.call-to-action-image {
		padding: 0px
	}
}

.call-to-action-image img {
	width: 100%;
	-webkit-box-shadow: 0px 8px 46px 0px rgba(3, 15, 39, 0.13);
	box-shadow: 0px 8px 46px 0px rgba(3, 15, 39, 0.13);
	border-radius: 10px
}

.call-to-action-image .shape-1 {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: -1
}

.call-to-action-image .shape-1 img {
	width: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	opacity: 0.18
}

.call-to-action-image .shape-2 {
	width: 310px;
	height: 335px;
	background-color: #f9fbf5;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 10px;
	z-index: -1
}

@media only screen and (max-width: 575px) {
	.call-to-action-image .shape-2 {
		width: 180px;
		height: 205px
	}
}

.call-to-action-text {
	padding-top: 50px
}

@media only screen and (max-width: 767px) {
	.call-to-action-text {
		padding-top: 20px
	}
}

.call-to-action-text p {
	margin-bottom: 0;
	margin-top: 22px
}

.team-wrapper {
	padding-top: 30px
}

.single-team {
	border-radius: 10px;
	overflow: hidden;
	background-color: #ebf7f8;
	margin-top: 30px
}

@media only screen and (max-width: 575px) {
	.single-team {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto
	}
}

.single-team .team-image {
	position: relative;
	overflow: hidden
}

.single-team .team-image .name {
	font-size: 24px;
	color: #1d3557;
	position: absolute;
	top: 35px;
	left: 25px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-team .team-image .name {
		font-size: 20px;
		top: 30px;
		left: 20px
	}
}

@media only screen and (max-width: 767px) {
	.single-team .team-image .name {
		font-size: 20px
	}
}

.single-team .team-image img {
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.single-team .team-content {
	text-align: center;
	padding: 15px 0
}

.single-team .team-content .designation {
	color: #c25251;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.3
}

.single-team .team-content .mail {
	display: block;
	margin-top: 3px
}

.single-team .team-content .mail a {
	display: block;
	font-weight: 200;
	font-size: 16px;
	font-family: "Metropolis";
	color: #585858;
	letter-spacing: 3px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-team .team-content .mail a {
		letter-spacing: 1px
	}
}

.single-team .team-content .mail a:hover {
	color: #c25251
}

.single-team:hover .team-image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.single-brand {
	text-align: center
}

.single-brand img {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0.27;
	cursor: pointer
}

.single-brand:hover img {
	opacity: 1
}

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

.blog-wrapper .shape {
	position: absolute;
	top: 45px;
	right: -35px;
	z-index: -2;
	opacity: 0.64
}

.blog-wrapper .swiper-container {
	padding-top: 20px
}

.blog-title-wrapper {
	margin-top: 50px
}

.blog-title-wrapper p {
	margin-top: 30px
}

.single-blog {
	margin-top: 30px
}

.single-blog .blog-images a {
	display: block
}

.single-blog .blog-images a img {
	width: 100%
}

.single-blog .blog-content {
	padding-top: 17px
}

.single-blog .blog-content .blog-title {
	margin-bottom: 0
}

.single-blog .blog-content .blog-title a {
	font-weight: 600;
	font-size: 24px;
	color: #1d3557;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
	.single-blog .blog-content .blog-title a {
		font-size: 20px
	}
}

.single-blog .blog-content .blog-title a:hover {
	color: #c25251
}

.single-blog .blog-content p {
	margin-bottom: 0;
	margin-top: 3px
}

.blog-wrapper-2 {
	padding-top: 20px
}

.blog-active .swiper-button-next,
.blog-active .swiper-button-prev {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #ebf7f8;
	border-radius: 50%;
	margin-top: 25px;
	top: 0;
	outline: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	left: 0;
	display: inline-block
}

.blog-active .swiper-button-next::after,
.blog-active .swiper-button-prev::after {
	font-size: 14px;
	color: #1d3557;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.blog-active .swiper-button-next:hover,
.blog-active .swiper-button-prev:hover {
	background-color: #c25251
}

.blog-active .swiper-button-next:hover::after,
.blog-active .swiper-button-prev:hover::after {
	color: #fff
}

.blog-active .swiper-button-prev {
	margin-right: 10px
}

.page-banner-section {
	background-color: #ebf7f8;
	padding-top: 233px;
	padding-bottom: 127px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.page-banner-section {
		padding-top: 187px;
		padding-bottom: 80px
	}
}

@media only screen and (max-width: 767px) {
	.page-banner-section {
		padding-top: 150px;
		padding-bottom: 85px
	}
}

.page-banner {
	text-align: center
}

.page-banner .title {
	font-size: 50px;
	font-weight: 700;
	color: #1d3557;
	margin-bottom: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.page-banner .title {
		font-size: 60px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.page-banner .title {
		font-size: 60px
	}
}

@media only screen and (max-width: 767px) {
	.page-banner .title {
		font-size: 40px
	}
}

@media only screen and (max-width: 575px) {
	.page-banner .title {
		font-size: 30px
	}
}

.page-banner .title span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 5px
}

.page-banner .title span::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    background-color: #b3d9db;
    bottom: 15px;
    left: 0;
    z-index: -1;
    border-radius: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.page-banner .title span::before {
		bottom: 10px
	}
}

@media only screen and (max-width: 767px) {
	.page-banner .title span::before {
		bottom: 6px;
		height: 12px
	}
}

@media only screen and (max-width: 575px) {
	.page-banner .title span::before {
		bottom: 0
	}
}

.single-portfolio {
	margin-top: 30px
}

.single-portfolio .portfolio-images {
	position: relative;
	overflow: hidden
}

.single-portfolio .portfolio-images img {
	width: 100%
}

.single-portfolio .portfolio-images .portfolio-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(241, 250, 238, 0.83);
	text-align: center;
	padding: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.single-portfolio .portfolio-images .portfolio-text .text-wrapper {
	display: table-cell;
	vertical-align: middle
}

.single-portfolio .portfolio-images .portfolio-text .text-wrapper .portfolio-title {
	margin-bottom: 0
}

.single-portfolio .portfolio-images .portfolio-text .text-wrapper .portfolio-title a {
	font-size: 24px;
	font-weight: 600;
	color: #1d3557;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
	.single-portfolio .portfolio-images .portfolio-text .text-wrapper .portfolio-title a {
		font-size: 20px
	}
}

.single-portfolio .portfolio-images .portfolio-text .text-wrapper .portfolio-title a:hover {
	color: #c25251
}

.single-portfolio .portfolio-images .portfolio-text .text-wrapper p {
	color: #1d3557;
	margin-top: 5px
}

.single-portfolio .portfolio-content {
	text-align: center;
	background-color: #f1faee;
	position: relative;
	overflow: hidden
}

.single-portfolio .portfolio-content .portfolio-title {
	margin-bottom: 0;
	line-height: 60px;
	font-size: 24px;
	font-weight: 600;
	color: #1d3557;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
	.single-portfolio .portfolio-content .portfolio-title {
		font-size: 20px
	}
}

.single-portfolio .portfolio-content .more {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 60px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: #f1faee
}

.single-portfolio .portfolio-content .more a {
	font-size: 18px;
	font-weight: 600;
	color: #1d3557;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.single-portfolio .portfolio-content .more a:hover {
	color: #c25251
}

.single-portfolio:hover .portfolio-images .portfolio-text {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.single-portfolio:hover .portfolio-content .more {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.portfolio-details-image img {
	width: 100%
}

.portfolio-details-content {
	padding-top: 50px
}

.portfolio-details-content .title {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 600;
	color: #1d3557
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
	.portfolio-details-content .title {
		font-size: 20px
	}
}

.portfolio-details-content p {
	margin-bottom: 0;
	margin-top: 20px
}

.portfolio-details-content .text {
	font-weight: 500;
	color: #457b9d
}

.portfolio-details-content ul li {
	margin-top: 30px;
	padding-left: 30px;
	position: relative
}

.portfolio-details-content ul li::before {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	color: #457b9d
}

.portfolio-details-content .portfolio-cart {
	margin-top: 30px
}

@media only screen and (min-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1599px) {
	.portfolio-details-sidebar {
		padding-left: 15px
	}
}

.portfolio-details-sidebar .portfolio-sidebar-info {
	background-color: #ebf7f8;
	padding: 45px 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
	.portfolio-details-sidebar .portfolio-sidebar-info {
		padding: 25px 30px
	}
}

.portfolio-details-sidebar .portfolio-sidebar-info .title {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 600;
	color: #1d3557;
	padding-bottom: 5px;
	position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
	.portfolio-details-sidebar .portfolio-sidebar-info .title {
		font-size: 20px
	}
}

.portfolio-details-sidebar .portfolio-sidebar-info .title::before {
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #b3d9db;
	left: 0;
	bottom: 0
}

.portfolio-details-sidebar .portfolio-sidebar-info .info-list {
	padding-top: 30px
}

.portfolio-details-sidebar .portfolio-sidebar-info .info-list li {
	border-bottom: 1px solid #a8dadc;
	padding: 7px 0;
	font-weight: 500;
	color: #585858
}

.portfolio-details-sidebar .portfolio-sidebar-info .info-list li:last-child {
	border-bottom: 0
}

.portfolio-details-sidebar .portfolio-sidebar-btn {
	padding: 50px 40px;
	margin-top: 15px;
	background-color: #ebf7f8
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
	.portfolio-details-sidebar .portfolio-sidebar-btn {
		padding: 30px
	}
}

.portfolio-details-sidebar .portfolio-sidebar-btn .btn {
	background-color: #457b9d;
	-webkit-box-shadow: 0px 8px 46px 0px rgba(29, 53, 87, 0.36);
	box-shadow: 0px 8px 46px 0px rgba(29, 53, 87, 0.36);
	color: #a8dadc;
	border-radius: 0
}

.portfolio-details-sidebar .portfolio-sidebar-btn .btn::before {
	width: 300px;
	height: 300px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
	.portfolio-details-sidebar .portfolio-sidebar-btn .btn {
		font-size: 16px;
		padding: 0 15px
	}
}

.work-wrapper {
	padding: 50px 65px 50px;
	position: relative;
	z-index: 1
}

@media only screen and (max-width: 767px) {
	.work-wrapper {
		padding: 30px
	}
}

@media only screen and (max-width: 767px) {
	.work-wrapper {
		padding-top: 0px
	}
}

.work-wrapper .shape {
	position: absolute;
	bottom: 0;
	left: 15px;
	z-index: -2;
	opacity: 0.64
}

@media only screen and (max-width: 767px) {
	.work-wrapper .shape {
		left: 0
	}
}

.single-work {
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 8px 46px 0px rgba(29, 53, 87, 0.08);
	box-shadow: 0px 8px 46px 0px rgba(29, 53, 87, 0.08);
	text-align: center;
	padding: 40px 15px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
	z-index: 1
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
	.single-work {
		padding: 30px 15px
	}
}

.single-work .count {
	font-size: 40px;
	font-weight: 800;
	color: #c25251;
	line-height: 1;
	white-space: nowrap
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
	.single-work .count {
		font-size: 30px
	}
}

.single-work p {
	font-size: 20px;
	color: #457b9d;
	margin-top: 5px;
	margin-bottom: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
	.single-work p {
		font-size: 16px
	}
}

.single-work .icon {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.04;
	z-index: -1
}

@media only screen and (max-width: 767px) {
	.single-work .icon {
		width: 100px
	}
}

.service-single-content {
	margin-top: 45px
}

.service-single-content .title {
	font-size: 60px;
	font-weight: 700;
	color: #1d3557;
	margin-bottom: 0;
	margin-top: 18px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.service-single-content .title {
		font-size: 50px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-single-content .title {
		font-size: 50px
	}
}

@media only screen and (max-width: 767px) {
	.service-single-content .title {
		font-size: 40px
	}
}

@media only screen and (max-width: 575px) {
	.service-single-content .title {
		font-size: 30px
	}
}

.service-single-content .title span {
	position: relative;
	z-index: 1;
	display: inline-block
}

.service-single-content .title span::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 14px;
	background-color: #b3d9db;
	bottom: 13px;
	left: 0;
	z-index: -1
}

@media only screen and (max-width: 767px) {
	.service-single-content .title span::before {
		bottom: 5px
	}
}

@media only screen and (max-width: 575px) {
	.service-single-content .title span::before {
		height: 8px;
		bottom: 3px
	}
}

.service-single-content .text {
	font-size: 18px;
	font-weight: 500;
	color: #457b9d
}

.service-single-content p {
	margin-bottom: 0;
	margin-top: 25px
}

.service-single-image {
	padding: 40px;
	padding-left: 90px;
	padding-right: 60px;
	margin-top: 50px;
	position: relative;
	z-index: 1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.service-single-image {
		padding-left: 60px
	}
}

@media only screen and (max-width: 575px) {
	.service-single-image {
		padding: 0px
	}
}

.service-single-image img {
	width: 100%;
	-webkit-box-shadow: 0px 8px 46px 0px rgba(3, 15, 39, 0.13);
	box-shadow: 0px 8px 46px 0px rgba(3, 15, 39, 0.13);
	border-radius: 10px
}

.service-single-image .shape-1 {
	position: absolute;
	top: 0;
	left: 30px;
	z-index: -1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.service-single-image .shape-1 {
		left: 0
	}
}

.service-single-image .shape-1 img {
	width: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	opacity: 0.18
}

.service-single-image .shape-2 {
	width: 310px;
	height: 335px;
	background-color: #f9fbf5;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 10px;
	z-index: -1
}

@media only screen and (max-width: 575px) {
	.service-single-image .shape-2 {
		width: 180px;
		height: 205px
	}
}

.service-single-box {
	padding-right: 60px;
	margin-top: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
	.service-single-box {
		padding-right: 0
	}
}

.service-single-box .service-box-wrapper {
	position: relative;
	width: 100%;
	height: 500px
}

.service-single-box .service-box-wrapper .box-text {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 15px
}

.service-single-box .service-box-wrapper .box-text .title {
	color: #e6e6e6;
	margin-bottom: 0
}

.service-single-box .service-box-wrapper img {
	border-radius: 50%
}

.service-single-box .service-box-wrapper .service-box-01 {
	position: absolute;
	top: 0;
	right: 10px !important;
	left: auto !important;
	border-radius: 50%;
	background-color: #c25251;
	-webkit-box-shadow: 0px 8px 46px 0px rgba(29, 53, 87, 0.13);
	box-shadow: 0px 8px 46px 0px rgba(29, 53, 87, 0.13);
	width: 255px;
	height: 255px;
	display: table
}

@media only screen and (max-width: 575px) {
	.service-single-box .service-box-wrapper .service-box-01 {
		width: 180px;
		height: 180px
	}
}

.service-single-box .service-box-wrapper .service-box-01::before {
	position: absolute;
	content: '';
	top: 10px;
	right: -10px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 1px solid #dddddd;
	border-radius: 50%;
	z-index: -1
}

.service-single-box .service-box-wrapper .service-box-01 .box-text .title {
	font-size: 45px
}

@media only screen and (max-width: 575px) {
	.service-single-box .service-box-wrapper .service-box-01 .box-text .title {
		font-size: 32px
	}
}

.service-single-box .service-box-wrapper .service-box-02 {
	position: absolute;
	top: 50% !important;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	left: 0 !important;
	border-radius: 50%;
	width: 215px;
	height: 215px;
	background-color: #457b9d;
	display: table
}

@media only screen and (max-width: 575px) {
	.service-single-box .service-box-wrapper .service-box-02 {
		width: 160px;
		height: 160px
	}
}

.service-single-box .service-box-wrapper .service-box-02 .box-text .title {
	font-size: 35px
}

@media only screen and (max-width: 575px) {
	.service-single-box .service-box-wrapper .service-box-02 .box-text .title {
		font-size: 28px
	}
}

.service-single-box .service-box-wrapper .service-box-03 {
	position: absolute;
	bottom: 0 !important;
	right: 19% !important;
	left: auto !important;
	top: auto !important;
	border-radius: 50%;
	width: 170px;
	height: 170px;
	background-color: #a8dadc;
	display: table
}

@media only screen and (max-width: 575px) {
	.service-single-box .service-box-wrapper .service-box-03 {
		width: 130px;
		height: 130px
	}
}

.service-single-box .service-box-wrapper .service-box-03 .box-text .title {
	font-size: 30px;
	color: #1d3557
}

@media only screen and (max-width: 575px) {
	.service-single-box .service-box-wrapper .service-box-03 .box-text .title {
		font-size: 24px
	}
}

.service-single-box .service-box-wrapper .shape-1 {
	position: absolute;
	top: 135px !important;
	left: 39% !important;
	right: auto !important;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #457b9d
}

.service-single-box .service-box-wrapper .shape-2 {
	position: absolute;
	bottom: 33% !important;
	right: 25px !important;
	top: auto !important;
	left: auto !important;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #a8dadc
}

.service-single-box .service-box-wrapper .shape-3 {
	position: absolute;
	bottom: 35px !important;
	left: 22% !important;
	top: auto !important;
	right: auto !important;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #1d3557
}

.blog-details {
	padding-top: 50px
}

.blog-details-content img {
	width: 100%
}

.blog-details-content .details-meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.blog-details-content .details-meta li {
	position: relative
}

.blog-details-content .details-meta li+li::before {
	content: '//';
	font-weight: 500;
	color: #c25251;
	margin: 0 10px
}

.blog-details-content .details-meta li span {
	font-size: 16px;
	font-weight: 500;
	color: #c25251
}

@media only screen and (max-width: 575px) {
	.blog-details-content .details-meta li span {
		font-size: 14px
	}
}

.blog-details-content .details-meta li span a {
	color: #c25251;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.blog-details-content .details-meta li span a:hover {
	color: #1d3557
}

.blog-details-content .details-meta {
	margin-top: 27px
}

.blog-details-content .title {
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 30px;
	color: #1d3557;
	margin-top: 10px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-details-content .title {
		font-size: 24px
	}
}

@media only screen and (max-width: 575px) {
	.blog-details-content .title {
		font-size: 20px
	}
}

.blog-details-content p {
	margin-bottom: 0;
	margin-top: 20px;
	line-height: 1.75
}

.blog-details-content .details-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 10px
}

.blog-details-content .details-wrapper .text {
	width: 65%;
	padding-right: 50px;
	padding-top: 10px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-details-content .details-wrapper .text {
		padding-right: 20px
	}
}

@media only screen and (max-width: 767px) {
	.blog-details-content .details-wrapper .text {
		padding-right: 0;
		width: 100%
	}
}

.blog-details-content .details-wrapper .text .details-text {
	font-size: 18px;
	font-weight: 500;
	color: #457b9d
}

.blog-details-content .details-wrapper .text .details-text img {
	vertical-align: bottom;
	margin-right: 10px;
	margin-bottom: 6px;
	width: auto
}

.blog-details-content .details-wrapper .blog-dec-img {
	width: 35%;
	margin-top: 30px
}

@media only screen and (max-width: 767px) {
	.blog-details-content .details-wrapper .blog-dec-img {
		width: 100%
	}
}

.blog-details-content .details-tags-social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #a8dadc;
	padding: 10px 0 14px
}

@media only screen and (max-width: 575px) {
	.blog-details-content .details-tags-social {
		display: block
	}
}

.blog-details-content .details-tags-social .details-tags {
	padding-top: 14px
}

.blog-details-content .details-tags-social .details-tags .tags {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 575px) {
	.blog-details-content .details-tags-social .details-tags .tags {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.blog-details-content .details-tags-social .details-tags .tags li {
	position: relative
}

.blog-details-content .details-tags-social .details-tags .tags li+li::before {
	content: '//';
	font-weight: 500;
	color: #457b9d;
	margin: 0 8px
}

.blog-details-content .details-tags-social .details-tags .tags li a {
	font-size: 16px;
	font-weight: 500;
	color: #457b9d;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.blog-details-content .details-tags-social .details-tags .tags li a:hover {
	color: #c25251
}

.blog-details-content .details-tags-social .details-social {
	padding-top: 14px
}

.blog-details-content .details-tags-social .details-social .social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 575px) {
	.blog-details-content .details-tags-social .details-social .social {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.blog-details-content .details-tags-social .details-social .social li {
	margin-right: 35px
}

.blog-details-content .details-tags-social .details-social .social li:last-child {
	margin-right: 0
}

.blog-details-content .details-tags-social .details-social .social li a {
	font-size: 18px;
	color: #457b9d;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.blog-details-content .details-tags-social .details-social .social li a:hover {
	color: #c25251
}

.blog-details-comment .comment-title {
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 24px;
	color: #1d3557;
	margin-top: 10px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
	.blog-details-comment .comment-title {
		font-size: 20px
	}
}

.comment-items {
	margin-top: 55px
}

.comment-items .single-comment {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 65px
}

@media only screen and (max-width: 767px) {
	.comment-items .single-comment {
		display: block
	}
}

.comment-items .single-comment .comment-author img {
	border-radius: 50%;
	border: 2px solid #b3d9db
}

.comment-items .single-comment .comment-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 30px
}

@media only screen and (max-width: 767px) {
	.comment-items .single-comment .comment-content {
		padding-left: 0;
		padding-top: 27px
	}
}

.comment-items .single-comment .comment-content .name {
	font-size: 18px;
	font-weight: 600;
	color: #1d3557;
	margin-bottom: 0
}

.comment-items .single-comment .comment-content p {
	margin-top: 5px;
	margin-bottom: 0
}

.comment-items .single-comment .comment-content .meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px
}

.comment-items .single-comment .comment-content .meta li {
	position: relative
}

.comment-items .single-comment .comment-content .meta li+li::before {
	content: '//';
	font-weight: 500;
	color: #1d3557;
	margin: 0 8px
}

.comment-items .single-comment .comment-content .meta li a,
.comment-items .single-comment .comment-content .meta li span {
	font-size: 15px;
	font-family: "Metropolis";
	color: #1d3557
}

.comment-items .single-comment .comment-content .meta li a:hover {
	color: #c25251
}

.comment-items .comment-replay {
	padding-left: 130px
}

@media only screen and (max-width: 575px) {
	.comment-items .comment-replay {
		padding-left: 0
	}
}

.comment-form {
	margin-top: 45px
}

.contact-info {
	position: relative;
	padding-top: 30px;
	padding-left: 30px;
	margin-top: 50px
}

@media only screen and (max-width: 575px) {
	.contact-info {
		padding-top: 15px;
		padding-left: 15px
	}
}

.contact-info::before {
	position: absolute;
	content: '';
	width: 80%;
	height: 90%;
	background-color: #f9fbf5;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 5px
}

.contact-info .title {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 24px;
	color: #1d3557;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	padding-bottom: 2px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
	.contact-info .title {
		font-size: 20px
	}
}

.contact-info .title::before {
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #b3d9db;
	bottom: 0;
	left: 0
}

.contact-info .contact-info-wrapper {
	background-color: #ebf7f8;
	border-radius: 5px;
	padding: 65px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.contact-info .contact-info-wrapper {
		padding: 35px
	}
}

@media only screen and (max-width: 575px) {
	.contact-info .contact-info-wrapper {
		padding: 25px
	}
}

.single-contact-info {
	padding: 25px 0
}

.single-contact-info+.single-contact-info {
	border-top: 1px solid #a8dadc
}

.single-contact-info .info-title {
	font-family: "Maven Pro", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #585858;
	margin-bottom: 13px
}

.single-contact-info p {
	margin-bottom: 0
}

.form-message {
	margin-bottom: 0
}

.form-message.error,
.form-message.success {
	font-size: 16px;
	color: #585858;
	background-color: #ebf7f8;
	padding: 10px 15px;
	margin-left: 15px;
	margin-top: 15px
}

.form-message.error {
	color: red
}

.contact-form {
	margin-top: 45px
}

.contact-form .contact-title {
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 24px;
	color: #1d3557
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
	.contact-form .contact-title {
		font-size: 20px
	}
}

.contact-map iframe {
	width: 100%;
	height: 600px;
	display: block
}

@media only screen and (max-width: 767px) {
	.contact-map iframe {
		height: 400px
	}
}

.footer-widget-title {
	color: #1d3557;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 0px;
	padding-bottom: 10px
}

.footer-widget {
	margin-top: 50px
}

.footer-widget p {
	margin-bottom: 0;
	margin-top: 30px
}

.footer-widget .widget-text {
	font-size: 18px;
	font-weight: 600;
	color: #457b9d
}

@media only screen and (max-width: 575px) {
	.footer-widget .widget-text {
		font-size: 16px
	}
}

.footer-widget .widget-subscribe {
	position: relative;
	margin-top: 30px
}

.footer-widget .widget-subscribe input {
	width: 100%;
	height: 45px;
	border: 0;
	padding: 0 20px;
	padding-right: 140px;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
	color: #8d8d8d;
	border-radius: 5px;
	outline: none
}

.footer-widget .widget-subscribe .btn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	line-height: 32px;
	background-color: #2b8ac9;
	color: #fff
}

.footer-widget .widget-social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 22px
}

.footer-widget .widget-social a {
	margin-right: 30px;
	font-size: 18px;
	color: #457b9d;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}
.footer-widget .widget-social a:hover:nth-child(1) i {
	color: #4267B2 !important;
}
.footer-widget .widget-social a:hover:nth-child(2) i {
	color: #1DA1F2 !important;
}
.footer-widget .widget-social a:hover:nth-child(3) i {
	color: #8a3ab9 !important;
}
.footer-widget .widget-social a:hover:nth-child(4) i {
	color: #0077b5 !important;
}
.footer-widget .widget-social a:last-child {
	margin-right: 0
}
.footer-widget .footer-link li {
	margin-top: 10px
}

.footer-widget .footer-link li a {
	font-size: 16px;
	color: #585858;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.footer-widget .footer-link li a:hover {
	color: #2b8ac9 !important;
}

.footer-widget .widget-info {
	margin-top: 8px
}

.footer-widget .widget-info p {
	margin-top: 0
}

.footer-widget .widget-info p a {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.footer-widget .widget-info p a:hover {
	color: #c25251
}

.footer-widget-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.footer-widget-link {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.footer-widget-link .footer-widget {
		width: 50%
	}
}

@media only screen and (max-width: 575px) {
	.footer-widget-link .footer-widget {
		width: 100%
	}
}

.sidebar-widget {
	margin-top: 48px
}

.widget-title {
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 24px;
	color: #1d3557;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	padding-bottom: 2px
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
	.widget-title {
		font-size: 20px
	}
}

.widget-title::before {
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #b3d9db;
	bottom: 0;
	left: 0
}

.widget-search {
	position: relative;
	margin-top: 35px
}

.widget-search input {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	border: 0;
	height: 50px;
	border: 1px solid #a8dadc;
	padding-left: 20px;
	padding-right: 80px;
	border-radius: 5px;
	color: #a3a3a3;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.widget-search input:focus {
	outline: none;
	border-color: #c25251
}

.widget-search input::-webkit-input-placeholder {
	opacity: 1
}

.widget-search input::-moz-placeholder {
	opacity: 1
}

.widget-search input:-ms-input-placeholder {
	opacity: 1
}

.widget-search input::-ms-input-placeholder {
	opacity: 1
}

.widget-search input::placeholder {
	opacity: 1
}

.widget-search button {
	position: absolute;
	top: 2px;
	right: 2px;
	height: 46px;
	border: 0;
	padding: 0;
	width: 70px;
	text-align: center;
	border-radius: 5px;
	background-color: #a8dadc;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.widget-search button:hover {
	background-color: #c25251;
	color: #fff
}

.widget-link {
	border: 1px solid #a8dadc;
	border-radius: 5px;
	padding: 15px 25px;
	margin-top: 35px
}

.widget-link ul li {
	position: relative;
	border-bottom: 1px solid #a8dadc;
	padding: 7px 0
}

.widget-link ul li:last-child {
	border-bottom: 0
}

.widget-link ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #585858;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: block
}

.widget-link ul li a span {
	float: right;
	display: block
}

.widget-link ul li a:hover {
	color: #c25251
}

.widget-post {
	border: 1px solid #a8dadc;
	border-radius: 5px;
	padding: 15px 25px;
	margin-top: 35px
}

.widget-post .single-post {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 0
}

.widget-post .single-post+.single-post {
	border-top: 1px solid #a8dadc
}

.widget-post .single-post .post-thumb a {
	display: block
}

.widget-post .single-post .post-thumb a img {
	width: 85px;
	height: 70px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.widget-post .single-post .post-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 15px
}

.widget-post .single-post .post-content .title {
	margin-bottom: 0
}

.widget-post .single-post .post-content .title a {
	font-size: 18px;
	font-weight: 600;
	color: #1d3557;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
	.widget-post .single-post .post-content .title a {
		font-size: 16px
	}
}

.widget-post .single-post .post-content .title a:hover {
	color: #c25251
}

.widget-post .single-post .post-content .date {
	font-size: 16px;
	color: #585858
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 575px) {
	.widget-post .single-post .post-content .date {
		font-size: 14px
	}
}

.widget-tags {
	border: 1px solid #a8dadc;
	border-radius: 5px;
	padding: 15px 25px;
	margin-top: 35px
}

.widget-tags ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px
}

.widget-tags ul li {
	padding: 5px 10px
}

.widget-tags ul li a {
	font-size: 16px;
	color: #585858;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.widget-tags ul li a:hover {
	color: #c25251
}

.widget-color {
	padding: 0 15px
}

.widget-color .color-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.widget-color .color-list li {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
	border: 1px solid #b8b8b8;
	cursor: pointer;
	margin-top: 5px
}

.widget-color .color-list li:last-child {
	margin-right: 0
}

.widget-color .color-list li::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	border: 3px solid #fff;
	border-radius: 50%;
	top: 0;
	left: 0
}

.widget-color .color-list li::after {
	content: '\eed6';
	font-family: IcoFont !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	opacity: 0;
	visibility: hidden
}

.widget-color .color-list li.active::after {
	opacity: 1;
	visibility: visible
}

.widget-banner {
	display: block;
	position: relative
}

.widget-banner::before {
	background: rgba(255, 255, 255, 0.2);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1
}

.widget-banner::after {
	background: rgba(255, 255, 255, 0.2);
	bottom: 50%;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	opacity: 1
}

.widget-banner img {
	width: 100%
}

.widget-banner:hover::before {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 900ms ease-in;
	-o-transition: all 900ms ease-in;
	transition: all 900ms ease-in
}

.widget-banner:hover::after {
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 900ms ease-in;
	-o-transition: all 900ms ease-in;
	transition: all 900ms ease-in
}

.footer-section {
	background-color: #daeaff;
	/* background-color: #e3fbff; */
}

.copyright {
	background-color: #fff
}

.copyright-text {
	text-align: center;
	padding: 20px 0
}

.copyright-text p {
	color: #8d8d8d;
	font-size: 16px
}

.copyright-text p span {
	color: #1d3557
}

.copyright-text p i {
	color: #c25251
}

.copyright-text p a {
	color: #1d3557;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.copyright-text p a:hover {
	color: #c25251
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    z-index: 99;
    text-align: center;
    display: none;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(43 138 201 / 50%) !important;
    box-shadow: 0px 0px 7px 0px rgb(43 138 201 / 50%) !important;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	color: #fff !important;
    background: #2b8ac9;

}
.back-to-top:hover {
	color: #fff;
	background-color: #c25251
}
