@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #171717;
}

/*
p {
    font-size: 14px;
}
*/
.btn,
.btn:focus,
button,
button:focus {
    outline: none !important;
}

a {
    font-size: 14px;`
}

a,
button {
    text-decoration: none !important;
    outline: none !important;
}

p {
    font-size: 15px;
    line-height: 1.5;
}

img {
    width: 100%;
}

/********************
    header
*********************/
.announcement {
    display: block;
    background-color: #1a665d;
    text-align: center;
}

.header-social-icon li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.header-social-icon ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.header-social-icon li i {
    color: #fff;
    padding: 0 6px;
}

.header-social-icon {
    padding: 10px 0;
}

.header-logo-wrapper {
    display: block;
    margin-bottom: -63px;
    float: left;
    z-index: 9;
    position: relative;
    margin-top: 13px;
}

#google_translate_element span {
    display: none;
}



/********************

    header menu start

********************/
.header-btn-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    float: right;
}

.header {
    padding: 26px 0;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 20;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 768px) {
    .header {
        position: relative;
        padding: 15px 0;
    }
}

.header .logo {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .logo img {
    float: none;
}

.header .logo .logo-text {
    float: none;
    margin-top: 0;
    line-height: 1;
}

@media (max-width: 560px) {
    .header .logo {
        width: 100%;
        text-align: center;
        margin: 0 auto 20px;
    }
}

.header.header-absolute {
    position: absolute;
    left: 0;
}

.header.absolute {
    position: absolute;
}

.header nav {
    padding: 10px 0;
}

.header nav .menu {
    display: inline-block;
}

.header nav .menu .menu-item {
    display: inline-block;
    padding: 0 13px;
    position: relative;
}

.header nav .menu .menu-item:first-child {
    padding-left: 0;
}

.header nav .menu .menu-item.mega-menu-item {
    position: static;
}

.header nav .menu .menu-item:hover>a {
    color: #4cc2c0;
}

.header nav .menu .menu-item:hover>a:after,
.header nav .menu .menu-item:hover>a:before {
    opacity: 1;
}

.header nav .menu .menu-item:hover>a+i {
    color: #4cc2c0;
}

.header nav .menu .menu-item>a {
    position: relative;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 3px;
}

.header nav .menu .menu-item>a:after {
    content: '';
    display: block;
    position: absolute;
    width: 15%;
    height: 2px;
    background-color: #4cc2c0;
    left: 0;
    bottom: -10px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header nav .menu .menu-item>a:before {
    content: '';
    display: block;
    width: 80%;
    height: 2px;
    background-color: #4cc2c0;
    position: absolute;
    right: 0;
    bottom: -10px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header nav .menu .menu-item i {
    font-size: 10px;
    color: #e1e1e1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media (max-width: 768px) {
    .header nav.not-nav-add {
        padding-right: 100px;
    }
}

@media (max-width: 480px) {
    .header nav.not-nav-add {
        padding-right: 0;
    }
}

.header .header-content-wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 560px) {
    .header .header-content-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.header.headroom--not-top {
    padding-top: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, .2);
    box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, .2);
}

.header.headroom--not-top .primary-menu-menu>li {
    padding: 0 13px 15px;
}

.header.headroom--not-top .user-menu {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header--spacer {
    position: relative;
    width: 100%;
    z-index: 2;
}

@media (max-width: 768px) {
    .header--spacer {
        display: none;
    }
}

.nav-add {
    padding: 10px 0;
    margin: 0;
}

.nav-add li {
    display: inline-block;
}

.nav-add li.cart {
    position: relative;
}

.nav-add li.cart .cart-count {
    display: block;
    position: absolute;
    left: -6px;
    top: 4px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: #4cc2c0;
}

.nav-add li.cart i {
    font-size: 28px;
    color: #2f2c2c;
}

.nav-add li.search {
    position: relative;
}

.nav-add li.search i {
    margin-left: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 26px;
    color: #e1e1e1;
    position: relative;
}

.nav-add li.search i:hover {
    color: #4cc2c0;
}

.nav-add li.search .popup-search .search-btn i:hover {
    color: #f15b26;
}

.logo a.logo_img {
    width: 100%;
}

.logo {
    position: relative;
    padding: 15px 0px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .logo {
        float: none;
        margin-right: 0;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.logo img {
    float: left;
    max-width: 300px;
}

.logo .logo-text {
    float: left;
    margin-top: 10px;
    line-height: 1;
}

.logo .logo-text .logo-title {
    font-size: 27px;
    text-transform: uppercase;
    color: #2f2c2c;
}

.logo .logo-text .logo-sub-title {
    font-size: 10px;
    text-transform: uppercase;
}

/* techno Menu Css*/
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    transition: .5s;
}

.sticky {
    animation: 0.9s 0s normal both 1 running fixedAnim;
    -webkit-animation: 0.9s 0s normal both 1 running fixedAnim;
    /* Safari 4+ */
    -moz-animation: 0.9s 0s normal both 1 running fixedAnim;
    /* Fx 5+ */
    -o-animation: 0.9s 0s normal both 1 running fixedAnim;
    /* Opera 12+ */
    z-index: 9;
    background-color: #fff;
    z-index: 99;
}

@-webkit-keyframes fixedAnim {
    0% {
        top: -90px;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes fixedAnim {
    0% {
        top: -90px;
    }

    100% {
        top: 0;
    }
}

@keyframes fixedAnim {
    0% {
        top: -90px;
    }

    100% {
        top: 0;
    }
}

.techno_menu {
    text-align: center;
}

.techno_menu ul {
    text-align: right;
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
}

.techno_menu>ul>li {
    display: inline-block;
    position: relative;
}

.techno_menu>ul>li.active a {
    color: #171717;
}

.techno_menu>ul>li>a {
    display: block;
    font-size: 16px;
    color: #c2c2c2;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    transition: all .5s ease;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 38px;
}

.white .techno_menu>ul>li>a {
    color: #fff;
}

.techno_menu ul li:last-child a {
    margin-right: 0px;
}

.techno_menu>ul>li.current>a {
    color: #00247E;
}

.white .techno_menu>ul>li.current>a {
    color: #fff;
}

/********************

    header menu end

********************/


/********************
    Hero slider
*********************/
.hero-wrapper {
    position: relative;
}

.hero-wrapper {
    background-image: url(../images/slider.png);
    background-repeat: no-repeat;
    padding: 250px 0 392px 0px;
}

.home-title {
    background: linear-gradient(89deg, rgba(158, 37, 47, 1) 0%, rgba(23, 23, 23, 1) 22%, rgba(142, 93, 27, 1) 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    line-height: 1.3;
}

.hero-wrapper span {
    background: linear-gradient(89deg, #e5246f 0%, #d41ba5 50%, #e08955 100%);
    font-size: 35px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/********************
    Welcome
*********************/
.bg-home {
    background-image: url(../images/bg-pattern.png);
    background-size: cover;
    background-position: center center;

}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
    padding-top: 110px;
    padding-bottom: 124px;
}

span.home-sub-title-inner {
    font-size: 18px;
    background: linear-gradient(89deg, #9d1dc5 0%, #ed403b 50%, #ff4e16 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    padding-bottom: 16px;
    display: block;
}

.home-desc-center h2.home-sub-title {
    margin-bottom: 22px;
}

.home-desc-center p {
    font-size: 18px;
    max-width: 1290px;
    margin: 0 auto;
}

.home-desc-center button {
    margin-top: 23px;
}

.readmore__toggle {
    background-color: #171717;
    color: #fff;
    padding: 12px 16px;
    display: block;
    border: none;
    margin: 0 auto;
    cursor: pointer;
}

#more {
    display: none;
}

/********************
    mission vision
*********************/
.our-mission-wrapper {
    background-color: #f6f6f6;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.our-mission-wrapper .container {
    /* overflow: hidden; */
}

.our-mission-wrapper::before {
    content: "";
    left: 0;
    right: 0;
    top: -60px;
    position: absolute;
    width: 100%;
    height: 60px;
    background-image: url(../images/top-curve.png);
    z-index: 9;
}

.our-mission-wrapper::after {
    content: "";
    left: 0;
    right: 0;
    bottom: -60px;
    position: absolute;
    width: 100%;
    height: 60px;
    background-image: url(../images/bottom-curve.png);
    z-index: 1;
}

section.our-mission-vision {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 90px;
    overflow: hidden;
}

.our-mission-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.our-mission-left-wrapper {
    position: relative;
    float: left;
    max-width: 37.6%;
    width: 100%;
    margin-bottom: -90px;
    z-index: 9;
}

.our-mission-text p {
    margin: 0 auto;
    max-width: 200px;
    font-size: 47px;
    font-weight: bold;
    color: #171717;
    line-height: 1.2;
}

.mission-list-images img {
    width: auto;
    max-width: 100%;
}

.our-mission-right-wrapper {
    float: left;
    max-width: 62.4%;
    width: 100%;
    margin-top: 65px;
}

.our-mission-list-wrapper ul {
    margin-bottom: 0;
    padding-left: 0;
}

.our-mission-list-wrapper ul li {
    list-style: none;
    float: left;
    max-width: 33.33%;
    width: 100%;
    padding: 0 30px;
}

.our-mission-list-wrapper ul li:last-child {
    padding-right: 0;
}

.mission-list-text>span {
    color: #171717;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 14px;
    display: block;
}

.mission-list-images {
    margin-bottom: 8px;
}

.mission-list-text p {
    font-size: 16px;
    line-height: 1.7;
}


/********************
    Applications
*********************/
.applications-wrapper {
    padding: 125px 0;
}

.applications-heading h2 {
    margin-bottom: 28px;
}

.flavor-item-images img {
    width: auto;
    max-width: 300px;
}
.testimonial-section .author-img {
    height: 94px;
    width: 94px;
    margin: 0 auto;
    overflow: hidden;
}
.our-mission-images img {
    max-width: 489px;
}
.testimonial-section .author-img img {
    border-radius: 50%;
    height: 94px;
}
.blog-content img {
    max-width: 413px;
    width: 100%;
}
.category-img img {
    max-width: 303px;
    width: 100% ;
}
.applications-item .flavor-item:hover .flavor-item-images img {
    transform: translateY(-30px);
}

.applications-item .flavor-item .flavor-item-images img {
    transform: translate(0);
    transition: all 0.5s;
}

.applications-item .flavor-item {
    border: 2px solid #d6d6d6;
    cursor: pointer;
    margin-top: 38px;
}

.applications-item .flavor-item:hover {
    background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat,
        linear-gradient(113deg, #bc00ff 0%, #de00af 33%, #f89800 64%, #bb09f6 100%);
    border-radius: 0px;
    padding: 2px;
    box-sizing: border-box;
    border: none;
}

.flavor-item-images {
    text-align: center;
}

.flavor-item-heading span {
    font-size: 20px;
    color: #171717;
    font-weight: 500;
    padding: 0px 0px 20px 30px;
    display: inline-block;
    vertical-align: middle;
}

/********************
    growth
*********************/
.growth-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.growth-text p {
    max-width: 908px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.8;
}

.growth-left,
.growth-right {
    float: left;
    max-width: 26.1%;
    width: 100%;
    position: relative;
    padding-top: 47px;
}

.growth-right:before {
    position: absolute;
    top: 100px;
    left: -70px;
    content: "";
    background: url(../images/ice-top.png);
    width: 147px;
    height: 137px;
    z-index: 9;
}

.growth-right:after {
    position: absolute;
    bottom: -70px;
    right: 30px;
    content: "";
    background: url(../images/ice-bottom.png);
    width: 120px;
    height: 121px;
    z-index: 1;
}

.growth-center {
    float: left;
    max-width: 47.8%;
    width: 100%;
    text-align: center;
    padding: 0 70px;
    background: #1a665d url(../images/bg-pattern-2.png);
    background-repeat: no-repeat;
    margin-top: 0;
    box-shadow: 0 0 14px 4px rgb(0 0 0 / 30%);
    z-index: 1;
    position: relative;
}

.growth-text {
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    height: auto;
    min-height: 489px;
}

.growth-heading h3 {
    color: #fff;
    margin-bottom: 20px;
}

/********************
    Banner
*********************/
.banner-text-heading h4 {
    font-size: 30px;
    color: #393939;
}

.banner-text-paragraph p {
    font-size: 20px;
}

.banner-main-wrapepr {
    position: relative;
}

.banner-text-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 65px;
}

.banner-text-paragraph {
    max-width: 340px;
}

.banner-wrapper {
    margin: 125px 0;
}

/********************
    testimonial section
*********************/
.testimonial-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.testimonial-section .testimonial-box {
    background-color: #f4efdd;
    padding: 30px;
    margin: 0px 20px;
    position: relative;
}

.testimonial-section .testimonial-second-box {
    background-color: #e3f2f4;
}

.testimonial-section .testimonial-third-box {
    background-color: #f5edeb;
}

.testimonial-section .testimonial-box::before {
    border: 3px solid transparent;
    border-image: linear-gradient(to right, #f19236, #c00fe9, #fb006a);
    border-image-slice: 1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 0;
}

.testimonial-section .owl-wrapper {
    margin-bottom: 15px;
}

.testimonial-section .author-img {
    height: 94px;
    width: 94px;
    margin: 0 auto;
}

.testimonial-section .quotes-img img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.testimonial-section .author-review p {
    margin: 30px 0px;
    color: #464545;
    font-size: 17px;
}

.testimonial-section .testimonial-sub-heading {
    margin-bottom: 80px;
    color: #171717;
}

.testimonial-section {
    background-color: #fafafa;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 120px 0px;
}

/********************
    category section
*********************/

.categories-section .category-name span {
    margin-top: 30px;
    display: inline-block;
    font-size: 25px;
    color: #171717;
}

.category-sub-title {
    margin-bottom: 75px;
}

.categories-section {
    padding: 125px 0px 0;
}

/************************************
    Accreditations section
*************************************/
section#affiliations {
    padding-top: 125px;
    display: none;
}

.accreditations-bg {
    background-image: url(../images/accreditations-bg.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.accreditations-main {
    background-color: #ffffffd1;
    padding: 60px 60px;
    position: relative;
}

.accreditations-main:before {
    border: 3px solid transparent;
    border-image: linear-gradient(to right, #f19236, #c00fe9, #fb006a);
    border-image-slice: 1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    left: 15px;
    bottom: 0;
}

.accreditations-info {
    margin: 50px 0px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.accreditations-content {
    margin-bottom: 20px;
}

.accreditations-content p {
    font-size: 16px;
    line-height: 1.7;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.accreditations-sub-title {
    margin-bottom: 40px;
}

.accreditations-images img {
    width: auto;
    max-width: 100%;
}

.accreditations-images .certification {
    margin: 0px 50px;
}

/************************************
    Our vision section
*************************************/
.our-vision-cms {
    max-width: 80%;
    width: 100%;
    margin: auto;
}

.our-vision {
    padding-top: 125px;
    padding-bottom: 125px;
}

.our-vision-cms .our-vision-sub-title {
    margin-bottom: 50px;
}

.our-vision-cms .vision-content {
    color: #828282;
    font-size: 18px;
}

/************************************
    blog section
*************************************/
.blog {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fafafa;
    margin-top: 0;
}

.blog-sub-title {
    margin-bottom: 75px;
}

.blog-heading {
    font-size: 25px;
    color: #171717;
    background-color: #ffffff;
    padding: 35px;
    margin-bottom: 0px;
    height: 140px;
    line-height: 1.5;
}


.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

nav {
    postion: fixed;
    z-index: 10;
}

nav div {
    color: white;
    font-size: 2rem;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 2%;
    visibility: hidden;
}

.visible-title {
    visibility: visible;
}

/********************
    contact form
*********************/
section#contact input#submit {
    border-radius: 0;
    background-color: #171717;
    color: #fff;
    padding: 12px 16px;
}

.form-control {
    box-shadow: none !important;
    -webkit-box-shadow: none;
    margin-bottom: 25px;
    height: 45px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
}

section#contact {
    padding: 125px 0;
}

.form-control:focus,
.facts i,
.pricing-box {
    border-color: #667add;
}

textarea.form-control {
    height: auto;
}

label {
    display: inline-block;
    margin-bottom: .7rem;
    font-size: 15px;
    color: #212529;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

.error_message {
    padding: 10px;
    background-color: rgba(244, 35, 103, 0.2);
    margin-bottom: 20px;
    text-align: center;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #0dba26;
    font-size: 22px;
}

/********************
    footer section
*********************/
.footer-section {
    position: relative;
}

.footer-section:after {
    content: '';
    background-image: url(../images/leaf.png);
    position: absolute;
    top: -80px;
    left: 0px;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    width: 162px;
    height: 169px;
}

.footer-section:before {
    content: '';
    background-image: url(../images/orange.png);
    position: absolute;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    width: 94px;
    height: 162px;
}

.fotter-bottom-bg:after {
    content: '';
    background-image: url(../images/mint-leaf.png);
    position: absolute;
    bottom: 0;
    left: 25%;
    background-repeat: no-repeat;
    width: 371px;
    height: 84px;
}

.footer-top-bg {
    background-color: #171717;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #393939;
}

.footer-top-bg .logo-content,
.footer-top-bg .info-footer {
    color: #8a8a8a;
    font-size: 14px;
    margin-top: 20px;
}

.footer-top-bg .footer-heading {
    font-size: 20px;
    color: #ffffff;
}

.footer-main-content {
    max-width: 260px;
    width: 100%;
    margin: auto;
}

.fotter-bottom-bg {
    background-color: #171717;
    padding-top: 30px;
    padding-bottom: 30px;
}

.fotter-bottom-bg img {
    max-width: 100%;
    width: auto;
}

.footer-social-icon ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    column-gap: 10px;
}

.footer-social-icon ul li {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    line-height: 42px;
    border: 1px solid #3b3b3b;
    border-radius: 50%;
    color: #828282;
}

.footer-social-icon ul li i {
    color: #828282;
}
