*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    outline-style: none;
}
@font-face {
  font-family: "Tajawal-Regular";
  src: url("../webfonts/Tajawal/Tajawal-Regular.ttf");
}
@font-face {
  font-family: "Tajawal-Medium";
  src: url("../webfonts/Tajawal/Tajawal-Medium.ttf");
}
@font-face {
  font-family: "Tajawal-Bold";
  src: url("../webfonts/Tajawal/Tajawal-Bold.ttf");
}

@font-face {
    font-family: "hassen";
    src: url("../webfonts/Hassen/Hacen Tunisia Lt.ttf");
  }
@font-face {
    font-family: fontAwesome;
    src: url(../webfonts/Font\ Awesome/fa-brands-400.woff2) format("woff2");
}

html {
    direction: rtl;
    scroll-behavior: smooth;
}

body {
  font-family: "hassen", sans-serif;
  font-size: 14px;
  background-color: #fff;
}

:root{
    --txtaccent: #fff;
    --txtaccent1: #303131;
    --textaccent2: #73757E;
    --textaccent3: #242829;
    --txtaccent4: #000;
    --txtaccent5: #787a7d;
    --txtaccent6: #242829;
    --haccent: rgb(10, 93, 100);
    --haccent_withOpacity: rgba(255, 203, 15,0.6);
    --haccent2: #3da491;
    --bulletAccent: #89e798;
    --bgaccent: #fff;
    --bgaccentSec2: #f8fdfc;
    --bgaccentSec5: #fafafa;
    --BaccentSec2: #d7f3ec;
    --bgaccent_withOpacity: rgba(26, 28, 39,0.96);
    --hoverAccent:#dabb5d;
}
.container{
    width: 90%;
    margin: 0px auto;
    padding: 0px;
}

/* SECTION ZERO = LANDING VIEW */



header{
    box-shadow: 0 1px 2px 2px rgba(10, 93, 100, 0.3);
    background: url(../Images/bg.png) no-repeat center/cover;
}
header .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.8rem;
    position: relative;
    width: 98%!important;
    max-width: 98%;
}
header h1{
    font-size: 4rem;
    font-family: hassen;
    color: var(--haccent);
    padding: 0;
}

header h1 p{
    font-size: 0.85rem;
    font-style: normal;
    color: var(--textaccent2);
    margin: 0px;
}
header label{
    color: var(--haccent);
    font-size: 2rem;
}
header nav button{
  color: var(--bgaccent);
  margin: 0.5rem;
  padding: 0.6rem 1.8rem;
  border-radius: 8px;
  border: none;
  background-color: var(--haccent2);
}
header nav button:last-of-type{
color: var(--txtaccent4);
  border-radius: 8px;
  border: solid 1px var(--haccent2);
  background-color: var(--bgaccent);
}
header nav a {
    color: var(--txtaccent1);
    font-weight: bold;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    padding: 8px;
    transition: background-color 0.6s ease;
    border-bottom: solid 1px var(--haccent);
}
header nav a:last-of-type {
    display: block;
    text-align: center;
    border-style: none;
}
header nav a:last-of-type i {
    color: var(--haccent2);
}

header nav a:hover{
    color: var(--haccent2);
}
header nav i {
    display: flex;
    text-decoration: none;
    color: var(--haccent);
    text-align: center;
    align-items: center;
    padding: 10px;
    font-size: 1.2em;
    transition: transform 0.3s ease-in-out;
    width: fit-content;
    margin: 0px auto;
}
header nav i:hover {
    transform: scale(1.3);
    cursor:pointer;
}


.show{
    display: flex;
}
.hide{
    display: none;
}

header input {
    display: none;
}
input + nav {
    display: none;
    width: 100%;
}
input:checked + nav {
    display: flex;
    flex-direction: column;
    background-color: var(--bgaccent);
    padding-bottom: 1rem;
}

