body {
    font-size: 16px;
    font-family: rubik;
    color: #331d74;
    font-family: "Rubik", sans-serif;
}





::selection {
    background: #2EAAFF ;
    color: white
}


/* ========== Top navbar  ========== */

/* 1. Enable smooth scrolling */
html {
    scroll-behavior: smooth;
  }
  
  /* 2. Make nav sticky */
  main > nav {
    position: sticky;
    top: 2rem;
    align-self: start;
  }
  
  /* 3. ScrollSpy active styles (see JS tab for activation) */
  .section-nav li.active > a {
    color: #333;
    font-weight: 500;
  }
  
  /* Sidebar Navigation */
  .section-nav {
    padding-left: 0;
    border-left: 1px solid #efefef;
  }
  
  .section-nav a {
    text-decoration: none;
    display: block;
    padding: 0.125rem 0;
    color: #ccc;
    transition: all 50ms ease-in-out; /* 💡 This small transition makes setting of the active state smooth */
  }
  

  
  h1 {
    font-weight: 300;
  }
  
  /** page layout **/
  main {
    display: grid;
    grid-template-columns: 15em 1fr;
    max-width: 100em;
    width: 90%;
    margin: 0 auto;
  }
  
  /** enlarge the sections for this demo, so that we have a long scrollable page **/
  section {
    padding-bottom: 20rem;
  }
  


/* ========== navbar  ========== */

.bg-inverse {
    background-color: #ffffff00;
    z-index: 100;
}

.navbar-brand {
    position: relative;
    padding: 0;
}

.navbar-brand img {
    width: 150px;
}



ul li,
ol li {
    list-style: none;
}

.navbar-expand-md .navbar-nav .active>.nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open>.nav-link {
    width: 100%;
    border-bottom: 1px solid #2eaaff;
}


.navbar-expand-md .navbar-nav .nav-link {
    color:#331d74;
    font-size: 14px;
    padding: 7px 15px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    background: 0 0;
    margin-top: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover::before,
.navbar-expand-md .navbar-nav .nav-link:focus {
    color: #2eaaff ;

}


.navbar-expand-md .navbar-nav .nav-link .active {
    color: #2eaaff ;

}

.navbar.light-header {
    background-color: #ffffff;
    box-shadow: 1px 1px 9px 0 rgb(192 192 201 / 48%);
}

.navbar .btn-outline-success {
    color: #fff;
    background-color: #2EAAFF ;
    border-color: #2EAAFF ;
    border-radius: 50px;
    padding: 8px 27px;
    margin-right: 4px;
}

.navbar .btn-outline-success:hover {
    color: #fff;
    background-color:#261571;
    border-color:#261571;
}

.navbar .btn-outline-success:not(:disabled):not(.disabled).active,
.navbar .btn-outline-success:not(:disabled):not(.disabled):active,
.navbar .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color:#261571;
    border-color:#261571;
}

.navbar .dropdown-item {
    padding: 20px 35px;
    color:#261571;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
}

.navbar .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2EAAFF ;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    box-shadow: 0 9px 10px rgb(148 169 200 / 27%);
    border-radius: 0;
    margin: 10px 0 0;
}

.navbar .see-more-btn a {
    color: #2EAAFF ;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 10px 40px;
    font-size: 13px;
}

.navbar .dropdown-menu {
    padding: 0;
    margin: 10px 0 0;
    border: 1px solid rgb(255 255 255);
}

.navbar .btn-primary {
    background-color: #2EAAFF;
    color: #ffffff;
    border-color: #2EAAFF;
    border-radius: 50px;
    padding: 8px 25px;
    font-size: 14px;
    margin-left: 10px;
}

.navbar .btn-primary:active {
    background-color: #2EAAFF;
    color: #ffffff;
    border-color: #2EAAFF;
}

.navbar .btn-primary:not(:disabled):not(.disabled).active,
.navbar .btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #2EAAFF;
    color: #ffffff;
    border-color: #2EAAFF;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
    color:#261571;
    text-decoration: none;
    background-color: #f3f8fd;
}

