.active .body-border .body::-webkit-scrollbar-track ,.active .body-border .body::-webkit-scrollbar,.active .body-border .body::-webkit-scrollbar-thumb {
  border-right: 5px solid #f8fafc;
  border-left: 0px;
}

/* services */
.box-border{
	padding: 4px 0 0 4px;
	border-top: #d53844 solid 10px;
	border-left: #b82e3a solid 10px;
  border-bottom: 0;
	border-right: 0;
}
.box-border .half-border1{
	bottom: -1px;
	left: -11PX;
  top: auto;
	right: auto;
}
.box-border .half-border2{
  top: -11PX;
	right: -1px;
  bottom: auto;
	left: auto;
}

.active .body-border{
	padding: 0 4px 4px 0;
	border-bottom: #d53844 solid 10px;
	border-right: #b82e3a solid 10px;
  border-top: 0;
	border-left: 0;
}
.active .body-border .half-border1{
	top: -1px;
	right: -11PX;
  bottom: auto;
	left: auto;
}
.active .body-border .half-border2{
	left: -1px;
	bottom: -11PX;
  top: auto;
	right: auto;
}

/* end services */

#header .btns ,#header .navbar-expand-lg .navbar-nav{
    margin-left: inherit !important;
    margin-right: auto !important;
}
#header .btns>div:nth-child(2) {
    border-left: inherit;
    border-right: 1px black solid;
}
.about{	
    direction: rtl;
    text-align: right;
}
.footer .col-md-4:nth-child(1){
	text-align: right;
}
.footer .col-md-4:nth-child(3){
	text-align: left;
}

.banner .swiper-slide .banner-data {
	left: inherit;
	right: 10%;
	text-align: right;
    direction: rtl;
}
.get-in-touch {
    text-align: right;
}
.get-in-touch .row .left-side {
    padding: 4vw 5vw 3vw 2vw;
    color: white;
}

