@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: var(--poppins);
}

* {
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

:root {
    --white: #fff;
    --black: #000;
    --grey600: #00000080;
    --grey400: #00000066;
    --grey700: #00000099;
    --green200: #bbdd0e4d;
    --green: #bfdf0f;
    --transition4s: all 0.4s;
    --poppins:
        'Poppins', sans-serif;
}

* {
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}


::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 4px;
    height: 4px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--green);
}

img,
a,
input,
textarea,
svg {
    -webkit-transition: var(--transition4s);
    -o-transition: var(--transition4s);
    transition: var(--transition4s);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}

h1,
.hidedata {
    display: none !important;
}

.slide1 {
    min-height: 0 !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1)
}

.slide1 .slide-content {
    padding-bottom: 0 !important;
}

.slide .slide-content .fontblod1 {
    font-weight: bold
}

.slide {
    z-index: 2;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: white;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.slide-content {
    padding: 50px;
}

.spacer {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.slide.fixed {
    position: sticky;
    top: 0;
    z-index: 1;
    background: none;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
}


.ball {
    background-color: #bbdd0e;
    border-radius: 100%;
    position: fixed;
    z-index: -1;
    width: max(20vh, 20vw);
    height: max(20vh, 20vw);
    -webkit-filter: blur(max(10vh, 10vw));
            filter: blur(max(10vh, 10vw));
}

.ball1 {
    width: 300px;
    height: 300px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
    top: 0;
    right: -50px;
}

.ball2 {
    width: 400px;
    height: 400px;
    -webkit-filter: blur(200px);
            filter: blur(200px);
    bottom: -100px;
    left: -50px;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* width: 210px; */
    -webkit-transition: var(--transition4s);
    -o-transition: var(--transition4s);
    transition: var(--transition4s);
}

.logo-text {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 28px;
    font-weight: 900;
    letter-spacing: -1px;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    background-color: black;
    font-family: "Poppins", sans-serif;
}

.h12 {
    display: block;
    max-width: 963px;
    margin-top: 160px;
    font-size: 58px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    z-index: 0;
    text-transform: capitalize;
}

.h12 em {
    font-style: normal;
}

h2 {
    font-size: 40px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    z-index: 0;
    -webkit-margin-before: 0.83em;
            margin-block-start: 0.83em;
    -webkit-margin-after: 0.83em;
            margin-block-end: 0.83em;
}

.cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1000px;
    grid-gap: 30px;
}

.card {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 25px;
    display: inline-block;
    border: solid 1px rgba(187, 221, 14, 0.3);
    z-index: 1;
    -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
            transform: translateY(-200px);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.slide .card {
    min-height: 400px;
}

.card:hover {
    background-color: rgba(255, 255, 255, 1) !important;
    -webkit-transform: translateY(-200px) scale(1.1);
    -ms-transform: translateY(-200px) scale(1.1);
    transform: translateY(-200px) scale(1.1);
    -webkit-box-shadow: 0 0 15px rgba(187, 221, 14, 0.15);
    box-shadow: 0 0 15px #bbdd0e26;
}

.card .title {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}

.card p {
    color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    font-weight: 300;
}

.card .learn-more {
    color: rgba(0, 0, 0, 0.4);
    text-align: right;
    margin-top: 5px;
}

.card .learn-more span {
    font-size: 30px;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: solid 1px rgba(187, 221, 14, 0.3);
    font-weight: 200;
    border-radius: 30px;
}

ul li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px;
}

ul li a span {
    margin-right: 8px;
    font-size: 15px !important;
}

.slide .bg1 {
    background: url('../images/banner/trading-activities.jpg')
}

.slide .bg2 {
    background: url('../images/banner/business-growth.jpg')
}

.slide .bg3 {
    background: url('../images/banner/technological-solutions.jpg')
}

.slide .bg4 {
    background-color: black
}

.footer-bg-box .footer-greenbox {
    height: 20px;
    background: #bbdd0e
}
.footer-main {
    position: relative;
    z-index: 1;
    background: var(--white);
    padding: 1rem 0 0 0;
}
.footer-bg-box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 10px;
    background-size: cover;
    background-position: center;
    background-color: black;
    padding-bottom: 2rem;
    min-height: 235px;
}

