body, body * {
	direction:rtl;
	text-align:right;
}
h3, .h3 {
	font-size:22px;
}
.text-center, .text-center * {
    text-align: center;
}
.bold {
	font-weight:bold;
}
.marker {
	background:#f2e836
}
.fs110 {
	font-size:110%;
}
.navbar-default.menu-shrink li a.active {
	color: #5257a6;
}
.banner_content strong {
	font-size:40px;
	
}
.cd-headline.clip .cd-words-wrapper {
	padding-right:1px;
}
.cd-headline.clip .cd-words-wrapper::after {
	top:15%;
	height:70%;
	/*left:0;
	right:auto;
  -webkit-animation: blink 0.6s infinite;
  -moz-animation: blink 0.6s infinite;
  animation: blink 1.5s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }*/
}
.slicknav_nav ul {
	display: flex;
    flex-direction: column-reverse;
}
.services_wrpr {
	display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.single-service {
	height: calc(100% - 30px);
}
.section_heading {
	padding-bottom:40px;
}
.testimonials_link {
	background: #5257a6;
    color: #ffffff;
    padding: 0 7px;
    border-radius: 3px;
	transition:all .2s ease-in-out;
}
.testimonials_link i {
	line-height:26px;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: bounce-3;
	animation-timing-function: ease;
}
.testimonials_link:hover {
	background: #ffffff;
    color: #5257a6;
	box-shadow: 0 1px 10px 0 rgb(0,0,0,.2);
}
@keyframes bounce-3 {
	0%   { transform: translateY(2px); }
	50%  { transform: translateY(-2px); }
	100% { transform: translateY(2px); }
}
.work_sub_filter {
	display:none;
	margin-top: -30px;
}
.work_sub_filter ul li {
    padding: 0px 20px;
    color: #5257a6;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
}
.work_sub_filter .active {
    background: #f2e837;
    background: #ffffff;
    border: 1px solid #5257a6;
    color: #5257a6;
}
.work_content_area .item-img-overlay {
	top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}
.work_content_area .item-img-overlay p {
	color:#f2ed37;
}
.work_content_area .item-img-overlay .icon {
	right:auto;
	left:30px;
	bottom: 40px;
	transform:rotate(180deg);
	line-height: 44px;
	border-color:#f2ed37;
	color:#f2ed37;
}
.work_content_area .item-img {
	min-height:230px;
	border: 2px solid rgb(242,237,55,.5);
    padding: 5px;
    border-radius: 6px;
}
.work_content_area .item-img .viewlink {
	display:block;
	position:relative;
	background:#ffffff;
	text-align:center;
	z-index: 999;
}
.work_content_area .item-img .viewlink:hover {
	text-decoration:underline;
}
.edu-list > li {
    border: 2px solid rgb(242,237,55,.5);
}
.edu-list > li:not(:last-child)::before {
    left: auto;
    right: -32px;
}
.edu-list > li::after {
    left: auto;
    right: -55px;
}
#wa_btn {
	font-weight:normal;
	cursor:pointer;
	color:#337ab7;
	white-space:nowrap;
}
.about_details #wa_btn:hover {
    color: #23527c;
}
#wa_btn i {
	color:#09be3f;
}
.slicknav_nav {
	width: 100%;
    left: 0;
    right: 0;
    height: calc(100vh - 100px);
    top: 100px;
    background: #f2e836;
}
.btn[type=submit] {
	width:100%;
}
.banner_social_link {
    margin-top: 20px;
    margin-bottom: 35px;
}
.banner_social_link li {
	margin-left: 12px;
    margin-right: 0;
}
@media only screen and (max-width: 767px) {
	.navbar-default .navbar-nav>li>a {
		color: #5257a6 !important;
	}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
		color: #ffffff !important;
	}
}
@media only screen and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 18px !important;
	}
	.banner-images img {
		max-width:100%;
		height:auto;
		min-height:auto;
		margin-top: 80px;
	}
	.banner_content {
		margin-top: 40px;
	}
}