

body{

    font-family: myfont2 !important;

    position: relative;

    direction: rtl;


}

a:hover{
color:#e6b54b !important
}

p,h6,h3,h4,h1,h2,h5,a,span,ul,li{

    font-family: myfont2 !important;

}

body .btn_slide {

    letter-spacing: 2px;

    color: #fff;

    padding: 15px 40px;

    border-radius: 5px;

    font-size: 12px !important;

    line-height: 16px;

    background:transparent;

    border-color: #4caf50;

    color: #4caf50;

    z-index: 2;

    position: relative;

}

section#footer::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #4b164b;
  z-index:-1;
}
.home-links ul{
display: flex;
    justify-content: space-around;
    align-items: center;
}
.home-links ul li img{
    width: 85px;
      filter: brightness(0) invert(1);
}
body .btn_slide::before{

  content: "";

  height: 100%;

  right: 0;

  top: 0;

  width: 0px;

  position: absolute;

  transition: all 0.5s ease 0s;

  -webkit-transition: all 0.5s ease 0s;

  z-index: -1;

}

body .btn_slide:hover::before{

    background:#4caf50;

    border-color: #4caf50;

    color: #fff;

    width: 100%;

}

/************/

.book {







  padding: 5px;
  
  
  
  
  
  
  
  background: #fff;
  
  
  
  
  
  
  
  position: relative;
  
  
  
  
  
  
  
  border-radius: 5px;
  
  
  
  
  
  
  
  border: 1px solid #f3f3f3;
  
  
  
  
  
  
  
  }
  
  
  
  
  
  
  
  .book .book-img{
  
  
  
  
  
  overflow:hidden;
  
  /* height: 390px; */
  
  
  
  
  
  
  
  }
  
  
  
  
  
  
  
  .book .book-img img{
  
  
  
  
  
  object-fit:cover;
  
  border-top-right-radius: 5px;
  
  
  
  -webkit-transition: all 0.4s ease;
  
  -moz-transition: position 10s;
  
  -ms-transition: position 10s;
  
  -o-transition: position 10s;
  
  transition: all 0.4s ease;
  
  
  
  border-top-left-radius: 5px;
  
  
  
  
  
  
  
  }
  
  
  
  
  
  .book:hover .book-img img{
  
      transform: scale(1.1);
  
  }
  
  .item-quant::-webkit-inner-spin-button,.item-quant::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
  }
  .qant-group{
  max-width: 9rem;
 
}
.custom-btn{
    /* padding: 5px; */
    color: #e6b54b;
    border-color: #e6b54b;
}
.custom-btn:hover {
    transition: all 0.8s ease;
    color: #fff;
    background: #e6b54b;
}
.font-custom{
  font-size: 10px;
}
.price-span{
  padding: 4px 9px;
    border: 1px solid #e6b54b;
    font-weight: 500;
    color: #FFF;
    background: #e6b54b;
    float: right;
   border-radius:4px;
}
.bg-buttons{
      border-radius: 4px;
  background: whitesmoke;

}
  
  .book .book-info{
  
  
  
  
  
  
  
  /* position: absolute; */
  
  
  
  
  
  
  
  /* bottom: 0; */
  
  
  
  
  
  
  
  width: 100%;
  
  
  
  
  
  
  
  /* right: 0; */
  
  
  
  
  
  
  
  /* left: 0; */
  
  
  
  
  
  
  
  padding: 15px 15px 0px 15px;
  
  
  
  
  
  
  
  background: #fff;
  
  
  
  
  
  
  
  transition: all 0.3s, visibility 0s;
  
  
  
  
  
  
  
  -ms-transition: all 0.3s, visibility 0s;
  
  
  
  
  
  
  
  -webkit-transition: all 0.3s, visibility 0s;
  
  
  
  
  
  
  
  }
  
  
  .book .divider{
  
  
  
  
  
  
  
  margin-right: -20px;
  
  
  
  
  
  
  
  }
  
  
  
  
  
  
  
  .book .divider::before {
  
  
  
  
  
  
  
  position: absolute;
  
  
  
  
  
  
  
  right: 0;
  
  
  
  
  
  
  
  top: 0;
  
  
  
  
  
  
  
  content: '';
  
  
  
  
  
  
  
  background: #4B164B;
  
  
  
  
  
  
  
  width: 3px;
  
  
  
  
  
  
  
  height: 22px;
  
  
  
  
  
  
  
  }
  .book:hover .book-info .book-description{
  
  
  
  
  
  
  
  max-height: 100px;
  
  
  
  
  
  
  
  }
  
  .book-icon{
  
  
  
  
  
  
  
  font-size: 11px;
  
  
  
  
  
  
  
  line-height: 18px;
  
  
  
  
  
  
  
  font-weight: 700;
  
  
  
  
  
  
  
  text-transform: uppercase;
  
  
  
  
  
  
  
  color: #fff;
  
  
  
  
  
  
  
  padding: 0 20px;
  
  
  
  
  
  
  
  background: #4b164b;
  
  
  
  
  
  
  
  position: absolute;
  
  
  
  
  
  
  
  top: 15px;
  
  
  
  
  
  
  
  /* right: -7px; */
  /* right: 5px; */
  right:-10px;
  
  
  
  
  
  
  
  }
  
  .book-icon:before{
  
  
  
  
  
  
  
  content: '';
  
  
  
  
  
  
  
  position: absolute;
  
  
  
  
  
  
  
  border-left: 0px solid transparent;
  
  
  
  
  
  
  
  border-right: 10px solid transparent;
  
  
  
  
  
  
  
  border-left: 18px solid #4b164b;
  
  
  
  
  
  
  
  bottom: 0;
  
  
  
  
  
  
  
  right: 50%;
  
  
  
  
  
  
  
  margin-right: 0px;
  
  
  
  
  
  
  
  right: 100%;
  
  
  
  
  
  
  
  }
  
  
  body .qant-group.input-group>.input-group-append>.btn{
    border-top-right-radius: .25rem;
    	border-bottom-right-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
  body .qant-group.input-group>.input-group-prepend>.btn{
	    border-top-left-radius: .25rem;
    	border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
   }
  
  
  
  .book-icon:after {
  
  
  
  
  
  
  
  content: '';
  
  
  
  
  
  
  
  position: absolute;
  
  
  
  
  
  
  
  border-top: 0 solid transparent;
  
  
  
  
  
  
  
  border-bottom: 10px solid transparent;
  
  
  
  
  
  
  
  border-left: 10px solid #4b164b;
  
  
  
  
  
  
  
  top: 100%;
  
  
  
  
  
  
  
  /* right: -10px; */
  
  
  
  
  
  
  
  right: 0;
  
  
  
  
  
  
  
  }
  .book-icon span {
  
  
  
  
  
  
  
  content: '';
  
  
  
  
  
  
  
  position: absolute;
  
  
  
  
  
  
  
  border-top: 0 solid transparent;
  
  
  
  
  
  
  
  border-bottom: 10px solid transparent;
  
  
  
  
  
  
  
  border-left: 10px solid rgba(0, 0, 0, 0.2);
  
  
  
  
  
  
  
  top: 100%;
  
  
  
  
  
  
  
  right: 0;
  
  
  
  
  
  
  
  z-index: 9;
  
  
  
  
  
  
  
  }
  
  .main-btn{
  
  
  
  position: relative;
  
  
  
  background-color: #fff;
  
  
  
  
  
  
  
     color: #e6b54b;
    border-color: #e6b54b;
  
  
  
  font-size: 14px;
  
  
  
  
  
  
  
  /* padding: 6px 35px; */
  
  
  
  
  
  
  
  display: inline-block;
  
  
  
  
  
  
  
  border-radius: 4px;
  
  
  
  
  
  
  
  overflow: hidden;
  
  
  
  
  
  
  
  box-shadow: 0px 2px 6px 0px rgba(87, 176, 154, 0.18);
  
  z-index: 100;
  
  
  
  
  
  }
  .main-btn:hover {
  
  
  
  
  
  transition: all 0.8s ease;
  
  color: #fff;
  
  
  
  
  
  
  
  }
	.pay_item_btn:hover{
		border-color: #4B164B;	
	}
  .main-btn::before,.main-btn::after{
  
  position: absolute;
  
  top: 0;
  
  height: 100%;
  
  background: #4B164B;
  
  width: 0;
  
  content: '';
  
  z-index: -2;
  
  -webkit-transition: all 0.4s ease;
  
  -moz-transition: position 10s;
  
  -ms-transition: position 10s;
  
  -o-transition: position 10s;
  
  transition: all 0.4s ease;
  
  }
  .main_color{
    color: #4B164B;
  }
  .main-btn::before{
  
  right: 0;
  
  }
  
  .main-btn::after{
  
  left: 0;
  
  }
  
  .main-btn:hover::before,.main-btn:hover::after{
  
  width: 50%;
  
  }
  
  .main-btn:hover::before{
  
  width: 50%;
  
  }
  
  
  
/***********/


.navbar-brand{

  font-size: 1rem;

}

 .py-6{

   padding-top: 5rem !important;

   padding-bottom: 5rem !important;

 }



.pt-6{

     padding-top: 6.5rem !important;

}

.pb-6{

     padding-bottom: 5rem !important;

}



 .more_btn{

   letter-spacing:2px;

 }

.works{

    height: 100%;

}

#sidebarCollapse{

    padding-right: 3px !important;

}

.logo img {
    width: 280px;
}

.navbar.navbar-expand-lg{

    background: transparent;

    z-index: 1000;

}
@media (min-width: 992px){
.navbar.navbar-expand-lg .navbar-nav .nav-link{
  padding-left: 1.2rem  !important;
  padding-right: 1.2rem  !important;      
}
}

.btn_statement a{

  background: #0d1627;

  color: #fff;

  font-size: 16px;

  line-height: 1;

}

.btn_statement a{

  color: #fff !important;

}

.mt8rem{

    margin-top: 8rem!important;

}

.mt30{

    margin-top: 30px!important;

}

.mt160{

    margin-top: 55px!important;

}

.mt65{

    margin-top: 65px;

}

.mb65{

    margin-bottom: 65px;

}

.mt60{

    margin-top: 60px;

}

.mt97{
    margin-top: 97px;
}

#slider,.slider .swiper-wrapper{

    height: 100% !important;
}


.first_slide{
    height: 470px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    /* z-index: 1000; */
}
.divSocial li a:hover i {
  color: #4B164B !important;
}

/* .first_slide::before{

 background:rgba(152, 152, 152, 0.75);

 position: absolute;

 left: 0;

 top: 0;

 width: 100%;

 height: 100%;

 opacity: 0.65;

 content: '';

} */

.navbar-nav a{

    font-weight: 100 !important;

    color: #444 !important;

    font-size: 15px; /*17px*/

}

.nav_bar_ul li a{

    position: relative;

}
body .navbar-nav a:hover
{color: #48184a !important ; }

.nav_bar_ul li a:hover::before{

    width: 100% !important;

    transition: all .5s;

}

.nav_bar_ul li a:hover{

    transition: all .5s;

   color:#06060685 !important;

}





.nav_bar_ul li a::before{

    position: absolute;

    width: 0%;

    height: 3px;

    bottom: -3px;

    content: '';

    left: 2px;

    background: linear-gradient(to right, rgb(119, 226, 182) , rgb(227, 229, 77));

}

.yellow{

    color: rgb(227, 229, 77);

}

.green{

    color: rgb(119, 226, 182);

}

.slider {

    margin-top: 0px !important;

}

header{

}

.slider {

    height: 635px;

}



/* .image_item */

.slider_container img{

    width: 170px;

}

.heading_slider{

    font-size: 52px;

    /* text-shadow: 8px 2px 11px #000000f7; */

    margin-bottom: 0;

    text-transform: uppercase;



}

.paragraph_slider{

    font-size: 26px;

    color: #940000;

}

.paragraph_slider span,.paragraph_slider p{

    text-shadow:8px 3px 4px #000;

}

.first_nav{

    margin-left: 760px!important;

}

.swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #e6b54b !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

    border:none !important;

}

.swiper-pagination-bullet{

    background: inherit !important;

    border-color: #fff !important;

    opacity: 1 !important;

    width: 12px !important;

    height: 12px !important;

    border-style: solid  !important;

    border-width: 2px  !important;

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

    -webkit-transition: border .4s ease, background .4s ease, -webkit-transform .4s ease;

    transition: border .4s ease, background .4s ease, -webkit-transform .4s ease;

    transition: border .4s ease, background .4s ease, transform .4s ease;

    transition: border .4s ease, background .4s ease, transform .4s ease, -webkit-transform .4s ease;

    border-radius: 4px !important;

}

.social li a {

    color: #4caf50  !important;

    font-size: 13px;

}

.sticky-top{

    width:100%;

}

.social .list-group{

  left: 0%;

  bottom: 50%;

  list-style-type: none;

  z-index: 1000;

  transform: translateY(50%);

  /* background-color: rgba(0,0,0,.3);

  border-top-right-radius: 25px;

  border-bottom-right-radius: 25px; */

  padding: 15px;

}

.social .list-group li{

    transition: 0.3s  ease-out;

}

.social .list-group li:hover{

    transform: rotate(360deg);

}

.fa-bars{

    color:#fff;

    font-size: 25px ;

}

.fa-search{

    color:#000;

    font-size: 20px;

    font-family: 100 !important;

}

.search{

    position: absolute;

    right: 9%;

    z-index: 1000;

    bottom: 40px;

}

.swiper-container-vertical>.swiper-pagination-bullets {

    right: 45px !important;

}

.lang_list{

    list-style-type: none;

}



.clients_div{

    padding:0 30px;

}

.text-color{

    background: -webkit-linear-gradient(rgb(119, 226, 182) , rgb(227, 229, 77));

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    font-size: 2em;

    margin-bottom: 10px;

}



.service_heading::before {

    width: 60px;

    content: '';

    height: 6px;

    background: #000;

    position: absolute;

    right: 0;

    top: 10px;

}



.text-color::before {

    width: 60px;

    content: '';

    height: 6px;

    background: #07a74a;

    position: absolute;

    right: 0;

    top: 10px;

}

.paragraph_text{

    font-size: 1em;

    font-family: myfont4;

    color: #06060685;

    font-weight: normal;

}

.client_img img{

    width: 191px;

    height: 191px;

}

.image_div img{

    width: 100%;

    height: 100%;

    /* border-radius: 30px; */

}





.item_paragraph{

    margin-top: -21px;

    margin-bottom: 0;

    color: #000;

    font-family: myfont4;

}





.logo2{

    width: 65px !important;

}

.logo_2{

    display: none;

    width:115px;

    height:81px;

    padding: 30px;

}



.div_img{

    margin-top: 30px;

}

a:hover{

    text-decoration: none;

}

.slider_container{

    height: 100%;

}





.font12{

  font-size: 12px;

}

.font14{

  font-size: 14px;

}

.font16{

  font-size: 16px;

}

.font20{

  font-size:20px;

}

.font22{

  font-size: 22px;

}

.partner_image{

  width:100%;

  height: 100px;

  padding: 10px;

  text-align: center;

}

.partner_image img{

  height: 100%;

  width: 70%;

}



@media screen and  (min-width: 992px) {

  .partners_images .col-lg-2{

      border-right: 2px solid #4caf50;

  }

  body .partners_images .col-lg-2:last-child{

      border-right: none;

  }



}



@media screen and  (max-width: 992px) {

  .partners_images .col-lg-2{

      margin-bottom: 5%;

  }



  .partners_image img {

    max-width:160px!important;

  }



  .product-large{

    margin-bottom: 30px;

  }

}



@media screen and  (max-width: 767px) {

  body .swiper-button-prev{
    right: unset !important;
    left: 0px !important ;
  }
  body .swiper-button-next{
    right: 0px !important ;
  }
  .phone_banner{
    width: auto !important;
    top: 0 !important;

  }
    .image_card.height162{

    height: 420px !important;

  }



}









.partner_linkn {

    position: relative;

}



.partner_link:hover img {

  opacity: 1;

  -webkit-animation: flash 1.5s;

  animation: flash 1.5s;

}



.partner_link .text {

  position: absolute;

  bottom: -20px;

  left: 50%;

  z-index: -1;

  display: block;

  margin: 0;

  transform: translateX(-50%);

  padding: 0;

  color: #444;

  /* font-size: 18px; */

  text-decoration: none;

  text-align: center;

  -webkit-transition: .3s ease-in-out;

  transition: .3s ease-in-out;

  text-align: center;

  opacity: 0;

}

.partner_link .text h6{

  font-size: 16px !important;

  font-weight: bold;

}

.partner_link:hover span{

  bottom: -36px;

	opacity: 1;

}



.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{

  bottom: 30px !important;

}



.image_about{

  width: 100%;

height: 350px;

}



.col_image{

  right: 0;

}



.text_about .details_us{

  width: 75%;

  margin-left: auto !important;

  color: #0D1627 !important;

}



.image_about img{

  width: 100%;

  height: 100%;

  border-radius: 4px;

}





@-webkit-keyframes flash {

	0% {

		opacity: .4;

	}

	100% {

		opacity: 1;

	}

}

@keyframes flash {

	0% {

		opacity: .4;

	}

	100% {

		opacity: 1;

	}

}

.height100{

  height: 100%;

}

.bg-gray{
  background: #EFEFEF;
}
.product .card{
  position: relative;
}

.product .card-body{
  background: none;
  height: 60px;
  padding-top: 1rem!important;
  transition: all 1s;
  position: absolute;
  bottom: 0px;
overflow: hidden;

}
.product .card{
  border:none;
}
.product .card-body p{
    color: #fff !important;
    font-size: 18px;
    line-height: 18px;
}

/* #products .product:first-child .card .image_card{
    height: 420px;
} */

.product .card .image_card img{
  height: 100%;
}

#products{
 position: relative;
    background-position: center;
    background-attachment: fixed;
    background: #4B164B;
}

.product .card:hover::before{
  opacity: 0.4;
}
/* #products::before{

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-image: -webkit-gradient(linear, right top, left top, from(#4caf50), color-stop(82%, #302e2f));

  background-image: linear-gradient(-90deg, #4caf50 0%, #0D1627 82%);

  opacity: .95;

} */



/* #products .col-lg-6,#products .col-md-12{

  padding-right: 9px!important;

  padding-left:  9px!important;

} */

.height162{

    height: 162px !important;

}



.mb2rem{

  margin-bottom: 2rem!important;

}

#portfolo{

  background: #0D1627;

}

.portfolo .image_portfolo{

    width: 100%;

    height: 180px;

}

.portfolo .image_portfolo img{

    width: 100%;

    height: 100%;

}

.contact_list div{

  background: none !important;

  border: none !important;

}



.contact_list .icon{

    width: 38px;

}

