/*--------------------------------------
Table Of Index
============================
1. Reset css
2. Style Css
2.1 Navigation
2.2 Banner
2.3 Seravices
2.4 About Me
2.5 Portfolio
2.6 Testimonial
2.7 Blog
2.8 Contact
2.9 footer
2.10 Extras
3. Responsive Css
--------------------------------------*/

/*--------------------------------------------------------------------
Start Default Settings
--------------------------------------------------------------------*/

.ltr_text {
	display: inline-block;
	direction: ltr;
}

body {
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 14px;
	font-family: 'primary-font', 'segoe ui', tahoma;
	line-height: 2;
	direction: rtl;
}

a,
a:hover,
a:focus,
input,
button,
textarea {
	text-decoration: none;
	outline: none;
}

a,
a:focus,
a:hover {
	color: #365669;
}

ul,
ol,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

[type="email"] {
	direction: ltr;
	text-align: right;
}

/*--------------------------------------------------------------------
Typhography Settings
--------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	line-height: 2;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}

h1 {
	color: #fff;
	font-size: 100px;
	font-weight: 700;
	line-height: 170px;
}

h2 {
	color: #365669;
	font-size: 35px;
	font-weight: 600;
	line-height: 45px;
}

h2 a {
	color: #365669 !important;
}

h3 {
	color: #333;
	font-size: 18px;
	line-height: 34px;
}

h4 {
	color: #666;
	font-size: 22px;
	line-height: 38px;
}

h5 {
	color: #333;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
}

p {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
}

/*--------------------------------------------------------------------
alignment css
--------------------------------------------------------------------*/

.text-center {
	text-align: center;
}

.text-left {
	text-align: right;
}

.text-right {
	text-align: left;
}

/*--------------------------------------------------------------------
Spacing css
--------------------------------------------------------------------*/

.pt-1 {
	padding-top: 70px;
}

.pb-1 {
	padding-bottom: 70px;
}

.pb-2 {
	padding-bottom: 65px;
}

.pb-3 {
	padding-bottom: 37px;
}

.pb-4 {
	padding-bottom: 55px;
}

.ptb-1 {
	padding-top: 82px;
	padding-bottom: 100px;
}

.mb-1 {
	margin-bottom: 30px;
}

.no-gap {
	padding: 0;
	margin: 0;
}

/*--------------------------------------------------------------------
Color css
--------------------------------------------------------------------*/

.bg-1 {
	background: #f8f8f8;
}

.bg-2 {
	background: #111;
}

.white {
	color: #fff;
}

/*--------------------------------------------------------------------
All Transition Settings
--------------------------------------------------------------------*/

.logo,
.main-menu .navbar-nav > li > a,
.main-menu .navbar-nav > li > a:before,
.sticky .main-menu .navbar-nav > li > a,
.single-service-item,
.single-service-icon,
.single-service-title,
.single-service-content,
.portfolio-overlay,
.portfolio-menu li:after,
.portfolio-item-details h6,
.portfolio-overlay .portfolio-item-details,
.portfolio-overlay .portfolio-item-details:before,
.portfolio-overlay .portfolio-item-details:after,
.client-area .client-image .owl-item .client-single-item img,
.icon-link,
.single-post-item h5,
.btn2,
.contact-icon i,
.ftr-social-link li a i,
.single-sidebar li a,
.comments-container .auther-img,
.blog-social-link li a i,
.read-btn,
ul.blog-pagination li a,
.tagcloud > a,
.not-visible {
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

/*--------------------------------------------------------------------
Start Common section
--------------------------------------------------------------------*/

.section-title {
	margin: 0 auto;
	max-width: 420px;
}

.section-title h2 {
	padding-bottom: 10px;
}

.section-title p {
	padding-top: 10px;
}

.section-devider {
	position: relative;
}

.section-block {
	height: 10px;
	width: 10px;
	background: #365669;
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.section-devider::before {
	top: 50%;
	right: 127px;
	height: 1px;
	width: 70px;
	background: #999;
	content: "";
	position: absolute;
}

.section-devider::after {
	top: 50%;
	left: 127px;
	height: 1px;
	width: 70px;
	background: #999;
	content: "";
	position: absolute;
}

/*--------------------------------------------------------------------
End Common section
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
Start Header section
--------------------------------------------------------------------*/

header.header-area {
	right: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.logo {
	padding-top: 30px;
}

.logo p {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}

header.header-area.sticky .logo {
	padding-top: 18px;
}

header.header-area.sticky .logo p {
	color: #333;
}

.navbar-nav > li {
	display: inline-block;
	padding: 0 17px;
}

.navbar-nav > li:last-child {
	padding-left: 0;
}

.nav > li > a {
	padding: 0;
}

.main-menu .navbar-nav > li > a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 85px;
	position: relative;
	overflow: hidden;
}

.main-menu .navbar-nav > li > a:before {
	position: absolute;
	content: "";
	bottom: 15px;
	right: -100%;
	height: 2px;
	width: 100%;
	background: #fff;
	visibility: hidden;
}

.main-menu .navbar-nav > li:hover a:before {
	right: 0;
	visibility: visible;
}

.nav > li > a:focus,
.nav > li:hover a {
	background-color: transparent;
}

.navbar {
	border: 0;
	margin-bottom: 0;
}

.sticky .main-menu .navbar-nav > li > a {
	color: #333;
	line-height: 65px;
}

.sticky .main-menu .navbar-nav > li > a:before {
	background: #666;
	bottom: 0;
}

.sticky .main-menu .navbar-nav > li.active a:before {
	right: 0;
	visibility: visible;
	background: #666;
	bottom: 0;
}

header.header-area.sticky {
	position: fixed;
	background: #f9f9f9;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
	-ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
	-o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
}

.navbar-toggle .icon-bar {
	background: #fff;
}

header.header-area.sticky .navbar-toggle .icon-bar {
	background: #333;
}

/*--------------------------------------------------------------------
End Header section
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
Start Slider section
--------------------------------------------------------------------*/

/*-----------Start Particles Banner CSS-----------*/

.banner-area.banner-2 {
	background: center no-repeat fixed;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: relative;
}

.banner-2 #particles-js {
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 9;
	background-color: transparent;
	background-image: url("");
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*-----------End Particles Banner CSS-----------*/

/*------------Start Video Banner CSS------------*/

.background-video {
	position: absolute;
	background-position: top center;
	background-repeat: no-repeat;
	bottom: 0;
	right: 0;
	overflow: hidden;
	left: 0;
	top: 0;
}

video,
source {
	bottom: 0;
	right: 0;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
}

/*-------------End Video Banner CSS-------------*/

.slider-title {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-moz-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	-o-flex-flow: column nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column nowrap;
	height: 100vh;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.slider-title h1,
.slider-title > h3,
.slider-title p {
	z-index: 9;
}

.slider-title h1 {
	margin: 20px 0;
}

.slider-title h4 {
	font-family: inherit;
}

.slider-title span {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
}

.slider-title h4 {
	color: #fff;
	font-size: 20px;
	line-height: 35px;
}

.overlay {
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
}

.arrow-down {
	width: 26px;
	height: 55px;
	bottom: 5%;
	right: 50%;
	z-index: 9;
	text-align: center;
	position: absolute;
	border: 1px solid #aaa;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.arrow-down i {
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	-webkit-animation: arrowdown 2s infinite;
	-moz-animation: arrowdown 2s infinite;
	-o-animation: arrowdown 2s infinite;
	animation: arrowdown 2s infinite;
}

.arrow-down i:hover {
	padding-top: 10px;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}

@-webkit-keyframes arrowdown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
}

@-moz-keyframes arrowdown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-moz-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
}

@-o-keyframes arrowdown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, 50%, 0);
	}
}

@keyframes arrowdown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		-moz-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
}

/*--------------------------------------------------------------------
End Slider section
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
Start About section
--------------------------------------------------------------------*/

.about-area {
	padding-bottom: 98px;
}

.about-container {
	position: relative;
}

.about-image-container {
	background-repeat: no-repeat;
	background-position: top left;
}