.slide .bg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 10px;
    min-height: 55vh;
    background-size: cover;
    background-attachment: fixed;
}

.dummytextseo {
    display: none !important;
}

/* header css start */
.top-bg-slide .top-header {
    position: fixed;
    width: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
}

.services-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.services-tab a {
    color: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.services-tab a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #ffffffad;
    bottom: -8px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.services-tab a:hover:before,
.services-tab a.active:before {
    width: 100%;
}

.header-hide .top-header {
    z-index: 1;
    opacity: 0;
}

/* header css end */

/* services css start */
.slide.fixed.top-bg-slide {
    min-height: auto;
}

.inner-page .slide-content {
    padding: 41px 0;
}

.services-area {
    background: #fff;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #e7e7e7;
}

.services-area .card {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative;
}

.h1-title {
    display: block !important;
    color: #383838;
    font-size: 32px;
    font-weight: 500;
    margin-top: 0;
}

.services-data {
    position: relative;
}

.tab-decription .note-data {
    background: #fff1c7;
    padding: 5px 10px;
    font-weight: 500;
    color: var(--black);
}

.services-data .learn-more {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.theme-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
}

.theme-bg span {
    display: block;
    height: 20px;
}

.theme-bg span:nth-child(1) {
    background: #000;
    width: 70%;
}

.theme-bg span:nth-child(2) {
    width: 30%;
    background: #BBDC12;
}

.cards.href-cards {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 100%;
}

.data-oncall {
    background: #fff;
    z-index: 1;
    position: relative;
}

.data-oncall .title {
    font-size: 30px;
    color: #383838;
    word-break: break-word;
    white-space: pre-line;
}

.tab-decription p {
    color: #5d6b81;
    font-weight: 300;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}

.services-area .card:hover,
.services-tab-panel .nav .nav-link.active {
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 15px rgba(187, 221, 14, 0.15);
            box-shadow: 0 0 15px rgba(187, 221, 14, 0.15);
}

.services-area .nav .nav-link:hover h3, .services-tab-panel .nav .nav-link.active h3 {
    color: #000;
}

.services-area .card:hover .material-symbols-outlined,
.services-tab-panel .nav .nav-link.active .material-symbols-outlined {
    color: #6e6e6e;
}

.data-oncall h3 {
    color: #444;
    font-weight: 600;
}

.data-oncall b {
    font-weight: 400;
}

.ml-left {
    margin-left: 15px;
}

.data-oncall .slide-content {
    margin: auto;
    max-width: 800px;
}

/* services css end */

/* footer bg start*/
.footer-bg span {
    display: block;
    width: 100%;
}

.footer-bg-one {
    height: 40px;
    background: #BBDC12;
}

.footer-bg {
    position: relative;
    z-index: 1;
}

.footer-bg-two {
    height: 250px;
    background: #000;
}

.border-top {
    border-top: solid 1px rgba(0, 0, 0, 0.1)
}

/* footer bg start*/

/* services tab css start */
.services-tab-panel .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100%;
    gap: 5px;
    min-width: 360px;
}

.services-tab-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.services-tab-panel .tab-content {
    width: 100%;
}

.services-tab-panel .nav .nav-link {
    padding: 16px 20px;
    border-radius: 10px;
    gap: 1rem;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.services-tab-panel .nav .nav-link h3 {
    text-align: left;
    margin: 0;
    line-height: normal;
    color: rgba(0, 0, 0, 0.4);
    font-size: 19px;
    font-weight: 300;
}

.services-tab-panel .title {
    font-weight: 500;
    margin: 25px 0 30px;
    font-size: 26px;
    line-height: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--green);
}

