body{
  font-family: 'Tajawal', sans-serif;

  font-size: 14px;
}
li,p{
  color: #636363;
  font-size: 17px;
  line-height: 30px;
  font-family: 'Tajawal', sans-serif;
  font-weight: 500;
}
a:hover, a:active{
      text-decoration: none;
}

.navbar-nav {
    margin-left: auto!important;
  }
  .navbar {
   position: fixed;
    z-index: 999!important;
    width: 100%;
  }
  .margin_left_auto{
    margin-left: auto!important;
  }
  .navbar.bg-light.customnav{
    background-color: rgba(39, 42, 52, 0.36)!important;
  }
  .navbar-light .navbar-brand {
    color: #fff!important;
    font-size: 24px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff!important;
    font-size: 18px;
  }
  .nav-item.active{
    font-weight: 500;
  }
  .navbar.customnav.scrolled {
  background-color: #272a33!important;
  transition: background-color 200ms linear;
}
/*______________________section_1_________*/
.main_section{
  background: url(../images/section-1-banner.png) no-repeat 50% 50%;
  background-size: cover!important;
  height: 639px;
  position: relative;

    }
  .main_section .main_header{
    text-align: center;
    font-size: 48px;
    color: #fff;
    padding: 233px 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 75%;
}
.carousel-inner .corousel_box{
  max-width: 32%;
  

}
.carousel-inner .corousel_box h1{
    color: #293A54!important;
    padding-bottom: 15px;
}
.carousel-inner .corousel_box p{
    color: #293A54!important;
    padding-bottom: 15px;
}
.carousel-inner .corousel_box.whitetext h1{
    color: #fff!important;
    padding-bottom: 15px;
}
.carousel-inner .corousel_box.whitetext p{
    color: #fff!important;
    padding-bottom: 15px;
}
.corousel_box .btn-primary{
    background: #f74777 !important;
    border-color: #f74777 !important;
    border: 2px solid;
    font-weight: 500;
}
.corousel_box .btn-primary:hover{
    background: #ea4672!important;
    border-color: #ea4672!important;
    color: #fff;
  }
.corousel_box .btn-primary.black_border_btn{
    background: #f74777 !important;
    border-color: #f74777 !important;
    border: 2px solid;
    font-weight: 500;
}
.corousel_box .btn-primary.black_border_btn:hover{
    background: #ea4672!important;
    border-color: #ea4672!important;
    color: #fff;
  }