.bgfull {
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	position: absolute;
}

.about-right-info {
	padding-right: 45px;
}

.author-info h4 {
	padding-bottom: 20px;
	font-family: inherit;
	line-height: 1.85;
}

.author-info span {
	color: #365669;
	font-weight: 600;
	padding-right: 5px;
}

/*--------------------------------------------------------------------
Skill Progressbar
--------------------------------------------------------------------*/

.skill .progress .lead {
	color: #333;
	font-size: 12px;
	font-weight: 400;
	right: 0;
	position: absolute;
	top: -21px;
	z-index: 9;
}

.skill .progress {
	background-color: #eee;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 7px;
	overflow: visible;
	position: relative;
}

.skill .progress-bar span {
	color: #333;
	float: left;
	font-weight: 400;
	font-size: 12px;
	margin-left: 10px;
	margin-top: -26px;
	position: relative;
	padding: 0 5px;
}

.skill .progress:nth-child(1) .progress-bar {
	background: #365669;
}

.skill .progress:nth-child(2) .progress-bar {
	background: #365669;
}

.skill-bar-area {
	overflow: hidden;
	padding-top: 50px;
}

/*--------------------------------------------------------------------
End About section
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
Start Service section
--------------------------------------------------------------------*/

.service-area {
	padding-bottom: 35px;
}

.single-service-item {
	padding: 15px;
	margin-bottom: 30px;
}

.single-service-icon {
	width: 60px;
	height: 60px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 15px;
}

.single-service-icon i {
	color: #365669;
	font-size: 40px;
	line-height: 60px;
}

.single-service-title {
	margin-bottom: 15px;
}

.single-service-item:hover {
	cursor: pointer;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
}

.single-service-item:hover .single-service-icon {
	background: #fff;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
	-ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
	-o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
}

.single-service-item:hover .single-service-title {
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
}

.single-service-item:hover .single-service-content {
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
}

/*--------------------------------------------------------------------
End Service section
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
Start Portfolio section
--------------------------------------------------------------------*/

.portfolio-area {
	padding-bottom: 69px;
}

.portfolio-menu {
	margin-bottom: 30px;
}

.portfolio-menu li {
	color: #333;
	cursor: pointer;
	display: block;
	line-height: 30px;
	margin-left: 25px;
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.portfolio-menu li:last-child {
	margin-left: 0;
}

.portfolio-menu li:after {
	position: absolute;
	content: "";
	bottom: 0;
	right: -100%;
	background: #333;
	width: 100%;
	height: 1px;
	visibility: hidden;
	opacity: 0;
}

.portfolio-menu li:hover::after {
	right: 0;
	opacity: 1;
	visibility: visible;
}

.portfolio-menu li.active::after {
	right: 0;
	opacity: 1;
	visibility: visible;
}

.portfolio-item {
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 30px;
}

.portfolio-item img {
	width: 100%;
	height: auto;
}

.portfolio-overlay {
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 25px;
	opacity: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
}

.portfolio-overlay .portfolio-item-details {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 15px;
}

.portfolio-overlay .portfolio-item-details:before {
	content: '';
	width: 25%;
	height: 25%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}

.portfolio-overlay .portfolio-item-details:after {
	content: '';
	width: 25%;
	height: 25%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

.portfolio-item:hover .portfolio-overlay {
	opacity: 1;
}

.portfolio-item:hover .portfolio-overlay .portfolio-item-details:before {
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}

.portfolio-item:hover .portfolio-overlay .portfolio-item-details:after {
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}

.portfolio-item-details h6 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	font-family: inherit;
	margin-bottom: 63px;
	margin-top: 20px;
	display: inline-block;
}

.portfolio-item-details h6:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 20px;
	bottom: -13px;
	right: 0;
	border-bottom: 1px solid #999;
}

.icon-link li {
	display: inline-block;
	margin-left: 15px;
}

.icon-link li:last-child {
	margin-left: 0;
}

