/*------------------------------------------------------------------
[Table of contents]

1. Variables
2. General
3. Buttons
4. Page Loader
5. Footer
6. vCard Body
7. Main Menu
8. Home
9. Content
10. Section: Resume
11. Owl Carousel
12. Section: Skills
13. Section: Portfolio
14. Section: Blog
15. Section: Blog - Single
16. Maps
17. Section: Blog - Contact
18. Crossbrowser Fallbacks
-------------------------------------------------------------------*/


/* ==========================================================
! 01. VARIABLES
==============	=========================================== */

.color1 {
	color: #08aeac;
}
.color2 {
	color: #021533;
}
.color3 {
	color: #d9212a;
}
.bold {
	font-weight: bold;
}
.bg-cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.box-shadow {
	-webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.3);
}
.responsive-image {
	width: 100%;
}
.section {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* ==========================================================
! 02. GENERAL 
========================================================== */

body {
	direction: rtl;
	font-family: "primary-font", "segoe ui", "tahoma";
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: #ddd;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.ltr_text {
	display: inline-block;
	direction: ltr;
}
.ltr_input {
	direction: ltr;
}
h1, h2, h3, h4, h5, h6{
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
	line-height: 1.85;
}
p{
	line-height: 2;
}
.fa{
	vertical-align: middle;
}

/* ==========================================================
! 03. Buttons
========================================================== */

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}
.btn {
	font-weight: bold;
	color: #ffffff;
	background: #08aeac;
	border-radius: 0;
	font-size: 12px;
	padding: 10px 20px;
	-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: 2px;
}
.btn:hover {
	background: #000000;
	color: #ffffff;
}
.btn i{
	margin-left: 5px;
	vertical-align: -2px;
}
.btn-default {
	display: inline-block;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #08aeac !important;
	color: #ffffff !important;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 0px solid transparent!important;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn-default:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #021533;
	z-index: -1;
}
.btn-default:hover {
	color: #ffffff;
	border: 0px solid transparent!important;
}
.btn-default:hover:before {
	width: 100%;
}
iframe {
	width: 100%;
}
.btn-fluid {
	width: 100%;
}

/* ==========================================================
! . 04. Page loader
========================================================== */

