/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Slider Section Styles    */
/*   03 - Header Section Styles    */
/*   04 - Customer  Styles         */
/*   05 - Pricing  Styles          */
/*   06 - Contact Section Styles   */
/*   07 - Footer Styles            */
/*   07 - Help Center Styles       */


/*   01 - General & Basic Styles   */
@font-face {
    font-family: 'DinNextLight';
    src: url('../../../ar/frontend/assets/fonts/din-next/light/DinNextLight.html');
    src: url('../../../ar/frontend/assets/fonts/din-next/light/DinNextLight.html') format('embedded-opentype'), url('fonts/din-next/light/DinNextLight.woff2') format('woff2'), url('fonts/din-next/light/DinNextLight.woff') format('woff'), url('fonts/din-next/light/DinNextLight.ttf') format('truetype'), url('fonts/din-next/light/DinNextLight.svg#DinNextLight') format('svg');
}
@font-face {
    font-family: 'DinNextRegular';
    src: url('../../../ar/frontend/assets/fonts/din-next/regular/DinNextRegular.html');
    src: url('../../../ar/frontend/assets/fonts/din-next/regular/DinNextRegular.html') format('embedded-opentype'), url('fonts/din-next/regular/DinNextRegular.woff2') format('woff2'), url('fonts/din-next/regular/DinNextRegular.woff') format('woff'), url('fonts/din-next/regular/DinNextRegular.ttf') format('truetype'), url('fonts/din-next/regular/DinNextRegular.svg#DinNextRegular') format('svg');
}
@font-face {
    font-family: 'DinNextMedium';
    src: url('../../../ar/frontend/assets/fonts/din-next/medium/DinNextMedium.html');
    src: url('../../../ar/frontend/assets/fonts/din-next/medium/DinNextMedium.html') format('embedded-opentype'), url('fonts/din-next/medium/DinNextMedium.woff2') format('woff2'), url('fonts/din-next/medium/DinNextMedium.woff') format('woff'), url('fonts/din-next/medium/DinNextMedium.ttf') format('truetype'), url('../../../ar/frontend/assets/css/fonts/din-next/medium/DinNextMedium.html#DinNextMedium') format('svg');
}
@font-face {
    font-family: 'DinNextBold';
    src: url('../../../ar/frontend/assets/fonts/din-next/bold/DinNextBold.html');
    src: url('../../../ar/frontend/assets/fonts/din-next/bold/DinNextBold.html') format('embedded-opentype'), url('fonts/din-next/bold/DinNextBold.woff2') format('woff2'), url('fonts/din-next/bold/DinNextBold.woff') format('woff'), url('fonts/din-next/bold/DinNextBold.ttf') format('truetype'), url('fonts/din-next/bold/DinNextBold.svg#DinNextBold') format('svg');
}
html {
    scroll-behavior: smooth;
}
*{
    font-family: 'DinNextRegular';
}
p{
    font-family: 'DinNextRegular';
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
    color: #363636;
    text-align: justify;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li{
    list-style: none;
}
img{
    max-width: 100%;
   }
h1, h2, h3, h4, h5, h6{ 
    font-family: 'DinNextMedium' !important;
    color: #363636;
}
a{
    font-family: 'DinNextRegular';
    text-decoration: none;
    color: #363636;
}
a{
    text-decoration: none;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover,
a:focus {
    text-decoration: none;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #7E19B4 ;
}
body{
    overflow-x: hidden;
    color: #363636;
    text-align: right;
}
html {
    scroll-behavior: smooth;
    direction: rtl;
}
b, strong {
    font-family: 'DinNextBold' !important;
}
.div-25{
    height: 25px;
    width: 100%;
    display: block;
} 
.div-50{
    height: 50px;
    width: 100%;
    display: block;
} 
.div-100{
    height: 100px;
    width: 100%;
    display: block;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
button:focus {
    outline: none !important;
}
.form-control:focus {
    border-color: #009fe3;
    outline: 0;
    box-shadow: none;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.font-weight-light {
    font-weight: 300 !important;
    font-family: "DinNextLight" !important;
}
.font-weight-bold {
    font-weight: 700 !important;
    font-family: "DinNextBold" !important;
}
.font-weight-medium{
    font-weight: 500 !important;
    font-family: "DinNextMedium" !important;
}
.w-100{
    width: 100%;
}
.w-50{
    width: 50%;
}
.h-100{
    height: 100%;
}
.hidden{
    display: none;
}
.pad-50{
    padding: 50px 0;
}
.padt-50{
    padding-top: 50px;
}
.padb-50{
    padding-bottom: 50px;
}
.padtb-50{
    padding-bottom: 50px;
    padding-top: 50px;
}
.padd-0 {
    padding: 0;
}
.p-r-0{
    padding-right: 0;
}
.p-l-r-0{
    padding-right: 0;
    padding-left: 0;
}
.pad-25{
    padding: 25px 0;
}
.pb-0{
    padding-bottom: 0 !important;
}
.pl-0 {
    padding-left: 0;
}

/* buttons */
.custom-btn {
    background: #7E19B4 ;
    color: #ffffff;
    border-radius: 8px;
    border: 1px solid #7E19B4 ;
    padding: 5px 35px 8px 35px;
    /* width: 200px; */
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.custom-btn:hover{
    background: #ffffff;
    color: #7E19B4 ;
    border: 1px solid #7E19B4 ;
}
.blue-btn {
    background: #009fe3;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #009fe3;
    padding: 5px 35px 8px 35px;
    /*width: 200px;*/
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.blue-btn:hover{
    background: #ffffff;
    border: 1px solid #009fe3;
    color: #009fe3;
}
/* Back to top button */
.back-to-top {
    position: fixed;
    border-radius: 23%;
    right: 55px;
    bottom: 65px;
    transition: none;
    width: 46px;
    height: 46px;
    padding: 0;
    background-color: #7E19B4 ;
    z-index: 9999;
    color: #ffffff;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back-to-top:hover, .back-to-top:focus {
    background: #009fe3;
    color: #ffffff !important;
}


/*   02 - Slider Section Styles    */
.slider-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    margin: 0;
}
.slider-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    background: #ffffff;
    border-radius: 50%;
}
.slider-carousel .owl-dots .owl-dot.active span, .slider-carousel .owl-dots .owl-dot:hover span {
    background: #ffffff;
    width: 25px;
    border-radius: 10px;
}
.slider-carousel .owl-next {
    position: absolute;
    left: 150px;
    top: 50%;
    background: #ffffffad !important;
    opacity: 1 !important;
    border: 1px solid #ffffff30 !important;
    color: #414042 !important;
    width: 55px;
    height: 55px;
    border-radius: 50% !important;
    z-index: 9999;
    margin: 0 !important;
    transition: all .1s ease-in-out;
    transform: translateY(-50%);
    font-size: 20px !important;
}
.slider-carousel .owl-prev {
    position: absolute;
    right: 150px;
    top: 50%;
    background: #ffffffad !important;
    opacity: 1 !important;
    border: 1px solid #ffffff30 !important;
    color: #414042 !important;
    width: 55px;
    height: 55px;
    border-radius: 50% !important;
    z-index: 9999;
    margin: 0 !important;
    transition: all .1s ease-in-out;
    transform: translateY(-50%);
    font-size: 20px !important;
}

/*   07 - Footer Styles            */
.top-footer{
    background: #F2F2F2 ;
}
.footer-title h4 {
    color: #363636;
    font-size: 1.4rem;
}
.footer-title hr{
    height: 4px;
    width: 34px;
    margin-top: 0;
    background-color: #009fe3;
    opacity: 1;
}
.top-footer {
    padding: 25px 0 5px;
}
.footer-title {
    margin-bottom: 25px;
}
ul.footer-menu {
    columns: 2;
}
.footer-menu a {
    display: block;
    color: #000;
    padding: 10px 0;
}
.footer-menu a:hover{
    color: #7E19B4;
}
.apps-download {
    margin-top: 50px;
}
.social-icon-nav a {
    color: #ffffff;
    background: #009fe3;
    border-radius: 5px;
    margin: 0 10px;
    width: 38px;
    padding: 0;
    display: inline-flex;
    height: 38px;
    align-items: center;
    justify-content: center;
}
.social-icon-nav{
    margin-top: 20px;
}
.bottom-footer{
    background: #230962;
    padding: 10px 0;
}
p.copyright {
    color: #ffffff;
    margin-bottom: 0;
}
.social-icon-nav a:hover{
    background: #7E19B4 ;
}
.site-info {
    text-align: center;
}
.subscribe-div input{
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.subscribe-div{
    text-align: center;
}
.top-footer p{
    color: #000;
    line-height: 1.6;
    font-size: 15px;
}
.subscribe-div {
    text-align: center;
    padding: 20px 10px;
    background: #7E19B4 ;
    border-radius: 10px;
}
.subscribe-div h5{
    color: #ffffff;
    font-size: 1.1rem;
    text-align: right;
    margin-bottom: 15px;
}
.small-btn{
    background-color: #009fe3;
    border-color: #009fe3;
    width: 100%;
}
.small-btn:hover {
    color: #009fe3;
    background-color: #ffffff;
    border-color: #009fe3;
}
.subscribe-div .form-control{
    border-radius: 10px;
    background-clip: unset;
    border: 1px solid #ffffff;
}
.chat-icon {
    position: fixed;
    left: 45px;
    bottom: 65px;
    transition: none;
    width: 46px;
    height: 46px;
    padding: 0;
    z-index: 9999;
}
.whatapp-icon{
    position: fixed;
    right: 115px;
    bottom: 65px;
    transition: none;
    width: 46px;
    height: 46px;
    padding: 0;
    z-index: 9999;
}
.bottom-footer img{
    max-width: 130px;
}
.vat-logo{
    max-width: 300px;
}

/*   6 - Contact Section Styles    */
.full-width-map{
    width: 100%;
    height: 300px;
}
.contact-img-container {
    width: 55px;
    height: 55px;
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 14px;
    border: 1px dashed #7E19B4 ;
}
.ccontact-info h5{
    font-size: 1rem;
    margin-bottom: 0;
}
.ccontact-info p{
    font-size: 16px;
    margin-bottom: 0;
}
.ccontact-info .media{
    margin-bottom: 15px;
}
.ccontact-info{
    margin-top: 25px;
}
.contact-logo{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 35px;
}
.login-frm {
    background: #F8F9FA;
    padding: 20px;
}
.form-control{
    border-radius: 10px;
    background-clip: unset;
}
.sec-title {
    text-align: center;
}
.sec-title p{
    text-align: center;
    text-transform: uppercase;
}
.sec-title h4{
    font-size: 1.8rem;
}

/*   03 - Header Section Styles    */
.top-header {
    background: #F2F2F2;
}
.top-header img {
    max-width: 30px;
    max-height: 30px;
}
.contact-info-nav li{
    color: #363636;
    padding: 0 10px;
}
.contact-info-nav li img{
    margin-right: 10px;
    max-width: 22px;
}
.top-header .dropdown-item{
    text-align: right;
}
.top-header .dropdown-item img{
    width: 22px;
    margin-left: 6px;
}
.top-header .dropdown-toggle{
    color: #363636;
}
li.sperator div {
    height: 20px;
    border-left: 1px solid #363636;
}
li.sperator{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
}
span.pdf-btn {
    background: #7E19B4;
    color: #ffffff;
    padding: 2px 5px 8px 5px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
}
.top-header .dropdown-toggle::after{
    display: none;
}
.top-header .dropdown-toggle i{
    font-size: 14px;
    margin-right: 4px;
}
.offset-lg-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
}
.main-header .navbar .container-fluid{
    padding: 0;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 1.5rem;
    margin-right: 0;
}
.me-auto {
    margin-left: auto!important;
    margin-right: 0!important;
}
.main-header .navbar-nav .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 8px solid #ffffff;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding-right: 0;
    padding-left: 0;
    font-size: 18px;
}
.main-header .navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.main-header a.nav-link.active {
    color: #7E19B4;
    border-bottom: 8px solid #7E19B4 !important;
}
.main-header a.nav-link:hover{
    color: #7E19B4;
}
.cuatomer-btn {
    background: #009fe3;
    color: #ffffff;
    border-radius: 5px;
    margin: 0 15px;
    border: 1px solid #363636;
}
.system-test-btn {
    background: #7E19B4;
    color: #ffffff;
    border-radius: 5px;
    margin: 0 15px;
}
.cuatomer-btn:hover{
    background: #ffffff;
    color: #009fe3;
    border-color: #009fe3;
}
.system-test-btn:hover{
    background: #ffffff;
    color: #7E19B4 ;
    border-color: #7E19B4 ;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.breadcrumb-sec {
    background: #F8F9FA;
}
.breadcrumb {
    margin-top: 1rem;
    justify-content: center;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-right: 0.5rem;
    display: none;
    color: #363636 ;
    padding-left: 0.5rem;
}
.customer-carousel .owl-next {
    position: absolute;
    left: -50px;
    top: 50%;
    background: #ffffff !important;
    opacity: 1 !important;
    border: 1px solid #ffffff30 !important;
    color: #414042 !important;
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    z-index: 9999;
    margin: 0 !important;
    transition: all .1s ease-in-out;
    transform: translateY(-50%);
    font-size: 18px !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.customer-carousel .owl-prev {
    position: absolute;
    right: -50px;
    top: 50%;
    background: #ffffff !important;
    opacity: 1 !important;
    border: 1px solid #ffffff30 !important;
    color: #414042 !important;
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    z-index: 9999;
    margin: 0 !important;
    transition: all .1s ease-in-out;
    transform: translateY(-50%);
    font-size: 18px !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}


/*   04 - Customer  Styles         */
.customer-block {
    border: 1px solid #e0d4d4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    margin-bottom: 25px;
    height: 136px;
    background: #ffffff;
}
.overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    text-align: center;
    background: #363636d4;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 15px 0;
    color: #ffffff;
    display: none;
}
.overlay h5{
    color: #ffffff;
    font-size: 1.1rem;
}
.customer-block img{
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
}
.customer-block:hover{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.customer-block:hover .overlay{
    display: block;
}
.more-btn {
    background: #ffffff;
    color: #009fe3;
    border: 1px solid #009fe3;
    padding: 8px 55px 10px 55px;
}
.more-btn:hover{
    background: #009fe3;
    color: #ffffff;
    border-color: #009fe3;
}
.gray-bg{
    background: #f5f5f5;
}
.customer-more {
    background: #ffffff;
    color: #7E19B4 ;
    border: 1px solid #7E19B4 ;
    padding: 6px 25px 8px 25px;
    float: left;
    margin-top: -60px;
}
.customer-more:hover{
    background: #7E19B4 ;
    color: #ffffff;
    border-color: #7E19B4 ;
}


/*   05 - Pricing  Styles          */
.pricing-sec{
    background: #f5f5f5;
}
.red-bg{
    background: #7E19B4 ;
}
.bblue-bg{
    background: #009fe3;
}
.pricing-sec .card-header h4{
    margin-top: 15px;
    color: #fff;
}
.pricing-sec .card-header{
    border-top-right-radius: 0.4rem !important;
    border-top-left-radius: 0.4rem !important;
    border: 0;
}
.pricing-sec .card{
    border-radius: 0.4rem;
    border: 0;
}
.pricing-sec .card ul li {
    padding: 10px;
}
.pricing-sec .card ul li i{
    color: #009fe3;
    margin-left: 10px;
}
.pricing-sec .card-title{
    font-size: 3.5rem;
}
.pricing-sec .card-title small{
    font-size: 16px;
    margin: 0 5px;
}
.pricing-sec .card-body{
    padding-bottom: 1.8rem;
}
.btn-close {
    box-sizing: content-box;
    width: 2em;
    height: 2em;
    opacity: 1;
    position: absolute;
    left: 1.5rem;
}
.modal-body {
    padding: 2rem 3rem;
}
.modal-content {
    border-radius: 25px;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}


/*   07 - Help Center Styles       */
.help-center-tabs{

}
.help-center-tabs .nav-link.active, .help-center-tabs .show>.nav-link {
    background-color: #7E19B4 ;
}
.help-center-tabs .nav-link{
    color: #fff;
    border: 0;
    background-color: #009fe3;
    border-radius: 12px;
    margin: auto;
    width: 100%;
    padding: 15px;
}
.help-center-tabs .nav-link span{
    display: block;
    font-size: 18px;
    margin-top: 15px;
}
.help-center-tabs .nav-item{
    padding: 0 10px;
}

.help-center-tabs .nav-link img{
    height: 100px;
}

.d-inline{
    display: inline-block;
}
.feature-carousel .owl-dots {
    position: absolute;
    bottom: -5px;
    width: 100%;
    text-align: right;
    margin: 0;
    padding-right: 18%
}
.feature-carousel .owl-dots .owl-dot span, .about-carousel .owl-dots .owl-dot span  {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    background: #009fe3;
    border-radius: 50%;
}
.feature-carousel .owl-dots .owl-dot.active span, .feature-carousel .owl-dots .owl-dot:hover span, 
.about-carousel .owl-dots .owl-dot.active span, .about-carousel .owl-dots .owl-dot:hover span{
    background: #7E19B4 ;
    width: 25px;
    border-radius: 10px;
}

a.blay-a {
    display: flex;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    text-align: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}
img.play-ico {
    width: 80px !important;
}
.video {
    position: relative;
}
.about-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    margin: 0;
    padding-left: 20%
}


/* dept  */
.gredient-bg {
    background-color: #F2F2F2; /* For browsers that do not support gradients */
   // background-image: linear-gradient(to left,#009fe3, #7E19B4 );
    padding-top: 25px;
    padding-bottom: 155px;
}
.dept-icon {
    padding: 15px;
    width: 110px;
    height: 110px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F8F9FA;
    margin: auto;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.dept-desc {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    margin-top: -50px;
    padding-top: 65px;
}
.dept-icon img{
    max-width: 80px;
    max-height: 80px;
    width: auto !important;
}
.dept-block{
    text-align: center;
    margin-bottom: 10px;
}
.dept-sec .sec-title h4, .dept-sec .sec-title p{
    color: #000000;
}
.dept-block:hover .dept-icon{
    background: #ffffff;
}
.dept-block:hover .dept-desc{
    background: #F8F9FA;
	box-shadow: 3px 3px 10px rgba(0,0,0,.3)!important
}
.dept-block:hover h5{
    color: #7E19B4 ;
}
.dept-carousel .owl-next {
    position: absolute;
    left: -50px;
    top: 45px;
    background: #ffffffa6 !important;
    opacity: 1 !important;
    border: 1px solid #ffffff30 !important;
    color: #414042 !important;
    width: 38px;
    height: 38px;
    border-radius: 50% !important;
    z-index: 9999;
    margin: 0 !important;
    transition: all .1s ease-in-out;
    /*transform: translateY(-50%);*/
    font-size: 18px !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.dept-carousel .owl-prev {
    position: absolute;
    right: -50px;
    top: 45px;
    background: #ffffffa6 !important;
    opacity: 1 !important;
    border: 1px solid #ffffff30 !important;
    color: #414042 !important;
    width: 38px;
    height: 38px;
    border-radius: 50% !important;
    z-index: 9999;
    margin: 0 !important;
    transition: all .1s ease-in-out;
    /*transform: translateY(-50%);*/
    font-size: 18px !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.dept-carousel {
    margin-top: -150px;
}

/* FQA  */
.accordion-item {
    margin-bottom: 25px;
    background: #F8F9FA;
}
.accordion-button {
    color: #202020;
    background-color: #f8f9fa;
    border: 0;
}
.accordion-collapse {
    border: 0;
    border-width: 0;
}
.accordion-button {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    font-size: 20px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #363636 ;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #202020;
    background-color: #f8f9fa;
}


.accordion-button::after {
    content: "\f067";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    background-image: none !important;
    transform: unset;
    background: #009fe3;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    font-size: 20px;
    width: 35px;
    height: 35px;
    position: absolute;
    left: -50px;
}
.action-nav .nav-link{
    background: #ffffff;
    border-radius: 10px;
    margin: 0 15px;
    border:  1px solid #d9d9da;
    text-align: right;
    display: inline-flex;
    align-items: center;
}
.action-nav .nav-link img {
    margin-right: auto;
    /* float: left; */
    width: 35px;
}
.accordion-item {
    margin-bottom: 25px;
    background: #F8F9FA;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 10px;
}
.accordion-button:not(.collapsed)::after {
    background: #7E19B4 ;
    content: "\f068";
}

/* ----------------- mobile view  ------------- */
.mobile-view{
    display: none;
}
.mobile-header {
    padding: 5px 0;
    background: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
.logo-div {
    margin-bottom: 0;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.m-logo {
    max-width: 15%;
    margin-left: auto;
}
.menu-button{
    color: #009fe3;
    font-size: 30px;
    margin-left: 15px;
}
.mobile-menu-overlay{
    width:100%;
    left:0;
    visibility:hidden;
    background-color:rgba(51,51,51,.51);
}
.menu-mobile,.mobile-menu-overlay{
    height:100%;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    z-index:9999;
}
.menu-mobile{
    min-width:100px;
    width:280px;
    background:#fff;
    transform:translateX(100%);
    transition:transform .4s ease;
    overflow:auto
}
.menu-mobile .body-menu-mobile .fa-times,.menu-mobile .header-menu-mobile .fa-times{
    cursor:pointer
}
.mobile-menu-overlay.active{
    opacity:1;
    visibility:visible;
    transition:transform .4s ease-in-out
}
.menu-mobile-active{
    transform:translateX(0);
    transition:transform .4s ease-in-out;
    z-index:99999;
    background: #ffffff;
}
.close-menu {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #000;
}
.header-menu-mobile .logo-opacity-bg {
    padding: 15px 25px;
    background: #fff ;
    text-align: center;
}
.header-menu-mobile .logo {
    width: 85%;
}
.login-nav {
    background: #202020;
    padding-right: 10px;
}
.login-nav a{
    color: #ffffff !important;
    font-size: 12px;
    padding: .5rem;
}
.login-nav a img{
    margin-right: 5px;
    width: 20px;
}
.body-menu-mobile .fixed-menu {
    height: 100%;
    position: unset;
    width: 100%;
}
.body-menu-mobile .list-group-item.active {
    background-color: #ffffff;
    border-color: rgba(0,0,0,.125);
}
.body-menu-mobile .list-group-item.active a{
    color: #7E19B4 ;
}
.body-menu-mobile .list-group-item {
    padding: .5rem .5rem;
}
.m-main-menu .dropdown-toggle::after {
    display: none;
}
.m-main-menu .dropdown-toggle i{
    font-size: 12px;
}
.m-main-menu .dropdown-menu a:hover{
    color: #ffffff;
    background: #2b5d6e;
}
.m-main-menu .dropdown-menu a{
    text-align: center;
}

select.form-control{
    display: block;
    width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    vertical-align: middle;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.top-header .navbar {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.fqa-block .video {
    position: relative;
    max-width: 600px;
    margin: auto;
}
.fqa-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    margin: 0;
}
.fqa-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    background: #009fe3;
    border-radius: 50%;
}
.fqa-carousel .owl-dots .owl-dot.active span, .fqa-carousel .owl-dots .owl-dot:hover span {
    background: #7E19B4 ;
    width: 25px;
    border-radius: 10px;
}
.view-carousel .owl-dots {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    margin: 0;
}
.view-carousel .owl-dots .owl-dot span {
    width: 16px;
    height: 14px;
    margin: 5px 7px;
    background: #009fe3;
    border-radius: 50%;
}
.view-carousel .owl-dots .owl-dot.active span, .fqa-carousel .owl-dots .owl-dot:hover span {
    background: #7E19B4 ;
    width: 25px;
    border-radius: 10px;
}
header.header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #ffff;
}
header.header.fixed .top-header{
    display: none;
}
.header.fixed .main-header .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.pt-70{
    padding-top: 70px;
}
.dept-block.active .dept-desc {
    background: #009fe3;
}
.dept-block.active .dept-desc h5{
    color: #ffffff;
}
.dept-block.active .dept-desc p{
    color: #ffffff;
}
.dept-block.active .dept-icon {
    background: #ffffff;
}
.dept-block{
    cursor: pointer;
}

/*adding*/
.gray .dept-desc
{
	background:#e9e0ffb9;
}

.navbar-brand img
{
	width:100px;
}
#message-s , #message
{
	color:#fff;
}
.navbar-brand
{
    padding-top: 10px;
}
.vat-logo
{
    max-width: 250px;
}
.vat-logo2
{
    max-width: 130px;
}
.system-test-btn
{
    font-size: 20px !important;
    padding-top: 0px;
}
.vat-logo3
{
    max-width: 50px;
}
.dept-block {
    text-align: center;
    margin-bottom: 30px;
}
.free-btn
{
    background: #1abc9c;
    color: #ffffff;
    border-radius: 5px;
    font-size: 20px !important;
    padding-top: 0px;
}
.free-btn:hover
{
    border:1px solid #1abc9c;
    color:#1abc9c;
    background: transparent;
}
.required label::after
{
    content:'(الزامي)';
    color:red;
    font-size: 12px;
    padding: 0 7px;
}
#rc-anchor-container
{
    margin: 15px auto !important;
}

.dept_desc_blog {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.3)!important;
}

.blog_btn
{
    display: table !important;
    text-align: center;
    padding: 10px;
    min-width: 80%;
}

.dept_desc_blog h4
{
    font-size: 20px;
}
.pagenation_warp
{
    overflow: hidden;
}
.pagination 
{
    float: left;
    margin-top: 15px;
}
.pagination li
{
    padding: 10px 15px;
    background: #f2f2f2;
    border-radius: 5px;
    margin: 0 3px;
}
.pagination li.active
{
    background: #7e19b4;
    color:#fff
}

.pagination li:hover
{
    background: #7e19b4;
    color:#fff
}


.pagination li.active a , .pagination li:hover a
{
    color:#fff
}

.blog_hr
{
    height: 5px !important;
    width: 34px;
    margin-top: 0;
    background-color: #7e19b4;
    opacity: 1;
}

.share-on-link a {
    background: #2e2d2c;
    border-radius: 30px;
    padding: 2px 6px;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
}
.share-on-link a:hover {
    background: #7e19b4;
}
.tag_word
{
    background: #7e18b4;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    margin: 0 4px 4px 4px;
    display: inline-block;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    body, section{
        width: 100%;
        overflow-x: hidden !important;
    }
    p {
        font-size: 15px;
        line-height: 1.5;
    }
    .h4, h4 {
        font-size: 1.2rem;
    }
    .h3, h3 {
        font-size: 1.4rem;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1rem;
    }
    .mobile-view{
        display: block;
    }
    .header {
        top: 0;
    }
    .main-header, .top-header{
        display: none;
    }
    .site-content {
        padding-top: 54px;
    }
    .slider-carousel .owl-next,.slider-carousel .owl-prev{
        display: none !important;
    }
    .about-carousel .owl-dots {
        bottom: unset;
        text-align: center;
        margin: 0;
        padding-right: 0;
    }
    .about-txt {
        margin-bottom: 20px;
    }
    .feature-carousel .owl-dots {
        position: absolute;
        bottom: -10px;
        width: 100%;
        text-align: center;
        margin: 0;
        padding-left: 0;
    }
    .feature-block {
        margin-bottom: 15px;
        overflow-y: hidden !important;
    }
    .customer-more {
        padding: 6px 4px 8px 4px;
    }
    .p-5 {
        padding: 0 !important;
    }
    .action-nav .nav-link {
        margin: 5px 5px;
    }
    .help-center-tabs .nav-link img {
        height: 50px;
    }
    .help-center-tabs .nav-link span {
        display: none;
    }
    .help-center-tabs .nav-item {
        padding: 0 5px;
    }
    .accordion-button::after {
        font-size: 16px;
        width: 30px;
        height: 30px;
        left: 10px;
    }
    .accordion-button {
        font-size: 16px;
    }
    .dept-carousel .owl-next, .customer-carousel .owl-next{
        position: absolute;
        left: -11px;
        top: 51%;
        width: 30px;
        height: 30px;
        font-size: 13px !important;
    }
    .dept-carousel .owl-prev, .customer-carousel .owl-prev {
        position: absolute;
        right: -11px;
        top: 51%;
        width: 30px;
        height: 30px;
        font-size: 13px !important;
    }
    .customer-carousel .owl-next,.customer-carousel .owl-prev{
        top: 40%;
    }
    /*---add*/
    .free-btn , .system-test-btn
    {
        font-size: 15px !important;
    }

}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    body, section{
        width: 100%;
        overflow-x: hidden !important;
    }
    p {
        font-size: 16px;
        line-height: 1.6;
    }
    .h4, h4 {
        font-size: 1.2rem;
    }
    .h3, h3 {
        font-size: 1.4rem;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1rem;
    }
    .mobile-view{
        display: block;
    }
    .header {
        top: 0;
    }
    .main-header, .top-header{
        display: none;
    }
    .site-content {
        padding-top: 54px;
    }
    .slider-carousel .owl-next,.slider-carousel .owl-prev{
        display: none !important;
    }
    .about-carousel .owl-dots {
        bottom: unset;
        text-align: center;
        margin: 0;
        padding-right: 0;
    }
    .about-txt {
        margin-bottom: 20px;
    }
    .feature-carousel .owl-dots {
        position: absolute;
        bottom: -10px;
        width: 100%;
        text-align: center;
        margin: 0;
        padding-left: 0;
    }
    .feature-block {
        margin-bottom: 15px;
        overflow-y: hidden !important;
    }
    .customer-more {
        padding: 6px 4px 8px 4px;
    }
    .p-5 {
        padding: 0 !important;
    }
    .action-nav .nav-link {
        margin: 5px 5px;
    }
    .help-center-tabs .nav-link span {
        display: none;
    }
    .help-center-tabs .nav-item {
        padding: 0 5px;
    }
    .accordion-button::after {
        font-size: 16px;
        width: 30px;
        height: 30px;
        left: -38px;
    }
    .dept-carousel .owl-next ,.customer-carousel .owl-next{
        position: absolute;
        left: -11px;
        top: 51%;
        width: 30px;
        height: 30px;
        font-size: 13px !important;
    }
    .dept-carousel .owl-prev ,.customer-carousel .owl-prev{
        position: absolute;
        right: -11px;
        top: 51%;
        width: 30px;
        height: 30px;
        font-size: 13px !important;
    }
    .customer-carousel .owl-next,.customer-carousel .owl-prev{
        top: 40%;
    }
    
}

@media (min-width: 768px) and (max-width: 991.98px) { 
    .mobile-view{
        display: block;
    }
    .header {
        top: 0;
    }
    .main-header, .top-header{
        display: none;
    }
    .site-content {
        padding-top: 54px;
    }
   /* .owl-next, .owl-prev{
        display: none !important;
    }*/
    .p-5 {
        padding: 1rem!important;
    }
    .help-center-tabs .nav-link span {
        font-size: 16px;
    }
    .help-center-tabs .nav-link {
        padding: 10px;
    }
    .social-icon-nav a {
        margin: 0 5px;
    }
    .about-txt p {
        max-height: 123px;
        overflow: hidden;
    }
    .about-txt {
        padding-bottom: 10px;
    }

}
/*// Large devices (desktops, 992px and up)*/
@media (min-width: 1200px) and (max-width: 1366px) { 
   
}

@media (min-width: 992px) and (max-width: 1199px) { 
    .small-btn {
        padding: 0.375rem 0.4rem;
    }
    .navbar-brand {
        margin-left: 1rem;
    }
    .main-header .navbar-nav .nav-link {
        margin-right: 0.3rem;
        margin-left: 0.3rem;
        font-size: 13px;
    }
    .accordion-button::after {
        left: -40px;
    }
    .blue-btn {
        padding: 5px 25px 8px 25px;
    }
    .about-txt p {
        max-height: 123px;
        overflow: hidden;
    }
    .about-txt {
        padding-bottom: 10px;
    }
    .dept-carousel .owl-prev,.dept-carousel .owl-next {
        top: 35px;
    }
    
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }
