/* This css file is to over write bootstarp css
 ***************************************************** /
 * Theme Name: Jina
 * Theme URI:  http://codepassenger.com/html/jina
 * Author: CodePassenger
 * Author URI: http://CodePassenger.com
 * Description: Celebration Organizing Agency HTML5 Template
 * Version: 1.1
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: afterparty, agency, anniversary, bachelor, banquet, celebration, date, drinks, event, festival, gallery, graduation, party, pricing, wedding

 /*
 |----------------------------------------------------------------------------
 | CSS INDEX
 |----------------------------------------------------------------------------
 1.0 - General Styles
 1.1 - fixed margin
 1.2 - fixed padding
 1.3 - fixed background
 1.4 - fixed bg images
 1.5 - fixed button
 2.0 - service sections
 3.0 - achievement sections
 4.0 - gallery sections
 5.0 - team sections
 6.0 - testimonials sections
 7.0 - price table sections
 8.0 - blog sections
 9.0 - contact
 10.0 - gallery
 11.0 - sidebar
 11.1 - tag widget
 11.2 - catagories widget
 11.3 - social widget
 11.4 - recent post widget
 11.5 - widget tweets
 12.0 - footer sections
 */
html, body, header, footer, h1, h2, h3, h4, h5, h6, p, .post-single .read-more, .post-details .post-desk ul, ul, ol, article, figure, figcaption {
	margin: 0;
	padding: 0;
}


/*-------------------------
 1.0 - General Styles
 --------------------------*/
body {
	font-family: "Alef", sans-serif;
	font-weight: 400;
	line-height: 100%;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Alef", sans-serif;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

p {
	font-family: "Alef", sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 25px;
}

p, .post-single .read-more, .post-details .post-desk ul {
	font-family: "Alef", sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 25px;
	direction: rtl;
}

a, .widget_categories li span, .widget_categories li .post-details .tags a, .post-details .tags .widget_categories li a {
	color: #000000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover, .widget_categories li span:hover, .widget_categories li .post-details .tags a:hover, .post-details .tags .widget_categories li a:hover, a:active, .widget_categories li span:active, .widget_categories li .post-details .tags a:active, .post-details .tags .widget_categories li a:active, a:focus, .widget_categories li span:focus, .widget_categories li .post-details .tags a:focus, .post-details .tags .widget_categories li a:focus {
	color: #000000;
	opacity: .8;
}

figure img {
	width: 100%;
	margin: auto;
}

.nopadding {
	padding: 0 !important;
}

.full-width img {
	width: 100%;
	height: auto;
	margin: auto;
}

.map {
	width: 100%;
	height: 390px;
}

.section-title {
	font-size: 14px;
	font-family: "Alef", sans-serif;
	font-weight: 400;
	color: #353535;
	opacity: .6;
	line-height: 20px;
	letter-spacing: 3.3px;
}

.section-title:after {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: #555;
	margin-top: 20px;
}

.section-sub-title {
	font-family: 'assistant', sans-serif;
	font-size: 32px;
	color: #7e812d;
	font-weight: 700;
}

.section-sub-title span, .section-sub-title .post-details .tags a, .post-details .tags .section-sub-title a, .section-sub-title .post-details .tags .widget_categories li span, .post-details .tags .widget_categories li .section-sub-title span, .section-sub-title .widget_categories li .post-details .tags span, .widget_categories li .post-details .tags .section-sub-title span {
	font-style: italic;
	color: #000000;
}

.section-header {
	text-align: center;
	font-family: "assistant", sa;
	font-size: 40px;
	color: #000000;
}

.section-header .title {
	margin-bottom: 40px;
}

.section-header .title:after {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: #000000;
	margin: 15px auto 0 auto;
}

.section-header .sub-title {
	width: 40%;
	margin: auto;
	font-family: "Alef", sans-serif;
	color: #000000;
	opacity: .6;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
}

blockquote {
	position: relative;
	padding: 45px 20px;
	margin: 0 0 30px;
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #000000;
	/*background: #f5f5f5;*/
	line-height: 28px;
	letter-spacing: 0.75px;
	opacity: .81;
	font-size: 15px;
	border-left: 5px solid #727070;
}

blockquote:after {
	content: '\f10e';
	font-family: FontAwesome;
	position: absolute;
	right: 35px;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 72px;
	color: #000000;
	opacity: .15;
}

.navbar-brand {
	display: none;
}

.page-title {
	text-align: center;
	padding: 40px 0 30px 0;
	margin-top: 0px;
}

.page-title h2 {
	font-size: 25px;
    font-family: "Alef", sans-serif;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 20px;
    color: #000000;
    
}

/*-------------------------
 sections
 --------------------------*/
#section1 {
	padding: 0;
	height: 700px;
	color: #fff;
	/*background-color: #b7b7b7;*/
	position: relative;
}
#section2 {
	padding-top: 60px;
	padding-bottom: 50px;
	color: #fff;
	background-color: #ffffff;
}
#section3 {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	background-color: #e2e2e2;
}
#section41 {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	background-color: #00bcd4;
}
#section42 {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	background-color: #009688;
}

/*-------------------------
 1.1 - fixed margin
 --------------------------*/
.m-tb120 {
	margin: 120px 0;
}

.m-tb100 {
	margin: 100px 0;
}

.m-tb80 {
	margin: 80px 0;
}

.m-tb100x20 {
	margin: 100px 0 20px 0;
}

.m-tb80x50 {
	margin: 80px 0 50px 0;
}

.m-tb50 {
	margin: 20px 0px 20px;
}

.m-t40 {
	margin-top: 40px;
}

.m-t100 {
	margin-top: 100px;
}

.m-tb70 {
	margin: 70px 0;
}

.m-t60 {
	margin-top: 60px;
}

.m-t50 {
	margin-top: 50px;
}

.m-t40 {
	margin-top: 40px;
}

.m-t35 {
	margin-top: 35px;
}

.m-t30 {
	margin-top: 30px;
}

.m-b100 {
	margin-bottom: 100px;
}

.m-b60 {
	margin-bottom: 60px;
}

.m-b50 {
	margin-bottom: 50px;
}

.m-b40 {
	margin-bottom: 40px;
}

.m-b35 {
	margin-bottom: 20px !important;
}

.m-b30 {
	margin-bottom: 30px;
}

.no-margin {
	margin: 0 !important;
}

/*-------------------------
 1.2 - fixed padding
 --------------------------*/
.p-tb100 {
	padding: 100px 0;
}

.p-tb10050 {
	padding: 100px 0 50px 0;
}

.p-tb70 {
	padding: 50px 0;
}
.p-tb30 {
	padding: 30px 0;
}

.p-tb50 {
	padding: 10px 0;
}

/*-------------------------
 1.3 - fixed background
 --------------------------*/
.bg-gray {
	background: #fff;
	border: 1px #000000 dotted;
	
}

/*-------------------------
 1.4 - fixed bg images
 --------------------------*/
.bg-img, .bg-img2, .page-title {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.page-title {
	/*background-image: url(../images/background/about-title.jpg);*/
}

.bg-img1 {
	/*background-image: url(../images/background/01.jpg);*/
}

.bg-img2 {
	/*background-image: url(../images/background/02.jpg);*/
}

.price-bg-1 {
	background-image: url(../images/background/price-table/01.jpg);
}

.price-bg-2 {
	background-image: url(../images/background/price-table/02.jpg);
}

.price-bg-3 {
	background-image: url(../images/background/price-table/03.jpg);
}

/*-------------------------
 1.5 - fixed button
 --------------------------*/
.btn-arrow {
	border: 0;
	background: transparent;
	font-family: "Alef", sans-serif;
	font-weight: 700;
	font-size: 14.46px;
	line-height: 16px;
	color: #000000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}

.btn-arrow:after {
	content: '\f061';
	font-family: FontAwesome;
	margin-left: 5px;
}

.btn-arrow:focus {
	outline: none;
}

.btn-arrow:hover {
	opacity: .5;
}

.btn-dark {
	background: #222222;
	color: #ffffff;
	padding: 12px 35px;
}

.btn-dark:hover, .btn-dark:focus {
	opacity: 1;
	text-decoration: none;
	color: #ffffff;
}

/**** header area start ***/
header .logo {
	text-align: center;
	display: inline;
}

header .logo a:hover, header .logo .widget_categories li span:hover, .widget_categories li header .logo span:hover {
	opacity: 1;
}

.header {
	margin-bottom: 0px;
	/*** navbar ***/
}

.header .container-fluid {
	/*border-top: 1px solid #e5e5e5;
	 border-bottom: 1px solid #e5e5e5;*/
	margin: 0 15px;
	padding: 0;
}

.header .social-icons, .header .search-bar {
	padding-top: 36px;
	padding-left: 0px;
}

.header .social-icons a, .header .search-bar a, .header .social-icons .widget_categories li span, .widget_categories li .header .social-icons span, .header .search-bar .widget_categories li span, .widget_categories li .header .search-bar span {
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	/*opacity: .5;*/
	margin-right: 10px;
}

.header .social-icons a:hover, .header .search-bar a:hover, .header .social-icons .widget_categories li span:hover, .widget_categories li .header .social-icons span:hover, .header .search-bar .widget_categories li span:hover, .widget_categories li .header .search-bar span:hover {
	color: #000000;
	opacity: 1;
}

.header .search-bar {
	padding-top: 25px;
	text-align: right;
}

.header .input-search {
	width: 0;
}

.header #search-form {
	position: relative;
	float: right;
	width: 60px;
	height: auto;
	margin-left: 0;
	margin-top: 10px;
	text-align: right;
}

.header #label {
	width: 60px;
	height: 60px;
	position: relative;
	z-index: 20;
}

