/* 
Theme Name: ADAB
Author: Surajit Kayal
Description: Custom WP Theme (Arabic)
*/
@font-face {
	font-family: 'FontAR-head1';
	src: url('fonts/helvetica-neue-ar-bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontAR-head2';
	src: url('fonts/helvetica-neue-ar-roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontAR-body';
	src: url('fonts/helvetica-neue-ar-light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'FontAR-head2';
	font-size: 15px;
	text-align: right;
}
p {
	font-family: 'FontAR-head2';
	font-weight: 400;
	line-height: 25px;
}
p.large {
  font-size: 19px;
  line-height: 34px;
  margin-bottom: 30px;
}
p.quotes {
	border-right: 4px solid #00D4C2;
	border-left: 0;
}
h1, h2 {
	font-family: 'FontAR-head1';
}
h3, h4, h5, h6 {
	font-family: 'FontAR-head2';
}
section h2 {
	line-height: inherit;
}
section h3 {
	font-size: 25px;
}
.col-highlight [class^="col-md"]:hover h2:after {
	background: #00D4C2;
	background: linear-gradient(to left, #eee, #00D4C2);
	width: 99%;
	transition: 0.5s;
}
.col-highlight [class^="col-md"] h2 {
	font-family: 'FontAR-body';
	margin-bottom: 10px;
}
.line {
  margin: 12px auto;
}
.navbar-default .navbar-nav > li > a {
	letter-spacing: 0;
	font-family: 'FontAR-head2';
}
.text-right {
    text-align: left;
}
#header .navbar {
	float: left;
}
#header .navbar-default .navbar-nav > li:last-child {
	margin-left: 0;
	margin-right: 15px;
}
.menu-end {
	text-align: left;
	margin-top: 31px;
}
.shrinked .menu-end {
	margin-top: 33px;
}
.menu-end li {
	margin-right: 20px;
	margin-left: 0;
}
.hamburger {
	right: auto;
	left: 20px;
	text-align: left;
	top: 10px;
}

.menu-overlay p,
.menu-overlay h1,
.menu-overlay h2,
.menu-overlay h3 {
	text-align: right;
}
.menu-overlay .closebtn {
  	right: auto;
  	left: 20px;
}
.overlay-content li {
	letter-spacing: 0;
	text-transform: none;
}

.slick-next::before {
	transform: rotate(-180deg);
}
.slick-prev::before {
    transform: rotate(0deg);
}

#wrap-section .number {
	left: 40px;
	right: auto;
	top: -50px;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
	text-align: right;
}


.checked {
	padding: 0;
	list-style: none;
}

.checked li {
	background: url(images/check.png) right 5px no-repeat;
	background-size: 18px;
	padding-right: 30px;
	padding-left: 0;
	margin-bottom: 15px;
	line-height: inherit;
}
.checked.invert li {
	background: url(images/check-white.png) right 5px no-repeat;
	background-size: 18px;
	padding-right: 30px;
	padding-left: 0;
	margin-bottom: 15px;
	line-height: inherit;
}

.accordion:after {
  float: left;
  margin-right: 5px;
  margin-left: 0;
}

footer .text-right {
	text-align: left;
}
#header .logo-text {
	position: absolute;
	top: 32px;
	left: auto;
	right: 150px;
}
#header.shrinked .logo-text {
	position: absolute;
	top: 26px;
	left: auto;
	right: 100px;
}

.panel-st1 h3,
.panel-st3 h3  {
	margin: 0;
	min-height: 80px;
}
.panel-st2 h3 {
	margin: 0;
	min-height: 60px;
}

footer p.padding {
	padding-left: 50px;
	padding-right: 0;
}

.section-faq.reverse {
		float: left;
}

/* ############################################### RESPONSIVE VIEW ###################################################### */
@media only screen and (max-width: 768px) {
	.panel-st1,
	.panel-st2,
	.panel-st3 {
		margin-bottom: 30px;
	}
	.panel-st1 {
		border: 1px solid #eee;
	}
	.panel-st1 h3,
	.panel-st2 h3,
	.panel-st3 h3 {
		min-height: 0;
		padding-bottom: 20px;
		line-height: 36px;
	}
	.panel-st1 p,
	.panel-st2 p,
	.panel-st3 p {
		min-height: 0;
	}
	section h1 {
	  font-size: 31px;
	  line-height: 42px;
	}
	section h4 {
	  font-size: 18px;
	}
	#header .logo-text {
		position: absolute;
		top: 32px;
		left: auto;
		right: 115px;
	}
	#header .logo-text img {
		display: inline;
		width: 90px;
		height: auto;
	}
	#header.shrinked .logo-text {
		position: absolute;
		top: 30px;
		left: auto;
		right: 95px;
	}
	#header.shrinked .logo-text img {
		display: inline;
		width: 72px;
		height: auto;
	}

	.menu-overlay .text-right,
	footer .text-right {
	    text-align: right;
	}
	.rslides .item {
	  border-radius: 0 0 30% 0;
	}
	p.large {
	  font-size: 16px;
	  line-height: 27px;
	}

}
