/* Docpoint HTML Template  */

/*** 

====================================================================
        Fonts
====================================================================

***/
@import url('animate.css');
@import url('jquery-ui-1.9.2.custom.min.css');
@import url('custom-animate.css');
@import url('icomoon.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
@import url('hover.css');
@import url('swiper.min.css');
@import url('nice-select.css');
@import url('scrollbar.css');
@import url('rtl.css');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap" rel="stylesheet');
/*** 
/*** 

====================================================================
    Reset
====================================================================

***/
:root {
	--color1: #fcdce7; /*87F0A1*/ /**/
	--color2: #1ac9de;
	--color3: #f4a6c0;
	-color4: #222;
	--white: #fff;
	--black: #454555;
	--gradient1: linear-gradient(
		to bottom,
		#00a2ff,
		#0093fa,
		#0084f4,
		#0074ed,
		#0763e4
	);
	--gradient2: linear-gradient(
		to bottom,
		#454555,
		#393a49,
		#2e2f3e,
		#232433,
		#191a28
	);
	--gradient3: linear-gradient(
		to bottom,
		#1ac9de,
		#17b5ca,
		#14a1b6,
		#118da2,
		#0e798e
	);
	--title: 'Poppins', sans-serif;
	--text: 'Open Sans', sans-serif;
}
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
	line-height: inherit;
}
/*** 

====================================================================
    Global Settings
====================================================================

***/
/* width */
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: var(--white);
}
::-webkit-scrollbar-thumb {
	background: var(--color2);
}
.page-wrapper {
	position: relative;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	margin: 0px auto;
	overflow: hidden;
}
body {
	font-size: 18px;
	color: #222;
	line-height: 30px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	background: rgb(255, 255, 255);
	font-family: 'Rubik', sans-serif;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover,
a {
	color: #ff558e;
}
a:hover,
a:focus,
a:visited {
	text-decoration: none !important;
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: 500;
	line-height: 1.25em;
	margin: 0px;
	background: none;
	color: var(--color2);
	font-family: 'Oswald', sans-serif;
}
.theme-color-two h1,
.theme-color-two h2,
.theme-color-two h3,
.theme-color-two h4,
.theme-color-two h5,
.theme-color-two h6 {
	color: #011940;
}
textarea {
	overflow: hidden;
}
button {
	outline: none !important;
	cursor: pointer;
}
.text {
	color: #565872;
	margin: 0px 0px 15px;
	font-size: 16px;
}
::-webkit-input-placeholder {
	color: inherit;
}
::-moz-input-placeholder {
	color: inherit;
}
::-ms-input-placeholder {
	color: inherit;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
	box-shadow: none;
	outline: none;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
	background-color: inherit;
	border-color: inherit;
	color: inherit;
	border-radius: 0;
}
.bootstrap-select .dropdown-menu li a span.text {
	margin-bottom: 0;
}
.bootstrap-select .dropdown-menu li.active a span.text {
	color: #fff;
}
.bootstrap-select .dropdown-toggle .filter-option:after {
	font-family: 'Flaticon';
	content: '\f133';
	position: absolute;
	right: 0;
	top: 5px;
	display: block;
	line-height: 30px;
	font-size: 11px;
	text-align: center;
	z-index: 5;
	font-weight: 400;
	color: #a3a3a3;
}
.dropup .dropdown-toggle::after {
	display: none;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	overflow: hidden;
}
.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}
ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
figure {
	margin-bottom: 0;
}
.centered {
	text-align: center !important;
}
.gray-bg {
	background-color: #f4f4f4 !important;
}
.light-bg {
	background-color: #fff !important;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.dropdown-toggle::after {
	display: none;
}
.fa {
	line-height: inherit;
}
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #fff;
}
.owl-nav,
.owl-dots {
	display: none;
}
.row {
	margin: 0 -15px;
}
.row > * {
	padding-left: 15px;
	padding-right: 15px;
}
.row.no-gutters {
	margin: 0;
}
.row.no-gutters > * {
	padding-left: 0;
	padding-right: 0;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-70 {
	margin-top: 70px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-70 {
	margin-bottom: 70px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	right: 50px;
	bottom: 50px;
	width: 70px;
	height: 70px;
	font-size: 15px;
	line-height: 70px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	margin-left: -26px;
	display: none;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #ffffff;
	border-radius: 50%;
	background-color: var(--color1);
	box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
}
.scroll-to-top.style-two {
	border-radius: 50%;
}
.scroll-to-top:hover {
	color: #ffffff;
	background-color: #222;
}
/* Header Style */

.main-header {
	position: relative;
	display: block;
	width: 100%;
	z-index: 9999;
	top: 0px;
	left: 0px;
	background: none;
	clear: both;
}
/* Main menu */

.main-header .nav-outer .main-menu {
	position: relative;
}
.main-menu .inner-container {
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
	margin-bottom: -25px;
	background: #fff;
}
.main-menu .inner-container .nav-outer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.main-menu .navbar-collapse {
	padding: 0px;
	display: block !important;
}
.main-menu .navigation {
	position: relative;
	margin: 0px;
	margin-left: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.main-menu .navigation > li {
	position: relative;
	padding: 32px 0px;
	margin-right: 20px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-menu .navigation > li.dropdown {
	padding-right: 15px;
}

.main-menu .navigation > li:last-child {
	margin-right: 0px;
}
.main-menu .navigation > li > a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
	color: var(--color2);
	padding: 3px 0px;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.header-style-one .main-menu .navigation > li > a {
	color: #fff;
}
.main-menu .navigation > li > ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 240px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	transition: 0.5s;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
		-2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
		-2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
		-2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
		-2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul.from-right {
	left: auto;
	right: 0px;
}
.main-menu .navigation > li > ul > li {
	position: relative;
	width: 100%;
}
.main-menu .navigation > li > ul > li:last-child {
	border-bottom: none;
}
.main-menu .navigation > li > ul > li:before {
	position: absolute;
	content: '';
	right: 0;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > a {
	position: relative;
	display: block;
	padding: 14px 30px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 24px;
	font-weight: 500;
	font-size: 18px;
	text-transform: capitalize;
	color: var(--color2);
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li:last-child > a {
	border-bottom: 0px;
}
.main-menu .navigation > li > ul > li > a:hover {
	color: var(--color1);
	padding-left: 46px;
}
.main-menu .navigation > li > ul > li > a:before {
	position: absolute;
	content: '\e905';
	left: 30px;
	top: 15px;
	display: block;
	line-height: 24px;
	font-size: 17px;
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 12px;
	transition: 0.5s;
	opacity: 0;
	color: var(--color1);
}
.main-menu .navigation > li > ul > li > a:hover:before {
	opacity: 1;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
	position: absolute;
	content: '\f105';
	right: 30px;
	top: 13px;
	display: block;
	line-height: 24px;
	font-size: 17px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
}
.main-menu .navigation > li > ul > li > ul {
	position: absolute;
	left: 105%;
	top: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 240px;
	opacity: 0;
	visibility: hidden;
	z-index: 100;
	background-color: #fff;
	transition: 0.5s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.main-menu .navigation > li > ul > li > ul.from-right {
	left: auto;
	right: 0px;
}
.main-menu .navigation > li > ul > li > ul > li {
	position: relative;
	width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
	border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
	border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
	position: relative;
	display: block;
	padding: 14px 30px;
	line-height: 24px;
	font-weight: 500;
	border-bottom: 1px solid #e3e3e3;
	font-size: 18px;
	text-transform: capitalize;
	color: var(--color2);
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a {
	border-bottom: 0;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
	color: var(--color1);
	padding-left: 46px;
}
.main-menu .navigation > li > ul > li > ul > li > a:before {
	position: absolute;
	content: '\e905';
	left: 30px;
	top: 15px;
	display: block;
	line-height: 24px;
	font-size: 17px;
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 11px;
	transition: 0.5s;
	opacity: 0;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover:before {
	opacity: 1;
}
.main-menu .navigation > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}
.header-upper .navbar-right-info {
	position: relative;
	margin-left: 40px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

/*** 

====================================================================
    Search Popup
====================================================================

***/

.search-popup {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	overflow: auto;
	background: rgba(0, 0, 0, 0.9);
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}
.search-popup.popup-visible {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	visibility: visible;
	opacity: 1;
}
.search-popup .overlay-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
}
.search-popup .close-search {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 22px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
}
.search-popup .close-search:hover {
	opacity: 0.7;
}
.search-popup .search-form {
	position: relative;
	padding: 0px 15px 0px;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 100px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}
.search-popup .search-form fieldset {
	position: relative;
	border: 7px solid rgba(255, 255, 255, 0.5);
	border-radius: 12px;
}
.search-popup .search-form fieldset input[type='search'] {
	position: relative;
	height: 70px;
	padding: 20px 220px 20px 30px;
	background: #ffffff;
	line-height: 30px;
	font-size: 24px;
	color: #233145;
	border-radius: 5px;
}
.search-popup .search-form fieldset input[type='submit'] {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	text-align: center;
	width: 220px;
	height: 70px;
	padding: 20px 10px 20px 10px;
	color: #ffffff !important;
	line-height: 30px;
	font-size: 20px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0px 5px 5px 0px;
	background-color: var(--theme_primary-one);
}
.search-popup .search-form fieldset input[type='submit']:hover {
	background-color: var(--color1);
}
.search-popup h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
	display: none;
}
.search-popup .recent-searches {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	display: none;
}
.search-popup .recent-searches li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.search-popup .recent-searches li a {
	display: block;
	line-height: 24px;
	border: 1px solid #ffffff;
	padding: 7px 15px;
	color: #ffffff;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.search-popup .search-form fieldset input[type='search']:focus {
	border-color: #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*** 

====================================================================
                Sticky Header
====================================================================

***/

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
	background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	-webkit-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}
.header-style-one .sticky-header {
	background: #080b12;
}
.fixed-header .sticky-header {
	opacity: 1;
	z-index: 99901;
	visibility: visible;
}
/*** 

====================================================================
            Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 20px;
	cursor: pointer;
	border-radius: 50%;
	float: right;
	margin: 13px 0;
	margin-left: 15px;
	display: none;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}
.mobile-menu .mCSB_scrollTools {
	right: -6px;
}
.mobile-menu .mCSB_inside > .mCSB_container {
	margin-right: 5px;
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
	margin-bottom: 100px;
	margin-top: 25px;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background-color: rgb(24 23 22 / 25%);
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.7;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: var(--color2);
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .close-btn {
	position: absolute;
	right: 20px;
	top: 15px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li ul li > a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.current > a:before {
	height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	display: none;
}
.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
}
.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 10px 10px;
}
.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

/* Header Top */
.header-top {
	position: relative;
	background-color: #1a6a73;
	padding: 9px 0;
}

.header-top .auto-container {
	max-width: 100%;
	padding: 0 80px;
}

.header-top .wrapper-box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	justify-content: center;
}

.header-top .info-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.header-top .info-list li {
	margin-right: 30px;
	color: #fff;
	line-height: 32px;
	font-size: 1em;
	font-weight: 500;
}

.header-top .info-list li i {
	margin-right: 5px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}

.header-top .info-list li a {
	color: #fff;
	transition: 0.5s;
}

.header-top .info-list li a:hover {
	color: var(--color1);
}

.header-top .right-column {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header-top .office-hour {
	margin-right: 30px;
	line-height: 32px;
	font-weight: 500;
	color: var(--black);
	font-size: 1em;
}

.header-top .office-hour i {
	margin-right: 5px;
	color: var(--color2);
	font-size: 1em;
	display: inline-block;
	vertical-align: middle;
}

.header-top .office-hour a {
	color: var(--black);
}

.header-top .social-links {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header-top .social-links li {
	margin-right: 15px;
}

.header-top .social-links li:last-child {
	margin-right: 0;
}

.header-top .social-links li a {
	color: #fff;
	font-size: 15px;
	transition: 0.5s;
}

.header-top .social-links li a:hover {
	color: var(--color1);
}

/* Header Upper */
.header-upper {
	position: relative;
}

.header-upper .inner-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.header-upper .right-column {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* header style one */
.main-header.header-style-one {
	position: absolute;
}

.main-header.header-style-one .header-upper .logo-box {
	position: absolute;
	left: 80px;
}

.main-header.header-style-one .header-upper .navbar-right-info {
	position: absolute;
	right: 80px;
}

.main-header.header-style-one .main-menu .navigation {
	margin-left: 0;
}

/*** 

====================================================================
        Banner Section
====================================================================

***/

.banner-section {
	position: relative;
	background-color: var(--color2);
	padding: 300px 0 200px;
}

.banner-section .shape {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
}

.banner-section .text-block {
	position: relative;
}

.banner-section .text-block h5 {
	position: relative;
	padding-left: 80px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 20px;
}

.banner-section .text-block h2 {
	position: relative;
	font-size: 80px;
	color: #fff;
	font-weight: 500;
	line-height: 90px;
	margin-bottom: 30px;
}

.banner-section .text-block h5:before {
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 60px;
	height: 1px;
	background: #fff;
}

.banner-section .text-block form {
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 22px;
	border: 1px solid #707070;
	max-width: 485px;
}

.banner-section .text-block form p {
	position: relative;
	border-bottom: 1px solid rgb(0 89 99 / 25%);
	padding-bottom: 10px;
	margin-bottom: 13px;
}

.banner-section .text-block form .form-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -8px;
}

.banner-section .text-block form .left-side {
	position: relative;
	width: calc(100% - 177px);
	padding: 0 8px;
}

.banner-section .text-block form .left-side input[type='text'] {
	position: relative;
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding-bottom: 10px;
}

.banner-section .text-block form .left-side i {
	color: var(--color1);
	position: initial;
	position: absolute;
	top: 7px;
	right: 5px;
}

.banner-section .text-block form .right-side {
	position: relative;
	padding: 0 8px;
}

.banner-section .image-block {
	position: relative;
}

.banner-section .image-block .shape-two {
	position: absolute;
	top: -43px;
	left: 0;
}

.banner-section .image-block .shape-three {
	position: absolute;
	left: -30px;
	bottom: 26px;
}

.banner-section .image-block .image {
	position: relative;
	margin-top: -91px;
}

/* Sec Title */
.sec-title {
	position: relative;
	margin-bottom: 65px;
}
.sec-title .sec-logo {
	margin-bottom: 20px;
}
.sec-title .sub-title {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
	display: inline-block;
	color: var(--black);
}
.sec-title.tect-center .sub-title {
	padding-left: 0;
}
.sec-title .sub-title .text-decor {
	position: absolute;
	content: '';
	top: 14px;
	right: -60px;
	width: 40px;
	height: 2px;
	background-color: var(--color1);
}
.sec-title h2 {
	position: relative;
	font-size: 48px; /*48*/
	font-weight: 700;
	line-height: 60px;
}
.sec-title .text {
	position: relative;
	margin-top: 20px;
	margin-bottom: 0;
}
.sec-title.light h2 {
	color: #ffffff;
}
.sec-title.light .text {
	color: #fff;
}
/* Theme Btn */

.theme-btn {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	padding: 13px 35px;
	font-weight: 700;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	min-width: 160px;
	background-image: var(--gradient3);
	transition: 0.5s;
	border-radius: 100px;
	z-index: 1;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.theme-btn:hover {
	color: #fff;
	background-color: var(--color1);
}
.theme-btn:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
	content: '';
	background-color: #222; /*#222*/
	transition: 0.5s;
	border-radius: 5px;
	z-index: -1;
}
.theme-btn:hover:before {
	width: 100%;
}
.theme-btn span {
	position: relative;
}
.theme-btn i {
	margin-right: 5px;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	transition: 0.5s;
	position: relative;
	top: -2px;
}

/* Services Section */

.features-section {
	position: relative;
}

.features-section .auto-container {
	max-width: 1220px;
}

.features-section .wrapper-box {
	box-shadow: 0px 1px 22px rgb(157 184 209 / 19%);
	position: relative;
	background: #fff;
	margin-top: -56px;
	border-radius: 10px;
}

.features-section .outer-box {
	position: relative;
	padding: 60px 30px 20px;
	border-bottom: 1px solid #ddd;
}

.feature-block {
	position: relative;
	text-align: center;
}

.feature-block .inner-box {
	position: relative;
	background: #fff;
	margin-bottom: 30px;
}

.feature-block .icon {
	position: relative;
	margin-bottom: 25px;
}

.feature-block h4 {
	position: relative;
	color: var(--color2);
	font-size: 20px;
	font-weight: 700;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 20px;
}

.feature-block h4 a {
	color: var(--color2);
	transition: 0.5s;
}

.feature-block h4 a:hover {
	color: var(--color1);
}

.feature-block .text {
	position: relative;
}

.feature-block .link-btn a {
	position: relative;
	height: 56px;
	width: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 3px 16px rgba(0, 0, 0, 0.06);
	font-size: 20px;
	color: var(--color1);
	display: inline-block;
	transition: 0.5s;
}

.feature-block .link-btn a:hover {
	background-color: var(--color1);
	color: #ffff;
}

.features-section .image-blcok {
	position: relative;
	margin-bottom: 30px;
}

.features-section .shape-one {
	position: absolute;
	top: -42px;
	left: -30px;
}

.features-section .image {
	position: relative;
}

.features-section .outer-box-two {
	position: relative;
	padding: 65px 65px 35px;
}

.features-section .text-block {
	position: relative;
}

.features-section .text-block .phone-number {
	position: relative;
	display: inline-block;
	margin-left: 35px;
	font-size: 14px;
	font-weight: 700;
	color: #222f5a;
	transition: 0.5s;
}

.features-section .text-block .phone-number:hover {
	color: var(--color1);
}

.features-section .text-block .phone-number i {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: var(--color1);
	font-size: 15px;
	margin-right: 5px;
	border-radius: 50%;
	color: #fff;
}

/* btn style two */

.theme-btn.style-two {
	background: #ebf2f3;
	color: var(--color2);
	padding-left: 35px;
	padding-right: 90px;
}

.theme-btn.style-two i {
	border-left: 2px solid rgb(0 89 99 / 10%);
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	margin-right: 0;
}

.theme-btn.style-two:hover {
	color: #fff;
}

.theme-btn.style-two:before {
	background: var(--color1);
}

/* About section */

.about__section {
	position: relative;
	padding: 160px 0 0;
}

.about__section .image__block {
	position: relative;
	margin-top: 87px;
	text-align: center;
}

.about__section .shape-1 {
	position: absolute;
	top: 131px;
	right: -204px;
}

.about__section .shape-2 {
	position: absolute;
	bottom: 26%;
	left: 8%;
}

.about__section .image-1 {
	position: relative;
}

.about__section .content__block .text {
	position: relative;
	margin-bottom: 35px;
	color: var(--black);
	line-height: 30px;
	text-align: justify;
}

.about__section .content__block .tabs-content .text {
	color: var(--color2);
}

.about__section .content__block ul.list {
	position: relative;
	margin-bottom: 35px;
}

.about__section .content__block ul.list li {
	position: relative;
	font-size: 16px;
	color: #565872;
	margin-bottom: 10px;
}

.about__section .content__block .list li:before {
	position: relative;
	content: '\e907';
	font-family: 'icomoon';
	font-size: 16px;
	color: var(--color1);
	margin-right: 10px;
	top: 2px;
	display: inline-block;
}

.about__section .tabs-box .tabs-content {
	position: relative;
}

.about__section .tabs-content .tab {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-webkit-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9) translateY(0px);
	opacity: 0;
	visibility: hidden;
}

.about__section .tabs-content .tab.active-tab {
	position: relative;
	z-index: 5;
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.about__section .content__block .tabs-box {
	position: relative;
}

.about__section .content__block ul.tab-btns {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.about__section .content__block ul.tab-btns li.tab-btn {
	margin-right: 15px;
	color: var(--color2);
	margin-bottom: 20px;
	font-weight: 700;
	cursor: pointer;
	transition: 0.5s;
	background: #ebf2f3;
	border-radius: 5px;
	padding: 6px 30px;
	font-size: 16px;
}

.about__section .content__block ul.tab-btns li.tab-btn.active-btn {
	background-color: var(--color2);
	color: #fff;
}

/* Services Section */
.services-section {
	position: relative;
	background: var(--color2);
	padding: 100px 0 185px;
}

.services-section .shape-one {
	position: absolute;
	left: 16%;
	bottom: 14%;
}

.service-block {
	position: relative;
	margin-bottom: 30px;
}

.service-block .inner-box {
	position: relative;
	background: #006972;
	border-radius: 10px;
	overflow: hidden;
}

.service-block .image {
	position: relative;
	overflow: hidden;
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.service-block .image:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 10;
}

.service-block .inner-box:hover .image:before {
	-webkit-animation: circle 0.75s;
	animation: circle 0.75s;
}

.service-block .image img {
	position: relative;
	border-radius: 10px;
}

.service-block .lower-content {
	position: relative;
	padding: 0 30px 30px;
}

.service-block .icon {
	position: relative;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 10px;
	margin-top: -55px;
	margin-bottom: 30px;
}

.service-block h4 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Rubik', sans-serif;
	color: #fff;
	margin-bottom: 20px;
}

.service-block h4 a {
	position: relative;
	color: #fff;
	transition: 0.5s;
}

.service-block h4 a:hover {
	color: var(--color2);
}

.service-block .text {
	position: relative;
	color: #fff;
	transition: 0.5s;
}

.service-block .inner-box .lower-content:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 1s;
	transform: scaleY(0);
	transform-origin: top;
	background: var(--color1);
	border-radius: 0 0 10px 10px;
}

.service-block .inner-box:hover .lower-content:before {
	transform: scaleY(1);
}

.service-block .link-btn {
	position: relative;
}

.service-block .link-btn a {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	transition: 0.5s;
}

.service-block .link-btn a:hover {
	color: var(--color2);
}

.service-block .link-btn i {
	position: relative;
	margin-left: 5px;
}

/* Newsletter */

.newsletter-section {
	position: relative;
	margin-top: -100px;
	z-index: 1;
}

.newsletter-section .wrapper-box {
	position: relative;
	background: var(--color1);
	padding: 74px 40px 50px 60px;
	border-radius: 10px;
}

.newsletter-section h3 {
	position: relative;
	color: var(--black);
	font-size: 30px;
	line-height: 48px;
	font-family: inherit;
	margin-bottom: 20px;
}

.newsletter-section .shape {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
}

.newsletter-section .newsletter-form {
	position: relative;
}

.newsletter-section .newsletter-form input#subscription-email {
	position: relative;
	background: #fff;
	width: 100%;
	height: 72px;
	padding: 0 30px;
	border-radius: 10px;
	font-size: 16px;
}

.newsletter-section .newsletter-form .theme-btn {
	position: absolute;
	top: 6px;
	right: 6px;
	padding-top: 18px;
	padding-bottom: 18px;
	background: var(--color2);
}

.newsletter-section .newsletter-form .theme-btn i {
	margin-right: 20px;
	font-size: 15px;
	top: -1px;
}

/* Doctors list */
.doctor-list {
	position: relative;
	padding: 120px 0 80px;
}

.doctor-list:before {
	position: absolute;
	content: '';
	top: -140px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ebf2f3;
}

.doctor-block-one {
	position: relative;
	margin-bottom: 40px;
}

.doctor-block-one .inner-box {
	position: relative;
	padding-left: 105px;
	border: 2px solid rgb(135 228 219 / 40%);
	min-height: 115px;
	border-radius: 10px;
	padding-top: 25px;
	transition: 0.5s;
}

.doctor-block-one .inner-box:hover {
	border-color: var(--color1);
}

.doctor-block-one .icon {
	position: absolute;
	top: 22px;
	left: 17px;
}

.doctor-block-one .doctor {
	font-size: 16px;
}

.doctor-block-one .category {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}

.doctor-block-one .doctor a {
	color: var(--color2);
	transition: 0.5s;
}

.doctor-block-one .doctor a:hover {
	color: var(--color1);
}

/* Team Section */

.team-section {
	position: relative;
	padding: 150px 0 90px;
}

.team-blcok .inner-box {
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: middle;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 6px 50px rgb(37 37 37 / 5%);
}

.team-blcok .image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.team-blcok .image img {
	transition: 0.5s;
	border-radius: 10px;
}

.team-blcok .inner-box:hover img {
	transform: scale(1.1);
}

.team-blcok .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: 0.5s;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	padding: 25px;
}

.team-blcok .inner-box:hover .overlay {
	opacity: 1;
}

.team-blcok .social-icon {
	position: relative;
	padding: 9px 5px;
	width: 100%;
	text-align: center;
}

.team-blcok .social-icon:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-radius: 5px;
	transition: 0.5s;
	transform: scaleY(0);
	transform-origin: top;
	background: var(--color1);
}

.team-blcok .inner-box:hover .social-icon:before {
	transform: scaleY(1);
}

.team-blcok .social-icon li {
	display: inline-block;
	margin: 0 3px;
}

.team-blcok .social-icon li a {
	position: relative;
	display: inline-block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	border-radius: 50%;
	transition: 0.5s;
	color: #fff;
	background: rgb(255 255 255 / 18%);
	font-size: 13px;
}

.team-blcok .social-icon li a:hover {
	background-color: #fff;
	color: var(--color1);
}

.team-blcok .lower-content {
	position: relative;
	text-align: center;
	padding: 30px 0 0;
}

.team-blcok h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
	font-family: inherit;
}

.team-blcok .designation {
	font-size: 16px;
	color: #565872;
}

/* contact form */

.contact-form {
	position: relative;
}

.contact-form input,
.contact-form textarea {
	position: relative;
	height: 70px;
	width: 100%;
	border: 2px solid rgb(8 76 148 / 20%);
	padding: 0 28px;
	background: #fff;
	border-radius: 5px;
	font-size: 16px;
}

.contact-form i {
	position: absolute;
	top: 22px;
	right: 45px;
	color: var(--color1);
	font-size: 22px;
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.contact-form textarea {
	position: relative;
	height: 220px;
	padding: 22px 28px;
}

/* contact form section */

.contact-form-section {
	position: relative;
	padding: 120px 0;
	background: var(--color2);
}

.contact-form-section .contact-form {
	background: #fff;
	padding: 40px 55px 10px;
	border-radius: 10px;
}

.contact-form-section .bg-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 66%;
	background-size: cover;
}

.contact-form-section .shape {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 34%;
	background-size: cover;
}

.contact-form-section .theme-btn {
	width: 100%;
}

/* Blog section */

.blog-section {
	position: relative;
	padding: 120px 0 90px;
}

.blog-section:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	height: 60%;
	background-color: #ebf2f3;
}

.news-block {
	position: relative;
}

.news-block .inner-box {
	position: relative;
	margin-bottom: 30px;
	padding: 50px 37px 45px;
	border: 2px solid #ebf2f3;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.5s;
}

.news-block .inner-box:hover {
	border-color: transparent;
}

.news-block .bg-image {
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background-size: cover;
}

.news-block .bg-image:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: var(--color2);
	opacity: 0.9;
	border-radius: 10px;
}

.news-block .bg-image:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	transition: 1s cubic-bezier(0, 0, 0.2, 1);
	transform-origin: bottom;
}