.header #label label {
	font-size: 15px;
	padding: 5px 0 0 0px;
	cursor: pointer;
	background: #ffffff;
	color: #000000;
	position: absolute;
	right: 0;
	top: 26px;
}

.header #label label:after {
	content: '\f002';
	font-family: FontAwesome;
}

.header #label label:hover {
	color: #353535;
}

.header #input {
	position: absolute;
	top: 19px;
	right: 35px;
	width: 170px;
	height: 36px;
	border-radius: 4px;
	color: #000000;
	z-index: 5;
	overflow: hidden;
	direction: rtl;
}

.header #input input {
	display: block;
	position: absolute;
	top: 0;
	left: -350px;
	width: 170px;
	height: 34px;
	margin: 0;
	padding: 0 10px;
	border: 1px solid #cecece;
	color: #000000;
	font-size: 14px;
	-webkit-backface-visibility: none;
	-moz-backface-visibility: none;
	-ms-backface-visibility: none;
	backface-visibility: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: left 0;
	-moz-transition: left 0;
	-ms-transition: left 0;
	-o-transition: left 0;
	transition: left 0;
}

.header #input input:focus {
	outline: none;
}

.header #input.focus {
	z-index: 20;
}

.header #input.focus input {
	left: 0;
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-ms-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition: left 0.3s;
}

.navbar {
	margin: 0;
}

.navbar-default {
	background-color: #ffffff;
	border: 0;
}

.navbar-default .navbar-nav {
	width: 100%;
	text-align: center;
	z-index: 9999;
	padding: 19px 0;
}

.navbar-default .navbar-nav > li {
	float: none;
	display: inline-block;
	margin-right: -3px;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}

.navbar-default .navbar-nav > li > a, .navbar-default .widget_categories .navbar-nav > li > span, .widget_categories .navbar-default .navbar-nav > li > span, .navbar-default .widget_categories li .post-details .tags .navbar-nav > li > a, .navbar-default .post-details .tags .widget_categories .navbar-nav > li > a {
	padding: 6px 25px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .widget_categories li .navbar-nav > .active > span, .widget_categories li .navbar-default .navbar-nav > .active > span, .navbar-default .widget_categories li .post-details .tags .navbar-nav > .active > a, .navbar-default .post-details .tags .widget_categories li .navbar-nav > .active > a {
	background: none;
	color: #7b7e27;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .widget_categories li .navbar-nav > .active > span:hover, .widget_categories li .navbar-default .navbar-nav > .active > span:hover, .navbar-default .widget_categories li .post-details .tags .navbar-nav > .active > a:hover, .navbar-default .post-details .tags .widget_categories li .navbar-nav > .active > a:hover {
	background: none;
	color: #353535;
	text-decoration: none;
}

.navbar-default .navbar-nav li a, .navbar-default .navbar-nav .widget_categories li span, .widget_categories .navbar-default .navbar-nav li span {
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	display: inline-block;
}

.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav .widget_categories li span:hover, .widget_categories .navbar-default .navbar-nav li span:hover {
	color: #464646;
	opacity: 1;
}

.navbar-default .navbar-nav .has-sub-menu {
	position: relative;
}

.navbar-default .navbar-nav .has-sub-menu .sub-menu {
	list-style: none;
	margin: 0;
	white-space: nowrap;
	min-width: 160px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	height: auto;
	background: #ffffff;
	z-index: 999;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
}

.navbar-default .navbar-nav .has-sub-menu .sub-menu a, .navbar-default .navbar-nav .has-sub-menu .sub-menu .widget_categories li span, .widget_categories li .navbar-default .navbar-nav .has-sub-menu .sub-menu span {
	display: inline-block;
	padding: 15px 10px;
}

.navbar-default .navbar-nav .has-sub-menu .sub-menu a:hover, .navbar-default .navbar-nav .has-sub-menu .sub-menu .widget_categories li span:hover, .widget_categories li .navbar-default .navbar-nav .has-sub-menu .sub-menu span:hover {
	text-decoration: none;
}

.navbar-default .navbar-nav .has-sub-menu > .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
}

.navbar-default .navbar-nav .has-sub-menu > .sub-menu .sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
}

