@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif !important;
}
.card{
    border: none !important;
    box-shadow: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
  list-style: none;
}

:focus {
  outline: 0 !important;
}

p {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.8;
  color: #666666;
}

a {
  color: #222222;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

a:hover,
a:focus {
  color: #dd3338;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.e2s-about-bg {
    position: relative;
    padding: 3em 0;
    background-image: url(https://www.excess2sell.com/images/landing/about/bg.png);
    width: 100%;
    background-color: #dd3338;
    background-size: cover;
    background-repeat: no-repeat;
}

.e2s-banner-img img {
    width: 80%;
    margin: 0px auto;
    display: table;
    border-radius: 48% 52% 66% 34% / 62% 60% 40% 38%;
    border: 10px solid rgba(255, 255, 255, 0.05);
}

.bg-soft-light {
    background-color: rgba(248, 249, 250, 0.12) !important;
    font-weight: 600;
    font-size: 15px;
}

.fs-13 {
    font-size: 13px;
}

.text-light {
    color: #f8f9fa !important;
}

.e2s-title {
    font-size: 2rem;
}

.text-white {
    color: #fff !important;
}

.count-areas {
    background-image: url(https://www.excess2sell.com/images/landing/about/cta-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-dark {
    background-color: #343a40 !important;
}

.count-area {
    position: relative;
    text-align: center;
}

.count-area h2 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
}

.count-area p {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
}

.py-4e {
    padding: 4em 0em !important;
    position: relative;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.subtitle {
    color: #6c757d;
    text-transform: uppercase;
}

.fs-18 {
    font-size: 18px;
}

.title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    margin-top: 0.5em
}

.e2s-f-icon {
    position: relative;
    display: inline-block;
    z-index: 0;
}

.e2s-f-icon img {
    width: 90px;
    opacity: 0.7;
}

.e2s-f-icon::after {
    content: "";
    position: absolute;
    left: -16px;
    top: -36px;
    border-radius: 30% 70% 70% 30% / 50% 50% 50% 50%;
    height: 100px;
    width: 100px;
    background: linear-gradient(to top right, transparent 0%, #dd3338 100%);
    opacity: 0.15;
    z-index: -1;
}

.vm-img img {
    width: 340px;
    margin: 0px auto;
    display: table;
}

.vision-area {
    background: #f6f6f6;
}

.position-relative {
    position: relative !important;
}

.timeline-page:after {
    position: absolute;
    content: "";
    left: 0;
    right: -1px;
    top: 0px;
    width: 1px;
    height: 100%;
    margin: auto;
    border-right: 2px dashed #dee2e6 !important
}

.timeline-page .timeline-item .date-label-left:after,
.timeline-page .timeline-item .date-label-left:before,
.timeline-page .timeline-item .duration-right:after,
.timeline-page .timeline-item .duration-right:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: 1
}

.timeline-page .timeline-item .date-label-left:after,
.timeline-page .timeline-item .duration-right:after {
    top: 9px;
    width: 10px;
    height: 10px;
    background-color: #dd3338
}

.timeline-page .timeline-item .date-label-left:before,
.timeline-page .timeline-item .duration-right:before {
    border: 2px dashed #dee2e6;
    top: 0;
    width: 28px;
    height: 28px;
    background-color: #fff
}

.timeline-page .timeline-item .date-label-left {
    float: right;
    margin-right: 24px
}

.timeline-page .timeline-item .date-label-left:after {
    right: -41px
}

.timeline-page .timeline-item .date-label-left:before {
    right: -50px
}

.timeline-page .timeline-item .duration-right {
    float: left;
    margin-left: 24px
}

.timeline-page .timeline-item .duration-right:after {
    left: -41px
}

.timeline-page .timeline-item .duration-right:before {
    left: -50px
}

.timeline-page .timeline-item .event {
    transition: all 0.2s ease
}

.timeline-page .timeline-item .event .title {
    font-weight: 500;
    transition: all 0.2s ease
}

.timeline-page .timeline-item .event.event-description-right {
    text-align: left;
    margin-left: 24px
}

.timeline-page .timeline-item .event.event-description-left {
    text-align: right;
    margin-right: 24px
}

@media (max-width: 575px) {
    .timeline-page {
        margin-left: 18px
    }

    .timeline-page:after {
        margin: 0
    }
    .timeline-item .mt-4 {
        margin-top: 0.3rem!important;
    }

    .timeline-page .timeline-item .duration {
        float: left !important;
        margin-left: 17px !important;
        margin-right: auto !important;
        text-align: left !important
    }

    .timeline-page .timeline-item .duration:after {
        left: -34px !important
    }

    .timeline-page .timeline-item .duration:before {
        left: -42px !important
    }

    .timeline-page .timeline-item .duration .event {
        text-align: left !important;
        margin-left: 15px
    }

    .timeline-page .timeline-item .event.event-description-left,
    .timeline-page .timeline-item .event.event-description-right {
        text-align: left !important;
        margin: 0 0 0 30px !important
    }
}

.bold {
    font-weight: 600;

}

.card {
    border: none
}

.card .card-body {
    padding: 1.5rem
}

.card .card-img {
    position: relative
}

.card .card-img .card-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 25%, transparent 35%, rgba(22, 28, 45, 0.9) 100%);
    transition: all 0.5s ease
}

