@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body {
	font-family: 'Mulish';
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	color: #666666;
	background: #ffffff;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	color: #666666;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

a:hover {
	color: #09bfba;
}

p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ol,
ul {
	margin-bottom: 20px;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-top: 10px;
	margin-bottom: 10pt;
}

ol li,
ul li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.paragraph-large {
	font-size: 15px;
	line-height: 30px;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

.font-family-mulish {
	font-family: 'Mulish' !important;
}

.font-family-prompt {
	font-family: 'Prompt' !important;
}

.font-family-montserrat {
	font-family: 'Montserrat' !important;
}

.weight-400 {
	font-weight: 400 !important;
}

.weight-600 {
	font-weight: 600 !important;
}

.weight-700 {
	font-weight: 700 !important;
}

.fix-width-598 {
	max-width: 598px;
	width: 100%;
}

.fix-width-840 {
	max-width: 840px;
	width: 100%;
}

.fix-width-915 {
	max-width: 915px;
	width: 100%;
}

.fix-width-1005 {
	max-width: 1005px;
	width: 100%;
}

.fix-width-1080 {
	max-width: 1080px;
	width: 100%;
}

.fix-width-1125 {
	max-width: 1125px;
	width: 100%;
}

.fix-width-1205 {
	max-width: 1205px;
	width: 100%;
}

.text-ffffff {
	color: #ffffff !important;
}

.bg-ffffff {
	background: #ffffff !important;
}

.text-000000 {
	color: #000000 !important;
}

.bg-000000 {
	background: #000000 !important;
}

.text-666666 {
	color: #666666 !important;
}

.bg-666666 {
	background: #666666 !important;
}

.text-17f5d3 {
	color: #17f5d3 !important;
}

.bg-17f5d3 {
	background: #17f5d3 !important;
}

.text-19cfdd {
	color: #19cfdd !important;
}

.bg-19cfdd {
	background: #19cfdd !important;
}

.text-09bfba {
	color: #09bfba !important;
}

.bg-09bfba {
	background: #09bfba !important;
}

.bg-blue-gradient {
	background: linear-gradient(174deg, #17f5d3 0%, #19cfdd 100%) !important;
	background: -webkit-linear-gradient(174deg, #17f5d3 0%, #19cfdd 100%) !important;
	background: -moz-linear-gradient(174deg, #17f5d3 0%, #19cfdd 100%) !important;
	background: -ms-linear-gradient(174deg, #17f5d3 0%, #19cfdd 100%) !important;
	background: -o-linear-gradient(174deg, #17f5d3 0%, #19cfdd 100%) !important;
}

/* sub-main-title */
.sub-main-title {
	display: block;
	text-decoration: none;
	font-family: 'Prompt' !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	font-size: 12px !important;
	line-height: 18px !important;
	letter-spacing: 6px !important;
	color: #666666;
	margin-bottom: 10px !important;
}

.sub-main-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

a.sub-main-title:hover,
.sub-main-title a:hover {
	color: #17f5d3;
}

/* sub-main-title */

/* section-title */
.section-title {
	font-family: 'Prompt';
	font-weight: 600;
	font-size: 45px;
	line-height: 66px;
	letter-spacing: -1px;
	color: #09bfba;
	margin-bottom: 40px;
}

.section-title .h1 {
    text-decoration: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    background: linear-gradient(174deg, #17f5d3 0%, #19cfdd 100%);
    margin-top: 0;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

.section-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title a:hover {
	color: #17f5d3;
}

.section-title .sub-main-title {
	color: #666666;
}

/* section-title */

/* block-title */
.block-title {
	font-family: 'Prompt';
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	color: #09bfba;
	margin-bottom: 35px;
}

.block-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.block-title a:hover {
	color: #17f5d3;
}

.block-title .sub-main-title {
	color: #666666;
}

/* block-title */

/* small-block-title */
.small-block-title {
	font-family: 'Prompt';
	font-weight: 600;
	font-size: 24px;
	line-height: 27px;
	color: #09bfba;
	margin-bottom: 15px;
}

.small-block-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.small-block-title a:hover {
	color: #17f5d3;
}

/* small-block-title */

/* button */
.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Mulish' !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 27px !important;
	padding: 15px 50px !important;
	border: 3px solid transparent !important;
	text-transform: capitalize;
	box-shadow: none !important;
	text-transform: capitalize;
	border-radius: 32px !important;
	-webkit-border-radius: 32px !important;
	-moz-border-radius: 32px !important;
	-ms-border-radius: 32px !important;
	-o-border-radius: 32px !important;
}

.btn-arrow {
	position: relative;
}

.btn-arrow:after {
	display: inline-flex;
	position: relative;
	content: "\f061";
	font-family: 'fasolid900';
	margin-left: 20px;
}

.btn-simple-white {
	color: #ffffff;
	background: transparent;
	border-color: #ffffff;
}

.btn-simple-white:focus {
	color: #ffffff;
	background: transparent;
	border-color: #ffffff;
}

.btn-simple-white:active:focus,
.btn-simple-white:hover {
	color: #000000;
	background: #ffffff;
	border-color: #ffffff;
}

.btn-white {
	color: #000000;
	background: #ffffff;
	border-color: #ffffff;
}

.btn-white:focus {
	color: #000000;
	background: #ffffff;
	border-color: #ffffff;
}

.btn-white:active:focus,
.btn-white:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}

.btn-simple-black {
	color: #000000;
	background: transparent;
	border-color: #000000;
}

.btn-simple-black:focus {
	color: #000000;
	background: transparent;
	border-color: #000000;
}

.btn-simple-black:active:focus,
.btn-simple-black:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}

.btn-black {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}

.btn-black:focus {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}

.btn-black:active:focus,
.btn-black:hover {
	color: #ffffff;
	background: #09bfba;
	border-color: #09bfba;
}

.btn-simple-green {
	color: #09bfba;
	background: transparent;
	border-color: #09bfba;
}

.btn-simple-green:focus {
	color: #09bfba;
	background: transparent;
	border-color: #09bfba;
}

.btn-simple-green:active:focus,
.btn-simple-green:hover {
	color: #ffffff;
	background: #09bfba;
	border-color: #09bfba;
}

.btn-green {
	color: #ffffff;
	background: #09bfba;
	border-color: #09bfba;
}

.btn-green:focus {
	color: #ffffff;
	background: #09bfba;
	border-color: #09bfba;
}

.btn-green:active:focus,
.btn-green:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}

.btn-green-gradient {
	color: #ffffff !important;
	border: none !important;
	/* background: linear-gradient(138deg, #17f5d3 0%, #19cfdd 100%); */
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='224' height='58' viewBox='0 0 224 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.5' y='1.5' width='221' height='55' rx='27.5' fill='url(%23paint0_linear_2_254)'/%3E%3Crect x='1.5' y='1.5' width='221' height='55' rx='27.5' stroke='url(%23paint1_linear_2_254)' stroke-width='3'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2_254' x1='15.5' y1='-2.62262e-05' x2='215' y2='58' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2317F5D3'/%3E%3Cstop offset='1' stop-color='%2319CFDD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2_254' x1='112' y1='0' x2='112' y2='58' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2319CFDD'/%3E%3Cstop offset='1' stop-color='%2317F5D3'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
}

.btn-green-gradient:focus {
	color: #ffffff !important;
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='224' height='58' viewBox='0 0 224 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.5' y='1.5' width='221' height='55' rx='27.5' fill='url(%23paint0_linear_2_254)'/%3E%3Crect x='1.5' y='1.5' width='221' height='55' rx='27.5' stroke='url(%23paint1_linear_2_254)' stroke-width='3'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2_254' x1='15.5' y1='-2.62262e-05' x2='215' y2='58' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2317F5D3'/%3E%3Cstop offset='1' stop-color='%2319CFDD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2_254' x1='112' y1='0' x2='112' y2='58' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2319CFDD'/%3E%3Cstop offset='1' stop-color='%2317F5D3'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
}

.btn-green-gradient:active:focus,
.btn-green-gradient:hover {
	color: #ffffff !important;
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='224' height='58' viewBox='0 0 224 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.5' y='1.5' width='221' height='55' rx='27.5' fill='url(%23paint0_linear_2_254)'/%3E%3Crect x='1.5' y='1.5' width='221' height='55' rx='27.5' stroke='url(%23paint1_linear_2_254)' stroke-width='3'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2_254' x1='15.5' y1='-2.62262e-05' x2='215' y2='58' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2319CFDD'/%3E%3Cstop offset='1' stop-color='%2317F5D3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2_254' x1='112' y1='0' x2='112' y2='58' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2317F5D3'/%3E%3Cstop offset='1' stop-color='%2319CFDD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;
	background-size: 100% 100%;
}

/* button */

/* common-form */
.common-form .row {
	margin: 0 -23px !important;
}

.common-form .row>* {
	padding: 0 23px !important;
}

.common-form .form-group {
	margin-bottom: 27px;
}

.common-form .form-control {
	height: 50px;
	resize: none;
	box-shadow: none;
	font-family: 'Prompt';
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.35);
	padding: 6px 28px;
	border: none;
	box-shadow: none;
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	-ms-border-radius: 11px;
	-o-border-radius: 11px;
}

.common-form textarea.form-control {
	height: 122px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.common-form .form-control::-webkit-input-placeholder {
	color: #cfd7d6;
}

.common-form .form-control::-moz-placeholder {
	color: #cfd7d6;
}

.common-form .form-control:-ms-input-placeholder {
	color: #cfd7d6;
}

.common-form .form-control:-o-placeholder {
	color: #cfd7d6;
}

.common-form.white-layout .form-control {
	color: #666666;
	background: rgba(255, 255, 255, 0.35);
}

.common-form.white-layout .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.35);
}

.common-form.white-layout .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, 0.35);
}

.common-form.white-layout .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.35);
}