.navbar-default .navbar-nav .has-sub-menu:hover > .sub-menu {
	visibility: visible;
	overflow: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.navbar-default .navbar-nav .has-sub-menu:hover > a, .navbar-default .navbar-nav .widget_categories li .has-sub-menu:hover > span, .widget_categories li .navbar-default .navbar-nav .has-sub-menu:hover > span, .navbar-default .navbar-nav .widget_categories li .post-details .tags .has-sub-menu:hover > a, .navbar-default .navbar-nav .post-details .tags .widget_categories li .has-sub-menu:hover > a {
	color: #353535;
}

.main-silder {
	overflow: hidden;
}

/*-------------------------
 2.0 - service sections
 --------------------------*/

.service-single .sub-title {
	font-family: "Alef", sans-serif;
	font-size: 36px;
	line-height: 20px;
	font-weight: 400;
	color: #000000;
	font-style: italic;
	margin: 35px 0 50px 0;
}

.service-single p, .service-single .post-single .read-more, .post-single .service-single .read-more, .service-single .post-details .post-desk ul, .post-details .post-desk .service-single ul {
	font-family: "Alef", sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #000000;
	opacity: .6;
	line-height: 23px;
	margin-bottom: 20px;
}

.service-single figure {
	position: relative;
}

.service-single figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	background: rgba(255, 255, 255, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.service-single figure figcaption:after {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border: 1px solid #a1a2a4;
}

.service-single figure figcaption a, .service-single figure figcaption .widget_categories li span, .widget_categories li .service-single figure figcaption span, .service-single figure figcaption .widget_categories li .post-details .tags a, .widget_categories li .post-details .tags .service-single figure figcaption a, .service-single figure figcaption .post-details .tags .widget_categories li a, .post-details .tags .widget_categories li .service-single figure figcaption a {
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #000000;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 99;
}

.service-single figure figcaption a:after, .service-single figure figcaption .widget_categories li span:after, .widget_categories li .service-single figure figcaption span:after, .service-single figure figcaption .widget_categories li .post-details .tags a:after, .widget_categories li .post-details .tags .service-single figure figcaption a:after, .service-single figure figcaption .post-details .tags .widget_categories li a:after, .post-details .tags .widget_categories li .service-single figure figcaption a:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #b9b3b0;
	margin-top: 5px;
}

.service-single figure figcaption a:hover, .service-single figure figcaption .widget_categories li span:hover, .widget_categories li .service-single figure figcaption span:hover {
	opacity: .6;
}

.service-single figure figcaption:hover a, .service-single figure figcaption:hover .widget_categories li span, .widget_categories li .service-single figure figcaption:hover span {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.service-single figure:hover figcaption {
	opacity: 1;
}

.service-single .read-more {
	margin-top: 30px;
	font-family: "Alef", sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-decoration: underline;
	letter-spacing: 3.3px;
}

.service-single .read-more:hover {
	text-decoration: none;
}

.vetically-center {
	transform: translateY(30%);
}

/*-------------------------
 3.0 - achievement sections
 --------------------------*/
.achievement-section {
	position: relative;
}

.achievement-section:after {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: 1px solid #000000;
}

.achievement-single {
	width: 200px;
	margin: 0 auto;
}

.achievement-single .media-left {
	padding: 0;
}

.achievement-single .title {
	font-family: 'Parisienne', cursive;
	font-size: 45px;
	line-height: 25px;
	/*font-style: italic;*/
	padding-left: 20px;
	color: #787b30;
}

.achievement-single .info {
	font-size: 20px;
	margin-top: 20px;
	padding-left: 20px;
	color: #000000;
	opacity: .6;
	text-transform: uppercase;
}
.achievement-single .media-body {
	overflow: visible;
}

/*-------------------------
 4.0 - gallery sections
 --------------------------*/
.gallery-single .thumb {
	background-size: cover;
    background-position: center center;
	position: relative;
	overflow: hidden;
    /*width: 378px !important;*/
    height: 378px;
}

.gallery-single .thumb img {
	width: 100%;
}

.gallery-single .thumb a, .gallery-single .thumb .widget_categories li span, .widget_categories li .gallery-single .thumb span {
	display: block;
	cursor: crosshair;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.gallery-single .thumb a:hover, .gallery-single .thumb .widget_categories li span:hover, .widget_categories li .gallery-single .thumb span:hover {
	/*background: rgba(255, 255, 255, 0.8);
	opacity: 1;*/
}

.gallery-single .thumb a:focus, .gallery-single .thumb .widget_categories li span:focus, .widget_categories li .gallery-single .thumb span:focus {
	outline: 0;
	box-shadow: 0;
}

.gallery-single .thumb a:hover .caption, .gallery-single .thumb .widget_categories li span:hover .caption, .widget_categories li .gallery-single .thumb span:hover .caption {
	opacity: 1;
	visibility: visible;
}

.gallery-single .thumb .caption {
	direction: rtl;
	position: absolute;
	top: 50%;
	left: 50%;
	/*bottom: 80px;
	 right: 15px;*/
	visibility: hidden;
	opacity: 0;
	/*padding: 0 20px;*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.gallery-single .thumb .caption .title {
	font-family: "Alef", sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #000000;
	padding-bottom: 15px;
}

.gallery-single .thumb .caption .info {
	font-family: "Alef", sans-serif;
	font-size: 35px;
	font-weight: 400;
	color: #000000;
	/*opacity: 0.6;*/
}

/*-------------------------
 5.0 - team sections
 --------------------------*/
.team-single:hover .post-thumb img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.team-single .post-thumb {
	overflow: hidden;
}

.team-single .post-thumb img {
	width: 100%;
	height: auto;
	margin: auto;
}

.team-single .post-desk .post-meta {
	padding-top: 30px;
}

.team-single .post-desk .post-meta .title {
	font-family: "Alef", sans-serif;
	color: #000000;
	font-size: 20px;
	line-height: 13px;
	font-weight: 400;
}

.team-single .post-desk .post-meta .info {
	font-family: "Alef", sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 44px;
	opacity: .6;
	font-weight: 400;
}

.team-single p, .team-single .post-single .read-more, .post-single .team-single .read-more, .team-single .post-details .post-desk ul, .post-details .post-desk .team-single ul {
	font-family: "Alef", sans-serif;
	font-size: 13px;
	line-height: 25px;
	font-weight: 400;
	color: #000000;
	opacity: .4;
}

/*-------------------------
 6.0 - testimonials sections
 --------------------------*/
.testimonial-section {
	overflow: hidden;
}

.carousel-indicators.carousel-indicators--thumbnails li {
	width: 100px;
	height: 40px;
	margin: 0;
	border: none;
	border-radius: 0;
}

.carousel-indicators.carousel-indicators--thumbnails .active {
	background-color: transparent;
}

/*-------------------------
 7.0 - price table sections
 --------------------------*/
.price-table {
	z-index: -5;
	box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.33);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.price-table .overlay {
	position: relative;
	padding: 100px 50px 70px 50px;
	background: rgba(255, 255, 255, 0.86);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 5;
}

.price-table .overlay:before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
	background: rgba(255, 255, 255, 0.3);
	z-index: -1;
}

.price-table .header {
	text-align: center;
	margin-bottom: 25px;
}

.price-table .header .plan-name, .price-table .header .price {
	font-family: "Alef", sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 20px;
}

.price-table .header .price {
	font-size: 60px;
}

.price-table .header .plan-limit {
	font-size: 16px;
	line-height: 53px;
}

.price-table .list li {
	font-size: 16px;
	line-height: 40px;
	font-family: "Alef", sans-serif;
	color: #000000;
	font-weight: 400;
}

.price-table .footer {
	margin-top: 50px;
}

.price-table .footer a, .price-table .footer .widget_categories li span, .widget_categories li .price-table .footer span {
	font-family: "Alef", sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}

.price-table.price-selected {
	box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.33);
	margin-top: -15px;
}

.price-table.price-selected .overlay {
	padding: 130px 50px 70px 80px;
	background: transparent;
}

.price-table.price-selected .overlay:before {
	background: rgba(255, 255, 255, 0.86);
}

.price-table:hover {
	box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.33);
	margin-top: -15px;
}

.price-table:hover .overlay {
	padding: 130px 50px 70px 80px;
	background: transparent;
}

.price-table:hover .overlay:before {
	background: rgba(255, 255, 255, 0.86);
}

/*-------------------------
 8.0 - blog sections
 --------------------------*/
.post-single {
	padding-bottom: 50px;
}

.post-single .thumb {
	position: relative;
}

.post-single .thumb img {
	width: 100%;
	height: auto;
	margin: auto;
}

.post-single .thumb .tag {
	position: absolute;
	left: 0;
	top: 50px;
	background: #ffffff;
	color: #000000;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	font-family: "Alef", sans-serif;
	font-size: 15px;
	line-height: 33px;
}

.post-single .post-meta {
	padding-top: 30px;
	margin-bottom: 20px;
}

.post-single .post-title, .post-single a, .post-single .widget_categories li span, .widget_categories li .post-single span, .post-single .widget_categories li .post-details .tags a, .widget_categories li .post-details .tags .post-single a, .post-single .post-details .tags .widget_categories li a, .post-details .tags .widget_categories li .post-single a {
	font-family: "Alef", sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	text-align: center;
}

.post-single a:hover, .post-single .widget_categories li span:hover, .widget_categories li .post-single span:hover {
	text-decoration: none;
}

.post-single .date, .post-single .post-details .post-desk .post-meta .author, .post-details .post-desk .post-meta .post-single .author, .post-single .post-details .post-desk .post-meta span, .post-details .post-desk .post-meta .post-single span, .post-single .post-details .post-desk .post-meta .tags a, .post-details .post-desk .post-meta .tags .post-single a, .post-single .post-details .tags .post-desk .post-meta a, .post-details .tags .post-desk .post-meta .post-single a {
	font-family: "Alef", sans-serif;
	font-size: 16form-controlpx;
	font-weight: 400;
	line-height: 30px;
	color: #000000;
	text-align: center;
}

.post-single p, .post-single .read-more, .post-single .post-details .post-desk ul, .post-details .post-desk .post-single ul {
	font-family: "Alef", sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #000000;
    /* opacity: .5; */
    margin-bottom: 4px;
    text-align: center;
}

