body {
  font-family: "Karla", sans-serif;
  font-size: 0.875rem;
  line-height: 1.71428572;
  position: relative;
}

[dir="rtl"] body {
  text-align: right;
}

@media (min-width: 992px) {
  body {
	background-color: #ccc;
	background-image: linear-gradient(53deg, rgba(0, 0, 0, .5), rgba(255, 255, 255, .5));
	background-blend-mode: overlay;
	background-size: 3840px 2160px;
	background-position: center;
	height: 100vh;
	z-index: -1;
  }
}

body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p.lead {
  font-size: 1rem;
}

b,
strong {
  font-weight: 700;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: currentColor;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

a:hover,
a:focus {
  color: #009bdb;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul.list-style,
ol.list-style {
  padding: 0 0 1rem 1rem;
}

[dir="rtl"] ul.list-style,
[dir="rtl"] ol.list-style {
  padding: 0 1rem 1rem 0;
}

:focus {
  outline: none;
}

blockquote {
  border-left: 4px solid #009bdb;
  padding: 0 1rem;
}

[dir="rtl"] blockquote {
  border-left: none;
  border-right: 4px solid #009bdb;
}

[dir="rtl"] dd {
  margin-right: 0;
}


/* Headings
============================================= */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.5;
  text-rendering: optimizelegibility;
}

 /* Home page
============================================= */
.custom-logo{
	/*box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);*/
	/*-webkit-border-radius: 50%;*/
	/*-moz-border-radius: 50%;*/
	/*border-radius: 50%;*/
	max-width: 100%;
	height: auto;
}
.home-page .profile-page .page-header {
	height: 281px;
	background-position:center;
}
.home-page .page-header {
	height: 100vh;
	background-size: cover;
	margin: 0;
	padding: 0;
	border: 0;
	display: flex;
	align-items: center;
}
.home-page .header-filter:after, .header-filter:before {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	content: "";
}
.home-page .header-filter::before {
	
	height: 235px;
}
.home-page .main-raised {
	margin: -123px 80px 0;
	border-radius: 6px;
	box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}
.home-page .main {
	background: #FFF;
	position: relative;
	z-index: 3;
}
.home-page .profile-page .myprofile {
	text-align: center;
}
.home-page .profile-page .myprofile img {
	width: 160px;
	height: 160px;
	margin: 0 auto;
	-webkit-transform: translate3d(0,-50%,0);
	-moz-transform: translate3d(0,-50%,0);
	-o-transform: translate3d(0,-50%,0);
	-ms-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}
.home-page .img-raised {
	box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
}
.home-page .rounded-circle {
	border-radius: 50%!important;
}
.home-page .img-fluid, .img-thumbnail {
	max-width: 100%;
	height: auto;
}
.home-page .wp-title {
	color: #3C4858;
	font-family: "Roboto Slab","Times New Roman",serif;
	font-size: 24px;
}
.home-page .profile-page .myprofile .name{
	margin-top: -50px;
}
.home-page .card-footer{
  margin: 25px 0 0 0 !important;
}
.home-page .home-page-article{
	font-size: 16px;
	line-height: 20px;
}
@media (max-width: 1000px) {
	#home{
		position: relative;
	}
}
/* Icon Font
============================================= */

.icon {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: currentColor;
  line-height: 1;
  text-align: center;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  speak: none;
  width: 1em;
  height: 1em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* Icon Box
============================================= */

.icon-box {
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .icon-box {
	text-align: center;
  }
}

.icon-box-icon {
  font-size: 34px;
  line-height: 34px;
}

.icon-box-content h4 {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0.5rem;
}


/* Button
============================================= */

.btn {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 1.375rem 2rem;
  border-radius: 0;
}

.btn-sm {
  padding: 1rem 2rem;
}

.btn-lg {
  padding: 2rem 3rem;
}


/* Background Image
============================================= */

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

canvas {
  display: block;
  vertical-align: bottom;
}


/* Loader
============================================= */

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  overflow: hidden;
}

.loader {
  width: 50px;
  height: 50px;
  background-color: #009bdb;
  border-radius: 50%;
  position: absolute;
  top: 35%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  vertical-align: middle;
  -webkit-animation: loading 1s infinite ease-in-out;
  animation: loading 1s infinite ease-in-out;
}

@-webkit-keyframes loading {
  from { transform: scale(0); opacity: 1; }
  to   { transform: scale(1); opacity: 0; }
}