.navbar .navbar-nav .nav-link:hover::before {
    transform-origin: bottom left;
    transform: scaleX(1);
}
.navbar .navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: .5px;
    bottom: 0;
    left: 0;
    background-color: #2eaaff;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}


/**************** navbar *******************/

.navbar {
    padding: 17px;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
    transition: background-color .3s, transform .3s, -webkit-transform .3s;
}

.deleteAnimation {
    transform: translateY(-102%);
}

.addAnimation {
    transform: translateY(0%);
}


/* ========== hero-area  ========== */

.hero-area-bg {
    background: url(../images/shape-1.png) no-repeat center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 1150px;
    background-color: #F6F5FA;

}


.hero-area-bg .width-100 {
    width: 100%;
}

.hero-area-bg .float-right {
    float: right !important;
}

.hero-area-bg .play-button-wrapper {
    top: 45%;
    width: 35.5%;
    right: 0px;
}

.hero-area-bg .play-button-wrapper img {
    width: 40%;
}

.hero-area-bg .offers-title-top {
    margin-top: 40px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hero-area-bg .right-bg {
    float: right;
    padding: 48px 0;
    width: 90%;

}

.hero-area-bg .right-bg-2 {
    width: 65%;
    float: right;
    padding: 40px 0;
}

.hero-area-bg .right-bg-offer {
    width: 95%;
    float: right;
    right: 1px;
    overflow: hidden;
    padding: 50px 0;
}

.hero-area-bg .header-text {
    width: 100%;
    padding: 150px;
    text-align: center;
}

.hero-area-bg .header-text h1 {
    font-weight: bold;
    font-size: 58px;
    line-height: 67px;
    margin-bottom: 15px;
    color: #331d74;
    margin-top: 20px;
    text-align: center;
}

.hero-area-bg .header-text span {
     color:#331d74;
     font-size: 18px;
}


.hero-area-bg .header-text h2 {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: normal;
    color: #FFFFFF;
}

.hero-area-bg .header-text p {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
    color:#ffffff;
    text-align: justify;

}

.hero-area-bg .btn-primary {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #331D74;
    color: #ffffff;
    border-color: #331d74;
    border-radius: 50px;
    padding: 16px 40px;
    font-size: 22px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0;
}



.hero-area-bg .btn-primary:not(:disabled):not(.disabled).active,
.hero-area-bg .btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #331D74;
    color: #ffffff;
    border-color: #331d74;}


.hero-area-bg .las {
    margin-left: 8px;
    font-size: 20px;
    padding: 5px 0px;
}



.hero-area-bg .values-min {
    margin-top: 60px;
}

.hero-area-bg .values-min .list-unstyled {
    display: inline-flex;
}

.hero-area-bg .values-min .list-unstyled li {
    margin-right: 20px;
    font-size: 16px;
    color:#261571
}

.hero-area-bg .values-min .list-unstyled .las {
    font-size: 15px;
    color: #2EAAFF ;
    margin-right: 10px;
}

.hero-area-bg .carousel {
    height: 500px;
}

.hero-area-bg .carousel-indicators {
    bottom: -40px;
}


.hero-area-bg .carousel-indicators li {
    background-color: #2EAAFF ;
    width: 12px;
    height: 4px;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 0;
}











  
 


/***********  clients  *******************/

.clients {
    padding: 50px 0;
    text-align: center;
    min-height: 220px;
    background-color: #FFFFFF;
}

.clients h2 {
    font-weight: bold;
    color: #14003A;
    font-size: 25px;
    margin-bottom: 22px;
    line-height: 45px;
}


.clients img {
    width: 135px;
    border-radius: 12px;
    filter: grayscale(100%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;

}

.clients img:active,
.clients img:focus,
.clients img:hover {
    transform: translateY(-8px);
    filter: grayscale(0);
}



/* ========== slider 1  ========== */


@keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }
  .clients .slider {
    height: 160px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
  }
  .clients .slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
  }
  .clients .slider .slide {
    height: 100px;
    width: 250px;
  }
 

