.main-header .main-menu .nav-link::after, .main-header .main-menu .dropdown-header::after {
    content: '';
    position: absolute;
    width: 1px;
    left: -20px;
    bottom: 3px;
    height: 20px;
    background-color: #000;
    transition: width 0.5s;
}
.num-one::after{
    width:0 !important;
}

/*new again*/
.dropdown-menu.dropdown-menuhome > li:hover:before {
    width: 5px;
    border-radius: 30px;
}
.dropdown-menu.dropdown-menuhome > li:before {
    content: '';
    width: 0px;
    height: 30px;
    position: absolute;
    background: #4e0161;
    /*margin-top: 4px;*/
    border-radius: 0 1px 1px 0;
    left: 0px;
    transition: all .2s ease;
}

.dropdown-menu.dropdown-menuhome > li a:hover {
    margin-left: 5px;
}

/*new css*/
.bg-img-cover-center {
    padding-right: 7rem!important;
    padding-left: 10rem!important;
    display:flex!important;
    align-items:center!important;
}

.purble_backgound{
    right: 0;
    top:0;
    bottom: 0;
    position: absolute;
    background: url(../images/slider_back.png) no-repeat;
    background-position: 47% 0%;
    width: 77%;
    height: 100%;
    background-size: cover;
}
.slider_contento{
    width: 50%;
    text-align: center;
}
.slidertitle{
    font-size: 28px;
}
.slider-btn{
  background: #34286e!important;
  color:#fff!important;
  border-radius:20px!important;
  line-height: 0.7!important;
  padding: 0.7rem 4.875rem!important;
  font-size: 20px;
}
.slider-btn:hover{
    background: #fff!important;
    color:#34286e!important;
}
.services_section{
    background: url(../images/mobile_background.png) center left no-repeat;
    padding-top:2em;
    padding-bottom:2em;
}
.services_section .title {
    margin-bottom: 3em;
    color: #34286e;
}
.services_section .title h3{
    font-size:35px
}
.services_section .title h5{
    font-weight: 100!important;
    font-size:35px;
    margin-bottom:1em;
}
.services_section .title p{
    font-weight: lighter;
    font-size:15px;
    margin-bottom: 5em;
}
.service_block img{
    max-width: 50px;
    max-height: 80px;
    object-fit: contain;
}
.service_block .card-body{
    padding-top: 1em!important;
    margin-bottom: 0em;
}
.service_name{
    font-size: 18px;
    font-weight: bold;
    padding: 0 1.1em;
}

.products_section{
    background: url(../images/product_back.png) no-repeat;
    background-position: 77% 24%;
    padding-top:2em;
    padding-bottom:2em;
    margin-bottom:0.2em;
}
.products_section .title h3{
    font-size:35px
}
.products_section .title h5{
    font-weight: 100!important;
    font-size:35px;
    margin-bottom:1em;
}
.products_section .box .card{
    background:transparent!important;
}
.products_section .box .card img{
    height: 180px;
    object-fit: contain;
}
.products_section .box .card h2{
    font-size:18px;
    font-weight:500!important;
}
.products_section .box .card h6{
    font-size:13px!important;
    font-weight:100!important;
    color: rgba(162, 162, 162, 1) !important;
    padding-top: 1em;
    padding-bottom: 1em;
}
.products_section .box .card.border-0.product.fadeInUp.animated{
    height: auto!important;
    border-top: none!important;
    border-bottom: none!important;
}
.product_footer{
    display:flex!important;
    justify-content: space-between;
    align-items: center;
}
.product_footer .cart-btn{
    border:3px solid #4e0161;
    display:flex;
    align-items:center;
    justify-content:center;
    align-self: stretch;
    background:transparent!important;
    border-radius:5px;
    color: #4e0161;
}
.product_footer .cart-btn:hover{
    background:#4e0161!important;
}
.product_footer .cart-btn i{
    color: #4e0161;
}
.product_footer .cart-btn:hover i{
    color: #fff;
}

.categories_section{
    background: url(../images/category_back.png) no-repeat;
    background-position: 100% 15%;
    padding-top:2em;
    padding-bottom:2em;
}
.categories_section .title{
    margin-bottom: 2rem;
}
.categories_section .title h3{
    font-size:35px
}
.categories_section .title h5{
    font-weight: 100!important;
    font-size:35px;
    margin-bottom:1em;
}
.categories_section .card.border-0.product.fadeInUp.animated{
    height:auto!important;
    width:100%!important;
    padding:0!important;
    border:none!important;
}
.categories_section .slick-slide img{
    width:100%;
    height:auto;
    max-height:200px;
    object-fit:cover
}
.categories_section .card.border-0.product.fadeInUp.animated:hover, .card.border-0.product.fadeInUp.animated:focus{
    box-shadow: -0px 0px 0px 0px rgba(213, 224, 222, 1)!important;
}
.categories_section .card:hover img{
    transform: scale(1)!important;
    transition: all 0.5s;
}
.categories_section .card .category_footer{
    text-align:start;
}
.categories_section .card .category_footer a{
    background: #963a8d!important;
    color:#fff!important;
}

.slider .slick-dots {
    position: absolute;
    bottom: 50%;
    left: 0%;
    right: 0%;
    transform: translateX(44%) rotate(90deg);
}