#sec-0 article .intro{
    color: var(--txtaccent);
    margin-bottom: 10px;
    width: 50%;
    margin: auto;
    text-align: center;
}
#sec-0 article h1{
    font-weight: bolder;
    font-size: 7rem;
}
#sec-0 article span{
    font-size: 1.6rem;
}
#sec-0 article p{
    font-size: 1.5rem;
}

#sec-0 article .intro .Line-1{
  margin-top: 5px;
  width: 44px;
  height: 3px;
  background-color: var(--haccent2);
}

#sec-0 article a{
    color: var(--bgaccent);
    background-color: var(--haccent2);
    font-size: 22px;
    display: inline-block;
    padding: 0.5rem 2rem;
    margin-left: 1.7rem;
    text-decoration: none;
  border-radius: 8px;
  border: solid 1px var(--haccent2);
  width: 40%;
}


#sec-0 article a:hover{
    background-color: var(--hoverAccent);
    color: var(--txtaccent);
        border: solid 1px var(--hoverAccent);

}
button:hover{
    background-color: var(--hoverAccent);
    color: var(--txtaccent);
}
button:last-of-type:hover{
    background-color: var(--hoverAccent);
    color: var(--txtaccent);
    border: solid 1px var(--hoverAccent);
}
#sec-0 article img{
    width: 90%;
}

/* SECTION ONE */
#sec-1{
    text-align: center;
    padding: 3rem 0px 1.8rem;
}
#sec-1 article{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#sec-1 article figure{
    text-align: center;
    max-width: 63%;
    margin-top: 40px;
}
#sec-1 article .cont{
    background-color: var(--bgaccentSec2);
    border-radius: 10px;
    padding: 95px 10px 20px;
    text-align: center;
    margin-top: -75px;
}
#sec-1 article figure div:first-of-type{
    width: 10em;
    height: 10em;
    border: solid 5px var(--BaccentSec2);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}
#sec-1 article figure img{
    max-width: 55%;
}
#sec-1 article figure h2{
font-size: 1.2rem;
font-weight: 700;
margin-bottom: 10px;
color: var(--textaccent3);
}
#sec-1 article figure p{
color: var(--textaccent2);
font-size: 0.88rem;
text-shadow:1px 1px #73757E;
}

#sec-1 button{
  color: var(--txtaccent1);
  margin: 20px;
  padding: 1rem 2.5rem;
  border-radius: 14px;
  border: none;
  background-color: var(--txtaccent);
}

#sec-1 button:hover{
    background-color: var(--hoverAccent);
    color: var(--txtaccent);
}


/* Goals */
#goals{
    text-align: center;
    padding-top: 2rem;
    font-size: 1.2rem;
}
#goals h1{
    font-size: 1.7rem;
    color: var(--haccent);
    font-weight: 800;
}


#goals .goalImg>img{
    width: 100%;
}

#goals .goalDisc{
    text-align: center;
    padding: 3rem;
}
#goals .goalDisc h2{
    margin-bottom: 3rem;
}

#goals .goalDisc p{
    color: var(--txtaccent5);
}

#goals button{
  color: var(--txtaccent);
  padding: 1rem 2.5rem;
  border-radius: 14px;
  border: none;
  background-color: var(--haccent2);
}

#goals button:hover{
    background-color: var(--hoverAccent);
    color: var(--txtaccent);
}
/* SECTION SIX */

#sec-6{
    text-align: center;
    color: var(--bgaccent);
}
#sec-6 .container>h1{
    color: var(--haccent);
    font-size: 2rem;
    font-weight: bolder;
    margin-bottom: 2rem;
}
#sec-6 .targets{
    color: var(--txtaccent);
    display: flex;
    flex-flow: column nowrap;
    min-height: 50vh;
}
#sec-6 .intro{
    display: flex;
    min-height: 50vh;
    flex-grow: 0.3;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

#sec-6 .intro h1{
    font-size: 4rem;
    font-weight: 1000;
}
#sec-6 .intro span{
    font-size: 1.3rem;
}
#sec-6 .targetItems{
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    flex-grow: 1;
  background: url(../Images/blur.png) no-repeat center/cover;
    padding: 3rem 0.2rem;
}
#sec-6 .targetItems figure{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
#sec-6 .targetItems figure img{
    width: 4rem;
}
#sec-6 .targetItems figcaption{
    font-size: 1.3rem;
    margin-top: 1.5rem;
}


