/*
Theme Name:   Margariti Akinzo
Theme URI:    https://example.com/
Description:  A child theme for the vantage theme.
Author:       Your Name
Author URI:   https://example.com/
Template:     vantage
Version:      1.0.0
*/
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: 'Instrument Serif';
    --bodyFont: 'Onest';
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    will-change: auto;
}
body {
    margin: 0;
    padding: 0;
    font-family: var(--bodyFont);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url(images/body-bg-img.webp);
    background-repeat: repeat;
    /* border-left: 5px solid #72383d; */
    /* border-right: 5px solid #72383d; */
    overflow-x: hidden;
}
.hide {
    display: none;
}
/* onest-100 - latin */
@font-face {
    font-display: swap;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 100;
    src: url('./fonts/onest-v6-latin-100.woff2') format('woff2');
}
/* onest-200 - latin */
@font-face {
    font-display: swap;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/onest-v6-latin-200.woff2') format('woff2');
}
/* onest-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/onest-v6-latin-300.woff2') format('woff2');
}
/* onest-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/onest-v6-latin-regular.woff2') format('woff2');
}
/* onest-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/onest-v6-latin-700.woff2') format('woff2');
}
/* instrument-serif-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Instrument Serif';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/instrument-serif-v4-latin-regular.woff2') format('woff2');
}
.clear {
    clear: both;
}
body.layout-full {
    background-color: #fff;
}
iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
    font-size: 0;
    display: block;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
html {
    margin-top: 0 !important;
}
a#scroll-to-top {
    display: none;
}
.widget {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--headingFont);
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p,
li,
ul,
ol,
blockquote {
    font-family: var(--bodyFont);
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
p:empty {
    display: none;
}
ul,
li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
.wrapper {
    width: 100%;
}
.container {
    max-width: 1720px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width:1700px) {
    .container {
        max-width: 1400px;
    }
}
@media screen and (max-width:1500px) {
    .container {
        max-width: 1200px;
    }
}
@media screen and (max-width:1240px) {
    .container {
        max-width: 990px;
        padding: 0 10px;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
}
@media screen and (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
}
/* Header Section Starts */
.header-sec {
    padding: 67px 0 0;
    position: fixed;
    z-index: 999;
    width: 100%;
}
.logo img {
    width: 100%;
    max-width: 420px;
}
header.header-sec.f-nav {
    background-color: #231f1c;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}
.header-sec .container {
    width: 100%;
    max-width: 1720px;
    margin: auto;
}
.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
.top-menu ul {
    margin: 0 !important;
}
.top-menu ul li:last-child {
    margin: 0;
}
.top-menu ul li {
    display: inline-block;
    margin: 0 50px 0 0;
    position: relative;
}
.top-menu ul li a {
    position: relative;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-family: var(--bodyFont);
    display: block;
}
.top-menu ul li.current-menu-item>a,
.top-menu ul li:hover>a {
    color: #000;
}
.btnFlexBox.mb {
    display: none;
}
.top-menu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #2f4163;
    padding: 0px 0;
    z-index: 999;
}
.top-menu ul li:hover ul.sub-menu {
    display: block;
}
.top-menu ul li:hover ul.sub-menu ul {
    display: none;
}
.top-menu ul li:hover ul.sub-menu li {
    position: relative;
}
.top-menu ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%;
}
.top-menu .sub-menu li.current-menu-item a {
    color: #fff;
}
.top-menu .sub-menu li a:after {
    display: none;
}
.top-menu .sub-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
}
.top-menu .sub-menu li a {
    float: left;
    font-size: 15px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #fff;
    display: block;
    text-transform: capitalize;
}
.top-menu .sub-menu li a:hover {
    background-color: #21355a;
    color: #fff;
}
.logo-container .logo {
    padding-right: 26px;
    border-right: 2px solid #72383d;
}
/*
* audio player
*/
#button-container {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    z-index: 99999;
    transition: all 0.5s ease-in-out 0s;
    transform: translateX(0);
}
#button-container.buttonClose {
    transform: translateX(50px);
}
#stopPlayBtn {
    background: #72383d;
    border: 0;
    border-radius: 0 0 0 5px;
    /* position: absolute;
    top: 0;
    right: 0; */
    fill: #fff;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin: 0;
}
#toggleBtn {
    padding: 2px 5px;
    /* position: absolute; */
    /* right: 49px; */
    border-radius: 0 0 0 5px;
    background: #72383d;
    border: 0;
    color: #fff;
    font-size: 15px;
    margin: 0;
}
#button-container #toggleBtn {
    transform: rotate(0deg);
}
#button-container.buttonClose #toggleBtn {
    transform: rotate(180deg);
    border-radius: 0 5px 0 0;
}
#stopPlayBtn svg {
    aspect-ratio: 1;
}
#stopPlayBtn:not(.audioStopped) #audioPlay,
#stopPlayBtn.audioStopped #audioStop {
    display: none;
}
@media screen and (max-width: 991px) {
    #stopPlayBtn {
        width: 35px;
        height: 35px;
    }
    #button-container.buttonClose {
        transform: translateX(35px);
    }
}
/*
* audio player
*/
/* Common Styling */
a.cmn-btn,
button.cmn-btn {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    background-color: #72383d;
    text-decoration: none;
    padding: 29px 64px;
    letter-spacing: -0.48px;
    border-radius: 0;
    font-family: 'Onest';
    font-weight: 400;
    position: relative;
    clip-path: polygon(7% 50%, 0 30%, 0 0, 100% 0, 100% 29%, 92.8% 50%, 100% 72%, 100% 100%, 50% 100%, 0 100%, 0 100%, 0 70%);
}
a.cmn-btn::before,
a.cmn-btn::after,
.hmbutton.testi-btn button.cmn-btn::before,
.hmbutton.testi-btn button.cmn-btn::after {
    position: absolute;
    content: "";
    margin: auto;
    width: 237px;
    height: 1px;
    top: 7px;
    left: 0;
    right: 0;
    background-color: #ac9c8d;
}
a.cmn-btn::after,
.hmbutton.testi-btn button.cmn-btn::after {
    bottom: 7px;
    top: auto;
}
.hmbutton.testi-btn button.cmn-btn::before,
.hmbutton.testi-btn button.cmn-btn::after {
    width: 298px;
}
.hmbutton:hover a.cmn-btn::before,
.hmbutton:hover a.cmn-btn::after {
    background-color: #72383d;
}
.hmbutton.testi-btn button.cmn-btn:hover {
    background-color: #ac9c8d;
}
.hmbutton.testi-btn button.cmn-btn:hover::before,
.hmbutton.testi-btn button.cmn-btn:hover::after {
    background-color: #72383d;
}
a.cmn-btn:hover {
    background-color: #ac9c8d;
}
.hmbutton:hover::before,
.hmbutton:hover::after {
    background-position: -114px -6px;
}
.hmbutton {
    position: relative;
    margin: 0 10px;
}
.hmbutton::before,
.hmbutton::after {
    position: absolute;
    content: "";
    margin: auto;
    width: 23px;
    height: 23px;
    top: 0;
    left: -11px;
    bottom: 0;
    background-image: url(./images/hm-sprites.webp);
    background-position: -75px -6px;
    z-index: 1;
}
.hmbutton::after {
    left: auto;
    right: -11px;
}
.text-heading {
    font-family: var(--headingFont);
    margin: 0;
    font-size: 200px;
    line-height: 1;
    text-align: start;
    letter-spacing: -4px;
    color: rgb(255 255 255 / 9%);
    text-shadow: 0px 0px 22.32px rgba(0, 0, 0, 0.45);
    padding-left: 90px;
}
.tab-call.hdr-mail {
    position: relative;
    margin-left: 30px;
}
.mobi-call.bio {
    border-left: 0 !important;
}
.mobi-call.hdr-mail span {
    position: relative;
}
.tab-call.hdr-mail::before,
.mobi-call.hdr-mail span::before {
    content: '';
    width: 22px;
    height: 22px;
    background-image: url(./images/mail-icon.webp);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -30px;
    background-size: 100%;
}
/* Mobile Menu Starts */
@media screen and (min-width: 992px) {
    .logo-rit,
    .tab-call {
        display: none;
    }
}
.showhide {
    display: none;
    width: 110px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    position: relative;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .showhide {
        display: block;
    }
.btnFlexBox.mb {
    display: flex !important;
}
}
.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #72383d;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow: scroll;
    padding: 15px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
}
.menu-top-menu-container {
    display: block;
    width: 100%;
}
.mobinav.open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.mobinav ul {
    margin: 0 0 0 0;
    padding: 5px 0px;
    width: 100%;
}
.mobinav ul li {
    margin: 0;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: var(--bodyFont);
}
.mobinav a {
    width: 100%;
    padding: 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: var(--bodyFont);
    border: 0;
    margin: 0 0 15px 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #000000;
}
.mobinav ul li ul {
    padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
    text-transform: capitalize;
}
.mobinav ul li .drop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 37px;
    z-index: 5;
}
.mobinav ul li .drop.open {
    width: 20px;
}
.mobinav ul li .drop::before,
.mobinav ul li .drop.close::after {
    content: '';
    background-color: #fff;
    position: absolute;
}
.mobinav ul li .drop::before {
    width: 20px;
    height: 2px;
    top: 16px;
    right: 0;
}
.mobinav ul li .drop.close::after {
    width: 2px;
    height: 20px;
    top: 7px;
    right: 10px;
}
.mobile-menu-button-container {
    display: block;
}
@media screen and (min-width: 769px) {
    .mobile-menu-button-container {
        display: none;
    }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .tab-call {
        display: block;
        margin-left: auto;
    }
}
/* Mobile Menu Ends */




