/*
font-family: 'Bebas Neue', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Poppins', sans-serif;
*/

:root {
    --bebas-Neue: 'Bebas Neue', cursive;
    --lato: 'Lato', sans-serif;
    --poppins: 'Poppins', sans-serif;
    --primary-dark : #CC2026;
}
/*
 *  STYLE 3
 */

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #fff;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #fff;
}

::-webkit-scrollbar-thumb
{
	background-color: #1E1E1E;
}
svg rect{
    fill:#CC2026;
}
.goal-box{
    cursor: pointer;
}
.show-goal{
    display: none
} 
.show-goal.show-goal-active{
    display: flex;
}
body{
    background-color: #121212;
}
a{
    text-decoration: none!important;
}
body p{
    font-family: var(--lato);
font-size: 20px;
line-height: 29px;
    font-style: normal;
    color: rgba(255, 255, 255, 0.6);
}
h1{
    font-size: 96px;
}
h2{
    font-size: 40px;
}
h3{
    font-size: 32px;
}

h2, h3, h4{
    font-family: var(--poppins);
    font-weight: bold;
    color: rgba(255, 255, 255, 0.87);
}
header{
    background-color: #1E1E1E;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        z-index: 99999;
    position: fixed;
    width: 100%;
    padding: 10px 0;
}

.custom-pading{padding-right: 7rem !important;
    padding-left: 7rem !important;}

 .navbar-brand{
        margin-left: 45px;
}

.navbar .contribute{
    margin-right: 0px;
}
.navbar-nav .nav-item a{
    color: rgba(255, 255, 255, 0.87)!important;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    border-radius: 0;
}

.navbar .contribute a{
    background-color: var(--primary-dark);
    padding: 20px 100px!important;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
#main{
    height: 100vh;
}
#main h1{
    font-family: 'Bebas Neue', cursive;
font-family: Bebas Neue;
Font-style: Regular;
/*Font-size: 96px;*/
Line-height: 100px;
color: rgba(255, 255, 255, 0.87);
    margin-bottom: 30px;
}
#main p{
    font-family: 'Lato', sans-serif;

Font-style: Regular;
Font-size: 24px;
Line-height: 29px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 50px;
}
#main a.lmore{
    Font-family: var(--lato);
Font-style: Regular;
Font-size: 25px;
Line-height: 43px;
Line-height: 100%;
Vertical-align: Center;
    background-color: var(--primary-dark);
    color:rgba(255, 255, 255, 0.6);
    width: 200px;
    padding: 10px 0;
    border-radius: 15px;
}
#main .row{
    padding-left: 109px;
}
#main {

    background-image: linear-gradient(
270deg, var(--primary-dark) 309px, #121212 0%);
}

#main svg {
    position: absolute;
    top: 12%;
    left: 75%;
    cursor: pointer;
}
#main .slide{
    margin-top: 50px;
}
#main section {
    background-image: url(../images/image_1.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#main .social-link{
    position: absolute;
    top: 94%;
    left: 67%;
}
#main ul.social-link li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;

}
#main ul.social-link  li i{
    color: #fff;
    font-size: 25px;
}
#main .slide .carousel-indicators {
    position: relative;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
}

#main .slide .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    padding: 0;
    margin-right: 8px;
    margin-left: 0;
    background-color: #1E1E1E;
}
#main .slide .carousel-indicators [data-bs-target].active{
    background-color: var(--primary-dark);
}
#our .red-img img{
    border-radius: 50px;
}
#our .red-cont{
    background-color: #1E1E1E;
    height: 100%;
    border-radius: 50px;
    padding: 30px;
   
}
#our .red-cont h2{
line-height: 72px;
}

/* #our .red-cont p{
    color: rgba(255, 255, 255, 0.6);
    Font-size: 24px;
    Line-height: 29px;
    font-weight: 400;
} */
#our-achive, #our-team{
    text-align: center;
}
#our-achive{
    background-image: url(../images/pattern-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
#our-team{
    background-image: url(../images/pattern-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

#our-achive .container-fluid, #our-team .container-fluid{
   background-image: url(../images/Rectangle.png);
    background-position: 0px 50px;
    background-size:contain;
    background-repeat: no-repeat;
}

#our-achive h2, #our-team h2{
    color: #000000;
    background-color: #C6FF00;
    display: inline-block;
    padding:25px 100px;
}


