body{
    font-family: 'Cairo', sans-serif;
    direction: rtl;
}
.my-nav li.nav-item.active {
    margin: 0 15px;
}
.my-nav li.nav-item{
  transition:all 2s ease-in-out;
}
.my-nav li.nav-item a {
    color: rgba(0,0,0,.9);
    color: #0c95c1 !important;
    font-weight: bold;
      transition:all 1s ease-in-out;
}
.my-nav {
    background-color: transparent !important;
    /* z-index: 10000; */
}
#hero{
  z-index: -1;
}
.cart_icon{
    padding: 4px 6.75px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 22px;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.6);
    position: relative;
}
.tab_img {
  height: 210px;
}
.cart_item::before{
  display: none !important;
}
.my-nav .navbar-brand{
  /*background: #fff;*/
  padding: 10px 15px;
  width: 180px;
  height: 130px;
}
.navbar-brand img{
  width: 100%;
  height: 100%;
}
#hero{
  height: 650px;
/*    margin-top: -30px;*/
    margin-top: -5px;

}
#hero .carousel-inner{
    height: 100%;
}
#hero .slide img{
      width: 100%;
      height: 100%;
}
#hero #carouselExampleSlidesOnly,#hero .carousel-item{
  height: 100%;
}
.badge-cart{
  font-size: 12px;
    position: absolute;
    top: -8px;
    right: -5px;
    border-radius: 50%;
}
#about{
  min-height: 200px;
}
#about p{
  font-size: 13px;
  color: #4c4c4c;
}
#about .nav-item{
  float: right;
  margin-left: 5px;
}
#about .about_img{
  width: 222px;
  height: 222px;
  border:1px solid transparent;
  border-radius: 50%;
}
#about .second-img{
  margin-top: -50% !important;
  margin-left: 28% !important;
  z-index: -1000;
  position: relative;
}
#about #myTabContent {
    height: 360px;
}
#about .nav-link{
    color:#696969 !important;
    border-color: #696969;
    border-radius: 0 !important;
    background: transparent;
    border-width: 2px;
}
#myTab .nav-link.active{
  border-color: #0c92bd;
  color: #005c81 !important;
}
#about ul.nav{
  /* transform: rotate(-90deg); */
  width: fit-content!important;
  margin-bottom: 10px !important;
  /* display: inline-block; */
  border: none !important;
    /* right: -147px; */
  /* position: absolute; */
  /* Z-INDEX: 10000; */
  /* top: 155px; */
}
#about .statistics h3:last-child{
  color:#6a6a6a;
}
.opinion{
  background:url(../images/bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.opinion .add_opinion{
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.57);
  color: #005c81;
  font-weight: bold;
}
.paragraph_slider{
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}

.opinion .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff !important;
    width: 18px !important;
    height: 18px !important;
}
.opinion .swiper-pagination-bullet {
    width: 18px !important;
    height: 18px !important;
    background: #fff !important;
}
.opinion .opinion_img{
  position: absolute;
  right: 0;
  top: 28px;
  height: 100%;
  width: 410px;
}
.my_tab .nav-link {
    font-size: 20px !important;
    color: #5f5f5f !important;
    font-weight: bold;
    border: 1px solid #5f5f5f;
    margin-right: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
}
.menu #myTab .nav-link.active {
    border-color: #004d6e;
    background-color: #004d6e;
    color: #fff !important;
}
.menu .tab_img img{
  border: 3px solid #8c8c8c;
  border-radius: 15px;
}
a{
    text-decoration: none;
    color:#342783 !important;
}
.main-color{
  color:#005c81;
}

.tab_img{
      position: relative;
}
.tab_img .overlay {
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
  top:0;
  left:0;
  opacity:0;
  border-radius: 15px;
  background-color: #48a6c4ad;
  -webkit-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out
}

.tab_img img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.tab_img h5 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
background: unset;
margin-top: 65px;
font-size: 24px;
font-weight: bold;
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.tab_img h6{
  position: absolute;
bottom: 20px;
right: 60px;
color: red;
background: #fff;
padding: 4px;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}
.tab_img a{
  position: absolute !important;
  bottom: 14px !important;
  left: 59px !important;
  background: transparent !important;
  color: #fff !important;
  border: none !important;
  font-size: 28px !important;
}

.tab_img a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
font-size: 40px !important;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding: 3px 8.25px;
}

.tab_img a.info:hover {
box-shadow:0 0 1px #fff;
}


