@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');


/*.fixed .about-img .yoe {
    width: 100%;
    height: 100%;
    transition: 6s;
    animation: mymove 5s;
    display: block;
}
@keyframes mymove {
  0% {top: 100%;}
100% {top: 0%;}
}*/
.img-background{
    position: relative;
    
}
.link-icon:hover {
    transform: scale(1.1);
    transition:0.5s ease;
}
.img-background .img-vector{
    position: absolute;
    bottom: 0px;
    width: 850px;
    right: auto;
    /* width: 100%; */
} 


.fixed .about-content p::after {
    font-size:16px;
    content:'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry';
}

.fixed .about-content p{
    font-size:0;
}

/* .number:hover {
    width: 100%;
    height: 100%;
} */

/* universal css */
a {
    color: #39B33E;
}
a:hover {
    color: #39B33E;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1170px;
}

section {
    width: 100%;
    float: left;
}

/* universal css */
/* header */
.collapse:not(.show) {
    position: unset;
    width: 100%;
    box-shadow: unset;
}

.collapse:not(.show) ul li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #243344 !important;
    width: max-content;
    text-transform: capitalize;
    border-bottom:2px solid #fff;  

}

.collapse:not(.show) li {
    border-bottom: 0 !important;
    width: max-content;
}

.about-img {
    width: 100%;
    position: relative;
}

.about-img img {
    width: 100%;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.navbar-nav li.nav-item a:hover {
    color: #00813f !important;
    border-bottom: 2px solid;
}

header nav a.navbar-brand {
    width: 15%;
}

.nav-links {
    width: 85%;
}

.navbar {
    box-shadow: unset;
    background: #fff !important;
    padding: 15px 0px;
}

header .container {
    position: relative;
}

header nav a.navbar-brand {
    width: 17%;
}

header nav a.navbar-brand img {
    width: 100%;
}

.nav-links ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    width: 100%;
    gap: 0px 35px;
    justify-content: flex-end;
}

.nav-links ul li a {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #243344;
}

/* .navbar-collapse {
     position: absolute;
     z-index: 999;
     background: #fff;
     width: 35%;
     right: 0;
     margin: 0 auto;
     top: 70%;
     box-shadow: 0px 0 2px #00000040;
     border-radius: 10px 0 0 5px;
     padding: 0 14px;
}
 */
.navbar-nav li.nav-item {
    width: max-content !IMPORTANT;
    text-align: center;
}

.navbar-nav li.nav-item:last-child {
    border: unset;
}

/* header */
/* banner section */
.banner-main {
    width: 100%;
}

.background-video {
    width: 100%;
}

.banner-section {
    position: relative;
}

video {
    width: 100%;
}

.banner-section .container {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
}

.banner-main h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 65px;
    line-height: 74px;
    color: #F8F8F8;
    width: 80%;
    padding-bottom: 30px;
}

.banner-main p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    color: #FFFFFF;
    width: 60%;
}

.background-video:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: linear-gradient(90deg, #243343, transparent);
    height: 99%;
    width: 100%;
}

/* banner section */
/* about us */


.fixed .about-content h2 {
    font-size: 0px;
}
.fixed h2::after {
    font-size: 46px;
    content: 'Leadership';
}
.About-us {
    margin: -8px 0 0 0;
    overflow: hidden;
}

.About-us .row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.about-content h3 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    text-transform: capitalize;
    color: #009245;
}

.about-content h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 69px;
    text-transform: capitalize;
    color: #243344;
}

.about-content p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    text-align: justify;
    color: #3C3C3C;
    width: 82%;
    margin: 0 0 25px 0;
}

.col-0-2 {
    padding: 0 0 0 70px;
}

.About-us .row .col-md {
    width: 50%;
}

.about-content {
    width: 100%;

}
.fixed .number.fullbox{
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
-moz-transition:    all .5s ease-in-out;
-o-transition:      all .5s ease-in-out;
-ms-transition:     all .5s ease-in-out;
transition:         all .5s ease-in-out;
}
.number {
    -webkit-transition: all .5s ease-in-out;
-moz-transition:    all .5s ease-in-out;
-o-transition:      all .5s ease-in-out;
-ms-transition:     all .5s ease-in-out;
transition:         all .5s ease-in-out;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #234057bf;
    width: 200px;
    height: 200px;
        display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;   
}
.number p {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffff;

}
.number h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffff;
    font-size: 90px;
}
.about-img .yoe {
    width: auto;
    height: 10%;
    position: absolute;
    right: 0;
    bottom: 0;

    top: 0;
}