/*_____________________section-2-products*/

   .products_section{
      margin-bottom: 70px;
    }
    .products_section .card{
      box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
            0 5px 15px 0 rgba(0,0,0,0.08);
      border:none!important;
      margin-top: 30px;
    }
    .card_img{
      background-color: #000;
    }
    .products_section .card-body {
      padding: 1.25rem 1.25rem 1.25rem  1.25rem!important;
    }
    .products_section .card-img-top {
      border-top-left-radius: 0!important;
      border-top-right-radius: 0!important;
    }
    .products_section .card-img-top:hover {
      opacity: 0.8;
    }
    .products_section .card-button{
      max-width: 100%;
      background-color: #3b5998;
      color: #fff;
      text-align: center;
      padding: 15px;
    }
    .products_section .card-button:hover{
      background-color: #2a4b8e;
    }
    .products_section .card-button a{
      color: #fff;
      text-align: center;
      font-size: 18px;
      font-weight: 400;
      text-decoration: none;
    }
    .products_section .card-text{
       font-size: 15px;
       font-weight: 500;
       font-family: inherit;
       color: #4f4f50;
       line-height: 20px;

    }
    .products_section .card-body .card-title{
      font-size: 20px;
      font-weight: 500;
      color: #272a33;
      font-family: inherit;
      text-decoration: none;
    }
    .products_section .card-body .card-title:hover{
      color: #ea4672;
      cursor: pointer;
    }
    .products_section .card-text b{
      color: #f74777!important;
      font-weight: 500;
    }
    .products_section .card-text b:hover{
      color: #f74777!important;
      cursor: pointer;
    }
    .view-all-products{
    border-radius: .3rem;
    border: 2px solid #f74777;
    margin-top: 70px;
    text-align: center;
    color: #FFF;
    background: #f74777;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    padding: 5px 25px;
    font-weight: 500;
    }
    .view-all-products:hover{
      background-color: #ea4672;
      color: #fff;
    } 
    /*===============================*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sidebar{
  padding: 50px 0;
}
.widget {
    position: relative;
    padding: 2rem;
    margin-bottom: 3rem;
    border: 1px solid #e6e8ee;
    border-radius: .3rem;
    -webkit-box-shadow: 0 0 10px 0 #e6e8ee;
    box-shadow: 0 0 10px 0 #e6e8ee;
}
a li:hover, a li:active{
  color: #f74777; 
}

/*__________________features product_____________________*/
.three-box{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
    .features_product_outer{
    background: linear-gradient(rgba(6, 11, 15, 0.6), rgba(6, 11, 15, 0.6)), url(../images/businessmen.jpg);
    background-size: cover;
    padding: 80px 0 80px 0;
    text-align: center;
    }
    .features_product_outer h1{
    font-size: 30px;
    padding: 0 0 35px 0;
    margin: 0;
    color: #fff;
    text-align: center;
    }
    .features_product_outer h1 span{
    float: left; width:13px; height:13px; margin:7px 10px 0 0;
    border: 2px solid #e54c3c;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    }
    .features_product_inner{
    float:left;
    flex: 0 0 33%;
    margin: 0;
    padding: 20px 10px;
    }
    .features_product_inner .img_outer{
    width:86px; height: 86px; line-height:80px; margin: 0 auto;
     text-align: center;
    -webkit-border-radius:90px;
    -moz-border-radius:90px;
    }
    .features_product_inner h1{
    font-size: 24px;
    margin: 0;
    padding: 15px 0 7px 0;
    text-align: center;
    font-weight: 700;
    color: #fff;
    }
    .features_product_inner h2{
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    padding: 11px;
    text-align: center;
    color: #fff;
    }
    .features_product_outer a{
    border: 2px solid #de2626; color:#de2626;
    padding:7px 25px; font-size:17px; font-weight: 600;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
    }
    .features_product_inner.white-box{
     
    }
    .features_product_outer a:hover{
    border: 2px solid #be0606; background:#de2626; color:#fff; text-decoration:none; 
  }
  .features_product_inner.black_texts h1{
    color: #000!important;
  }
  .features_product_inner.black_texts h2{
    color: #535252;
  }
  .features_product_inner.black_texts .step_icon{
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
/*our technologies
*/
.power_grid {
    display: grid;
    grid-template-columns: auto auto auto;
}
.common_spacing {
    padding: 70px 0 55px 0;
}

.gray_bg {
    background: #f4f6f7 !important;
}
.section-title.center {
    padding: 0px;
    text-align: center;
}

.center {
    margin: 0 auto;
    float: none;
}
.img-responsive {
    display: inline-block;
    margin-bottom: 24px;
}
.contact_cover{

}
.section-contact-form .form {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 6rem;
    -webkit-box-shadow: 0 0 47px -1px rgba(153,153,153,.2);
    box-shadow: 0 0 47px -1px rgba(153,153,153,.2);
    border-radius: 5px;
}
.section-contact-form .contact_cover{
      width: 100%;
      min-height: 400px!important;
    background-size: cover;
}
#contact .text-center.text-uppercase{
      font-family: inherit;
    color: #f74777;
}
#contact .fa{
     color: #f74777;
}
/*  section steps */
section.steps{
  padding: 70px 0;
}
footer{
      background-color: #2d3739;
      padding: 70px 0 0 0;
    }
    .footer_inner h1 {
    padding: 0 0 30px 0;
    margin: 0px;
    color: #9b9b9b;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
   }
   .footer_inner h1:hover{
    color: #fff;

   }
   .footer_inner hr {
    background: #575757;
   }
   .socialmedia_inner {
    margin: 0 auto;
    text-align: center;
   }
   .socialmedia_inner a {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 39px;
    border: 2px solid #999999;
    margin: 0 15px 0 15px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
  }
  .socialmedia_inner a:hover {
    border: 2px solid #fff;
  }
  .footer_inline_headers{
    text-align: center;
    margin-top: 30px;
  }
  .footer_inline_headers h1{
    display: inline-block;
    margin: 0 30px;
    padding-bottom: 0!important;
  }
  .copyright_section{
    color: #9b9b9b;
    text-align: center;
    padding: 15px 0 25px 0;
  }
/*_____________detail_page____________*/

 
.product_section{
background:url(../images/ean.png) no-repeat 50% 50%;
background-size: cover!important;
height: fit-content;
padding-top: 62px;

}
.product_details{
  padding: 80px 0;
}
.product_details h1{
  font-size: 60px;
  color: #fff!important;
  text-align: center!important;
}
.product_details p{
  font-size: 20px;
  margin: 20px 75px;
  color: #fff!important;
  text-align: center!important;
}

.product_details .btn-primary{
  margin: 10px;
}
.button-group{
  display: block;
  margin-right: auto;
  margin-left: auto;
      text-align: center;
}
.blue-button{
  background: #f74777 !important;
  border-color: #f74777 !important;
  border: 2px solid;
  font-weight: 500;       
}
.blue-button:hover{
  background: #ea4672!important;
  border-color: #ea4672!important;
  color: #fff;
}
.product_content{
  padding: 50px 0px;
}
.product_content h1{
 color: #373737!important; 
 text-align: left!important;
 margin-bottom: 20px;
}
.product_content p{
  text-align: left!important;
  color: #636363!important;
}
.product_content ul{

}
#contact{
      margin-top: 50px;
}