.card:hover .card-img .card-overlay {
    opacity: 1
}

.team.team-primary .title:hover {
    color: #dd3338 !important
}

.team.team-primary .btn {
    background-color: #dd3338 !important;
    border: 1px solid #dd3338 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 87, 20, 0.1);
    padding: 0.25rem 0.5rem !important;
    font-size: .875rem !important;
    border-radius: 0.2rem !important;
}

.team.team-primary .btn:hover,
.team.team-primary .btn:focus,
.team.team-primary .btn:active,
.team.team-primary .btn.active,
.team.team-primary .btn.focus {
    background-color: #dd3338 !important;
    border-color: #dd3338 !important;
    color: #fff !important
}

.team.team-blue .title:hover {
    color: #2a52c3 !important
}

.team.team-blue .btn {
    background-color: #2a52c3 !important;
    border: 1px solid #2a52c3 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(42, 82, 195, 0.1)
}

.team.team-blue .btn:hover,
.team.team-blue .btn:focus,
.team.team-blue .btn:active,
.team.team-blue .btn.active,
.team.team-blue .btn.focus {
    background-color: #214099 !important;
    border-color: #214099 !important;
    color: #fff !important
}

.team.team-secondary .title:hover {
    color: #5a6d90 !important
}

.team.team-secondary .btn {
    background-color: #5a6d90 !important;
    border: 1px solid #5a6d90 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.1)
}

.team.team-secondary .btn:hover,
.team.team-secondary .btn:focus,
.team.team-secondary .btn:active,
.team.team-secondary .btn.active,
.team.team-secondary .btn.focus {
    background-color: #465571 !important;
    border-color: #465571 !important;
    color: #fff !important
}

.team.team-success .title:hover {
    color: #52CC99 !important
}

.team.team-success .btn {
    background-color: #52CC99 !important;
    border: 1px solid #52CC99 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.1)
}

.team.team-success .btn:hover,
.team.team-success .btn:focus,
.team.team-success .btn:active,
.team.team-success .btn.active,
.team.team-success .btn.focus {
    background-color: #36b580 !important;
    border-color: #36b580 !important;
    color: #fff !important
}

.team.team-warning .title:hover {
    color: #FFBF66 !important
}

.team.team-warning .btn {
    background-color: #FFBF66 !important;
    border: 1px solid #FFBF66 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.1)
}

.team.team-warning .btn:hover,
.team.team-warning .btn:focus,
.team.team-warning .btn:active,
.team.team-warning .btn.active,
.team.team-warning .btn.focus {
    background-color: #fa3 !important;
    border-color: #fa3 !important;
    color: #fff !important
}

.team.team-info .title:hover {
    color: #6cf !important
}

.team.team-info .btn {
    background-color: #6cf !important;
    border: 1px solid #6cf !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.1)
}

.team.team-info .btn:hover,
.team.team-info .btn:focus,
.team.team-info .btn:active,
.team.team-info .btn.active,
.team.team-info .btn.focus {
    background-color: #3bf !important;
    border-color: #3bf !important;
    color: #fff !important
}

.team.team-danger .title:hover {
    color: #dd3338 !important
}

.team.team-danger .btn {
    background-color: #dd3338 !important;
    border: 1px solid #dd3338 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(238, 47, 32, 0.1)
}

.team.team-danger .btn:hover,
.team.team-danger .btn:focus,
.team.team-danger .btn:active,
.team.team-danger .btn.active,
.team.team-danger .btn.focus {
    background-color: #cb1d10 !important;
    border-color: #cb1d10 !important;
    color: #fff !important
}

.team.team-dark .title:hover {
    color: #24272c !important
}