.services-tab-panel .title:before {
    content: '';
    position: absolute;
    width: 64%;
    height: 20%;
    background-image: url(../images/svg/line.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -10px;
    opacity: .5;
    left: 0;
    display: none;
}

.tab-pane .slide-content:first-child {
    padding-top: 0;
}

p {
    line-height: 1.8;
}

.slide-image {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.services-image {
    height: 430px;
}
.services-tab-panel .nav .nav-link .learn-more {
    position: initial;
    margin: 0;
    height: 100%;
    line-height: 0;
}
.data-tec li b {
    font-weight: 500;
}
/* services tab css end */

/* header css start */
.header .header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.menu-area ul li {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.menu-area ul li a {
    color: var(--white);
    padding: 10px 7px;
    font-size: 14px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 300;
}
.menu-area ul li a:hover,
.menu-area ul li.active a,
.menu-area ul li a.active {
    color: var(--green);
}

.header.header-sticky {
    background-color: #000000bd;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header.header-sticky .logo {
    -webkit-transition: var(--transition4s);
    -o-transition: var(--transition4s);
    transition: var(--transition4s);
}

.theme-container {
    padding: 0px 50px;
    margin: 0 auto;
    max-width: 1400px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;
}

.header {
    position: absolute;
    z-index: 999;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header.header-sticky .theme-container {
    padding: 15px 50px;
}
.mobile-logo {
    display: none;
}
.homeburg-menu img {position: absolute;}
.hamburger-menu {
    width: 35px;
}
.close-menu {
    display: none;
    width: 25px;
}

.header.active .hamburger-menu {
    display: none;
}

.header.active .close-menu {
    display: block;
}
.homeburg-menu{
    position: absolute;
    right: 55px;
    margin-top: 9px;
    display: none;
    cursor: pointer;
    z-index: 2;
}
.header .theme-container {
    padding: 20px 50px;
}

/* header css end */
.dogtext li {
    cursor: pointer;
    padding: 0;
}

.dogtext li a {
    font-weight: 300;
    padding: 10px 15px;
    display: block;
}

.dogtext li a:hover,
.fontblod1 a:hover {
    color: var(--black);
}

.dogtext li:hover,
.fontblod1:hover {
    background: var(--green);
}

.fontblod1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* packages css start */
.same-package {
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.same-package:before{
    content: '';
    position: absolute;
    width: 43%;
    height: 79%;
    z-index: 0;
    top: 0;
    right: -10rem;
    background-repeat: no-repeat;
    opacity: .1;
    background-size: 89%;
}
.silver-package {
    -webkit-box-shadow: 0px 0px 20px #00000017;
            box-shadow: 0px 0px 20px #00000017;
    background: #f7f7f7;
    border: 1px solid #cfcfcf;
}
.silver-package:before{
    background-image: url(../images/png-icons/silver.png);
}
.gold-package {
    -webkit-box-shadow: 0px 0px 20px #00000017;
            box-shadow: 0px 0px 20px #00000017;
    background: #ffed89;
    border: 1px solid #e7c300;
}
.gold-package:before{
    background-image: url(../images/png-icons/gold.png);
}
.diamond-package {
    -webkit-box-shadow: 0px 0px 20px #00000017;
            box-shadow: 0px 0px 20px #00000017;
    background: #ffffff;
    border: 1px solid #fdfdfd;
}
.diamond-package:before{
    background-image: url(../images/png-icons/diamond.png);
}
.tab-decription p span {
    font-size: 22px;
    line-height: 27px;
}
.tab-decription h3 {
    font-size: 22px;
    font-weight: 300;
    padding: 10px 0 0;
}
.data-tec p {
    display: block;
    padding-left: 25px;
}

.data-tec p b {
    color: #000;
}
.priority-services {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    margin-bottom: 30px;
}
.s-items-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.s-items-image {
    min-height: 100px;
    height: 140px;
    width: 100%;
}

.s-items-data h3 {
    margin: 0;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    word-break: break-word;
}
.ifrs-advisory-area {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 2rem;
}

.ifrs-advisory img {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
}

.ifrs-data {
    margin-top: 30px;
}
.ifrs-advisory-last {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}
.ifrs-data h4 {
    font-size: 20px;
}
.tab-content .slide-content {
    padding-right: 0;
}
/* packages css end */
body.active .header.active .menu-area {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
}

/* about us css start */
.another-pages {
    background: #fff;
    position: relative;
    z-index: 1;
}

.breadcumb-theme-area {
    padding: 3rem 0 5rem;
    text-align: center;
    margin: auto;
    max-width: 1000px;
    position: relative;
    z-index: 1;
}

.breadcumb-theme-area h1 {
    display: block !important;
    font-size: 3rem;
    font-weight: 700;
}

.breadcumb-theme {
    background-size: cover;
    background-position: center;
    position: relative;
}
.about-image img {
    width: 100%;
}
.about-container{
    max-width: 1000px;
    margin: auto;
    padding: 0 30px;
}
.our-vision-mission-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    padding-bottom: 5rem;
}

.about-image {
    width: 40%;
}

.about-data {
    width: 60%;
}

.our-vision-mission-area:nth-child(even) {-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}

.about-data h3 {
    font-size: 24px;
    font-weight: 600;
}

.about-data p {
    opacity: .8;
    line-height: 2;
}

.breadcumb-theme-area p {
    font-size: 18px;
}
.our-values{
    background-image: url(../images/about-us/our-values.jpg);
    background-size: cover;
    padding: 2rem 30px;
    position: relative;
    background-attachment: fixed;
    margin-bottom: 5rem;
}
.our-values:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000000c9;
    height: 100%;
}

.our-values .about-container {
    position: relative;
    z-index: 1;
}

.our-values h2 {
    color: var(--white);
    text-align: center;
    font-weight: 200;
}

.our-values-area {
    padding-top: 2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}

.value-data h3 {
    color: var(--white);
    font-size: 20px;
    font-weight: 200;
    margin-top: 20px;
}

.value-data {
    text-align: center;
}
.value-data img {
    -webkit-filter: invert(1);
            filter: invert(1);
    width: 100px;
}
.about-us-area{
    position: relative;
    
}
.about-us-area:before{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-image: url(../images/about-us/vector.jpg);
    background-repeat: no-repeat;
    opacity: .02;
    z-index: -1;
}
/* about us css end */
.services-panel {
    padding: 60px 0;
    margin: auto;
    max-width: 1000px;
}
.pera{
    font-size: 18px;
    opacity: .7;
    margin-top: 20px;
}

/* footer css start */
.footer-contact {
    position: relative;
    padding-bottom: 1rem;
}

.footer-contact h2 {
    color: var(--white);
}
.footerli {
    text-align: left;
    width: 100%;
    max-width: 375px;
}

.footerli h3 {
    color: var(--green);
}

.footerli a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: normal;
    color: var(--black);
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 7px;
    margin-bottom: 14px;
}

.footerli a svg path {
    stroke: var(--black);
}

.footerli a svg {
    width: 20px;
    height: 20px;
    opacity: .8;
    min-width: 20px;
    margin-top: 1px;
}
/* footer css end */

/* testimonial css start */
.testimonial-slider {
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5f5f5;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 2rem 0 6rem;
}

.testimonial-area {margin: auto;max-width: 500px;text-align: center;}
.testimonial-area h2 {
    font-weight: 600;
    color: #5a5a5a;
}

.testimonial-pera path {
    fill: #8BC34A;
}
.testimonial-arrow-one {
    text-align: left;
}

.testimonial-arrow-two {
    text-align: right;
}

.testimonial-pera p {
    font-size: 18px;
    margin: 1rem 1rem 0rem;
}

.testimonial-pera svg {
    width: 50px;
    height: 50px;
}

.testimonial-bottom h3 {
    font-size: 20px;
    margin: 0;
}

.testimonial-bottom span {
    font-size: 14px;
    color: #818181;
}
.testimonial-list {
    background-color: #fff;
    border-radius: 20px;
    padding: 2rem 3rem 4rem;
}
/* testimonial css end */

.footer-container {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}