/*== Font css ==*/
	@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; font-stretch: 100%; src: url(../fonts/opensans-300.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
	@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; src: url(../fonts/opensans-400.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
	@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; font-stretch: 100%; font-display: swap; src: url(../fonts/opensans-600.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
	@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; font-stretch: 100%; font-display: swap; src: url(../fonts/opensans-700.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
    @font-face { font-family: "Futura PT W01 Medium"; src: url(../fonts/FuturaPTW01-Medium.woff2) format('woff2'); }
    @font-face { font-family: "Futura PT W01 Light"; src: url(../fonts/FuturaPTW01-Light.woff2) format("woff2"); }
    @font-face { font-family: "Futura PT W01 Demi"; src: url(../fonts/FuturaPTW01-Demi.woff2) format("woff2"); }
   	@font-face { font-family: "Futura PT W01 Book"; src: url(../fonts/FuturaPTW01-Book.woff2) format("woff2"); }
/*== Font css End ==*/

/*== Variable ==*/
:root {
	--primary-color:   #2e3148;
	--secondary-color: #ae8375;
	--black-color:     #000000;
	--dark-color:      #2e3148;
	--light-color:     #f0f0f2;
	--white-color:     #FFFFFF;
	--body-text-color: #828391;

	--font-body:  		'Futura PT W01 Book', sans-serif;
	--font-title: 		'Futura PT W01 Medium', sans-serif;
    --font-title-light: 'Futura PT W01 Light', sans-serif;  
  	--font-title-demi:  'Futura PT W01 Demi', sans-serif; 	
}
/*== Variable End ==*/

/*== Basic css ==*/
	*, *::before, *::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	body { font-family: "Futura PT W01 Book", sans-serif; font-size: 16px; font-weight: 300; line-height: 1.5; color: var(--body-text-color); }
	.content-section a { color: var(--secondary-color); text-decoration: underline; border-bottom: 1px var(--secondary-color) solid; text-decoration: none; transition: all .3s ease-in-out; }
	.content-section a:hover, .content-section a:focus { color: var(--dark-color); text-decoration: none; }
	p { margin-bottom: 1rem; }
	img { max-width: 100%; height: auto; }
	b { font-weight: 600; }
	strong { font-weight: 700; }
	a, a:hover, a:focus { color: inherit; }
	.transition { -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s; }
	a.phonelink, a.phonelink:hover, a.phonelink:focus { cursor: default; text-decoration: none !important; border: none !important; color: inherit !important; }
	hr { opacity: 0.1; }
	@media (max-width: 1024px) {
		a.phonelink { text-decoration: underline !important; border: none !important; }
	}
	@media (min-width: 768px) {
		body { font-size: 22px; }
		p { margin-bottom: 1.5rem; }
	}
/*== Basic css End ==*/

/*== Taxonomy ==*/
	.text-primary { color: var(--primary-color) !important; }
	.text-secondary { color: var(--secondary-color) !important; }
	.text-dark { color: var(--dark-color) !important; }
	.text-darker { color: var(--black-color) !important; }
	.fw-medium { font-weight: 500 !important; }
	.fw-sbold { font-weight: 600 !important; }
	.fs-smaller { font-size: 14px !important; }
	.fs-small { font-size: 16px !important; }
	.fs-large { font-size: 18px !important; }
	.text-uppercase-none { text-transform: none !important; }
	a.text-underline-hover { text-decoration: none; }
	a.text-underline-hover:hover { text-decoration: underline; }
	.font-title-light{ font-family: var(--font-title-light)!important; }
	.font-title{ font-family: var(--font-title)!important; }
	.font-title-demi{ font-family: var(--font-title-demi)!important; }
/*== Taxonomy End ==*/

/*== Backgrounds ==*/
	.bg-primary { background-color: var(--primary-color) !important; }
	.bg-secondary { background-color: var(--secondary-color) !important; }
	.bg-light { background-color: var(--light-color) !important; }
	.bg-dark { background-color: var(--dark-color) !important; }
	.bg-darker { background-color: var(--black-color) !important; }
	.bg-cover { background-size: cover !important; }
	.bg-contain { background-size: contain !important; }
	.bg-start { background-position: left !important; }
	.bg-start-top { background-position: left top !important; }
	.bg-end { background-position: right !important; }
	.bg-end-top { background-position: right top !important; }
	.bg-center { background-position: center !important; }
	.bg-center-top { background-position: center top !important; }
	.bg-center-bottom { background-position: center bottom !important; }
	.bg-repeat { background-repeat: repeat !important; }
	.bg-repeat-x { background-repeat: repeat-x !important; }
	.bg-repeat-y { background-repeat: repeat-y !important; }
	.bg-norepeat { background-repeat: no-repeat !important; }
	.object-cover { object-fit: cover; object-position: center; }
	.object-center-top { object-position: center top; }
	.object-center-bottom { object-position: center bottom; }
	.object-start { object-position: left; }
	.object-end { object-position: right; }
/*== Backgrounds End ==*/

/*== Border ==*/
	.border-primary { border-color: var(--primary-color) !important; }
	.border-secondary { border-color: var(--secondary-color) !important; }
	.border-light { border-color: var(--light-color) !important; }
	.border-dark { border-color: var(--dark-color) !important; }
	.border-darker { border-color: var(--black-color) !important; }
/*== Border End ==*/

/*== Position ==*/
	@media (min-width: 576px) {
		.position-sm-absolute { position: absolute !important; }
	}
	@media (min-width: 768px) {
		.position-md-absolute { position: absolute !important; }
	}
	@media (min-width: 992px) {
		.position-lg-absolute { position: absolute !important; }
	}
	@media (min-width: 1200px) {
		.position-xl-absolute { position: absolute !important; }
	}
	@media (min-width: 1400px) {
		.position-xxl-absolute { position: absolute !important; }
	}
/*== Position End ==*/

/*== Sizing ==*/
	@media (min-width: 576px) {
		.w-sm-25   { width: 25% !important; }
		.w-sm-50   { width: 50% !important; }
		.w-sm-75   { width: 75% !important; }
		.w-sm-100  { width: 100% !important; }
		.w-sm-auto { width: auto !important; }
		.mw-sm-25   { max-width: 25% !important; }
		.mw-sm-50   { max-width: 50% !important; }
		.mw-sm-75   { max-width: 75% !important; }
		.mw-sm-100  { max-width: 100% !important; }
		.mw-sm-auto { max-width: auto !important; }
	}
	@media (min-width: 768px) {
		.w-md-25   { width: 25% !important; }
		.w-md-50   { width: 50% !important; }
		.w-md-75   { width: 75% !important; }
		.w-md-100  { width: 100% !important; }
		.w-md-auto { width: auto !important; }
		.mw-md-25   { max-width: 25% !important; }
		.mw-md-50   { max-width: 50% !important; }
		.mw-md-75   { max-width: 75% !important; }
		.mw-md-100  { max-width: 100% !important; }
		.mw-md-auto { max-width: auto !important; }
	}
	@media (min-width: 992px) {
		.w-lg-25   { width: 25% !important; }
		.w-lg-50   { width: 50% !important; }
		.w-lg-75   { width: 75% !important; }
		.w-lg-100  { width: 100% !important; }
		.w-lg-auto { width: auto !important; }
		.mw-lg-25   { max-width: 25% !important; }
		.mw-lg-50   { max-width: 50% !important; }
		.mw-lg-75   { max-width: 75% !important; }
		.mw-lg-100  { max-width: 100% !important; }
		.mw-lg-auto { max-width: auto !important; }
	}
	@media (min-width: 1200px) {
		.w-xl-25   { width: 25% !important; }
		.w-xl-50   { width: 50% !important; }
		.w-xl-75   { width: 75% !important; }
		.w-xl-100  { width: 100% !important; }
		.w-xl-auto { width: auto !important; }
		.mw-xl-25   { max-width: 25% !important; }
		.mw-xl-50   { max-width: 50% !important; }
		.mw-xl-75   { max-width: 75% !important; }
		.mw-xl-100  { max-width: 100% !important; }
		.mw-xl-auto { max-width: auto !important; }
	}
	@media (min-width: 1400px) {
		.w-xxl-25   { width: 25% !important; }
		.w-xxl-50   { width: 50% !important; }
		.w-xxl-75   { width: 75% !important; }
		.w-xxl-100  { width: 100% !important; }
		.w-xxl-auto { width: auto !important; }
		.mw-xxl-25   { max-width: 25% !important; }
		.mw-xxl-50   { max-width: 50% !important; }
		.mw-xxl-75   { max-width: 75% !important; }
		.mw-xxl-100  { max-width: 100% !important; }
		.mw-xxl-auto { max-width: auto !important; }
	}
/*== Sizing End ==*/

/*== Heading ==*/
	.page-title { font-size: 32px; line-height: 1.2; margin-bottom: 1rem; }
	.sub-title1 { font-size: 22px; font-weight: 400; line-height: 1.2; text-transform: uppercase; margin-bottom: 1rem; font-family: 'Futura PT W01 Medium', sans-serif; }
	.sub-title2 { font-size: 22px; font-weight: 500; line-height: 1.2; margin-bottom: 0.6rem; font-family: 'Futura PT W01 Medium', sans-serif;}
	.sub-title3 { font-size: 20px; font-weight: 500; line-height: 1.2; margin-bottom: 0.6rem; font-family: 'Futura PT W01 Medium', sans-serif;}
	.h1-home { font-size: inherit; font-weight: 400; line-height: inherit; text-transform: uppercase; }
	@media (min-width: 768px) {
		.page-title { font-size: 50px; }
		.sub-title1 { font-size: 28px; }
		.sub-title2 { font-size: 26px; }
		.sub-title3 { font-size: 24px; }
	}

/*== Heading End ==*/

/*== Header ==*/
	.page-header { font-size: 15px; font-weight: 400; line-height: 1.4; }
	.page-header .site-logo img { width: 140px; }
	.sticky-fixed { position: fixed; left: 0; right: 0; top: 0; z-index: 1020; -webkit-box-shadow: rgba(0,0,0,.1) 1px 0px 5px; box-shadow: rgba(0,0,0,.1) 1px 0px 5px; }
	.header-btn{ padding: 15px 30px!important;line-height: 20px!important;font-family: "Futura PT W01 Book", sans-serif !important;letter-spacing:inherit!important;}
	.header-btn:hover {background-color: rgba(255, 255, 255, 1.0)!important;color: rgba(46, 49, 72, 1.0)!important;border-color: rgba(255, 255, 255, 1.0)!important;}
	.header-btn:hover svg{ fill: var(--black-color)!important; }
	.header-btn svg{ fill:var(--white-color);margin-top: -2px; }
	@media (min-width: 768px) {
		.page-header .site-logo img { width: 201px; }
	}
/*== Header End ==*/

/*== Footer ==*/
    .footer-bottom-content ul {margin: 0;padding: 0;list-style: none;}
	.footer-bottom-content ul li {display: inline-block; margin-right: 5px; font-size: 14px; }
	.border-bottom-footer { border-bottom: 1px solid #585a6d; }
	.custom-footer a:hover { color: rgba(255, 255, 255, 1.0);text-decoration:underline; }
	.custom-footer a { color: rgba(255, 255, 255, 1.0);font-size: 18px;text-decoration:none; }
    .foo-title { font-size:16px;font-family: var(--font-title-demi)!important;letter-spacing: 1.6px;line-height: 2;margin-bottom: 30px;}
	.footer-contact-wrapper ul li svg {float:left;margin-right: 22px;margin-top: 3px;}
	.footer-contact-wrapper ul {margin: 0;padding: 0;list-style: none; }
	.footer-contact-wrapper ul li { margin-bottom: 25px;display: inline-block; }
	.footer-contact-wrapper ul li span {float: left;word-wrap: normal;font-size: 16px}
    .list-group-footer{margin-left: -30px;list-style:none;color:var(--white-color);text-decoration:none;}
	.list-group-footer a {text-decoration:none;color:var(--white-color);font-size:16px;border: none;}
	.list-group-footer a:hover{text-decoration:underline; }
	.custom-footer-logo img { max-width: 80px;width: 100% !important; }
	.slinks { list-style: none; margin: 0; padding: 0; display: inline-flex; gap: 1rem; }
	.slinks a { display: inline-flex; justify-content: center; align-items: center; text-decoration: none; width: 60px; height: 60px; border: var(--secondary-color) 1px solid; border-radius: 50%; transition: all .3s ease-in-out; }
	.slinks li a svg path { -webkit-transition: .4s ease; transition: .4s ease; }
	.slinks li a:hover { background-color: var(--secondary-color); }
	.slinks li a:hover svg path { fill: var(--white-color); }
	.tooltip-inner { background-color: var(--secondary-color); color: var(--white-color); }
	.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before { border-top-color: var(--secondary-color); }
	.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before { border-bottom-color: var(--secondary-color); }
	.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-left .tooltip-arrow::before { border-left-color: var(--secondary-color); }
	.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-right .tooltip-arrow::before { border-right-color: var(--secondary-color); }
	.page-footer { font-size: 15px; line-height: 1.4; }
	.page-footer a { color: inherit; }
	.copyright-text { font-family: Verdana, Geneva, sans-serif; font-size: 11px; line-height: 1.4; }
	.copyright-text a { color: inherit; }
	.copyright-text a:hover { color: var(--primary-color); }
	.webauthorv1 { color: #828487; text-align: left !important; font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important; font-size: 11px !important; line-height: 1.4 !important; text-transform: uppercase !important; display: inline-block !important; position: relative !important; padding-left: 35px; }
	.webauthorv1 strong.dfbold { font-size: 16px !important; font-weight: 700 !important; letter-spacing: 0.3px !important; }
	.webauthorv1 a.dflink, .webauthorv1 a.dflink:hover, .webauthorv1 a.dflink:focus { color: inherit !important; text-decoration: none !important; font-weight: inherit !important; font-size: inherit !important; }
	.webauthorv1 a.dflink:focus { outline: none !important; }
	.webauthorv1 .dflogo { position: absolute; left: 0; top: 8px; }
	.lineup1 { margin-left: -0.3px; }
	.lineup2 { margin-left: -1.3px; }
	.lineup3 { margin-left: -0.5px; }
	.lineup4 { margin-left: -0.5px; }
	.lineup5 { margin-left: -0.5px; }
	.lineup6a { margin-left: 0.5px; }
	.lineup6b { margin-left: -0.5px; }
	.df-author[data-theme=white] .webauthorv1 { color: var(--white-color) !important; }
	.df-author[data-theme=white] .webauthorv1 path { fill: var(--white-color) !important; }
	.df-author[data-theme=light] .webauthorv1 { color: #bbb !important; }
	.df-author[data-theme=light] .webauthorv1 path { fill: #bbb !important; }
	.df-author[data-theme=dark] .webauthorv1 { color: #555 !important; }
	.df-author[data-theme=dark] .webauthorv1 path { fill: #555 !important; }
	@media (min-width: 768px) {
		.footer-bottom-content ul li { margin-right: 30px; font-size: 18px; }
		.list-group-footer a { font-size:20px; }
		.footer-contact-wrapper ul li span { font-size: 20px; }
	}
	@media (max-width: 991px) {
	 	.foo-title { border-bottom: 1px solid #585a6d;margin-bottom: 20px;padding-top: 20px;padding-bottom: 10px;}
		.bg-m-secondary{ background-color: var(--secondary-color) !important; }
	}
/*== Footer end ==*/

/*== Menu ==*/
	.menu-fade { position: fixed; left: 0 !important; right: 0 !important; top: 0 !important; bottom: 0 !important; z-index: 1020; background-color: rgba(0,0,0,.1); display: none; }
	.navbar-toggler { width: 25px; height: 21px; padding: 0; outline: none !important; vertical-align: middle; display: inline-block; }
	.navbar-toggler:focus { box-shadow: none; }
	.navbar-toggler .i-line { width: 100%; height: 2px; border-radius: 10px; background-color: var(--body-text-color); position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; }
	.navbar-toggler .i-line.top { top: 0; }
	.navbar-toggler .i-line.middle { top: 50%; margin-top: -1.5px; }
	.navbar-toggler .i-line.bottom { bottom: 0; }
	.closed .i-line.middle { width: 0; opacity: 0; }
	.closed .i-line.top { top: 9px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }
	.closed .i-line.bottom { bottom: 10px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }
	.navbar .nav-item { outline: none; }
	.navbar .nav-link { color: var(--white-color); font-size: 20px; font-weight: 400; line-height: 1.4; text-decoration: none; padding: 14px 16px; }
	.active .nav-link, .open .nav-link, .nav-item:hover .nav-link, .nav-item:focus .nav-link { background-color: var(--white-color); color: var(--secondary-color); text-decoration: none; }
	.navbar .dropdown-menu { font-size: 18px; font-weight: 400; line-height: 1.2; background-color: var(--white-color); color: var(--secondary-color); margin: 0; border: none; border-radius: 0; padding: 5px 0;box-shadow: 2px 2px 4px #888; }
	.navbar .dropdown-menu .dropdown-item { color: var(--secondary-color); text-decoration: none; padding: 6px 16px; white-space: normal; }
	.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:active { background-color: transparent; color: var(--secondary-color); }
	.navbar .open > .dropdown-menu { display: block; }
	.sidebar-nav { z-index: 1021; position: fixed; left: -250px; top: 0; width: 100%; max-width: 250px; height: 100%; text-align: left; -webkit-box-shadow: rgba(0,0,0,.1) 1px 0px 5px; box-shadow: rgba(0,0,0,.1) 1px 0px 5px; }
	.sidebar-nav .container, .sidebar-nav .container-fluid { height: 100%; }
	.sidebar-nav .navbar-collapse { display: block; overflow-y: auto; height: 100% !important; }
	.sidebar-nav .navbar-nav > .nav-item { border-bottom: rgba(100,100,100,.2) 1px solid; transform: translateY(-10px); opacity: 0; -webkit-transition: .6s ease-in-out; transition: .6s ease-in-out; }
	.sidebar-nav .navbar-nav .dropdown-toggle { padding-right: 28px; }
	.sidebar-nav .dropdown-toggle::after { position: absolute; right: 15px; top: 23px; border-width: 5px; opacity: .7; -webkit-transform: rotate(-90deg); transform: rotate(-90deg);  -webkit-transition-duration: .4s; transition-duration: .4s; }
	.sidebar-nav .show::after { -webkit-transform: rotate(0); transform: rotate(0); }
	.sidebar-nav .navbar-nav .show-item { transform: translateY(0px); opacity: 1; animation-name: forwards; animation-duration: 1s; animation-iteration-count: 1; animation-timing-function: ease; }
	@keyframes forwards {
        from { transform: translateY(-10px); opacity: 0; }
        to { transform: translateY(0px); opacity: 1; }
    }
	@media (min-width: 768px) {
		.navbar-expand-md .navbar-nav .nav-item { position: relative; }
		.navbar-expand-md .navbar-nav .nav-link { padding: 10px 18px; font-size: 20px;    line-height: 32px;border-bottom: 0; }
		.navbar-expand-md .dropdown-menu { min-width: 8.1rem; font-size: 20px; }
		.navbar-expand-md .dropdown-menu .dropdown-item { white-space: nowrap; padding: 7px 11px; -webkit-transition-duration: .4s; transition-duration: .4s; }
		.navbar-expand-md .dropdown-menu .dropdown-item:hover { -webkit-transform: translateX(5px); transform: translateX(5px); }
		.navbar .dropdown-toggle::after { display: none; }
	}
	@media (min-width: 992px) {

		.navbar-expand-md .dropdown-menu .dropdown-item { padding: 7px 20px; }
		.navbar-expand-md .dropdown-menu { min-width: 8.9rem; }
	}
	@media (min-width: 1200px) {
		.navbar-expand-md .dropdown-menu { min-width: 11.64rem; }
	}
/*== Menu End ==*/

/*== Form ==*/
	.site-form { font-size: 16px; }
	.form-control, .form-select { border-color: #ced4da; color: var(--black-color); font-size: 16px; font-weight: 400; line-height: 1.4; height: calc(1.5em + .75rem + 4px); border-radius: 0; box-shadow: none; outline: none; }
	.form-control:focus, .form-select:focus { box-shadow: none; border-color: #202833; }
	.form-select { background-size: 15px; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23999999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); }
	textarea.form-control, .form-floating>textarea.form-control { height: 70px; }
	.g-recaptcha { -webkit-transform: scale(.8); transform: scale(.8); -webkit-transform-origin: center; transform-origin: center; }
	.form-check { padding-left: 2rem; margin-bottom: 0.5rem; }
	.form-check-input { margin-top: 5px; width: 18px; height: 18px; margin-left: -2rem !important; }
	.form-check-input[type=checkbox] { border-radius: 0 !important; }
	.form-check-input:focus { box-shadow: none; }
	.form-check-input:checked { background-color: var(--primary-color); border-color: var(--primary-color); }
	.form-check-label { line-height: 1.3; }
	.rating { display: table; direction: rtl; }
	.rating>input { display: none; }
	.rating>label { position: relative; font-size: 32px; cursor: pointer; display: table-cell; }
	.rating>label::before { content: "\2605"; position: absolute; opacity: 0; }
	.rating>label:hover:before, .rating>label:hover~label:before { opacity: 1 !important; }
	.rating>input:checked~label:before { opacity: 1; }
	.rating:hover>input:checked~label:before { opacity: 0.4; }
	.datepicker-top-left, .datepicker-top-right { border-top-color: var(--primary-color) !important; }
	.datepicker-top-left::before, .datepicker-top-right::before { border-bottom-color: var(--primary-color) !important; }
	.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover { color: var(--primary-color) !important; }
	.datepicker-panel > ul > li.highlighted, .datepicker-panel > ul > li:hover { background-color: #ddd !important; }
	.input-group-text { font-size: 14px; }
	.contact-form { max-width: 710px; margin-left: auto; margin-right: auto; }
	.form-light .form-control, .form-light .form-select, .form-light .form-check-input { background-color: transparent; color: var(--white-color); border-color: rgba(255,255,255,.55); }
	.form-light .form-control:focus, .form-light .form-select:focus { border-color: var(--white-color); }
	.form-light .form-select option { color: var(--black-color); }
	input[type="checkbox"]:required { border-color: red; }
	.input-group .form-floating { flex: 1; }
	.form-floating>label { white-space: nowrap; }
	.form-control[type=file] { font-size: inherit; line-height: 1.7; }

	@media (min-width: 768px) {
		.site-form { font-size: 20px; }
		.g-recaptcha-md-center { margin-left: -28px; }
	}
/*== Form End ==*/

/*== Button ==*/
	.btn { font-size: 14px; font-weight: 400; padding: 5px 16px; text-transform: uppercase; text-decoration: none; border-radius: 40px;letter-spacing: 1.6px; box-shadow: none !important;font-family: Futura PT W01 Demi, sans-serif;line-height: 32px; }
	
	.btn-primary { color: var(--white-color) !important; background-color: var(--primary-color); border-color: var(--white-color) !important; }
	.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active { color: var(--white-color) !important; background-color: var(--secondary-color); border-color: var(--white-color) !important; }
	
	.btn-secondary { color: var(--white-color) !important; background-color: var(--secondary-color); border-color: var(--secondary-color) !important; }
	.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active { color: var(--white-color) !important; background-color: var(--black-color); border-color: var(--black-color) !important; }
	
	.btn-dark { color: var(--white-color) !important; background-color: var(--dark-color); border-color: var(--dark-color) !important; }
	.btn-dark:hover, .btn-dark:focus, .btn-dark:not(:disabled):not(.disabled):active { color: var(--white-color) !important; background-color: var(--black-color); border-color: var(--black-color) !important; }
	
	.btn-outline-primary { color: var(--white-color) !important; border-color: var(--white-color) !important; }
	.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active { color: var(--secondary-color) !important; background-color: var(--white-color); border-color: var(--white-color) !important; }
	
	.btn-outline-secondary { color: var(--secondary-color) !important; border-color: var(--secondary-color) !important; }
	.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active { color: var(--white-color) !important; background-color: var(--secondary-color); border-color: var(--secondary-color) !important; }
	
	.btn-outline-dark { color: var(--dark-color) !important; border-color: var(--dark-color) !important; }
	.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:not(:disabled):not(.disabled):active { color: var(--white-color) !important; background-color: var(--dark-color); border-color: var(--dark-color) !important; }
	
	.btns-group { max-width: 300px; }
	.btn-scrollTop { position: fixed; bottom: 150px; right: 10px; z-index: 1000; width: 3rem; height: 3rem; border-radius: 50%; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3e%3cpath fill='%23FFFFFF' d='M11.77,23c0.646,0,11.995,0,12.441,0c0.578,0,1.008-0.485,0.67-0.965c-0.271-0.384-5.739-8.06-6.208-8.715 c-0.308-0.431-1.04-0.424-1.348,0c-0.344,0.471-5.839,8.177-6.222,8.734C10.824,22.464,11.133,23,11.77,23z'/%3e%3c/svg%3e"); background-position: center; background-size: 80%; background-repeat: no-repeat; border: none; outline: none; -webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.6) !important; box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.6) !important; }

	.phone-icon svg{fill: var(--secondary-color);margin-top: -4px; }
	.phone-icon:hover svg{fill: var(--white-color); }

	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .btn-scrollTop { right: 20px; } }

	@media (min-width: 992px) {
		.btn { font-size: 16px; padding: 11px 40px; }
	}
/*== Button End ==*/

/*== Carousel ==*/
	.carousel-indicators [data-bs-target] { width: 7px; height: 7px; border-radius: 50%; border: 2px solid var(--primary-color); background-color: var(--primary-color); opacity: 1; margin: 0 7px; }
	.carousel-indicators .active { width: 7px; height: 7px; background-color: transparent; border-color: var(--primary-color); }
	#carouselSliderHome .carousel-item { min-height: 420px; }
	#carouselSliderHome .carousel-indicators [data-bs-target] { background-color: var(--white-color); border-color: var(--white-color); }
	#carouselSliderHome .carousel-indicators .active { background-color: var(--secondary-color); border-color: var(--secondary-color); }

	.home-slider-video video{ display: block;height: 100%;object-fit: cover;opacity: 1;position: static;width: 100%;z-index: 1;}

	@media (min-width: 576px) {
		#carouselSliderHome .carousel-item { min-height: 370px; }
	}
	@media (min-width: 768px) {
		#carouselSliderHome .carousel-item { min-height: 450px; }
		.banner-text-top{ top:10%; }
		.home-slider-video video{ display: block;height: 100%;left: 0;object-fit: cover;opacity: .2;position: absolute;top: 0;width: 100%;z-index: -1;}
	}
	@media (min-width: 992px) {
		#carouselSliderHome .carousel-item { min-height: 470px; }
	}
	@media (min-width: 1200px) {
		#carouselSliderHome .carousel-item { min-height: 600px; }
	}
	@media (min-width: 1400px) {
		#carouselSliderHome .carousel-item { min-height: 800px; }
	}

	@media (max-width: 767px) {
		.carousel-img { position: relative; }
		.carousel-img::before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: linear-gradient(0deg,rgba(46, 49, 72, 1) 0%, rgba(46, 49, 72, 0) 100%); }
		.carousel-img video { min-height: 66vw; }
	}
/*== Carousel End ==*/

/*== List Styles ==*/
	.list-group { padding-left: 22px; margin-bottom: 0.5rem; text-align: left; }
	.list-group li { margin-bottom: 0.6rem; }
	ul.list-group { list-style: none; padding-left: 0px; }
	ul.list-group li + li { margin-top: 0;margin-bottom:0.6rem; }
	ul.list-group li {margin-bottom: 0.6rem; padding-left: 1.25rem; background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3cpath fill='%23828391' d='M5,0c2.762,0,5,2.238,5,5s-2.238,5-5,5S0,7.762,0,5S2.238,0,5,0z'/%3e%3c/svg%3e") no-repeat 0px 12px / 8px; }
	@media (min-width: 768px) {
		.list-group { margin-bottom: 1rem; }
	}
/*== List Styles End ==*/

/*== TimeLine Styles ==*/
    .team-timeline-wrapper .section-title { margin: 0 }
    .team-timeline-wrapper .timeline-year-item-wrapper { display: inline-block; padding: 15px 0;width: 100% }
    .team-timeline-wrapper .timeline-year-item {position: relative;min-height: 1px;padding-left: 15px;padding-right: 15px }
    .team-timeline-wrapper .timeline-year-first { float: left; width: 16.66666667%;text-align: center }
	.team-timeline-wrapper .timeline-year-first:after { content: "";border-left: 1px solid var(--secondary-color); position: absolute;left: 50%;top: calc(-100% - 5px);height: 100% }
	.timeline-year-item-wrapper .first:after { border: 0!important; }
	.team-timeline-wrapper .timeline-year-description { float: left; width: 83.33333333% }

	@media(min-width: 768px) {
		.team-timeline-wrapper .timeline-year-first { width:8.33333333%;}
		.team-timeline-wrapper .timeline-year-description { width: 91.66666667% }
	}

	@media(max-width: 991px) {
		.team-timeline-wrapper .section-title { padding:0 15px }
	}

	@media(max-width: 767px) {
		.team-timeline-wrapper { font-size:20px }
	}

/*== TimeLine Styles End ==*/

/*== Table ==*/
	.table-fees tbody>tr:not(:last-child) { border-bottom: 1px solid #d5d6da; }
	.table-fees td { padding: 12px 0px 12px 0; }
	.table-fees td:last-child { font-family: "Futura PT W01 Medium", sans-serif; }
	.fees-table { width:100%; }
	.fees-table th, .fees-table td { padding: 10px 16px; color: rgba(130, 131, 145, 1.0); }
	.fees-table th { background-color: rgba(174, 131, 117, 1.0); font-size: 18px; color:var(--white-color); font-family: "Futura PT W01 Medium", sans-serif; font-weight: 500; line-height: 1.2; }
	.fees-table tbody>tr:not(:last-child) { border-bottom: 1px solid #d5d6da; }
	.fees-table td:last-child { font-weight: bold;color: var(--primary-color); }
	.price-td { width: 20%; }

	@media (min-width: 768px) {
		.fees-table th { font-size: 26px; }
		.fees-table th,.fees-table td { padding: 15px 40px; }
	}
/*== Table End ==*/

/*== Accordian ==*/
	.accordion .accordion-item + .accordion-item { border-top: rgba(0, 0, 0, 0.10) 1px solid; }
	.accordion-item { border-radius: 0; background-color: transparent; border: none; margin-bottom: 0; }
	.accordion-button { border-radius: 0; font-family: var(--font-title); font-size: 24px; color: var(--dark-color); background-color: transparent; padding: 25px 0; box-shadow: none !important; }
	.accordion-button:not(.collapsed) { background-color: transparent; color: var(--secondary-color); }
	.accordion-button::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232e3148'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}
	.accordion-button:not(.collapsed)::after, #accordion-faq .accordion-button::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ae8375'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}
	.accordion-collapse { border-radius: 0; }
	.accordion-button:focus { box-shadow: none; }
	.accordion-body { padding: 0 0 1.5rem; border-top: none; }
/*== Accordian End ==*/

/*== Common Styles ==*/
	.breadcrumb { background-color: transparent; font-weight: 400; }
	.breadcrumb, .breadcrumb h2 { font-size: 18px; font-weight: 400; }
	.breadcrumb a { color: var(--black-color); text-decoration: none;border: 0; }
	.breadcrumb a:hover { color: var(--primary-color); }
	.breadcrumb-item { display: inline-block; }
	.breadcrumb-item+.breadcrumb-item::before { content: '→'; font-size: 18px; line-height: 1.5; opacity: .5; }
	
	.home-section { max-width: 400px;display: inline-block;}
	
	.box-consultation {border: 1px solid #E5F4F2 !important; border-radius: 20px !important; box-shadow: 34.854px 29.626px 48.34px 0px rgba(108, 113, 164, 0.05) !important;padding: 30px;}
	.box-patient-stories { box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);border-radius: 5px; overflow: hidden; }
	.box-patient-stories-inner{ padding: 24px 30px 30px 30px;}
	.box-patient-stories-inner svg { width: 15px; height: auto;fill: var(--body-text-color);margin-left: 10px; }
	.box-patient-stories-inner:hover svg{ fill: var(--secondary-color); }
	.content-box{ position: relative; width: 90%; margin: 0 auto; padding: 30px; background: var(--white-color); border-radius: 5px; box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);margin-top:-110px; }
	.patient-stories-img{ border-radius: 5px;}
	blockquote { padding: 10px 20px;margin: 0 0 20px;font-size: 17.5px;border-left: 5px solid #eee; }
	.about-icon img {width: 50%;margin-bottom: 40px; }
	.iframe_wrapper { height: 0;padding-bottom: 56.25%;padding-top: 25px;position: relative;}
   	.oembed_container_iframe { height: 100%;left: 0;margin: 0 auto;position: absolute;right: 0;top: 0;width: 100% }
    
	.contant-img img{ height: auto;width: 100%;max-width: 100px;min-width: 100px; }
    .margin-b-10{ margin-bottom: -10px; }
	.referrals-page-number { border: 1px solid var(--secondary-color);color: var(--secondary-color);font-size: 50px;width: 100%;height: auto;padding-top: calc(50% - 40px);padding-bottom: calc(50% - 40px);text-align: center;border-radius: 50%;display: inline-block;-webkit-border-radius: 50%;-moz-border-radius: 50%;}
	.form-bg{ border-radius: 11.698px !important; background: var(--white-color) !important;box-shadow: 0px 0px 35.093px 0px rgba(0, 0, 0, 0.10) !important; }
/*== Common Styles ==*/

/*== Responsive ==*/
@media (min-width: 576px) {
}
@media (min-width: 768px) {
	.home-section { margin-top: -9.1rem; }
	.home-section img{ webkit-filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.16)); filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.16)); }
	.home-implant-consultations{ padding: 0px 0 130px; }
	.inner-banner-h{ height: 350px;object-position:top!important; }
	.patient-stories-img{ max-height: 600px;border-radius: 5px; object-fit: cover;width: 100%;}
	.content-box{ width: 80%; padding: 70px;}
}
@media (min-width: 992px) {
	.banner-text-top{ top:15%; }
	.content-box{ width: 70%; padding: 80px 100px 80px 100px;}
	.inner-banner-h{ height: 350px;object-position:top!important; }
}
@media (min-width: 1200px) {
	.banner-text-top{ top:25%; }
	.inner-banner-h{ height: 400px;object-position:top!important; }
}
@media (min-width: 1400px) {
	.banner-text-top{ top:30%; }
	.inner-banner-h{ height: 600px;object-position:top!important; }
}
@media (max-width: 767px) {
	.about-icon img { width: 150px;margin-bottom: 20px; }
	.implant-section img{ width:300px;margin: auto;display: block;}
	.box-consultation{ padding: 15px; }
	.contant-img img{ height: auto;width: 100%;max-width: 70px;min-width: 70px; }
}
@media (max-width: 575px) {
	.referrals-page-number{ font-size: 30px; padding-top: calc(50% - 25px);padding-bottom: calc(50% - 25px); }
}
/*== Responsive end ==*/