#ourTrip{
    color: var(--haccent);
    text-align: center;
    padding: 4rem 0px 6rem;
    background: url(../Images/timeline_mirrored.png) no-repeat center center;
}
/* #ourTrip .timeline{
        background: url(../Images/timeline_m.png) no-repeat center center;
    padding: 2rem 0;
} */
#ourTrip .trips{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-top: 13rem;
}
#ourTrip figure{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    width: 95%;
    margin-top: -123px;
    color: var(--bgaccent);
}
#ourTrip .trips .timelineFix100{
    width: 100%;
}
#ourTrip .trips .timelineFix50{
    width: 50%;
}

#ourTrip .cont{
    background-color: var(--haccent2);
    border-radius: 16px;
    padding: 95px 1.5rem 2rem;
    text-align: center;
    margin-top: -65px;
}

#ourTrip figure div:first-of-type{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

#ourTrip figure h2{
font-size: 1.2rem;
font-weight: 700;
margin-bottom: 10px;
}


#sec-66{
    background: url(../Images/footer.jpg) no-repeat center/cover;
    padding: 7rem;
    color: var(--txtaccent);
}
#sec-66 .contactUs{
    text-align: center;
}
#sec-66 h1 {
    font-weight: 400;
}
#sec-66 p {
    font-size: 1.3rem;
}
#sec-66 aside a{
      color: var(--haccent2);
    background-color: var(--bgaccent);
    display: inline-block;
    padding: 1rem 3rem;
    text-decoration: none;
    font-weight: bolder;
  border-radius: 8px;
  border: solid 1px var(--bgaccent);
}

#sec-66 aside a:hover{
    background-color: var(--hoverAccent);
    color: var(--txtaccent);
     border: solid 1px var(--hoverAccent);
}

/* SECTION SEVEN */

#sec-77 footer{
    padding: 1.2rem 0 1.25rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 0.5rem;
}
#sec-77 footer a{        text-decoration: none;
    color: inherit;
}
#sec-77 footer .social{
    font-family: fontAwesome;
    min-width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items:flex-start;
    font-size: 1.5rem;
    color: var(--haccent2);
}

#sec-77 footer .social a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1.1rem;
    border: solid 1px var(--haccent2);
    border-radius: 14px;
    min-width: 43px;
    min-height: 42px;
}
#sec-77 .social a:hover{
    background-color: var(--hoverAccent);
    color: var(--txtaccent);
    border: solid 1px var(--hoverAccent);
}
#sec-77 footer .social a:first-of-type::before{
    content: "\f0e1";    font-size: 20px;

}
#sec-77 footer .social a:nth-of-type(2):before{
    content: "\f167";    font-size: 20px;

}
#sec-77 footer .social a:nth-of-type(3):before{
    content: "\f099";    font-size: 20px;

}
#sec-77 footer .social a:nth-of-type(4):before{
    content: "\f39e";
    font-size: 20px;
}
#sec-77 .links, footer p{
    display: flex;
    align-items: center;
    margin: 0;
}
#sec-77 footer .links ul{
    margin: 0;
}
#sec-77 footer .links li{
        list-style-position: inside;
    margin-left: 1rem;
}

#sec-77 footer .links li::marker{
    color: var(--bulletAccent
    );
    font-size: 1.15rem;
}

.test a {
    color: #fff;
    font-weight: lighter;
}
.test {
    display: flex;
}



a.colored-btn {
    color: var(--bgaccent);
    margin: 0.5rem;
    padding: 0.6rem 1.8rem;
    border-radius: 8px;
    border: none;
    background-color: var(--haccent2);
    text-decoration: none;
}


section#sec-7,section#sec-8 {
    text-align: center;
}
.row.partners{
    justify-content: space-between;
    min-height: 207px;
}