/****************  About  *******************/

.about{
    text-align: center;
    min-height: 700px;
    padding: 100px;
}

.about img{
   width: 450px;
   float: left;
}

.about span{
    font-weight: bold;
    color: #331d74 ;
    margin-left: 71px;
}

.about .box_about span::before {
    content: "";
    position: absolute;
    top: 33px;
    left: 17px;
    width: 56px;
    height: 1px;
    background-color: #2eaaff;
}



.about h2{
    font-size: 25px;
    font-weight: bold;
    width: 60%;
    margin: 10px auto;
    margin-bottom: 40px;
    line-height: 35px;
}

.about .media {
    margin-bottom: 20px;
}
.about .las {
    margin-right: 0;
    margin-left: auto;
}

.about .las {
    margin-right: 3px;
    font-size: 20px;
    color: #fff;
    padding: 5px 0px;
}
.about h6 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 25px;
    background-color: #ffffff;
    padding: 0 8px;
    border-radius: 10px;
    text-align: left;
}


.about .box_about{
   margin-top: 25px;
   text-align: left;
 }
  
.about .box_about h4{
    font-size: 34px;
    font-weight: bold;
    margin: 20px 0;
    text-align: left;
    line-height: 40px;
}


  
.about .box_about p{
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
}


.about .box_about .btn-primary {
    background-color: #2EAAFF;
    color: #ffffff;
    border-color: #2EAAFF;
    border-radius: 50px;
    padding: 6px 36px;
    font-size: 16px;

}
  

.about .box_about .btn-primary:active {
    background-color: #2EAAFF;
    color: #ffffff;
    border-color: #2EAAFF;
}

.about .box_about .las {
    margin-left: 8px;
    padding: 11px 0px;
}



/* ===== saudi tuned ===== */