@media screen and (max-width: 768px) {
    .logo-rit,
    .tab-call {
        display: none;
    }
    .mobile-menu-button-container {
        background: #231f1c;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom:1px solid #72393e;
        border-top:1px solid #72393e;
    }
    header.header-sec.f-nav{ border: none;}
    .logo {
        justify-content: center !important;
    }
    .mobile-menu-button-container a.mobi-call {
        width: 50%;
        justify-content: center;
        padding: 6px 8px;
        border-left: 1px solid #72393e;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .header-sec {
        padding: 20px 0 0 0 !important;
    }
    .mobile-menu-button-container button.mobileMenuToggle {
        border: none;
        background: #000;
        width: 50%;
    }
    .mobile-menu-button-container button.mobileMenuToggle svg {
        width: 22px;
        height: 15px;
    }
    .mobile-menu-button-container a.mobi-call span.button-text,
    .mobile-menu-button-container span.menu-text {
        font-family: 'Onest';
        font-weight: 500;
        font-size: 22px;
        line-height: 1;
        letter-spacing: -0.8px;
        color: #fff;
    }
    .mobile-menu-button-container span.svg-icon svg {
        width: 25px;
    }
    button.showhide {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .header-sec {
        padding: 20px 0 0 0 !important;
    }
}
/* Footer Section */
.site-footer {
    padding: 40px 0 30px;
}
.site-footer .ftr-blocks {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.site-footer .ftr-flw h5 {
    font-family: var(--bodyFont);
    font-size: 18px;
    font-weight: 100;
    line-height: 1;
    color: #ffffff;
    letter-spacing: -0.36px;
    margin: 0;
}
.site-footer .socl-icons {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 70px;
}
.socl-icons a {
    position: relative;
    font-size: 0px;
}
.site-footer .socl-icons a:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 14px;
    height: 28px;
    background-image: url(./images/hm-sprites.webp);
    background-position: -86px -76px;
}
.site-footer .socl-icons a.insta:before {
    background-position: -122px -76px;
    width: 29px;
    height: 28px;
}
.site-footer .socl-icons a.tiwtter:before {
    background-position: -172px -76px;
    width: 28px;
    height: 28px;
}
.site-footer .socl-icons a.fb:hover:before {
    background-position: -86px -115px;
}
.site-footer .socl-icons a.insta:hover:before {
    background-position: -122px -115px;
}
.site-footer .socl-icons a.tiwtter:hover:before {
    background-position: -172px -115px;
}
.copyrights {
    padding: 0 0 40px 0;
    text-align: center;
}
.copyrightmenu ul {
    margin: 0;
}
.copyrightmenu ul li {
    display: inline-block;
    margin: 0;
}
.copyrights p,
.copyrightmenu ul {
    margin: 0 0 8px 0;
}
.copyrights p,
.copyrights a {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    font-family: 'Onest';
    letter-spacing: -0.36px;
    line-height: 1.7;
    margin: 0 0 5px;
}
.copyrightmenu ul li a {
    line-height: 1;
    border-right: 1px solid #fff;
}
.copyrightmenu ul li:last-child a {
    border: none;
}
.copyrights a {
    display: inline-block;
    padding: 0 8px;
}
@media screen and (max-width:1800px) {
    .header-sec .container,
    .container {
        max-width: 1600px;
    }
}
@media screen and (max-width:1700px) {
    .header-sec .container,
    .container {
        max-width: 1500px;
    }
    .copyrights p,
    .copyrights a {
        font-size: 18px;
    }
}
@media screen and (max-width:1600px) {
    .header-sec .container,
    .container {
        max-width: 1400px;
    }
    .header-sec {
        padding: 56px 0 0;
    }
    .site-footer {
        padding: 30px 0;
    }
    .copyrights {
        padding: 0 0 50px 0;
    }
    .copyrights p,
    .copyrights a {
        font-size: 17px;
    }
}
@media screen and (max-width:1500px) {
    .header-sec .container,
    .container {
        max-width: 1200px;
    }
    .header-sec {
        padding: 45px 0 0;
    }
    .site-footer .socl-icons a:before {
        transform: scale(0.9);
    }
    .site-footer .socl-icons {
        gap: 58px;
    }
    .site-footer {
        padding: 22px 0;
    }
    .copyrights {
        padding: 0 0 40px 0;
    }
    .copyrights p,
    .copyrights a {
        font-size: 16px;
    }
}
@media screen and (max-width:1280px) {
    .header-sec .container,
    .container {
        max-width: 990px;
        padding: 0 30px;
    }
    .logo img {
        max-width: 358px;
    }
    .header-sec {
        padding: 30px 0 0;
    }
    .site-footer .socl-icons {
        gap: 52px;
    }
    .site-footer .socl-icons a:before {
        transform: scale(0.8);
    }
}
@media screen and (max-width:991px) {
    .header-sec .container,
    .container {
        max-width: 720px;
        padding: 0 20px;
    }
    .logo-container .logo {
        padding-right: 0;
        border-right: 0px solid #72383d;
    }
    .logo img {
        max-width: 330px;
        height: 62px;
    }
    .site-footer {
        padding: 0 0 20px 0;
    }
    .hmbutton.btn-mbl a.cmn-btn {
        background-color: #ac9d8d;
        text-align: center;
        clip-path: polygon(6% 50%, 0 28%, 0 0, 100% 0, 100% 26.5%, 93.5% 50%, 100% 74%, 100% 100%, 50% 100%, 0 100%, 0 100%, 0 73%);
    }
    .hmbutton.btn-mbl a.cmn-btn::before,
    .hmbutton.btn-mbl a.cmn-btn::after {
        background-color: #72383d;
        width: 202px;
    }
    .hmbutton.btn-mbl::before,
    .hmbutton.btn-mbl::after {
        transform: scale(0.9);
        top: -14px;
    }
a.cmn-btn, button.cmn-btn {
        font-size: 16px !important;
        padding: 20px 22px !important;
    }
}
@media screen and (max-width:767px) {
    .header-sec .container,
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
    .logo img {
        max-width: 258px;
        height: 48px;
    }
    .site-footer .socl-icons {
        gap: 45px;
    }
    .copyrights {
        padding: 0 0 26px 0;
    }
    .copyrights p,
    .copyrights a {
        font-size: 15px;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
    .top-menu,
    .top-rit {
        display: none;
    }
    .tab-call svg {
        width: 23px;
        height: 23px;
        margin: -2px 0;
    }
    .tab-call span.text {
        color: #fff;
        font-size: 23px;
        letter-spacing: 0.5px;
        font-family: var(--headingFont);
        display: inline-block;
    }
    .tab-call.bio {
        margin: 0;
    }
    button.showhide {
        background: #ac9d8d;
        border: none;
        width: 45px;
        height: 40px;
        padding: 0px 10px;
        border-radius: 5px;
    }
    span.menuBar.menuBar-3 {
        margin: 0;
    }
    button.showhide span {
        width: 100%;
        height: 3px;
        background-color: #fff;
        display: block;
        margin-bottom: 5px;
    }
    .header-sec {
        position: fixed;
        /* background-color: #72383d; */
        background-color: #231f1c;
        padding: 10px 10px;
        width: 100%;
    }
    .logo {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100% !important;
        gap: 20px;
    }
    .head-sec .container {
        max-width: 100%;
        width: 100%;
        padding: 0px;
    }
    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #ea4a16;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }
    .head-sec.f-nav .logo {
        width: 100% !important;
    }
}
@media screen and (max-width:480px) {
    .logo img {
        max-width: 230px;
        height: 43px;
    }
}