.common-form.white-layout .form-control:-o-placeholder {
	color: rgba(255, 255, 255, 0.35);
}

.common-form .form-submit .btn {
	width: 100%;
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='598' height='58' viewBox='0 0 598 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.5' y='1.5' width='595' height='55' rx='27.5' fill='url(%23paint0_linear_2_1907)'/%3E%3Crect x='1.5' y='1.5' width='595' height='55' rx='27.5' stroke='url(%23paint1_linear_2_1907)' stroke-width='3'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2_1907' x1='41.3795' y1='-2.62262e-05' x2='401.847' y2='279.772' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2317F5D3'/%3E%3Cstop offset='0.389583' stop-color='%2319CFDD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2_1907' x1='299' y1='0' x2='299' y2='58' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2319CFDD'/%3E%3Cstop offset='1' stop-color='%2317F5D3'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
	background-size: 100% 100%;
}

.common-form .form-submit .btn:active:focus,
.common-form .form-submit .btn:hover {
	background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='598' height='58' viewBox='0 0 598 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.5' y='1.5' width='595' height='55' rx='27.5' fill='url(%23paint0_linear_2_1907)'/%3E%3Crect x='1.5' y='1.5' width='595' height='55' rx='27.5' stroke='url(%23paint1_linear_2_1907)' stroke-width='3'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2_1907' x1='41.3795' y1='-2.62262e-05' x2='401.847' y2='279.772' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2319CFDD'/%3E%3Cstop offset='0.389583' stop-color='%2317F5D3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2_1907' x1='299' y1='0' x2='299' y2='58' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2317F5D3'/%3E%3Cstop offset='1' stop-color='%2319CFDD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
	background-size: 100% 100%;
}