.contact_list .text{

    width: calc(100% - 100px);

    margin: 3% 0;

}



.mainbg{

    background: #4caf50;

}

.textmaincolor{

  color:#fff;

}



.font28{

  font-size:28px;

}

#products .card-img-top,#products .card{

  border-radius: 0 !important;

}

.font24{

  font-size: 24px;

}

.portfolo .text{

  width: 85%;

  margin: 0 auto;

  height: 129px;

  overflow: hidden;

}







#catalogue{

  background: url(../images/protfolo.png);

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;

  /* z-index: 1000; */

}

#catalogue::before{

  position: absolute;

  content: '';

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: -1;

  background: #4caf50;

}



.image_catalogue{

  width: 50%;

    margin: 0 auto;

    height: 120px;

}

.image_catalogue img{

  height: 100%;

}

{

  width: 80%;

    margin: 0 auto;

}

.catalogue .text{

  width: 80%;

  margin-right: auto;

  margin-left: auto;

}

#map {

    height: 350px;  /* The height is 400 pixels */

    width: 100%;  /* The width is the width of the web page */

 }

#footer,.bg-question{
  overflow: hidden;
  position: relative;
}

.question-text{

  color: #0d1627;

}

.logo_footer{

  width: 90px;

  height: 90px;

}

.logo_footer img{

  width: 100%;height: 100%;

}

.location_footer:nth-child(odd){

      margin-bottom: 1.5rem!important;

      margin-right: 2rem!important;

}

.footer_partner .col-lg-4{

  border-right:1px solid #fff;

}



.footer_partner .col-lg-4:last-child{

  border: 0 !important;

}

#portfolo .more_btn:hover{

    color: #fff;

}

#products .more_btn:hover{

    color: #4caf50 !important;

}

#partner .more_btn:hover{

    color: #4caf50 !important;

}



.product .card::before{
  background: -moz-linear-gradient(90deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.1) 60%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.8)),color-stop(60%,rgba(0,0,0,.1)));
  background: -webkit-linear-gradient(90deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.1) 60%);
  background: -o-linear-gradient(90deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.1) 60%);
  background: -ms-linear-gradient(90deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.1) 60%);
  background: linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.1) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.product .card::after {

    top: -1px;

    left: -1px;

    border-top:5px solid transparent;

    border-left: 5px solid transparent;

}

/* 
.product .card:hover .card-body{

    background: #4caf50;

} */

.product .card{

  position:relative;

  transition:all 1s;

  border-radius: 0 !important;

}

.btn_slide:hover{

    color: #fff;

}

.portfolo .port .image_portfolo{

  position: relative;

}



.portfolo .port:hover .name_portfolo{

    color: #fff;

}

.portfolo .port .name_portfolo{

  -webkit-transition: all 0.4s ease-out 0s;

  -moz-transition: all 0.4s ease-out 0s;

  -ms-transition: all 0.4s ease-out 0s;

  -o-transition: all 0.4s ease-out 0s;

  transition: all 0.4s ease-out 0s;

}

.portfolo .port .image_portfolo::before, .portfolo .port .image_portfolo::after {

    background: #4caf50;

    opacity: 0.3;

}



.portfolo .port:hover .image_portfolo::before,.portfolo .port:hover .image_portfolo::after {

    height: 100%;

    -webkit-transition: all 0.4s ease-out 0s;

    -moz-transition: all 0.4s ease-out 0s;

    -ms-transition: all 0.4s ease-out 0s;

    -o-transition: all 0.4s ease-out 0s;

    transition: all 0.4s ease-out 0s;

    width: 100%;

}



.portfolo .port .image_portfolo::before {

    background-color: #4caf50;

    content: "";

    height: 0;

    left: 0;

    margin: auto;

    position: absolute;

    top: 0;

    -webkit-transition: all 0.3s ease-out 0s;

    -moz-transition: all 0.3s ease-out 0s;

    -ms-transition: all 0.3s ease-out 0s;

    -o-transition: all 0.3s ease-out 0s;

    transition: all 0.3s ease-out 0s;

    width: 0;

    opacity: 0.15;

    z-index: 99;

}



.portfolo .port .image_portfolo::after {

    background-color: #4caf50;

    bottom: 0;

    content: "";

    height: 0;

    position: absolute;

    right: 0;

    -webkit-transition: all 0.3s ease-out 0s;

    -moz-transition: all 0.3s ease-out 0s;

    -ms-transition: all 0.3s ease-out 0s;

    -o-transition: all 0.3s ease-out 0s;

    transition: all 0.3s ease-out 0s;

    width: 0;

    opacity: 0.15;

}



.sidebar navbar{

  background-color: #fff;

}



.before_text{

  position: relative;

}

h4.before_text::before {

    position: absolute;

    top: -16px;

    right: 0;

    height: 2px;

    width: 75px;

    content: '';

    background: #0d1627;

    transform: translateX(50%);

    right: 50%;

}