.saudi-tuned {
    text-align: center;
    background: rgb(19, 0, 53);
    background: linear-gradient(224deg, rgba(19, 0, 53, 1) 0%, rgba(62, 69, 171, 1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 300px;
    padding: 60px 0;
}


.saudi-tuned img{
 width: 7%;
 margin: 15px;
}




/* ===== tabs PAGE ===== */

.about .price-tabs {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgb(39 39 39 / 10%);
    box-shadow: 0 5px 20px 0 rgb(39 39 39 / 10%);
    display: inline-block;
    padding: 7px;
    border-radius: 40px;
    border: 1px solid var(--color2);
    margin-bottom: 45px;
}

@media (max-width: 768px) {
    .about  .price-tabs {
        margin-bottom: 60px;
    }
    .left-bg {
        display: none;
    }
}

.about .price-tabs .nav-link {
    color: var(--color1);
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    padding: 12px 35px;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 768px) {
    .about  .price-tabs .nav-link {
        padding: 12px 40px;
    }
}

.about .price-tabs .nav-link.active {
    background-color: var(--color2);
    color: var(--color1);
}



.about .price-tabs {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgb(39 39 39 / 10%);
    box-shadow: 0 5px 20px 0 rgb(39 39 39 / 10%);
    display: inline-block;
    padding: 7px;
    border-radius: 40px;
    border: 1px solid var(--color2);
    margin-bottom: 45px;
}

.about .price-tabs .nav-link.active {
    background-color: #f7bf00;
    color: #000000;
}

@media (min-width: 768px) {
    .about .price-tabs .nav-link {
        padding: 12px 40px;
    }
}





/****************  features_section  *******************/

.features_section{
    text-align: center;
    background: #331D74;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 750px;
    padding: 60px 0;
}

.features_section img{
   float: right;
}

.features_section span{
    font-weight: normal;
    color: #2EAAFF ;
}



.features_section h2{
    font-size: 25px;
    font-weight: bold;
    width: 60%;
    margin: 10px auto;
    margin-bottom: 73px;
    color: #FFFFFF;
    line-height: 34px;
}

.features_section .media {
    margin-bottom: 20px;
}

.features_section h6 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 25px;
    background-color: #ffffff;
    padding: 0 8px;
    border-radius: 10px;
    text-align: left;
    color: #FFFFFF;

}


.features_section .box_about{
    margin-top: 25px;
    border-left: 1px solid #31499f;
    padding: 30px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0;
 }

 .features_section .box_about:hover{
    border-left: 1px solid #2EAAFF;
 }


 .features_section .box_about h5 {
    font-weight: bold;
    color: #2EAAFF;
    text-align: left;
    font-size: 25px;
    margin-bottom: 10px;
}
  
.features_section .box_about h4{
    font-size: 25px;
    font-weight: bold;
    margin: 15px 0;
    text-align: left;
    color: #FFFFFF;
    line-height: 38px;

}

.features_section .icon{
    background-color: #324197;
    padding: 25px 20px;
    border-radius: 25px 0 0 0;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

  
.features_section .box_about p{
    line-height: 27px;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
    color: #FFFFFF;


}




.features_section .box_about .btn-primary {

    background-image: linear-gradient(to right, #ffc107 0%, #ffd401 51%, #ffc107 100%);
    color: #14003A;
    border-color: #ffd401;
    border-radius: 50px;
    padding: 8px 25px;
    font-size: 14px;
    float: left;

}

.features_section .box_about .btn-primary:not(:disabled):not(.disabled).active, 
.features_section .box_about .btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #14003A;
    background-color: #ffd401;
    border-color: #ffd401;
}
  

.features_section .box_about .las {
    margin-left: 8px;
    padding: 5px 0px;
}







/****************  industries  *******************/


.industries {
    padding: 80px;
    text-align: center;
}

.industries .box_industries{
    text-align: left;
    height: 98%;
    margin-top: 10px;
    border-color: #fff;
    background: #F8F8F8;
    padding: 40px;
    border-radius: 15px;
    -webkit-transition: all .3s ease-in-out;
    -mox-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
 

}


.industries .box_industries .icon img{
    background-color: #ffffff;
    padding: 20px 20px;
    border-radius: 25px 0 0 0;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    
    }

.industries .box_industries:hover {
    border-color: #fff;
    background:  #f7f6ff;

}



.industries span{
    font-weight: normal;
    color: #2EAAFF ;
}

.industries h2{
    font-size: 25px;
    width: 50%;
    margin: 15px auto 30px auto;
    font-weight: bold;
    line-height: 33px;

}


.box_industries_footer{

    padding: 20px;
}


.industries .box_industries_footer h3{
    text-align: left;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 30px;

}
.industries .box_industries_footer p{
    text-align: left;
    font-size: 18px;
    line-height: 28px;

}



.industries .box_industries .las,.lab{

    background-color: #2EAAFF ;
    padding: 18px;
    font-size: 33px;
    border-radius: 100px;
    margin-bottom: 30px;
    width: 70px;
    height: 70px;
}

.industries  h6{
    line-height: 22px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
}


.industries .box_industries h4{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 28px;
}

.industries .box_industries p{

    line-height: 24px;
    font-size: 14px;
}







:root {
    --white: white;
    --gray: #999;
    --lightgray: whitesmoke;
    --popular: #ffdd40;
    --starter: #2EAAFF;
    --essential: #2EAAFF;
    --professional: #2EAAFF;
  }
  


  section:nth-child(1),
  section:nth-child(3) {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  


  /***********  contact  *******************/

  
  .box_contact {
    padding: 80px;
    text-align: center;
    background-color: #f7f6ff;
}

.box_contact .contact_box {
    height: 95%;
    margin-top: 10px;
    border-color: #fff;
    background: #ffffff;
    box-shadow: 0 15px 40px rgb(21 21 21 / 9%);
    padding: 40px;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -mox-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box_contact .contact_box:hover {
    border-color: #fff;
    background: #f7f6ff;
}

.box_contact .contact_box .las {
    background-color: #fdc339;
    padding: 18px;
    font-size: 33px;
    border-radius: 100px;
    margin-bottom: 30px;
    width: 70px;
    height: 70px;
    color: var(--color1);
}

.box_contact span{
    font-weight: normal;
    color: #2EAAFF;
}
.box_contact h2{
    font-size: 25px;
    width: 50%;
    margin: 15px auto 10px auto;
    font-weight: bold;
    line-height: 33px;
}

.box_contact .btn-primary {
    background-color: #2EAAFF;
    color: #ffffff;
    border-color: #2EAAFF;
    border-radius: 50px;
    padding: 8px 25px;
    font-size: 16px;
}

.box_contact .form-control {
    display: block;
    padding: 25px 13px;
    color: #331d74;
    background-color: #f7f6ff;
    border: 0;
    border-radius: 10px;
}

.box_contact .contact_form{

    width: 60%;
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-top: 50px;
    box-shadow: 0 15px 40px rgb(21 21 21 / 9%);
    margin: 30px auto;
}

.box_contact h6 {
    line-height: 22px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.box_contact .contact_box h4 {
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 20px;
}

.box_contact .contact_box p {
    line-height: 24px;
    font-size: 14px;
}

.send_message {
    margin-bottom: 50px;
}

.send_message h2 {
    font-size: 25px;
    font-weight: bold;
    padding: 0 0 30px 0;
}

.send_message .btn-primary {
    background-image: linear-gradient(to right, #ffc107 0%, #ffd401 51%, #ffc107 100%);
    color: #14003A;
    border-color: #ffd401;
    border-radius: 50px;
    padding: 8px 25px;
    font-size: 14px;
}


.send_message textarea.form-control {
    height: 133px;
}

.send_message .form-control {
    font-size: 14px;
}

.send_message .form-group {
    padding: 0;
}

.typewrite > .wrap {
    border-right: 1px solid #2EAAFF;
}

/***********  footer  *******************/

.footer {
    text-align: center;
}



.footer .footer-min{
    min-height: 400px;
    padding: 100px 0 50px 0;
    color: #fff;
    text-align: left;
    background-color: #161A1E;
}


.footer ul li,
ol li {
    list-style: none;
    text-align: left
}

.footer li a {
    font-size: 14px;
    line-height: 29px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer li a:hover {
    color: #ffffff;
}

.footer h2 {
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer p {
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: lighter;
}

.footer img {
    width: 30%;
    margin-bottom: 20px;
}

.footer .heading-divider:before {
    content: '';
    display: inline-block;
    width: 100%;
    border-top: 1px solid #7c84ad52;
}

.footer h3 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 25px;
}

.footer .social-media {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
}

.footer .footer-category {
    margin-top: 15px
}


.footer .form-control {
    background-color: #091636;
    border: 1px solid #5f86c2;
    color: #ffffff
}

.footer .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(95 134 194 / 16%);
}





/* copyright */

.copyright {
    font-size: 14px;
    color: #6872a0;
    padding-top: 10px;
    text-align: center;
    background-color: #161A1E;
    padding: 5px 0 9px 0;
}

.copyright h5 {
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 14px;
    text-align: left;
    line-height: 25px;
}

.copyright .logo {
    text-align: left
}

.copyright img {
    width: 40px;
    margin-top: 25px;
}



.copyright .social-media{float: left;}

.copyright .lab {
    background-color: #23292e;
    padding: 9px;
    font-size: 21px;
    border-radius: 100px;
    margin-bottom: 0;
    width: 40px;
    height: 40px;
    color: #ffffff;
}




/***********  terms  *******************/

.terms {
    padding: 60px 0 30px 0;
    min-height: 730px;
    background-color: #f5f8fb;
    margin-top: 60px;
}

.terms ul li, ol li {
    list-style: disc;
    margin-left: 30px;
    line-height: 25px;
}

.terms .terms-body {
    background-color: #FFFFFF;
    padding: 10px 35px;
    box-shadow: 0 10px 50px rgba(4, 75, 194, .1);
    border-radius: 8px;
}

.terms .body-text{
    line-height: 25px;

}

.terms h2 {
    font-weight: bold;
    color: #14003A;
    font-size: 35px;
    margin-bottom: 40px;
    text-align: center;
}
.terms h1 {
    font-weight: 600;
    color: #14003A;
    font-size: 30px;
    margin-top: 20px;
}

.terms h3 {
    font-weight: 700;
    color: #14003A;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 30px;
    width: 100%;
}

.terms h5 {
    font-weight: 600;
    line-height: 27px;
    font-size: 18px;
    color: #af8727;
}

.terms p {
      line-height: 25px;
  }



.terms a {
    color: #af8727;
}

.terms .terms-body .margin-footer-2 {
    margin-bottom: 500px
}





/* ========== Faq ========== */

.hero_faq {
    height: 250px;
    margin-top: 60px;
    background-color: #f5f9ff;
    text-align: center;
}

.hero_faq .header-text {
    padding: 80px 0;
}

.hero_faq h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.box_faq {
    padding: 50px;
    text-align: center;
}





.box_faq .faq_box h4{
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}



.box_faq a {
    color: #191a1a;
    text-decoration: none;
    background-color: transparent;
}


.box_faq .media {
    text-align: left;
    min-height: 80px;
    margin-top: 10px;
    border-color: #fff;
    background: #ffffff;
    box-shadow: 0 15px 40px rgb(21 21 21 / 9%);
    padding: 25px;
    margin-bottom: 10px;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -mox-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box_faq .media:hover {
    border-color: #fff;
    background: #f7f6ff;
}


.box_faq .media h5 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 15px;
}

.box_faq .media .las{
    font-size: 43px;
    background-color: #fdc339;
    padding: 5px;
    margin-left: 10px;
    border-radius: 10px;
}


.hero_answer {
    min-height: 201px;
    margin-top: 42px;
    background-color: #f5f9ff;
    text-align: left;
}

.hero_answer .header-text {
    padding: 80px 0;
}

.hero_answer h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: start;
}
.hero_answer p {
    line-height: 26px ;
    text-align: start;
     
 }
 

.box_answer{
    padding: 0;
}

.box_answer ul {
    list-style: disc;
    margin-right: 17px;
    margin-top: 15px;
}

.box_answer li {
    line-height: 30px;
}
.box_answer ul li, ol li {
    list-style: disc;
    margin-left: 30px;
    line-height: 33px;
}

.box_answer ::marker {
    color: #fdc339;
}

.box_answer img {
    display: block;
    padding: 8px;
    -webkit-box-shadow: -2px 3px 20px -8px #797979;
    box-shadow: -2px 3px 20px -8px #797979;
    border-radius: 10px;
    margin: 25px auto 50px auto;
}

.box_answer a {
    color: #ddb701;
    
}

.box_answer h4 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 20px;
    
}


.box_answer p {
   line-height: 26px ;
    
}

.breadcrumb_faq{
   padding: 17px 0 0 0 ;
}


.breadcrumb_faq .breadcrumb {
   
    background-color: #ffffff;
    border-radius: .25rem;
    padding: 0;
}

.breadcrumb_faq .breadcrumb ul li, ol li {
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    
}
.breadcrumb_faq .breadcrumb-item.active {
    color: #6c757d;
    font-size: 14px;

}

.breadcrumb_faq .breadcrumb a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    font-size: 14px;
}








.about_box {
    text-align: center;
    background: rgb(19, 0, 53);
    background: linear-gradient(224deg, rgba(19, 0, 53, 1) 0%, rgba(62, 69, 171, 1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 500px;
    padding: 60px 0;
}

.about_box .box_about {
    margin-top: 10px;
    background-color: #2f2888;
    border-radius: 20px;
    padding: 35px;
    color: #fcfcfc;
    text-align: left;
    height: 100%;

   
}



.about_box .box_about h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0;
}

.about_box .box_about .las {
    font-size: 25px;
    color: #ffd401;;
}

.about_box .box_about p {
    font-size: 14px;
    line-height: 25px;
}

.about_box .shapes {
    position: absolute;
    z-index: -1;
}

.about_box .shape-one {
    left: 0;
    bottom: -40%;
}

.about_box .shape-two {
    right: 0;
    top: -43%;
}

.about_box .shape-three {
    left: -5px;
    top: 8%;
}

.about_box .shape-four {
    right: -5px;
    top: 57%;
}



.tutorial{padding: 30px;}

.tutorial .card-text:last-child {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    color: #14003a;
}

.tutorial .card {
    border: 0 solid rgba(0, 0, 0, .125);
    margin-bottom: 20px;
    border-radius: 15px;
}

.tutorial img {
   
    border: 2px solid #fff;
    box-shadow: 0 15px 40px rgb(21 21 21 / 9%);
    border-radius: 15px;
}



iframe {
    height: 600px;
    width: 100%;
}

.modal-dialog {
    max-width: 1000px;
}



.tutorial .card-body p{
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}

.tutorial .play-btn{
    transition: all 0.3s;
    position: absolute;
    left: 50%;
    top: 49%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.tutorial .play-btn img{
  width: 50px;
  height: 50px;
  border: 0;
  margin-top: 80px;
}

.tutorial .play-btn img {
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 85px;
    height: 85px;
    position: relative;
    margin: 0 auto;
    border-radius: 150px;
    border: solid 15px #fff;
    animation: play 1.5s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .tutorial .play-btn img:before {
    background: #fff;
    content: "";
    width: 233px;
    height: 104px;
    position: absolute;
    top: 13px;
    right: 16px;
    border-radius: 100px;
    border: solid 15px #fff;
    z-index: 99998;
    transform: rotate(45deg);
    transform-origin: bottom;
  }
  .tutorial .play-btn img:after {
    background: #12A5F4;
    background-size: 100% 100%;
    content: "S";
    line-height: 205px;
    color: #fff;
    font-size: 150px;
    font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: absolute;
    border-radius: 150px;
    z-index: 99999 !important;
  }
  .tutorial .play-btn img:hover {
    animation: none;
    transform: scale(1.2);
    transition: 0.5s;
  }
  
  @keyframes play {
    0% {
      transform: scale(1);
    }
    15% {
      box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
    }
    25% {
      box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    }
    30% {
      transform: scale(1.2);
    }
    50% {
      box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
    }
    80% {
      transform: scale(1);
    }
  }
















/* ========== loading ========== */

.laoding {
    background-color: #2EAAFF ;
    color: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}

.sk-circle {
    margin: 300px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #FFFFFF;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* ========== toTop ========== */

#toTop {
    position: fixed;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    display: none;
    margin-right: 0;
    z-index: 100;
}

#toTop .las {
    font-size: 16px;
    background-color: #2EAAFF ;
    border-radius: 150px;
    padding: 14px 14PX;
    color:#ffffff;
}




/* ========== Responsive Stylings ========== */





@media (max-width: 1440px) {
  
}

@media (max-width: 1024px) {

    .footer .slogan {
        margin: 23px auto;
     }

     iframe {
        height: 500px;
    }

    .hero-area-bg {
        background: url(../images/shape-1.png) no-repeat center;
        background-repeat: no-repeat;
        position: relative;
        min-height: 1047px;
        background-color: #F6F5FA;
    }

  
}

@media (max-width: 992px) {

}

@media (max-width: 991px) {
    .hero-area-bg .right-bg {
       display: none;
    }
}

@media (max-width: 768px) {

    iframe {
        height: 300px;
    }



    .modal-dialog {
        max-width: 500px;
        margin: 15.75rem auto;
    }

    .footer .slogan {
     
        width: 90%;
      
    }

    .footer .footer-min {
        padding: 115px 0 50px 0;
       
    }

 

      .navbar-expand-md .navbar-nav .nav-link {
        padding: 7px 12px;
     
    }



    .pricing .navbar .las {
        color: #14003a;
    }

 

    .footer h3 {
       
        font-size: 18px;
        margin-bottom: 5px;
        margin-top: 25px;
    }

    .features_section img {
        float: right;
    }

    .industries {
        padding: 10px;
        text-align: center;
    }

    .industries .box_industries {
              padding: 20px;
       
    }

    .features_section h2 {
        font-size: 25px;
        width: 100%;
        margin: 10px auto;
        margin-bottom: 30px;
       
    }

    .footer .slogan h2 {
        font-size: 25px;
       
    }

    .hero-area-bg .header-text h1 {
        font-weight: bold;
        font-size: 34px;
        line-height: 38px;
    
    }

    .hero-area-bg {
              min-height: 760px;
    }

    .hero-area-bg .header-text {
        padding: 89px 0;
        text-align: center;
    }

    .saudi-tuned img {
        width: 16%;
        margin: 15px;
    }

    .box_contact {
        padding: 40px 0;
        text-align: center;
        background-color: #f7f6ff;
    }


  

}

@media (max-width: 767px) {

    .features_section .box_about {
        margin-top: 0;
      
    }

    .saudi-tuned {
    
        min-height: 180px;
        padding: 30px 0;
    }

    .hero-area-bg .btn-primary {
     
        padding: 11px 26px;
        font-size: 17px;
     
    }

    .navbar-brand img {
        width: 100px;
    }

    .box_faq {
        padding: 29px 10px;
        text-align: center;
    }
   

    .send_message .btn-primary {
        margin-bottom: 20px;
     }

    .box_contact {
        padding: 10px;
        text-align: center;
    }
    .clients {
        padding: 30px 0 0 0;
    }

    .hero-area-bg .header-text h1 {
        font-size: 30px;
        line-height: 39px;
    }

    .hero-area-bg .header-text p {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 30px;
    }

    .about .price-tabs .nav-link {
   
        font-size: 14px;
        padding: 12px 25px;
       
    }

    .pricing .header {
        margin-top: 50px;
        padding: 26px 0;
    }

    .pricing .header h2 {
        font-size: 22px;
      
    }

    .pricing .header p {
       line-height: 25px;
    }



    .pricing .navbar-expand-md .navbar-nav .nav-link{
        border-bottom: 1px solid #dfdfdf;
        padding: 7px 12px;  
        font-size: 14px;
        padding: 18px 15px;
    }

    .footer svg {
        display: none;
      }
        

    .navbar-expand-md .navbar-nav .nav-link {
        border-bottom: 1px solid #3c41a5;
        font-size: 14px;
        padding: 18px 15px;
      
    }

    .navbar .btn-primary {
      
        padding: 8px 25px;
        font-size: 14px;
        margin-top: 20px;
        width: 100%;
    }

    .navbar .las {
       color: #19014d;
    }

    .bg-inverse {
        background-color: #ffffff;
        z-index: 100;
    }

    .copyright h5 {
     
        text-align: center;
      
    }

    .copyright .social-media {
        float: none;
    }

    .footer .footer-min {
        padding: 25px;
    }


    .footer .slogan {
              position: relative;
       
    }

    .hero-area-bg .header-text {
        width: 100%;
        padding: 126px 25px;
        margin-top: 0;
    }

    .tutorial .play-btn img {
        width: 55px;
        height: 55px;
       
    } 
    
    .about {
        text-align: center;
        min-height: 700px;
        padding: 10px;
    }
    .clients h2 {
        font-size: 20px;
        margin-bottom: 22px;
        line-height: 28px;
    }
    
    .about h2 {
        font-size: 20px;
        width: 100%;
        margin: 10px auto;
        margin-bottom: 73px;
        line-height: 28px;
    }
    .features_section h2 {
        font-size: 20px;
              width: 100%;
        margin: 10px auto;
        margin-bottom: 73px;
               line-height: 30px;
    } 

    .features_section img {
        float: right;
        margin-top: 0;
    }
    .box_contact .contact_form {
        width: 100%;
     
    }

    .box_contact h2 {
        width: 100%;
       
    }

    .industries {
        padding: 10px;
        text-align: center;
    }

    .industries h2 {
        font-size: 20px;
        width: 100%;
        margin: 15px auto 30px auto;
        font-weight: bold;
    }

    .about_box .box_about {
     
        height: 96%;
    }

}

@media (max-width: 540px) {

  
 
}