.post-single .read-more {
	opacity: 1;
	text-decoration: underline;
	letter-spacing: 1.3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.post-single .read-more:hover {
	opacity: .5;
}

.post-single.bg-gray {
	margin-bottom: 30px;
}

.post-single.bg-gray .post-meta {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 40px;
}

.post-single.bg-gray p, .post-single.bg-gray .read-more, .post-single.bg-gray .post-details .post-desk ul, .post-details .post-desk .post-single.bg-gray ul {
	padding: 0 35px;
}

.post-single.bg-gray .read-more {
	padding: 0 35px;
}

.post-details .post-desk {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
}

.post-details .post-desk .post-meta {
	padding: 30px 0 55px 0;
}

.post-details .post-desk .post-meta .catagories {
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 26px;
	color: #000000;
	opacity: .7;
}

.post-details .post-desk .post-meta .date, .post-details .post-desk .post-meta .author, .post-details .post-desk .post-meta span, .post-details .post-desk .post-meta .tags a, .post-details .tags .post-desk .post-meta a {
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 0.65px;
	color: #006cff;
}

.post-details .post-desk .post-meta span, .post-details .post-desk .post-meta .tags a, .post-details .tags .post-desk .post-meta a {
	margin: 0 3px;
}

.post-details .post-desk .post-title, .post-details .post-desk .post-single a, .post-single .post-details .post-desk a, .post-details .post-desk .post-single .widget_categories li span, .post-single .widget_categories li .post-details .post-desk span, .post-details .post-desk .widget_categories li .post-single span, .widget_categories li .post-single .post-details .post-desk span, .widget_categories li .post-details .tags .post-single .post-desk a, .post-details .tags .widget_categories li .post-single .post-desk a {
	display: block;
	clear: both;
	font-family: "Alef", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #000000;
	margin-bottom: 25px;
}

.post-details .post-desk p, .post-details .post-desk .post-single .read-more, .post-single .post-details .post-desk .read-more, .post-details .post-desk ul {
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 0.65px;
	color: #000000;
	opacity: .7;
	margin-bottom: 30px;
}

.post-details .post-desk ul {
	margin: 60px 0 80px 60px;
}

.post-details .tags {
	margin: 20px 0;
	text-transform: uppercase;
}

.post-details .tags span, .post-details .tags a {
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000000;
	letter-spacing: 0.6px;
}

.post-details .tags a, .post-details .tags .widget_categories li span, .widget_categories li .post-details .tags span {
	font-size: 13px;
	color: #000000;
	opacity: .65;
	line-height: 25px;
}

.post-details .tags a:hover, .post-details .tags .widget_categories li span:hover, .widget_categories li .post-details .tags span:hover, .post-details .tags a:active, .post-details .tags .widget_categories li span:active, .widget_categories li .post-details .tags span:active, .post-details .tags a:focus, .post-details .tags .widget_categories li span:focus, .widget_categories li .post-details .tags span:focus {
	text-decoration: none;
	color: #000000;
	opacity: 1;
}

.post-details .tags a:after, .post-details .tags .widget_categories li span:after, .widget_categories li .post-details .tags span:after {
	content: ',';
}

.post-details .tags a:last-child:after, .post-details .tags .widget_categories li span:last-child:after, .widget_categories li .post-details .tags span:last-child:after {
	content: none;
}

.post-details .share {
	margin: 20px 0;
	text-transform: uppercase;
}

.post-details .share span, .post-details .share .tags a, .post-details .tags .share a {
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000000;
	letter-spacing: 0.65px;
}

.post-details .share a, .post-details .share .widget_categories li span, .widget_categories li .post-details .share span {
	font-size: 13px;
	color: #000000;
	opacity: .65;
	padding: 0 5px;
}

.post-details .author {
	padding-bottom: 40px;
	border-bottom: 1px solid #f0f0f0;
}

.post-details .author .title {
	font-family: "Alef", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.post-details .author p, .post-details .author .post-single .read-more, .post-single .post-details .author .read-more, .post-details .author .post-desk ul, .post-details .post-desk .author ul {
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 26px;
	color: 010000;
}

.post-details .author .media-body {
	padding-left: 30px;
}

.post-recent {
	border-bottom: 1px solid #f0f0f0;
}

.post-recent .title {
	font-family: "Alef", sans-serif;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 45px;
}

.post-recent .post-single .thumb img {
	width: 100%;
	height: auto;
}

.post-recent .post-single .post-title, .post-recent .post-single a, .post-recent .post-single .widget_categories li span, .post-recent .widget_categories li .post-single span, .widget_categories li .post-recent .post-single span, .post-recent .post-single .widget_categories li .post-details .tags a, .post-recent .widget_categories li .post-details .tags .post-single a, .widget_categories li .post-details .tags .post-recent .post-single a, .post-recent .post-single .post-details .tags .widget_categories li a, .post-recent .post-details .tags .widget_categories li .post-single a, .post-details .tags .widget_categories li .post-recent .post-single a {
	font-family: "Alef", sans-serif;
	font-weight: 700;
	font-size: 13px;
	margin: 25px 0 20px 0;
}

.post-recent .post-single p, .post-recent .post-single .read-more, .post-recent .post-single .post-details .post-desk ul, .post-details .post-desk .post-recent .post-single ul {
	margin-bottom: 0;
}

.post-comment {
	padding-bottom: 70px;
	border-bottom: 1px solid #f0f0f0;
}

.post-comment .title {
	font-family: "Alef", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	margin-bottom: 30px;
}

.post-comment textarea {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	resize: none;
}

.post-comment textarea:focus {
	outline: none;
}

.post-comment input.form-control {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	box-shadow: none;
}

.comments-list {
	border-bottom: 1px solid #f0f0f0;
}

.comments-list .single-comment {
	margin-bottom: 40px;
}

.comments-list .single-comment .title {
	font-family: "Alef", sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #000000;
	margin-bottom: 15px;
	padding-right: 10px;
}

.comments-list .single-comment p, .comments-list .single-comment .post-single .read-more, .post-single .comments-list .single-comment .read-more, .comments-list .single-comment .post-details .post-desk ul, .post-details .post-desk .comments-list .single-comment ul {
	font-family: "Alef", sans-serif;
	font-weight: 13px;
	color: #000000;
	opacity: .7;
	line-height: 20px;
	margin-bottom: 40px;
}

.comments-list .single-comment .date, .comments-list .single-comment .post-details .post-desk .post-meta .author, .post-details .post-desk .post-meta .comments-list .single-comment .author, .comments-list .single-comment .post-details .post-desk .post-meta span, .post-details .post-desk .post-meta .comments-list .single-comment span, .comments-list .single-comment .post-details .post-desk .post-meta .tags a, .post-details .post-desk .post-meta .tags .comments-list .single-comment a, .comments-list .single-comment .post-details .tags .post-desk .post-meta a, .post-details .tags .post-desk .post-meta .comments-list .single-comment a {
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 12px;
}

.comments-list .single-comment .media-body {
	padding-left: 20px;
}

/**** 	9.0 - contact ****/
.location {
	text-align: center;
}

.location .item {
	margin-bottom: 30px;
}

.location .item i {
	font-size: 30px;
	color: #000000;
}

.location .item h6 {
	font-family: "Alef", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	/*margin-bottom: 10px;*/
	color: #000000;
}

.location .item p, .location .item .post-single .read-more, .post-single .location .item .read-more, .location .item .post-details .post-desk ul, .post-details .post-desk .location .item ul {
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	opacity: .8;
}

.contact-form .form-control, .contact-form textarea {
	border: 1px solid #292929;
	
	border-radius: 0;
	box-shadow: none;
	text-transform: uppercase;
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 12px;
	margin-bottom: 10px;
	padding-left: 0;
	/*color: #b7b7b7;*/
	direction: rtl;
}

.contact-form textarea {
	width: 100%;
	height: 100px;
	resize: none;
	padding: 12px;
}

.contact-form textarea:focus {
	outline: none;
}

.contact-form .btn-submit {
	direction: rtl;
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 12px;
	letter-spacing: 0.406px;
	border: 0;
	background: transparent;
	
	width: 109px;
    height: 110px;
    background: url(/images/submit.svg) no-repeat top right;
    bottom: -50px;
    left: 5.7%;
    cursor: pointer;

	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-bottom: 20px;
    padding: 10px 15px
}
.btn-area {
	display: inline-block;
    /* width: 100%; */
    margin-top: -71px;
    margin-left: 43%;
}
.contact-form .btn-submit:hover, .contact-form .btn-submit:focus {
	
	outline: none;
}
.input-success, .input-error {
	padding: 5px;
	border: 1px solid;
	display: none;
	text-align: center;
}
.input-success {
	border-color: #fff;
	color: green;
}
.input-error {
	border-color: #ff3302;
	color: #ff3302;
}
/*-------------------------
 10.0 - gallery sections
 --------------------------*/
.isotope-filters {
	text-align: center;
	margin-bottom: 10px;
}

.isotope-filters button {
	border: 0;
	background: transparent;
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #a7a7a7;
	line-height: 50px;
	outline: none;
	text-transform: uppercase;
	margin-right: 25px;
}

.isotope-filters button:last-child {
	margin-right: 0;
}

.isotope-filters button.active {
	color: #000000;
	outline: none;
}

.isotope .grid-item {
	width: 33.33%;
	float: left;
	padding: 1px;
}

.isotope .grid-item img {
	width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.isotope2 .grid-item {
	width: 50%;
	float: left;
	padding: 23px 20px;
}

.isotope2 .grid-item img {
	width: 100%;
}

/*-------------------------
 testimonial
 --------------------------*/
.testimonial-section {
	padding: 20px;
	margin: 0 105px 105px 105px;
	background-color: #ffeddb;
	height: 435px;
}

.testimonial-section .outer-line {
	height: 100%;
	width: 100%;
	padding-top: 60px;
	border: 1px solid #000;
	padding-bottom: 66px;
}

.testimonial-section .slider-content-wrap {
	padding-right: 200px;
	padding-left: 200px;
}

.testimonial-section .slider-content-wrap .queto-symbol {
	margin-top: -50px;
}

.testimonial-section .slider-content-wrap .queto-symbol span, .testimonial-section .slider-content-wrap .queto-symbol .post-details .tags a, .post-details .tags .testimonial-section .slider-content-wrap .queto-symbol a {
	font-family: "Alef", sans-serif;
	font-size: 200px;
	color: rgba(0, 0, 0, 0.5);
}

.testimonial-section .slider-content-wrap p, .testimonial-section .slider-content-wrap .post-single .read-more, .post-single .testimonial-section .slider-content-wrap .read-more, .testimonial-section .slider-content-wrap .post-details .post-desk ul, .post-details .post-desk .testimonial-section .slider-content-wrap ul {
	font-family: "assistant", sans-serif;
	font-size: 20px;
	line-height: 28px;
	/*font-style: italic;*/
	padding-top: 60px;
	padding-bottom: 15px;
	color: rgba(0, 0, 0, 0.7);
}

.testimonial-section #quote-carousel .carousel-indicators {
	width: 70%;
	bottom: -65px;
}

.testimonial-section #quote-carousel .carousel-indicators li {
	width: 175px;
	height: 70px;
	margin: 00px;
	cursor: pointer;
	border: 4px solid transparent;
	border-radius: 50%;
	opacity: 1;
	margin-right: 70px;
	text-indent: -35px;
	overflow: visible;
	transition: all 0.4s;
}

.testimonial-section #quote-carousel .carousel-thumb-img {
	float: left;
	text-align: right;
}