.home-links a {

    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
    padding: 0 6px 2px;

}

.home-links a:hover{

      color: #4caf50;

}

.list-group-flush .list-group-item{

  background: none;

  color: #fff;

  padding-top: 0;

  border: 0 !important;

}

#sidebar {

    background: #ffffff91;

    padding: 35px;

}

.htmlvid{

  height: 350px;

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  border-radius: 5px;

  cursor: pointer;

}

.about_h {

  position: relative;
  background:#4B164B;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 2px;
}

h4.about_h::before {

    position: absolute;

    top: -16px;

    right: 0;

    width: 75px;

    height: 2px;

    content: '';

    background:#4B164B;

}

.news_h {

  position: relative;
  background:#fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 2px;
}

h4.news_h::before {
    position: absolute;
    top: -16px;
    right: 0;
    width: 75px;
    height: 2px;
    content: '';
    background:#fff;
}

.video_play{

  color: #4caf50;

  top: 50%;

  right: 50%;

  transform: translate(50%, -50%);

  border: 4px solid #585858;

  border-radius: 50%;

  width: 100px;

  height: 100px;

  padding-top: 23px;

  padding-right: 23px;

}

.video_play i{
  font-size: 45px;
  color: #585858;
}

.form-question .form-control::placeholder {

    font-size: 13px;

    color: #0d1627;

}

.form-question label {

    color: #0d1627;

    font-size:14px;

}

.form-question .form-control:focus {

    color: #0d1627;

    background-color: #fff;

    border-color: #4caf50;

    box-shadow: 0 0 0 0.2rem rgba(243, 188, 120, 0.38);

}

.form-question .btn_form{

  background: #4caf50;

  color: #fff;

  border: 1px solid #4caf50;

}

.form-question form{

  background: #fff;

  padding:22px 20px;

  border-radius: 5px;

  box-shadow: 7px 8px 7px #e0dcdc63;

  border: 1px solid #ddddddab;

}

.question-text p,.question-text span{

  color: #0d1627 !important;

}

/* .partners {

} */
.items{
  position: relative;
  background-image: url(../images/counters2.png);
  background-position: center;
  background-size: cover;
  background-color: #f5f5f5;
}


.divSocial li a i {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color:#e6b54b !important;
}
.divSocial li a {
  color: #000 !important;
}
.divSocial li a:hover i {
  -webkit-transform: scale(1.5) rotate(-360deg);
  -moz-transform: scale(1.5) rotate(-360deg);
  -o-transform: scale(1.5) rotate(-360deg);
  -ms-transform: scale(1.5) rotate(-360deg);
  transform: rotate(360deg);
}

.divSocial {
  display: inline-block;
  top: 48%;
  position: fixed;
  z-index: 10000;
  left: 0.5%;
  transform: translateY(-50%);
}
.divSocial ul{
  padding-right: 0;
  margin-right: 0;
  text-align: center;
}
.divSocial li {
    display: block;
    margin: 0 5px;
}
@media only screen

and (max-device-width : 767px) {
  .logo{
    width: 70% !important;
  }
  .logo img {

    width: 100% !important;

  }
  .navbar.navbar-expand-lg{
    padding:10px !important
  }
  .mt8rem {

    margin-top:18% !important;

  }
  .episode .col-md-3 {
    margin-bottom: 20px !important;
}

  .navbar-brand span{

    margin-left: 1rem!important;

  }

  .text_about .details_us{

    width:100%;

  }

  body .text_about{

    padding-top:0 !important;

    padding-bottom: 0.4rem !important;

  }

  .navbar>.container{

    padding: 0 !important;

  }

  .number_contact{

    margin-right:0 !important;

    line-height: 5;

  }

  .heading_slider{

    font-size: 26px !important;

  }

  .paragraph_slider,.paragraph_slider p,.slider_text span{

    font-size: 1.1em !important;

  }

  #partner{

    padding: 2rem 1.5rem !important;

  }

  .partners_images {

    margin-top: 1rem!important;

  }

  .partner_image img {

    width: 48%;

  }

  .partner_image{

    margin-bottom: 20px;

  }

  .partner_link:hover span {

    bottom: 0;

  }

  .col_image{

    position: relative !important;

    right: unset !important;

    top: unset !important;

  }

  #about {

    padding-top: 3rem !important;

    padding-bottom: 3rem !important;

  }

  .text_about {

    padding: 2rem 1.5rem  !important;

    text-align: justify;

  }

  .text_about p{

    width: 100%;

  }

  .image_about {

    height: unset !important;

    padding-right: 1.5rem;

    padding-left: 1.5rem;

}

