@import url(./bootstrap.min.css);
@import url(./bootstrap.min.css.map);
@import url(./owl.carousel.min.css);
@import url(./all.min.css);
@import url(./svg_icons.css);
@import url(./animate.css);
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;400;500;600;700;800&display=swap');


:root {
  --main_bgColor: #ffffff;
  --btnColor: #68575c;
  --textColor: #ebebeb;
  --Secondary-color:#7e7578;
  --bgColor: #f5f5f5;
  --pragrafColor: #0e0202;
  --body_bgColor: #080101;
  --main_borderColor: 1px solid #8b777d;
}

::selection {
  color: rgb(0, 0, 0);
  background: rgb(228, 228, 228);
}
body{
  background-color: #c2b9b9a2;
}
.box{
  margin: 20px 0;
  border-radius: 5px;
  
}


::-webkit-scrollbar {
  width: 10px;

}

::-webkit-scrollbar-track {
  background-color: transparent;
  box-shadow: 0 20px 40px rgb(0 0 0 / 25%);
}

::-webkit-scrollbar-thumb {
  background-color: var(--Secondary-color);
  border-radius: 5px;
  transition: all ease-in-out .3s;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--btnColor);
}



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Cairo', sans-serif;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
ul{
    padding: 0;
}
img{
    width: 100%;
}
p{
  line-height: 1.8;
  color: var(--pragrafColor);
}
.logo{
  width: 250px !important;
}
button{
  transition: all ease-in .3s;
  background-color: var(--btnColor);
  color: var(--body_bgColor) !important;
}
button:hover{
  background-color: var(--body_bgColor);
  border: var(--main_borderColor );
  color: var(--btnColor);
}
.a_button{
  padding: 10px 30px;
  background-color: transparent;
  border-radius: 5px;
  border: var(--main_borderColor);
  transition: all ease-in .3s;
  color: var(--body_bgColor);
  text-transform: uppercase;
}
.a_button:hover{
  background-color: var(--btnColor);
  color: var(--body_bgColor);
}

/* navbar */
.navbar {
  height: 75px;
  width: 100%;
  background-color: transparent;
  padding: 0 5%;  
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 122121212;
}

.navbar  .nav-header {
  width: 20%;

}

.navbar  .nav-header  .nav-logo {
  display: inline-block;
  font-size: 22px;
  color: #fff;
}

.navbar .nav-logo img {
  width: 77px  !important;
}

.navbar .nav-btn {
  display: none;
}

.navbar  .nav-links {
    font-size: 18px;
}

.navbar  .nav-links  a , .navbar .nav-links li{
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
  transition: all ease-in .3s;
  cursor: pointer;
}
.navbar .nav-links li svg{
  margin-right: 10px;
}
.navbar  .nav-links  a:hover ,
.navbar .nav-links li:hover{
    color: var(--btnColor);
}

.navbar  #nav-check {
  display: none;
}

.arbic-dir .navbar  .nav-links {
    margin-right: auto;
    margin-left: 0;
    font-size: 18px;
}

.navbar  .nav-links  a , .navbar .nav-links li{
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
  transition: all ease-in .3s;
  cursor: pointer;
}
.navbar .nav-links li svg{
  margin-right: 10px;
}
.navbar  .nav-links  a:hover ,
.navbar .nav-links li:hover{
    color: var(--btnColor);
}

.navbar  #nav-check {
  display: none;
}


.services_menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out .3s !important;
  display: flex;
  flex-direction: column;
  left: 20px;
  width: 300px !important;
}

.services_nav_tranz .services_menu {
  opacity: 1;
  visibility: visible;
  animation-name: tranz;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.services_menu li {
  background-color: var(--bgColor);
  box-shadow: 0 20px 40px rgb(0 0 0 / 25%);
  padding: 0 20px;
  width: 100%;
}

.services_menu li a {
  color: #000 !important;
}

.services_menu li a:hover {
  color: var(--btnColor) !important;
}

.fix {
  background-color: var(--Secondary-color);
  position: fixed !important;
  top: 0;
  right: 0;
  z-index: 656665;
  left: 0;
  height: 70px !important;
  transition: all .5s linear;
  animation-name: tranz;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  padding: 0 5%;

}

@keyframes tranz {
  0% {
    transform: translateY(-100px);
  }

  100% {
    transform: translateY(0px);
  }
}


@media (max-width:800px) {
  .navbar > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: calc(50% - 25px);
  }
  .navbar>.nav-header>.nav-title{
    margin-right: auto;
  }
  .navbar > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .navbar > .nav-btn > label:hover,.navbar  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .navbar > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .navbar > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #333;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .navbar > .nav-links > a {
    display: block;
    width: 100%;
  }
  .navbar > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .navbar > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