.testimonial-section #quote-carousel .carousel-thumb-text {
	float: right;
	margin-top: 8px;
	text-align: right;
}

.testimonial-section #quote-carousel .carousel-thumb-text h6
.testimonial-section #quote-carousel .carousel-thumb-text p, .testimonial-section #quote-carousel .carousel-thumb-text .post-single .read-more, .post-single .testimonial-section #quote-carousel .carousel-thumb-text .read-more, .testimonial-section #quote-carousel .carousel-thumb-text .post-details .post-desk ul, .post-details .post-desk .testimonial-section #quote-carousel .carousel-thumb-text ul {
	font-family: "Alef", sans-serif;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.5);
	line-height: 24px;
	transition: all 0.3s ease;
}

.testimonial-section #quote-carousel .carousel-thumb.active {
	background: transparent;
}

.testimonial-section #quote-carousel .carousel-thumb.active .carousel-thumb-text h6 {
	color: black;
}

.testimonial-section .testimonial-slider-two {
	position: relative;
}

/*-------------------------
 11.0 - sidebar
 --------------------------*/
.widget {
	margin-bottom: 35px;
}

.widget.no-border {
	border-bottom: 0;
}

.widget .widget-title {
	font-family: "Alef", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 35px;
	color: #000000;
	text-transform: uppercase;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget.widget_search {
	position: relative;
	padding: 0 !important;
	border: 0;
}

.widget.widget_search label {
	width: 100%;
	margin-bottom: 0;
}

.widget.widget_search .screen-reader-text {
	font-family: "Alef", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
	color: #000000;
}

.widget.widget_search .search-field {
	position: relative;
	width: 100%;
	height: 50px;
	border: 1px solid #cccccc;
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding-left: 17px;
}

.widget.widget_search .search-field::-webkit-input-placeholder {
	color: #000000;
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 16px;
	opacity: .90;
}

.widget.widget_search .search-field:-moz-placeholder {
	/* Firefox 18- */
	color: #000000;
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 16px;
	opacity: .50;
}

.widget.widget_search .search-field::-moz-placeholder {
	/* Firefox 19+ */
	color: #000000;
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 16px;
	opacity: .50;
}

.widget.widget_search .search-field:-ms-input-placeholder {
	color: #000000;
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 16px;
	opacity: .50;
}

.widget.widget_search .search-field:focus, .widget.widget_search .search-submit:focus {
	outline: none;
}

.widget.widget_search .search-submit {
	position: absolute;
	right: 15px;
	bottom: 0;
	height: 50px;
	border-radius: 0;
	border: 0;
	margin-left: -5px;
	background: none;
	color: #000000;
	opacity: .25;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.widget.widget_search .search-submit:hover {
	color: #353535;
}

/*************** 11.1 - tag widget ***************/
.tagcloud a, .tagcloud .widget_categories li span, .widget_categories li .tagcloud span, .tagcloud .widget_categories li .post-details .tags a, .widget_categories li .post-details .tags .tagcloud a, .tagcloud .post-details .tags .widget_categories li a, .post-details .tags .widget_categories li .tagcloud a {
	display: inline-block;
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000000;
	line-height: 26px;
	padding: 0 10px;
	border: 1px solid #eeeeee;
	margin-right: 0;
	margin-bottom: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	background: #f5f5f5;
}

.tagcloud a:hover, .tagcloud .widget_categories li span:hover, .widget_categories li .tagcloud span:hover {
	background-color: #ffffff;
	text-decoration: none;
}

/*************** 11.2 - catagories widget ***************/
.widget_categories li {
	position: relative;
	margin-bottom: 30px;
}

.widget_categories li a, .widget_categories li span, .widget_categories li .post-details .tags a, .post-details .tags .widget_categories li a {
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	opacity: .5;
}

.widget_categories li a:hover, .widget_categories li span:hover {
	color: #353535;
}

.widget_categories li span, .widget_categories li .post-details .tags a, .post-details .tags .widget_categories li a, .post-details .tags .widget_categories li span, .widget_categories li .post-details .tags span {
	float: right;
}

/***************  11.3 - social widget ***************/
.widget_social a, .widget_social .widget_categories li span, .widget_categories li .widget_social span, .widget_social .widget_categories li .post-details .tags a, .widget_categories li .post-details .tags .widget_social a, .widget_social .post-details .tags .widget_categories li a, .post-details .tags .widget_categories li .widget_social a {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #f2f2f2;
	color: #7d7d7d;
	text-align: center;
	line-height: 35px;
	margin-right: 10px;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.widget_social a:hover, .widget_social .widget_categories li span:hover, .widget_categories li .widget_social span:hover {
	color: #000000;
	opacity: 1;
}

/***************  11.4 - recent post widget ***************/
.widget_recent_entries li {
	margin-bottom: 19px;
	padding-bottom: 10px;
}

.widget_recent_entries li a, .widget_recent_entries .widget_categories li span, .widget_categories .widget_recent_entries li span, .widget_recent_entries .widget_categories li .post-details .tags a, .widget_categories .widget_recent_entries li .post-details .tags a, .widget_recent_entries .post-details .tags .widget_categories li a, .post-details .tags .widget_categories .widget_recent_entries li a {
	display: block;
	font-family: "Alef", sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #000000;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	margin-bottom: 10px;
}

.widget_recent_entries li a:hover, .widget_recent_entries .widget_categories li span:hover, .widget_categories .widget_recent_entries li span:hover {
	color: #000000;
	opacity: .5;
}

.widget_recent_entries li p, .widget_recent_entries li .post-single .read-more, .post-single .widget_recent_entries li .read-more, .widget_recent_entries li .post-details .post-desk ul, .post-details .post-desk .widget_recent_entries li ul {
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 26px;
	opacity: .5;
}

.widget_recent_entries li .media-body {
	padding-top: 5px;
}

/***************  11.5 - widget tweets ***************/
.widget_tweets .widget-title {
	margin-bottom: 15px;
}

.widget_tweets ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
}

.widget_tweets ul li:last-child {
	border-bottom: 0;
}

.widget_tweets ul li p, .widget_tweets ul li .post-single .read-more, .post-single .widget_tweets ul li .read-more, .widget_tweets ul li .post-details .post-desk ul, .post-details .post-desk .widget_tweets ul li ul {
	position: relative;
	font-family: "Alef", sans-serif;
	font-weight: 400;
	line-height: 20px;
	font-size: 13px;
	color: #000000;
	opacity: .5;
	margin-left: 35px;
}

.widget_tweets ul li p:before, .widget_tweets ul li .post-single .read-more:before, .post-single .widget_tweets ul li .read-more:before, .widget_tweets ul li .post-details .post-desk ul:before, .post-details .post-desk .widget_tweets ul li ul:before {
	position: absolute;
	left: -36px;
	top: 25px;
	content: '\f099';
	font-family: FontAwesome;
	font-size: 25px;
}

.widget_tweets ul li p > span, .widget_tweets ul li .post-single .read-more > span, .post-single .widget_tweets ul li .read-more > span, .widget_tweets ul li .post-details .post-desk ul > span, .post-details .post-desk .widget_tweets ul li ul > span, .widget_tweets ul li .post-details .tags p > a, .post-details .tags .widget_tweets ul li p > a, .widget_tweets ul li .post-single .post-details .tags .read-more > a, .post-details .tags .widget_tweets ul li .post-single .read-more > a, .post-single .widget_tweets ul li .post-details .tags .read-more > a, .post-details .tags .post-single .widget_tweets ul li .read-more > a, .widget_tweets ul li .post-details .post-desk .tags ul > a, .widget_tweets ul li .post-details .tags .post-desk ul > a, .post-details .post-desk .widget_tweets ul li .tags ul > a, .post-details .tags .post-desk .widget_tweets ul li ul > a, .widget_tweets ul .post-details .tags .widget_categories li p > span, .post-details .tags .widget_categories .widget_tweets ul li p > span, .widget_tweets ul li .post-details .post-desk .tags .widget_categories li ul > span, .widget_tweets ul .widget_categories li .post-details .tags p > span, .widget_categories .widget_tweets ul li .post-details .tags p > span, .widget_tweets ul .widget_categories li .post-single .post-details .tags .read-more > span, .widget_categories .widget_tweets ul li .post-single .post-details .tags .read-more > span, .post-single .widget_tweets ul .widget_categories li .post-details .tags .read-more > span, .widget_categories .post-single .widget_tweets ul li .post-details .tags .read-more > span, .widget_tweets ul .widget_categories li .post-details .post-desk .tags ul > span, .widget_categories .widget_tweets ul li .post-details .post-desk .tags ul > span, .post-details .post-desk .widget_tweets ul .widget_categories li .post-details .tags ul > span, .widget_categories .post-details .post-desk .widget_tweets ul li .post-details .tags ul > span {
	color: #000000 !important;
	opacity: 1 !important;
}

.widget_tweets ul li .time {
	font-family: "Alef", sans-serif;
	font-weight: 400;
	line-height: 20px;
	font-size: 13px;
	text-transform: none;
	color: #000000;
	margin-left: 35px;
}

/*-------------------------
 15.0 - footer sections
 --------------------------*/
footer {
	background: #222222;
}

footer .widget_about .widget-logo {
	margin-bottom: 16px;
	margin-top: 22px;
}

footer .widget_about p, footer .widget_about .post-single .read-more, .post-single footer .widget_about .read-more, footer .widget_about .post-details .post-desk ul, .post-details .post-desk footer .widget_about ul {
	font-family: "Alef", sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	color: #ffffff;
	opacity: .6;
}

footer .social a, footer .social .widget_categories li span, .widget_categories li footer .social span, footer .social .widget_categories li .post-details .tags a, .widget_categories li .post-details .tags footer .social a, footer .social .post-details .tags .widget_categories li a, .post-details .tags .widget_categories li footer .social a {
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
	margin-left: 20px;
}

footer .widget .widget-title {
	font-family: "Alef", sans-serif;
	font-size: 25px;
	line-height: 28px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 17px;
	margin-top: 30px;
	text-align: center;
}

footer .widget .widget-title-left {
	font-family: "Alef", sans-serif;
	font-size: 25px;
	line-height: 28px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 22px;
	margin-top: 58px;
	text-align: right;
}

footer .widget_contact ul li {
	font-family: "Alef", sans-serif;
	font-weight: 400;
	color: #ffffff;
	opacity: .8;
	line-height: 20px;
	margin-bottom: 20px;
}

footer .widget_contact ul li i {
	font-size: 18px;
}

footer .widget_contact ul li .media-left {
	padding-right: 0px;
	padding-left: 20px;
}

footer .widget_contact ul li a, footer .widget_contact ul .widget_categories li span, .widget_categories footer .widget_contact ul li span, footer .widget_contact ul .widget_categories li .post-details .tags a, .widget_categories footer .widget_contact ul li .post-details .tags a, footer .widget_contact ul .post-details .tags .widget_categories li a, .post-details .tags .widget_categories footer .widget_contact ul li a {
	color: #ffffff;
}

footer .widget_contact ul li a:hover, footer .widget_contact ul .widget_categories li span:hover, .widget_categories footer .widget_contact ul li span:hover {
	text-decoration: none;
}

footer .widget_recent_entries ul {
	list-style: none;
	margin: 0;
	margin-top: 86px;
	padding: 0;
}

footer .widget_recent_entries ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

footer .widget_recent_entries ul li:last-child {
	border-bottom: none;
	margin: 0;
}

footer .widget_recent_entries a, footer .widget_recent_entries .widget_categories li span, .widget_categories li footer .widget_recent_entries span, footer .widget_recent_entries .widget_categories li .post-details .tags a, .widget_categories li .post-details .tags footer .widget_recent_entries a, footer .widget_recent_entries .post-details .tags .widget_categories li a, .post-details .tags .widget_categories li footer .widget_recent_entries a {
	display: block;
	color: #ffffff;
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 2px;
	margin-top: 15px;
}

footer .widget_recent_entries a:hover, footer .widget_recent_entries .widget_categories li span:hover, .widget_categories li footer .widget_recent_entries span:hover {
	opacity: .5;
	color: #ffffff;
	text-decoration: none;
}

footer .widget_recent_entries span, footer .widget_recent_entries .post-details .tags a, .post-details .tags footer .widget_recent_entries a, footer .widget_recent_entries .post-details .tags .widget_categories li span, .post-details .tags .widget_categories li footer .widget_recent_entries span, footer .widget_recent_entries .widget_categories li .post-details .tags span, .widget_categories li .post-details .tags footer .widget_recent_entries span {
	display: block;
	font-family: "Alef", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	line-height: 25px;
	opacity: .5;
	margin-bottom: 15px;
}
.achievement-section, .testimonial-section {
	margin: 0px 15px 0 15px;
	background-color: #ffeed6;
}

/*** responsive style start here ***/
@media all and (min-width: 1400px) and (max-width: 1920px) {
	.res-padd-lr90 {
		padding: 0 90px;
	}
	.achievement-section, .testimonial-section {
		margin: 0 105px 0 105px;
	}
}

@media all and (min-width: 992px) and (max-width: 1024px) {
	.navbar-default .navbar-nav > li > a, .navbar-default .widget_categories .navbar-nav > li > span, .widget_categories .navbar-default .navbar-nav > li > span, .navbar-default .widget_categories li .post-details .tags .navbar-nav > li > a, .navbar-default .post-details .tags .widget_categories .navbar-nav > li > a {
		padding: 25px 14px;
	}
}

@media all and (max-width: 1024px) {
	.res-md-center {
		text-align: center;
	}
	.testimonial-section #quote-carousel .carousel-indicators {
		width: 80%;
		left: 45%;
	}
	.testimonial-section .slider-content-wrap {
		padding-right: 200px;
		padding-left: 200px;
	}
	.vetically-center {
		transform: translateY(13%);
	}
}

@media all and (max-width: 991px) {
	.res-sm-center {
		text-align: center;
	}
	.res-m-sm-t50 {
		margin-top: 50px;
	}
	.navbar-collapse.collapse {
		display: none !important;
		border: 0;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
		border: 0;
	}
	.navbar-header .collapse, .navbar-toggle {
		display: block !important;
		margin: 17px 14px;
		background-color: white;
        border: 0;
	}
	.navbar-header {
		float: none;
		border-bottom: none;
		/*background-color: black;*/
		position: relative;
	}
	.header .social-icons, .header .search-bar {
		display: none;
	}
	.header #search-form {
		display: none;
	}
	.navbar-default .navbar-nav {
		width: 100%;
		text-align: center;
		z-index: 9999;
		margin: 0;
	}
	.navbar-default .navbar-nav > li {
		float: none;
		display: block;
		margin-right: 0;
	}
	.navbar-default .navbar-nav > li > a, .navbar-default .widget_categories .navbar-nav > li > span, .widget_categories .navbar-default .navbar-nav > li > span, .navbar-default .widget_categories li .post-details .tags .navbar-nav > li > a, .navbar-default .post-details .tags .widget_categories .navbar-nav > li > a {
		padding: 10px 10px;
	}
	.navbar-default .navbar-nav li a, .navbar-default .navbar-nav .widget_categories li span, .widget_categories .navbar-default .navbar-nav li span {
		text-align: left;
	}
	.navbar-default .navbar-nav .has-sub-menu {
		position: relative;
	}
	.navbar-default .navbar-nav .has-sub-menu > .sub-menu {
		position: static;
		visibility: visible;
		overflow: visible;
		display: block;
		background: transparent;
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		margin-left: 50px;
	}
	.navbar-default .navbar-nav .has-sub-menu > .sub-menu .sub-menu {
		position: static;
		display: block;
	}
	.navbar-default .navbar-brand {
		display: block;
		font-family: "Alef", sans-serif;
		font-weight: 400;
		color: #a0a0a0;
		font-size: 16px;
	}
	.service-single {
		text-align: center;
		margin-bottom: 80px;
	}
	.service-single .sub-title {
		margin: 25px 0 30px 0;
	}
	.service-single figure {
		margin-bottom: 30px;
	}
	.service-single .read-more {
		float: none !important;
		text-align: center;
	}
	.service-single.p-tb70 {
		padding: 35px 0;
	}
	.full-width.p-tb70 {
		padding: 10px 0;
	}
	.section-title:after {
		display: none;
	}
	.section-title.pull-left {
		float: none !important;
		text-align: center;
		display: block;
		padding-bottom: 20px;
	}
	.section-sub-title.pull-right {
		float: none !important;
		display: block;
		text-align: center;
		font-size: 30px;
		line-height: 36px;
	}
	.section-header .sub-title {
		width: 100%;
	}
	.gallery-single {
		margin-bottom: 20px;
	}
	.gallery-single .thumb img {
		width: 100%;
	}
	.team-single {
		text-align: center;
		margin-bottom: 80px;
	}
	.achievement-single {
		margin-bottom: 80px;
	}
	.price-table {
		margin-bottom: 80px;
	}
	.contact-form .pull-right {
		float: none !important;
	}
	.contact-form .btn-submit {
		display: block;
		margin: auto;
	}
	.post-single {
		text-align: center;
	}
	.post-single .pull-right {
		float: none !important;
		margin: auto;
	}
	.post-details .post-desk .post-meta .author, .post-details .post-desk .post-meta span, .post-details .post-desk .post-meta .tags a, .post-details .tags .post-desk .post-meta a {
		font-size: 12px;
	}
	.price-table .list {
		list-style: none;
		text-align: center;
	}
	.rm-md-b50 {
		margin-bottom: 50px;
	}
	.rm-md-b80 {
		margin-bottom: 80px;
	}
	.service-section.m-tb100 {
		margin: 80px 0 0 0;
	}
	.gallery-section.m-tb100 {
		margin: 80px 0 0 0;
	}
	.team-section.m-b100 {
		margin: 20px 0 0 0;
	}
	.pricing-section.m-tb120 {
		margin: 80px 0 0 0;
	}
	.testimonial-section {
		height: 465px;
	}
	.gallery-btn {
		margin-bottom: 60px;
	}
}