.news-block .inner-box:hover .bg-image:after {
	transform: scaleY(0);
}

.news-block ul.post-meta {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.news-block ul.post-meta li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
}

.news-block ul.post-meta li a {
	color: var(--color2);
	font-size: 16px;
	transition: 0.5s;
}

.news-block ul.post-meta li a i {
	margin-right: 4px;
}

.news-block h4 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	font-family: inherit;
	margin-bottom: 15px;
}

.news-block h4 a {
	color: var(--color2);
	transition: 0.5s;
}

.news-block .inner-box:hover h4 a {
	color: #fff;
}

.news-block .inner-box h4 a:hover {
	color: var(--color1);
}

.news-block .inner-box:hover ul.post-meta li a {
	color: #fff;
}

.news-block .date {
	position: relative;
	transition: 0.5s;
	margin-bottom: 15px;
	font-size: 14px;
	color: rgb(34 47 90 / 50%);
	font-weight: 700;
	transition: 0.5s;
}

.news-block .inner-box:hover .date {
	color: rgba(255, 255, 255, 0.7);
}

.news-block .text {
	position: relative;
	font-size: 16px;
	transition: 0.5s;
}

.news-block .inner-box:hover .text {
	color: #fff;
}

.news-block .read-more {
	position: relative;
}

.news-block .read-more a {
	position: relative;
	color: var(--color1);
	transition: 0.5s;
}