.bottom{

display: flex;
align-items: flex-end;
}


.top{
    display: flex;
align-items: flex-start;
}
.bottom img , .top img{
    height: 100px;
    width: auto;
    object-fit: contain;
}
section#sec-77 .container ,#goals .container{
    width: 98%!important;
    max-width: 98%;
}
#sec-77 footer {
    padding: 10px 0px;
}
header.about {
    background: #fff;
    box-shadow: none;
}


header.about .test a{
color:#000;
}

header.about .test a:hover{
    color: var(--hoverAccent);
}

.contactUs a.colored-btn:hover{
    background-color: var(--hoverAccent);
    color: var(--txtaccent);
        border: solid 1px var(--hoverAccent);

}

.about section#sec-0 {
    background: url(../Images/bg.png) no-repeat center/cover;
    width: 98%!important;
    max-width: 98%;
    margin: auto;
    border-radius: 8px;
    margin-top: 10px;
    padding-bottom: 30px;
}
#ourTrip .container {
    width: 98%;
    max-width: 98%;
}
.description.col-md-6 {
    border: 1px solid #3da491;
    border-radius: 16px;
    padding: 64px 24px;
    text-align: center;
    width: 45%;
    margin: auto;
    position: relative;
}

.description.col-md-6:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 12px;
    background-image: url(../Images/flas.svg);
    width: 194px;
    height: 57px;
    background-size: contain;
    background-repeat: no-repeat;
}
.goalDisc.shape1,.goalDisc.shape2,.goalDisc.shape3{
    position: relative;
}
.goalDisc.shape1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 12px;
    background-image: url(../Images/shape1.svg);
    width: 281px;
    height: 368px;
    background-size: contain;
    background-repeat: no-repeat;

}


.goalDisc.shape2:after {
    content: "";
    position: absolute;
    bottom: -81px;
    right: 0px;
    background-image: url(../Images/shape2.svg);
    width: 213px;
    height: 441px;
    background-size: contain;
    background-repeat: no-repeat;
}

.goalDisc.shape3:after {
    content: "";
    position: absolute;
    bottom: -175px;
    left: 0px;
    background-image: url(../Images/shape3.svg);
    width: 263px;
    height: 458px;
    background-size: contain;
    background-repeat: no-repeat;
}
.description.col-md-6:before {
    content: "";
    position: absolute;
    top: 0;
    right: 12px;
    background-image: url(../Images/flas2.svg);
    width: 90px;
    height: 57px;
    background-size: contain;
    background-repeat: no-repeat;
}
.home section#sec-7,.home section#sec-8{
    position: relative;
}
    .home section#sec-7:before{
        content: "";
        position: absolute;
        top: 0;
        right: 12px;
        background-image: url(../Images/bot.svg);
        width: 90px;
        height: 57px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    }
    h1.title {
        color: var(--haccent);
    }
    .home section#sec-7:before {
        content: "";
        position: absolute;
        top: -500px;
        right: 0;
        background-image: url(../Images/bot.svg);
        width: 555px;
        height: 646px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    }

    .home section#sec-8:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../Images/left.svg);
        width: 322px;
        height: 379px;
        background-size: contain;
        background-repeat: no-repeat;
    }

   #sec-mision .description img{
        position: absolute;
    top: -3px;
    left: 50%;
    width: 82px;
    transform: translate(-50%, -50%);
    }
    section#sec-mision {
        margin-top: 90px;
    }
    section#sec-mision .container  ,  body.about .container {
        width: 98%;
        max-width: 98%;
        margin: auto;
    }
   .about section#sec-7 .row.targets_container{
        background-color: #FFFCF5;
        padding: 48px 0px;
    }
    .title-dev {
        margin-bottom: 29px;
    }
    .about section#sec-7 {
        margin-top: 71px;
    }
    .row.targets_container img {
        width: 44%;
    }
    #sec-0 .container {
        justify-content: center;
    }