/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: var(--primary-dark);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.containers {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 45%;
    text-align: left;
}
.containers .content span{
    color: #90CC00;
    font-family: var(--lato);
    font-weight: 700;
    font-size: 24px;
}

/* The circles on the timeline */
.containers::after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    right: -54px;
    background-color: var(--primary-dark);
    border: 4px solid #FF5B4F;
    top: 0px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left {
  left: 2%;
}

/* Place the container to the right */
.right {
  left: 53%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 10px;
  width: 0;
  z-index: 1;
  right: 18px;
  border: medium solid #1E1E1E;
  border-width: 0px 0px 22px 22px;
  border-color: transparent transparent transparent #1E1E1E;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 10px;
  width: 0;
  z-index: 1;
  left: 20px;
  border: medium solid #1E1E1E;
  border-width: 0px 20px 20px 0;
  border-color: transparent #1E1E1E transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -52px;
}

/* The actual content */
.timeline  .content {
  padding: 30px 40px;
  background-color: #1E1E1E;
  position: relative;
  
}
.containers.right .content{
    border-radius: 0px 50px 50px 50px;
}
.containers.left .content{
    border-radius: 50px 0px 50px 50px;
}

/* Footer*/

footer{
    background-color: #930000;
}
footer svg{
    margin-right: 60px;
    
}
footer ul.footer-social-link li{
    display: inline-block;
    
    margin: 0 10px;
}
footer ul.footer-social-link li a i{
    color: #fff;
    padding: 14px;
    border-radius: 50px;
    background-color: #CC2026;
}
footer ul.footer-social-link li:nth-child(1) a i{
    padding: 14px 17px;
}
footer .fmrow{
border-top:4px solid #CC2026;
    border-bottom:4px solid #CC2026;
    
}
footer .fmrow .footer-menu li{
    list-style: none;
    margin-bottom: 15px
}
footer .fmrow .footer-menu li a{
    color: #fff;
    font-style: var( --lato);
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
}
footer .address p{
    font-style: var( --lato);
    font-size: 20px;
line-height: 36px;
    color: #fff;
    font-weight:400;
    line-height: 40px;
}
footer .btr{
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
line-height: 29px;
    margin-top: 20px;
}
/* Footer End*/
#our-team .row{
    margin: 180px 0;
}
#our-team .row:last-child{
    margin-top: 180px;
    margin-bottom: 0;
}
#our-team .card-box{
    width: 69%;
    height: 120px;
    background-color: #1E1E1E;
    position: relative;
    border-radius: 20px;
    left: 13%;
    margin-bottom: 20px;
}

#our-team .card-box img{
    width: 250px;
    position: absolute;
    bottom: 0;
    left: -13px;
    
}
#our-team .card-box img:last-child{
    display: none;
    
}
#our-team .card-box:hover img:last-child{
    display: block;
}
#our-team .card-box:hover img:first-child{
    display: none;
}
#our-team .card-cont h3{
    font-size: 24px;
line-height: 30px;
    font-family: var(--poppins);
    font-weight: normal;
}
#contribute{
    background-image: url(../images/image_2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}

#contribute .container-fluid{
    background: linear-gradient(98.24deg, #930000 -6.45%, rgba(0, 0, 0, 0.79) 102.41%);
    padding-top: 150px;
    padding-bottom: 150px;
}
#contribute .c-box{
    padding: 0 189px;
}
#contribute .c-box .form-control {

    padding: .8rem 1rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: #ff5b4f;

    border: 0px solid #ced4da;

    border-radius: 1.25rem !important;


}
#contribute .c-box .form-control::placeholder{
    color: #fff;
}
#contribute .c-box .form-control:focus {
    color: #fff;
    background-color: #ff5b4f;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
#contribute .c-box form button{
    width: 40%;
    background-color: var(--primary-dark);
    border-radius: 1.25rem;
    border: none;
    font-size: 1.5rem;