.team.team-dark .btn {
    background-color: #24272c !important;
    border: 1px solid #24272c !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(36, 39, 44, 0.1)
}

.team.team-dark .btn:hover,
.team.team-dark .btn:focus,
.team.team-dark .btn:active,
.team.team-dark .btn.active,
.team.team-dark .btn.focus {
    background-color: #0d0e10 !important;
    border-color: #0d0e10 !important;
    color: #fff !important
}

.team.team-muted .title:hover {
    color: #8492a6 !important
}

.team.team-muted .btn {
    background-color: #8492a6 !important;
    border: 1px solid #8492a6 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1)
}

.team.team-muted .btn:hover,
.team.team-muted .btn:focus,
.team.team-muted .btn:active,
.team.team-muted .btn.active,
.team.team-muted .btn.focus {
    background-color: #68788f !important;
    border-color: #68788f !important;
    color: #fff !important
}

.team.team-light .title:hover {
    color: #f8f9fc !important
}

.team.team-light .btn {
    background-color: #f8f9fc !important;
    border: 1px solid #f8f9fc !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.1)
}

.team.team-light .btn:hover,
.team.team-light .btn:focus,
.team.team-light .btn:active,
.team.team-light .btn.active,
.team.team-light .btn.focus {
    background-color: #d4daed !important;
    border-color: #d4daed !important;
    color: #fff !important
}

.team.team-footer .title:hover {
    color: #202942 !important
}

.team.team-footer .btn {
    background-color: #202942 !important;
    border: 1px solid #202942 !important;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1)
}

.team.team-footer .btn:hover,
.team.team-footer .btn:focus,
.team.team-footer .btn:active,
.team.team-footer .btn.active,
.team.team-footer .btn.focus {
    background-color: #0f131f !important;
    border-color: #0f131f !important;
    color: #fff !important
}

.team img,
.team .team-social,
.team .content {
    transition: all 0.5s ease
}

.team .team-social {
    position: absolute;
    top: 16px;
    right: -50px
}

.team .content {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -150px
}

.team:hover .team-image {
    overflow: hidden;
    position: relative
}

.team:hover .team-image img {
    transform: scale(1.05)
}

.team:hover .team-image .team-social {
    right: 16px
}

.team:hover .team-image .content {
    bottom: 0
}

.team p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    text-align: justify;
    line-break: anywhere;
}