body{
    overflow-x: hidden;
}
.home section#sec-7 {
    margin-top: 74px;
    margin-bottom: 74px
}
.home section#sec-7  .images img {
    width: 57%;
}
.home section#sec-8 {
    margin: 64px 0px;
}
#sec-66 .contactUs p {
    margin-top: 34px;
    margin-bottom: 49px;
}
.contactUs a.colored-btn {

    width: 40%;
    display: block;
    margin: auto;
    font-size: 22px;
}





/*MEDIA QUERRIES*/
/*Smart phones */


#sec-6 .targets {
    background: url(../Images/full.png) no-repeat center center;
    background-size: cover;
}

#sec-7 .desc p {
    font-size: 24px;
    color: #7D7D7D;
}
#sec-7 .desc span {
    color: #25292A;
}


#sec-6 .intro{

    background: url(../Images/part.jpg) no-repeat center center;
    background-size: cover;
}
@media(min-width:240px) and (max-width:768px){

#sec-0 article .intro {
    width: 90%;
}#sec-0 article img {
    width: 31%;
    margin-top: 96px;
    margin-bottom: 30px;
}#sec-0 article a {

    width: fit-content;
    margin-bottom: 39px;
}
.home section#sec-7:before {
    right: 5%;
    width: 200px;
    height: 185px;
    background-size: cover;
    top: -123px;
    z-index: -1;
}
.bottom {
    display: unset;
    width: 50%;
}
.top {

    width: 40%;
    display: unset;
}
.bottom img, .top img {
    height: 150px;
    width: 150px;
    object-fit: contain;
    margin-bottom: 26px;
}
#sec-66 {
    padding: 7rem 0;
}
header nav button {

    width: 95%;
    display: block;
}

.test a {
    width: 100%;
    display: block;
}
body.home nav.fa-bars:before, .fa-navicon:before {
    content: "\f0c9";
    color: #fff;
}
body.home nav {
    flex-direction: column;

    background-color: #051d0c!important;
    margin-top: 7px;
}
.test {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.description.col-md-6{
    width: 90%;    margin-bottom: 62px;
}
.about section#sec-7{

    margin-top: 10px;
}
#ourTrip figure {
    margin-top: 0;
}


.fa-bars:before, .fa-navicon:before {
    color: #fff;
}

.goal.row {
    margin: 0;
}
.row{
    margin-left:0px;
    margin-right:0px;
}

#ourTrip .trips {
    justify-content: center;
}
}
@media (min-width: 576px) {
    html{
        font-size: 13px;
    }
    .container {
        width: 520px;
    }
    header nav a {
        background-color: transparent;
    }
    input + nav {
        position: absolute;
        top: 100%;
        left: 0%;
        width: 37%;
        /* border-bottom-left-radius: 10px; */
    }
    #sec-0 #searchBox {
        transform: translateY(25px);
    }
}
/* Medium devices (tablets, 768px and up) */



@media (min-width: 768px) {
    html{
        font-size: 14px;
    }
    .container {
        width: 720px;
    }
    #sec-0{
        background-position: center center;
    }

    header label{
        display: none;
    }
    header .container{
    padding-bottom: 0.;
}
    header nav a {
        border-style: none;
    }

    input + nav {
        display: flex;
        flex-wrap: nowrap;
        justify-content:space-between;
        width: fit-content;
        position: static;
        font-size: 1rem;
    }
    input:checked + nav {
    flex-flow: row nowrap;
}
 header nav a:last-of-type {
        margin-left: 1rem;
        display: flex;
    }
header .container{
    flex-wrap: nowrap;
    }

#sec-0 .myCont{
    display: flex;
    align-items: center;
    /* flex-flow: column nowrap; */
    justify-content: space-between;
    padding: 3rem 0;
}

#sec-0 article img{
    width: 50%;
}
    #sec-0 article{
        padding: 5rem 0px;
    }
    #sec-0 article p{
        margin: 4rem auto;
    }
    #sec-0 #searchBox {
        min-width: 35%;
    }

    #sec-1{
        padding: 4rem 0px 2.5rem;
    }
    #sec-1 article{
        justify-content: space-between;
    }
    #sec-1 article figure{
        max-width: 40%;
    }
    #sec-1 article figure img{
        max-width: 55%;
    }