.news-block .inner-box:hover .read-more a {
	color: #fff;
}

.news-block .inner-box .read-more a:hover {
	color: var(--color1);
}

/* client logo */

.clients-logo-section {
	position: relative;
	padding: 1em 0px;
	margin-top: 1em;
}

.single-client-logo {
	position: relative;
}

.clients-logo-section .single-client-logo img {
	width: auto;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.owl-carousel .owl-item {
	opacity: 0;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

/* main footer */
.main-footer {
	position: relative;
	background-color: var(--black);
	padding: 100px 0 0;
}

.main-footer .shape-one {
	position: absolute;
	top: 0;
	right: 0;
}

.main-footer .shape-two {
	position: absolute;
	bottom: 0;
	left: 0;
}

.main-footer .top-info {
	background: #11616a;
	position: relative;
	border-radius: 5px;
	padding: 20px 0;
	margin-bottom: 45px;
}

.main-footer .top-info .logo {
	position: relative;
	text-align: center;
	padding: 12px 0;
}

.main-footer .top-info .info-block {
	position: relative;
	padding: 5px 0;
	padding-left: 55px;
}

.main-footer .top-info .info-block .icon {
	position: absolute;
	top: 17px;
	left: 0;
	font-size: 35px;
	color: #fff;
}

.main-footer .top-info .info-block p {
	position: relative;
	color: #fff;
	font-size: 16px;
	margin: 0;
}

.main-footer .top-info .info-block .text {
	margin: 0;
}

.main-footer .top-info .info-block p a {
	color: #fff;
	transition: 0.5s;
}

.main-footer .top-info .info-block p a:hover {
	color: var(--color1);
}

.main-footer .top-info .info-block:before {
	position: absolute;
	content: '';
	top: 0;
	right: -65px;
	bottom: 0;
	width: 2px;
	background: rgb(255 255 255 / 20%);
}

.main-footer .top-info .column:last-child .info-block:before {
	display: none;
}

.about-widget {
	position: relative;
}

.widget .widget-title {
	position: relative;
	font-size: 20px;
	color: var(--black);
	margin-bottom: 20px;
	font-family: inherit;
	font-weight: 700;
}

.main-footer .widget {
	margin-bottom: 30px;
}

.main-footer .widget .widget-title {
	color: #fff;
	margin-bottom: 20px;
}

.about-widget .text {
	position: relative;
	color: rgb(255 255 255 / 67%);
	font-size: 16px;
}

.about-widget .location {
	position: relative;
	padding-left: 50px;
	margin-top: 60px;
}

.about-widget .icon {
	position: absolute;
	top: 9px;
	left: 0;
	color: #fff;
	font-size: 40px;
}

.widget {
	position: relative;
	margin-bottom: 50px;
}

.links-widget ul li a {
	position: relative;
	color: rgb(255 255 255 / 67%);
	font-size: 16px;
	transition: 0.5s;
}

.links-widget ul li a:hover {
	color: var(--color1);
}

.links-widget ul li {
	margin-bottom: 4px;
}

.newsletter-widget .newsletter-form {
	position: relative;
}

.newsletter-widget input#subscription-email {
	position: relative;
	width: 100%;
	background: transparent;
	border: 1px solid rgb(255 255 255 / 20%);
	height: 48px;
	color: #fff;
	padding: 0 20px;
	border-radius: 3px;
	margin-bottom: 15px;
}

.newsletter-widget .theme-btn {
	width: 100%;
}

.newsletter-widget .text {
	position: relative;
	color: rgba(255, 255, 255, 0.67);
	margin-bottom: 0;
}

.footer-bottom {
	position: relative;
}

.footer-bottom .wrapper-box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 30px 0 10px;
	flex-direction: column;
}

.footer-bottom .copyright-text {
	position: relative;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 20px;
	font-size: 16px;
}

.footer-bottom .social-links {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}

.footer-bottom .social-links li {
	margin: 0 3px;
}

.footer-bottom .social-links li a {
	position: relative;
	display: inline-block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	border-radius: 50%;
	transition: 0.5s;
	color: rgba(255, 255, 255, 0.56);
	background: rgb(255 255 255 / 10%);
	font-size: 13px;
}

.footer-bottom .social-links li a:hover {
	color: #fff;
	background-color: var(--color1);
}

.main-footer .upper-box {
	position: relative;
	padding: 0 0 30px;
}

.footer-bottom .bottom-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-bottom .bottom-inner .footer-nav {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer-bottom .bottom-inner .footer-nav li {
	display: inline-block;
}

.footer-bottom .bottom-inner .footer-nav li > a {
	color: #ffafca;
}

@media (min-width: 768px) {
	.footer-bottom .bottom-inner .footer-nav {
		flex-direction: row;
		gap: 40px;
	}
}

/* Header style two */
.main-header.header-style-two {
	position: absolute;
}

.main-header.header-style-two .header-upper .auto-container {
	max-width: 100%;
	padding: 0 80px;
}

.main-header.header-style-two .main-menu .navigation > li > a {
	color: #fff;
}

.main-header.header-style-two .header-top {
	background: #002e33;
}

.header-style-two .sticky-header {
	background: #080b12;
}

/*** 

====================================================================
        Banner Section Two
====================================================================

***/

.banner-section-two {
	position: relative;
	background-color: #003863;
	padding: 300px 0 110px;
}

.banner-section-two .shape {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
}

.banner-section-two .text-block {
	position: relative;
	text-align: center;
}

.banner-section-two .text-block h5 {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 30px;
}

.banner-section-two .text-block h2 {
	position: relative;
	font-size: 80px;
	color: #fff;
	font-weight: 500;
	line-height: 90px;
	margin-bottom: 60px;
}

.banner-section-two .text-block form {
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 11px;
	padding-bottom: 0;
	border: 1px solid #707070;
	max-width: 1100px;
	margin: 0 auto;
}

.banner-section-two .text-block form .form-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -8px;
	margin-bottom: 11px;
}

.banner-section-two .text-block form .left-side {
	position: relative;
	width: calc(100% - 176px);
	padding: 0 8px;
}

.banner-section-two .text-block form input[type='text'] {
	position: relative;
	border: 1px solid #ddd;
	width: 100%;
	padding: 9px 20px;
	border-radius: 5px;
	font-size: 16px;
	color: var(--color2);
}

.banner-section-two .text-block form .left-side i {
	color: var(--color1);
	position: absolute;
	top: 17px;
	right: 20px;
}

.banner-section-two .text-block form .right-side {
	position: relative;
	padding: 0 8px;
}

.banner-section-two .bg-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
}

/* about section style two */
.about__section.style-two .shape-three {
	position: absolute;
	top: -40px;
	right: 20px;
}

.about__section.style-two .image-1:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--color1);
	border-radius: 30px;
	transform: rotate(12deg);
}

.about__section.style-two .image-1 img {
	position: relative;
}

.about__section.style-two .image-1 {
	display: inline-block;
}

.about__section.style-two {
	padding-bottom: 130px;
}
.about__section.neopad2 {
	padding-bottom: 30px;
}

.about__section.style-two .image__block {
	margin: 0 0 30px;
}

.about__section.style-two .image__block .icon {
	position: absolute;
	right: -53px;
	bottom: 85px;
	color: var(--white);
	background: var(--color2);
	width: 106px;
	height: 106px;
	line-height: 106px;
	border-radius: 50%;
	font-size: 52px;
}

/* feature section style two */

.features-section.style-two .wrapper-box {
	margin: 0;
	z-index: 9;
}

/* team section style two */
.team-section.style-two {
	padding-top: 120px;
}

.team-section.style-two:before {
	position: absolute;
	content: '';
	top: -200px;
	right: 0;
	left: 0;
	bottom: 0;
	background: #ebf2f3;
}

.filters {
	position: relative;
	margin-bottom: 50px;
}

.filters .filter-btns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #fff;
	box-shadow: 0 3px 26px rgb(0 0 0 / 6%);
}

.filters .filter-btns li {
	padding: 14px;
	padding-left: 30px;
	background-color: #fff;
	width: 20%;
	line-height: 50px;
	border-bottom: 2px solid transparent;
	border-right: 1px solid #ececec;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	color: var(--color2);
}

.filters .filter-btns li i {
	margin-right: 20px;
}

.filters .filter-btns li.active {
	border-bottom-color: var(--color1);
}

.filters .filter-btns li:last-child {
	border-right: 0;
}

/* Testimonials section */

.testimonials-section {
	position: relative;
	padding: 120px 0 190px;
	background-color: var(--color2);
}

.testimonials-section .shape-one {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.testimonial-block {
	position: relative;
}

.testimonial-block .inner-box {
	position: relative;
	margin-bottom: 30px;
	background: #fff;
	padding: 46px 50px 46px;
	border-radius: 5px;
}

.testimonial-block .author-wrapper {
	position: relative;
	padding-left: 105px;
	padding-top: 12px;
	margin-bottom: 39px;
}

.testimonial-block .author-image {
	position: absolute;
	top: 0;
	left: 0;
}

.testimonial-block .quote-icon {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 31px;
	height: 31px;
	background: var(--color1);
	text-align: center;
	line-height: 33px;
	border-radius: 50%;
	font-size: 14px;
	color: #fff;
}

.testimonial-block h4 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 7px;
	font-family: inherit;
}

.testimonial-block .designation {
	position: relative;
	font-size: 16px;
	color: #565872;
}

.testimonial-block .text {
	margin-bottom: 0;
}

.testimonial-block img {
	position: relative;
	border-radius: 50%;
}

/* Working Process */
.working-process {
	position: relative;
	padding: 120px 0 90px;
}

.work-process-block .inner-box {
	position: relative;
	text-align: center;
	box-shadow: 0 1px 22px rgb(157 184 209 / 19%);
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 5px;
	background: #fff;
}

.work-process-block .count {
	position: absolute;
	top: 0;
	right: 30px;
	width: 52px;
	height: 70px;
	font-size: 26px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	background: rgb(0 89 99 / 10%);
	border-radius: 0 0 10px 10px;
	color: var(--color2);
	padding-top: 25px;
}

.work-process-block .icon {
	position: relative;
	font-size: 100px;
	margin-bottom: 43px;
	line-height: 110px;
	color: var(--color2);
	display: inline-block;
	margin-top: 20px;
}

.work-process-block .icon .shape {
	position: absolute;
	top: -17px;
	left: -15px;
}

.work-process-block h5 {
	font-size: 16px;
	font-family: inherit;
	font-weight: 700;
	color: var(--color1);
	margin-bottom: 10px;
}

.work-process-block h4 {
	position: relative;
	font-size: 26px;
	font-weight: 700;
	font-family: inherit;
	margin-bottom: 20px;
}

.work-process-block .text {
	color: var(--color2);
}

.working-process .sec-bg {
	position: absolute;
	top: -180px;
	right: 0;
	bottom: 310px;
	left: 0;
	background-color: var(--color2);
	background-size: cover;
}

/* Header style three */

.main-header.header-style-three .header-top {
	background: var(--white);
}

.main-header.header-style-three {
	position: absolute;
}

.main-header.header-style-three .header-top .auto-container {
	padding: 0 15px;
	max-width: 1200px;
}

.main-header.header-style-three .header-top .info-list li {
	color: var(--black);
}

.main-header.header-style-three .header-top .info-list li a {
	color: var(--black);
	transition: 0.5s;
}

.main-header.header-style-three .header-top .info-list li a:hover {
	color: var(--color1);
}

.main-header.header-style-three .header-top .info-list li i {
	color: var(--color2);
}

.main-header.header-style-three .header-upper {
	background: var(--color2);
}

.main-header.header-style-three .main-menu .navigation > li > a {
	color: #fff;
}

/* Banner Section Three */

.banner-section-three {
	position: relative;
	background-color: var(--white);
	padding: 20vh 0 0;
}

.banner-section-three .side-image {
	position: absolute;
	top: 0;
	right: 0;
}

.banner-section-three .side-image .bg-image {
	position: absolute;
	top: 0;
	right: 0;
}

.banner-section-three .shape {
	position: absolute;
	top: 28%; /*48*/
	right: 5%; /*24*/
	animation: moverImagen 3s ease-in-out infinite;
}
@keyframes moverImagen {
	0%,
	100% {
		top: 28%;
	}
	50% {
		top: 30%;
	}
}

.banner-section-three .text-block {
	position: relative;
	margin: auto 0px;
}

.banner-section-three .text-block h5 {
	position: relative;
	padding-right: 80px;
	color: var(--black);
	font-size: 16px;
	font-weight: 400;
	font-family: inherit;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: middle;
}

.banner-section-three .text-block h2 {
	position: relative;
	font-size: 60px;
	color: var(--color4);
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 40px;
}

.banner-section-three form {
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 39px;
	transform: translateY(64px);
	box-shadow: 0 20px 40px rgb(0 0 0 / 5%);
}

.banner-section-three form .form-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -8px;
}

.banner-section-three form .left-side {
	position: relative;
	width: calc(100% - 176px);
	padding: 0 8px;
}

.banner-section-three form input[type='text'] {
	position: relative;
	border: 1px solid #ddd;
	width: 100%;
	padding: 9px 20px;
	border-radius: 5px;
	font-size: 16px;
	color: var(--color2);
}

.banner-section-three form .left-side i {
	color: var(--color1);
	position: absolute;
	top: 17px;
	right: 20px;
}

.banner-section-three form .right-side {
	position: relative;
	padding: 0 8px;
}

.banner-section-three .bg-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
}

.banner-section-three .side-image img {
	position: relative;
}

.banner-section-three .image {
	position: relative;
	/**/
	margin-top: 80px;
	margin-bottom: 30px;
}

/* features Section two */

.features-section-two {
	position: relative;
	padding: 180px 0 90px;
}

.feature-block-two {
	position: relative;
	text-align: center;
}

.feature-block-two .inner-box {
	position: relative;
	background: #fff;
	margin-bottom: 30px;
}

.feature-block-two .image {
	position: relative;
	overflow: hidden;
}

.feature-block-two .image:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 10;
}

.feature-block-two .inner-box:hover .image:before {
	-webkit-animation: circle 0.75s;
	animation: circle 0.75s;
}

.feature-block-two .image img {
	position: relative;
	border-radius: 10px;
	border: 5px solid var(--color1);
}