@keyframes loading {
  from { transform: scale(0); opacity: 1; }
  to   { transform: scale(1); opacity: 0; }
}


/*
Site Navigation
==================================================================================================== */

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 67px;
  text-align: center;
  background-color: #fff;
  z-index: 999;
}

.site-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 5px solid #019bdb;
}
.site-nav li{
  padding: 5px 0;
}
.site-nav ul li a {
  display: block;
  width: 100%;
}

.site-nav li:before {
  font-size: 24px;
  padding: 3px 0;
}

@media (min-width: 992px) {
  .site-nav {
	opacity: 0;
	visibility: hidden;
	top: 50%;
	left: auto;
	right: 0;
	width: 85px;
	height: auto;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: visibility 0.3s, opacity 0.3s 1s;
	transition: visibility 0.3s, opacity 0.3s 1s;
  }
  [dir="rtl"] .site-nav {
	left: 0;
	right: auto;
  }
  .blog .site-nav,
  .single .site-nav,
  .book-open .site-nav {
	opacity: 1;
	visibility: visible;
  }
  .site-nav ul {
	flex-direction: column;
  }
  .site-nav ul li a {
	display: block;
	padding: 8px 5px;
	border-bottom: 1px solid #ececec;
  }
  .site-nav ul li:last-child a {
	padding-bottom: 1rem;
	border-bottom:none;
  }
}

.site-nav ul li a span.text {
  font-size: 0.625rem;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .site-nav ul {
	justify-content: space-around;
  }
  .site-nav ul li {
	width: 100%;
  }
  .site-nav ul li a span.text {
	display: none;
  }
}

/* Sections
==================================================================================================== */

@media (min-width: 992px) {
  .main > .container-fluid {
	padding-right: 40px;
	padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .main > .container-fluid {
	padding-right: 70px;
	padding-left: 70px;
  }
}

.section-block {
  padding: 40px 15px 0;
}

@media (min-width: 992px) {
  .section-block:last-child {
	padding-bottom: 32px;
  }
}

@media (max-width: 991px) {
  .blog .section-block {
	padding-top: 75px;
  }
}
.main > .container-fluid > .section-block:first-child {
  padding-top: 60px;
}

.section-block .title {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 27px;
  margin-bottom: 2.5rem;
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 7px 1rem 0 0;
  z-index: 0;
}

[dir="rtl"] .section-block .title {
  padding: 7px 0 0 1rem;
}

.section-block .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50px;
  width: calc(100% + 50px);
  height: 40px;
  background-color: #019bdb;
  z-index: -1;
}

[dir="rtl"] .section-block .title::before {
  left: auto;
  right: -50px;
}

.section-block .title-lg {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .section-block {
	padding: 10px;
  }
  .main > .container-fluid > .section-block:first-child {
	padding-top: 4rem;
  }
  .section-block .title-lg {
	font-size: 2.5rem;
	line-height: 1.4;
  }
}

.slimScrollBar {
  width: 5px !important;
  opacity: 0.2 !important;
  /*display: block !important;*/
  border-radius: 5px !important;
  z-index: 999 !important;
}

[dir="rtl"] .slimScrollBar {
  left: 1px !important;
  right: auto !important;
}


/* Profile
============================================= */

.profile {
  position: relative;
  height: 100vh;
  padding: 5.25rem 1.5rem 1.5rem;
  background-color: #000;
}

@media (min-width: 992px) {
  .profile {
	display: none;
  }
}

.profile::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background-color: #019bdb;
}

.profile .card {
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.profile-avatar {
  position: relative;
  width: 100%;
  background-position: top center;
  flex: 1 1 auto;
  height: auto;
}

.profile .card-body {
  position: relative;
  width: 100%;
  background-color: #019bdb;
  color: #fff;
  padding: 1.5rem 1.5rem 0;
  max-height: 253px;
  flex: 0 0 253px;
}

.profile-name {
  position: absolute;
  top: auto;
  bottom: 0;
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0% 0%;
  width: 100%;
  left: 0;
  padding: 2rem 1.5rem 1rem;
}

.profile-name h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  max-width: calc(100% - 60px);
}

@media (max-width: 359px) {
  .profile-name h1 {
	font-size: 1.625rem;
  }
}

.profile-job,
.profile-location {
  margin: 0;
}

.profile-job {
  font-weight: 700;
}

.profile-counters {
  text-align: center;
  padding: 2rem 0 30px;
}