.tab_img:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.tab_img:hover h5,.tab_img:hover a.info,.tab_img:hover h6 {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.tab_img:hover a.info,.tab_img:hover h6 {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
#map{box-shadow: 0px 8px 17px 0px rgba(1, 1, 1, 0.75);overflow: hidden;}
#footer{
  background: url(../images/footer.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position:bottom center;
}
.top-footer{
  color: #fff;
  position: relative;
}
.top-footer::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #02485ed9;
    z-index: -1;
}
.para_footer{
  font-size: 14px ;
}
.social a{
  font-size: 25px !important;
    color: #fff !important;
}
.form_contact {
  margin: 0 auto;
  background: #fefeff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  position: relative;
  padding: 12px;
      box-shadow: 1px 1px 0px 1px #6c757d8f;
}
.title_contact{
    padding: 18px 14px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.7);
    background: #2991ed;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: -27px;
}
.form_contact .form-control{
  background: transparent;
    border-top: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    font-size: 14px;
}
.form_contact .form-control::placeholder{
  font-size: 13px;
  color:#b2b4b4;
  border-color: #b2b4b4;
}
.form_contact .form-control:focus{
    border-color: #b2b4b4 !important;
    box-shadow: none !important;
}
.bottom-footer {
    background: #0e0e0ee0;
}
.bottom-footer p{
    margin: 0;
    font-size: 13px;
    font-weight: 100;
}
.form_contact textarea
{
   resize: none;
}
.my-nav li.nav-item:hover a.nav-link {
    color: #005c81!important;
      transition:all 0.4s ease-in-out;
}
.my-nav li.nav-item{
  position: relative;
}
.my-nav li.nav-item:before {
    position: absolute;
    content: '';
    width: 0;
    height: 4px;
    background: #a90000;
    bottom: 0px;
    right: 0;
}
.my-nav li.nav-item:hover::before{
  width: 100%;
  transition:all 0.4s ease-in-out;
}
.social a:hover {
    color: #a90000 !important;
}
.social a:hover i{
  transition: 0.3s;
    transform: rotate(360deg);
}
.btn_submit{
  background: #2991ed;
  font-size: 12px;
  width: 100px;
  padding: 12px;
}
.circle{
  width: 85px !important;
  height: 85px !important;
  z-index: 10000 !important;
  bottom: 0 !important;
  right: 48% !important;
}
.shape{
  z-index: 10000 !important;
  bottom: 0 !important;
  left: 17% !important;
  width: 105px !important;
  height: 105px !important;
}

@media only screen and (max-device-width : 767px) {
  body .bottom-footer,body .bottom-footer .col-md-6{
    text-align: center !important;
  }
  #about p{
        margin-bottom: 50px !important;
  }
  #about .nav-link{
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  #about ul.nav{
        transform: unset;
        width: unset !important;
        right: 5.5%;
        top: 0;
        position: relative;
  }
  .navbar-toggler {
        margin-top: -26px;
  }
  #hero {
    height: 490px;
  }
  .menu #myTab li:first-child a {
    margin-right: 0;
}
  #about #myTabContent{
    height: unset !important;
    padding-bottom: 30px !important;
  }
  .statistic{
    margin: 20px 0;
  }
  #about{
        padding-bottom: 0 !important;
  }
  .opinion_img{
    display: none;
  }
  .paragraph_slider {
    font-size: 18px;
  }
  .form_contact {
    margin: 50px 0;
  }
  .top-footer {
    padding-bottom: 0 !important;
  }
  .circle{
    width: 60px !important;
    height: 60px !important;
    right: 43% !important;
  }
  .shape {
    bottom: 2% !important;
    left: 12% !important;
    width: 80px !important;
    height: 80px !important;
  }
  .my_tab .nav-link {
    font-size: 18px !important;
        margin-right: 34px;
  }
  #about .second-img{
        top: 50px;
  }
  h6.title{
        margin-bottom: 35px;
  }
}

@media only screen and (device-width : 1024px) {
.opinion .opinion_img{
      width: 355px;
}
.tab_img h5{
      font-size: 24px !important;
          margin-top: 15px;
}
body .tab_img a{
  left: 5% !important;
    font-size: 30px !important;
}
.tab_img h6{
      right: 9%;
}
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {
.opinion .opinion_img{
    width: 276px;
}
#about .about_img{
  height: 170px;
}
.second{
  display: block;
}
.first{
  display: none;
}
.tab_img h5{
      font-size: 18px !important;
          margin-top: 7px;
}
body .tab_img a{
  left: 5% !important;
    font-size: 30px !important;
}
.tab_img h6{
      right: 9%;
}
}
.second{
  display: none;
}