line-height: 43px;
    font-family: var(--lato);
    margin-left: 20px;
}
#get-in-touch {
    background-image: url(../images/dfdfxd.png);
    background-repeat: no-repeat;

    background-size:contain;
    background-position: 15vw 10vh;
}
#get-in-touch .git-box {
    padding: 50px;
    background-color: #1E1E1E;
    border-radius: 30px;
    text-align: end;
}
#get-in-touch .git-box .form-control {

    padding: .7rem 2rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.38);
    border: 0px solid #ced4da;
    border-radius: 1.25rem !important;
}
.form-control::placeholder{
    color: #fff;
    font-family: var(--poppins);
    font-size: 18px;
    font-weight: normal;
}
#get-in-touch .git-box .form-control:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.38);
    border: none;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
#get-in-touch .git-box .form-control::placeholder{
    font-size: 18px;
}
#get-in-touch .git-box form button{
     padding: .7rem 5rem;
    background-color: var(--primary-dark);
    border-radius: 1em;
    border: none;
    font-size: 1.5rem;
line-height: 43px;
    font-family: var(--lato);
}

#cause.mn{
    padding-top: 200px!important;
}
#cause.arrow-img .container-fluid{
    background-image: url(../images/Line-1.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 43vw 90vh;
}
#cause .h-box{
    background-color: var(--primary-dark);
    padding: 50px;
    
}
#cause .content{
    background-color: #1E1E1E;
    border-radius: 20px;
    padding: 35px 100px;
}
#cause .content p{
    font-weight: normal;
font-size: 24px;
line-height: 43px;
}
#cause img{
    width: 177px;
}
#cause .c-row{
    padding: 0 70px;
}
#cause .i-box{
    padding: 40px 0px;
    background-color: #C6FF00;
    margin: 30px 60px;
    border-radius: 20px;
    text-align: center;
    position: relative;
}
#cause .i-box i{
    color: var(--primary-dark);
    font-size: 36px;
    position: absolute;
    top: 40%;
    left: 5%;
}
#cause .i-box{
    font-size: 40px;
line-height: 58px;
    color: #121212;
    font-family: var(--lato);
}
#join-us{
    background-color: #1E1E1E;
    border-radius: 20px;
    margin: 450px 132px 0 132px;
   
}
#join-us img.ju-img{
    width: 400px;
    margin-top: -100px
}
#join-us img.hello{
    width: 200px;
    margin-top: 80px;
}
#join-us p{
    font-size: 28px;
line-height: 30px;
    font-weight: normal;
}
#sun{
    height: 85vh;
    padding-top: 120px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-image: url(../images/banner.jpg);
        background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#project-sun .container{
    background-color: #1E1E1E;
    padding: 39px 83px 62px 83px;
    border-radius: 20px;
    margin-top: -160px;
}
#project-sun h2{
    margin-bottom: 50px;
}
#project-sun p{
    margin-bottom: 30px;
}
#project-sun span{
    font-weight: normal;
font-size: 36px;
line-height: 54px;
    font-style: var( --poppins);
    color: #FAA21A;
}

.nav-tabs .nav-link.active {
    border-bottom: 5px solid #FAA21A!important;
    }
#overview .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0000;
    border-color: #dee2e6 #dee2e6 #fff;
     
}
.nav-tabs {
    border-bottom: 5px solid #1E1E1E;
}
#overview .nav-tabs .nav-link {
    color: #fff;
    margin-bottom: -4px;
    border: 0;
    background: 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 24px;
line-height: 54px;
    font-family: var(--poppins);
    font-weight: normal;
}
#overview .carousel-indicators{
    position: relative!important;
}
#overview .slide .carousel-indicators [data-bs-target].active {
    background-color: var(--primary-dark);
}
#overview .slide .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    padding: 0;
    margin-right: 8px;
    margin-left: 0;
    background-color: #1E1E1E;
}
#major-focus .goal-box{
    text-align: center;
    padding: 60px 50px;
    border: 4px solid #0000;
    border-radius: 30px;
    position: relative;
}
#major-focus .goal-box.active{
    border: 4px solid #FAA21A;
}
#major-focus .goal-box.active::before{
    content: '\f0dd';
    font-weight: 900;
        font-family: "Font Awesome 5 Pro";
    color: #FAA21A;
    font-size: 36px;
    position: absolute;
    top: 91%
}
#major-focus .show-goal{
    padding: 0 100px;
    
}
#major-focus .show-goal p{
    color: #fff;
}
#major-focus .show-goal a{
    color: rgba(255, 255, 255, 0.87);
    font-size: 20px;
line-height: 29px;
    background: #563B97;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