.common-form .file-upload-field {
	position: relative;
}

.common-form .file-upload-field .form-control {
	background: transparent;
	border: 4px solid rgba(0, 0, 0, 0.35);
	padding-right: 175px;
}

.common-form.white-layout .file-upload-field .form-control {
	border-color: rgba(255, 255, 255, 0.35);
}

.common-form .file-upload-field .file-upload-button {
	position: absolute;
	right: 30px;
	top: 50%;
	z-index: 9;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.common-form .file-upload-field input[type="file"] {
	position: absolute;
	right: 30px;
	top: 50%;
	opacity: 0;
	z-index: 9;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	width: 124px;
	height: 32px;
	margin: 0;
	padding: 0;
	z-index: 99;
	text-indent: -99999px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.common-form .file-upload-field .btn-file-upload {
	border: none !important;
	font-family: 'Prompt' !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 14px !important;
	padding: 10px 23px 8px !important;
	color: #ffffff;
	background: #000000;
	border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	-ms-border-radius: 6px !important;
	-o-border-radius: 6px !important;
}

.common-form .file-upload-field input[type="file"]:hover~.file-upload-button .btn-file-upload {
	color: #ffffff;
	background: #09bfba;
}

.common-form.white-layout .file-upload-field .btn-file-upload {
	color: #000000;
	background: #ffffff;
}

.common-form.white-layout .file-upload-field input[type="file"]:hover~.file-upload-button .btn-file-upload {
	color: #ffffff;
	background: #000000;
}

/* common-form */

/* social-icons-list */
.social-icons-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row !important;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.social-icons-list ul li {
	display: inline-flex;
	margin: 0 15px !important;
	padding: 0;
	list-style-type: none;
	font-size: 16px !important;
	line-height: 16px !important;
	color: #666666 !important;
}

.social-icons-list ul li:first-child {
	margin-left: 0 !important;
}

.social-icons-list ul li:last-child {
	margin-right: 0 !important;
}

.social-icons-list.white-layout ul li {
	color: #ffffff !important;
}

.social-icons-list.green-layout ul li {
	color: #09bfba !important;
}

.social-icons-list ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: inherit !important;
}

.social-icons-list ul li a:hover {
	color: #09bfba !important;
}

.social-icons-list.white-layout ul li a:hover {
	color: #09bfba !important;
}

.social-icons-list.green-layout ul li a:hover {
	color: #09bfba !important;
}

.social-icons-list.circle-layout ul li {
	margin: 0 3px 7px !important;
}

.social-icons-list.circle-layout ul li a {
	width: 35px;
	height: 35px;
	border: 2px solid #666666;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.social-icons-list.circle-layout ul li a:hover {
	color: #ffffff !important;
	background: #666666 !important;
}

.social-icons-list.circle-layout.white-layout ul li a {
	border-color: #ffffff !important;
}

.social-icons-list.circle-layout.white-layout ul li a:hover {
	color: #666666 !important;
	background: #ffffff !important;
}

.social-icons-list.circle-layout.green-layout ul li a {
	border-color: #09bfba !important;
}

.social-icons-list.circle-layout.green-layout ul li a:hover {
	color: #ffffff !important;
	background: #09bfba !important;
}

/* social-icons-list */

/* custom-shape */
.custom-shape-section {
	position: relative;
	z-index: 9;
	overflow: hidden;
}

.custom-shape-section .custom-shape {
	position: absolute;
	width: 215px;
}

.custom-shape-section .custom-shape-content {
	position: relative;
	z-index: 9;
}

/* custom-shape */

/* back-video */
.back-video-section {
	position: relative;
	z-index: 9;
	overflow: hidden;
}

.back-video-section .back-video-block {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.back-video-section .back-video-block:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.00) 13.44%, rgba(255, 255, 255, 0.00) 75.42%, #ffffff 100%);
}