.feature-block-two h4 {
	position: relative;
	color: var(--color2);
	font-size: 20px;
	font-weight: 700;
	font-family: 'Rubik', sans-serif;
	background: #fff;
	padding: 15.5px 0;
	margin: -27px 28px 20px;
	border-radius: 5px;
	box-shadow: 0 6px 50px rgb(37 37 37 / 5%);
}

.feature-block-two h4 a {
	color: var(--color2);
	transition: 0.5s;
}

.feature-block-two h4 a:hover {
	color: var(--color1);
}

.feature-block-two .text {
	position: relative;
}

.feature-block-two .link-btn a {
	position: relative;
	height: 56px;
	width: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 3px 16px rgba(0, 0, 0, 0.06);
	font-size: 20px;
	color: var(--color1);
	display: inline-block;
	transition: 0.5s;
}

.feature-block-two .link-btn a:hover {
	background-color: var(--color1);
	color: #ffff;
}

.section-title-area {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.section-title-area .text {
	margin-bottom: 50px;
}

/* What we do */

.what-we-do {
	position: relative;
	background: var(--color2);
}

.what-we-do .auto-container {
	max-width: 100%;
	padding: 0;
}

.what-we-do .image-column {
	background-size: cover;
	margin-bottom: -85px;
	position: relative;
	z-index: 9;
}

.what-we-do .image-column img {
	display: none;
}

.what-we-do .inner-container {
	max-width: 600px;
	margin: 0 auto;
	margin-right: 0;
	padding: 0 15px;
}

.what-we-do .text-block {
	position: relative;
	padding: 100px 0;
	max-width: 490px;
}

.what-we-do .text-block .text {
	margin-bottom: 30px;
	text-align: justify;
}

.what-we-do .text-block li {
	position: relative;
	font-size: 16px;
	color: #565872;
	margin-bottom: 10px;
}

.what-we-do .text-block li:before {
	position: relative;
	content: '\f058';
	font-family: 'Font Awesome 6 Free';
	font-size: 16px;
	color: var(--color1);
	margin-right: 10px;
	top: 2px;
	display: inline-block;
	font-weight: 900;
}

/* Funfacts section */

.funfacts-section {
	position: relative;
	background-color: var(--color2);
	padding: 100px 0 70px;
}

.facts-block .inner {
	position: relative;
	background: #1d1e6e;
	text-align: center;
	border-radius: 10px;
	padding: 52px 0;
	overflow: hidden;
	margin-bottom: 30px;
}

.facts-block .inner:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 1s;
	border-radius: 10px;
	background: var(--color1);
	transform: scaleY(0);
	transform-origin: top;
}

.facts-block .inner:hover:before {
	transform: scaleY(1);
}

.facts-block .count-box {
	position: relative;
	color: #fff;
	font-size: 47px;
	font-weight: 700;
	margin-bottom: 26px;
	line-height: 40px;
}

.facts-block .text {
	position: relative;
	color: #fff;
	margin: 0;
}

.funfacts-section .shape-one {
	position: absolute;
	left: 16%;
	bottom: 45px;
}

.funfacts-section .shape-two {
	position: absolute;
	right: 17%;
	bottom: 50px;
}

/* Accordion box */

.accordion-box {
	position: relative;
}
.accordion-box .block {
	position: relative;
	margin-bottom: 35px;
}
.accordion-box .block:last-child {
	margin-bottom: 0px;
}
.accordion-box .block .acc-btn {
	position: relative;
	font-size: 16px;
	cursor: pointer;
	line-height: 1.2em;
	font-weight: 500;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	color: #fff;
	padding-left: 35px;
}
.accordion-box .block .icon-outer {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 13px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background: var(--color1);
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
}

.accordion-box .block .icon-outer .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 18px;
	font-weight: normal;
	line-height: 1em;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transform: translate(-50%, -50%);
}
.accordion-box .block .acc-content {
	position: relative;
	display: none;
	border-top: 0;
}
.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px;
}
.accordion-box .block .acc-content.current {
	display: block;
}
.accordion-box .block .content {
	position: relative;
	margin-top: 25px;
}
.accordion-box .block .content .text {
	margin-bottom: 9px;
	color: #fff;
}
.accordion-box .block .content .text p {
	color: #222;
	margin-bottom: 0;
	font-size: 18px;
	margin-top: 14px;
}
.accordion-box .block .acc-btn strong {
	font-size: 24px;
	color: #c2c0bb;
	width: 76px;
	text-align: center;
	border-right: 1px solid #e9e5df;
	margin-right: 30px;
	display: inline-block;
	line-height: 75px;
}

.accordion-box .block .icon-outer:before {
	position: absolute;
	top: -1px;
	left: 0;
	content: '+';
	right: 0;
	bottom: 0;
}

.accordion-box .block.active-block .icon-outer:before {
	content: '_';
	top: -7px;
}

/* Faq Section */

.faq-section {
	position: relative;
	padding: 120px 0 90px;
}

.faq-section .side-image-one {
	position: absolute;
	top: 0;
	left: 0;
}

.faq-section .side-image-two {
	position: absolute;
	right: -375px;
	top: 0;
}

.feature-block-three .inner-box {
	position: relative;
	margin-bottom: 30px;
	background: #fff;
	padding: 45px;
	border-radius: 5px;
	box-shadow: 0 1px 22px rgb(157 184 209 / 19%);
}

.feature-block-three h4 {
	position: relative;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 30px;
}

.feature-block-three .list {
	position: relative;
	margin-bottom: 20px;
}

.feature-block-three .list li {
	position: relative;
	font-size: 16px;
	margin-bottom: 7px;
}

.feature-block-three .link-btn a {
	position: relative;
	height: 56px;
	width: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 3px 16px rgba(0, 0, 0, 0.06);
	font-size: 20px;
	color: var(--color1);
	display: inline-block;
	transition: 0.5s;
}

.feature-block-three .link-btn a:hover {
	background-color: var(--color1);
	color: #ffff;
}

.faq-section .faq-area {
	position: relative;
	padding: 63px 45px;
	background: var(--color2);
	border-radius: 10px;
	min-height: 558px;
}

.faq-section .faq-area h2 {
	position: relative;
	font-size: 37px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 60px;
	line-height: 50px;
}
.faq-section .faq-area .title-italics {
	font-family: 'Dancing Script', cursive;
	text-align: center;
}

.faq-section .faq-area .icon-bg {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 200px;
	color: rgb(255 255 255 / 10%);
}

/* Video section */

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
		box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
		box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
	}
}

.video-section {
	position: relative;
}

.video-section .video-box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.video-section .video-box img {
	border-radius: 10px;
}

.video-section .video-btn {
	position: absolute;
}

.video-section .video-btn a {
	position: relative;
	height: 120px;
	width: 120px;
	line-height: 120px;
	border-radius: 50%;
	color: var(--color1);
	text-align: center;
	font-size: 30px;
	display: inline-block;
	transition: 0.5s;
	background: transparent;
}

.video-section .video-btn a i {
	position: relative;
}

.video-section .video-btn a:hover {
	box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);
}

.video-section .video-btn .ripple:before {
	position: absolute;
	left: -12px;
	top: -12px;
	right: -12px;
	bottom: -12px;
	content: '';
	border-radius: 50%;
	transition: 0.7s;
}

.video-section .video-btn .ripple:hover:before {
	transform: scale(1.05);
}

.video-section .video-btn .ripple:after {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
}

.video-section .video-btn a.ripple:hover:after {
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.video-section .video-btn .ripple:after {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
}

.video-section .video-btn a:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
}

/* Testimonials section two */

.testimonials-section-two {
	position: relative;
	padding: 120px 0 90px;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	overflow: hidden;
}

.testimonials-section-two::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="%23dee2e6" opacity="0.1"/></svg>')
		repeat;
	animation: float 20s ease-in-out infinite;
	z-index: 0;
}

@keyframes float {
	0%,
	100% {
		transform: translateY(0px) rotate(0deg);
	}
	50% {
		transform: translateY(-20px) rotate(180deg);
	}
}

.testimonials-section-two .owl-theme .owl-nav {
	position: absolute;
	display: flex;
	width: auto;
	margin: 0 auto;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	right: 0;
	bottom: -10px;
	gap: 15px;
}

.testimonials-section-two .owl-theme .owl-nav .owl-prev {
	margin: 0;
	height: 55px;
	position: relative;
	width: 55px;
	border-radius: 50%;
	border: none;
	text-align: center;
	color: rgba(0, 0, 0, 0);
	line-height: 55px;
	font-size: 0px;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 9;
	backdrop-filter: blur(10px);
}