#goals .goal{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

#goals .goalImg img{
    height: 100%;
    width: 97%;
    object-fit: contain;
    border-radius: 10px;}
#goals .goalDisc{
    text-align: right;
    padding: 2rem;
}
#goals .goalDisc img{
    width: 7rem;
}


#sec-6 .intro{
    min-height: 50vh;
}
#sec-6 .targets{
    flex-flow: row nowrap;
    min-height: 60vh;

    background: url(../Images/full.png) no-repeat center center;
    background-size: cover;

}

#sec-6 .targetItems{
    flex-flow: row wrap;
    justify-content: space-around;
}

#sec-6 .targetItems figure{
    justify-content: center;
    flex-flow: column nowrap;
}
#ourTrip{
    background: url(../Images/timeline_all.png) no-repeat center center;
}

#ourTrip figure{
    width: 45%;
}

#sec-66 .contactUs {
    display: flex;
    justify-content: center;
    text-align: center;
}
#sec-66 article{
    padding-left: 1rem;
}
#sec-66 aside{
    display: flex;
    align-items: center;
}




}
/* Standard PC screens */
@media (min-width: 1024px) {
    html{
        font-size: 15px;
    }
    .container {
        width: 96%;
    }
    #sec-0 .top .social {
        gap: 10px ;
    }
        header h1{
    margin-right: -1rem;
    }
    header nav a {
        margin-right: 2rem;
        font-size: 1rem;
    }
    #sec-0 article img{
    width: 214px;
}
#sec-0 article p{
        margin: 3rem auto 3rem;
    }
    #sec-1 article h1{
        font-size: 2.7rem;
    }
    #sec-1 article h2{
        font-size: 1.8rem;
    }
    #sec-1{
        background-position: center top;
    }
    #sec-1 article{
        justify-content: space-evenly;
    }
    #sec-1 article figure{
        max-width: 21%;
    }
    #sec-3 {
        padding-top: 70px;
        padding-bottom: 60px;
    }
    #sec-3 .card{
        width: 31%;
    }
    #sec-3 .card:last-child{
        margin-left: 0px;
        margin-right: 0px;
    }
    #sec-4 .cont{
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    #sec-4 .cont>img{
        width: 50%;
        margin: 0px;
    }
    #sec-4 aside{
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        width: 49%;
        gap: 10px;
    }
    #sec-4 aside img{
        width: 49%;
        margin: 0px;
    }

    #goals div:nth-of-type(2), #goals div:nth-of-type(4) {
        flex-flow: row-reverse nowrap;
    }

    #goals .goalDisc{
        padding: 4rem;
        padding-bottom: 1rem;
    }

    #sec-6 .targets{
    min-height: 500px;
}
#ourTrip{
    background: url(../Images/timeline_all.png) no-repeat center center;
    background-position-y: 50%;
}
#ourTrip .trips{
    row-gap: 0;
}
#ourTrip figure{
    width: 40%;
}

    #sec-77 footer{
    justify-content: space-between;
}
#sec-77 footer .social{
    min-width:fit-content;
}
#sec-77 footer .links ul{
    display: flex;
    justify-content: space-between;
}
}

@media (min-width: 1280px) {
    html{
        font-size: 17px;
    }
    .container {
        width: 1180px;
    }

        header nav a:last-of-type {
        margin-left: 4rem;
    }

#ourTrip{
    background: url(../Images/timeline_all.png) no-repeat center center;
    background-position-y: 50%;
}
#ourTrip .trips{
    row-gap: 0;
}
#ourTrip figure{
    width: 33%;
}
}

label.custom-file-label.FileData2 {
    padding-right: 85px;
    overflow: hidden;
}

@media (min-width: 1920px) {
    .container {
        width: 95%;
    }
}



/* END OF SHEET */