/* about us */
/* differentitors */
.differentitors {
    background-image: url(..//img/Rectangle\ 54.png);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 100px 0 0 0;
    background-size: contain;
    position: relative;
}

.differ .row {
    width: 100%;
    position: relative;
    top: -188px;
}

.headding {
    width: 100%;
    text-align: center;
    padding: 0 0 200px 0px;
}

.box-img {
    width: 100%;
}

.box-img img {
    width: 100%;
}

.differ .row .col-md-4 {
    padding: 0 15px;
}

.headding h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 82px;
    text-align: center;
    text-transform: capitalize;
    color: #243344;
    margin: 0 0 10px 0;
}

.differentitors .row {
    width: 100%;
    position: relative;
    top: -100px;
}

.col-md-4 h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 35px 0 15px 0;
}

.col-md-4 p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    text-align: start;
    color: #FFFFFF;
}

/* differentitors */
/* Solutions */
.solutions {
    background-image: url(../img/Vector\ 1.png);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 100px 0 0 0;
    background-size: cover;
    position: relative;
    margin: -35px 0 0 0;
    z-index: 1;
}

.solutions-headding {
    width: 100%;
    text-align: center;
}

.solutions-headding h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 82px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.solutions .r-main {
    width: 100%;
    margin: 50px 0 40px 0;
    padding: 0 0;
}

.solutions .r-main .col-md-4 {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solutions .r-main .col-md-4 .box-img {
    width: 20%;
}

.solutions .r-main h2 {
    padding: 0 0 0 0;
    height: 76px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: 20px 0 20px 0;
    width: 100%;
     justify-content: center;
}

.solutions .r-main p {
    text-align: start;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 31px;
    letter-spacing: -0.09px;
    color: #FFFFFF;
}

.solutions .r-submain {
    width: 85%;
    margin: 50px auto 200px auto;
}

.r-submain .col-md-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solutions .r-submain .box-img {
    width: 25%;
}

.solutions .r-submain h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin: 18px 0 0 0;
    width: 70%;

}

.solutions h2 {
    text-align: center;
}
/* Solutions */
/* Past Performance */
.performance-headding {
    width: 100%;
    text-align: start;
}

.performance-headding h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 69px;
    text-transform: capitalize;
    color: #243344;
}

.performance-r-main .box-img {
    width: 85%;
}

.past-performance {
    margin: -220px 0 0 0;
    padding: 170px 0;
    /* background-image: url(../img/Vector.png); */
    background-repeat: no-repeat;
    background-position: 88% 94%;
    background-size: 65%;
    padding: 283px 0 10px 0;
}

.performance-r-main h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #243344;
    position: relative;
}

.performance-r-main p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9C9C9C;
    margin: 0 0 65px 0;
}

.performance-r-main h2.online:after {
    position: absolute;
    left: -22px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #39B33E;
    margin: 0 auto;
    content: "";
    top: 10px;
}
.performance-r-main:last-child {
    align-items: center;
}
.performance-r-main:last-child .box-img {margin-bottom: 25px;}
.performance-r-main:last-child .box-img {
    width: 60%;
    margin: auto;
}
.img-background {
    background-image: url(../img/Vector.png);
    margin-top: -800px;
    background-size: cover;
    background-repeat: repeat;
    height: 800px;
}

/* .past-performance .container {
     background-image: url(../img/Vector.png);
     background-repeat: no-repeat;
     background-position: center;
     background-size: 74%;
     padding: 126px 0;
} */

.brand-img img {
    filter: grayscale(1);
}

.p-border {
    border-bottom: 1px solid;
    padding: 0 0 15px 0;
}

/* Past Performance */
/* footer */
footer {
    width: 100%;
    float: left;
    background: #243344;
}

footer .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 50px 0;
    padding: 50px 0;
}

.footer-r-main ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px 0;
}

.footer-r-main {
    display: flex;
    align-items: center;
    width: 100%;
}

.footer-r-main col-md-8 {
    padding: 0 0 0 0;
}

.footer-r-main .col-md-8 {
    padding: 0 0 0 50px;
}

.footer-r-main ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    width: 100%;
    padding: 10px 0 10px 10px;
}