border-radius: 20px;
    padding: 15px 50px;
}
#engage{
    background-color: #FAA21A;
}
#engage a{
    font-style: var(--lato);
    color: #fff;
    font-size: 20px;
line-height: 29px;
    background-color: var(--primary-dark);
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
border-radius: 20px;
    padding: 15px 60px;
}
#engage a.btn2{
    background-color: #563B97;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0rem;
}
.navbar-toggler{
    border: none;
}
#cu-form{
    margin-top: 300px
}
#our-team .desktop-md{
    margin-bottom: 200px;
}
#our-team .ott-row{
    padding: 0 140px;
}

@media (max-width: 560px)  { 
    #cu-form {
        margin-top: 200px;
}
footer ul.footer-social-link li {
    margin: 0 2px;
}
    footer ul.footer-social-link li:nth-child(1) a i {
    padding: 7px 10px;
}
    footer ul.footer-social-link li a i {
    padding: 7px;
    font-size: 17px;
}
    ul.footer-menu {
      padding: 0;  
    }
    footer .fmrow .footer-menu li a {

    font-size: 12px;
}
    footer .fmrow .footer-menu li {
    list-style: none;
    margin-bottom: 5px;
}
    footer .fmrow {
    border-top: 2px solid #CC2026;
    border-bottom: 2px solid #CC2026;
}
    footer .address p , footer .btr{
font-size: 18px!important;
        line-height: 25px!important;
}
    
    .navbar .navbar-brand {
    margin-left: 10px;
}
    #main .row{
        padding-left: 0;
    }
    #main h1{
            Font-size: 57px;
    Line-height: 58px;
        margin-bottom: 10px
    }
    #main{
        height: 100%;
        padding-top: 60px;
            background-image: linear-gradient(
270deg, var(--primary-dark) 0px, #121212 0%);
    }
    #main a.lmore {
    Font-size: 20px;
    width: 170px;
    padding: 10px 0;
    border-radius: 16px;
}
    #main svg {
    top: -79%;
    left: 85%;

}
    #main .social-link {
    left: 79%;
        top: 90%;
}
    #main ul.social-link li {

    margin: 0 3px;
}
    #main ul.social-link li i {
    font-size: 18px;
}
    #main .slide {
    margin-top: 10px;
}
    #main p{
        
        margin-bottom: 25px;
    }
    body p{
        font-size: 12px!important;
        line-height: 14px!important;
    }

h2{
    font-size: 24px;
}
h3{
    font-size: 18px;
}
    #our .red-cont {
        padding: 0px;
    }
    #our .container-fluid .row{
        background-color: #1E1E1E;
        padding: 10px 0;
        margin: 0;
        border-radius: 10px
    }

    .custom-pading {
    padding-right: 0 !important;
    padding-left: 0 !important;

}
    #our .red-cont p{
        margin: 0
    }
    #our .red-img img {
    border-radius: 10px;
}
    #our .red-cont h2 {
    line-height: 30px;
}
    #our-achive h2, #our-team h2{
        padding: 14px 8px;
    }
    #our-achive .container-fluid, #our-team .container-fluid{
        background-position: 0px 30px;
    }
#our-team .card-box img {
    width: 190px;
    left: -12%;
}
    #our-team .card-box {
    height: 112px;
    width: 100%;
    left: 0%;
    }
    .mobile-mb{
        margin-bottom: 80px!important;
    }
    #our-team .ott-row{
    margin-top: 110px!important;
        padding: 0;
}
        #our-team .row{
    margin: 0 0;
}
    #our-team .row:last-child {
    margin-top: 0px;
    margin-bottom: 0;
}
#our-team .card-cont h3 {
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0 0 0;
}
    #contribute .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
}
    #contribute .c-box {
    padding: 0 20px;
}
#contribute .c-box .form-control{
        padding: .2rem 1rem;
    border-radius: 1rem!important;
}
    #contribute .c-box form button, #contribute .c-box .form-control::placeholder {
    font-size: 14px;
    line-height: 17px;
    }
    .navbar-nav .nav-item a {
    font-size: 18px;
}
    #cause.mn{
    padding-top: 100px!important;
}
    #cause .c-row {
    padding: 0 0px;
}
    #cause .h-box {
    
    padding: 20px;
}
    #cause .content {
    padding: 0px 0px;
}
    #cause .i-box {
    padding: 0 0px;
    margin: 9px;