.htmlvid {

  height: 315px !important;

}

  .text_about .w-75{

    width:100% !important;

  }

  .pdf a{

    text-align: center !important;

  }

  .pdf a i{

    margin: 0 !important;

  }

  .partner_image:last-child{

    /* margin-bottom: 0 !important; */

  }

  #products,#portfolo,#catalogue,#contact,#footer{

    padding: 2rem 1.5rem  !important;

  }

  .font28{

    font-size: 24px !important;

  }

  .more_btn{

    font-size: 12px !important;

  }

  .allproducts,.catalogue{

    margin-top: 1rem!important;

  }

  .product .image_card{

    height: 200px !important;

  }

  .portfolo .image_portfolo{

    height: 140px;

  }

  .portfolo .image_portfolo img {

    width: 70%;

  }

  .portfolo .text{

    height: 90px;

  }

  .cat{

    margin-bottom: 25px !important;

    display: block;

  }

  .contact_list i{

    font-size: 35px !important;

  }

  .contact_list .icon {

    margin-right: 1rem!important;

  }

  .contact_list{

    padding:0 !important;

  }

  .logo_footer {

    width: 70px;

    height: 70px;

    margin: 0 auto;

  }

  .text_footer {

    text-align: center;

  }
.text_footer > p{font-size: 20px;}
 



  .product_details_page .slider_product_details.swiper-container {

    height: 320px !important;

  }

  .details_product_page {

    padding: 25px 25px;

  }

  #product_modal hr {

    margin-top: 0;

  }

  .slider_text{

    padding-right: 8% !important;

    padding-left: 8% !important;

  }

  .slider_product .swiper-container {

    height: 340px !important;

}

.details_product {

  padding: 25px;

}

.col_slider_prod{

  padding:0 15px !important;

}

.row.all_prod .col-md-6{

  padding: 0 15px;

}

.prod_image_details {

  height: 270px;

  margin-bottom: 14px !important

}

}

#footer .logo{
  width: 255px;
}
.profile{
  font-size: 25px;
}
.profile i{
  background: -webkit-linear-gradient(#0a87b3 , rgb(76, 175, 80));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#saidaboutus .img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.said_bg .img img{
  border-radius: 50%;
}
#saidaboutus .details{
  width: 70%;
}
#saidaboutus .text small{
  color: #0a87b3;
}
.details{
  line-height: 22px;
  font-size: 14px;
  width: 65%;
  height: 70px;
  overflow: hidden;

}
img{
  width: 100%;
}
.service{
    display: flex;
    align-items: center;
    background: #4b164b;
	    box-shadow: 1px 4px 10px #00000029;
    padding: 15px;
    border-radius: 4px;
       transition: all 0.5s ease 0s;
}
.service:hover .icon-service {
    background: #4b164b;
}
.service:hover {
    background: #e8ba56;
    color: red;
}
.icon-service{
padding: 14px;
    width: 60px;
    height: 60px;
    background: #e8ba56;
    border-radius: 4px;
    text-align: center;
    font-size: 21px;
    margin-left: 12px;
    color: #fff;
    transition: all 0.7s ease 0s;
}
.name-service{
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: calc(100% - 60px);
}
.brd{border-top: 1px solid #ffffff21;color: #fff;}
.contactus i{
  border-radius: 50%;
  padding: 6px 5px;
  width: 27px;
  height: 27px;
  font-size: 14px;
}
/* .text-shadow{
  text-shadow: 1px 1px 1px #000000a6;
} */
.font18{
  font-size:18px;
}
.swiper-button-prev{
  left: -25px !important;
  background-image: url(../images/back.png) !important;
}
.swiper-button-next{
  right: -20px  !important;
  background-image: url(../images/next.png) !important;
}
.swiper-button-next, .swiper-button-prev{
  height: 25px !important;
  transform: translateY(50%);
  outline: none !important;
}
.w-50{
  width: 50%;
  margin: 0 auto;
}

.header-slider-section{
  background: url(../images/counters2.png);
  height: 195px !important;
  width: 100%;
  position: relative;
  padding: 35px 0;
  background-position: bottom center;
}
.header-slider-section::before{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  content: '';
  background: #f5f5f5;
  z-index: -1;
}
.header-slider-section .title h2{
  color: #444444;
  font-size: 19px;
}
.breadcrumb {
  background: none;
  display: inline-flex;
  margin-bottom: 0;
}
.breadcrumb li a {
  color: #444444;
}
.categories .card-title{height: 50px;margin-bottom: 0 !important;overflow: hidden;}
.categories .card-body img{
  height: 200px;
  object-fit: cover; 
}
.categories .card-title a{
  color:#0a87b3;
}
.categories .card{
  transition: all 0.5s ease 0s;
}
.categories .layout-thumb{
  position: relative;
  transition: all 0.5s ease 0s;
}
.categories .icon{
  position: absolute;
  top: 30%;
  transform: translate(50%,50%);
  right: 50%;
  font-size: 20px;
  background: #0a87b3;
  width: 38px;
  height: 38px;
  z-index: 12;
  color: #fff !important;
  padding: 7px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  transition: ease-in-out 0.5s;
  display: none;
}
.categories .layout-thumb::before {
  position: absolute;
  content: '';
  top: 0;
  display: none;
  right: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  background: #7d7d7d85;
  transition: ease-in-out  0.5s ease;
}
.categories .card:hover .layout-thumb .icon{
  display: block;
  transition: ease-in-out 0.5s;
}
.categories .card:hover .card-title a{
  color:#4caf50;
}
.categories .card:hover .layout-thumb::before{
  display: block;
}
.categories .card{
  cursor: pointer;
}
.categories .card .layout-thumb{
  overflow: hidden;
}
.categories .card .layout-thumb img{
  transition: ease-in-out 0.5s;
}
.categories .card:hover .layout-thumb img{
  transform: scale(1.1);
}
.categories .icon:hover{
  background-color: #4caf50;
}
.paging nav{
  display: inline-block;
}
.paging .page-item.active .page-link{
  background-color: #edb53e;
  border-color: #edb53e;
}
.paging .page-link{
  color: #940000;
}
.paging .page-link:focus{
  box-shadow: 0 0 0 0.2rem rgba(216, 23, 23, 0.16);
}
#navbarSupportedContent{
  position: relative;
  margin-top: 3px;
}