.slick-dots li {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.bg-img-cover-center {
    padding-right: 7rem !important;
    padding-left: 10rem !important;
    display: flex !important;
    align-items: center !important;
}
.services_section .title h3{
    font-family: 'tajawal-bold';
}
.service_name{
    font-family: 'tajawal-bold';
}

.products_section .title h3{
    font-family: 'tajawal-bold';
}
.products_section .title h5{
    font-weight: lighter;
    font-family: 'tajawal-light';
}
.title h3{
    font-family: tajawal-bold;
}

.categories_section{
    background: url(../images/category_back.png) no-repeat;
    background-position: 100% 15%;
    padding-top:2em;
    padding-bottom:2em;
}
.categories_section .title h3{
    font-size:35px
}
.categories_section .title h5{
    font-weight: 100!important;
    font-size:35px;
    margin-bottom:1em;
}
.categories_section .card.border-0.product.fadeInUp.animated{
    height:auto!important;
    width:100%!important;
    padding:0!important;
    border:none!important;
}
.categories_section .slick-slide img{
    width: 100%;
    height: 280px;
    max-height: 300px;
    object-fit: cover;
}
.categories_section .card.border-0.product.fadeInUp.animated:hover, .card.border-0.product.fadeInUp.animated:focus{
    box-shadow: -0px 0px 0px 0px rgba(213, 224, 222, 1)!important;
}
.categories_section .card:hover img{
    transform: scale(1)!important;
    transition: all 0.5s;
}
.categories_section .card .category_footer{
    text-align:start;
}
.categories_section h2{
    padding: 1em 0!important;
    font-weight: 700;
}
.categories_section h2 .hover-accent{
    font-weight: 700;
}
.categories_section .card .category_footer a.btn{
    background: #963a8d!important;
    color:#fff!important;
    border:1px solid transparent!important;
    border-radius: 20px;
    box-shadow: -1px 0px 13px 0px rgba(213, 224, 222, 1)!important;
    padding: 0em 2em!important;
}
.categories_section .card .category_footer a.btn:hover{
    background: #fff!important;
    color:#963a8d!important;
    border:1px solid #963a8d!important;
}
a.service_block{
    padding-top: 1em;
    border:2px solid transparent!important;
    border-radius:5px;
    transition: 0.5s;
}
a.service_block:hover{
    border:2px solid rgba(0, 0, 0, 0.3) !important;
}

.download_section{
  background: url(../images/download_back.png) no-repeat;
  background-position: left center;
  background-color: #f8f6f9;
  background-size: contain;
  padding-top: 5em;
  padding-bottom: 5em;
}
.download_section a img{
    transition: 0.5s;
}
.download_section a:hover img{
    transform: scale(1.05);
}
.title p{
    color:#4e0161 !important;
    padding:2em 0;
}

footer{
    background:#64368c ;
}
.footer-links li{
    display: inline-block;
}
.footer-links li{
    color:#fff;
    font-weight: bold;
}
.footer-links li a{
    color:#fff!important;
    font-weight: bold;
    margin: 0 0.5em;
    border-bottom:1px solid transparent;
    transition: 0.5s;
}
.footer-links li a:hover{
    border-bottom:1px solid #fff
}
.contact-footer h3{
    color:#fff!important;
}
.contact-footer .contact_infoo a{
    color:#fff!important;
}
.contact-footer .contact_infoo p{
    display: inline-block;
}
.footer>.container>.row>.col-12{
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .purble_backgound {
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        background: url(../images/slider_back.png) no-repeat;
        background-position: 50% 10%;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    .slider_contento {
        width: 90%;
        text-align: center;
    }
    .services_section{
        background: none;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .bg-img-cover-center{
        padding-right: 5rem!important;
        padding-left: 5rem !important;
        display: flex !important;
        align-items: center !important;
    }
    .slider-btn{
  background: #34286e!important;
  color:#fff!important;
  border-radius:20px!important;
  line-height: 0.7!important;
  padding: 0.7rem 2.875rem!important;
  font-size: 13px;
}
    .download_section {
        background: url(../images/download_back.png) no-repeat;
        background-position: right center;
        background-size: cover;
        padding-top: 4em;
        padding-bottom: 4em;
    }
    .title p{
      padding:0 0;
  }
    footer img{
        height:80px;
    }
    #mainsliderr .bg-img-cover-center{
      min-height:450px;
  }
     .mb-7, .my-7 {
    margin-bottom: 1.5rem !important;
}
    .footer>.container>.row>.col-12{
        justify-content: center;
    }
    .contact-footer h3{
        text-align: center;
    }
    footer{
        margin-bottom: 2em;
    }
    .product_footer{
        flex-direction: column;
    }
    .product .btn{
        margin-left: 0;
    }
    .categories_section , .products_section{
        padding-top: 1em;
    padding-bottom: 1em;
    }
    .services_section .title p{
            margin-bottom: 1em;
    }
    .service_block .card-body {
    padding-top: 1em!important;
    margin-bottom: 0em;
}
    .services_section .title h5{
        font-size:28px;
    }
    .slidertitle {
    font-size: 20px;
}
.footer-links li a{
    font-size:12px;
}
.footer-links{
    text-align:center;
}
}

@font-face {
    font-family: 'tajawal';
    src: url('../fonts/Tajawal-Regular.ttf');
}

@font-face {
    font-family: 'tajawal-light';
    src: url('../fonts/Tajawal-Light.ttf') ;
}

@font-face {
    font-family: 'tajawal-bold';
    src: url('../fonts/Tajawal-Bold.ttf');
}

html, body, pre,
code,
kbd,
samp, .tooltip, .popover, .text-monospace, .primary-font, . {
    font-family: 'tajawal', sans-serif;
}

.categories_section .service_block img {
    max-width: 70px;
    max-height: 70px;
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.slick-dots li{
    margin:0!important;
}