.footer-r-main ul li .link-icon {
    padding: 0 20px 0 0;
    transition:0.4s ease;
}

.footer-r-main ul li a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}

footer p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
}

.footer-links {
    width: 100%;
}

.footer-links ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #505c69;
    border-bottom: 1px solid #505c69;
    padding: 25px 0;
}

.footer-links ul li {
    width: 20%;
    text-align: center;
}

.footer-links ul li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    text-transform: capitalize;
}
.footer-links ul li a:hover {
    color: #03b841;
    border-bottom: 3px solid;
}

.copy-right {
    width: 100%;
}

.copy-right p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
    color: #39B33E;



}

/* footer */
/*laptop pro responsive*/
@media screen and (min-width: 1024px) and (max-width: 1366px) {

.navbar .container {
    padding: 0px 33px;
}
.banner-main h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 43px;
    color: #F8F8F8;
    width: 90%;
    padding-left: 29px;
}
.banner-main p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    width: 91%;
    padding-left: 37px;
}
.differentitors {
   padding: 0px 0 0 0;
   background-size: unset;
}

.headding h2 {
    font-size: 40px;
    padding: 30px 0px 50px;
    
}
.headding {
    width: 100%;
    text-align: center;
    padding: 0 0 80px 0px;
}
.About-us .col-0-2 {
    padding: 70px 0 0 10px;
}
}

/*laptop pro responsive*/
/*laptop responsive*/

@media screen and (min-width: 768px) and (max-width: 1023px) {

    header nav a.navbar-brand {
 
  width: 25%;
}
.nav-links {
    width: 85%;
    text-align: end;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: unset;
    align-items: center;
    justify-content: space-between;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    z-index: 2;
    right: 73px;
    top: 68px;
    background-color: white;
    width: 100%;
    left: 0;
}
.navbar-collapse ul {
    height: 250px;
    justify-content: center;
    padding-bottom: 30px;
}
.banner-main h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;
    color: #F8F8F8;
    width: 100%;
}
.banner-main p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    width: 60%;
}
.headding {
    width: 100%;
    text-align: center;
    padding: 0 0 91px 0px;
}
.differentitors .row {
    width: auto;
    position: relative;
    top: -100px;
}

.differentitors {
    background-image: url(..//img/Rectangle\ 54.png);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 0px 0 0 0;
    background-size: auto;
    position: relative;
    
}
.differentitors .col-md-4 h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1px;
    color: #FFFFFF;
    margin: 21px 0 20px 0;
}
.differentitors .col-md-4 p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: start;
    color: #FFFFFF;
}
.solutions {
    background-image: url(../img/Vector\ 1.png);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 0px 0 0 0;
    background-size: cover;
    position: relative;
    margin: 0px 0 0 0;
}
.solutions .r-submain h2 {
    font-size: 16px;
}
.solutions .r-main h2 {
    padding: 0 0 0 0;
    height: 72px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0px 0 0px 0;
    width: 100%;
    justify-content: center;
}
.solutions .r-main p {
    text-align: start;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.91px;
    color: #FFFFFF;
}
.past-performance {
    margin: -220px 0 0 0;
    padding: 170px 0;
    background-image: url(../img/Vector.png);
    background-repeat: no-repeat;
    background-position: 88% 94%;
    background-size: 93%;
    padding: 230px 0 50px 0;
}

.headding h2 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 20px;  
}
.solutions-headding h2 {
    
    font-size: 32px;
    line-height: 40px; 
    margin-top: 30px;

}
.performance-headding h2 {


    font-size: 32px;
    line-height: 40px; 
}
.About-us .row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    margin: unset;
}
.About-us .row .col-md {
    width: 100%;
}
.about-content p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    text-align: justify;
    color: #3C3C3C;
    width: 96%;
    margin: 0 0 25px 0;
}
.About-us .col-0-2 {
    padding: 0px 0 0 15px;
}
.about-img img {
    width: 100%;
    margin-top: 30px;
}
footer .container {
    padding: 50px 15px;
}

}
/*laptop responsive*/

