@font-face {
    font-family: 'Agenda-Medium';
    src: url('../fonts/Agenda-Medium.ttf');
    src: url('../fonts/Agenda-Medium.svg');
    src: url('../fonts/Agenda-Medium.eot');
    src: url('../fonts/Agenda-Medium.woff');
}
@font-face {
    font-family: 'Agenda-Bold';
    src: url('../fonts/Agenda-Bold.ttf');
    src: url('../fonts/Agenda-Bold.svg');
    src: url('../fonts/Agenda-Bold.eot');
    src: url('../fonts/Agenda-Bold.woff');
}

body {
    font-family: 'Agenda-Medium';
}

h1{
    font-size: 64pt;
}
h2{
    font-size: 40pt; 
}
h3{
    font-size: 24pt; 
}
p{
    font-size: 24px; 
}
a:hover{
    text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.font-weight-bold{
     font-family: 'Agenda-Bold';
}

.font-64{
    font-size: 64pt;
}

.title-color{
    color: #141B4D;
}
.bg-light {
    background-color: #F7F7F7!important;
}
.bg-purple {
    background-color: #EFE8EF!important;
}
.btn-primary {
    color: #fff;
    background-color: #25918D;
    border-color: #25918D;
    border-radius: 10px;
    font-size: 24px;
    padding: 5px 25px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #6B2E6B;
    border-color: #6B2E6B;
}
.btn-primary:focus {
    color: #fff;
    background-color: #6B2E6B;
    border-color: #6B2E6B;
    box-shadow: none;
}
.py-100{
    padding: 100px 0;
}
.mb-10{
    margin-bottom: 10rem!important;
}

.header .navbar-brand img{
    height: 100px;
}
.header .navbar-nav .nav-link{
    color: #141B4D;
    font-size: 24px;
    margin-right: 25px;
    transition: 0.3s;
}

.header .navbar-nav .nav-link:hover{
    color: #25918D;
}

.header .navbar-nav .lang .nav-link{
    color: #6B2E6B;
    font-size: 16px;
    width: 32px;
    height: 32px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #DEDEDE;
    line-height: 30px;
    padding: 0;
    margin: 10px 0 0 0;
}

.header .navbar-nav .lang .nav-link:hover{
    background: #6B2E6B;
    color: #fff;
}
.header .navbar-toggler img{
    padding: 5px;
    width: 50px;
}
.intro{
    padding: 50px 0 100px 0;
}

.intro .img-intro img{
    height: 375px;
    width: auto;
}
.about .img-about img{
    height: 400px;
    width: auto;
}

.challenge p span{
    color: #6B2E6B;
}

.challenge-box{
    background: #EEEEEE;
    border-radius: 40px;
    padding: 25px;
    border:  1px solid #E8E8E8;
    height: 335px;
}

.challenge-box img{
    width: 110px;
    height: 110px;
    margin-top: -130px;
}

.challenge-box.cha3 img{
    width: auto;
    height: 80px;
}

.img-economic img{
    height: auto;
    width: 100%;
}
.team{
    padding-top: 50px;
}
.img-team img{
    height: 360px;
}
.footer{
    background: #141B4D;
    color: #fff;
    padding-bottom: 30px;
}
.nav-link-footer h3{
    font-size: 28px;
}

.nav-link-footer ul li a{
    font-size: 24px;
    color: #fff;
}
.nav-link-footer ul li a:hover{
    color: #25918D;
}
.newsletters h4{
    font-size: 28px;
}
.newsletters p{
    color: #6A6F8E;
}

.newsletters .form-control{
    width: 290px;
    height: 45px;
    background: #6D7291;
    border: 0;
    border-radius: 10px;
}
.newsletters .form-control::placeholder {
  color: #fff;
}
.footer-brand h4{
    font-size: 28px;
    margin-bottom: 30px;
}

.footer-brand ul{
    margin-bottom: 30px;
}

.copyright{
    margin-top: 50px;
}

.copyright p{
    color: #6A6F8E;
    font-size: 16px;
}

/*css works page*/

.intro-Works{
    padding-bottom: 100px;
}

.box-works img{
    height: 90px;
    width: auto;
    max-width: 100%;
}

.text-step ul{
    list-style: none;
    padding: 0;
}

.text-step ul li{
    font-size: 24px;
    color: #141B4D;
}

.img-step img{
    width: 280px;
}

.img-step3 img{
    width: 450px;
}

.mb10{
    margin-bottom: 100px;
}

/*css team page*/

.team-works .img-team{
    border-radius: 50%;
    position: relative;
}

.team-works .img-team img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.team-works .img-team .linkedin{
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    bottom: 10px;
    left: 80px;
    transition: 0.3s;
}

.team-works .img-team .linkedin img{
    width: 100%;
    height: 100%;
}

.team-works .img-team .linkedin:hover{
    transform: scale(1.2);
}
.research h3 , .success h3{
    color: #6B2E6B;
}
.success a , .research a{
    display: table;
    margin-bottom: 30px;
}

.success a img , .research a img{
    width: 180px;
    height: auto;
}
.success .border-left{
    border-left: 1px solid #DEDEDE!important;
}

/*css contact page*/

.info-contact img{
    width: 100px;
    float: left;
    margin-right: 20px;
}

.info-contact a{
    display: table;
    font-size: 24px;
}

.form-contact .form-group{
    margin-bottom: 30px;
}

.form-contact .form-group label{
    font-size: 24px;
    color: #6B2E6B;
    text-transform: capitalize;
}

.form-contact .form-group .form-control{
    border: 1px solid #BEA3BE;
    border-radius: 10px;
    height: 45px;
}

.form-contact .form-group .form-control::placeholder {
  color: #DEDEDE;
  font-size: 20px;
}

.form-contact .form-group select.form-control {
  background: url(../images/arrow.svg) no-repeat;
  -webkit-appearance: none;
  background-size: 16px;
  background-position: 96% 50%;
}

.form-contact .form-group textarea.form-control{
    height: 200px;
    resize: none;
}

.form-contact .form-group .form-control:focus {
    border-color: #141B4D;
    box-shadow: none;
}

.text-contact.for-mob{
    display: none;
}

.steps .text-step .title-color img{
    display: none;
}

/*[dir=rtl]*/

[dir=rtl]
body{
    direction: rtl;
    font-family: 'Cairo', sans-serif;
}

[dir=rtl]
.font-weight-bold{
    font-family: 'Cairo', sans-serif;
}
[dir=rtl]
.header .navbar-nav .nav-link {
    margin: 0 0 0 25px;
}
[dir=rtl]
.success .border-left {
     border-left: 0!important; 
}
[dir=rtl]
.info-contact img {
    float: right;
    margin: 0 0 0 20px;
}
[dir=rtl]
.info-contact p{
    direction: ltr;
}
[dir=rtl]
.form-contact .flex-row-reverse{
    flex-direction: inherit !important;
}
[dir=rtl]
h1 {
    font-size: 55pt;
}




/* Media css */

@media (max-width: 1260px){
    .intro .img-intro img{
        width: 100%;
        height: auto;
    }
}
@media (max-width: 991.9px){
    .intro-text h1 , .intro-Works h1{
        font-size: 50px;
    }
    .text-about h2 ,  .text-economic h2{
        font-size: 30px;
    }
    .challenge-box{
        margin-top: 130px;  
    }
    .footer-brand .apps{
        margin: 0 0 15px 0;
    }
    .img-step3 img {
        width: 100%;
    }
    .team-works .img-team img{
        width: 100%;
    }
    .success a img, .research a img{
        width: 100%;
    }

}
@media (max-width: 768px){
    .img-intro , .about .img-about{
        margin-bottom: 30px;
    }
    .img-team{
        text-align: center;
        margin-bottom: 30px;
    }
    .text-team{
        text-align: center;
    }
    .contact h1{
        font-size: 50px;
    }
    .text-contact{
        overflow: hidden;
        margin-bottom: 40px;
    }
    .intro-Works{
        padding-bottom: 60px;
    }
    .box-works{
        margin-bottom: 60px;
    }
    .mb-10 {
        margin-bottom: 3rem!important;
    }
}

@media (max-width: 575.9px){
    .team-works .img-team{
        display: table;
        margin: auto;
    }
    .team-works .img-team .linkedin{
        bottom: -10px;
    }
    .team-works{
        margin-bottom: 40px;
    }
    .research{
        margin-bottom: 40px;
    }
    .success a, .research a{
        display: table;
        margin: auto;
    }
    .success a{
        margin-bottom: 30px;
    }
    .success a img{
        width: auto;
        max-width: 100%;
        height: 100px;
        object-fit: contain;
    }
}

@media (max-width: 500px){
    .intro-text h1 , .team h1 {
        font-size: 40px;
        text-align: center;
    }
    .team h2{
        font-size: 35px;
    }
    .intro {
        padding: 50px 0;
    }
    .img-intro{
        margin-bottom: 10px;
    }
    .intro .img-intro img{
        height: 200px;
    }
    .intro-text p , .text-about p , .challenge  p{
        font-size: 18px;
    }
    .header{
        padding: 15px 0 !important;
    }
    .header .navbar-brand img{
        height: 65px;
    }
    .newsletters .form-control{
        width: 80%;
        margin: auto;
    }
    .nav-link-footer{
        margin-bottom: 50px;
    }
    .newsletters{
        margin-bottom: 50px;
    }
    .copyright p{
        text-align: center;
    }
    .text-contact{
        display: none;
    }
    .text-contact.for-mob{
        display: block;
        padding-bottom: 50px;
        margin-bottom: 0;
    }
    .form-contact .form-group .form-control{
        width: 87%;
    }
    .form-contact .form-group textarea.form-control{
        width: 100%;
    }
    .contact h1{
        text-align: center;
    }
    .team-works .img-team .linkedin{
        left: 15px;
        bottom: 20px;
    }
    .team-works .img-team img{
        width: 170px;
    }
    .partners {
        background-color: #F7F7F7!important;
        padding-top: 0;
    }
    .research a {
        display: table;
        margin: inherit;
    }
    .intro-Works{
        text-align: center;
    }
    .box-works{
        text-align: left;
    }
    .box-works img{
        float: left;
        margin: 30px 15px 40px 0;
        width: 100px;
        height: auto;
    }
    .box-works p{
        margin-left: 115px;
    }
    .img-step{
        display: none;
    }
    .text-step ul{
        clear: both;
    }
    .steps .text-step .title-color img{
        display: inline-block;
        width: 110px;
        height: auto;
        margin-right: 15px;
        float: left;
    }
    .text-step .title-color{
        font-size: 35px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }
    .intro-text , .about , .economic{
        text-align: center;
    }
    .img-economic{
        margin-bottom: 40px;
    }
    .newsletters h4 {
        font-size: 22px;
    }
    .newsletters p{
        font-size: 18px;
    }
    .newsletters form button{
        width: 80%;
        border-radius: 10px;
    }
    .container{
        padding-right: 40px;
        padding-left: 40px;
    }
    .contact h1 {
        font-size: 40px;
    }
    .text-contact.for-mob p.title-color{
        font-size: 16px;
    }
    .info-contact a {
        font-size: 16px;
    }
    .form-contact .form-group label{
        font-size: 20px;
    }
    .nav-link-footer ul li a {
        font-size: 20px;
    }
    .info-contact img {
        width: 80px;
    }
    .team-works .img-team .linkedin {
        width: 35px;
        height: 35px;
    }
    .team h2{
        color: #6B2E6B;
        font-size: 30px;
    }
    .success .border-left{
        border: 1px solid #f7f7f7!important;
    }
    .intro-text h1, .intro-Works h1 {
        font-size: 35px;
    }
    .intro-Works p{
        font-size: 19px;
    }
    .box-works h3{
        font-size: 20px;
    }
    .box-works p{
        font-size: 16px;
    }
    .text-step ul li{
        font-size: 18px;
    }
    .challenge h2.text-center{
        font-size: 30px;
    }
}

@media (max-width: 400px){
    .about .img-about img{
        height: 350px;
        width: auto;
    }

    .mb-10 {
     margin-bottom: 2rem!important;
    }
    .text-step h2{
        font-size: 35px;
    }
    .team-works .img-team img {
        width: 140px;
        height: auto;
    }
    .footer-brand .apps{
        margin: 0;
    }
    .footer-brand .apps img{
        width: 100px;
    }
    .team-works h3{
        font-size: 20px;
    }
    .team-works p{
        font-size: 16px;
    }
    .team-works .img-team .linkedin{
        bottom: 10px;
    }
    .text-step .title-color{
        font-size: 25px;
    }
    .challenge-box{
        height: 260px;
    }
    .challenge-box img{
        margin-top: -90px;
    }
    .challenge-box h2{
        font-size: 45pt;
    }
    .text-economic p , .text-team p{
        font-size: 18px;
    }
    .text-step ul li{
        font-size: 16px; 
    }
}
@media (max-width: 320px){
    .team-works .img-team img {
        width: 125px;
    }
    .footer-brand .apps img {
        width: 90px;
    }
}