#page-loader {
	width: 100%;
	height: 100%;
	background: #08aeac;
	opacity: 0.99;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
}
.loading-wrapper {
	width: 250px;
	position: fixed;
	top: 40%;
	right: 50%;
	margin-right: -125px;
}
.tp-loader {
	z-index: 10000;
	position: relative;
}
.tp-loader.spinner {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.loader-name {
	color: #fafafa;
	opacity: 0.9;
	text-align: center;
	font-size: 33px;
	line-height: 1.5;
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
	padding-right: 2px;
	padding-left: 2px;
	font-weight: 700;
	margin-top: 12px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.loader-job {
	margin-bottom: 40px;
	text-align: center;
	font-weight: 200;
	margin-top: 5px;
	color: #d8d8d8;
	font-size: 12px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.loader-left {
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
	opacity: 0;
}
.loader-right {
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-o-transform: translateX(-40px);
	transform: translateX(-40px);
	opacity: 0;
}
.loader-up {
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	-o-transform: translateY(-80px);
	transform: translateY(-80px);
	opacity: 0!important;
}
.loader-down {
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	opacity: 0;
}
.loader-hide {
	opacity: 0;
}
.loader {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #Fff;
	top: 50%;
	animation: loader 2s infinite ease;
}
.loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	animation: loader-inner 2s infinite ease-in;
}
.loader-animation {
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-180deg);
	}
	50% {
		transform: rotate(-180deg);
	}
	75% {
		transform: rotate(-360deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
@keyframes loader-inner {
	0% {
		height: 0%;
	}
	25% {
		height: 0%;
	}
	50% {
		height: 100%;
	}
	75% {
		height: 100%;
	}
	100% {
		height: 0%;
	}
}

/* ==========================================================
! 05. FOOTER
========================================================== */

.social-icons {
	font-size: 28px;
	text-align: left;
	display: none;
}
@media (min-width: 768px) {
	.social-icons {
		display: block;
	}
}
.social-icons a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 1;
}
.social-icons a:hover {
	opacity: 0.7;
}
.footer-social-icons {
	text-align: center;
}
.footer-social-icons a {
	color: #ffffff;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #333333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 14px;
	line-height: 30px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.footer-social-icons a:hover {
	color: #ffffff;
	background: #08aeac;
}

/* ==========================================================
! 06. SECTION: vCard Body
========================================================== */

.container {
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media (min-width:992px) {
	.container {
		min-height: 690px;
	}
}
@media (min-width:1400px) {
	.container {
		min-height: 850px;
	}
}
.section-vcardbody {
	width: 99%;
	margin: 0 auto;
	overflow-y: scroll;
	background: url('../img/bg-card2.png') repeat-x right top #f4f4f4;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	padding-top: 22px;
	border-top: 6px solid #111;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.46);
	-moz-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.46);
	box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.46);
	border-bottom: 15px solid #f4f4f4;
}
.section-blog-single {
	padding-top: 11px !important;
	padding-bottom: 20px !important;
}
@media (min-width:992px) {
	.section-vcardbody {
		position: absolute;
		margin-top: 40px;
		right: 30%;
		height: 610px;
		width: 40%;
		padding: 45px;
		padding-bottom: 20px;
	}
	.section-blog-single {
		padding: 20px;
	}
}
@media (min-width:1200px) {
	.section-blog-single {
		padding: 45px;
	}
}
@media (min-width: 1400px) {
	.section-vcardbody {
		margin-top: 160px;
	}
}
.section-vcardbody-pgactive {
	right: 15%;
}
@media (min-width:992px) {
	.section-page {
		z-index: 11;
		opacity: 0;
		margin-right: 10px;
	}
}
@media (min-width:992px) {
	.page-mask {
		position: absolute;
		top: 605px;
		right: 30%;
		display: block;
		width: 40%;
		height: 20px;
		background: #333;
		z-index: 77;
		opacity: 0;
		-webkit-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
	}
}
.page-mask-active {
	right: 55%;
	opacity: 1;
	margin-right: 10px;
}
.section-page-active {
	opacity: 1;
	z-index: 22;
	right: 55%;
	visibility: visible;
	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
@media (min-width:992px) {
	.section-page-active {
		margin-top: 40px;
	}
}
@media (min-width: 1400px) {
	.section-page-active {
		margin-top: 160px;
	}
}
.ps-scrollbar-y-rail {
	opacity: 0.9 !important;
	right: auto !important;
	left: 3px !important;
}
@media (max-width: 991px) {
	.ps-scrollbar-x-rail, .ps-scrollbar-y-rail {
		display: none !important;
	}
}

/* ==========================================================
! 07. SECTION: Main Menu
========================================================== */

.main-menu {
	width: 15%;
	position: absolute;
	top: 0;
	right: 15%;
	padding-left: 10px;
	margin-top: 46px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	display: none;
}
@media (min-width:992px) {
	.main-menu {
		display: block;
	}
}
@media (min-width: 1400px) {
	.main-menu {
		margin-top: 166px;
	}
}
.main-menu-pgactive {
	right: 0%;
}
.main-menu-list {
	margin: 0;
	padding: 0;
}
.main-menu-list li {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	list-style: none;
}
.main-menu-list a {
	display: block;
	background: #08aeac;
	padding: 10px;
	color: #ffffff;
	font-size: 13px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.main-menu-list a:active,
.main-menu-list a:visited {
	text-decoration: none;
}
.main-menu-list a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #021533;
	z-index: -1;
}
.main-menu-list a:hover {
	color: #ffffff;
	border: 0px solid transparent!important;
	text-decoration: none;
	padding-right: 15px;
}
.main-menu-list a:hover:before {
	width: 100%;
}
.main-menu-list a.menuActive {
	text-decoration: none;
	background: #021533;
	padding-right: 15px;
}

/* ==========================================================
! 08. Home
========================================================== */

.section-home {
	z-index: 88;
	opacity: 1;
	overflow-y: auto;
}
.vcard-profile-pic {
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto 20px;
	position: relative;
}
.vcard-profile-pic img {
	width: 100%;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border: 6px solid #ddd;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}
.profileActive {
	opacity: 1!important;
}
.vcard-profile-description {
	text-align: center;
}
.profile-title {
	text-align: center;
	font-weight: bold;
	margin-top: -2px;
	font-size: 37.5px;
	margin-bottom: 6px;
	color: #021533;
	line-height: 1.8;
}
.profile-title span {
	color: #08aeac;
}
.profile-subtitle {
	text-align: center;
	margin-top: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: inherit;
	margin-bottom: 20px;
}
.vcard-profile-description-text {
	padding: 10px;
	padding-top: 10px;
	margin-bottom: 5px;
}
.vcard-profile-description-text p {
	font-size: 13px;
}
.hr1 {
	border: none;
	height: 1px;
	width: 100%;
	background: url('../img/hr1.png') no-repeat center center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.vcard-profile-description-ft-item {
	margin-bottom: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	background: url('../img/bg-btn.png') no-repeat center center #08aeac;
}
.vcard-profile-description-ft-item p {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 12px;
}
.vcard-profile-description-ft-item p span.home_contact {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
.vcard-profile-description-ft-item p span.home_contact a {
	color: inherit;
}

/* ==========================================================
! 09. Content
========================================================== */

.section-title {
	color: #021533;
	font-size: 22.95px;
	font-weight: bold;
	margin-top: -13px;
	border-bottom: 1px solid #021533;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.section-title2 {
	font-weight: bold;
	color: #08aeac;
	font-size: 20.75px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-right: 4px solid #08aeac;
}
.section-title2 i {
	margin-left: 10px;
	vertical-align: -1px;
	font-size: 20px;
}
.resume-item {
	padding: 15px;
	border: 4px double #ccc;
	margin-bottom: 15px;
}
.section-item-title-1 {
	font-weight: bold;
	color: #333;
	padding-right: 0;
	font-size: 18.75px;
	font-family: inherit;
    margin: -7px 0 8px 0;
}
.section-item-title-2 {
	font-weight: bold;
	color: #333;
	padding-right: 0;
	margin: -1px 0 8px 0;
	border-bottom: 1px dotted #021533;
	padding-bottom: 5px;
	font-size: 15.7px;
	font-family: inherit;
}
.section-item-title-2 i {
	margin-left: 7px;
	vertical-align: -2px;
	font-size: 15px;
}
.graduation-time,
.job {
	color: #555;
	font-size: 10px;
	font-family: inherit;
	margin-top: 5px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
}
.graduation-description p {
	font-size: 12px;
}

/*============================================================================
  >>  10. SECTION: Resume
  ============================================================================
*/

.section-education {
	margin-bottom: 40px;
}
.section-education:first-child {
	margin-bottom: 30px;
}
.header-page-buttons {
	margin-top: -20px;
}
.page-footer {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
.footer-quote {
	color: #444;
	font-size: 11px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.testimonials {
	text-align: center;
	font-size: 18px;
}
.testimonial-item {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}
@media (min-width: 768px) {
	.testimonial-item {
		padding: 10px 20px;
	}
}
.testimonial-credits {
	margin-top: 30px;
}
.testimonial-author {
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 15px;
	font-weight: bold;
}
.testimonial-content {
	background: #08aeac;
	color: #ffffff;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 100%;
	position: relative;
}
.testimonial-content p {
	font-size: 13px;
}
.testimonial-content:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 50%;
	bottom: -5px;
	margin-right: -5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 888;
	background: #08aeac;
}
.testimonial-picture {
	width: 110px;
	height: 110px;
	overflow: hidden;
	margin: 0 auto;
}
.testimonial-picture img {
	width: 100%;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border: 6px solid #ddd;
}
.testimonial-firm {
	font-size: 10px;
	margin-bottom: 0;
	font-weight: lighter;
}
.owl-carousel {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	touch-action: manipulation;
}
.owl-carousel:focus {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}
.owl-carousel:active {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}
.owl-carousel:hover {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

/*============================================================================
  >>  11. Owl Carousel
  ============================================================================
*/

.owl-carousel .owl-item {
	cursor: -webkit-grab;
}
.owl-carousel .owl-item:focus {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}
.owl-carousel .owl-item:active {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}
.owl-carousel .owl-item img {
	width: 100%;
}
.grabbing {
	cursor: -webkit-grabbing !important;
	cursor: -moz-grabbing !important;
}
.owl-theme .owl-dots .owl-dot span {
	background: #021533;
	width: 12px;
	height: 12px;
	opacity: 0.25;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #021533;
	opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #021533;
	opacity: 1;
}

/* ==========================================================
! 12. SECTION: SKILLS
========================================================== */

.skills-list {
	padding-right: 0;
	margin-right: 0;
}
.progress {
	position: relative;
	height: 25px;
	margin-bottom: 10px;
}
.progress > .progress-type {
	position: absolute;
	right: 0px;
	font-size: 13px;
	padding: 3px 10px 2px 30px;
	color: #ffffff;
}
.progress > .progress-completed {
	position: absolute;
	left: 0px;
	font-weight: 800;
	padding: 3px 10px 2px;
	color: #888;
	font-size: 14px;
}
.skills-list {
	list-style: none;
	margin-bottom: 40px;
}
.progress-bar {
	background: #08aeac;
}

/* ==========================================================
! 13. SECTION: Portfolio
========================================================== */

.project-item {
	padding: 0;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	opacity: 1;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}
.project-item a {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.project-thumbnail {
	display: block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 250px;
	text-align: center;
	color: #ffffff;
	padding: 15px;
}
.project-thumbnail:hover {
	color: #ffffff;
}
.project-thumbnail:hover .project-description-wrapper {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}
.project-thumbnail:hover .project-title,
.project-thumbnail:hover span.see-more {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}
.project-description-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: #ffffff;
	position: relative;
	background: rgba(0, 0, 0, 0.7);
}
.project-description {
	position: absolute;
	top: 50%;
	margin-top: -65px;
	width: 100%;
}
.project-title {
	font-size: 20.8px;
	font-family: inherit;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.project-title:after {
	content: '';
	display: block;
	height: 1px;
	border-bottom: 1px solid #ffffff;
	width: 50%;
	margin: 0 auto;
	opacity: 0.5;
	margin-top: 10px;
	margin-bottom: 10px;
}
.project-thumbnail {
	display: block;
	color: #ffffff;
	position: relative;
}
span.see-more {
	font-size: 12px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
}

/* ==========================================================
! 14. BLOG
========================================================== */

.blog-item {
	margin-bottom: 15px;
	padding: 9px;
	border-top: 4px solid #132644;
	padding-top: 20px;
	padding: 15px;
	background: rgba(255, 255, 255, 0.6);
}
.blog-item-wrapper {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item-title {
	font-size: 18px;
	margin-bottom: 8px;
	color: #021533;
	border-bottom: 1px dotted #021533;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: inherit;
}
.blog-item-title a {
	color: #021533;
}
.blog-item-title a:hover {
	text-decoration: none;
}
.blog-item-thumb {
	text-align: center;
}
.blog-item-thumb img {
	max-width: 100%;
}
.blog-item-title-hr {
	border: 0;
	border-top: 3px solid #021533;
	width: 20%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 0;
}
.blog-item-description p {
	font-size: 12px;
}
.blog-item-description a {
	color: #555555 !important;
}
.blog-item-description a:hover {
	text-decoration: none;
}
.blog-item-link {
	margin-top: 20px;
	margin-bottom: 10px;
}
.blog-item-link .btn-default {
	font-size: 11px !important;
}
.section-header-image {
	margin-bottom: 40px;
}
.section-header-image img {
	width: 100%;
}
.section-pagination {
	font-size: 12px;
	margin-top: 35px;
	text-align: center;
}
.section-pagination a,
.section-pagination span {
	display: inline-block;
	padding: 5px;
	font-weight: bold;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	min-width: 27px;
	margin: 2px;
}
.section-pagination a {
	color: #ffffff;
	background: #08aeac;
}
.section-pagination i {
	margin-top: -1px;
}
.section-pagination a:hover {
	background: #021533;
	text-decoration: none;
}
.blog-info{
	overflow: hidden;
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: -7px;
}
.blog-info-single{
	border-top: 1px solid #ccc;
	padding-top: 7px;
	margin-top: 22px;
}
.blog-date,
.blog-categories {
	color: #888;
	line-height: 2;
}
.blog-date {
	float: right;
}
.blog-categories {
	float: left;
}
.blog-categories a {
	color: inherit;
}

/* ==========================================================
! 15. SECTION: Blog - Single
========================================================== */

.vcard-header {
	background: rgba(0, 0, 0, 0.9);
	margin: -22px -20px 39px;
}
.vcard-header.vcard-header-single {
	margin: -11px -20px 25px;
}
.vcard-header .btn {
	margin-bottom: 0;
}
@media (min-width:992px) {
	.vcard-header {
		margin: -45px -45px 39px;
	}
}
@media (min-width:1200px) {
	.vcard-header.vcard-header-single {
		margin: -11px -45px 25px;
	}
}
.blog-single-post {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.blog-single-content p {
	font-size: 13px;
}
.blog-single-content ul,
.blog-single-content ol {
	list-style-position: inside;
	line-height: 2;
	padding: 0;
}
.post-header-image {
	margin-top: 10px;
}
@media (min-width:1200px) {
	.post-header-image {
		margin: 14px -20px 0;
	}
}
.post-header-image img {
	width: 100%;
}
.blog-single-title {
	font-size: 24px;
	font-weight: bold;
	font-family: inherit;
	color: #021533;
	border-bottom: 1px solid #021533;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.blog-single-title a {
	color: #021533;
}
.blog-single-title a:hover {
	text-decoration: none;
}

/*! Blog Comments */

.blog-comments {
	margin-top: 40px;
}
.blog-comments-title {
	border-bottom: 1px dotted #08aeac;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 18.75px;
	color: #08aeac;
}
.blog-comments-title i {
	margin-left: 7px;
	font-size: 18px;
}
.media-heading {
	font-weight: bold;
	font-family: inherit;
	margin-top: -5px;
	font-size: 16px;
	padding-left: 50px;
}
.media-info {
	font-size: 9px;
	display: block;
	color: #132644;
	margin: 8px 0 5px;
}
.media-body {
	font-size: 12px;
	line-height: 2;
	position: relative;
}
.media-body em {
	margin-bottom: 8px;
	padding-left: 50px;
	display: block;
	font-size: 11px;
}
.well {
	background-color: transparent !important;
	margin-bottom: 0;
}
.well h4 {
	font-size: 18.75px;
	margin-top: 8px;
}
.blog-comments > .media {
	border-bottom: 1px dotted #000000;
	padding-bottom: 20px;
	padding-top: 30px;
	margin-bottom: 0;
	margin-top: 0;
}
.media {
	padding-top: 25px;
	margin-top: 0;
}
.media img {
	width: 64px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.blog-single-tags{
	margin: 20px 0 -9px;
	font-size: 12px;
	color: #888;
}
.blog-single-tags a{
	color: inherit;
}
.blog-single-tags i{
	margin-left: 3px;
}

.comment-respond{
	margin-top: 15px;
}
.comment-notes, .comment_reply_to, .logged-in-as {
	font-size: 12px;
}
.comment_reply_to small a, .logged-in-as small a {
	margin-right: 10px;
	font-size: 11px;
}
.comment-reply-link {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.85;
}

.comment-navigation {
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}

.comment-navigation .nav-previous {
	float: right;
}

.comment-navigation .nav-next {
	float: left;
}

@media only screen and (max-width: 480px) {
	.comment-navigation {
		font-size: 12px;
	}
	.media img {
		width: 35px !important;
		height: 35px;
	}
}

.comment-form-cookies-consent {
    margin-top: 15px;
    display: flex;
    align-items: baseline;
}

.comment-form-cookies-consent input {
    position: relative;
    top: 2px;
    margin: 0 0 0 7px;
}

/* ==========================================================
! 16. SECTION: Map
========================================================== */

.map {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	height: 256px;
}
.map iframe {
	width: 100%;
	height: 100%;
}

/* ==========================================================
! 17. SECTION: Contact
========================================================== */

.contact-subtitle-1 {
	color: #08aeac;
	font-size: 14.6px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 24px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #08aeac;
}
.contact-subtitle-1:first-child {
	margin-top: 0;
}
.contact-subtitle-1 i {
	margin-left: 7px;
}
.contact-infos p {
	font-size: 13px;
}
.contact-infos a {
	color: inherit;
}
.form-group {
	margin-bottom: 8px;
}
.form-send {
	width: 100%;
}
.form-send:hover {
	background: #021533 !important;
}
.form-control {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	height: 50px;
	text-align: right;
}
::-webkit-input-placeholder {
	color: #999999 !important;
}
:-moz-placeholder {
	color: #999999 !important;
}
::-moz-placeholder {
	color: #999999 !important;
}
:-ms-input-placeholder {
	color: #999999 !important;
}
textarea.form-control{
	resize: vertical;
	line-height: 1.85;
	min-height: 116px;
}
.modal-wrap {
	display: none;
}
.modal-bg {
	background: #333;
	opacity: 0.9;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.modal-content {
	background: #fafafa;
	font-size: 18px;
	position: fixed;
	top: 40%;
	right: 50%;
	margin-right: -125px;
	width: 250px;
	z-index: 9999;
	padding: 10px 20px;
}
.modal-content .modal-title {
	color: #021533;
	font-size: 22px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	font-weight: bold;
}
.modal-content p {
	font-size: 14px;
	margin-bottom: 0;
}
#contactError .modal-title {
	color: #fff;
}
#contactForm{
	margin-top: 12px;
}
div.wpcf7 .wpcf7-spinner,
div.wpcf7 .ajax-loader {
	margin: 10px auto 0;
	display: block;
}
div.wpcf7 .wpcf7-submit {
	outline: none !important;
}
div.wpcf7-response-output {
	margin: -20px 0 0 !important;
	line-height: 2;
	font-size: 13px;
	padding-top: 0.35em !important;
	padding-bottom: 0.35em !important;
}
span.wpcf7-not-valid-tip {
	line-height: 2;
	font-size: 12px;
	margin-top: 1px;
}

/* ==========================================================
! 18. CROSSBROWSER FALLBACKS
========================================================== */

.safari .vcard-profile-pic img,
.safari .testimonial-picture img {
	border: 0px solid #ddd;
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	font-family: inherit;
}