.navbar .nav-logo img{
  width: 100% !important;
}
}
/* S1_home */

.S1_home{
  width: 100%;
  height: 100vh;
  background-image: url(https://images.pexels.com/photos/2610763/pexels-photo-2610763.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.S1_home::after{
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000048;
}
.S1_home .box{
  z-index: 55;
  text-align: center ;
}
.S1_home .box h1{
  font-size: 52px;
  font-weight: 600;
  color: var(--main_bgColor);
}
.S1_home .box p{
  margin: 30px 0 ;
  color: #ccc;
  margin-bottom: 70px ;
  display: block;
}
.S1_home .box a{
  padding: 10px 30px;
  background-color: #343ac7;
    border-radius: 5px;
  color: var(--bgColor );
  font-size:26px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

@keyframes tranzs {
  0% {
  background-size: 100%;
  }
  
  50%{
  background-size: 105%;
  }

  100% {
  background-size: 110%;
  }
}
/* S2_home */
.S2_home{
  padding: 70px 0;
}
.intro{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

} 
.intro h3{
  color: rgba(4, 99, 136, 0.808);
  ;
  margin-bottom: 30px;
}
.intro p{
  color: rgba(4, 38, 51, 0.808);
  ;
}
.S2_home h4{
  margin: 20px 0;
  text-transform: uppercase;
  color: var(--Secondary-color);
}
.S2_home .box{
  margin: 20px 0;
  padding: 25px;

}
.S2_home img{
  width: 100%;
  height: 250px;
  border-radius: 10px;
}
/* S3 home */
.S3_home {
  padding: 70px 0;
  background-color: var(--Secondary-bg);
}

.S3_home .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
  direction: rtl;
}
.S3_home .box ul{
  width: 80%;
}
.S3_home .box svg {
  font-size: 20px;
  padding: 20px 21px;
  border-radius: 50%;
  border: 3px solid var(--btnColor);
  margin-left: 20px;
  color: var(--Secondary-color);
}

.S3_home .box li {
  color: var(--P-color);
  line-height: 1.7;
}

.S3_home .box h4 {
  font-size: 22px;
  color: rgba(4, 99, 136, 0.808);
  margin-bottom: 10px;
}
/* S4_home */
.S4_home{
 padding: 70px 0; 

}

.S4_home .box{
  padding: 25px;
  background-color: var(--bgColor);
}
.S4_home .box svg {
  font-size: 50px;
  color: var(--pragrafColor);
  margin-bottom: 20px;
}



/* S5_home */
.S5_home {
  padding: 70px 0;
  height: 70vh;
  position: relative;
  z-index: 1;
  background-color: var(--main_bgColor) !important;
  direction: rtl;
}

.S5_home::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-color: var(--main_bgColor);
  opacity: .5;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.S5_home h3 {
  margin: 20px 0;
  color: var(--body_bgColor);
  font-size: 32px;
  font-weight: 600;

}

.S5_home p {
  margin: 70px 0;

}
.S5_home .box{
  padding: 25px;
}
.S5_home .box-video iframe {
  width: 100% !important;
  height: 100% !important;

}

.S5_home a {
  background-color: var(--btnColor);
  transition: all ease-in .3s;
  color: var(--textColor);
  padding: 10px 30px;
  border-radius: 5px;
}

.S5_home a:hover {
  background-color: white;
  color: var(--btnColor);
  border: var(--main_borderColor);
}

/* S6_home */
.S6_home {
  padding: 70px 0;
  text-align: center;
}

.S6_home svg {
  font-size: 50px;
  color: var(--btnColor);
}

.S6_home h3 {
  margin: 20px 0;
  color: var(--pragrafColor);
}

.S6_home .counter-value {
  font-size: 40px;
  color: var(--pragrafColor);
  font-weight: 800;
}


/* blog gggggggg */
.blog {
  padding: 70px 0;
  background-color: var(--main_bgColor);
  direction: rtl;
}

.blog .intro_blog {
  text-align: center;
}

.blog .intro_blog h1 {
  color: var(--body_bgColor);
  font-size: 40px;
  margin-bottom: 100px;
}

.blog .all_b_left {
  margin-bottom: 50px;
}

.blog .all_b_left .pos {
  position: relative;
}

.blog .all_b_left .over_l {
  background-color: #1bd6dc;
  color: #fff;
  padding: 8px 30px;
  border-radius: 10px;
  text-decoration: none;
  line-height: .9;
  transition: all ease .3s;
  position: absolute;
  bottom: -20px;
  left: 30px;
}

.blog .all_b_left .over_l:hover {
  background-color: transparent;
  color: #1bd6dc;
}
.intro_sections{
  background-image: url(https://images.pexels.com/photos/2574078/pexels-photo-2574078.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 65vh;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 70px 0;
}
.intro_sections::after{
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #0000003f;
  z-index: -1;
}
.intro_sections h1{
  color: var(--bgColor);
  font-size: 50px;
}
.intro_sections ul{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.intro_sections ul li{
  color: var(--bgColor);
  margin: 0 10px;
  font-size: 18px;
  font-weight: 600 !important;
}
.intro_sections ul li a{
  color: var(--bgColor);
}
.blog .all_b_left .text_all {
  padding: 25px;
  padding-top: 50px;
}

.blog .all_b_left .text_all .th2 {
  color: var(--body_bgColor);
  font-size: 24px;
  transition: all ease .3s;
  text-decoration: none;

}

.blog .all_b_left .text_all .th2:hover {
  color: #8f1bdc;
}

.blog .all_b_left .text_all p {
  padding: 20px 0;
  color: #707b8e;
  line-height: 1.8;
}

.blog .all_b_left .ico {
  display: flex;

}

.blog .all_b_left .ico li {
  color: #999999;
  margin-right: 30px;
  transition: all ease .3s;
}

.blog .all_b_left .ico li svg {
  margin-right: 10px;
}

.blog .all_b_left .ico li a {
  color: #999999;
  font-size: 14px;
  transition: all ease .3s;
  text-decoration: none;
}

.blog .all_b_left .ico li:hover a {
  color: #8f1bdc;
}

.blog .all_b_left .ico li:hover {
  color: #8f1bdc;
}

.blog .all_b_left .ico .bord {
  position: relative;
}

.blog .all_b_left .ico .bord::after {
  position: absolute;
  content: "";
  height: 15px;
  width: 1px;
  font-weight: 800;
  background-color: #2b044d;
  right: -15px;
  bottom: 5px;
}

/* /// */
.all_b_right .ro_1 {
  background: var(--bgColor );
  margin: 30px 0;
  padding: 30px;
}

.all_b_right .ro_1 input {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;

}

.all_b_right .ro_1 input::placeholder {
  color: #999;
  letter-spacing: 3px;
}

.all_b_right .ro_1 button {
  background: #8f1bdc;
  border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #f0e9ff;
  padding: 4px 12px;
  margin-bottom: 20px;
  color: #fff;
  cursor: pointer;
}

.all_b_right .ro_1 .btn8 {
  padding: 18px 115px;
  background-color: transparent;
  border: 1px solid #8f1bdc;
  font-weight: 300;
  letter-spacing: 5px;
  font-size: 16px;
  transition: all ease .3s;
  color: #8f1bdc;
}

.all_b_right .ro_1 .btn8:hover {
  background-color: #8f1bdc;
  color: #fff;
}

.all_b_right .ro_1 h2 {
  font-family: "Nunito", sans-serif;
  color: var(--btnColor);
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
}

.all_b_right hr {
  opacity: .6;
}

.all_b_right .ro_1 ul {
  padding-top: 50px;
}

.all_b_right .ro_1 a {
  color: #707b8e;
  font-size: 16px;
  display: inline-block;
  line-height: 1.8;
  margin-bottom: 0;
  text-decoration: none;
  transition: all ease .3s;
}

.all_b_right .ro_1 a:hover {
  color: #6c19f6;
}

.all_b_right .ro_1 p {
  display: inline-block;

}

.all_b_right .ro_2 {
  padding: 30px;
  padding-top: 50px;
  background: var(--bgColor);
  margin: 30px 0;

}

.all_b_right .ro_2 h2 {
  font-family: "Nunito", sans-serif;
  color: var(--btnColor);
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
}

.all_b_right .ro_2 .all_ro {
  padding-top: 30px;
  display: flex;

}

.all_b_right .ro_2 .all_ro img {
  width: 80px;
  height: 80px;
  margin: 0;
  margin-right: 30px;
}

.all_b_right .ro_2 .text a {
  font-family: "Nunito", sans-serif;
  color: var(--body_bgColor);
  margin-top: 0;
  text-decoration: none;
  transition: all ease .3s;
}

.all_b_right .ro_2 .text a:hover {
  color: #6c19f6;
}

.all_b_right .ro_2 .text p {
  color: #707b8e;
  margin-top: 10px;
}

.all_b_right .ro_3 {
  padding: 30px;
  padding-top: 50px;
  background: var(--bgColor);
  margin: 30px 0;
}

.all_b_right .ro_3 h2 {
  font-family: "Nunito", sans-serif;
  color: var(--btnColor);
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
}

.all_b_right .ro_3 li {
  display: inline-block;
  margin-bottom: 15px;
}

.all_b_right .ro_3 a {
  padding: 5px 20px;
  background-color: transparent;
  color: #888;
  margin-bottom: 10px;
  border: #eee solid 1px;
  font-size: 14px;
  text-decoration: none;
  transition: all ease .3s;

}

.all_b_right .ro_3 a:hover {
  background-color: #6c19f6;
  ;
  color: #fff;
}

.all_b_right .ro_4 {
  padding: 30px;
  padding-top: 50px;
  background: var(--bgColor);
  margin: 30px 0;
}
.all_b_right .ro_4 h2{
  color: var(--btnColor);
  font-size: 24px;
}
.all_b_right .ro_4 .img_ro4 ul {
  display: flex;
  max-width: 100%;
  justify-content: space-around;
}

.all_b_right .ro_4 .img_ro4 ul li {
  margin: 20px 0;
}

.all_b_right .ro_4 .img_ro4 img {
  width: 80px;
  height: 80px;

}

.Products2{
  padding: 70px 0;
}
.Products2 .box{
  padding: 20px ;
  text-align: center;
}
.Products2 .box img{
  margin: 20px 0;
  border-radius: 5px;
}
.Products2 .box h4 a{
  color: var(--Secondary-color) ;
  transition: all ease-in .3s;
  font-size: 20px;
}
.Products2 .box span{
  color: var(--btnColor);
  font-size: 20px;
}
.Products2 .box h4 a:hover{
  color: var(--btnColor);
  margin: 20px 0;
}

.productss{
  padding: 70px 0 !important;
  position: relative;

}
.productss .box{
  border: 1px solid var(--btnColor);
  border-radius: 20px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  text-align: center;
  position: relative;



}
.productss .box img {
  width: 100%;
  height: 250px;
  padding: 25px;
  transition: all ease-in .4s;
  position: absolute;

}
.productss .box img:hover {
  height:  350px;
  padding: 20px;
  width: 112%;


}
.toimg{
  height: 250px;
  position: relative;


  
}

.productss .box span{
  display: block;
  text-align: left;
}
.productss .box span svg{
  font-size: 18px;
  color: var(--btnColor);
  margin-right: 20px;
}
.productss .box a{
  color: var(--btnColor);
}
.productss .box .timeline{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.productss .box .timeline p{
  display: flex;
  align-items: center;
  padding-top: 10px;
  overflow: hidden;
  z-index: 2222222222222222;
}
.productss .box .timeline a{
  width: 65% !important;  
  border-radius: 30px;
  padding: 4px;
  color: white !important;
  background-color:var(--btnColor);
  border-color: none!important;
}
.productss .box  a{
  font-size: 18px !important;

}
.productss .box .timeline span svg{
  margin-right: 5px  ;
}
.productss .cart_fav{
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: none;
}              
.productss .cart_fav svg{
  padding: 15px;
  background-color: var(--btnColor);
  color: var(--main_bgColor);
  border-radius: 10px;
  font-size: 25px;
  margin: 15px;
  transition:  all ease-in .3s;
}



/* products */
.products{
  padding: 70px 0 !important;
}
.products .box{
  border: 1px solid var(--btnColor);
  border-radius: 20px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  text-align: center;
  position: relative;

}
.products .box img {
  width: 100%;
  padding: 25px;
height: 250px;
}

.products .box span{
  display: block;
  text-align: left;
}
.products .box span svg{
  font-size: 18px;
  color: var(--btnColor);
  margin-right: 20px;
}
.products .box a{
  color: var(--btnColor);
}
.products .box .timeline{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.products .box .timeline p{
  display: flex;
  align-items: center;
  padding-top: 10px;
  overflow: hidden;
  z-index: 2222222222222222;
}
.products .box .timeline a{
  width: 65% !important;  
  border-radius: 30px;
  padding: 4px;
  color: white !important;
  background-color:var(--btnColor);
  border-color: none!important;
}
.products .box  a{
  font-size: 18px !important;

}
.products .box .timeline span svg{
  margin-right: 5px  ;
}
.products .cart_fav{
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: none;
}              
.products .cart_fav svg{
  padding: 15px;
  background-color: var(--btnColor);
  color: var(--main_bgColor);
  border-radius: 10px;
  font-size: 25px;
  margin: 15px;
  transition:  all ease-in .3s;
}

.sss  .owl-nav.disabled{
  display: block !important;
  z-index: 111;
}
.sss .owl-nav .owl-prev{
  right: 1% !important;
  border-radius: 0% !important;
  padding: 20px 15px !important;
}
.sss .owl-nav .owl-next {
  left: 1% !important;
  border-radius: 0% !important;
  padding: 20px 15px !important;
}
.botonssssssss {
  display: flex;
  justify-content: center;
}

.botonssssssss button {
  margin-right: 10px;
  background: transparent;
  color: #888;
  border-radius: 0;
  padding: 10px 18px;
  border: 1px solid rgba(136, 136, 136, 0.297);
  transition: all ease .3s;
}

.botonssssssss button:hover {
  color: var(--btnColor);
  background-color: transparent;
  border: 1px solid rgba(136, 136, 136, 0.297);
}

.blog .all_b_left h2 {
  color: var(--btnColor);
  font-size: 24px;
  padding-top: 20px;
}

.blog .all_b_left .text_all {
  padding-left: 0;
}

.blog .tex_pir {
  background: rgba(130, 139, 178, .1);
  padding: 30px;
  color: #888;
  font-style: italic;
  margin-bottom: 25px;
}

.blog .tex_chil {
  background: var(--bgColor);
  padding: 25px;
  line-height: 1.8;
  border-left: 2px solid;

}

.ico1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

.ico1 ul {
  display: flex;
}

.ico1 li {
  color: #707b8a;
  margin-right: 20px;
  display: flex;
}

.ico1 li p {
  margin-left: 20px;
}

.ico1 li a {
  color: #707b8a;
  transition: all ease .3s;
}

.ico1 li a:hover {
  color: #6c19f6;
}

.sochial {
  display: flex;
  justify-content: space-between;
}

.sochial img {
  width: 80px;
  height: 80px;
  position: relative;
}

.sochial ul {
  display: flex;
}

.sochial ul li {
  margin-right: 20px;
}

.sochial ul li h4 {
  color: var(--body_bgColor);
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
}

.sochial ul li a {
  text-decoration: none;
  transition: all ease .3s;
}

.sochial ul li h4:hover {
  color: var(--btnColor);
  transition: all ease .3s;
}

.sochial ul li p {
  color: #707b8e;
}

.sochial ul li .act {
  text-align: right;
}

.intro_comments {
  padding: 25px;
  background-color: var(--bgColor);
  margin-bottom: 50px;
  margin-top: 50px;
}

.intro_comments a {
  font-family: "Nunito", sans-serif;
  color: var(--body_bgColor);
  font-size: 16px;
  text-decoration: none;
  transition: all ease .3s;
}

.intro_comments a:hover {
  color: var(--btnColor);
}

.intro_comments p {
  margin-top: 20px;
  line-height: 1.8;
  color: #707b8e;
  font-size: 15px;
}

.comments {
  display: flex;

}

.comments img {
  width: 100px;
  height: 100px;
  margin-right: 30px;
}

.all_comments h2 {
  color: var(--btnColor);
  font-size: 18px;
  margin: 40px 0;
}

.all_comments .comments .box_2 p {
  margin-top: 20px;
  line-height: 1.8;
  color: #707b8e;
  font-size: 15px;

}

.all_comments .comments .box_2 ul {
  display: flex;
  justify-content: space-between;
}

.all_comments .comments .box_2 ul li a {
  display: inline-block;
  color: #2b044d;
  transition: all ease .3s;
  text-decoration: none;
}

.all_comments .comments .box_2 ul li a:hover {
  color: #6c19f6;
}

.all_comments .comments .box_2 ul li p {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  color: #999999;
}

.all_comments .comments .box_2 ul li .act {
  font-size: 14px;
  color: #777;
  margin-top: 20px;
  margin-right: 20px;
}

.ss55 {
  margin: 40px 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--btnColor);
}
.form {
  padding: 70px 0;
  padding-bottom: 150px;
}

.form .input-group {
  margin-bottom: 30px;
}

.form textarea {
  padding-left: 30px;
  border-radius: 0;
  background-color: var(--bgColor);
}

.form textarea::placeholder {
  font-size: 14px;
  color: #a999b0;
}

.form input {
  border-radius: 0;
  margin: 10px 0;
  background-color: var(--bgColor);
}

.form input::placeholder {
  font-size: 14px;
  color: #a999b0;
}

.form button {
  margin-top: 30px;
  padding: 15px 50px;
  background-color: transparent;
  color: #8f1bdc;
  transition: all ease .3s;
  border: 1px solid #8f1bdc;
  border-radius: 10px;
}

.form button:hover {
  background-color: #8f1bdc;
  color: #fff;
}

.form .all_right {
  display: flex;
  margin: 40px 0;
  padding-left: 100px;
  padding-top: 30px;
}

.form .all_right svg {
  color: #8f9195;
  font-size: 27px;
  margin-right: 20px;
}

.form .all_right h3 {
  font-size: 16px;
  color: #2a2a2a;
}

.form .all_right p {
  color: #8a8a8a;

}
/* contact */
.contact_us {
  padding: 70px;
  text-align: center;
  background-color: var(--main_bgColor);
}

.contact_us h1 {
  color: var(--body_bgColor);
  font-size: 40px;
  margin-bottom: 70px;

}
.contact_us_form{
  background-color: var(--main_bgColor);
}
.form .all_right h3{
  color: var(--body_bgColor);
}
/* about_intro */
.about_intro{
  padding: 100px 0;
  background-color: var(--main_bgColor);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--body_bgColor);
}
.team{
  padding: 70px 0;
  background-color: var(--bgColor);
}
.team h2{
  text-align: center;
  margin-bottom: 30px;
  color: var(--body_bgColor);
  font-size: 35px;
  font-weight: 600;
  
}
.team .card{
  background-color: transparent;
  border: none;
}
.team .card img{
  margin-bottom: 30px;
}
.team .card h3{
  color: var(--body_bgColor);
  margin-bottom: 20px;
}
.team .card h6{
  color: var(--btnColor);
  margin-bottom: 20px;
}
/* why_us */
.why_us{
  padding: 70px 0;
  background-color: var(--main_bgColor);
}
.why_us .img_why , .why_us .text_why{
  padding: 25px;
}
.why_us  h2{
    color: var(--body_bgColor);
    margin-bottom: 20px;
}
.why_us  p{
  margin-bottom: 20px;
}
.why_us  li{
  color: var(--body_bgColor);
  margin: 10px 0;
  /* list-style: decimal; */
}
.why_us  svg{
  color: var(--Secondary-color  );
  margin-right: 20px  ;
}
/* customer */
.customer {
  background-color: var(--bgColor);
  padding: 70px 0;
}
.S1_int{
  padding: 70px 10%;
  background-color: var(--main_bgColor);
}
.S1_int .box{
  padding: 25px;
}
.S1_int .box img{
  border-radius: 5px;
}
.S1_int .images{
  width: 70%;
  margin: auto;
}
.S1_int .box ul{
  margin-bottom: 30px;
}
.S1_int .box ul li{
  color: var(--body_bgColor);
  margin: 10px 0;

}
.S1_int .box ul li svg{
  color: var(--btnColor);
  margin-right: 10px;
}
.S1_int .box a{
  padding: 10px 30px;
  background-color: var(--btnColor);
  color: var(--body_bgColor);
  border-radius: 5px;

}

.intro_bages{
  padding: 70px 0;
  height: 40vh;
  background-color: var(--main_bgColor);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.intro_bages h1{
  color: var(--textColor);
  margin-bottom: 20px;
  text-transform: uppercase;
}





/* footer */
.footer {
  padding-top: 70px;
  background-color: var(--Secondary-color);
  overflow: hidden !important;
}

.footer h3 {
  margin-bottom: 30px;
  color: var(--main_bgColor);
}

.footer a {
  color: var(--main_bgColor);
  font-size: 20px;
  transition: all ease-in .3s;
}

.footer .links a:hover {
  margin-right: 10px;
}

.footer li {
  margin: 20px 0;
  color: var(--main_bgColor);
}

.footer .contact svg {
  margin-left: 20px;
}

.footer .sochial {
  display: flex;
  margin-top: 20px;
}

.footer .sochial svg {
  margin-left: 7px;
}

.footer p {
  color: var(--main_bgColor);
}

.last_foot {
  border-top: 1px solid #000;
}

.last_foot ul {
  display: flex;
  margin: 0 !important;
  align-items: center;
  justify-content: space-between;
}

.last_foot ul li {
  color: var(--textColor);
  font-size: 18px;
}

.last_foot ul li a {
  color: var(--bgColor);
}






























@media screen and (min-width: 1px) and (max-width:767px) {
h1{
  font-size: 30px;
}
h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}
p{
  font-size: 16px;
}
.S1_home a{
  padding: 10px;
}
.S1_home .box{
  padding: 10px;
}

.S5_home{
  height: auto !important;
}
}



@media screen and (min-width: 768px) and (max-width:1023px) {
  .form .all_right {
    padding-left: 0;
  }
.S4_home .imges {
  transform: translate(0px, 0px);
}


}







 /* scroll to top */
 .progress-wrap {
   position: fixed;
   right: 50px;
   bottom: 50px;
   height: 46px;
   width: 46px;
   cursor: pointer;
   display: block;
   border-radius: 50px;
   box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
   z-index: 10000;
   opacity: 0;
   visibility: hidden;
   transform: translateY(15px);
   -webkit-transition: all 200ms linear;
   transition: all 200ms linear;
 }

 .progress-wrap.active-progress {
   opacity: 1;
   visibility: visible;
   transform: translateY(0);
 }

 .progress-wrap::after {
   position: absolute;
   font-family: 'unicons';
   content: '\e84b';
   text-align: center;
   line-height: 46px;
   font-size: 24px;
   color: var(--main_bgColor);
   left: 0;
   top: 0;
   height: 46px;
   width: 46px;
   cursor: pointer;
   display: block;
   z-index: 1;
   transition: all .2s linear;
 }

 .progress-wrap:hover::after {
   opacity: .4;
 }

 .progress-wrap svg path {
   fill: none;
 }

 .progress-wrap svg.progress-circle path {
   stroke: var(--main_bgColor);
   stroke-width: 4;
   transition: all linear .3s;
 }

 .WahtsApp {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #11BA17;
  display: flex;
  align-items: center;
  z-index: 222;
  justify-content: center;
}

.phone {
  bottom: 90px;
  position: fixed;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  z-index: 222;
  justify-content: center;
  background-color: #213693;
}

 .WahtsApp a svg {
   color: white;
   font-size: 30px;
 }
 .phone a svg {
   color: white;
   font-size: 30px;
 }
.WahtsApp h3 {
  margin: 0 20px;
  font-size: 20px !important;
}

section{
  overflow: hidden !important;
}