:root { --primary-color: #C69943; --primary-dark: #F5DFB3; --secondary-color: #FFF9ED; --primary-font: 'Open Sans', sans-serif; --title-font: 'Lora', sans-serif; --gradient: linear-gradient(270deg, #C69943 0%, #FFD179 52%, #C69943 100%) }

/* Fonts */
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url(../webfonts/open-sans/open-sans.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-display: swap; src: url(../webfonts/open-sans/open-sans-semi.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-display: swap; src: url(../webfonts/open-sans/open-sans-bold.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: 'Lora'; font-style: normal; font-weight: 400; font-display: swap; src: url(../webfonts/Lora/Lora.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Lora'; font-style: italic; font-weight: 400; font-display: swap; src: url(../webfonts/Lora/Lora-Italic.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Lora'; font-style: normal; font-weight: 500; font-display: swap; src: url(../webfonts/Lora/Lora-Medium.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Lora'; font-style: italic; font-weight: 500; font-display: swap; src: url(../webfonts/Lora/Lora-Medium-Italic.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Lora'; font-style: normal; font-weight: 600; font-display: swap; src: url(../webfonts/Lora/Lora-Semi.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Lora'; font-style: italic; font-weight: 600; font-display: swap; src: url(../webfonts/Lora/Lora-Semi-Italic.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Lora'; font-style: normal; font-weight: 700; font-display: swap; src: url(../webfonts/Lora/Lora-Bold.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: var(--primary-font); color: #000; font-size: 16px; background-color: #fff; line-height: 1.4; }
em { font-style: italic; }
.light { font-weight: 300 !important; }
.normal { font-weight: 400 !important; }
.medium { font-weight: 500 !important; }
.semi { font-weight: 600 !important; }
.bold { font-weight: 700 !important; }
.f-black { font-weight: 900 !important; }
.fs-10 { font-size: 10px !important; }
.fs-12 { font-size: 12px !important; }
.fs-14 { font-size: 14px !important; }
.fs-18 { font-size: 18px !important; }
.title-font { font-family: var(--title-font); }
.primary-font { font-family: var(--primary-font); }
h1, h2, h3, h4, h5, h6 { margin-top: 0; font-style: normal; font-weight: inherit; font-family: var(--title-font); text-transform: normal; line-height: 1.2 }
.clear { clear: both; }
a:focus, .button:focus { text-decoration: none; outline: none; }
a.p-light { color: var(--primary-light) }
a { color: var(--primary-color); text-decoration: none; }
a:hover, a.p-light:hover { color: var(--secondary-color); }
a, button { color: var(--primary-color); outline: medium none; }
button:focus, input:focus, input:focus, textarea, textarea:focus { outline: 0; }
input:focus::-moz-placeholder { opacity: 0; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
.primary-color { color: var(--primary-color) !important; }
.bg-primary-color { background-color: var(--primary-color) !important; }
.border-primary-color { border-color: var(--primary-color) !important; }
.primary-dark { color: var(--primary-dark) !important; }
.bg-primary-dark { background-color: var(--primary-dark) !important; }
.border-primary-dark { border-color: var(--primary-dark) !important; }
.secondary-color { color: var(--secondary-color) !important; }
.bg-secondary-color { background-color: var(--secondary-color) !important; }
.border-secondary-color { border-color: var(--secondary-color) !important; }
.secondary-dark { color: var(--secondary-dark) !important; }
.bg-secondary-dark { background-color: var(--secondary-dark) !important; }
.border-secondary-dark { border-color: var(--secondary-dark) !important; }
.bg-f1 { background: #f1f1f1 !important; }
.bg-f2 { background: #f2f2f2 !important; }
.bg-f3 { background: #f3f3f3 !important; }
.bg-f4 { background: #f4f4f4 !important; }
.bg-f5 { background: #f5f5f5 !important; }
.bg-f7 { background: #f7f7f7 !important; }
.bg-f8 { background: #f8f8f8 !important; }
.bg-f9 { background: #f9f9f9 !important; }
.bg-f0 { background: #f0f0f0 !important; }
.swiper-button-next::after, .swiper-button-prev::after { display: none; }
.btn { background: var(--primary-color); color: #fff; -moz-user-select: none; cursor: pointer; display: inline-block; font-weight: 400; padding: 10px 30px; border-radius: 8px; font-size: 18px; }
.btn-style { position: relative; border: 1px solid #000; }
.btn-style:before { content: ""; position: absolute; border: 1px solid #000; border-radius: 8px; top: 3px; left: -4px; right: -4px; bottom: 3px; }
.btn-style:after { content: ""; position: absolute; border: 1px solid #000; left: 10px; right: 10px; top: 55%; transform: translateY(-50%); z-index: 0; }
.btn-style span { background: #fff; position: relative; z-index: 1 }
.btn-style span:after, .btn-style span:before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: #000; display: inline-block; vertical-align: middle; border: 3px solid #fff; margin: 0 10px 0 0; }
.btn-style span:after { margin: 0 0 0 10px; }
.btn-white { color: #000; background: #fff; }
.btn.focus, .btn:focus { outline: 0; box-shadow: none; }
.btn-normal { background: var(--secondary-color); color: #000; border-color: var(--primary-color); }
.btn-normal:before { display: none; }
.btn-normal span { background: var(--secondary-color); }
.btn-normal span:after, .btn-normal span:before { border-color: var(--secondary-color); }
.btn:hover { border-color: var(--primary-color); color: var(--primary-color); }
.btn-style:hover:before, .btn-style:hover:after { border-color: var(--primary-color); }
.btn-style:hover span:after, .btn-style:hover span:before { background: var(--primary-color); }
.btn-sm { font-size: 16px; }
.link { font-size: 18px; font-style: italic; position: relative; font-weight: 500; font-family: var(--title-font); }
.link:after, .link:before { content: ""; position: absolute; top: 12px; width: 15px; height: 2px; right: -20px; background: currentColor; display: inline-block; }
.link:before { left: -20px; right: auto; }
.link:hover { color: #000; }
.link-black { color: #000; font-style: normal; }

/* Scrollbars */
.theme-scrollbar { overflow-x: hidden; overflow-y: auto; scrollbar-color: #D1D5DB #fff; scrollbar-width: thin; }
.theme-x-scrollbar { overflow-x: auto; overflow-y: hidden; padding-right: 0; margin-right: 0; }
.theme-scrollbar::-webkit-scrollbar-track { -webkit-box-shadow: none; background-color: transparent; }
.theme-scrollbar::-webkit-scrollbar { width: 4px; background-color: transparent; }
.theme-scrollbar::-webkit-scrollbar-thumb { background-color: #D1D5DB; border-radius: 3px; }
.br-0 { border-radius: 0px !important; }
.br-5 { border-radius: 5px !important; }
.br-8 { border-radius: 8px !important; }
.br-10 { border-radius: 10px !important; }
.br-15 { border-radius: 15px !important; }
.br-20 { border-radius: 20px !important; }
.alert { padding: 8px 0; font-size: 14px; }
.alert-dismissible .btn-close { padding: 0 1rem; height: 100%; color: #fff; background: none !important; opacity: 1; }

/* BACK TO TOP */
#scrollUp { background: var(--primary-color); height: 50px; width: 50px; right: 30px; bottom: 0px; color: #fff; font-size: 20px; text-align: center; border-radius: 50%; border: 2px solid transparent; position: fixed; visibility: hidden; opacity: 0; cursor: pointer; z-index: 999; display: flex; align-items: center; justify-content: center; transition: bottom 0.4s }
#scrollUp.active { bottom: 30px; visibility: visible; opacity: 1; transition: bottom 0.4s }
#scrollUp:hover { background: var(--primary-color); color: #fff; }
@media (max-width:767px) {
    #scrollUp { right: 15px; }
    #scrollUp { width: 40px; height: 40px; }
}
.g-2rem { --bs-gutter-x: 2rem; --bs-gutter-y: 2rem; }
.gx-2rem { --bs-gutter-x: 2rem; }
.gy-2rem { --bs-gutter-y: 2rem; }
.g-2-5rem { --bs-gutter-x: 2.5rem; --bs-gutter-y: 2.5rem; }
.br-0 { border-radius: 0 !important; }
.br-6 { border-radius: 6px !important; }
.br-16 { border-radius: 16px !important; }
.alert-block { position: absolute; top: 0; left: 0; right: 0; z-index: 9999; background: var(--primary-dark); }
.container-full { max-width: 100%; padding-left: 20px; padding-right: 20px; }
.container { margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; }
.row { box-sizing: border-box; --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(-1 * var(--bs-gutter-y)); margin-right: calc(-.5 * var(--bs-gutter-x)); margin-left: calc(-.5 * var(--bs-gutter-x)); }
.row > * { max-width: 100%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: var(--bs-gutter-y); }
.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}.w-100{width:100%}p{margin-bottom:1rem}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}

/* Header
------------------- */
header { position: absolute; left: 0; right: 0; z-index: 98; font-family: var(--title-font); }
header:after { content: ""; display: block; backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); background: rgba(255, 255, 255, 0.6); position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; }
.sticky-bar { left: 0; margin: auto; position: fixed; top: 0; width: 100%; -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; }
.nav-left, .nav-right { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
header ul > li.nav-item { padding: 15px 0; position: relative; }
header ul > li.nav-item:before { content: "\f111"; font-family: "Font Awesome 5 Pro"; font-weight: bold; font-size: 8px; color: var(--primary-color); padding: 0 30px; }
header ul > li.nav-item:first-child:before, header ul > li.nav-item:nth-child(4):before { display: none; }
header ul > li > .nav-link { color: #000; font-weight: 600; font-size: 16px; padding: 0px 0 !important; position: relative; white-space: nowrap; }
header ul > li > .nav-link:hover, header ul li .nav-link:focus { color: var(--primary-color); }
.logo-block { padding: 0 30px; position: relative; width: 200px; }
.logo-block .navbar-brand { position: absolute; top: -55px; left: 0; right: 0; width: 200px; height: 200px; border-radius: 50%; display: flex; align-items: center; justify-content: center; padding: 20px; }
.logo-block .navbar-brand:after { content: ""; background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -2; border-radius: 50%; }
.logo-block .navbar-brand img { width: 100% }

/* Footer
------------------- */
footer { padding: 0px 0 0; font-size: 14px; background: #000; color: #fff; font-weight: 500; }
.footer-logo { }
.footer-logo > a { width: 180px; height: 180px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; padding: 20px; margin-top: -5rem }
.footer-tittle ul { display: flex; align-items: center; justify-content: center; }
.footer-tittle ul li { padding: 0px 0px; }
.footer-tittle ul li:before, .footer-tittle ul li:last-child:after { content: "\f111"; font-family: "Font Awesome 5 Pro"; font-weight: bold; font-size: 6px; color: var(--primary-color); padding: 0 20px; vertical-align: middle; }
.footer-tittle ul li a { color: #fff; line-height: normal; padding: 0; transition: color 0.4s; }
.footer-tittle ul li a:hover { color: var(--primary-color); transition: color 0.4s; }

/* Banner */
.section-title { color: #000; font-family: var(--title-font); font-weight: 500; }
.section-title h1 { font-size: 44px; }
.section-title h2 { font-size: 32px; }
.section-title h3 { font-size: 22px; }
.section-title h4 { font-size: 18px; }
.section-title h5 { font-size: 16px; }
.section-title span { font-weight: 600 }
.banner-area { height: 100vh; display: flex; align-items: center; justify-content: center; background-size: cover; background-repeat: no-repeat; }
.banner-block { border-radius: 0px; opacity: 1; backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); background: rgba(255, 255, 255, .6); padding: 40px; outline: 1px solid #fff; outline-offset: 5px; }
.divider-center img { margin: 0 auto; }
.text-sect { font-size: 18px; }
.about-img { width: 150px; height: 150px; margin: -3rem auto 2rem; border-radius: 50%; /*border: 5px solid #fff;*/ position: relative; }
.about-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.about-img:before { content: ""; width: 3px; height: 100px; background: var(--primary-color); top: -60%; left: 0; right: 0; position: absolute; display: block; z-index: 2; margin: 0 auto; }
.moon-sect { background-size: contain; background-repeat: no-repeat; background-position: center; }
.moon-block { padding: 20px; }
.moon-icon img { margin: 0 auto 1rem; }
.list li { position: relative; padding: 5px 0 5px 30px; }
.list li::before { content: "\f00c"; font-family: "Font Awesome 5 Pro"; position: absolute; top: 6px; left: 0px; color: var(--primary-color); font-weight: 600 }
.list-dash li::before { content: "\f068"; }
.nos-block fieldset { border: 1px solid var(--primary-color); border-radius: 8px; padding: 20px; }
.nos-block fieldset legend { font-size: 18px; text-align: center; margin: 0 auto; background: var(--primary-dark); padding: 5px 15px; font-weight: 600; position: relative; }
.nos-block fieldset legend:after, .nos-block fieldset legend:before { content: ""; background: #fff; width: 20px; height: 5px; display: inline-block; position: absolute; left: -20px; top: 50%; bottom: 0; transform: translateY(-50%); }
.nos-block fieldset legend:after { left: auto; right: -20px; }
.nos-ttl { text-align: center; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 18px; height: 80px; width: 165px; margin: 0 auto; background: var(--gradient); border-radius: 100px 100px 0 0; position: relative; z-index: 1; padding-top: 15px; }
.nos-ttl:after { content: ""; position: absolute; left: 2px; top: 2px; right: 2px; z-index: -1; bottom: 0; border-radius: 100px 100px 0 0; background: #fff; }
.opt-block .nos-ttl:after { left: 4px; top: 4px; right: 4px; }
.nos-block fieldset .btn { margin: 0 auto; }
.review-block { background: #FAFAFA; padding: 15px; color: #214655; }
.review-icons i { background: #00B67A; color: #fff; padding: 5px; font-size: 14px; }
.text-muted { color: #6D7278 }
.text-muted span { font-weight: bold; }
.circle-block { background: #FFF2D8; width: 450px; height: 450px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; font-size: 14px; padding: 20px; }
.circle-block.alt { width: 350px; height: 350px; background: var(--secondary-color); }
.circle-block a { color: #000 }
.circle-block a:hover { color: var(--primary-color); }

/* MEDIA
------------------------ */
@media (min-width:768px) {
    .md\:w-2\.5\/12 { width: 20%; }
    .md\:grid-reverse { }
}
@media (min-width:1100px) {
    .font-lg { font-size: 18px; }
    .font-md { font-size: 16px; }
}
@media (min-width:1400px) {
    .container { max-width: 1400px }
    .section-title h1 { font-size: 48px; }
    .section-title h2 { font-size: 38px; }
    .section-title h3 { font-size: 24px; }
    .section-title h4 { font-size: 20px; }
    .section-title h5 { font-size: 16px; }
    .banner-area .btn { font-size: 22px; }
    .circle-block { width: 500px; height: 500px; }
    .circle-block.alt { width: 400px; height: 400px; margin-left: -3rem; position: relative; z-index: -1 }
}
@media (min-width:2000px) { }
@media (max-width:1399px) {
    .container { max-width: 100% }
}
@media (max-width:1024px) {
    .section-title h1 { font-size: 24px; }
    .section-title h2 { font-size: 24px; }
    .section-title h3 { font-size: 18px; }
    .section-title h4 { font-size: 16px; }
    .section-title h5 { font-size: 16px; }
    html, body { overflow-x: hidden; font-size: 14px; }
    header::after { display: none; }
    .btn { font-size: 14px; }
    .mobile-menu-list { display: block; position: fixed; left: 0; right: 0; bottom: 0; background: #fff; box-shadow: 0px -4px 10px rgba(198, 153, 67, 0.16) }
    .mobile-menu-list ul { display: flex; align-items: center; justify-content: center; }
    .mobile-menu-list ul li { flex: 1 0 0; padding: 10px; display: flex; align-items: center; justify-content: center; }
    .mobile-menu-list ul li img { margin: 0 auto 5px; height: 25px }
    .mobile-menu-list ul li a { color: #000; }
    .mobile-menu-list ul li.call { flex: 0 0 80px; border-top-left-radius: 100%; width: 60px; height: 70px; margin-top: -3rem; padding: 0; border-top-right-radius: 100%; background: #fff; position: relative; }
    .mobile-menu-list ul li.call a { width: 50px; height: 50px; background: var(--primary-color); border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; position: relative; border: 1px solid #B48223 }
    .mobile-menu-list ul li.call:after, .mobile-menu-list ul li.call:before { position: absolute; content: " "; width: 14px; height: 15px; border-bottom: 4px solid #f9f8fa; top: 10px; }
    .mobile-menu-list ul li.call::before { border-bottom-right-radius: 100%; left: -5px; }
    .mobile-menu-list ul li.call::after { border-bottom-left-radius: 100%; right: -5px; }
}
@media (max-width:767px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { padding-left: 15px; padding-right: 15px; }
    .mobile-hide { display: none; }
    .navbar-brand img { height: 80px; }
    header ul > li > .nav-link { line-height: normal; }
    footer { padding-bottom: 80px; }
    .section-title br { display: none; }
    .banner-area { height: 80vh }
    .about-img::before { display: none; }
    .text-sect { font-size: 16px; }
    .moon-sect { background-image: none !important; background-color: var(--secondary-color); position: relative; z-index: 1; margin-top: 2rem }
    .moon-sect:before, .moon-sect:after { content: ""; position: absolute; top: -10px; left: 0; right: 0; height: 90px; background: var(--secondary-color); box-shadow: 0px -30px 0 0 var(--secondary-color); border-radius: 50% 50% 0 0; z-index: -1; }
    .moon-sect:after { background: #fff; height: 60px; border-radius: 50% 50% 0 0; top: auto; bottom: -20px; }
    .moon-block { padding: 10px 20px; }
    .slide-x { display: flex; overflow-x: auto; margin-right: -15px; }
    .review-block { flex: 0 0 50%; }
    .review-sect .section-title span { display: block; }
    .about-sect { background: #fff; margin: -3rem 30px 0; border-radius: 5px; }
    .about-img { width: 120px; height: 120px; margin: -55px auto 2rem; border-radius: 50%; border: 5px solid #fff; position: relative; }
}
@media (max-width:480px) {
    .review-block { flex: 0 0 80%; }
    .circle-block { width: 350px; height: 350px }
    .circle-block.alt { width: 300px; height: 300px; margin-top: -3rem; position: relative; z-index: -1 }
    .footer-tittle ul { display: block; text-align: center; }
    .footer-tittle ul li { padding: 5px 0 }
    .footer-tittle ul li::before, .footer-tittle ul li::after, .footer-tittle ul li:last-child::after { content: "\f111"; font-family: "Font Awesome 5 Pro"; font-weight: bold; font-size: 4px !important; color: var(--primary-color); padding: 0 10px; vertical-align: middle; }
}