font-size: 20px;
}
    #cause .i-box i {
    font-size: 12px;
    }
    #join-us {
    
    margin: 230px 0 0 0;
}
    #join-us img.ju-img {
    width: 280px;
    margin-top: -80px;
}
    #join-us img.hello {
    width: 150px;
    margin-top: 20px;
}
    #multistepsform #progressbar {
    margin-bottom: 40px;
}
    #multistepsform #progressbar li, #multistepsform #progressbar li:before {
        font-size: 18px;
    }
    #multistepsform .action-button {
    width: 125px;
    height: 40px;
        font-size: 18px;
    }
    #multistepsform .form-control, #multistepsform .form-select, #multistepsform .form-select option, #multistepsform .form-control::placeholder, #get-in-touch .git-box .form-control::placeholder{
        font-size: 18px;
    }
    #get-in-touch .git-box .form-control {
    padding: .1rem 1rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.38);
    border: 0px solid #ced4da;
    border-radius: .6rem !important;
}
    #get-in-touch .git-box form button {
    padding: .1rem 1.2rem;
    background-color: var(--primary-dark);
    border-radius: .6em;
    border: none;
    font-size: 18px;
    line-height: 38px;
    font-family: var(--lato);
}
#multistepsform {
    margin: 50px 0 0 0;
  
}
#get-in-touch .git-box {
    padding: 23px;
    margin: 0px 15px;
}
#our-team .desktop-md{
    margin-bottom: 0px;
}
    #cause .c-row img{
        width: 100%
    }
    #cause .c-row{
        margin: 0;
        background-color: #1E1E1E;
        padding: 10px 0;
        border-radius: 10px;
    }
    #cause .c-row p{
        font-size: 12px!important;
        line-height: 22px!important;
        margin: 0;
    }
#cause.arrow-img .container-fluid {
    background-image: url(../images/Line-1-mobile.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 35vw 52vh;
}
#sun {
    height: 100%;
    padding: 0
}
    #sun img{
        width: 90px;
    padding: 65px 0 84px 0;
    }
    #project-sun .container {

    padding: 20px 15px;
    border-radius: 15px;
    margin-top: -75px;
}
    #project-sun p{
        margin: 0
    }
    #project-sun span {
    font-weight: normal;
        font-size: 18px;
    }
    #project-sun h2 {
    margin-bottom: 15px;
}
    #overview .nav-tabs .nav-link {
    font-size: 18px;
    line-height: 30px;
}
    .nav-tabs, .nav-tabs .nav-link.active {
    border-width: 3px!important;
}
    .carousel-indicators [data-bs-target] {
    width: 10px!important;
    height: 10px!important;
    }
    #major-focus .accordion-item {
    background-color: #fff0;
    border: 0px solid rgba(0,0,0,.125);
}
    #major-focus .accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
    #major-focus .accordion-button{
        color: #fff;
        background-color: #1e1e1e;
    }
    .accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-arrow-svgrepo-com.svg);
    transform: rotate(
-180deg);
}
    .accordion-button::after{
        background-image: url(../images/down-arrow-svgrepo-com.svg);
    }
    .accordion-button:focus {
    border:none;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
    .navbar a{
        font-size: 18px!important;
    }
    #join-us p {
    font-size: 18px!important;
    line-height: 25px!important;
    }
}

@media (max-width: 768px)  { 
 /* Place the timelime to the left */
  .timeline::after {
  left: 10px;
  }
  
  /* Full-width containers */
  .containers {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .containers::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: -32px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
    .left {
    left: 0%;
}
    .containers {
    padding: 8px 10px;
    position: relative;
    background-color: inherit;
    width: 100%;
    text-align: left;
}
    .containers.left .content {
    border-radius: 0px 50px 50px 50px;
}
    .containers::after {
    width: 22px;
    height: 22px;
    border: 3px solid #FF5B4F;
}
    .timeline {
    padding-left: 32px;
}
    .left::before, .right::before{
        display: none
    }
    .timeline .content {
        padding: 10px 12px;
    }
#main section .c-slide {
    background-color: #00000069;
}
    .pr-0{
        padding-right: 0px!important
    }
}

@media (max-width: 992px)  {     }

@media (max-width: 1200px) {     }

@media (max-width: 1400px) {     }