header nav{
  overflow: hidden;
}
.home-links li{list-style: none;}
.top-header{
  height: 4px;
  display: none;
  color: #fff;
  background: #4caf50;
}
.top-header .fa-phone{
  transform: rotate(0);
}
.navbar.navbar-expand-lg {
    background-size: cover;
    background-color: #ffffff80 !important;
    padding: 10px 0;
}
.phone_banner {
      z-index: 1000;
    left: 0;
    background: #4B164B;
    width: 24%;
    height: 30px;
    color: #fff;
    top: 0;
    padding: 2px 15px;
}
.number::before {
        position: absolute;
    content: '';
    top: -8px;
    right: -24px;
    transform: skewX(-25deg);
    width: 30px;
    height: 35px;
    background: #4B164B;
    z-index: -1;
}
.number{
  position: relative;
}
.title_episode{
  padding: 10px 10px;
  background: linear-gradient(45deg, #0b87b3 , #4caf50);
  color: #fff;
}
.details_episode{
  font-size: 18px;
}
.albums .item {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.photo_no {
  padding: 3px 15px 10px;
  background: linear-gradient(#0a87b3 , #4caf50);  color: #fff!important;
  position: absolute;
  top: 50px;
  left: 20px;
  z-index: 9;
}
.albums .item a h2, .albums .item a:before {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.albums .item a:before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(90deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.1) 60%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.8)),color-stop(60%,rgba(0,0,0,.1)));
  background: -webkit-linear-gradient(90deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.1) 60%);
  background: -o-linear-gradient(90deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.1) 60%);
  background: -ms-linear-gradient(90deg,rgba(0,0,0,.8) 0,rgba(0,0,00,.1) 60%);
  background: linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.1) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c3e50', endColorstr='#2c3e50', GradientType=0);
}
.albums .item a h2 {
  font-family: HelveticaBold;
  text-shadow: 1px 1px 0 #2c3e50;
  position: absolute;
  bottom: 5px;
  color: #fff;
  z-index: 9;
  text-align: right;
  right: 15px;
  font-size: 18px;
  width: 92%;
  line-height: 29px;
}
.albums .item a h2, .albums .item a:before {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.albums .item:nth-child(odd) a h2 {
  right: 30px;
}
.albums .item a:hover:before, .albums.photos .item a:before {
  opacity: 0;
}
.albums .item a h2 {
  font-family: HelveticaBold;
  text-shadow: 1px 1px 0 #2c3e50;
  position: absolute;
  bottom: 5px;
  color: #fff;
  z-index: 9;
  text-align: right;
  right: 15px;
  font-size: 18px;
  width: 92%;
  line-height: 29px;
}
.albums .item a h2, .albums .item a:before {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.albums .item:nth-child(odd) a h2 {
  right: 30px;
}
.albums .item a:hover:before, .albums.photos .item a:before {
  opacity: 0;
}
#divButtons {
  float: left;
  margin-left: -3px;
  padding: 0;
}
#divButtons li {
  float: right;
  list-style: none;
  display: block;
  margin-left: 3px;
}
#divButtons li a {
  display: block;
  font-size: 11px;
  color: #fff;
  padding: 5px 17px;
}
#divButtons li a.whatsapp {
  background-color: #12a988;
}
#divButtons li a.facebook {
  background-color: #2d609b;
}
#divButtons li a.twitter {
  background-color: #16C7F4;
}