.m-0 {
 margin:0!important
}
.m-1 {
 margin:.25rem!important
}
.m-2 {
 margin:.5rem!important
}
.m-3 {
 margin:1rem!important
}
.m-4 {
 margin:1.5rem!important
}
.m-5 {
 margin:3rem!important
}
.m-auto {
 margin:auto!important
}
.mx-0 {
 margin-right:0!important;
 margin-left:0!important
}
.mx-1 {
 margin-right:.25rem!important;
 margin-left:.25rem!important
}
.mx-2 {
 margin-right:.5rem!important;
 margin-left:.5rem!important
}
.mx-3 {
 margin-right:1rem!important;
 margin-left:1rem!important
}
.mx-4 {
 margin-right:1.5rem!important;
 margin-left:1.5rem!important
}
.mx-5 {
 margin-right:3rem!important;
 margin-left:3rem!important
}
.mx-auto {
 margin-right:auto!important;
 margin-left:auto!important
}
.my-0 {
 margin-top:0!important;
 margin-bottom:0!important
}
.my-1 {
 margin-top:.25rem!important;
 margin-bottom:.25rem!important
}
.my-2 {
 margin-top:.5rem!important;
 margin-bottom:.5rem!important
}
.my-3 {
 margin-top:1rem!important;
 margin-bottom:1rem!important
}
.my-4 {
 margin-top:1.5rem!important;
 margin-bottom:1.5rem!important
}
.my-5 {
 margin-top:3rem!important;
 margin-bottom:3rem!important
}
.my-auto {
 margin-top:auto!important;
 margin-bottom:auto!important
}
.mt-0 {
 margin-top:0!important
}
.mt-1 {
 margin-top:.25rem!important
}
.mt-2 {
 margin-top:.5rem!important
}
.mt-3 {
 margin-top:1rem!important
}
.mt-4 {
 margin-top:1.5rem!important
}
.mt-5 {
 margin-top:3rem!important
}
.mt-auto {
 margin-top:auto!important
}
.me-0 {
 margin-right:0!important
}
.me-1 {
 margin-right:.25rem!important
}
.me-2 {
 margin-right:.5rem!important
}
.me-3 {
 margin-right:1rem!important
}
.me-4 {
 margin-right:1.5rem!important
}
.me-5 {
 margin-right:3rem!important
}
.me-auto {
 margin-right:auto!important
}
.mb-0 {
 margin-bottom:0!important
}
.mb-1 {
 margin-bottom:.25rem!important
}
.mb-2 {
 margin-bottom:.5rem!important
}
.mb-3 {
 margin-bottom:1rem!important
}
.mb-4 {
 margin-bottom:1.5rem!important
}
.mb-5 {
 margin-bottom:3rem!important
}
.mb-auto {
 margin-bottom:auto!important
}
.ms-0 {
 margin-left:0!important
}
.ms-1 {
 margin-left:.25rem!important
}
.ms-2 {
 margin-left:.5rem!important
}
.ms-3 {
 margin-left:1rem!important
}
.ms-4 {
 margin-left:1.5rem!important
}
.ms-5 {
 margin-left:3rem!important
}
.ms-auto {
 margin-left:auto!important
}
.p-0 {
 padding:0!important
}
.p-1 {
 padding:.25rem!important
}
.p-2 {
 padding:.5rem!important
}
.p-3 {
 padding:1rem!important
}
.p-4 {
 padding:1.5rem!important
}
.p-5 {
 padding:3rem!important
}
.px-0 {
 padding-right:0!important;
 padding-left:0!important
}
.px-1 {
 padding-right:.25rem!important;
 padding-left:.25rem!important
}
.px-2 {
 padding-right:.5rem!important;
 padding-left:.5rem!important
}
.px-3 {
 padding-right:1rem!important;
 padding-left:1rem!important
}
.px-4 {
 padding-right:1.5rem!important;
 padding-left:1.5rem!important
}
.px-5 {
 padding-right:3rem!important;
 padding-left:3rem!important
}
.py-0 {
 padding-top:0!important;
 padding-bottom:0!important
}
.py-1 {
 padding-top:.25rem!important;
 padding-bottom:.25rem!important
}
.py-2 {
 padding-top:.5rem!important;
 padding-bottom:.5rem!important
}
.py-3 {
 padding-top:1rem!important;
 padding-bottom:1rem!important
}
.py-4 {
 padding-top:1.5rem!important;
 padding-bottom:1.5rem!important
}
.py-5 {
 padding-top:3rem!important;
 padding-bottom:3rem!important
}
.pt-0 {
 padding-top:0!important
}
.pt-1 {
 padding-top:.25rem!important
}
.pt-2 {
 padding-top:.5rem!important
}
.pt-3 {
 padding-top:1rem!important
}
.pt-4 {
 padding-top:1.5rem!important
}
.pt-5 {
 padding-top:3rem!important
}
.pe-0 {
 padding-right:0!important
}
.pe-1 {
 padding-right:.25rem!important
}
.pe-2 {
 padding-right:.5rem!important
}
.pe-3 {
 padding-right:1rem!important
}
.pe-4 {
 padding-right:1.5rem!important
}
.pe-5 {
 padding-right:3rem!important
}
.pb-0 {
 padding-bottom:0!important
}
.pb-1 {
 padding-bottom:.25rem!important
}
.pb-2 {
 padding-bottom:.5rem!important
}
.pb-3 {
 padding-bottom:1rem!important
}
.pb-4 {
 padding-bottom:1.5rem!important
}
.pb-5 {
 padding-bottom:3rem!important
}
.ps-0 {
 padding-left:0!important
}
.ps-1 {
 padding-left:.25rem!important
}
.ps-2 {
 padding-left:.5rem!important
}
.ps-3 {
 padding-left:1rem!important
}
.ps-4 {
 padding-left:1.5rem!important
}
.ps-5 {
 padding-left:3rem!important
}
.font-monospace {
 font-family:var(--bs-font-monospace)!important
}
.fs-1 {
 font-size:calc(1.375rem + 1.5vw)!important
}
.fs-2 {
 font-size:calc(1.325rem + .9vw)!important
}
.fs-3 {
 font-size:calc(1.3rem + .6vw)!important
}
.fs-4 {
 font-size:calc(1.275rem + .3vw)!important
}
.fs-5 {
 font-size:1.25rem!important
}
.fs-6 {
 font-size:1rem!important
}

@media(max-width: 991px){
    .e2s-f-icon img {
        width: 55px;
    }
    .mt-5 .fs-18{
        font-size: 14px;
        text-align: center;
    }
}
@media(max-width: 767px){
    section .row .col-md-2{
        text-align: center;
    }
}
