@font-face {
    font-family: 'helvetica-b';
    src: url('assets/fonts/helvetica-b.eot');
    src: url('assets/fonts/helvetica-b.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/helvetica-b.woff2') format('woff2'),
        url('assets/fonts/helvetica-b.woff') format('woff'),
        url('assets/fonts/helvetica-b.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'helvetica-r';
    src: url('assets/fonts/helvetica-r.eot');
    src: url('assets/fonts/helvetica-r.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/helvetica-r.woff2') format('woff2'),
        url('assets/fonts/helvetica-r.woff') format('woff'),
        url('assets/fonts/helvetica-r.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*General css*/
/*Coding: hai_shar@yahoo.com*/
body{
    font-family:'helvetica-r' ,sans-serif ,serif, arial;
    background-color: #fff;
    color: #000;
    text-align: right;
    direction: rtl;
    line-height: 1.5em;
    font-size: 15px;
}

a{
    -webkit-transition: all 0.4s; /* Safari */
    transition: all 0.4s;
	color: #db3022 ;
}
a:hover{
	text-decoration: none;
	color: #000 ;
}
button:focus{
    outline: none;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'helvetica-b';
}
.dir-rtl{
    direction: rtl;
}
body::-webkit-scrollbar {
    width: 10px;
} 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: #db3022;
  outline: 1px solid #db3022;
	border-radius: 20px;
}

::selection
{
    background: #db3022; /* Gecko Browsers */
    color: #fff;
}
::-moz-selection {
    background: #db3022; /* Gecko Browsers */
    color: #fff;
}
header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    transition: all 0.4s;
    z-index: 100;
}
header.sticky{
    background-color: #fff;
}
.navbar-brand img {
    max-width: 105px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background-color: transparent !important;
}
.navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show>.nav-link , .navbar-nav .nav-link:hover{
    color: #db3022 !important;
}
.navbar-nav .nav-link {
    color: #000 !important;
    font-family: 'helvetica-b';
    margin: 10px 20px;
}
.download-link {
    color: #db3022;
    background-color: #fff;
    font-family: 'helvetica-b';
    margin: 0 20px;
    border: 1px solid #db3022;
    padding: 13px 30px;
    border-radius: 10px;
}
.download-link:hover {
    color: #fff;
    background-color: #ab3429;
    border: 1px solid #ab3429;
}
#main-welcome{
    min-height: 300px;
    background: url(assets/img/slider-bg.png) no-repeat;
    background-size: contain;
    padding: 150px 0 0;
}
.red-txt{
    color: #d62f21;
}
.grey-txt {
    color: #bebebe;
}
.welcome-con {
    padding-top: 40px;
    line-height: 2em;
    font-size: 18px;
}
.welcome-con h3{
    margin: 30px auto;
    line-height: 2em;
}
.welcome-imgs {
    display: flex;
}
.welcome-imgs>img{
    max-width: 48%;
    max-height: 500px;
    margin: 2%;
}
.welcome-imgs>img:last-child{
    margin-top: 15%;
    margin-bottom: -15%;
}
#main-services{
    padding: 130px 0 50px;
}
.sec-hd {
    text-align: center;
    width: 40%;
    line-height: 2em;
    margin: 0 auto 50px;
}
.sec-hd h3{
    margin: 15px auto;
}
.services-items {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}
.services-items img{
    height: 60px;
    margin-bottom: 15px;
}
.services-items h4{
    margin-bottom: 15px;
}
.services-items p{
    width: 80%;
    margin: 0 auto 15px;
}
.red-btn {
    color: #fff;
    background-color: #db3022;
    font-family: 'helvetica-b';
    margin-top: 10px;
    border: 1px solid #db3022;
    padding: 10px 30px;
    border-radius: 10px;
    display: inline-block;
}
.red-btn:hover {
    color: #db3022;
    background-color: #fff;
}
#main-about , #main-delivery , #main-download{
    padding: 50px 0;
}
.about-con{
    margin-top: 100px;
    line-height: 2em;
}
.about-con h3{
    margin-bottom: 20px;
    line-height: 1.5em;
}
.about-con img{
    margin: 10px auto;
    display: block;
}
.download-con{
    background: #db3022 url(assets/img/download-bg-2.png) no-repeat;
    background-size: cover;
    background-position: right center;
    padding: 50px 20% 50px 10%;
    text-align: center;
    color: #fff;
    border-radius: 150px;
}
.download-con h4{
    line-height: 1.5em;
    margin-bottom: 30px;
}
.download-btns a {
    background-color: #fff;
    padding: 11px 20px;
    border-radius: 10px;
    display: inline-block;
    margin: 5px;
}
.download-btns a:hover {
    filter: grayscale(100);
    transform: scale(0.95);
}
.main-footer{
    display: flex;
    padding: 5px 0 30px;
    align-items: center;
}
.footer-ul{
    margin: auto;
    flex-direction: row;
    flex-flow: wrap;
    padding: 0;
}
.social a {
    padding: 5px;
    font-size: 18px;
}
i.fa-facebook-f:hover {
    color: #3B5998 ;
}
i.fa-twitter:hover {
    color: #00acee ;
}
i.fa-instagram:hover {
    color: #3f729b ;
}
i.fa-whatsapp:hover {
    color: #075e54 ;
}
.copyrights {
    background-color: #fcefee;
    text-align: center;
    padding: 24px 0;
}
.copyrights a{
    color: #000;
}
.copyrights a:hover{
    color: #db3022;
}
section {
    overflow: hidden;
}
.navbar-light .navbar-toggler-icon{
    background-image: url(assets/img/menu.svg);
    width: 1.7em;
    height: 1.7em;
}
.navbar-toggler{
    border: none;
}
a.close-navbar {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 24px;
    display: none;
}
.loading {
    background-color: #fcfcfc;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 100000;
}
.loading img {
    animation: loading 1.5s infinite alternate;
    width: 200px;
}
@keyframes loading {
    from {transform: scale(0);}
    to {transform: scale(1);}
}