.icon-link i {
	background: #fff;
	display: inline-block;
	font-size: 23px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	color: #333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.portfolio-item:hover .portfolio-item-details h6 {
	-webkit-transform: translateY(45%);
	-moz-transform: translateY(45%);
	-ms-transform: translateY(45%);
	-o-transform: translateY(45%);
	transform: translateY(45%);
}

.portfolio-item:hover .icon-link {
	-webkit-transform: translateY(-45%);
	-moz-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	-o-transform: translateY(-45%);
	transform: translateY(-45%);
}

/*--------------------------------------------------------------------
End Portfolio section
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
Start Testimonial section
--------------------------------------------------------------------*/

.client-area {
	padding-bottom: 98px;
	position: relative;
	background: no-repeat fixed;
	background-size: cover;
    background-position: center;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}

.client-single-item img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-top: 20px;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
}

.client-say h5 {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	padding-top: 20px;
}

.client-single-item > span {
	color: #fff;
}

.white > span {
	color: #fff;
	font-size: 40px;
	padding: 0 5px;
	vertical-align: -moz-middle-with-baseline;
}

.client-designation > h6 {
	color: #fff;
	font-size: 16px;
	font-family: inherit;
}

.client-designation {
	color: #fff;
	padding-top: 40px;
}

.client-area .client-img img {
	width: auto;
	display: inline-block;
}