@media all and (max-width: 768px) {
	.testimonial-section .slider-content-wrap {
		padding-right: 100px;
		padding-left: 100px;
	}
	.testimonial-section #quote-carousel .carousel-indicators {
		width: 100%;
		left: 0;
		right: 0;
		margin: 0;
		bottom: -210px;
	}
	.testimonial-section #quote-carousel .carousel-indicators li {
		display: block;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 15px;
	}
	.testimonial-section .outer-line {
		padding-bottom: 55px;
	}
	.vetically-center {
		transform: translateY(0);
	}
	
	.our-story {
	    width: 100%;
    padding: 0px 0px 60px 0px !important;
}
}

@media all and (max-width: 767px) {
	.res-xs-center {
		text-align: center;
	}
	.testimonial-section .slider-content-wrap {
		padding-right: 50px;
		padding-left: 50px;
	}
}

@media all and (max-width: 480px) {
	.isotope-filters button {
		line-height: 25px;
		margin-right: 5px;
	}
	blockquote {
		position: relative;
		padding: 20px 20px;
		margin: 0 0 30px;
		font-family: "Alef", sans-serif;
		font-weight: 400;
		font-style: italic;
		color: #000000;
		background: #f5f5f5;
		line-height: 28px;
		letter-spacing: 0.75px;
		opacity: .81;
		font-size: 15px;
		border-left: 5px solid #727070;
		text-align: center;
	}
	.post-details .author .media-body {
		padding-left: 0;
	}
	.post-comment .pull-right {
		float: none !important;
	}
	.post-comment .form-group {
		margin-bottom: 20px;
	}
	.post-comment .m-tb50 {
		margin: 20px 0 30px 0;
	}
	.post-comment input.form-control {
		width: 100%;
	}
	.testimonial-section .slider-content-wrap {
		padding-right: 0px;
		padding-left: 0px;
	}
	.testimonial-section {
		height: 590px;
	}
}

