/*=================================================
          Body CSS
====================================================*/

@font-face {
    font-family: 'Prelo';
    src: local('Prelo-ExtraLight Italic'), url('../fonts/Prelo-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Prelo-ExtraLightItalic.woff') format('woff'),
        url('../fonts/Prelo-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Prelo';
    src: url('../fonts/Prelo-Black.woff2') format('woff2'),
        url('../fonts/Prelo-Black.woff') format('woff'),
        url('../fonts/Prelo-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Prelo';
    src: url('../fonts/Prelo-ExtraLight.woff2') format('woff2'),
        url('../fonts/Prelo-ExtraLight.woff') format('woff'),
        url('../fonts/Prelo-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Prelo';
    src:url('../fonts/Prelo-LightItalic.woff2') format('woff2'),
        url('../fonts/Prelo-LightItalic.woff') format('woff'),
        url('../fonts/Prelo-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Prelo';
    src: url('../fonts/Prelo-Light.woff2') format('woff2'),
        url('../fonts/Prelo-Light.woff') format('woff'),
        url('../fonts/Prelo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Prelo';
    src:url('../fonts/Prelo-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Prelo-SemiBoldItalic.woff') format('woff'),
        url('../fonts/Prelo-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Prelo';
    src: url('../fonts/Prelo-SemiBold.woff2') format('woff2'),
        url('../fonts/Prelo-SemiBold.woff') format('woff'),
        url('../fonts/Prelo-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Prelo Book';
    src: url('../fonts/Prelo-BookItalic.woff2') format('woff2'),
        url('../fonts/Prelo-BookItalic.woff') format('woff'),
        url('../fonts/Prelo-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Prelo Hairline';
    src:url('../fonts/Prelo-HairlineItalic.woff2') format('woff2'),
        url('../fonts/Prelo-HairlineItalic.woff') format('woff'),
        url('../fonts/Prelo-HairlineItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Prelo Hairline';
    src: url('../fonts/Prelo-Hairline.woff2') format('woff2'),
        url('../fonts/Prelo-Hairline.woff') format('woff'),
        url('../fonts/Prelo-Hairline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prelo';
    src:url('../fonts/Prelo-MediumItalic.woff2') format('woff2'),
        url('../fonts/Prelo-MediumItalic.woff') format('woff'),
        url('../fonts/Prelo-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Prelo Book';
    src: url('../fonts/Prelo-Book.woff2') format('woff2'),
        url('../fonts/Prelo-Book.woff') format('woff'),
        url('../fonts/Prelo-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prelo';
    src: url('../fonts/Prelo-Medium.woff2') format('woff2'),
        url('../fonts/Prelo-Medium.woff') format('woff'),
        url('../fonts/Prelo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body{
 font-family: 'Prelo Book' !important ;
 font-weight: 300 !important;
}
body, html {
    overflow-x: hidden;
}
h1 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-size: 90px !important;
    line-height: 90px !important;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #000 !important;
    font-weight: 300 !important;
}
h2{
  font-size: 50px !important;
  line-height: 65px !important;
  color: #000 !important;
  text-transform: uppercase !important;
}
h3{

}
h4{

}
h5{

}
h6{

}
p{
    font-size: 16px;
    color: lch(0 0 0 / .6);
    padding: 10px 5px;
    line-height: 28px;
    padding: 0px !important;
}
.sub-title{
	font-size: 30px;
	line-height: 30px;
	color: #DE9600;
    text-transform: uppercase;
}
/*=================================================
         Buttons CSS and hover effects
====================================================*/
.ban-btn button {
    padding: 17px 40px !important;
    border-radius: 5px;
    background: #E5AA30 !important;
    border: 1px solid #E5AA30 !important;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    color: #fff; /* text white rakha for contrast */
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.ban-btn button:hover {
    transform: scale(0.95); /* thoda tight ho jayega */
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    background: #cf961f !important; /* thoda dark hover color */
    border-color: #cf961f !important;
}		
/*=================================================
           Header CSS
====================================================*/
.site-header {
    position: absolute;
    width: 100%;
    padding: 20px 0px;
    z-index: 999;
}

.navbar-collapse {
    justify-content: center;
}

.site-header .main-nav li {
    list-style: none;
}

.navbar-nav li a {
    text-decoration: none;
    color: #4D4D4D;
    padding: 0 13px !important;
    font-weight: 400 !important;
    font-size: 17px;
    text-transform: capitalize;
    transition: all 0.5s;
}

.site-header .row {
    background: oklch(1 0 0 / .2);
    backdrop-filter: blur(44px);
    padding: 22px 40px !important;
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    align-items: center;
}

.site-header .navbar-brand img {
    height: 30px;
}

/*=================================================
           Banner Section CSS
====================================================*/
.banner-sec {
    background: url(../images/banner.png);
    background-size: 100% 70%;
    background-repeat: no-repeat;
    padding-top: 300px;
    padding-bottom: 20px;
}

.ban-mid {
    margin-top: 60px !important;
    width: 65%;
    margin: 0 auto;
    padding: 20px;
    /* background: #EAEAEA; */
    border-radius: 20px;
    box-shadow: 0 14px 34px oklab(0 0 0 / .16);
    backdrop-filter: blur(4px);
}

.banner-sec .row {
    text-align: center;
    justify-content: center;
}

.banner-sec .ban-btn:last-child button {
    margin-left: 15px;
}

.ban-mid img {
    padding: 20px;
    background: #EAEAEA;
    border-radius: 20px;
}

.ban-btn button a {
    font-size: 18px !important;
    line-height: 1 !important;
    color: #000 !important;
    text-decoration: none;
    font-weight: 500;
}

.banner-sec h1 {
    position: relative;
    padding-bottom: 30px !important;
}

.banner-sec p {
    font-size: 40px;
    line-height: 40px;
    color: #000;
    margin-bottom: 0px;
}

.banner-sec h1:after {
    content: '';
    background: url(../images/lines.png) no-repeat;
    width: 530px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.rotate_move {
    position: relative;
    display: flex;
    justify-content: center;
}

.banner-sec strong {
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center !important;
    align-items: center;
    margin-bottom: 50px;
}

.rotating {
    display: inline-block;
    height: 1.4em;
    overflow: hidden;
    vertical-align: bottom;
    text-align: justify;
    color: #e5aa30;
}

.rotating span {
  display: block;
  animation: rotateWords 9s linear infinite;
}

@keyframes rotateWords {
  0%   { transform: translateY(0%); }
  20%  { transform: translateY(0%); }

  25%  { transform: translateY(-100%); }
  45%  { transform: translateY(-100%); }

  50%  { transform: translateY(-200%); }
  70%  { transform: translateY(-200%); }

  75%  { transform: translateY(-300%); } /* agar aur span hon to aur step add karein */
  100% { transform: translateY(0%); }
}

/*=================================================
          About us Section CSS
====================================================*/
.yellow_block {
    background: #E5AA30;
    border-radius: 10px;
    padding: 13px;
    font-size: 14px;
    line-height: 24px;
}

.yellow_block strong {
    font-size: 22px;
    line-height: 1;
    color: #000;
}

.yellow_block p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
.about-sec {
    padding-top: 100px;
    padding-bottom: 40px;
}

.about-sec h2 span {
    color: #e5aa30;
}

.about-sec .rotat-img img {
  animation: rotateImage 20s linear infinite;
  transform-origin: center center;
}

@keyframes rotateImage {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.abt-wrapper .glob-user p {
    color: #000;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.rotat-img {
    text-align: end;
}

.abt-wrapper h5 {
    font-size: 100px;
    color: #000;
    text-transform: uppercase;
}

.abt-wrapper {
    align-items: center;
    padding-top: 20px;
}
.abt-wrapper p {
    margin-bottom: 0px;
    color: #000;
}

.abt-sec-2 {
    background: radial-gradient(#DAF8FF, #75C0CF) !important;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.abt-sec-2 p {
    color: #000;
    font-size: 18px;
    line-height: 2;
}

.abt-sec-2 ol li {
    color: #000;
    font-size: 18px;
    line-height: 2;
}

/*=================================================
        Client Result section CSS
====================================================*/
.client-sec {
    padding-top: 50px;
    padding-bottom: 80px;
}

.client-sec h2 {
    text-align: center;
    margin-bottom: 40px;
}
.client-card-grid {
    padding: 20px;
    box-shadow: 0 33px 70px oklab(0 0 0 / .05);
    border: 1px solid oklab(0 0 0 / .13);
    border-radius: 10px;
}

.client-card-grid thead tr {
    font-size: 24px;
    /* font-weight: 500 !important; */
    /*     font-family: "Roboto", sans-serif !important; */
    font-family: "Prelo";
}

.client-card-grid thead tr th {
    padding: 15px !important;
    color: #000000;
    font-weight: 300;
}
.table-body-scroll {
  max-height: 350px; /* height for body */
  overflow-y: auto;  /* scrollbar */
  padding-right: 5px;
}
/* width */
.table-body-scroll::-webkit-scrollbar {
  width: 5px;
        border-radius:30px
}

/* Track */
.table-body-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.table-body-scroll::-webkit-scrollbar-thumb {
  background: #e5aa30;
     border-radius:30px
}


.client-card-grid tbody td {
    padding: 15px;
    font-size: 14px;
    line-height: 28px;
/*     font-family: 'Poppins'; */
        font-family: "Prelo";

}

.client-card-grid tbody tr  td:first-child {
    font-size: 16px;
    font-weight: 500;
}

.client-card-grid thead {
    border-radius: 20px;
    overflow: hidden;
}
.client-card-grid thead tr {
    position: relative;
}

.client-card-grid thead tr::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(#DAF8FF, #75C0CF) !important;
    z-index: -1;
    border-radius: 10px;
}

.client-card-grid tbody tr:nth-child(even) {
    position: relative;
}

.client-card-grid tbody tr:nth-child(even)::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: lab(73.82 14.73 66.56 / .12);
    z-index: -1;
    border-radius: 10px;
}

/*=================================================
         service card grid section css
====================================================*/
.service-card-grid .service-card {
    height: 491px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    z-index: 9;
    border-radius: 15px;
    overflow: hidden;
    border: none !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.service-card-grid .service-card:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
0deg, black, transparent);
    z-index: -1;
}

.service-card-grid .service-card h3.service-title {
    margin-top: 0;
    color: #fff;
    padding-left: 25px;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 10px;
}

.service-card-grid .service-card .service-excerpt {
    color: #fff;
    padding-left: 25px;
    font-size: 16px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
    padding-right: 20px;
}

.service-card-grid .service-card a {
    padding: 0;
    background: #E5AA30;
    color: #000;
    font-size: 0;
    font-weight: 500;
    line-height: 1;
    display: block;
    transition: all 0.5s;
    transform: translate(0px, 100%);
    position: relative;
    /* display: none; */
    /* height: 0 !important; */
    /* overflow: hidden; */
    text-decoration: none;
}

.service-card-grid .service-card:hover a {
    transform: translate(0px, 0%);
    /* display:block; */
    height: unset !important;
    transition: all 0.5s;
    padding: 12px 25px;
    font-size: 18px;
}

.service-card-grid {
    background: radial-gradient(#DAF8FF, #75C0CF) !important;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 50px;
    padding-top: 60px;
    padding-bottom: 80px;
}
.service-card-grid .serv-top {
    align-items: center;
    padding-bottom: 50px;
}

.service-card-grid .serv-top .srv-left {
    position: relative;
}

.service-card-grid .serv-top .srv-left:after {
    content: '';
    position: absolute;
    border-right: 2px solid #707070;
    height: 130px;
    top: 20px;
    right: 10px;
}

/*=================================================
         Work Shop Section CSS
====================================================*/
.workshop-card-grid h3.workshop-title {
    font-size: 20px;
    margin-top: 0 !important;
    margin-bottom: 14px;
    font-weight: 300;
    margin-top: 5px !important;
}
.workshop-card-grid p {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 70px;
}

.workshop-card-grid .workshop-card {
    padding: 30px 20px;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
}

.workshop-card img {
    margin-bottom: 30px !important;
    display: block;
}

.workshop-card-grid  a {
    padding: 10px 18px;
    background: #E5AA30;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1 !important;
    display: block;
    width: fit-content;
    color: #000;
    text-decoration: none;
    transition: all 0.5s;
}

.workshop-card-grid a:hover {
    color: #fff;
    background: #000;
}
.workshop-card-grid .workshop-card:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: url('../images/yellow_bg.png');
    z-index: -1;
    transition: all 0.5s;
    background-size: cover;
}

.workshop-card-grid .workshop-card {
    position: relative;
    overflow: hidden;
}

.workshop-card-grid .workshop-card:hover:before {
    bottom: 0;
}

.workshop-card-grid .workshop-card:hover a {
    color: #fff;
    background: #000;
}

.workshop-card-grid .workshop-card:hover {
    cursor: pointer;
}
.workshop-card-grid .sub-title {
    text-align: center;
    margin-bottom: 20px;
}

.workshop-card-grid {
    padding-top: 70px;
    padding-bottom: 80px;
}




.packages .package-card {
    border: 1px solid #5D5D5D;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.packages h5 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.4;
}

.packages ul {
    padding: 0;
    list-style: none;
    height: 210px;
    overflow-y: scroll;
    padding-right: 5px;
}

.packages ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 30px;
    color: #252525;
    position: relative;
    padding-left: 30px;
}

.packages ul li:before {
    content: '';
    width: 23px;
    height: 23px;
    margin-right: 10px;
    background: url(../images/checked.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 7px;
    filter: brightness(0) saturate(100%) invert(65%) sepia(74%) saturate(403%) hue-rotate(2deg) brightness(97%) contrast(91%);
}

.packages ul::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}
.packages ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 30px;
}
.packages ul::-webkit-scrollbar-thumb {
  background: #e5aa30;
  border-radius: 30px;
  border: 1px solid #f1f1f178;
}

.packages strong {
    display: block;
    margin-top: 20px;
    padding-top: 40px;
    border-top: 1px solid #676767;
    font-size: 50px;
    font-weight: 300;
    color: #000 !important;
    line-height: 1;
    margin-bottom: 40px !important;
}

.btn-package {
    padding: 21px 18px;
    background: #E5AA30;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1;
    color: #000;
    text-decoration: none;
    transition: all 0.5s;
    display: block;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #E5AA30;
    font-weight: 500;
    text-align: center;
}

.btn-package:hover,
.package-card:hover .btn-package {
    background: #fff;
    border-color: #fff;
    cursor: pointer;
}

.package-card:hover {
    cursor: pointer;
}
.packages .package-card {
    border: 1px solid #5D5D5D;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff; 
}
.packages .package-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; 
    width: 100%;
    height: 100%;
    background: url("../images/pricing.png") no-repeat center;
    background-size: cover;
    opacity: 1;
    transition: all 0.6s ease;
    z-index: 0;
}
.packages .package-card:hover::before {
    left: 0; 
}
.packages .package-card * {
    position: relative;
    z-index: 1;
}
.packages:hover ul li:before {
    filter: brightness(0.5);
}
.pricing-sec {
    background: radial-gradient(#DAF8FF, #75C0CF) !important;
    border-radius: 50px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
}
.pricing-sec .sub-title {
    text-align: center;
    margin-bottom: 30px;
}
.bonus-wrap {
    text-align: center;
    padding-top: 50px;
}

.bonus-wrap p {
    margin-bottom: 0px;
    color: #000;
}
/*=================================================
          How It Work Section
====================================================*/
.how-work-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.how-work-sec .works_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.how-work-sec .how-img {
    position: absolute;
}
.works_left .works_content p {
    width: 63%;
}
.wrk-wrapper {
    padding-left: 40px;
    position: relative;
}
.wrk-wrapper:before {
    content: '';
    position: absolute;
    border-left: 1px solid #d1caca;
    height: 100%;
    left: 23px;
}
.wrk-wrapper .works_row {
    margin-bottom: 20px;
}
.wrk-wrapper .wraper-one::before,
.wrk-wrapper .wraper-two::before,
.wrk-wrapper .wraper-three::before {
    position: absolute;
    left: -50px; 
    top: 0px;
    font-size: 20px;
    font-weight: 400;
    color: #9f9f9f;
}
.wrk-wrapper .wraper-one::before {
    content: "01";
}
.wrk-wrapper .wraper-two::before {
    content: "02";
}
.wrk-wrapper .wraper-three::before {
    content: "03";
}
.wrk-wrapper .works_row:hover img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(74%) saturate(403%) hue-rotate(2deg) brightness(97%) contrast(91%);
    transition: 0.5s;
}
.wrk-wrapper .works_row img{
     transition: 0.5s;
} 

/*=================================================
          partner logos section CSS
====================================================*/
.partner-log {
    background: #d3d3d3;
    padding: 50px 30px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 50px;
    margin-bottom: 50px;
}
.log-p {
    width: 100%;
    border: 1px solid#000;
    border-radius: 20px;
    padding: 10px;
    transition: 0.5s;
}

.log-p img {
    width: 100%  !important;
    height: 150px;
    object-fit: contain;
}

.log-p:hover {
    background: #e5aa30;
}
/*=================================================
          Footer CSS
====================================================*/
.ftr-top .col-md-12 {
    background: url(../images/newsletter.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 50px;
}

.ftr-top .cnt-num {
    display: flex;
    align-items: center;
}

.ftr-top .cnt-num i {
    color: #fff;
    background: #000;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    font-size: 30px;
    margin-right: 20px;
}

.ftr-top .cnt-num p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
    line-height: 1;
    font-weight: 600;

}

.num-wrap a {
    font-size: 32px;
    line-height: 1;
    color: #000;
    text-decoration: unset;
}
.ftr-top h2 {
    font-size: 44px !important;
    line-height: 1.2 !important;
    margin-bottom: 30px;
}

.main-footer {
    position: relative;
}
.main-footer:before {
    content: '';
    position: absolute;
    left: 2%;
    bottom: 0;
    width: 96%;
    height: 76%;
    background: radial-gradient(#DAF8FF, #75C0CF) !important;
    z-index: -1;
    border-radius: 40px 40px 0 0;
}

.ftr-bottom .container {
    background: #e5aa30;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ftr-bottom p {
    margin-bottom: 0px;
    color: #000;
    font-weight: 600;
}

.ftr-bottom p span {
    font-weight: 300;
}

.ftr-bottom .ft-right {
    text-align: end;
}

.ftr-middle {
    padding-top: 70px;
    padding-bottom: 50px;
}

.ftr-middle .ft-1 p {
    font-size: 18px;
    line-height: 2;
    color: #454545;
    font-weight: 600;
    margin-bottom: 35px;
}

.ftr-middle .ft-1 ul {
    padding-left: 0px;
    display: flex;
    margin-bottom: 0px;
}

.ftr-middle .ft-1 ul li {
    list-style: none;
    margin-right: 10px;
}

.ftr-middle .ft-1 ul li a {
    background: #e5aa30;
    padding: 10px;
    border-radius: 10px;
    color: #000;
    font-size: 15px;
}

.ftr-middle h3 {
    font-size: 19px;
    line-height: 24px;
    color: #000000b3;
    margin-bottom: 20px;
}
.ft-2 ul {
    column-count: 2;
}

.ftr-middle ul li {
    list-style: none;
}

.ftr-middle ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.ftr-middle ul li {
    margin-bottom: 10px;
}

.ftr-middle ul li a {
    text-decoration: unset;
    font-size: 16px;
    color: #4a4646;
    line-height: 28px;
}

.ft-3 ul li i {
    color: #e5aa30;
    margin-right: 10px;
    font-size: 15px;
}