/*mobile responsive*/
@media screen and (min-width: 240px) and (max-width: 767px) {

	video {
    width: 100%;
    height: 475px;
    object-fit: cover;
}

header nav a.navbar-brand {
    width: 25%;
}
.nav-links {
    width: 85%;
    text-align: end;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: unset;
    align-items: center;
    justify-content: space-between;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    z-index: 2;
    right: 73px;
    top: 68px;
    background-color: white;
    width: 100%;
    left: 0;
}
.navbar-collapse ul {
    height: 250px;
    justify-content: center;
    padding-bottom: 30px;
}
.banner-main h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    line-height: 34px;
    color: #F8F8F8;
    width: 100%;
    text-align: start;
}
.banner-main p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    width: 87%;
    text-align: start;
}
.banner-main {
    width: 100%;
    margin-top: 90px;
    padding: 0px 12px;
}
.banner-section .container {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 17%;
}

.About-us .row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    margin: 0;
}
.About-us .row .col-md {
    width: 100%;
    margin: 0 auto;
    margin-top: 70px;
    padding: 0px 48px;
}
.about-content h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    text-transform: capitalize;
    color: #243344;
}
.About-us .col-0-2 {
    padding: 0 0 0 17px;
}
.about-content p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    color: #3C3C3C;
    width: 98%;
    margin: 0 0 25px 0;
}

.headding h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 27px;
    text-align: center;
    text-transform: capitalize;
    color: #243344;
    margin: 0 0 10px 0;
}
.headding {
    width: 100%;
    text-align: center;
    padding: 0 0 135px 0px;
}
.differentitors {
    background-image: url(..//img/Rectangle\ 54.png);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 50px 0 0 0;
       background-size: cover;
    position: relative;
}
.img-background .img-vector{
    display: none;
}
.differentitors .row {
    width: 85%;
    position: relative;
    top: -101px;
    margin: auto;
}
.differentitors .col-md-4 h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 35px 0 15px 0;
}

.differentitors .col-md-4 p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: start;
    color: #FFFFFF;
    margin-bottom: 60px;
}
.solutions {
    background-image: url(../img/Vector\ 1.png);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 28px 23px 0 23px;
    background-size: cover;
    position: relative;
    margin: -35px 0 0 0;
}
.solutions .r-submain .box-img {
    width: 37%;
}
.solutions-headding h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
.solutions .r-main h2 {
    padding: 0 0 0 0;
    height: 76px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: left;
    color: #FFFFFF;
    margin: 20px 0 0px 0;
    width: 100%;
    justify-content: start;
}
.solutions .r-main .col-md-4 {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.solutions .r-submain h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    margin: 18px 0 0 0;
    width: 70%;
}
.r-submain .col-md-3 {
    width: 50%;
    padding-bottom: 40px;
}
.past-performance {
    margin: -238px 0 0 0;
    background-image: url(../img/Vector.png);
    background-repeat: no-repeat;
    background-size: 800px;
    padding: 99px 0 89px 27px;
    background-position: 37% 81%;
}
.performance-r-main:last-child .box-img {
    width: 60%;
    margin: unset;
}
.past-performance .box-img img {
    width: 84%;
    margin: unset;
    display: flex;
}
.solutions .r-submain {
    width: 100%;
    margin: 50px auto 248px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.performance-headding h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    color: #243344;
}


.footer-links ul li {
    width: 99%;
    text-align: start;
    padding: 20px 0px;
}
.footer-links ul {
    display: flex;
    align-items: flex-start;
    /* justify-content: space-around; */
    /* border-top: 1px solid #505c69; */
    /* border-bottom: 1px solid #505c69; */
    padding: 0px 50px;
    flex-direction: column;
    border: none;
}
.link-icon img, svg {
    vertical-align: middle;
    width: 22px;
}
.footer-r-main ul li a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: start;
    color: #FFFFFF;
}
.footer-r-main .col-md-8 {
    padding: 60px 0 0px 50px;
}

.box-img img {
    width: 100%;
    margin: 0 auto;
    display: flex;
}


footer p {
    
    text-align: start;
    padding: 0 32px;
}
.footer-r-main ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    width: 90%;
    padding: 0 0 20px 0;
}
footer .container {
    align-items: flex-start;
}
footer .footer-logo {
    padding: 0px 30px;
}
.footer-r-main .box-img {
    width: 80%;
    margin: auto;
}
.copy-right p {
    text-align: left;
    padding-left: 50px;
}


}
/*.footer-r-main ul li:hover{*/
/*    transition: 0.4s ease;*/
/*    background-color: white;*/
/*    border-radius: 10px;*/
/*}*/
/*.footer-r-main ul li:hover a{*/
/*    color: black;*/
/*}*/
/*mobile responsive*/