@media all and (max-width: 380px) {
	.page-title h2 {
	font-size: 25px;
    font-family: "Alef", sans-serif;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 20px;
    color: #000000;
	}

}
/*.tp-caption.tp-resizeme.slider-subtitle{
 font-size: 50px !important;
 }*/

/*-------------------------
 תוספות שלנו
 --------------------------*/

.row .service-single, .service, .testimonial-section, .footer-section, .post-single {
	direction: rtl;
	/*margin-bottom: 105px;*/
}
{
direction: rtl;
}
.section-sub-title-title {
	font-family: "Alef", sans-serif;
	font-size: 22px;
	color: #000000;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 3px;
}
.service-single .no-margin .p-tb70.m-b35 {
	color: black;
	font-weight: 700;
}
.section-sub-title .m-b35 !important {
	color: #7b7e27;
}
.testimonial-section .slider-content-wrap .h6 {
	font-family: "Alef", sans-serif;
	font-size: 20px;
	line-height: 35px;
	padding-top: 20px;
	padding-bottom: 15px;
	color: rgba(0, 0, 0, 0.7);
}
.gallery-btn {
	margin-top: 55px;
}
.footer-icons {
	margin-top: 20px;
}
.footer-contact {
	font-size: 18px;
}
.logo-bait {
	margin: 20px 0px 0px;
}

.no-border {
	border-top: none !important;
	border-bottom: none !important;
}
.nav-phone {
	padding-left: 17px;
	background-color: #dedede;
}
.nav-phone a {
	padding-left: 8px !important;
}
.nav-phone .fa-phone {
	font-size: 19px;
	float: left;
    padding-top: 9px;
}
.nav-event {
	padding: 0 19px;
	background-color: #dedede;
}
.nav-event a {
	padding: 6px 6px !important;
}

.stamp {
	position: absolute;
	right: 8%;
	top: -17px;
}
.stamp-footer {
	position: absolute;
	left: 5%;
	top: -9%;
}
.love-story img {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	position: absolute;
}
.diploma {
	position: absolute;
	bottom: 50px;
	left: 50px;
	z-index: 3;
}
.dip-img {
	margin: 5px;
	width: 80px;
}
/*carousel fade */
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
	    background-size: cover;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
	background-image: none;
	top: 50%;
	font-size: 60px;
}

.carousel, .carousel-inner, .carousel-inner .item {
	height: 100%;
}

#carousel-section1 .item:nth-child(1) {
	background-image: url("../images/home/main-1.jpg");
	background-repeat: no-repeat;
}

#carousel-section1 .item:nth-child(2) {
	background-image: url("../images/home/main-2.jpg");
	background-repeat: no-repeat;
}

#carousel-section1 .item:nth-child(3) {
	background-image: url("../images/home/main-3.jpg");
	background-repeat: no-repeat;
}
#carousel-section1 .item:nth-child(4) {
	background-image: url("../images/home/main-4.jpg");
	background-repeat: no-repeat;
}
#carousel-section1 .item{
	/*background-attachment: fixed;*/
    background-position: center;
    background-color: #a2a2a2;
    mix-blend-mode: multiply; 
}

#section1 .carousel-inner {
	background-color: #cbcbcb;
	mix-blend-mode: multiply;
}