.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu.png)!important;
}
.navbar-toggler{
    border: 0!important;
    outline: none!important;
}
.navbar-toggler .navbar-brand{
  margin-left: 30px;
}


/*///////contact form//////*/
section.contact_form{
  padding: 70px 0px;
      background: url(../images/businessmen.jpg) no-repeat 50% 50%;
      background-size: cover;
}
.contact_form_box{
  max-width: 82%;
  display: block;
      background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 5px 8px 20px 0px rgba(0,0,0,0.25);
  padding: 50px;
  border-radius: 2px;
}
.contact_form_box h3{
  margin-bottom: 30px;
  color: #f74777;
}
@media(max-width: 991px) {
   .features_product_inner{
      width: 50%; margin: 0 0 40px 0;
    }
}  
@media(min-width: 768px) {
 
}

@media(max-width:767px) {

.carousel-inner .corousel_box {
max-width: 100%;
}
.features_product_inner{
    width:100%; margin: 0;
  }
  .features_product_inner {
    flex: 0 0 100%;
  }
  section.steps {
    padding: 30px 0;
  }
  .features_product_outer{
        padding: 30px 0;
  }
  section.common_spacing.gray_bg{
        padding: 30px 0 20px 0;
  }
  .power_grid {
    display: grid;
    grid-template-columns: auto auto;
  }
  .navbar.bg-light.customnav {
    background-color: #272a33!important;
  }
  .carousel-caption.text-left.corousel_box p{
  font-size: 15px;
  }
  .carousel-inner .corousel_box h1 {
    padding-bottom: 0px!important;
  }
  .carousel {
    margin-bottom: 0rem;
  }
  .view-all-products {
    margin-top: 30px;
  }
  .products_section {
    margin-bottom: 40px;
  }
  .footer_inline_headers h1 {
    margin: 10px;
    width: 90%;
  }
  .navbar-brand.responsive{
    display: none;
  }
}

