/* 
Theme Name: WALLINKS
Author: Surajit Kayal
Description: Custom WP Theme (Arabic)
*/
body {

	font-size: 15px;
	text-align: right;
}
p {
	line-height: 30px;
}
p.large,
.large li  {
  font-size: 19px;
  line-height: 34px;
  margin-bottom: 30px;
}
h1, h2, h3 {
	font-family: 'FontHead';
}
h3, h4, h5, h6 {
	font-family: 'FontHead2';
}
section h2 {
	line-height: inherit;
}
section.hero h2 {

}
.section-page h3 {

	font-weight: 400;
}
.btn-thin,
.btn-thin:hover,
.btn-thin:focus {
	font-size: 12px;
	padding: 5px 10px;
}
.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 {
	margin-bottom: 10px;
}
.line {
  margin: 12px auto;
}
.navbar-default .navbar-nav > li > a {
	letter-spacing: 0;

}
.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: 0;
}

.menu-overlay p,
.menu-overlay h1,
.menu-overlay h2,
.menu-overlay h3 {
	text-align: right;
}
.menu-overlay .closebtn {
  	right: auto;
  	left: 30px;
}
.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-circle.svg) right 0px no-repeat;
	background-size: 20px;
	padding-right: 30px;
	padding-left: 0;
	margin-bottom: 20px;
	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;
}

.brand-message .block-color {
	display: block;
	width: 92px;
	height: 92px;
	position: absolute;
	left: auto;
	right: 2%;
	top: 2%;
	transition: 0.4s;
}

.section-img1 {
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 0;
	box-shadow: 30px 30px 0 #00aeef;
	margin-top: 20%;
}

.panel-clients p.content {
  font-size: 14px;
  line-height: 29px;
  min-height: 100px;
}

/* ############################################### RESPONSIVE VIEW ###################################################### */
@media only screen and (max-width: 768px) {
	.section-bg1 {
		background: linear-gradient(180deg, #003636 40%, #008681 40% ) !important;
		color: #fff !important;
	}
	.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;
	}
	#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 {
	    text-align: right;
	}
	.rslides .item {
	  border-radius: 0 0 30% 0;
	}
	p.large {
	  font-size: 16px;
	  line-height: 27px;
	}
	.section-img1 {
	  width: 70%;
	  height: auto;
	  object-fit: cover;
		box-shadow: 20px 20px 0 #00aeef;
		margin-top: 0%;
		margin-bottom: 20px;
	}
}