/*gallery */
.gallery-item, .gallery-item img.zoom {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.gallery-item {
	position: relative;
	/*background-image: url("../images/home/gallery-1-frame.png");*/
	background-color: #a2a2a2;
	mix-blend-mode: multiply;
	margin: 10px;
	overflow: hidden;
	width: 265px;
}
.gallery-item img.zoom {
	max-width: 100%;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.gallery-item:hover img.zoom {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.gallery-item img.frame {
	position: absolute;
	top: 0;
}

#section2 .gallery-text {
	font-family: 'Fredericka the Great', cursive;
	color: #fff;
	font-size: 38px;
	position: absolute;
	text-align: center;
	top: 35%;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 5;
}

.we-header {
	position: relative;
	width: 100%
}

.we {
	font-family: 'Galada', cursive;
	color: #000000;
	text-align: center;
	font-size: 45px;
}

.i-right {
	width: 60px;
	margin: -5px 20px 0;
}

.i-left {
	width: 60px;
	margin: -5px 20px 0;
}

.decor {
	height: 78PX;
	position: relative;
}

.decor-img {
	position: ABSOLUTE;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/*testimonial */

#quote-carousel {
	padding: 0 10px 30px 10px;
}
#quote-carousel .carousel-control {
	background: none;
	color: #000000;
	font-size: 1.3em;
	text-shadow: none;
	margin-top: 22%;
	margin-right: -5%;
	margin-left: -5%;
}
#quote-carousel .carousel-indicators {
	position: relative;
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-top: 20px;
	margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
	width: 10px;
	height: 10px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	opacity: 0.4;
	overflow: hidden;
	transition: all .4s ease-in;
	vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
	width: 20px;
	height: 10px;
	opacity: 1;
	transition: all .2s;
}
.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}
.client {
	color: #000;
	margin: 24px 0;
	line-height: 64px;
	border-top: 1px dotted black;
}
.client-date {
	color: #8a8a8a;
	font-size: 17px;
	margin-top: -44px;
}

.bike-decor {
	position: relative;
    height: 100px;
    margin-bottom: 30px;
    /* margin-top: 30px; */
}
.bike {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.frame-decor {
	background-image: url(../images/home/frame.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 500px;
	/*background-size: contain;*/
}
.border-line {
	border-top: 1px dotted #ffffff;
	color: white;
	text-align: center;
	line-height: 0;
}
.border-line-bottom {
	border-bottom: 1px dotted #ffffff;
	color: white;
}

footer .fa-heart {
	color: white;
	font-size: 24px;
	line-height: 0px;
}
footer input {
	border: 1px solid #ffffff;
	height: 35px;
	background-color: #222222;
	padding: 12px;
	width: 67%;
	/*text-align: center;*/
	font-size: 20px;
	/*position: absolute;*/
	margin-top: 16px;
	left: 0;
	right: 0;
	color: white;
	
	font-weight: 400;
}
::placeholder {/* Chrome, Firefox, Opera, Safari 10.1+ */
	
	opacity: 0.8; /* Firefox */
	font-weight: 400;
}

footer input, select {
	border: 1px solid #ffffff;
}
.submit-btn {
	width: 67%;
	margin-top: 20px;
	height: 35px;
	color: #000000;
	background-color: white;
	border: none;
	font-size: 20px;
	font-weight: 600;
}
.footer-area {
	position: relative;
}
.footer-pad {
	padding-right: 60px;
}
.logo-mobile {
	display: none;
}
.border-line-about {
	/*border-bottom: 1px dotted #000000;*/
    color: black;
    text-align: right;
    line-height: 0;
    /*padding-right: 25px;*/
}
#service .fa-heart {
	color: black;
    font-size: 20px;
    line-height: 0px;
}

/*mobile*/

@media only screen and (max-width: 991px) {
	body {
		background-color: #fff;
	}
	.love-story img {
		max-width: 50vw;
	}
	.we {
		font-size: 42px;
	}
	.i-left, .i-right {
		display: none;
	}
	.gallery-item {
		margin: auto;
		margin-bottom: 20px;
		width: 100%;
	}
	.frame-decor {
		background-image: none;
		height: auto;
	}
	.carousel-fade .carousel-control {
		top: 50%;
		font-size: 40px;
	}
	.footer-icons {
		margin-top: 40px;
	}
	#footer .col-md-4 {
		padding: 30px;
	}

	#footer .widget {
		margin-bottom: 0;
	}
	footer input, .submit-btn {
		width: 100%;
	}
	footer .widget .widget-title-left {
	margin-top: 21px;
	font-size: 23px;
	}
	.stamp-footer {
		top: -5%;
		left: 6%;
	}
	.stamp-footer img {
		width: 80%
	}
	footer .fa-heart {
		display: none;
	}
	footer .widget .widget-title {
	text-align: right;
	font-size: 23px;
	}
	
	.header {
	min-height: 9vh;
	}
	
	.logo-mobile {
	display: block;
    position: absolute;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    /* margin-top: 15px; */
    margin: 11px 0px;
    height: 100%;
	}
	
	.logo-mobile img {
	height: 70%;	
	}
	
	.stamp img {
	width: 50%;
	}
	
	#section1 .stamp {
	right: 51%;
    top: -34px;
	}
	.carousel, .carousel-inner, .carousel-inner .item {
	/*height: 50vh;*/
	}
	#section1 {
	height: auto;
	}
	.navbar-collapse .nav .no-border {
	display: none;
	}
	.nav .fa {
	display: none;
	}
	.navbar-default .navbar-nav > li {
	border-bottom: none;
	}
	.navbar-collapse .nav .nav-phone {
	display: none;
	}
	.diploma {
	left: 33%;
    right: 17%;
	}
	.dip-img {
	width: 14vw;
	}
	.border-line-about {
	text-align: center;
    padding-right: 0;
	}
	
	.btn-area {
		margin-left: 0;
		width: 100%;
	}
	
	.p-tb10050 {
        padding: 20px 0 20px 0;
    }
    
    #footer .col-md-4 {
    padding: 15px 30px;
    }
    footer .widget .widget-title {
    	margin-top: 0px;
    }
    footer .widget_about .widget-logo {
    	display: none;
    }
    .carousel-indicators li{
    width: 8px;
    height: 8px;
    }
    .carousel-indicators .active {
    width: 10px;
    height: 10px;
    }
    .dip-img {
    margin: 3px;
        width: 14vw;
    }
    .diploma {
    left: 36%;
    right: 17%;
    display: none;
    }
    .page-title {
    padding: 10px 0 30px 0;
    }
    
    .service-section .p-tb30 {
    padding: 10px 0;
    }
    .gallery-item img.zoom {
    width: 100%;
    }
    .gallery-item img.frame {
    position: absolute;
    top: 0;
    margin: 0 auto;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    }
    .diploma-mobile {
    left: 34%;
    position: relative;	
    }
    #section2 {
    	padding: 0;
    }
    #carousel-section1 .item {
    	/*background-size: contain*/
    }
    .fill-form {
    	display: none;
    }
    .footer-pad {
    	display: none;
    }
    #section3 {
    height: max-content;
    padding-bottom: 25px;
    }
    
}
    
}

@media (min-width: 991px){
	.diploma-mobile {
	 display: none;
	}
}


@media (min-width: 1025px) and (max-width: 2000px) {
	.nav>li>a>img.logo-bait {
	max-width: 85px;
	margin-top: 0;	
	}
	.header .container-fluid {

	margin: 0 ;
}
.diploma-mobile {
	 display: none;
	}
	.navbar-default .navbar-nav li a{
		font-size:14px;
	}
	.navbar-default .navbar-nav > li > a{
		    padding: 6px 15px;
	}
}

@media only screen and (max-width: 991px) {
    .video	{
    	width: 100%;
    }
}

.logo-bait {
	max-width: 120px;	
	}
	
.kitchen-tittle {
	margin-bottom: 40px;
    text-align: center;
    direction: rtl;
    line-height: 23px;
    font-size: 17px;
}
.contact {
	width: 60%;
    min-width: 300px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.contact-info {
	width: 60%;
    margin: 0 auto;
    margin-top: 40px;
}

.video {
	display: block;
    margin: 0 auto;
}
.grid-item{
	width: 378px;
	height: 380px;
}
.high_img{
	width: 100% !important;
	height: auto;
}
.long_img{
	width: auto !important;
	height: 100%;
}

.our-story {
	    width: 100%;
    padding: 0px 40px 60px 40px;
}

.rev {
	position: relative;
    padding: 25px;
    border: 1px dotted black;
    margin-bottom: 100px;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
}
.reviews-tittle {
	font-size: 25px;
    direction: rtl;
    margin-bottom: 20px;
    margin-top: 15px;
}

.reviews iframe {
	box-shadow: 0px 0px 12px #5050506b;
}

@media (max-width: 767px){
.rev {
    padding: 25px 5px;
  } 
 }