.testimonials-section-two .owl-theme .owl-nav .owl-prev:after {
	font-family: 'Icomoon';
	content: '\e905';
	position: absolute;
	top: 0;
	width: 55px;
	height: 55px;
	line-height: 53px;
	left: 0;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.2);
	background: linear-gradient(
		145deg,
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0.05)
	);
	border-radius: 50%;
	font-size: 16px;
	transform: rotate(180deg);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.testimonials-section-two .owl-theme .owl-nav .owl-prev:hover:after {
	background: linear-gradient(145deg, var(--color1), #1a365d);
	border-color: var(--color1);
	transform: rotate(180deg) scale(1.1);
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.testimonials-section-two .owl-theme .owl-nav .owl-next {
	background: rgba(255, 255, 255, 0);
	margin: 0;
	position: relative;
	height: 55px;
	width: 55px;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 9;
	backdrop-filter: blur(10px);
}

.testimonials-section-two .owl-theme .owl-nav .owl-next:after {
	font-family: 'Icomoon';
	content: '\e905';
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
	line-height: 53px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: #ffffff;
	background: linear-gradient(
		145deg,
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0.05)
	);
	font-size: 16px;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.testimonials-section-two .owl-theme .owl-nav .owl-next:hover:after {
	background: linear-gradient(145deg, var(--color1), #1a365d);
	border-color: var(--color1);
	transform: scale(1.1);
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.testimonials-section-two .content-block {
	position: relative;
	margin-top: 50px;
	z-index: 2;
}

.testimonials-section-two .testimonials-area {
	background: linear-gradient(145deg, var(--color2), #1a365d);
	margin-left: -100px;
	position: relative;
	padding: 60px 40px 40px 135px;
	border-radius: 25px;
	margin-bottom: 30px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 8px 20px rgba(0, 0, 0, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	overflow: hidden;
}

.testimonials-section-two .testimonials-area::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		45deg,
		transparent 30%,
		rgba(255, 255, 255, 0.02) 50%,
		transparent 70%
	);
	pointer-events: none;
}

.testimonials-section-two .testimonials-area:hover {
	transform: translateY(-5px);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2), 0 12px 30px rgba(0, 0, 0, 0.15),
		inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.testimonials-section-two .testimonials-area .quote-icon {
	position: absolute;
	top: 60px;
	left: -50px;
	height: 110px;
	width: 100px;
	background: linear-gradient(145deg, #fff, #f8f9fa);
	border-radius: 20px;
	text-align: center;
	line-height: 110px;
	font-size: 45px;
	color: var(--color1);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
	border: 2px solid rgba(255, 255, 255, 0.3);
	transition: all 0.3s ease;
	animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
}

.testimonials-section-two .testimonials-area .quote-icon:hover {
	transform: scale(1.1) rotate(5deg);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 8px 20px rgba(0, 0, 0, 0.1);
}

.testimonials-section-two .image {
	position: relative;
	margin-bottom: 30px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
	transition: all 0.4s ease;
}

.testimonials-section-two .image:hover {
	transform: translateY(-5px);
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.testimonials-section-two .image img {
	width: 100%;
	height: auto;
	border-radius: 15px;
	transition: all 0.4s ease;
}

.testimonials-section-two .image:hover img {
	transform: scale(1.05);
}

/* Accessibility improvements */
.testimonials-section-two .owl-theme .owl-nav [class*='owl-']:focus {
	outline: 2px solid var(--color1);
	outline-offset: 2px;
}

.testimonial-block-two .inner-box:focus-within {
	outline: 2px solid rgba(255, 255, 255, 0.3);
	outline-offset: 2px;
	border-radius: 15px;
}

/* Smooth scrolling for better UX */
.testimonials-section-two .theme_carousel {
	scroll-behavior: smooth;
}

/* Loading state animation */
.testimonial-block-two.loading {
	opacity: 0.5;
	pointer-events: none;
}

.testimonial-block-two.loading .inner-box {
	animation: skeleton-loading 1.5s ease-in-out infinite alternate;
}

@keyframes skeleton-loading {
	0% {
		opacity: 0.5;
	}
	100% {
		opacity: 0.8;
	}
}

.testimonial-block-two .inner-box {
	position: relative;
	margin-bottom: 30px;
	animation: fadeInUp 0.6s ease-out;
	animation-fill-mode: both;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.testimonial-block-two .text {
	position: relative;
	color: rgba(255, 255, 255, 0.95);
	margin-bottom: 35px;
	font-size: 17px;
	line-height: 1.8;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

.testimonial-block-two:hover .text {
	color: #fff;
	transform: translateY(-2px);
}

.testimonial-block-two .author-info {
	position: relative;
	padding-left: 100px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 25px;
	margin-top: 25px;
	transition: all 0.3s ease;
}

.testimonial-block-two .author-info .thumb {
	position: absolute;
	top: 15px;
	left: 0;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.testimonial-block-two:hover .author-info .thumb {
	border-color: rgba(255, 255, 255, 0.4);
	transform: scale(1.05);
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.testimonial-block-two .author-info h4 {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.95);
	margin-bottom: 8px;
	font-family: inherit;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}

.testimonial-block-two:hover .author-info h4 {
	color: #fff;
	transform: translateX(5px);
}

.testimonial-block-two .author-info .designation {
	position: relative;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 500;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.testimonial-block-two:hover .author-info .designation {
	color: rgba(255, 255, 255, 0.9);
	transform: translateX(5px);
}

.testimonial-block-two .author-info .thumb img {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	object-fit: cover;
	transition: all 0.3s ease;
	filter: brightness(1.1) contrast(1.1);
}

.testimonial-block-two:hover .author-info .thumb img {
	filter: brightness(1.2) contrast(1.2);
	transform: scale(1.05);
}

/* Responsive styles for testimonials */
@media (max-width: 1199px) {
	.testimonials-section-two .testimonials-area {
		margin-left: -50px;
		padding: 50px 30px 30px 100px;
	}

	.testimonials-section-two .testimonials-area .quote-icon {
		width: 80px;
		height: 90px;
		line-height: 90px;
		font-size: 35px;
		left: -40px;
	}
}

@media (max-width: 991px) {
	.testimonials-section-two {
		padding: 80px 0 60px;
	}

	.testimonials-section-two .testimonials-area {
		margin-left: 0;
		padding: 80px 30px 30px 30px;
		margin-top: 40px;
	}

	.testimonials-section-two .testimonials-area .quote-icon {
		top: 20px;
		left: 50%;
		transform: translateX(-50%);
	}

	.testimonials-section-two .content-block {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.testimonials-section-two {
		padding: 60px 0 40px;
	}

	.testimonials-section-two .testimonials-area {
		padding: 70px 20px 25px 20px;
		border-radius: 20px;
	}

	.testimonials-section-two .testimonials-area .quote-icon {
		width: 70px;
		height: 80px;
		line-height: 80px;
		font-size: 30px;
		top: 15px;
	}

	.testimonial-block-two .text {
		font-size: 15px;
		line-height: 1.7;
		margin-bottom: 25px;
	}

	.testimonial-block-two .author-info {
		padding-left: 80px;
		padding-top: 20px;
		margin-top: 20px;
	}

	.testimonial-block-two .author-info .thumb {
		top: 10px;
	}

	.testimonial-block-two .author-info .thumb img {
		width: 60px;
		height: 60px;
	}

	.testimonial-block-two .author-info h4 {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.testimonial-block-two .author-info .designation {
		font-size: 13px;
	}

	.testimonials-section-two .owl-theme .owl-nav {
		position: relative;
		margin-top: 25px;
		justify-content: center;
		right: auto;
		bottom: auto;
	}
}

@media (max-width: 479px) {
	.testimonials-section-two .testimonials-area {
		padding: 60px 15px 20px 15px;
	}

	.testimonials-section-two .testimonials-area .quote-icon {
		width: 60px;
		height: 70px;
		line-height: 70px;
		font-size: 25px;
	}

	.testimonial-block-two .author-info {
		padding-left: 70px;
	}

	.testimonial-block-two .author-info .thumb img {
		width: 50px;
		height: 50px;
	}
}

/* Blog section two */

.blog-section-two {
	position: relative;
	padding: 120px 0 90px;
}

.blog-section-two .owl-theme .owl-nav {
	position: absolute;
	display: flex;
	width: auto;
	margin: 0 auto;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	right: 0;
	top: -162px;
}

.blog-section-two .owl-theme .owl-nav .owl-prev {
	margin: 0 5px;
	height: 67px;
	position: relative;
	width: 67px;
	border-radius: 50%;
	border: none;
	text-align: center;
	color: rgba(0, 0, 0, 0);
	line-height: 60px;
	font-size: 0px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 9;
}

.blog-section-two .owl-theme .owl-nav .owl-prev:after {
	font-family: 'Icomoon';
	content: '\e905';
	position: absolute;
	top: 0;
	width: 67px;
	height: 67px;
	line-height: 65px;
	left: 0;
	color: var(--color1);
	border: 1px solid #e5e5eb00;
	background: rgb(0 119 182 / 10%);
	border-radius: 50%;
	font-size: 18px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-section-two .owl-theme .owl-nav .owl-prev:hover:after {
	background-color: var(--color1);
	color: #fff;
}

.blog-section-two .owl-theme .owl-nav .owl-next {
	background: rgba(255, 255, 255, 0);
	margin: 0 5px;
	position: relative;
	height: 67px;
	width: 66px;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 9;
}

.blog-section-two .owl-theme .owl-nav .owl-next:after {
	font-family: 'Icomoon';
	content: '\e905';
	position: absolute;
	top: 0;
	right: 0;
	width: 67px;
	height: 67px;
	line-height: 65px;
	border: 1px solid #e5e5eb00;
	border-radius: 50%;
	color: var(--color1);
	background: rgb(0 119 182 / 10%);
	font-size: 18px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-section-two .owl-theme .owl-nav .owl-next:hover:after {
	background-color: var(--color1);
	color: #fff;
}

.news-block-two {
	position: relative;
}

.news-block-two .inner-box {
	position: relative;
	margin-bottom: 30px;
	padding: 30px 30px 30px;
	border: 2px solid #ebf2f3;
	overflow: hidden;
	transition: 0.5s;
}

.news-block-two .image {
	position: relative;
	overflow: hidden;
}

.news-block-two .image:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 10;
	pointer-events: none;
}

.news-block-two .inner-box:hover .image:before {
	-webkit-animation: circle 0.75s;
	animation: circle 0.75s;
}

.news-block-two ul.post-meta {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.news-block-two ul.post-meta li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
}

.news-block-two ul.post-meta li a {
	color: var(--color2);
	font-size: 16px;
	transition: 0.5s;
}

.news-block-two ul.post-meta li a i {
	margin-right: 4px;
}

.news-block-two h4 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	font-family: inherit;
	margin-bottom: 15px;
}

.news-block-two h4 a {
	color: var(--color2);
	transition: 0.5s;
}

.news-block-two h4 a:hover {
	color: var(--color1);
}

.news-block-two .date {
	position: relative;
	margin-bottom: 20px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	transition: 0.5s;
	background: var(--color2);
	display: inline-block;
	vertical-align: middle;
	padding: 3px 21px;
	margin-top: -18px;
	z-index: 10;
}

.news-block-two .text {
	position: relative;
	font-size: 16px;
	transition: 0.5s;
}

.news-block-two .read-more {
	position: relative;
}

.news-block-two .read-more a {
	position: relative;
	color: var(--color1);
	transition: 0.5s;
	font-size: 16px;
	font-weight: 700;
	transition: 0.5s;
}

.news-block-two .read-more a i {
	margin-left: 7px;
}

.news-block-two .read-more a:hover {
	color: var(--color2);
}

/* main footer style two */

.about-widget-two .logo {
	position: relative;
	margin-bottom: 30px;
}
.about-widget-two .text {
	position: relative;
	color: rgb(255 255 255 / 0.9);
	margin-bottom: 30px;
	font-weight: 400;
	text-align: justify;
}
.about-widget-two .social-links {
	position: relative;
	margin-bottom: 20px;
}
.about-widget-two .social-links li {
	position: relative;
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
}
.about-widget-two .social-links li a {
	position: relative;
	display: block;
	color: rgb(255 255 255 / 70%);
	font-size: 14px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: rgb(255 255 255 / 10%);
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.about-widget-two .social-links li a i {
	position: relative;
}
.about-widget-two .social-links li a:hover {
	color: #ffffff;
}
.about-widget-two .social-links li a:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: var(--color1);
}
.about-widget-two .social-links li a:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.about-widget-two .social-links li a span {
	position: relative;
}

.contact-widget .contact-info {
	position: relative;
}
.contact-widget .contact-info li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.contact-widget .contact-info li .icon {
	position: relative;
	display: block;
	color: var(--color1);
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 500ms ease;
	margin: 8px 0;
	margin-right: 15px;
	font-size: 24px;
}
.contact-widget .contact-info li .text {
	position: relative;
	color: rgb(255 255 255 / 0.9);
	width: calc(100% - 60px);
	font-weight: 400;
	margin: 3px;
}
.contact-widget .contact-info li .text a {
	color: rgb(255 255 255 / 0.9);
	transition: 0.5s;
}

.contact-widget .contact-info li .text a:hover {
	color: var(--color1);
}

.main-footer.style-two .footer-bottom .wrapper-box {
	justify-content: center;
}

.main-footer.style-two .links-widget ul li a {
	color: rgba(255, 255, 255, 0.9);
}

.main-footer.style-two .links-widget ul li a:hover {
	color: var(--color1);
}

.main-footer.style-two .newsletter-widget .text {
	color: rgba(255, 255, 255, 0.9);
}

.main-footer.style-two .newsletter-widget .theme-btn {
	background-color: var(--color1);
}

/* Header style four */
.main-header.header-style-four {
	position: absolute;
}

.main-header.header-style-four .header-top {
	background: #002e33;
}

.header-style-four .sticky-header {
	background: #eaf2f4;
}

.header-style-four .header-top .auto-container {
	padding: 0 15px;
	max-width: 1200px;
}

.header-style-four .header-upper .navbar-right-info .theme-btn {
	padding-right: 90px;
	padding-left: 20px;
}

.header-style-four .header-upper .navbar-right-info .theme-btn i {
	position: absolute;
	right: 15px;
	top: 14px;
	font-size: 20px;
}

/* Page Title */

.page-title {
	position: relative;
	padding: 210px 0 100px;
	text-align: center;
	background-size: cover;
	background-position: bottom center;
}

.page-title h1 {
	font-size: 47px;
	line-height: 63px;
	margin-bottom: 20px;
	font-weight: 700;
}

.page-title .bread-crumb {
	position: relative;
}
.page-title .bread-crumb li {
	color: var(--color2);
	position: relative;
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 400;
	padding-right: 20px;
}
.page-title .bread-crumb li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.page-title .bread-crumb li:before {
	content: '';
	position: absolute;
	right: 0;
	top: 6px;
	width: 1px;
	height: 18px;
	background-color: var(--color2);
}
.page-title .bread-crumb li:last-child:before {
	display: none;
}
.page-title .bread-crumb li a {
	color: var(--color2);
}

.video-section.style-two .video-btn a {
	color: var(--color1);
}

.testimonials-section-two.style-two .testimonials-area .quote-icon {
	color: var(--color1);
}

.testimonials-section-two.style-two .testimonials-area {
	background: var(--color1);
}

.team-section.style-three .team-blcok .social-icon:before {
	background: var(--color1);
}

.team-section.style-three .filters .filter-btns li.active {
	border-bottom-color: var(--color1);
}

/* funfacts section style two */
.funfacts-section.style-two {
	background: #005963;
}

.funfacts-section.style-two .facts-block .inner {
	background: #1a6a73;
}

.faq-section.style-two .feature-block-three .link-btn a {
	background: rgb(0 172 177 / 10%);
}

.faq-section.style-two .accordion-box .block .icon-outer {
	background: var(--color1);
}

/* Doctor List section */
.doctors-list-section {
	position: relative;
	padding: 110px 0 80px;
}

.doctors-list-section .select-box li {
	position: relative;
	font-size: 16px;
	color: #565872;
	margin-bottom: 5px;
}
.doctors-list-section .select-box .single-checkbox {
	position: relative;
	display: block;
}
.doctors-list-section .select-box label {
	position: relative;
	display: block;
	padding-left: 30px;
	margin-right: 0px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	cursor: pointer;
}
.doctors-list-section .select-box input {
	display: none;
}
.doctors-list-section .select-box input + label span {
	position: absolute;
	top: 6px;
	left: 0;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background-color: transparent;
	border: 2px solid var(--color1);
	cursor: pointer;
	transition: all 300ms ease;
}
.doctors-list-section .select-box label span:before {
	position: absolute;
	content: '\f00c';
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	transform: scale(0, 0);
	transition: all 500ms ease;
	font-family: 'Font Awesome 5 Pro';
	text-align: center;
	line-height: 15px;
	color: var(--color1);
	font-weight: 900;
	font-size: 12px;
}
.doctors-list-section .select-box input:checked + label span:before {
	opacity: 1;
	transform: scale(1, 1);
}

/* categories widget */
.widget-categories .list {
	position: relative;
}

.widget-categories .list li {
	position: relative;
	margin-bottom: 15px;
}

.widget-categories .list li a {
	position: relative;
	border: 1px solid #e8e8e8;
	display: block;
	border-radius: 5px;
	padding: 9px 23px;
	font-weight: 700;
	font-size: 16px;
	color: var(--color2);
	transition: 0.5s;
}

.widget-categories .list li.current a,
.widget-categories .list li a:hover {
	color: #fff;
	background: var(--color1);
	border-color: var(--color1);
}

.widget-categories .list li a:before {
	position: absolute;
	content: '\f105';
	right: 30px;
	top: 13px;
	display: block;
	line-height: 24px;
	font-size: 17px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
}

/* experience-years-widget */
.price-range-slider {
	width: 100%;
	position: relative;
	margin-top: 35px;
}
.price-range-slider .range-value {
	margin: 0;
}
.price-range-slider .range-value input {
	width: 100%;
	background: none;
	color: #000;
	font-size: 16px;
	font-weight: initial;
	box-shadow: none;
	border: none;
	margin: 20px 0 0 0;
}
.price-range-slider .range-bar {
	border: none;
	background: #c2c2c2;
	height: 3px;
	width: 96%;
	margin-left: 10px;
}
.price-range-slider .range-bar .ui-slider-range {
	background: #06b9c0;
}
.price-range-slider .range-bar .ui-slider-handle {
	border: none;
	border-radius: 25px;
	background: #fff;
	border: 2px solid var(--color1);
	height: 16px;
	width: 16px;
	top: -6.5px;
	cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
	background: #06b9c0;
}

/* doctor-page-wrapper */

.doctor-page-wrapper .item-shorting {
	position: relative;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.doctor-page-wrapper .item-shorting .left-column h3 {
	font-size: 16px;
	line-height: 50px;
	font-weight: 700;
	font-family: inherit;
}
.doctor-page-wrapper .item-shorting .right-column .short-box {
	float: left;
	width: 150px;
	margin-left: 10px;
}
.doctor-page-wrapper .item-shorting .right-column .menu-box {
	float: left;
}
.nice-select .option {
	float: none;
	display: block;
	margin: 0px;
}
.doctor-page-wrapper .item-shorting .right-column .nice-select {
	height: 45px;
	border: 2px solid #e5e7ec !important;
	border-radius: 5px;
	padding: 0 15px 0;
	font-size: 16px;
	font-weight: 500;
	color: var(--color2);
}
.doctor-page-wrapper .item-shorting .right-column .nice-select:after {
	top: 21px;
	right: 15px;
}
.doctor-page-wrapper .item-shorting .right-column .menu-box button {
	position: relative;
	float: left;
	width: 45px;
	height: 45px;
	line-height: 42px;
	font-size: 20px;
	border: 2px solid #e8e8e8;
	border-radius: 5px;
	color: #93959e;
	background: transparent;
	cursor: pointer;
	margin-right: 10px;
	transition: all 500ms ease;
}
.doctor-page-wrapper .item-shorting .right-column .menu-box button:last-child {
	margin-right: 0px !important;
}
.doctor-page-wrapper .item-shorting .right-column .menu-box button.on {
	color: #fff;
	background-color: var(--color1);
	border-color: var(--color1);
}
.doctor-page-wrapper .pagination-wrapper {
	position: relative;
	padding-top: 30px;
}
.doctor-page-wrapper .list .grid-view {
	display: none;
}
.doctor-page-wrapper .grid .list-view {
	display: none;
}

/* doctor block two */
.doctor-block-two {
	position: relative;
}

.doctor-block-two .inner-box {
	position: relative;
	background: #fff;
	padding: 25px;
	border-radius: 5px;
	box-shadow: 10px 10px 30px rgb(0 0 0 / 5%);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	min-height: 210px;
	margin-bottom: 30px;
}

.doctor-block-two .left-column {
	width: 66%;
	padding-left: 166px;
}

.doctor-block-two .image {
	position: absolute;
	top: 25px;
	left: 25px;
}

.doctor-block-two h4 {
	font-size: 20px;
	font-family: inherit;
	font-weight: 700;
	margin-bottom: 5px;
}

.doctor-block-two h4 a {
	color: var(--color2);
	transition: 0.5s;
}

.doctor-block-two h4 a:hover {
	color: var(--color1);
}

.doctor-block-two .designation {
	font-size: 16px;
	font-weight: 500;
	color: var(--color2);
	margin-bottom: 6px;
}

.doctor-block-two .rating {
	position: relative;
	font-size: 13px;
	color: var(--color2);
	margin-bottom: 10px;
}

.doctor-block-two .text {
	position: relative;
	margin: 0;
	line-height: 26px;
}

.doctor-block-two .right-column {
	width: 30%;
	padding-left: 20px;
	border-left: 1px solid #ddd;
}

.doctor-block-two .list {
	position: relative;
	margin-bottom: 15px;
}

.doctor-block-two .list li {
	position: relative;
	font-size: 16px;
	color: var(--color2);
}

.doctor-block-two .list i {
	margin-right: 10px;
	color: var(--color1);
}

.doctor-block-two .theme-btn {
	padding: 8.5px 10px;
	min-width: 140px;
	vertical-align: middle;
	display: inline-block;
	background: #fff;
	color: var(--color2);
	border: 2px solid #ebf2f3;
}

.doctor-block-two .theme-btn:hover {
	background-color: var(--color1);
	border-color: var(--color1);
	color: #fff;
}

.doctor-block-two .theme-btn:before {
	background-color: var(--color1);
}

.doctor-block-two .like {
	margin-left: 5px;
	width: 45px;
	height: 45px;
	border: 2px solid #ebf2f3;
	border-radius: 5px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	transition: 0.5s;
}

.doctor-block-two .like:hover {
	color: #fff;
	background-color: var(--color1);
	border-color: var(--color1);
}

.post-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 60px;
	margin-bottom: 20px;
}

.post-pagination.text-center {
	justify-content: center;
}

.post-pagination li {
	background: #ebf2f3;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
	margin: 0 5px 10px;
	text-align: center;
}

.post-pagination li.prev i {
	display: inline-block;
	transform: rotate(180deg);
}

.post-pagination li a {
	color: var(--color2);
	display: block;
	transition: 0.5s;
}

.post-pagination li a:hover,
.post-pagination li .current {
	color: #fff;
	background: var(--color1);
	display: block;
	border-radius: 10px;
}

/* doctor block two */
.doctor-block-three {
	position: relative;
}

.doctor-block-three .inner-box {
	position: relative;
	background: #fff;
	padding: 25px;
	padding-bottom: 30px;
	border-radius: 5px;
	box-shadow: 10px 10px 30px rgb(0 0 0 / 5%);
	min-height: 210px;
	margin-bottom: 30px;
}

.doctor-block-three .inner-box .overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: 0.7s;
	padding: 30px 25px;
	background: #fff;
	transform: scaleY(0.9) translateY(20px);
	transform-origin: top;
}

.doctor-block-three .inner-box:hover .overlay {
	opacity: 1;
	transform: scale(1);
}

.doctor-block-three .image {
	position: relative;
	margin-bottom: 30px;
}

.doctor-block-three h4 {
	font-size: 20px;
	font-family: inherit;
	font-weight: 700;
	margin-bottom: 5px;
}

.doctor-block-three h4 a {
	color: var(--color2);
	transition: 0.5s;
}

.doctor-block-three h4 a:hover {
	color: var(--color1);
}

.doctor-block-three .designation {
	font-size: 16px;
	font-weight: 500;
	color: var(--color2);
	margin-bottom: 6px;
}

.doctor-block-three .rating {
	position: relative;
	font-size: 13px;
	color: var(--color2);
	margin-bottom: 10px;
}

.doctor-block-three .text {
	position: relative;
	margin: 0 0 0;
	line-height: 26px;
}

.doctor-block-three .right-column {
	width: 30%;
	padding-left: 20px;
	border-left: 1px solid #ddd;
}

.doctor-block-three .list {
	position: relative;
	margin-bottom: 15px;
}

.doctor-block-three .list li {
	position: relative;
	font-size: 16px;
	color: var(--color2);
}

.doctor-block-three .list i {
	margin-right: 10px;
	color: var(--color1);
}

.doctor-block-three .theme-btn {
	padding: 8.5px 10px;
	min-width: 140px;
	vertical-align: middle;
	display: inline-block;
	background: #fff;
	color: var(--color2);
	border: 2px solid #ebf2f3;
	width: calc(100% - 55px);
}

.doctor-block-three .theme-btn:hover {
	background-color: var(--color1);
	border-color: var(--color1);
	color: #fff;
}

.doctor-block-three .theme-btn:before {
	background-color: var(--color1);
}

.doctor-block-three .like {
	margin-left: 5px;
	width: 45px;
	height: 45px;
	border: 2px solid #ebf2f3;
	border-radius: 5px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	transition: 0.5s;
}

.doctor-block-three .like:hover {
	color: #fff;
	background-color: var(--color1);
	border-color: var(--color1);
}

/* doctor block four */
.doctor-block-four {
	position: relative;
}

.doctor-block-four .inner-box {
	position: relative;
	background: #fff;
	padding: 35px;
	padding-left: 385px;
	border-radius: 5px;
	box-shadow: 10px 10px 30px rgb(0 0 0 / 5%);
	min-height: 422px;
	margin-bottom: 60px;
}

.doctor-block-four .image {
	position: absolute;
	top: 35px;
	left: 35px;
}

.doctor-block-four h3 {
	font-size: 30px;
	font-family: inherit;
	font-weight: 700;
	padding-top: 7px;
}

.doctor-block-four h4 {
	font-size: 20px;
	font-family: inherit;
	font-weight: 700;
	margin-bottom: 10px;
}

.doctor-block-four h4 a {
	color: var(--color2);
	transition: 0.5s;
}

.doctor-block-four h4 a:hover {
	color: var(--color1);
}

.doctor-block-four .designation {
	font-size: 16px;
	font-weight: 500;
	color: var(--color2);
	margin-bottom: 6px;
}

.doctor-block-four .rating {
	position: relative;
	font-size: 13px;
	color: var(--color2);
	margin-bottom: 10px;
}

.doctor-block-four .text {
	position: relative;
	margin: 0;
	line-height: 26px;
}

.doctor-block-four .right-column {
	width: 30%;
	padding-left: 20px;
	border-left: 1px solid #ddd;
}

.doctor-block-four .list {
	position: relative;
}

.doctor-block-four .list li {
	position: relative;
	font-size: 16px;
	color: var(--color2);
}

.doctor-block-four .list i {
	margin-right: 10px;
	color: var(--color1);
}

.doctor-block-four .link-btn a {
	margin-top: 10px;
}

.doctor-block-four .theme-btn.phone-number {
	padding: 8.5px 20px;
	min-width: 140px;
	vertical-align: middle;
	display: inline-block;
	background: #fff;
	color: var(--color2);
	border: 2px solid #ebf2f3;
}

.doctor-block-four .theme-btn.phone-number i {
	transform: rotate(90deg);
	color: var(--color1);
	margin-right: 10px;
	font-size: 15px;
}

.doctor-block-four .theme-btn.phone-number:hover i {
	color: #fff;
}

.doctor-block-four .theme-btn.phone-number:hover {
	background-color: var(--color1);
	border-color: var(--color1);
	color: #fff;
}

.doctor-block-four .theme-btn.phone-number:before {
	background-color: var(--color1);
}

.doctor-block-four .theme-btn {
	padding: 10.5px 20px;
	margin-right: 10px;
}

.doctor-block-four .theme-btn i {
	top: 0px;
}

.doctor-block-four .share-links {
	position: absolute;
	top: 0;
	right: 0;
}

.doctor-block-four .share-links a {
	margin-left: 5px;
	width: 45px;
	height: 45px;
	border: 2px solid #ebf2f3;
	border-radius: 5px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	transition: 0.5s;
}

.doctor-block-four .share-links a:hover {
	color: #fff;
	background-color: var(--color1);
	border-color: var(--color1);
}

.doctor-block-four .content-row {
	position: relative;
	border-bottom: 1px solid #ebf2f3;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.doctor-details {
	position: relative;
	padding: 110px 0 80px;
}

.doctor-details .tabs-box .tabs-content {
	position: relative;
}

.doctor-details .tabs-content .tab {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-webkit-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9) translateY(0px);
	opacity: 0;
	visibility: hidden;
}

.doctor-details .tabs-content .tab.active-tab {
	position: relative;
	z-index: 5;
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.doctor-details .content__block .tabs-box {
	position: relative;
}

.doctor-details .content__block ul.tab-btns {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.doctor-details .content__block ul.tab-btns li.tab-btn {
	margin-right: 15px;
	color: var(--color2);
	margin-bottom: 20px;
	text-transform: capitalize;
	font-weight: 700;
	cursor: pointer;
	transition: 0.5s;
	background: #ebf2f3;
	border-radius: 5px;
	padding: 6px 30px;
	font-size: 16px;
}

.doctor-details .content__block ul.tab-btns li.tab-btn.active-btn {
	background-color: var(--color1);
	color: #fff;
}

.doctor-details .tabs-box ul.tab-btns {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}

.doctor-details .tabs-box ul li.tab-btn {
	position: relative;
	border-right: 1px solid #ececec;
	width: 20%;
	text-align: center;
	background: #fff;
	box-shadow: 10px 10px 30px rgb(0 0 0 / 5%);
	padding: 25px 0 23px;
	border-bottom: 2px solid transparent;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}

.doctor-details .tabs-box ul li.tab-btn.active-btn {
	border-bottom-color: var(--color1);
}

.doctor-details .tabs-box .tabs-content h3 {
	position: relative;
	font-size: 25px;
	font-weight: 700;
	font-family: inherit;
	margin-bottom: 30px;
}

.doctor-details .tabs-box .tabs-content h4 {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	font-family: inherit;
	margin-bottom: 30px;
}

.doctor-details .tabs-box .tabs-content .text {
	margin-bottom: 40px;
	color: var(--color2);
}

.doctor-details .tabs-box .tabs-content .list {
	position: relative;
	margin-bottom: 15px;
}

.doctor-details .tabs-box .tabs-content .list li {
	font-size: 16px;
	font-weight: 500;
	color: var(--color2);
	margin-bottom: 15px;
}

.doctor-details .location-contact .content {
	position: relative;
	border: 1px solid #ddd;
	border-left: 0;
	padding: 45px 35px 35px;
}

.doctor-details .location-contact .contact-info {
	position: relative;
	margin-bottom: 30px;
}

.doctor-details .location-contact .contact-info li {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
}

.doctor-details .location-contact .contact-info i {
	position: absolute;
	top: 8px;
	left: 0;
	font-size: 18px;
	color: var(--color1);
}

.doctor-details .location-contact .contact-info a {
	color: var(--color2);
}

.doctor-details .hospital-list {
	position: relative;
}

.doctor-details .hospital-list li {
	position: relative;
	font-size: 16px;
	color: var(--color2);
	padding-left: 45px;
	margin-bottom: 22px;
}

.doctor-details .hospital-list li span {
	position: absolute;
	top: -2px;
	left: 0;
	width: 35px;
	height: 35px;
	background: rgb(0 172 177 / 10%);
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 700;
}

.doctor-details .location-contact {
	position: relative;
	margin-bottom: 30px;
}

.doctor-details .experience table {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	border: 2px solid #e8e8e8;
	border-radius: 5px;
}

.doctor-details .experience table tr {
	position: relative;
	border-bottom: 2px solid #e8e8e8;
}

.doctor-details .experience table td {
	position: relative;
	padding: 14px 30px;
	width: 50%;
}

.doctor-details .accordion-box .block .acc-btn {
	color: var(--color2);
}

.doctor-details .accordion-box .block {
	margin-bottom: 0;
	padding: 20px 0;
	border-bottom: 2px solid #e8e8e8;
}

.doctor-details .accordion-box .block:last-child {
	border-bottom: 0;
}

.doctor-details .accordion-box {
	border: 2px solid #e8e8e8;
	border-radius: 10px;
	margin-bottom: 30px;
}

.doctor-details .accordion-box .block .acc-content {
	padding: 0 35px;
	border-top: 2px solid #e8e8e8;
	margin-top: 20px;
}

.doctor-details .accordion-box .block .content {
	margin-top: 20px;
}

.doctor-details .accordion-box .block .content .text {
	margin: 0;
}

/* Patient review */

.patient-review .review-area {
	position: relative;
}

.patient-review .review-area .review-box {
	position: relative;
	border: 2px solid #e8e8e8;
	padding: 25px 33px;
	padding-left: 145px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.patient-review .review-area .review-box .author-thumb {
	position: absolute;
	top: 25px;
	left: 33px;
}

.patient-review .review-area .review-box .name {
	position: relative;
	font-size: 20px;
	color: var(--color2);
	font-weight: 700;
}

.patient-review .review-area .review-box .info {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}

.patient-review .review-area .review-box .rating {
	font-size: 12px;
	color: var(--color2);
	margin-left: 20px;
	margin-right: 8px;
}

.patient-review .review-area .review-box .info span {
	position: relative;
	font-size: 16px;
	color: var(--color2);
}

.patient-review .review-area .review-box .review-date {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 15px;
	color: var(--color2);
}

.patient-review .review-area .review-box .text {
	margin-bottom: 0;
}

.patient-review .link-btn {
	position: relative;
	margin-bottom: 30px;
}

.patient-review .theme-btn {
	padding: 8.5px 10px;
	min-width: 140px;
	vertical-align: middle;
	display: inline-block;
	background: #fff;
	color: var(--color2);
	border: 2px solid #ebf2f3;
}

.patient-review .theme-btn:hover {
	background-color: var(--color1);
	border-color: var(--color1);
	color: #fff;
}

.patient-review .theme-btn:before {
	background-color: var(--color1);
}

.patient-review .theme-btn i {
	margin-left: 7px;
	top: 1px;
}

.get-app-widget {
	position: relative;
}

.get-app-widget .image {
	position: relative;
}

.get-app-widget .content {
	position: relative;
	text-align: center;
	border: 1px solid #e8e8e8;
	border-radius: 0 0 5px 5px;
	padding: 35px 30px;
}

.get-app-widget h4 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	font-family: inherit;
	margin-bottom: 10px;
}

.get-app-widget .text {
	color: var(--color2);
}

.get-app-widget .content form {
	position: relative;
}

.get-app-widget .content form input[type='email'] {
	position: relative;
	height: 45px;
	border: 1px solid #ddd;
	width: 100%;
	border-radius: 22.5px;
	padding: 0 25px;
	font-size: 16px;
	color: var(--color2);
}

.get-app-widget .content form button {
	position: absolute;
	top: 3.5px;
	right: 5px;
	background: var(--color1);
	width: 36px;
	height: 36px;
	color: #fff;
	font-size: 15px;
	border-radius: 50%;
}

/* pricing-section */

.pricing-section {
	position: relative;
	padding: 120px 0 90px;
}

.pricing-block .inner-box {
	position: relative;
	background-color: #fff;
	padding: 45px;
	text-align: center;
	margin-bottom: 30px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.03);
	border-radius: 5px;
}

.pricing-block .shape {
	position: absolute;
	bottom: 0;
	left: 0;
}

.pricing-block .icon {
	position: relative;
	width: 96px;
	height: 96px;
	line-height: 110px;
	text-align: center;
	background-color: #f3f2f7;
	margin: 0 auto 20px;
	font-size: 50px;
	color: var(--color1);
	border-radius: 50%;
}

.pricing-block .category {
	position: relative;
	font-weight: 700;
	font-size: 16px;
	color: var(--color1);
	margin-bottom: 10px;
}

.pricing-block .price {
	position: relative;
	font-size: 47px;
	font-weight: 500;
	color: var(--color2);
	line-height: 50px;
	margin-bottom: 45px;
}

.pricing-block .price sub {
	font-size: 20px;
	position: relative;
	bottom: 0;
}

.pricing-block .list {
	position: relative;
	margin-bottom: 38px;
}

.pricing-block .list li {
	font-size: 16px;
	margin-bottom: 7px;
	color: var(--color2);
}

.pricing-block .theme-btn {
	padding: 18px 35px;
}

/* pricing style two */

.pricing-block.style-two .inner-box {
	background-color: var(--color1);
}

.pricing-block.style-two .icon {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.pricing-block.style-two .category {
	color: #fff;
}

.pricing-block.style-two .price {
	color: #fff;
}

.pricing-block.style-two .list li {
	color: #fff;
}

.pricing-block.style-two .theme-btn {
	background-color: #fff;
	color: var(--color2);
}

.pricing-block.style-two .theme-btn:hover {
	color: #fff;
}

/* Appointment page */

.appointment-page {
	position: relative;
	padding: 120px 0 90px;
}

.appointment-page .wrapper-box {
	position: relative;
	padding: 60px 50px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.appointment-page .group-title {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	font-family: inherit;
	margin-bottom: 30px;
}

.appointment-page form textarea,
.appointment-page .nice-select,
.appointment-page form input {
	position: relative;
	height: 60px;
	border: 2px solid #e8e8e8;
	border-radius: 5px;
	padding: 0 25px;
	width: 100%;
	font-size: 16px;
	color: #565872;
}

.appointment-page .nice-select {
	padding: 9px 25px;
	margin-bottom: 23px;
}

.appointment-page form .form-group {
	position: relative;
	margin-bottom: 23px;
}

.appointment-page form i {
	position: absolute;
	top: 23px;
	right: 20px;
	color: #cbcbcb;
	font-size: 15px;
}

.appointment-page .nice-select:after {
	right: 20px;
	width: 8px;
	height: 8px;
}

.appointment-page form textarea {
	padding: 20px 25px;
	height: 140px;
}

.appointment-page form p {
	color: #565872;
	font-size: 16px;
}

.appointment-page .form-group-two {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}

.appointment-page .form-group-two h5 {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	font-family: inherit;
	margin-bottom: 5px;
	margin-right: 20px;
}

.appointment-page .select-box li {
	position: relative;
	font-size: 16px;
	color: #565872;
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 20px;
}
.appointment-page .select-box .single-checkbox {
	position: relative;
	display: block;
}
.appointment-page .select-box label {
	position: relative;
	display: block;
	padding-left: 30px;
	margin-right: 0px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	cursor: pointer;
	color: var(--color2);
}
.appointment-page .style-two .select-box label {
	font-size: 16px;
	font-weight: 400;
}
.appointment-page .select-box input {
	display: none;
}
.appointment-page .select-box input + label span {
	position: absolute;
	top: 6px;
	left: 0;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background-color: transparent;
	border: 2px solid var(--color1);
	cursor: pointer;
	transition: all 300ms ease;
}
.appointment-page .select-box label span:before {
	position: absolute;
	content: '\f00c';
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	transform: scale(0, 0);
	transition: all 500ms ease;
	font-family: 'Font Awesome 5 Pro';
	text-align: center;
	line-height: 15px;
	color: var(--color1);
	font-weight: 900;
	font-size: 12px;
}
.appointment-page .select-box input:checked + label span:before {
	opacity: 1;
	transform: scale(1, 1);
}

.booking-summery {
	position: relative;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	overflow: hidden;
}

.booking-summery h4 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	font-family: inherit;
	background: #ebf2f3;
	padding: 24px 28px;
}

.booking-summery .block {
	position: relative;
	padding: 20px 28px 13px;
	border-bottom: 1px solid #e8e8e8;
}

.booking-summery table {
	width: 100%;
	font-size: 16px;
	color: #565872;
}

.booking-summery table td {
	padding-bottom: 7px;
}

.booking-summery .block .link-btn {
	margin: 10px 0 14px;
}

.booking-summery .block .link-btn .theme-btn {
	width: 100%;
}

.booking-summery .block .link-btn .theme-btn i {
	margin-left: 6px;
	margin-right: 0;
	font-size: 16px;
}

/* Faq page */

.faq-page {
	position: relative;
	padding: 120px 0 90px;
}

.faq-page .accordion-box .block .acc-btn {
	color: var(--color2);
}

.faq-page .accordion-box .block {
	margin-bottom: 0;
	padding: 20px 0;
	border-bottom: 2px solid #e8e8e8;
}

.faq-page .accordion-box .block:last-child {
	border-bottom: 0;
}

.faq-page .accordion-box {
	border: 2px solid #e8e8e8;
	border-radius: 10px;
	margin-bottom: 30px;
}

.faq-page .accordion-box .block .acc-content {
	padding: 0 35px;
	border-top: 2px solid #e8e8e8;
	margin-top: 20px;
}

.faq-page .accordion-box .block .content {
	margin-top: 20px;
}

.faq-page .accordion-box .block .content .text {
	margin: 0;
	color: var(--color2);
}

.faq-page .accordion-box .block .icon-outer {
	background: #ebf2f3;
	color: var(--color2);
	left: auto;
	right: 15px;
	width: 37px;
	height: 37px;
	line-height: 37px;
	font-size: 22px;
	top: -9px;
}

.faq-page .tabs-box .tabs-content {
	position: relative;
}

.faq-page .tabs-content .tab {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-webkit-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9) translateY(0px);
	opacity: 0;
	visibility: hidden;
}

.faq-page .tabs-content .tab.active-tab {
	position: relative;
	z-index: 5;
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.faq-page .tabs-box {
	position: relative;
}

.faq-page ul.tab-btns {
	position: relative;
	margin-bottom: 15px;
}

.faq-page ul.tab-btns .tab-btn {
	position: relative;
	border: 1px solid #e8e8e8;
	display: block;
	border-radius: 5px;
	padding: 9px 23px;
	font-weight: 700;
	font-size: 16px;
	color: var(--color2);
	transition: 0.5s;
	cursor: pointer;
	margin-bottom: 15px;
}

.faq-page ul.tab-btns .tab-btn:hover,
.faq-page ul.tab-btns .tab-btn.active-btn {
	color: #fff;
	background: var(--color1);
	border-color: var(--color1);
}

.faq-page ul.tab-btns .tab-btn:before {
	position: absolute;
	content: '\f105';
	right: 30px;
	top: 13px;
	display: block;
	line-height: 24px;
	font-size: 17px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
}

/*Error Section*/

.error-section {
	position: relative;
	padding: 110px 0px;
}
.error-section .content {
	position: relative;
	text-align: center;
}
.error-section h1 {
	position: relative;
	font-size: 200px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 10px;
}
.error-section h2 {
	position: relative;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.error-section .text {
	position: relative;
	font-size: 20px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 50px;
}
.error-section .theme-btn {
	position: relative;
}

/* Blog Page */

.blog-page {
	position: relative;
	padding: 120px 0 90px;
}

.news-block-three {
	position: relative;
	margin-bottom: 40px;
}

.news-block-three .image {
	position: relative;
	overflow: hidden;
}

.news-block-three .image:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 10;
	pointer-events: none;
}

.news-block-three .inner-box .image:hover:before {
	-webkit-animation: circle 0.75s;
	animation: circle 0.75s;
}

.news-block-three .lower-content {
	position: relative;
	padding: 30px;
	border: 1px solid #ebf2f3;
	border-top: 0;
	border-radius: 5px;
}

.news-block-three ul.post-meta {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	color: var(--color2);
	margin-bottom: 13px;
}

.news-block-three .post-meta li {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #ddd;
}

.news-block-three .post-meta li:last-child {
	border-right: 0;
}

.news-block-three h3 {
	position: relative;
	font-size: 28px;
	line-height: 42px;
	font-weight: 700;
	font-family: inherit;
	margin-bottom: 20px;
}

.news-block-three h3 a {
	color: var(--color2);
	transition: 0.5s;
}

.news-block-three h3 a:hover {
	color: var(--color1);
}

.news-block-three .read-more {
	position: relative;
	font-size: 15px;
	font-weight: 700;
	color: var(--color1);
	display: inline-block;
	transition: 0.5s;
}

.news-block-three .read-more i {
	vertical-align: middle;
	margin-left: 5px;
}

.news-block-three .read-more:hover {
	color: var(--color2);
}

/* Widget Search */

.widget_search {
	position: relative;
}
.widget.widget_search .widget-title:before {
	background-image: url(../images/shape/shape-8.png);
}
.widget_search input[type='search'] {
	width: 100%;
	height: 80px;
	color: #616161;
	padding: 0 30px;
	padding-right: 65px;
	font-weight: 400;
	border: 2px solid #eaeaea;
	border-radius: 40px;
	font-size: 18px;
}
.widget_search .form-group {
	position: relative;
	margin-bottom: 0;
}
.widget_search button {
	position: absolute;
	top: 6px;
	right: 6px;
	background: var(--color1);
	color: #fff;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	transition: 0.5s;
}

.widget_search button:hover {
	background-color: var(--color2);
}
/* Category Widget */

.widget_categories {
	position: relative;
}
.categories-list {
	position: relative;
	border-top: 1px solid #d5d5d5;
}
.categories-list li {
	position: relative;
	border-bottom: 1px solid #d5d5d5;
}
.categories-list li:last-child {
	margin-bottom: 0;
}
.categories-list li a {
	color: var(--color2);
	font-size: 16px;
	font-weight: 500;
	transition: 0.5s;
	line-height: 59px;
}
.categories-list li.current a,
.categories-list li a:hover {
	color: var(--color1);
}
.categories-list li span {
	position: absolute;
	right: 0;
	top: 16px;
	font-weight: 300;
	color: var(--color2);
	font-size: 16px;
}

/* Popular Post */

.widget_popular_post {
	position: relative;
}
.widget_popular_post .post-thumb {
	position: relative;
	margin-right: 15px;
	margin-bottom: 10px;
	overflow: hidden;
}

.widget_popular_post .post-thumb:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	z-index: 10;
	pointer-events: none;
}

.widget_popular_post .post-thumb:hover:before {
	-webkit-animation: circle 0.75s;
	animation: circle 0.75s;
}

.widget_popular_post .post-thumb img {
	border-radius: 5px;
}
.widget_popular_post .post {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	border: 1px solid #e3e3e3;
	padding-bottom: 17px;
	padding: 14px;
	padding-bottom: 4px;
	border-radius: 5px;
	background: var(--color2);
}
.widget_popular_post .post:last-child {
	margin-bottom: 0;
}
.widget_popular_post .content {
	position: relative;
	max-width: 225px;
}
.widget_popular_post .content h5 {
	position: relative;
	font-size: 16px;
	margin-bottom: 3px;
	font-weight: 400;
	font-family: inherit;
}
.widget_popular_post .content h5 a {
	color: #565872;
	transition: 0.5s;
}
.widget_popular_post .content h5 a:hover {
	color: var(--thm-color-one);
}
.widget_popular_post .content .post-info {
	font-size: 14px;
	color: var(--color2);
}
.widget_popular_post .content .post-info i {
	margin-right: 4px;
	color: var(--color1);
}
/* Tag Cloud */

.widget_tag_cloud {
	position: relative;
}
.widget_tag_cloud ul {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.widget_tag_cloud li {
	font-size: 16px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.widget_tag_cloud li a {
	color: var(--color2);
	background-color: #fff;
	transition: 0.5s;
	padding: 0px 18px;
	display: inline-block;
	font-size: 16px;
	text-transform: capitalize;
	border-radius: 5px;
	border: 1px solid #e2eeff;
}
.widget_tag_cloud li a:hover {
	color: #fff;
	background: var(--color1);
	border-color: var(--color1);
}

/* blog single post */
.blog-single-post {
	position: relative;
	margin-bottom: 40px;
}

.blog-single-post .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.blog-single-post .lower-content {
	position: relative;
	padding: 30px;
	border: 1px solid #ebf2f3;
	border-top: 0;
	border-radius: 5px;
}

.blog-single-post ul.post-meta {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	color: var(--color2);
	margin-bottom: 13px;
}

.blog-single-post .post-meta li {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #ddd;
}

.blog-single-post .post-meta li:last-child {
	border-right: 0;
}

.blog-single-post h3 {
	position: relative;
	font-size: 28px;
	line-height: 42px;
	font-weight: 700;
	font-family: inherit;
	margin-bottom: 20px;
}

.blog-single-post .text {
	margin-bottom: 40px;
	text-align: justify;
}

.blog-single-post blockquote {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	color: #565872;
	margin-bottom: 30px;
}

.blog-single-post blockquote:before {
	position: absolute;
	content: '';
	top: 0;
	width: 8px;
	bottom: 0;
	background: var(--color1);
	left: 0;
	border-radius: 5px;
}

.blog-single-post cite {
	position: relative;
	display: block;
	font-style: normal;
	font-weight: 700;
	color: var(--color1);
	margin-top: 5px;
}

/* Comments */

.comments-title {
	position: relative;
	margin-bottom: 35px;
}
.comments-title h4 {
	font-size: 37px;
	text-transform: capitalize;
	margin: 0;
	font-weight: 700;
	font-family: inherit;
}
.comments-title p {
	font-size: 13px;
	color: #555;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 5px;
}
.comments-area {
	position: relative;
	margin-bottom: 70px;
}
.comments-area .comment-box {
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #e2eeff;
	padding: 30px;
	border-radius: 5px;
}
.comments-area .comment-box.comment-reply {
	margin-left: 70px;
}
.comments-area .comment {
	position: relative;
	min-height: 80px;
	padding-left: 130px;
}
.comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	overflow: hidden;
}
.comments-area .comment-box .author-thumb img {
	width: 100%;
}
.comments-area .comment-box .info-wrap {
	position: relative;
}
.comments-area .comment-box .info {
	position: relative;
	margin-bottom: 15px;
	line-height: 24px;
}
.comments-area .comment-box .info .name {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: var(--color2);
	text-transform: capitalize;
	font-weight: 700;
}
.comments-area .comment-box .info .comment-date {
	position: absolute;
	font-size: 14px;
	line-height: 24px;
	color: #777;
	right: 0;
	top: 0;
}
.blog-single-post .comments-area .comment-box .text {
	font-size: 16px;
	line-height: 1.7em;
	color: #565872;
	margin-bottom: 10px;
}
.comments-area .comment-box .reply-btn {
	position: relative;
	top: 0;
	right: 0;
}
.comments-area .comment-box .reply-btn a {
	transition: 0.5s;
	font-size: 14px;
	font-weight: 700;
}
.comments-area .comment-box .theme-btn .btn-title {
	line-height: 30px;
	color: #222;
	text-transform: uppercase;
}
.comments-area .comment-box .theme-btn:hover .btn-title {
	color: #fff;
}
.comments-area .comment-box .theme-btn:after {
	position: absolute;
}
.comments-area .comment-box .theme-btn .btn-title i {
	font-size: 10px;
	margin-left: 2px;
}
/* Leave Comments Form */

.leave-comments {
	position: relative;
	margin-bottom: 30px;
}
.leave-comments form .form-group {
	margin-bottom: 30px;
	position: relative;
}
.leave-comments form .form-group input {
	height: 60px;
	border: 2px solid #e2eeff;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	color: var(--color2);
}
.leave-comments form .form-group textarea {
	height: 150px;
	border-radius: 5px;
	border: 2px solid #e2eeff;
	font-size: 16px;
	font-weight: 400;
	color: var(--color2);
}
.leave-comments form .form-group .theme-btn {
	padding: 18px 35px;
}

/* post share option */
.post-share-info {
	position: relative;
	padding-top: 20px;
	border-top: 2px solid #ebf2f3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 100px;
}

.post-share-info .tags {
	margin-right: 20px;
	font-size: 16px;
	margin-bottom: 10px;
}

.post-share-info .tags span {
	font-weight: 700;
	color: var(--color2);
	margin-right: 20px;
}

.post-share-info .tags a {
	position: relative;
	color: #565872;
	display: inline-block;
	margin-right: 2px;
	transition: 0.5s;
}

.post-share-info .tags a:before {
	position: absolute;
	content: ',';
	bottom: 0;
	right: -3px;
}

.post-share-info .tags a:last-child:before {
	display: none;
}

.post-share-info .tags a:hover {
	color: var(--color1);
}

.post-share-info .social-links {
	position: relative;
	margin-bottom: 10px;
}

.post-share-info .social-links span {
	font-weight: 700;
	color: var(--color2);
	margin-right: 20px;
}

.post-share-info .social-links a {
	position: relative;
	transition: 0.5s;
	margin-right: 15px;
	color: rgba(0, 89, 99, 0.4);
	font-size: 15px;
}

.post-share-info .social-links a:last-child {
	margin-right: 0;
}

.post-share-info .social-links a:hover {
	color: var(--color1);
}

/* Contact form section two */

.contact-form-section-two {
	position: relative;
	padding: 120px 0 90px;
}

.contact-form-section-two .contact-form {
	background: #fff;
	padding: 40px 55px 10px;
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}

.contact-form-section-two .contact-info {
	position: relative;
	padding-left: 70px;
}

.contact-form-section-two .contact-info .info-block {
	position: relative;
	padding-left: 110px;
	margin-bottom: 50px;
}

.contact-form-section-two .contact-info .info-block .icon {
	background: #ebf2f3;
	position: absolute;
	top: 7px;
	left: 0;
	width: 80px;
	height: 80px;
	line-height: 84px;
	text-align: center;
	border-radius: 5px;
	font-size: 40px;
	color: var(--color1);
}

.contact-form-section-two .contact-info .info-block h4 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	font-family: inherit;
	margin-bottom: 7px;
}

.contact-form-section-two .contact-info .info-block p {
	margin: 0;
}

.contact-form-section-two .contact-info .info-block p a {
	color: #565872;
	transition: 0.5s;
}

.contact-form-section-two .contact-info .info-block p a:hover {
	color: var(--color1);
}
.doctorweb .doc2 {
	width: 120px;
}

.doctorweb .doc1 {
	width: 25px;
	margin-right: 3px;
	margin-left: 5px;
	animation: 10s infinite doc;
}

@keyframes doc {
	0%,
	10%,
	100%,
	90% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(360deg);
	}
}

.responsive {
	display: none !important;
}

.show {
	transform: scale(1) !important;
	transition: 0.5s ease !important;
}
.contacto {
	position: fixed;
	right: 0px;
	bottom: 100px;
	z-index: 99;
	display: flex;
	flex-direction: column;
}
.contacto a {
	background: var(--color2);
	border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	-ms-border-radius: 10px 0px 0px 10px;
	-o-border-radius: 10px 0px 0px 10px;
	padding: 10px;
	transform: translateX(85%);
	-webkit-transform: translateX(85%);
	-moz-transform: translateX(85%);
	-ms-transform: translateX(85%);
	-o-transform: translateX(85%);
	display: flex;
	align-items: center;
	border: 2px solid rgba(255, 255, 255, 0.5);
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	margin-bottom: 5px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.contacto a i {
	font-size: 20px;
	margin-right: 20px;
}
.contacto a:hover {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	background: var(--black);
}
.fax {
	position: fixed;
	right: 10px;
	bottom: 10px;
	background-image: var(--gradient3);
	display: flex;
	z-index: 999;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 10px;
	height: 80px;
	width: 80px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}
.fax i {
	font-size: 4em;
	color: #fff;
}
.fax:hover {
	background-image: var(--gradient2);
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}
.contacto a {
	color: #fff !important;
}
.neopad {
	padding: 80px 0px;
}
#banner-form {
	background: rgba(255, 255, 255, 0.9);
	z-index: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.what-we-do h2,
.what-we-do .sec-title .sub-title,
.what-we-do .text-block .text,
.what-we-do .text-block li {
	color: var(--white);
}
.link-btn a {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
}
.image img {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border: 5px solid var(--color1);
}
.theme-btn.color2 {
	background-image: var(--gradient3);
}
.blog-single-post h1,
.blog-single-post h2 {
	margin-bottom: 20px;
}
#banner-form .formulario {
	text-align: center;
}
#banner-form .formulario .titulo,
#banner-form .profile-info span strong {
	color: var(--color4);
	font-weight: 900;
}
#banner-form {
	z-index: 9;
	position: relative;
	padding: 10px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#banner-form .formulario .titulo {
	font-size: 16px !important;
}
#banner-form .formulario .texto {
	font-size: 14px !important;
}
#banner-form .input-contenedor {
	display: flex;
	justify-content: center;
}
#banner-form .input-contenedor .input-g {
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 5px;
}
#banner-form .input-contenedor .input-g2 {
	flex-direction: row;
	justify-content: space-evenly;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	padding: 5px;
}
#banner-form .input-contenedor .input-g3 {
	display: flex;
	flex-direction: row;
	padding: 5px;
	width: 100%;
	margin-bottom: 20px;
	align-items: center;
}
#banner-form .input-contenedor .input-g3 label {
	width: 90%;
	font-size: 14px !important;
}
#banner-form .formulario .texto strong,
#banner-form .input-contenedor .input-g3 label strong {
	color: var(--color2);
}
#banner-form .head {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
#banner-form .profile-image {
	position: relative;
	height: 100px;
	width: 100px;
	margin-right: 20px;
}
#banner-form .profile-info span {
	display: block;
	font-size: 16px;
	color: #000;
}
#banner-form img {
	border-radius: 100px;
}
#banner-form .circle {
	position: absolute;
	bottom: 0;
	right: 10px;
	height: 15px;
	width: 15px;
	border-radius: 100px;
	background: var(--color1);
}
#banner-form .formulario .titulo {
	margin: 0;
}
#banner-form .formulario input,
#banner-form .formulario select {
	border-radius: 10px !important;
	padding: 10px 10px 10px 20px;
	background: #f2f2f2;
	border: 2px solid var(--color2);
	height: auto !important;
	display: block !important;
	line-height: normal !important;
	width: 100% !important;
	margin: 0 !important;
	font-size: 14px !important;
}
input[type='checkbox'] {
	border-radius: 100px !important;
}
#banner-form .formulario input[type='checkbox'] {
	width: 10% !important;
	height: 20px !important;
}
#banner-form .formulario input::placeholder {
	color: #000;
}
#banner-form .formulario button,
#banner-form a {
	border-radius: 100px;
	padding: 10px 20px;
	color: #fff;
	border: 2px solid #fff;
	background: var(--color3);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	transition: 0.5s;
	cursor: pointer;
	text-decoration: none;
	margin-bottom: 5px;
}
#banner-form a {
	display: inline-block !important;
	background-color: #000;
}
#banner-form .formulario button:hover {
	background: #000;
	transition: 0.5s;
}
#banner-form .formulario a:hover {
	background: var(--color2);
}
#banner-form .respuestaformulario {
	background: #000;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	margin: 10px 0;
	display: none;
	font-weight: 900;
}
#banner-form .fail {
	display: block;
	background: #f36e59;
}
#banner-form .send {
	display: block;
	background: var(--azulmedio);
}
@media (max-width: 991px) {
	#banner-form .formulario a,
	#banner-form .input-g2 {
		display: block !important;
	}
	#banner-form .input-contenedor {
		display: flex;
		flex-direction: column;
	}
	#banner-form .input-contenedor .input-g2 {
		width: 100%;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	h1 {
		font-size: 2em;
	}
	.logo-box {
		max-width: 70%;
	}
	.hero-content {
		text-align: center;
	}
	.section-title {
		text-align: center;
	}
	.neopad {
		padding: 40px 0px;
	}
	.contacto {
		bottom: 0px;
		left: 0px !important;
		width: 100%;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		flex-direction: row;
		justify-content: space-around;
		background: var(--color2);
		padding: 5px 0px;
	}
	.contacto a {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		background: rgba(255, 255, 255, 0.1);
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		margin: 0px;
		border: 0px;
	}
	.contacto a i {
		margin: 0px;
	}
	.contacto a span {
		display: none;
	}
	.fax {
		bottom: 55px;
	}
	.fullwidth {
		display: none !important;
	}
	.responsive {
		display: block !important;
	}
	.header-top .info-list li {
		text-align: center;
	}
	.header-top .info-list li {
		margin: 0px 10px;
	}
	.header-top .office-hour {
		margin-right: 0px;
	}
	.banner-section-three .text-block h5 {
		width: 100%;
		padding: 0px;
	}
	.banner-section-three .text-block h2,
	.banner-section-three p,
	.link-btn,
	.banner-section-three .text-block h5,
	.sec-title h2 {
		text-align: center;
	}
	.banner-section-three {
		padding-top: 30vh;
	}
	#banner-form {
		padding-top: 2em;
	}
	.sec-title .sub-title {
		display: block;
		text-align: center;
		width: 100%;
	}
	.text-decor {
		display: none;
	}
	.section-title-area {
		flex-direction: column;
	}
	.sec-title p,
	.sec-title .text {
		text-align: center;
	}
	.newsletter-section h3 {
		font-size: 1.5em;
		line-height: 1.5em;
		text-align: center;
	}
	.newsletter-section .wrapper-box {
		padding: 1em;
	}
	.main-footer {
		padding-bottom: 100px;
	}
	.contacto a {
		display: flex !important;
		width: inherit;
		margin: 5px;
		justify-content: center;
	}
	.about__section .content__block ul.tab-btns {
		justify-content: center;
	}
}
.image-1 img {
	border-radius: 50px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Sombra suave */
	transition: box-shadow 0.3s ease-in-out; /* Transición suave para la sombra */
	border: 5px solid var(--color1);
}

.image-1 img:hover {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); /* Sombra más pronunciada al pasar el ratón */
}

.banner-section-three .image img {
	border-radius: 20px;
}