.client-area .client-image .owl-item .client-single-item img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.2;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.client-area .client-image .owl-item.center .client-single-item img {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.client-image.owl-carousel.align-center.owl-theme.owl-center.owl-loaded {
	margin-top: 40px;
}

/*--------------------------------------------------------------------
End Testimonial section
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
Start expertise section
--------------------------------------------------------------------*/

.expertise-area {
	position: relative;
	padding-bottom: 55px;
	overflow: hidden;
}

.section-title.expertise-top {
	margin: 0;
}

.single-feature-item {
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-moz-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-o-flex-flow: row nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	margin-bottom: 25px;
}

.single-feature-item:hover {
	cursor: pointer;
}

.feature-icon i {
	color: #365669;
	font-size: 32px;
	margin-top: 2px;
}

.feature-content {
	padding-right: 15px;
}

.feature-content > h3 {
	padding-bottom: 10px;
}

.full-height-image {
	left: 4%;
	top: 0;
	position: absolute;
}

/*--------------------------------------------------------------------
End expertise section
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
Start Blog section
--------------------------------------------------------------------*/

.blog-area {
	padding-bottom: 82px;
}

.single-post-item img {
	width: 100%;
	height: auto;
}

.single-post-item h5 {
	color: #666;
	font-size: 18px;
	font-family: inherit;
	padding-bottom: 15px;
	padding-top: 10px;
}

.single-post-item:hover h5 {
	color: #333;
}

.blog-meta {
	margin-top: 10px;
}

.blog-meta i {
	padding-left: 5px;
}

.post-by > a {
	color: #777;
	font-weight: 400;
	line-height: 30px;
	margin-left: 25px;
	display: inline-block;
}

.post-date {
	font-weight: 400;
	line-height: 30px;
	margin-left: 25px;
}

.post-comment > a {
	color: #777;
	display: inline-block;
	font-weight: 400;
	line-height: 30px;
}

.post-by:hover a {
	color: #666;
}

.post-comment:hover a {
	color: #666;
}

.single-post-item h5:hover {
	color: #666;
}

.blog-overlay {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*--------------------------------------------------------------------
End Blog section
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
Start Contact section
--------------------------------------------------------------------*/

.contact-area {
	padding-bottom: 98px;
}

.contact-info > img {
	width: 100%;
}

.single-contact-field {
	margin-bottom: 20px;
}

.single-contact-field .text-field {
	font-size: 14px;
	height: 50px;
	line-height: 20px;
	padding: 0 10px;
	width: 100%;
	border: 1px solid #ddd;
}

.single-contact-field textarea {
	height: 150px;
	width: 100%;
	line-height: 20px;
	padding: 12px 10px;
	border: 1px solid #ddd;
	vertical-align: top;
}

.btn2 {
	background: #365669;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 40px;
	padding-right: 30px;
	padding-left: 30px;
	border: 1px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn2:hover {
	color: #333;
	background: #fff;
	border: 1px solid #ddd;
}

.contact-icon {
	height: 50px;
	width: 50px;
	float: right;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.contact-icon i {
	background: #365669;
	color: #fff;
	font-size: 25px;
	line-height: 48px;
	display: block;
}

.info-text {
	overflow: hidden;
	padding-right: 20px;
	font-size: 0;
	font-weight: 400;
	line-height: 56px;
	margin-bottom: -6px;
	position: relative;
	top: -3px;
}

.info-text span {
	line-height: 28px;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
}

.contact-info li {
	width: 100%;
	margin-bottom: 35px;
	display: inline-block;
}

.contact-info li:hover .contact-icon i {
	color: #365669;
	background: #fff;
}

.success {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	background: #365669;
	padding: 15px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 25px;
}

/*--------------------------------------------------------------------
End Contact section
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
Start Footer section
--------------------------------------------------------------------*/

footer.footer-area {
	padding-bottom: 82px;
}

.footer-logo > a {
	color: #fff !important;
	font-size: 30px;
	font-weight: 700;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
}

.ftr-social-link {
	margin-top: 30px;
	margin-bottom: 40px;
}

.ftr-social-link li {
	display: inline-block;
}

.ftr-social-link li a i {
	background: #fff;
	color: #365669;
	display: block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.ftr-social-link li:hover a i {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.ftr-social-link li:last-child a i {
	margin-left: 0;
}

/*--------------------------------------------------------------------
End Footer section
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
Start Blog Page
--------------------------------------------------------------------*/

.blog-banner-area {
	background-position: 50% 35%;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 140px;
	padding-bottom: 140px;
	position: relative;
	overflow: hidden;
}

.breadcrumb-area .breadcrumb {
	background: #333;
	display: inline-block;
	margin-bottom: 0;
	background: transparent;
}

.breadcrumb-area .breadcrumb li a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.breadcrumb-area .breadcrumb > .active {
	color: #999;
	font-size: 16px;
}

.breadcrumb-area .breadcrumb li {
	color: #fff;
	position: relative;
}

.single-blog-post {
	margin-bottom: 75px;
}

.read-btn {
	background: transparent;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	line-height: 35px;
	padding: 0 18px;
	margin-top: 20px;
}

.read-btn:hover {
	background: #365669;
	border: 1px solid #333;
	color: #fff;
}

.post-thumbnail > img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.post-head {
	padding: 25px 0;
}

.date {
	width: 60px;
	color: #fff;
	float: right;
	height: 65px;
	background: #365669;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 20px;
	margin-bottom: 25px;
	text-align: center;
	padding-top: 7px;
	line-height: 1.2;
}

.date > span {
	color: #fff;
	display: block;
	font-size: 25px;
}

.entry-title {
	margin-top: -5px;
	overflow: hidden;
}

.entry-title,
.entry-title > a {
	color: #333;
	font-size: 22px;
	font-weight: 500;
	font-family: inherit;
	line-height: 1.85;
}

.entry-meta {
	margin-top: 5px;
	margin-bottom: 0;
}

.entry-meta > a {
	color: #666;
	padding-right: 5px;
	padding-left: 5px;
	display: inline-block;
}

.entry-meta > a:first-child {
	padding-right: 0;
}

.entry-meta > a:last-child {
	padding-left: 0;
}

.entry-meta > a i {
	vertical-align: middle;
}

.entry-content {
	clear: both;
}

.entry-content > p {
	text-align: justify;
}

.entry-content li {
	color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
	list-style-position: inside;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol li {
	list-style-type: auto;
}

.entry-content .post-info {
	margin-top: 30px;
}

.entry-content .post-info + .post-info {
	margin-top: 5px;
}

.quote {
	color: #666;
	font-style: italic;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 76px;
	position: relative;
	text-align: center;
	font-size: 20px;
	line-height: 36px;
}

.quote::before,
.quote::after {
	font: 22px FontAwesome;
	position: absolute;
	padding: 0 50px;
}

.quote::before {
	content: '\f10e';
	right: 0;
	top: 0;
}

.quote::after {
	bottom: 0;
	content: '\f10d';
	left: 0;
}

ul.blog-pagination li a,
ul.blog-pagination li span {
	border: 1px solid #ccc;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	color: #666;
	font-size: 16px;
	height: 35px;
	line-height: 22px;
	margin: 5px;
	min-width: 35px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.black-icon > span {
	padding-right: 0;
}

.black-icon {
	background: #365669 !important;
}

.black-icon:hover {
	background: #365669 !important;
}

ul.blog-pagination li a:hover,
ul.blog-pagination li span.current {
	color: #fff;
	background: #365669;
	border: 1px solid #333;
}

ul.blog-pagination li span.current {
	cursor: default;
}

.black-icon i {
	font-size: 14px;
	color: #fff !important;
}

#respond {
	padding-top: 153px;
	margin-top: -153px;
}

.comment_reply_to {
	display: inline-block;
}

.comment-notes,
.logged-in-as {
	margin-bottom: 20px;
}

#cancel-comment-reply-link {
	margin-right: 30px;
}

#comments {
	margin-top: -60px;
}

.comments-container,
.comment-form-container {
	padding-top: 85px;
}

.comments-container .auther-img {
	float: right;
	height: 100px;
	overflow: hidden;
	width: 100px;
	margin: 0 0 20px 20px;
	border: 4px solid #ccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.comments-container .auther-img img {
	height: 100%;
	max-width: 100%;
}

.children:hover .auther-img,
.parent:hover .auther-img {
	border-color: #666;
}

.auther-link {
	margin-bottom: 7px;
	overflow: hidden;
}

.auther-link a {
	color: #333;
	font-weight: 600;
	padding-left: 15px;
	display: inline-block;
}

.auther-link a i {
	vertical-align: -2px;
}

.auther-link > span {
	color: #333;
	font-weight: 600;
	padding-left: 15px;
	display: inline-block;
}

.auther-link:hover span,
.auther-link:hover a {
	color: #666;
}

.parent,
.children {
	display: block;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding-top: 20px;
	margin-top: -20px;
}

.children {
	margin-right: 100px;
}

.comments-list .message {
	overflow: hidden;
}

.comments-list em {
	color: #aaa;
	font-style: normal;
}

.comments-list em i {
	vertical-align: middle;
}

.comments-list .navigation {
	line-height: 1.85;
	overflow: hidden;
	padding-top: 10px;
}
.comments-list .navigation .nav-previous {
	float: right;
}
.comments-list .navigation .nav-next {
	float: left;
}

.comment-form-container h4 {
	color: #333;
	display: table;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 30px;
	position: relative;
}

.comment-form-container h4::after {
	background: #ccc;
	bottom: -10px;
	content: "";
	height: 2px;
	right: 0;
	position: absolute;
	width: 100%;
}

.single-comment-box {
	margin-bottom: 25px;
}

.single-comment-box input {
	height: 45px;
	line-height: 50px;
	padding: 0 10px;
	width: 100%;
	border: 1px solid #ccc;
}

.single-comment-box textarea {
	height: 180px;
	padding: 10px;
	width: 100%;
	border: 1px solid #ccc;
	vertical-align: top;
}

.comment-form-cookies-consent {
	clear: both;
    margin-right: 15px;
    margin-bottom: 20px;
}

.comment-form-cookies-consent input {
	margin-top: -1px;
    vertical-align: middle;
}

/*--------------Sidebar--------------*/

.single-sidebar {
	margin-bottom: 50px;
}

.single-sidebar > h4 {
	color: #333;
	padding-bottom: 20px;
}

.form-control.input-field {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	float: right;
	height: 40px;
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
}

.searchform label {
	display: none;
}

.search-btn {
	color: #333;
	font-size: 22px;
	height: 40px;
	width: 40px;
	background: transparent;
	border: 1px solid #ccc;
	line-height: 22px;
}

.single-sidebar li {
	border-bottom: 1px solid #ccc;
	color: #666;
	text-align: left;
	overflow: hidden;
	line-height: 45px;
}

.single-sidebar li:last-child {
	border-bottom: 0;
}

.single-sidebar li a {
	color: #666;
	line-height: 27px;
	padding-top: 9px;
	padding-bottom: 9px;
	float: right;
	text-align: right;
}

.single-sidebar li a::before {
	padding-left: 10px;
	float: right;
	font: normal normal normal 14px/27px FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f104";
}

.single-sidebar li:hover a {
	padding-right: 10px;
}

.single-sidebar li span {
	display: block;
	clear: both;
	text-align: right;
	color: #365669;
	margin-bottom: 13px;
	margin-left: 0;
	font-size: 13px;
	line-height: 20px;
}

.blog-social-link li {
	margin-left: 5px;
	display: inline-block;
}

.blog-social-link li a i {
	background: #365669;
	border: 1px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 17px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
}

.blog-social-link li:hover a i {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.recent-post li {
	display: inline-block;
	margin-bottom: 15px;
}

.rp-thumb {
	float: right;
	margin-left: 12px;
}

.rp-text {
	overflow: hidden;
}

.rp-text h5 {
	font-size: 14px;
	margin-top: -6px;
	margin-bottom: 5px;
	line-height: 1.9;
}

.tagcloud > a {
	color: #333;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 10px;
	padding: 0 15px;
	font-size: inherit !important;
}

.tagcloud > a:hover {
	background: #365669;
	color: #fff;
	border: 1px solid #333;
}

/*--------------------------------------------------------------------
End Blog Page
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
Start Scroll To Top section
--------------------------------------------------------------------*/

.scroll-top {
	height: 35px;
	width: 35px;
	background: #365669;
	text-align: center;
	position: fixed;
	left: 20px;
	cursor: pointer;
	bottom: 50px;
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.scroll-top i {
	line-height: 35px;
	color: #fff;
	font-size: 24px;
}

.not-visible {
	visibility: hidden;
	opacity: 0;
}

/*--------------------------------------------------------------------
End Scroll To Top section
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
Start Preloader section
--------------------------------------------------------------------*/

.loader-overlay {
	background-color: rgba(255, 255, 255, 1);
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	position: absolute;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.preloader {
	background: #333;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999999;
}

.preloader-inner-area {
	height: 100%;
	position: relative;
	width: 100%;
}

.l-preloader {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.c-preloader {
	width: 60px;
	height: 60px;
	position: relative;
}

.c-preloader::before {
	content: '';
	width: 60px;
	height: 60px;
	display: inline-block;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #333;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-animation-name: preloading;
	-moz-animation-name: preloading;
	-o-animation-name: preloading;
	animation-name: preloading;
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.c-preloader::after {
	content: '';
	width: 60px;
	height: 60px;
	display: inline-block;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #333;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-animation-name: preloading;
	-moz-animation-name: preloading;
	-o-animation-name: preloading;
	animation-name: preloading;
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-delay: -0.6s;
	-moz-animation-delay: -0.6s;
	-o-animation-delay: -0.6s;
	animation-delay: -0.6s;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes preloading {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes preloading {
	0% {
		opacity: 1;
		-moz-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes preloading {
	0% {
		opacity: 1;
		-o-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 0;
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes preloading {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

/*--------------------------------------------------------------------
End Preloader section
--------------------------------------------------------------------*/

.wpcf7 {
	direction: rtl;
}

div.wpcf7-response-output {
	margin: 20px 0 0 !important;
}

.wpcf7 .wpcf7-submit {
	display: inline-block;
}

.wpcf7 .wpcf7-spinner,
.wpcf7 .ajax-loader {
	vertical-align: middle;
}

.navbar-nav > .menu-item-has-children > a:after {
	content: "\f107";
	font: normal normal normal 14px/1 "FontAwesome";
	font-weight: 900;
	color: inherit;
	margin-right: 7px;
	display: inline-block;
	vertical-align: middle;
}

.all_posts_button {
	margin-top: 70px;
}

.all_posts_button a {
	display: inline-block;
}