.profile-counters span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.profile-counters > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-height: 560px) {
  .profile .card-body {
	max-height: 227px;
  }
  .profile-counters {
	padding: 1.25rem 0 1rem;
  }
}

.profile-counters h5 {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}

[dir="rtl"] .profile-counters h5 {
  font-size: 0.75rem;
}

.card-footer {
  border: none;
  border-radius: 0 !important;
  background-color: #fff;
  color: #333;
  margin: 0 -1.5rem;
  padding: 0;
  text-align: center;
}

.card-nav ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}

.card-nav ul li {
  width: 100%;
}

.card-nav ul li a span {
  display: block;
  width: 100%;
}

.card-nav ul li a span.icon {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}

.btn-floating {
  display: inline-block;
  position: absolute;
  top: -30px;
  left: auto;
  right: 1.5rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffbdb8;
  color: #000 !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

[dir="rtl"] .btn-floating {
  left: 1.5rem;
  right: auto;
}

.card .btn-floating .icon {
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}

.info-list {
  display: block;
}

.info-list li {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .info-list {
	display: flex;
	flex-wrap: wrap;
  }
  .info-list li:nth-of-type(1),
  .info-list li:nth-of-type(3) {
	margin-right: 30px;
  }
  [dir="rtl"] .info-list li:nth-of-type(1),
  [dir="rtl"] .info-list li:nth-of-type(3) {
	margin-right: 0;
	margin-left: 30px;
  }
  .info-list li {
	width: calc(50% - 15px);
	flex: 0 0 calc(50% - 15px);
  }
}

.info-list li span {
  color: #019bdb;
}


/* Resume / Timeline
============================================= */

.timeline {
  position: relative;
  border-left: 2px solid #ececec;
  margin: 0 0 0 4px;
  padding: 0 0 0 25px;
}

[dir="rtl"] .timeline {
  border-left: 0;
  border-right: 2px solid #ececec;
  margin: 0 4px 0 0;
  padding: 0 25px 0 0;
}

.timeline-item {
  position: relative;
  padding-bottom: 1rem;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-item::before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  left: -31px;
  top: 3px;
  border-radius: 50%;
  box-shadow: 0 0 0 6px #fff;
  background-color: #019bdb;
}

[dir="rtl"] .timeline-item::before {
  left: auto;
  right: -31px;
}

.timeline-content {
  position: relative;
}

.timeline-content .timeframe {
  display: block;
  color: #999;
  font-size: 0.6875rem;
  line-height: 1;
  padding-top: 2px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .timeline-content .timeframe {
	position: absolute;
	top: 0;
	right: 0;
  }
}

@media (max-width: 1199px) {
  .timeline-content .timeframe {
	padding: 0.125rem 0 0.5rem;
  }
}

.timeline-content h4.name {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timeline-content .location {
  display: block;
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.675rem;
}


/* Skills / Progress Bar
============================================= */
section:last-child .progress-bars{
  padding-bottom: 32px;
}
.progress {
  position: relative;
  margin-bottom: 25px;
  letter-spacing: 1px;
  background-color: #ebebeb;
  overflow: visible;
  border-radius: 0;
}

.progress-info {
  /*font-weight: 500;*/
  letter-spacing: 0.05em;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.progress-bar {
  width: 0;
  color: currentColor;
  font-size: 14px;
  background-color: #019bdb;
  /*background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #1f1f1f);*/
}

.progress,
.progress-bar {
  height: 4px;
}

@media (min-width: 768px) {
  .progress,
  .progress-bar {
	height: 5px;
  }
}


/* Color variations */

.progress-bar-green {
  background-color: #03af60;
}

.progress-bar-blue {
  background-color: #3b5997;
}

.progress-bar .value {
  color: #b7b7b7;
  position: absolute;
  right: 0;
  bottom: 18px;
}

@media (min-width: 768px) {
  .progress-bar .value {
	bottom: 19px;
  }
}


/* Pricing Table
============================================= */

.kc-pricing-tables {
  border: 1px solid #e1e1e1;
  text-align: center;
  margin-bottom: 2rem;
  box-shadow: none !important;
}

/* Portfolio Gallery
============================================= */
.portfolio{
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
.works-filter {
  list-style: none;
  padding: 0 0 15px;
}

.works-filter li {
  display: inline-block;
  margin-right: 15px;
}

.works-filter li:last-child {
  margin-right: 0;
}

.works-filter li a {
  color: currentColor;
}

.works-filter li a.active {
  color: #2a2a2a;
}

.works-container {
  margin: 0 -15px;
}

.works-container {
  padding: 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .works-container {
	min-height: 420px;
	padding-bottom: 1rem;
  }
	.portfolio .bptportfolio-thumb-image img{
		width: 180px;
		height: 135px;
	}
  .works-item{
	height: 135px;
  }
}

.works-item {
  margin: 15px;
  padding: 0;
  width: calc(100% - 30px);
  overflow: hidden;
  position: relative;
}

@media (min-width: 415px) {
  .works-item {
	width: calc(50% - 30px);
	float: left;
  }
}

@media (max-width: 767px) {
  .works-item-inner {
	display: none;
  }
}

@media (min-width: 768px) {
  .works-item-inner {
	text-align: center;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 135px;
	width: 100%;
	opacity: 0;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
  }
  .works-item:hover .works-item-inner {
	opacity: 1;
  }
  .works-item-caption {
	width: 100%;
	padding: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  }
  .works-item-inner h4 {
	color: #272727;
	font-size: 14px;
	letter-spacing: 0;
	margin: 0 0 2px;
  }
  .works-item-inner h5 {
	color: #a5a5a5;
	font-size: 14px;
	font-style: italic;
  }
  .works-item-inner h4,
  .works-item-inner h5 {
	opacity: 0;
	-webkit-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	transform: translateY(-7px);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
  }
  .works-item:hover .works-item-inner h4,
  .works-item:hover .works-item-inner h5 {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}

.mfp-wrap.works-modal-container {
  width: 100%;
}

@media (min-width: 992px) {
  .mfp-wrap.works-modal-container {
	width: 768px;
	margin-left: -384px;
	left: 50%;
  }
}

[dir="rtl"] .mfp-content {
  text-align: right;
}

[dir="rtl"] .mfp-close {
	right: auto;
	left: 0;
}

[dir="rtl"] .mfp-image-holder .mfp-close,
[dir="rtl"] .mfp-iframe-holder .mfp-close {
	right: auto;
	left: -6px;
	padding: 0;
	padding-left: 6px;
	text-align: left;
}

.works-modal {
  background-color: #fff;
}

.works-modal-content {
  padding: 2.5rem 3rem;
}


/* Blog
============================================= */

.post-thumbnail {
  position: relative;
}

.post-thumbnail > a {
  position: relative;
  display: block;
}

@media (max-width: 991px) {
  .post-image {
	width: 100%;
	height: 60vh;
  }
}

.post-heading {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem 1.25rem 0;
  color: #fff;
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0% 0%;
  z-index: 1;
}

.single .post-heading {
  position: relative;
  padding: 0;
  color: currentColor;
  background: none;
}

.post-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .post-title {
	font-size: 1.5rem;
	margin-bottom: 0.5rem
  }
}

.single .post-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .single .post-title {
	font-size: 2rem;
  }
}

.post-title a {
  display: block;
}

.post-title a:hover,
.post-title a:focus {
  color: #ddd;
}

.post ul.post-meta {
  display: block;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  color: #999;
}

.single ul.post-meta {
  margin: 0 0 2rem 0;
}

.post ul.post-meta > li {
  display: inline-block;
}

.post ul.post-meta > li:not(:last-child) {
  margin-right: 8px;
}

.post-content {
  position: relative;
  padding: 1.5rem 0;
}

.single .post-content {
  padding: 0 0 1.5rem;
}

@media (max-width: 767px) {
  .post-content {
	display: none;
  }
  .single .post-content {
	display: block;
  }
}

.single .post-content > a,
.single .post-content > p a {
	color: #00abff;
}

.single .post-content > a:hover,
.single .post-content > p a:hover {
	color: currentColor;
}

.post-content > .dropcap:first-letter {
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1em;
  float: left;
  margin-right: 0.625rem;
}

.post-content img {
  margin: 0.75rem 0;
}

.post-no-thumbnail .post-heading{
  background: unset;
  color: #000;
  position: unset;
  padding: 0;
}
.post-no-thumbnail .post-title{
  margin: 8px 0;
}
.post-no-thumbnail .post-content{
  padding-top: 0;
}

img.alignleft {
  float: left;
  margin: 0.75rem 1.25rem;
  margin-left: 0;
}

img.alignright {
  float: right;
  margin: 0.75rem 1.25rem;
  margin-right: 0;
}

@media (min-width: 768px) {
  img.alignleft,
  img.alignright {
	max-width: 50%;
  }
}

h4.comments-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

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

.comments li {
  margin-bottom: 1.5rem;
  border-radius: .3rem;
}

.comments li ul {
  padding: 1rem;
  background-color: #f8f8f8;
  border-radius: .3rem;
  margin-left: 20px;
  list-style: none;
}

[dir="rtl"] .comments li ul {
  margin-left: 0;
  margin-right: 48px;
}

.comments li ul li {
  margin-bottom: 0;
}

.comment-avatar {
  width: 48px;
  height: 48px;
  float: left;
}

[dir="rtl"] .comment-avatar {
  float: right;
}

.comment-avatar img {
  border-radius: 50%;
}

.comment-content {
  padding: 0.625rem 0;
  margin-left: 4rem;
}

[dir="rtl"] .comment-content {
  margin-left: 0;
  margin-right: 4rem;
}

.comments li ul li .comment-content {
  padding: 0.625rem 0 0;
}

.comment-meta {
  font-size: 0.9rem;
  color: #999;
}


/* Contact
============================================= */

.contact-form {
  margin-bottom: 60px;
}

.form-control,
.form-control:focus {
  color: #999;
  border-color: #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.form-control {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  border-color: #e1e1e1;
  border-width: 0 0 2px;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 0;
}

.form-control::-webkit-input-placeholder {
  color: currentColor;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: currentColor;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: currentColor;
}

.form-control:-ms-input-placeholder {
  color: currentColor;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

label {
  margin-bottom: 0;
}

.form-group label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
  font-size: 0;
}

.row .form-group label {
  left: 15px;
  width: calc(100% - 30px);
}

.form-group label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: currentColor;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

[dir="rtl"] .form-group label::after {
  left: auto;
  right: 0;
}

.form-group .form-control:focus + label::after {
  width: 100%;
}

.send-status {
  padding: 0 15px;
}

.send-status > p {
  display: none;
  margin: 0 0 2rem;
  padding: 0.5rem 1.25rem;
}

.contact-info > div {
  padding-bottom: 1rem;
}

.contact-info span {
  display: block;
}

.contact-info p {
  font-weight: 700;
  margin-bottom: 0;
}
.wpcf7-submit{
  height: auto !important;
}


/* google maps */
.mapouter{
	height: 100% !important;
	width: 100% !important;
}
.google-maps, .gmap_canvas {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
}
.google-maps iframe, .gmap_canvas iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}



/* Color Switch [for demonstration purpose only || it's removed completely in the download package] */
body.home.nonav {
  min-height: 100vh;
  height: 100vh;
}

body.home.nonav .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 500px) {
body.home.nonav .col-sm {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
}
body.home.nonav .col,
body.home.nonav .col-sm { border: 1px solid transparent; }

.preview-thumbnail {
  max-width: 128px;
  margin: 0 auto;
  box-shadow: -1em 2em 4em rgba(0, 0, 0, 0.25), 1em -1em 3em rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
.preview-thumbnail {
  max-width: 256px;
}
}

.preview-thumbnail.rtl {
  box-shadow: 1em 2em 4em rgba(0, 0, 0, 0.25), -1em -1em 3em rgba(255, 255, 255, 0.2);
}

.preview-content {
  margin: 1rem 0 2rem;
}

.preview-content.rtl {
  margin: 1rem 0 0;
}

@media (min-width: 500px) {
.preview-content {
  margin: 1rem 0 0;
}
}

@media (min-width: 768px) {
.preview-content,
.preview-content.rtl {
  margin: 2rem 0 0;
}
}

h4.preview-title {
  font-size: 1rem;
  text-transform: capitalize;
}

/* styleswitch [for demonstration purposes only] */
.customizer {
  position: fixed;
  top: 35%;
  left: 0;
  z-index: 999;
  -webkit-transform: translate(-100%,-50%);
  transform: translate(-100%,-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
.customizer {
  top: 50%;
}
}

[dir="rtl"] .customizer {
  left: auto;
  right: 0;
  -webkit-transform: translate(100%,-50%);
  transform: translate(100%,-50%);
}

[dir="rtl"] .customizer.active,
.customizer.active {
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.customizer-toggler {
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: -60px;
  width: 60px;
  height: 60px;
  background: #fff;
  cursor: pointer;
}

[dir="rtl"] .customizer-toggler {
  left: -60px;
  right: auto;
}

.customizer-toggler .icon {
  font-size: 2rem;
  line-height: 60px;
  text-align: center;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.customizer-toggler .icon:before {
  content: "\f4a7";
  line-height: 60px;
  width: 60px;
  height: 60px;
}

#options {
  position: relative;
  width: 169px;
  background: #fff;
}

.options-title {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 60px;
}

.options-item {
  padding: 0 1.5rem 1rem;
}

#options-colors li {
  float: left;
  list-style: none;
}

#options-colors a {
  display: block;
  height: 30px;
  width: 30px;
  margin: 0 5px 10px;
}

.red a {
  background: #db0018;
}

.red-2 a {
  background: #ff0000;
}

.green a {
  background: #00cc66;
}

.green-2 a {
  background: #009966;
}

.blue a {
  background: #00bfff;
}

.blue-2 a {
  background: #0099ff;
}

.yellow a {
  background: #ead22d;
}

.yellow-2 a {
  background: #ffc200;
}

.orange a {
  background: #ff6900;
}

.gold a {
  background: #996600;
}

.pink a {
  background: #ff3e91;
}

.purple a {
  background: #9b59b6;
}

.violet a {
  background: #7369b9;
}

.turquoise a {
  background: #34c5ba;
}

.brick a {
  background: #ff9966;
}

.black a {
  background: #222;
}

.white a {
  background: #ebe6e5;
}

@-webkit-keyframes spin {
  0% {
	-webkit-transform: rotate(0deg);
  }
	
	100% {
	-webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
  }
	
  100% {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
  }
}

/* Footer
============================================= */
.left-page .bb-custom-side-space-bottom{
  display: none !important;
}
.site-info{
  padding: 10px 5px;
  margin: 10px 0;
  display: block;
  border-top: 1px solid #009bdb;
  color: #333;
}
.site-info a{
  color: #009bdb;
}


/*-toggle Sidebar-*/
.toggle-button {
  position: fixed;
  width: 44px;
  height: 40px;
  padding: 4px;
  transition: 1.6s;
  -webkit-transition: 1.6s;
  -moz-transition: 1.6s;
  -o-transition: 1.6s;
  z-index: 15;
  margin: 1% 0 0 1%;
  background: rgba(0, 155, 219, 0.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 999999;
}
.toggle-button:hover {
  cursor: pointer;
}
.toggle-button .menu-bar {
  position: absolute;
  border-radius: 2px;
  width: 80%;
  transition: .5s;
}
.toggle-button .menu-bar-top {
  border: 4px solid #555;
  border-bottom: none;
  top: 6px;
}
.toggle-button .menu-bar-middle {
  height: 4px;
  border: 4px solid #555;
  border-bottom: none;
  margin-top: 7px;
  margin-bottom: 7px;
  top: 10px;
}
.toggle-button .menu-bar-bottom {
  border: 4px solid #555;
  border-top: none;
  top: 28px;
}
.button-open .menu-bar-top {
  transform: rotate(45deg) translate(8px, 8px);
  transition: .5s;
}
.button-open .menu-bar-middle {
  transform: translate(230px);
  transition: .1s ease-in;
  opacity: 0;
}
.button-open .menu-bar-bottom {
  transform: rotate(-45deg) translate(8px, -7px);
  transition: .5s;
}
.menu-wrap {
	background-color: #F7F7F7;
	position: fixed;
	top: 0;
	height: 100%;
	overflow: scroll;
	width: 280px;
	padding: 60px 10px 10px 10px;
	margin-left: -280px;
	font-size: 1em;
	font-weight: 700;
	overflow: auto;
	transition: .25s;
	z-index: 99999;
}
.menu-show {
	margin-left: 0;
}
.entry-footer{
  padding: 3% 0 15% 0;
  color: #009bdb;
}
@media (max-width: 992px) {
  .toggle-button{right: 2%;top: 9%;}
}
@media (max-width: 600px) {
  .home-page .main-raised{margin-left: 30px;margin-right: 30px;}
  .site-nav ul li a span{display: none;}
}

.pagination{
  margin-bottom: 10%;
}
.pagination .screen-reader-text{
  display: none;
}
.pagination a,.pagination span {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}
.pagination span{
	background-color: #009bdb;
	color: #FFF;
}
.pagination a:hover:not(span) {background-color: #ddd;}
.pagination span.dots{background-color: #FFF;color: #ccc;}
.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.bb-custom-side-bottom-padding{
  padding-bottom:30px;
  display:inline-block;
}