* {
    margin: 0px;
    padding: 0px;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: black !important;
}

.ok-gradient-circle {
    position: fixed;
    left: -250px;
    top: 250px;
    right: auto;
    bottom: auto;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 1000px;
    background-image: linear-gradient(315deg, #042bb9 46%, #1e00ff 62%);
    opacity: 0.25;
    -webkit-filter: blur(100px);
    filter: blur(100px);
}

h2.section-subtitle {
    font-family: 'Familjen Grotesk';
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 18px;
    font-size: 17px;
    border-radius: 4px;
    margin-bottom: 12px;
    display: inline-block;
    padding: 7px 14px;
    background-color: #1a1a1e;
    box-shadow: 4px 4px 20px 20px rgba(0, 0, 0, 0.01);
}

.section-theme-gradient {
    background: linear-gradient(315deg, #2404ff 0%, #7968ff 74%);
    text-transform: capitalize;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* -------------------------------------
	Address & Social Section Start
---------------------------------------- */
.header-transparent-with-topbar {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    z-index: 99;
}

.header-transparent-with-topbar .header-top-bar {
    background-color: transparent;
}

.header-top-bar {
    padding: 10px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    background-color: rgba(6, 6, 6, 0.7);
}

.header-top-bar .header-left .address-content p+p::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background: hsla(0, 0%, 100%, 0.1);
    top: 50%;
    transform: translateY(-50%);
    left: -1px;
}

.header-top-bar .header-left .address-content {
    display: flex;
    align-items: center;
}

.header-top-bar .header-left .address-content p {
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
}

.header-top-bar .header-left .address-content p+p::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background: hsla(0, 0%, 100%, 0.1);
    top: 50%;
    transform: translateY(-50%);
    left: -1px;
}

.header-left {
    margin-left: -30px;
}

.header-top-bar a {
    color: #acacac;
}

.header-top-bar a {
    color: #f5f5f5 !important;
    text-decoration: none !important;
    outline: none;
    font-family: 'Familjen Grotesk', sans-serif;
}

.address-content span {
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 500 !important;
    color: #f5f5f5 !important;
}

.header-top-bar .header-left p a i {
    position: relative;
    top: 2px;
}

.header-top-bar .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.header-top-bar .header-right .address-content {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}

.header-top-bar .social-icon-wrapper {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}

.social-default {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    justify-content: center;
    margin: -5px 2px;
}

.header-top-bar .social-default.icon-naked li {
    margin: 1px;
}

ul li {
    font-size: 18px;
    line-height: 1.67;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #acacac;
    font-weight: 400;
}

.header-top-bar .social-default.icon-naked li a {
    color: #f5f5f5 !important;
    font-size: 15px;
    line-height: 26px;
}

.social-default.icon-naked li a {
    background: transparent !important;
    width: 30px;
    height: 30px;
    line-height: 36px;
}

.social-default li a {
    width: 48px;
    background-color: #1e1e1e;
    height: 48px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    transition: 0.3s;
    color: #ffffff;
    z-index: 2;
    position: relative;
}

a {
    color: #acacac !important;
    text-decoration: none !important;
}

.address-content i {
    margin-right: 8px;
    font-size: 18px;
    color: #f5f5f5 !important;
}
/* --------------------------------
	Address & Socail Section End
------------------------------------ */




/* ------------------
	Main Menu Start
------------------------ */
.header-transparent-with-topbar .header-default {
    background-color: transparent;
    background-image: none;
}

.header-default.header-transparent {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    background: transparent !important;
    backdrop-filter: inherit;
}

.header-default {
    max-width: 100%;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    color: #fff;
    font-size: 12px;
    z-index: 99;
    position: relative;
}

.d-block {
    display: block!important;
}

.ml--5 {
    margin-left: 5px !important;
}

.position-relative {
    position: relative!important;
}

.header-default .logo a {
    display: flex;
    height: 80px;
    line-height: 80px;
    align-items: center;
}

.header-default .logo a img {
    width: 265px !important;
    margin-left: -20px;
}

.header-default .header-right {
    display: flex;
    justify-content: flex-end;
}

.header-default .header-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.d-none {
    display: none!important;
}

.mainmenu-nav .mainmenu {
    display: flex;
    margin: 0;
    padding: 0;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

.mainmenu-nav .mainmenu li {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.mainmenu-nav .mainmenu>li>a {
    font-size: 18px;
    font-weight: 500;
    padding: 0 15px;
    display: block;
    height: 80px;
    line-height: 80px;
    transition: 0.3s;
    font-family: 'Familjen Grotesk';
    color: #f5f5f5 !important;
}

.mainmenu-nav .mainmenu li a:hover {
    color: #3f3fd1 !important;
    font-weight: bold !important;
    transition: 0.3s;
}

.hamberger-button {
    background: black;
    border: 0 none;
    color: white;
    width: 35px;
    height: 35px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
/* ------------------
	Main Menu End
------------------------ */




/* ----------------------
	Mobile Menu Start
------------------------ */
.popup-mobile-menu.active {
    visibility: visible;
    opacity: 1;
}

.popup-mobile-menu {
    z-index: 9999;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.popup-mobile-menu.active .inner {
    opacity: 1;
    left: 0;
    overflow-y: auto;
}

.popup-mobile-menu .inner {
    width: 320px;
    z-index: 999;
    position: absolute;
    background-color: #0f0f11;
    height: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    opacity: 0;
    left: -150px;
    transition: all 0.5s ease-out;
}

.popup-mobile-menu .inner .header-top {
    display: flex;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}

.popup-mobile-menu .inner .header-top .logo a img {
    max-height: 45px;
    margin-left: -15px;
}

.popup-mobile-menu .inner .header-top .close-menu .close-button {
    background: rgba(6, 6, 6, 0.7);
    border: 0 none;
    color: white;
    width: 40px;
    height: 40px;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.popup-mobile-menu .mainmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 15px 20px;
}

.popup-mobile-menu .mainmenu li {
    margin: 0;
}

.position-relative {
    position: relative!important;
}

.popup-mobile-menu .mainmenu .has-menu-child-item>a {
    position: relative;
}

.popup-mobile-menu .mainmenu li a {
    padding: 8px 0;
    display: block;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Familjen Grotesk', sans-serif;
}

.popup-mobile-menu .mainmenu li a:hover {
    color: #3f3fd1 !important;
    font-weight: bold !important;
    transition: 0.3s;
}

.popup-mobile-menu .mainmenu li+li {
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.header-default .header-right .header-btn {
    margin-left: 25px;
}

header.rainbow-header.header-default.header-transparent.header-sticky.sticky {
    position: fixed;
    top: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000 !important;
    width: 100%;
    height: 80px;
    transition: 0.6s;
    z-index: 9;
}

header.rainbow-header.header-default.header-transparent.header-sticky {
    transition: 0.6s;
}

a.btn-default.btn-small,
button.btn-default.btn-small,
div.btn-default.btn-small {
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
}

a.btn-default,
button.btn-default,
div.btn-default {
    padding: 0 28px !important;
    border-radius: 10px !important;
    background-color: transparent;
    background-image: linear-gradient(315deg, #4834d4 0%, #201763 74%);
    color: white !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    height: 46px !important;
    line-height: 46px !important;
    letter-spacing: 0.5px;
    width: auto;
    transition: 0.4s;
    font-family: 'Familjen Grotesk';
}

a.btn-default.btn-small {
    outline: none !important;
    border: none !important;
    border-radius: 20px;
}
/* -----------------------
	Mobile Menu End
------------------------ */




/* ----------------------
	Home Section Start
------------------------ */
.main-hero-section {
    overflow-x: hidden;
    background-image: url(../img/Oliver_Korpillahh_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 850px;
    width: 100%;
    position: relative;
    overflow-y: hidden;
    margin-top: 0px;
    z-index: 1;
}

.main-hero-section::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: linear-gradient(315deg, #f8ceec00 35%, #000000c2 74%);
}

.slider-style-1.variation-default .inner {
    padding-top: 280px;
}

.slider-style-1 .inner .subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 18px;
    font-weight: 600;
}

.theme-gradient,
.counter-style-1 .count-number {
    background: linear-gradient(315deg, #2404ff 0%, #7968ff 74%);
    text-transform: capitalize;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-style-1 .inner .title {
    font-family: 'Inter', sans-serif;
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 700;
    color: white;
}

.display-one {
    font-size: 65px;
}

ul.list-icon {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.list-icon li {
    display: flex;
    align-items: center;
    margin: 15px 0;
    color: #acacac;
    font-family: 'Inter';
    font-size: 18px;
    letter-spacing: 0.2px;
	line-height: 40px;
}

ul.list-icon li .icon {
    width: 25px;
    height: 20px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    margin-right: 4px;
    min-width: 30px;
    font-size: 20px;
	margin-top: -18px;
}

.button-group.mt--40.mt_sm--20 {
    margin-top: 50px;
}

.button-group.mt--40.mt_sm--20 i {
    margin-left: 8px;
}

a.btn-default.btn-icon.header-btn {
    line-height: 55px !important;
    height: 55px !important;
}
/* ----------------------
	Home Section End
------------------------ */




/* -------------------------------
	Certificate Section Start
---------------------------------- */
.certificate {
	padding-top: 100px;
}

h2.cert-heading {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Inter';
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
}

.row.certificate-row {
    margin-top: 60px;
}

.certificate-card {
    box-shadow: 4px 4px 20px 20px rgba(0, 0, 0, 0.01);
    background-color: #0f0f11;
    padding: 20px 20px 10px 20px;
    border-radius: 5px;
    margin-top: 30px;
}

.certificate-img {
    text-align: center;
    background: black;
}

.certificate-img img {
    border-radius: 5px;
    width: 100px;
    height: auto;
}

.certificate-img img {
    border-radius: 5px;
    background: black;
    width: 160px;
    height: 130px;
    padding: 20px;
}

.certificate-content h3 {
    color: white;
    font-family: 'Familjen Grotesk';
    text-align: center;
    font-size: 20px;
    height: 30px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
}

.certificate-content h4 {
    color: dimgrey;
    font-family: 'Familjen Grotesk';
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 8px;
}
/* ----------------------------
	Certificate Section End
------------------------------- */




/* ----------------------------
	Certificate PopUp Start
------------------------------- */
.main_image_popup {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 85px;
    z-index: 99999;
    width: 65%;
    height: 75%;
}

.main_inner_image_popup>img {
    width: 100%;
    height: 100%;
}

.main_inner_image_popup {
    width: 100%;
    height: 100%;
}

.main_image_popup {
    display: none;
}

.main_image_popup {
    padding: 10px;
    background: #e5e5e533;
}

.main_image_popup.active_popup {
    display: block;
}

.active_popup {
    display: block !important;
}

.bg_back {
    background-image: linear-gradient(-315deg, #130f40ed 0%, #000000e8 30%);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
    cursor: url('../img/icons8-macos-close-48.png'), pointer;
}
/* ----------------------------
	Certificate PopUp End
------------------------------- */




/* ----------------------
	Step Section Start
------------------------ */
.step-section {
    padding-top: 150px;
}

h3.step-heading {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Inter';
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
}

.step-description {
    font-family: 'Familjen Grotesk';
    color: #acacac;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 0.4px;
    word-spacing: 1px;
}

.step-img img {
    width: 500px;
    height: auto;
}

.step-img {
    margin-bottom: -40px;
}
/* ----------------------
	Step Section End
------------------------ */




/* ------------------------
	About Section Start
------------------------ */
.about {
    padding-top: 150px;
}

h3.about-heading {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Inter';
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
}

.about-description {
    font-family: 'Familjen Grotesk';
    color: #acacac;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 0.4px;
    word-spacing: 1px;
}

.about-img img {
    width: 500px;
    height: auto;
}

.row.about-all-area {
    margin-top: 100px;
}

h4.about-content-heading {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Familjen Grotesk';
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
}

h5.ok-sign {
    font-family: 'Great Vibes', cursive;
    color: #80808082;
    font-size: 50px;
    font-weight: lighter;
    margin-top: 50px;
    margin-bottom: 50px;
}
/* -----------------------
	About Section End
------------------------ */




/* ------------------------
	Service Section Start
------------------------ */
.service {
    padding-top: 150px;
}

.row.service-row {
    margin-top: 100px;
}

.col-xl-12.service-card-area {
    margin-bottom: 0px;
    background: #0f0f11;
    padding: 30px 20px 10px 20px;
}

h3.service-heading {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Inter';
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 58px;
}

h4.service-title {
    font-family: 'Familjen Grotesk';
    color: #ffffff;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 0.6px;
}

p.service-description {
    font-family: 'Familjen Grotesk';
    color: #acacac;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 0.4px;
    word-spacing: 1px;
}

.service-img img {
    width: 100%;
}

.service-card-area.service-last-card {
    margin-bottom: 30px;
}

.col-xl-12.col-md-12.col-12.line-image {
    text-align: center;
    padding: 5px 0px;
}

.line-image-1 img {
	height: 180px;
}

.check-i {
    font-family: 'Familjen Grotesk';
    color: #acacac;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 0.4px;
    word-spacing: 1px;
}

.check-i span {
    font-family: 'Familjen Grotesk';
    color: #ff2626d1;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: 0.4px;
    word-spacing: 1px;
}

.check-i i {
    color: #ff2626d1;
    margin-right: 8px;
    font-size: 20px !important;
}
/* ------------------------
	Service Section End
------------------------ */


	
	
/* -----------------------
	Helping Section Start
------------------------ */
.helping-section {
    padding-top: 150px;
}

h3.helping-heading {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Inter';
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 58px;
}

table {
	border:1px solid hsla(0,0%,100%,0.1);
	margin-top: 100px;
	width: 100%;
}

table th {
    border: 1px solid hsla(0,0%,100%,0.1);
    text-align: center;
    font-size: 24px;
    color: white;
    font-family: 'Familjen Grotesk';
    padding: 20px 30px;
    letter-spacing: 0.4px;
    word-spacing: 1px;
}

table td {
    border: 1px solid hsla(0,0%,100%,0.1);
    font-family: 'Familjen Grotesk';
    color: #acacac;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 20px 30px;
    letter-spacing: 0.4px;
    word-spacing: 1px;
}

.th-left{
	text-align: left;
}

.td-left{
	text-align: left;
}

td img {
    width: 34px;
}
/* -------------------------
	Helping Section End
------------------------ */




/* --------------------------
	Requirement Section Start
----------------------------- */
.requirement-section {
    padding-top: 170px;
}

h3.requirement-heading {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Inter';
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
}

.requirement-description {
    font-family: 'Familjen Grotesk';
    color: #acacac;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: -30px;
    font-weight: 400;
    letter-spacing: 0.4px;
    word-spacing: 1px;
}

ul.requirement-list {
    padding-left: 0px;
    margin-bottom: 0px;
}

.requirement-list-item p {
    font-family: 'Familjen Grotesk';
    font-weight: 500;
    line-height: 32px;
    padding-top: 18px;
}

.requirement-list-item {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 18px;
    color: #ffffff;
    background: #0f0f11;
    padding: 15px 25px;
    margin-bottom: 15px;
}

.requirement-list-item img {
    margin-right: 6px;
    margin-top: 0px;
    width: 65px;
}
/* --------------------------
	Requirement Section End
----------------------------- */




/* --------------------------
	Obligation Section Start
--------------------------------- */
.obligation-section {
    padding-top: 150px;
    padding-bottom: 150px;
}

h3.obligation-section-heading {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Inter';
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 58px;
}

.obligation-section-description {
    font-family: 'Familjen Grotesk';
    color: #acacac;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 0.4px;
    word-spacing: 1px;
}

.row.obligation-section-row {
    margin-top: 100px;
}

.obligation_content.obligation-transparent {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.obligation_content.obligation-transparent.text-center h4 {
    font-family: 'Familjen Grotesk';
    color: #ffffff;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 0.6px;
    margin-bottom: 30px;
}

.obligation_content.obligation-transparent.text-center p {
    font-family: 'Familjen Grotesk';
    color: #acacac;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    padding: 0px 15px;
}

.obligation-icon img {
    width: 150px;
    height: auto;
}
/* --------------------------
	Obligation Section End
--------------------------------- */




/* --------------------------
	Contact Section Start
-------------------------------- */
.footer-content-area {
    padding: 120px 0;
    background: transparent;
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-logo img {
    width: 250px;
    height: auto;
    margin-top: -45px;
}

.copywrite_text>p {
    font-family: 'Familjen Grotesk';
    color: #acacac;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 0.4px;
    padding-right: 50px;
}

.footer-social-info img {
    width: 160px;
    height: 130px;
    text-align: center;
    padding: 20px 20px;
    transform: translateX(-16px);
}

.footer-social-info a {
    width: 130px;
    height: 130px;
    display: inline-block;
    text-align: center;
    background: #0f0f11;
}

.contact_info_area .contact_info {
    text-align: left !important;
    margin-top: -30px;
}

.contact_info h2 {
    color: #fff;
}

.contact_info_area .contact_info h2 {
    font-size: 24px;
    font-family: 'Familjen Grotesk';
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 35px;
}

.contact_info_area .contact_info p {
    margin-bottom: 5px;
    font-family: 'Familjen Grotesk';
    color: #acacac;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0.4px;
}

a .footer-content-area {
    text-decoration: none !important;
}

.contact_info.mt-s.text-center a {
    text-decoration: none;
}

.footer-social-info {
    margin-top: 50px;
}

.col-lg-3.col-md-3.col-6.cer-image-footer {
    margin-bottom: 20px;
}
/* -------------------------
	Contact Section End
------------------------------*/




/* -------------------------
	Copywrite Section Start
------------------------------*/
.copyright-style-one {
    background: rgb(0 0 0 / 30%);
    padding: 40px 0;
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.copyright-style-one .ft-menu li {
    margin: 0;
    padding: 0 6px;
    position: relative;
    font-size: 25px;
}

li img {
    width: 38px;
    height: auto;
}

.copyright-style-one .ft-menu {
    padding: 0;
    margin: 0 -10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.text-lg-end {
    text-align: right!important;
}

.copyright-style-one .copyright-text {
    font-family: 'Familjen Grotesk';
    color: #acacac;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 00px;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.copyright-style-one .text-lg-end {
    text-align: left!important;
}
/* -------------------------
	Copywrite Section End
------------------------------*/