.back-video-section .back-video-block video {
	width: 100%;
	height: 100%;
	margin: 0 0 -10px;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.back-video-section .back-video-content {
	position: relative;
	z-index: 9;
}

/* back-video */

/* back-white-gradient-overlay */
.back-white-gradient-overlay {
	position: relative;
}

.back-white-gradient-overlay:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url("../images/our-services-back-shadow.png") no-repeat;
	background-size: 100% 100%;
}

.back-white-gradient-content {
	position: relative;
	z-index: 9;
}

/* back-white-gradient-overlay */

/* common-black-overlay */
.common-black-overlay-section .black-overlay-content {
	padding: 35px 35px 60px;
	background: rgba(0, 0, 0, 0.35);
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
}

/* common-black-overlay */
/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.header .h-top {
	background: linear-gradient(174deg, #17f5d3 0%, #19cfdd 100%);
	padding: 9px 0;
}

.h-top .h-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .h-top ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header .h-top ul li {
	display: inline-flex;
	margin: 0 20px;
	padding: 0;
	list-style-type: none;
	font-family: 'Mulish';
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}

.header .h-top ul li:first-child {
	margin-left: 0;
}

.header .h-top ul li:last-child {
	margin-right: 0 !important;
}

.header .h-top ul li svg {
	position: relative;
	top: 3px;
	margin-right: 8px;
}

.header .h-top ul li a {
	color: inherit;
}

.header .h-top ul li.active a,
.header .h-top ul li a.active,
.header .h-top ul li a:hover {
	color: #666666;
}




.header .h-top-2 {
	background: linear-gradient(174deg, #f51717 0%, #9b0709 100%);
	padding: 9px 0;
}

.h-top-2 .h-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .h-top-2 ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header .h-top-2 ul li {
	display: inline-flex;
	margin: 0 20px;
	padding: 0;
	list-style-type: none;
	font-family: 'Mulish';
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}

.header .h-top-2 ul li:first-child {
	margin-left: 0;
}

.header .h-top-2 ul li:last-child {
	margin-right: 0 !important;
}

.header .h-top-2 ul li svg {
	position: relative;
	top: 3px;
	margin-right: 8px;
}

.header .h-top-2 ul li a {
	color: inherit;
}

.header .h-top-2 ul li.active a,
.header .h-top-2 ul li a.active,
.header .h-top-2 ul li a:hover {
	color: #666666;
}

.navbar {
	padding: 35px 0;
}

.navbar .navbar-brand {
	padding: 0;
	margin-right: 60px;
}

.navbar .navbar-brand img {
	width: 245px;
}

.navbar-toggler {
	width: 30px;
	height: 25px;
	padding: 0;
	box-shadow: none !important;
	border: none;
}

.navbar-toggler .hamburger-toggle {
	height: 100%;
	width: 100%;
}

.navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 100%;
}

.navbar-toggler .hamburger span {
	width: 100%;
	height: 3px;
	background-color: #09bfba;
	margin-bottom: 5px;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.navbar-toggler .hamburger span:first-child {
	top: 11px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.navbar-toggler .hamburger span:nth-child(2) {
	opacity: 0;
}

.navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -11px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.navbar .navbar-collapse {
	justify-content: flex-end;
}

.navbar .navbar-nav {
	padding: 0;
	align-items: center;
}

.navbar .navbar-nav .nav-item {
	margin: 0 20px;
}

.navbar .navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.navbar .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.current-menu-item .nav-link,
.navbar .navbar-nav .nav-item.current-menu-parent .nav-link,
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link.current-menu-item,
.navbar .navbar-nav .nav-item .nav-link.current-menu-parent,
.navbar .navbar-nav .nav-item .nav-link:hover {
	color: #09bfba;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/* banner */
.banner-section {
	position: relative;
}

.banner-section .custom-shape.shape1 {
	left: 47px;
	top: 5px;
}

.banner-section .custom-shape.shape2 {
	right: 38px;
	bottom: 32px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.banner-section .banner-main-image {
	position: relative;
}

.banner-section .banner-main-image:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.00) 13.44%, rgba(255, 255, 255, 0.00) 75.42%, #ffffff 100%);
}

/* .banner-section .banner-main-image video {
	margin: 0 0 -9px;
} */

.banner-section .banner-main-image video,
.banner-section .banner-main-image img {
	width: 100%;
	height: calc(100vh - 177px);
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.banner-section .banner-main-description {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-section .banner-description {
	padding: 35px 0;
}

.banner-section .section-title {
	margin-bottom: 15px;
}

.banner-section .banner-buttons {
	padding-top: 25px;
}

.appointment-buttons {
	padding-top: 25px;
	width: 100%;
}

/* banner */

/* our-core-values */
.our-core-values-section {
	padding: 62px 0;
}

.our-core-values-section .custom-shape.shape1 {
	top: 7px;
	right: -25px;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.our-core-values-section .custom-shape.shape2 {
	/* left: -25px; */
	bottom: 35px;
	transform: rotate(-65deg);
	-webkit-transform: rotate(-65deg);
	-moz-transform: rotate(-65deg);
	-ms-transform: rotate(-65deg);
	-o-transform: rotate(-65deg);
}

.our-core-values-section .section-title {
	margin-bottom: 80px;
}

.our-core-values-list {
	counter-reset: my-awesome-counter;
}

.our-core-values-list .core-values-block {
	counter-increment: my-awesome-counter;
}

.our-core-values-list .core-values-block:before {
	position: relative;
	content: "0" counter(my-awesome-counter) ". ";
	font-family: 'Prompt';
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	color: #09bfba;
	margin-right: 25px;
}

.core-values-block {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 75px;
}

.core-values-block .core-value-detail {
	flex: 1 0 0;
	max-width: 100%;
}

.core-values-block .small-block-title {
	color: #666666;
	margin-bottom: 10px;
}

.core-values-block .core-value-detail .detail {
	opacity: 0.7;
}

/* our-core-values */

/* our-services */
.our-services-section {
	position: relative;
	padding: 53px 0 200px;
}

.our-services-section .section-title {
	margin-bottom: 60px;
}

.our-services-section .our-services-description {
	position: relative;
	z-index: 9;
}

.our-services-list>.row {
	margin: 0 -10px;
	justify-content: center;
}

.our-services-list>.row>* {
	padding: 0 10px;
}

.our-services-block {
	text-align: center;
	height: calc(100% - 20px);
	margin-bottom: 20px;
	padding: 43px 25px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.35);
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
}

.our-services-block-2 {
    text-align: center;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    padding: 43px 25px;
    color: #666666;
    background: rgb(0 0 0 / 0%);
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}

.our-services-block .services-icon {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
}

.our-services-block .services-icon img {
	max-height: 100%;
}

.our-services-block .small-block-title {
	color: #ffffff;
}

.our-services-block-2 .small-block-title{
	color: #666666;
}

.our-services-block .services-detail {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}

.our-services-block-2 .services-detail-2 {
	max-width: 325px;
	width: 100%;
	margin: 0 auto;
}

.our-services-block .learnmore-link {
	padding-top: 10px;
}

.our-services-block .learnmore-link a {
	font-weight: 700;
	text-transform: capitalize;
	background: linear-gradient(138deg, #17f5d3 0%, #19cfdd 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.our-services-block .learnmore-link a:hover {
	background: linear-gradient(138deg, #19cfdd 0%, #17f5d3 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* our-services */

/* free-consultation */
.free-consultation-section {
	padding: 70px 0;
}

.free-consultation-section .custom-shape.shape1 {
	left: -50px;
	top: 0;
}

.free-consultation-section .custom-shape.shape2 {
	right: -30px;
	bottom: 30px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.free-consultation-section .section-title {
	margin-bottom: 110px;
}

.free-consultation-block {
	display: flex;
	align-items: flex-end;
	margin-bottom: 120px;
}

.free-consultation-block .free-consultation-detail {
	flex: 1 0 0;
	max-width: 100%;
}

.free-consultation-block .booking-button {
	flex: 0 0 175px;
	max-width: 175px;
	width: 100%;
	margin-left: 25px;
}

.free-consultation-block .booking-button .btn {
	width: 100%;
	padding: 12px 25px !important;
}

.free-consultation-block .booking-button .btn:after {
	margin-left: 10px;
}

/* free-consultation */

/* inner pages */
/* about page */
.our-mission-section {
	padding: 110px 0 175px;
	text-align: center;
}

/* about page */

/* physicians */
.physicians-section {
	padding: 60px 0 100px;
}

.physicians-list .physicians-block:last-child {
	margin-bottom: 0;
}

.physicians-block {
	color: #ffffff;
	margin-bottom: 50px;
	margin-top: 50px;
}

.physicians-block .small-block-title {
	color: #ffffff;
}

.physicians-block .physicians-detail {
	font-weight: 600;
	line-height: 40px;
}

.physicians-block a {
	text-decoration: underline;
	color: inherit;
}

.physicians-block a:hover {
	color: #17f5d3;
}

.physicians-section .physicians-form {
	padding-top: 60px;
}

/* physicians */

/* patients */
.patients-section {
	padding: 60px 0 232px;
	text-align: center;
}

.patients-section .patients-detail {
	font-weight: 600;
	line-height: 40px;
}

/* patients */

/* employment */
.employment-section {
	padding: 60px 0 195px;
}

/* employment */

/* contact */
.contact-section {
	padding: 85px 0 365px;
}

.contact-section .custom-shape.shape1 {
	left: -33px;
	top: 8px;
}

.contact-section .custom-shape.shape2 {
	right: -20px;
	bottom: 213px;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

.contact-section .contact-main-detail {
	font-weight: 600;
	font-size: 19px;
	line-height: 40px;
	padding-bottom: 70px;
}

.contact-section .contact-content>.row {
	margin: 0 -25px;
}

.contact-section .contact-content>.row>* {
	padding: 0 25px;
}

.contact-address-block 	{
    padding-top: 30px !important;
}

.contact-address-block .address-block {
	background: rgba(0, 0, 0, 0.35);
	padding: 35px;
	font-family: 'Prompt';
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 26px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.contact-address-block .address-block p {
	margin: 0;
}

.contact-address-block .address-block p span {
	display: block;
}

.contact-address-block .address-block p a {
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
}

.contact-address-block .address-block p a:hover {
	color: #ffffff;
}

.contact-address-block .address-block:last-child {
	margin-bottom: 0;
}

/* contact */

/* appointment */
.appointment-section {
	padding: 80px 0 180px;
}

.appointment-section .section-title {
	margin-bottom: 75px;
}

.appointment-schedule-block>.row {
	margin: 0 -25px;
}

.appointment-schedule-block>.row>* {
	padding: 0 25px;
}

.appointment-schedule-block .appointment-time-duration-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.appointment-time-duration-block .time-duration-block {
	padding: 15px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.appointment-time-duration-block .time-duration-block p {
	font-family: 'Prompt';
	font-weight: 600;
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 25px;
}

.appointment-time-duration-block .time-duration-block p:last-child {
	margin: 0;
}

.appointment-time-duration-block .time-duration-block p span {
	display: block;
	text-transform: uppercase;
}

.appointment-section .calendar-block img {
	width: 100%;
}

.appointment-continue-button {
	padding-top: 27px;
}

.appointment-continue-button .btn {
	font-size: 12px !important;
	padding: 7px 25px !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-ms-border-radius: 5px !important;
	-o-border-radius: 5px !important;
}

/* appointment */
/* inner pages */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer .f-content {
	border-top: 1px solid #666666;
	margin-top: 45px;
	padding: 136px 0;
}

.f-block {
	margin-bottom: 35px;
}

.f-block .f-title {
	color: #666666;
	margin-bottom: 23px;
}

.f-block .f-detail {
	font-family: 'Prompt';
	font-weight: 600;
	font-size: 12px;
	line-height: 25px;
	color: #666666;
}

.f-block .f-detail ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.f-block .f-detail ul li {
	display: flex;
	align-items: center;
	margin: 0 0 5px;
	padding: 0;
	list-style-type: none;
}

.f-block .f-detail ul li:last-child {
	margin: 0;
}

.f-block .f-detail ul li a {
	text-decoration: none;
	color: inherit;
}

.f-block .f-detail ul li.active a,
.f-block .f-detail ul li a.active,
.f-block .f-detail ul li a:hover {
	color: #09bfba;
}

.f-logo {
	margin-bottom: 40px;
}

.f-logo img {
	width: 245px;
}

.f-logo-block .f-detail ul li {
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 10px;
}

.f-logo-block .f-detail ul li:last-child {
	margin-bottom: 0;
}

.f-logo-block .f-detail ul li svg {
	margin-right: 10px;
}

.f-logo-block .f-detail ul li svg path {
	fill: #09bfba;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/*==============CSS Added by fiverr.com/TAYYAB1920================*/
.landing-circle {
	position: absolute;
	top: 20px;
	left: -50px;
	z-index: 100;
}

.landing-circle1 {
	-webkit-animation: movebounce 2.8s linear infinite;
	animation: movebounce 2.8s linear infinite
}

.landing-circle2 {
	-webkit-animation: movebounce 3s linear infinite;
	animation: movebounce 3s linear infinite
}

.landing-circle3 {
	-webkit-animation: movebounce 3.9s linear infinite;
	animation: movebounce 3.9s linear infinite
}

.landing-circle1 img {
	position: relative;
	top: -125px;
	left: 165px;
	width: 100px;

}

.landing-circle-right {
	position: relative;
	bottom: 50px !important;
	right: -50px !important;
	/*	width: 100px;*/
}

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

.landing-circle2 img {
	position: relative;
	top: -170px;
	left: 115px;
	width: 85px;
}

.landing-circle3 img {
	position: relative;
	top: 10px;
	left: 100px;
	width: 130px;
	z-index: 1;
}

.landing-circle23 {
	position: absolute;
	top: 20px;
	left: -50px;
	z-index: 100;

}

.custom {
	top: 40rem !important;
}

.customer {
	right: 5rem !important;
	top: 40rem !important;
}

@media only screen and (max-width: 768px) {
	.landing-circle3 img {
		position: relative;
		top: 9px;
		left: 61px;
		width: 70px;
		z-index: 999999;
		height: auto;
		max-width: 100%;

	}
	.well{
		margin-bottom: 3rem;
	}
	.contact-address-block .address-block:last-child{
		margin-bottom: 3rem !important;
	}
	.test {
		padding-top: 4rem !important;
	}

	.test2 {
		padding-top: 2rem !important;
	}

	.customer {
		right: -2rem !important;
		top: 52rem !important;
	}

	.landing-circle2 img {
		position: relative;
		top: -81px;
		left: 80px;
		width: 40px;
		z-index: -1;
	}

	.landing-circle1 img {
		position: relative;
		top: -60px;
		left: 102px;
		width: 45px;
		z-index: -1;
	}

	.landing-circle23 {
		top: 112px;
		right: 86px;
	}

	.custom {
		top: 48rem !important;
	}
}

@-webkit-keyframes movebounce {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(15px);
		transform: translateX(15px)
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes movebounce {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(15px);
		transform: translateX(15px)
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
