@font-face {
    font-family: din ;
    src: url(DINNextLTArabic-Bold-2.ttf);
}
@font-face {
    font-family: dinlight ;
    src: url(DINNextLTArabic-Regular-3.ttf);
}
body {
    direction: rtl;
    font-family: din ,dinlight ;
    position: relative;
}

.final-navbar {
    color: #FFF;
    z-index: 1050;

}

.ela-container {
    width: 1360px;
    margin: auto;
}
.final-navbar .ela-container {
    border-bottom: 1px solid #5e96af;
}
.final-navbar>.ela-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-expand-lg>.ela-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-lang-dropdown {
    background: transparent;
    color: #fff;
    padding: 0 20px;
}
.navbar-lang-dropdown:focus {
    box-shadow: none;
}
.navbar-lang-dropdown:after {
    border-top: .3em solid #ff6f82;
}
.final-navbar-brand {
    margin-right: 0;
}
.logo {
    width: 120px;
}
.final-navbar-nav {
    width: 65%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
}
.final-nav-manual-items {
   width: 15% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.final-nav-dropdown  {
        line-height: 1;
    background: transparent;
    color: #fff;
    font-size: 10px;
        margin-left: 20px;
}
.final-nav-link {
    color: #FFF !important;
    font-family: dinlight;
    font-size: 17px;
    border-bottom: 1px solid transparent;
    text-align: right;
}
.final-nav-link:hover {
    border-color: #00BFB3;
}
.final-nav-btn-signin {
    background:linear-gradient(to left, #ff6f82 , #ff6f82 54% , #ffdabe , #ff6f82 );
    color: #fff;
    border: 0;
    line-height: 1;
    border-radius: 4px;
    font-size: 13px;
    margin: 0 ;
    display: inline-block;
    padding-bottom: 8px;
    width: 160px;
}
.final-nav-btn-signin:hover ,  .final-nav-btn-signin:active{
    color: #fff;
    background: linear-gradient(to left, #ff6f82 , #ff6f82 54% , #ffdabe , #ff6f82 ) !important;
}
.final-nav-btn-signin:focus
{
    -webkit-box-shadow: 0 0 0 0.4rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 0.4rem rgba(0,123,255,.25);
    
    
}
.final-nav-btn-signin:hover {
    color: #fff
}
.final-nav-btn-signup {
    background-color: transparent;
    border: 1px solid #00BFB3;
    line-height: .6;
    border-radius: 4px;
    font-size: 13px;
    margin: 0 4px;
    display: inline-block;
    padding-bottom: 8px;
    width: 140px;
    color: #fff;
}
.final-nav-btn-signup:focus
{
        -webkit-box-shadow: 0 0 0 0.4rem rgba(0,123,255,.25);
        box-shadow: 0 0 0 0.4rem rgba(0,123,255,.25);
    
}
.final-nav-btn-signup:hover {
    color: #fff
}
.final-nav-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1600px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.hide-pc-screan {
    display: none
}
.hide-mobile-screan {
    width: 35%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}


.final-nav-dropdown-menu {
    background: #1f1f1fd9;
    min-width: 100%
}
.final-nav-dropdown-item {
    color: #fff;
        font-size: 10px;
}
/*===============================================================*/


.block1 {
    background: url(../../images/home/block1.1.png) no-repeat center;
    background-size: cover;
    text-align: right;
    padding-top: 210px;
}
.block1-head {
    color: #fff;
    font-size: 55px;
    line-height: 1.2;
    margin-top: 20px;
}
.block1-logo {
    margin:auto;
    width: 17%;
}
.block1-head2 {
    font-size: 21px;
    color: #fff;
    font-family: 'dinlight';
    margin: 40px auto;
}
.block1-download-link {
    display: inline-block;
    margin: 0 20px 70px;
}
.block1-btn {
    color: #fff !important;
    width: 250px;
    border: 1px solid #ffffff9e;
    margin: 50px auto;
    font-size: 24px;
    padding-top: 0;
    line-height: 1.8;
}
.block1-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
    text-align: right;
    line-height: 1.2;
    font-size: 15px;
    margin-bottom: 50px;
}
.block1-bottom img {
    width: 77px;
    margin-bottom: -6px;
}
/*==================================================*/
/*Start Block2*/
.block2 {
    padding: 20px 0 70px;
}
.block2-head {
    width: 80%;
    margin: 10px auto;
    font-size: 33px;
    color: #27333f;
}
.block2-p {
    width: 76%;
    margin: 10px auto;
    font-size: 20px;
    font-family: 'dinlight';
    line-height: 1.2;
}

/*==================================================*/
/*Start Block3*/
.block3 {
    background: url(../../images/home/block3.1.png) no-repeat center;
    background-size: cover;
    padding: 20px 0;
    color: #fff;
}
.block3-head {
    text-align: right;
    position: relative;
    font-size: 35px;
    padding-right: 20px;
    line-height: 1.2;
    margin: 60px 0 90px;
}
.block3-head span {
    font-size: 1.5em;
}

.block3-head:before {
    background: linear-gradient(to bottom, #019b92 13% , #205785);
    content: "";
    position: absolute;
    right: 0;
    top: -7px;
    width: 7px;
    height: 130%;
}
.block3-head2 {
    margin: 10px auto;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(to left, #ff6f82 , #ff6f82 , #ffdabe);
    width: 13px;
    height: 13px;
}.owl-theme .owl-dots {
    margin: 50px auto;
 }
 .block3-p {
     font-size: 24px
 }

.block3-head3 {
    font-size: 35px
}
.block3-btn {
    width: 320px;
    background: linear-gradient(to left, #ff6f82 , #ff6f82 54% , #ffdabe , #ff6f82 );
    color: #fff;
    margin: 15px auto;
    font-size: 24px;
    padding-top: 0;
    line-height: 1.8;
}
.block3-btn:hover ,  .block3-btn:active{
    color: #fff;
    background: linear-gradient(to left, #ff6f82 , #ff6f82 54% , #ffdabe , #ff6f82 ) !important;
}
/*==================================================*/
/*Start Block4*/
.block4 {
    padding: 10px 0 ;
    background: #fafafa;
}
.block4-head {
    text-align: right;
    position: relative;
    font-size: 35px;
    padding-right: 20px;
    line-height: 1.2;
    margin: 60px 0 20px;
}
.block4-head span {
    font-size: 1.5em;
}

.block4-head:before {
    background: linear-gradient(to bottom, #019b92 13% , #205785);
    content: "";
    position: absolute;
    right: 0;
    top: -7px;
    width: 7px;
    height: 130%;
}
.block4-p {
    text-align: right;
    color: #8e8e95;
    font-family: 'dinlight';
    font-size: 18px;
    margin: 30px auto 60px;
}
.block4-iframe {
    width: 100%;
    height: 300px;
}
.block4-head2 {
    text-align: right;
    color: #555555;
}
.block4-head2 span {
    font-family: dinlight;
}
.block4-btn {
    width: 250px;
    background-image: linear-gradient(to left, #ff6f82 , #ff6f82 , #ffdabe, #ffbcab);
    color: #fff;
    margin: 24px auto;
    font-size: 20px;
    line-height: 1.8;
    border: 0;
    font-family: 'dinlight';
}
.block4-btn img {
    display: inline !important;
    width: 20% !important;
    margin-right: 10px;
}
/*==================================================*/
/*Start Block5*/
.block5 {
    padding: 50px 0;
}
.block5-img {
    width: 35%;
}
.block5-head2 {
    font-size: 27px;
    margin-bottom: 30px;
}
.block5-head2 span{
    font-size: .6em;
    font-family: 'dinlight';
    color: #838383;
    line-height: 1;
    display: block;
    width: 77%;
    margin: 20px 0;
}
.block5-bottom {
    background: url(../../images/home/block4.7.png) no-repeat;
    background-size: 100% 100%;
    min-height: 270px;
    width: 80%;
    margin: auto;
    position: relative;
}
.block5-download-links-container {
    width: 37%;
    display: flex;
    position: absolute;
    bottom: 30px;
    right: 55px;
}
.block5-download-link {
    margin: 0 5px;
}


/*==================================================*/
/*Start Block6*/
.block7 {
    background: #fafafa;
    padding: 20px 0 50px;
}
.block7-head {
    color: #048a81;
    font-size: 35px
}
.block7-head2 {
    font-family: dinlight;
    margin-top: 10px;
    margin-bottom: 50px;
}
.form-container {
    margin: auto;
}
#googleMap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.form-form-control {
    font-family: dinlight;
    border-radius: 10px;
    padding: 0 1.2rem .375rem;
    height: 60px;
    margin-bottom: 20px;
    position: relative;
    border:0;
    border-bottom: 3px solid transparent;
    background: linear-gradient(#fff,#fff) padding-box, linear-gradient(#1f5786 , #009b98 ) border-box;
}

textarea.form-form-control {
    min-height: 140px;
    resize: none;
    margin-bottom: 0;
}
.block7-btn {
    background: linear-gradient(to left, #ff6f82 , #ff6f82 54% , #ffdabe , #ff6f82 );
    color: #fff;
    padding-top: 0;
    font-size: 25px;
    width: 100%;
}
.block7-btn:hover ,  .block7-btn:active{
    color: #fff;
    background: linear-gradient(to left, #ff6f82 , #ff6f82 54% , #ffdabe , #ff6f82 ) !important;
}

/*Start Footer*/
.footer {
    background: linear-gradient(to bottom, #006965 , #11455d  ) ;
    color: #fff;
    text-align: right;
    padding: 20px 0;
}
.footer-logo {
    width: 40%;
    margin-bottom: 15px;
}
.footer-head {
    font-size: 16px;
    line-height: 2;
    font-family: dinlight;
}

.social-media-links:hover {
    color: #fff;
    text-decoration: none;
    background: #00BFB3;
}
.social-media-links {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    margin-right: 6px;
    padding: 16px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
}


.footer-head3-li-a {
    color: #FFF;
    line-height: 2;
    display: inline-block;
    font-size: 19px;
    font-family: dinlight;
}
.footer-head3-li-a:hover {

    color: #FFF;
    text-decoration: none
}

.footer-download-links-container {
    width: 50%;
    display: flex;
    margin: 0 auto 0 0;
}
.footer-download-link {
    margin: 0 5px;
}


.footer-copy {
    margin: 20px auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 200;
    font-family: dinlight;
}

.footer-links {
    color: #FFF !important;
    font-size: 15px;
    text-align: center;
    display: block;
}

/* Edits 20/5/2021 */
@font-face {
    font-family: din ;
    src: url(DINNextLTArabic-Bold-2.ttf);
}
@font-face {
    font-family: dinlight ;
    src: url(DINNextLTArabic-Regular-3.ttf);
}
body {
    direction: rtl;
    font-family: din ,dinlight ;
    position: relative;
}

.final-navbar {
    color: #FFF;
    z-index: 1050;

}

.ela-container {
    width: 1360px;
    margin: auto;
}
.final-navbar .ela-container {
    border-bottom: 1px solid #5e96af;
}
.final-navbar>.ela-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-expand-lg>.ela-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-lang-dropdown {
    background: transparent;
    color: #fff;
    padding: 0 20px;
}
.navbar-lang-dropdown:focus {
    box-shadow: none;
}
.navbar-lang-dropdown:after {
    border-top: .3em solid #ff6f82;
}
.final-navbar-brand {
    margin-right: 0;
}
.logo {
    width: 120px;
}
.final-navbar-nav {
    width: 65%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
}
.final-nav-manual-items {
    width: 15% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.final-nav-dropdown  {
    line-height: 1;
    background: transparent;
    color: #fff;
    font-size: 10px;
    margin-left: 20px;
}
.final-nav-link {
    color: #FFF !important;
    font-family: dinlight;
    font-size: 17px;
    border-bottom: 1px solid transparent;
    text-align: right;
}
.final-nav-link:hover {
    border-color: #00BFB3;
}
.final-nav-btn-signin {
    background:linear-gradient(to left, #ff6f82 , #ff6f82 54% , #ffdabe , #ff6f82 );
    color: #fff;
    border: 0;
    line-height: 1;
    border-radius: 4px;
    font-size: 13px;
    margin: 0 ;
    display: inline-block;
    padding-bottom: 8px;
    width: 160px;
}
.final-nav-btn-signin:hover ,  .final-nav-btn-signin:active{
    color: #fff;
    background: linear-gradient(to left, #ff6f82 , #ff6f82 54% , #ffdabe , #ff6f82 ) !important;
}
.final-nav-btn-signin:focus
{
    -webkit-box-shadow: 0 0 0 0.4rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 0.4rem rgba(0,123,255,.25);


}
.final-nav-btn-signin:hover {
    color: #fff
}
.final-nav-btn-signup {
    background-color: transparent;
    border: 1px solid #00BFB3;
    line-height: .6;
    border-radius: 4px;
    font-size: 13px;
    margin: 0 4px;
    display: inline-block;
    padding-bottom: 8px;
    width: 140px;
    color: #fff;
}
.final-nav-btn-signup:focus
{
    -webkit-box-shadow: 0 0 0 0.4rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 0.4rem rgba(0,123,255,.25);

}
.final-nav-btn-signup:hover {
    color: #fff
}
.final-nav-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1600px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.hide-pc-screan {
    display: none
}
.hide-mobile-screan {
    width: 35%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}


.final-nav-dropdown-menu {
    background: #1f1f1fd9;
    min-width: 100%
}
.final-nav-dropdown-item {
    color: #fff;
    font-size: 10px;
}
/*===============================================================*/


.block1 {
    background: url(../../images/home/block1.1.png) no-repeat center;
    background-size: cover;
    text-align: right;
    padding-top: 210px;
}
.block1-head {
    color: #fff;
    font-size: 55px;
    line-height: 1.2;
    margin-top: 20px;
}
.block1-logo {
    margin:auto;
    width: 17%;
}
.block1-head2 {
    font-size: 21px;
    color: #fff;
    font-family: 'dinlight';
    margin: 40px auto;
}
.block1-download-link {
    display: inline-block;
    margin: 0 20px 70px;
}
.block1-btn {
    color: #fff !important;
    width: 250px;
    border: 1px solid #ffffff9e;
    margin: 50px auto;
    font-size: 24px;
    padding-top: 0;
    line-height: 1.8;
}
.block1-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
    text-align: right;
    line-height: 1.2;
    font-size: 15px;
    margin-bottom: 50px;
}
.block1-bottom img {
    width: 77px;
    margin-bottom: -6px;
}
/*==================================================*/
/*Start Block2*/
.block2 {
    padding: 20px 0 70px;
}
.block2-head {
    width: 80%;
    margin: 10px auto;
    font-size: 33px;
    color: #27333f;
}
.block2-p {
    width: 76%;
    margin: 10px auto;
    font-size: 20px;
    font-family: 'dinlight';
    line-height: 1.2;
}

/*==================================================*/
/*Start Block3*/
.block3 {
    background: url(../../images/home/block3.1.png) no-repeat center;
    background-size: cover;
    padding: 20px 0;
    color: #fff;
}
.block3-head {
    text-align: right;
    position: relative;
    font-size: 35px;
    padding-right: 20px;
    line-height: 1.2;
    margin: 60px 0 90px;
}
.block3-head span {
    font-size: 1.5em;
}

.block3-head:before {
    background: linear-gradient(to bottom, #019b92 13% , #205785);
    content: "";
    position: absolute;
    right: 0;
    top: -7px;
    width: 7px;
    height: 130%;
}
.block3-head2 {
    margin: 10px auto;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(to left, #ff6f82 , #ff6f82 , #ffdabe);
    width: 13px;
    height: 13px;
}.owl-theme .owl-dots {
     margin: 50px auto;
 }
.block3-p {
    font-size: 24px
}

.block3-head3 {
    font-size: 35px
}
.block3-btn {
    width: 320px;
    background: linear-gradient(to left, #ff6f82 , #ff6f82 54% , #ffdabe , #ff6f82 );
    color: #fff;
    margin: 15px auto;
    font-size: 24px;
    padding-top: 0;
    line-height: 1.8;
}
.block3-btn:hover ,  .block3-btn:active{
    color: #fff;
    background: linear-gradient(to left, #ff6f82 , #ff6f82 54% , #ffdabe , #ff6f82 ) !important;
}
/*==================================================*/
/*Start Block4*/
.block4 {
    padding: 10px 0 ;
    background: #fafafa;
}
.block4-head {
    text-align: right;
    position: relative;
    font-size: 35px;
    padding-right: 20px;
    line-height: 1.2;
    margin: 60px 0 20px;
}
.block4-head span {
    font-size: 1.5em;
}

.block4-head:before {
    background: linear-gradient(to bottom, #019b92 13% , #205785);
    content: "";
    position: absolute;
    right: 0;
    top: -7px;
    width: 7px;
    height: 130%;
}
.block4-p {
    text-align: right;
    color: #8e8e95;
    font-family: 'dinlight';
    font-size: 18px;
    margin: 30px auto 60px;
}
.block4-iframe {
    width: 100%;
    height: 300px;
}
.block4-head2 {
    text-align: right;
    color: #555555;
}
.block4-head2 span {
    font-family: dinlight;
}
.block4-btn {
    width: 250px;
    background-image: linear-gradient(to left, #ff6f82 , #ff6f82 , #ffdabe, #ffbcab);
    color: #fff;
    margin: 24px auto;
    font-size: 20px;
    line-height: 1.8;
    border: 0;
    font-family: 'dinlight';
}
.block4-btn img {
    display: inline !important;
    width: 20% !important;
    margin-right: 10px;
}
/*==================================================*/
/*Start Block5*/
.block5 {
    padding: 50px 0;
}
.block5-img {
    width: 20%;
}
.block5-head2 {
    font-size: 27px;
    margin-bottom: 30px;
    width: 100%;
}
.block5-head2 span{
    font-size: .6em;
    font-family: 'dinlight';
    color: #838383;
    line-height: 1;
    display: block;
    width: 77%;
    margin: 20px 0;
}
.block5-bottom {
    background: url(../../images/home/block4.7.png) no-repeat;
    background-size: 100% 100%;
    min-height: 270px;
    width: 80%;
    margin: auto;
    position: relative;
}
.block5-download-links-container {
    width: 37%;
    display: flex;
    position: absolute;
    bottom: 30px;
    right: 55px;
}
.block5-download-link {
    margin: 0 5px;
}


/*==================================================*/
/*Start Block6*/
.block7 {
    background: #fafafa;
    padding: 20px 0 50px;
}
.block7-head {
    color: #048a81;
    font-size: 35px
}
.block7-head2 {
    font-family: dinlight;
    margin-top: 10px;
    margin-bottom: 50px;
}
.form-container {
    margin: auto;
}
#googleMap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.form-form-control {
    font-family: dinlight;
    border-radius: 10px;
    padding: 0 1.2rem .375rem;
    height: 60px;
    margin-bottom: 20px;
    position: relative;
    border:0;
    border-bottom: 3px solid transparent;
    background: linear-gradient(#fff,#fff) padding-box, linear-gradient(#1f5786 , #009b98 ) border-box;
}

textarea.form-form-control {
    min-height: 140px;
    resize: none;
    margin-bottom: 0;
}
.block7-btn {
    background: linear-gradient(to left, #ff6f82 , #ff6f82 54% , #ffdabe , #ff6f82 );
    color: #fff;
    padding-top: 0;
    font-size: 25px;
    width: 100%;
}
.block7-btn:hover ,  .block7-btn:active{
    color: #fff;
    background: linear-gradient(to left, #ff6f82 , #ff6f82 54% , #ffdabe , #ff6f82 ) !important;
}

/*Start Footer*/
.footer {
    background: linear-gradient(to bottom, #006965 , #11455d  ) ;
    color: #fff;
    text-align: right;
    padding: 20px 0;
}
.footer-logo {
    width: 40%;
    margin-bottom: 15px;
}
.footer-head {
    font-size: 16px;
    line-height: 2;
    font-family: dinlight;
}

.social-media-links:hover {
    color: #fff;
    text-decoration: none;
    background: #00BFB3;
}
.social-media-links {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    margin-right: 6px;
    padding: 16px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
}


.footer-head3-li-a {
    color: #FFF;
    line-height: 2;
    display: inline-block;
    font-size: 19px;
    font-family: dinlight;
}
.footer-head3-li-a:hover {

    color: #FFF;
    text-decoration: none
}

.footer-download-links-container {
    width: 50%;
    display: flex;
    margin: 0 auto 0 0;
}
.footer-download-link {
    margin: 0 5px;
}


.footer-copy {
    margin: 20px auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 200;
    font-family: dinlight;
}

.footer-links {
    color: #FFF !important;
    font-size: 15px;
    text-align: center;
    display: block;
}