/*
Theme Name: Chobighor
Theme URI: http://demo.wphash.com/chobighor
Author: Hastech
Author URI: http://hastech.company/
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chobighor
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Chobighor is based on WPHash Starter theme http://wphash.com/.

*/


/*======= Section Title Styles =======*/
.section-title {
  margin-bottom: 30px;
  margin-top: -12px;
  padding: 0 23%;
}
.onepage-sidebar-area .section-title {
  margin: 0;
  padding: 0;
}
.section-title h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.section-title h2 span {
  color: #e51515;
}
.section-title p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color:#fff;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    padding: 0;
    margin-top: -8px;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .section-title p {
    font-size: 14px;
    line-height: 24px;
  }
}

/*======= Button Styles =======*/
a.pt-button, button.pt-button, .pt-button {
  display: inline-block;
  padding: 0 35px!important;
  height: 40px!important;
  line-height: 38px!important;
  color: #ffffff!important;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #ffffff!important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  font-size: 14px!important;
}
a.pt-button:hover, button.pt-button:hover, .pt-button:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #ffffff!important;
  color: #000000!important;
}
a.pt-button.pt-button--grey, button.pt-button.pt-button--grey, .pt-button.pt-button--grey {
  color: #d7d7d7;
  border-color: #d7d7d7;
}
a.pt-button.pt-button--grey:hover, button.pt-button.pt-button--grey:hover, .pt-button.pt-button--grey:hover {
  color: #000000;
}
a.pt-button.pt-button--theme, button.pt-button.pt-button--theme, .pt-button.pt-button--theme {
  background: #e51515!important;
  border-color: #e51515!important;
  color: #ffffff!important;
}
a.pt-button.pt-button--theme:hover, button.pt-button.pt-button--theme:hover, .pt-button.pt-button--theme:hover {
  background: #ffffff!important;
  color: #000000!important;
  border-color: #ffffff!important;
}
a.pt-button.pt-button--lg, button.pt-button.pt-button--lg, .pt-button.pt-button--lg {
  height: 50px!important;
  line-height: 50px!important;
  padding: 0 50px!important;
  font-size: 16px!important;
  width:auto!important;
}
a.pt-button.pt-button--md, button.pt-button.pt-button--md, .pt-button.pt-button--md {
  height: 45px;
  line-height: 45px;
  padding: 0 40px;
  font-size: 14px;
}
a.pt-button.pt-button--xs, button.pt-button.pt-button--xs, .pt-button.pt-button--xs {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 12px;
}
a.read-more {
  display: inline-block;
  font-size: 16px;
  line-height: 35px;
  color: #ffffff;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
}
a.read-more:after {
  position: absolute;
  left: calc(100% + 5px);
  content: "";
  top: 50%;
  height: 2px;
  width: 10px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a.read-more:hover {
  color: #e51515;
}
a.read-more:hover:after {
  background: #e51515;
  left: calc(100% + 10px);
}
a.video-play-button {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 2px solid #ffffff;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 28px;
  color: #ffffff;
}
a.video-play-button span {
  padding-left: 3px;
}
a.video-play-button:hover {
  color: #e51515;
  border-color: #e51515;
}
a.reply-button, button.reply-button {
  font-size: 12px;
  height: 24px;
  line-height: 22px;
  padding: 0 10px;
  display: inline-block;
  text-transform: uppercase;
  color: #d7d7d7;
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
a.reply-button:hover, button.reply-button:hover {
  color: #ffffff;
  background: #e51515;
  border-color: #e51515;
}

/*======= Breadcrumb Styles =======*/
.pt-breadcrumb h3 {
  font-size: 40px;
  letter-spacing: 12px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-breadcrumb[class*="ptb-"] {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-breadcrumb h3 {
    font-size: 32px;
    letter-spacing: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-breadcrumb h3 {
    font-size: 32px;
    letter-spacing: 7px;
  }
}
@media only screen and (max-width: 575px) {
  .pt-breadcrumb h3 {
    font-size: 30px;
    letter-spacing: 5px;
  }
}

/*======= Social Icons Styles =======*/
.social-icons ul {
  margin-bottom: 0;
}
.social-icons ul li {
  display: inline-block;
  padding: 0 14px;
}
.header-area .social-icons {
  height: 95px;
  line-height: 95px;
}
.header-style-3 .social-icons {
  height: 38px;
  line-height: 38px;
}
.header-style-4 .social-icons {
  height: 38px;
  line-height: 38px;
}
.social-icons ul li a {
  color: #000;
  display: inline-block;
  font-size: 15px;
}
.social-icons ul li:hover a {
  color: #e51515;
}
.social-icons ul li:first-child {
  padding-left: 0;
}
.social-icons ul li:last-child {
  padding-right: 0;
}
.social-icons ul li:hover a.facebook {
  color: #3B5998;
}
.social-icons ul li:hover a.instagram,.content-socials a:hover i.fa-instagram {
  color: #5D4BCB !important;
}
.social-icons ul li:hover a.twitter,.content-socials a:hover i.fa-twitter {
  color: #00ACEE !important;
}
.social-icons ul li:hover a.google-plus {
  color: #DD4B39;
}
.social-icons ul li:hover a.pinterest, .content-socials a:hover i.fa-pinterest {
  color: #C8232C;
}
.social-icons ul li:hover a.linkedin, .content-socials a:hover i.fa-linkedin {
  color: #0E76A8!important;
}
.social-icons ul li.flickr:hover a {
  color: #FF0084;
}
.social-icons ul li.dribbble:hover a {
  color: #EA4C89;
}
.social-icons ul li.google:hover a {
  color: #DD4B39;
}
.social-icons ul li:hover a.skype {
  color: #00AFF0;
}
.social-icons ul li.youtube:hover a {
  color: #C4302B;
}
.social-icons ul li.vimeo:hover a {
  color: #86C9EF;
}
.social-icons ul li.yahoo:hover a {
  color: #720E9E;
}
.social-icons ul li.paypal:hover a {
  color: #00588B;
}
.social-icons.social-icons--white ul li a {
  color: #ffffff;
}
.social-icons.social-icons--rounded ul li {
  padding: 0 8px;
}
.social-icons.social-icons--rounded ul li a {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 14px;
}
.social-icons.social-icons--rounded ul li:hover a {
  background: #e51515;
  color: #ffffff;
  border-color: #e51515;
}

/*======= Slider elements styles =======*/
.slider-navigtion-style-1 {
  position: relative;
}
.slider-navigtion-style-1 .owl-nav > div {
  position: absolute!important;
  top: 50%!important;
  margin-top: -25px!important;
  height: 50px!important;
  width: 50px!important;
  display: inline-block!important;
  text-align: center!important;
  line-height: 50px!important;
  border: 1px solid #999999!important;
  color: #999999!important;
  -webkit-border-radius: 100%!important;
  -moz-border-radius: 100%!important;
  -ms-border-radius: 100%;
  -o-border-radius: 100%!important;
  border-radius: 100%!important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s!important;
  -moz-transition: all 0.3s ease-in-out 0s!important;
  -ms-transition: all 0.3s ease-in-out 0s!important;
  -o-transition: all 0.3s ease-in-out 0s!important;
  transition: all 0.3s ease-in-out 0s!important;
  background:transparent!important;
}
.slider-navigtion-style-1 .owl-nav > div:hover {
  color: #e51515!important;
  border-color: #e51515!important;
}
.slider-navigtion-style-1 .owl-nav .owl-prev {
  left: 2%;
  right: auto;
}
.slider-navigtion-style-1 .owl-nav .owl-next {
  right: 2%;
  left: auto;
}
.slider-navigtion-style-1:hover .owl-nav > div {
  visibility: visible;
  opacity: 1;
}
.slider-navigtion-style-1:hover .owl-nav .owl-prev {
  left: 3.65%;
}
.slider-navigtion-style-1:hover .owl-nav .owl-next {
  right: 3.65%;
}
.slider-navigation-style-2 {
  position: relative;
}
.slider-navigation-style-2 .owl-nav {
  width: 100%;
  position: absolute;
  bottom: 90px;
  left: 50%;
  text-align: right;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider-navigation-style-2 .owl-nav > div {
  display: inline-block;
  text-align: right;
  line-height: 35px;
  height: 35px;
  font-size: 24px;
  margin: 0 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #fff;
}
.slider-navigation-style-2 .owl-nav > div:first-child {
  margin-left: 0;
}
.slider-navigation-style-2 .owl-nav > div:last-child {
  margin-right: 0;
}
.slider-navigation-style-2 .owl-nav > div:hover {
  color: #e51515;
  border-color: #e51515;
}
.slider-navigtion-style-3 {
  position: relative;
}
.onepage--fluid .slider-navigtion-style-3 {
  padding: 0 85px;
  position: relative;
}
.slider-navigtion-style-3 .owl-nav > div {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.slider-navigtion-style-3 .owl-nav > div:hover {
  color: #ffffff;
  background: #e51515;
}
.slider-navigtion-style-3 .owl-nav .owl-prev {
  left: 2%;
  right: auto;
}
.slider-navigtion-style-3 .owl-nav .owl-next {
  right: 2%;
  left: auto;
}
.slider-navigtion-style-3:hover .owl-nav > div {
  visibility: visible;
  opacity: 1;
}
.slider-navigtion-style-3:hover .owl-nav .owl-prev {
  left: 3.65%;
}
.slider-navigtion-style-3:hover .owl-nav .owl-next {
  right: 3.65%;
}
.onepage--fluid .slider-navigtion-style-3:hover .owl-nav .owl-prev {
  left: 7.65%;
}
.onepage--fluid .slider-navigtion-style-3:hover .owl-nav .owl-next {
  right: 7.65%;
}
.slider-dots-style-1 {
  position: relative;
}
.slider-dots-style-1 .owl-dots {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: calc(100% + 15px);
  text-align: center;
}
.slider-dots-style-1 .owl-dots .owl-dot {
  margin: 0 5px;
  display: inline-block;
  height: 12px;
  width: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.slider-dots-style-1 .owl-dots .owl-dot:first-child {
  margin-left: 0;
}
.slider-dots-style-1 .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.slider-dots-style-1 .owl-dots .owl-dot.active, .slider-dots-style-1 .owl-dots .owl-dot:hover {
  background: #e51515;
}
@media only screen and (max-width: 767px) {
  .slider-navigtion-style-3 .owl-nav > div {
    margin-top: -17px;
    height: 35px;
    width: 35px;
    line-height: 38px;
  }
}

/*======= Breadcrumb Styles =======*/
.pt-pagination {
  margin-top: 60px;
  margin-bottom: 0; }
.pt-pagination ul {
margin-bottom: 0; }
.pt-pagination ul li {
  display: inline-block;
  padding: 0 6px; }
.pt-pagination ul li a {
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #999999;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	font-size: 16px;
	font-weight: 500;
	color: #999999; }
.pt-pagination ul li a:hover {
  color: #ffffff;
  background: #e51515;
  border-color: #e51515; }
.pt-pagination ul li:first-child {
  padding-left: 0; }
.pt-pagination ul li:last-child {
  padding-right: 0; }

/*======= Testimoial & Partners Styles =======*/
.testimonials .testimonial .testimonial__text {
  font-size: 20px;
  line-height: 38px;
  font-weight: 400;
  margin-bottom: 24px;
}
.testimonials .testimonial .testimonial__author h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}
.testimonials .testimonial .testimonial__author h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0;
}
.testimonials .testimonial .testimonial__author h5 a {
  color: #ffffff;
}
.testimonials .testimonial .testimonial__author h5 a:hover {
  color: #e51515;
}
.partners .partner {
  min-height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.partners .partner a img {
  width: auto !important;
  max-width: 100%;
}

/*======= Team area styles =======*/
.team {
  margin-top: 30px;
}
.team .team__image img {
  width: 100%;
}
.team .team__content {
  margin-top: 20px;
}
.team .team__content h4 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}
.team-area div.content-title {
  letter-spacing: 2px;
}

/*======= Single Portfolio =======*/
.single-portfolio {
  padding: 120px 0;
}
.single-portfolio h5.single-portfolio__title {
  margin-top: -5px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
  line-height: 22px; }
.single-portfolio h5.single-portfolio__title:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 30px;
	background: #e51515; }
.single-portfolio h5.single-portfolio__title.text-center:before {
	left: 50%;
	margin-left: -15px; }
.single-portfolio h5.single-portfolio__title.text-right:before {
	left: auto;
	right: 0;
	margin-left: 0px; }
.single-portfolio .single-portfolio__about p {
  line-height: 26px; }
.single-portfolio .single-portfolio__about p:last-child {
  margin-bottom: 0; }
ul.style--icon li {
  font-size: 16px;
  line-height: 32px;
  padding-left: 30px;
  position: relative;
  list-style: outside none none;
}
ul.style--icon li::before {
  content: "";
  font-family: "themify";
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.single-portfolio .single-portfoio__info ul li span {
  font-weight: 500; }
.single-portfolio .single-portfolio__overview p {
  line-height: 26px; }
.single-portfolio .single-portfolio__overview p:last-child {
  margin-bottom: 0; }

/*======= Breadcrumb Styles =======*/
h5.blog__title {
  margin-top: -5px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
  line-height: 22px; }
h5.blog__title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 30px;
    background: #e51515; }
h5.blog__title.text-center:before {
    left: 50%;
    margin-left: -15px; }
h5.blog__title.text-right:before {
    left: auto;
    right: 0;
    margin-left: 0px; }
.bp-blog {
  margin-right: 30px; }
.bp-blog .bp-blog__titleline {
padding-bottom: 25px;
margin-top: -8px; }
.bp-blog .bp-blog__titleline h5 {
  font-size: 20px; }
.bp-blog .bp-blog__titleline span a {
  font-size: 12px;
  font-size: 500;
  color: #ffffff; }
.bp-blog .bp-blog__titleline span a:hover {
color: #e51515; }
.bp-blog .bp-blog__content {
padding-top: 45px; }
.bp-blog .bp-blog__content p {
  font-size: 16px;
  margin-bottom: 38px;
  line-height: 27px; }
.bp-blog .bp-blog__content blockquote {
  margin-bottom: 38px; }
.bp-blog .bp-blog__content .bp-blog__content__image {
  margin-bottom: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7px;
  margin-right: -7px; }
.bp-blog .bp-blog__content .bp-blog__content__image .single-image {
width: 50%;
padding: 0 7px; }
.bp-blog__bottomline {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.bp-blog__bottomline .bp-blog__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
.bp-blog__bottomline .bp-blog__tags h5 {
text-transform: uppercase;
margin: 0;
font-size: 16px;
font-weight: 500;
letter-spacing: 0.1px; }
.bp-blog__bottomline .bp-blog__tags ul li {
display: inline-block;
margin: 0;
padding-left: 5px; }
.share__content ul {
  margin: 0!important;
}
.bp-blog__bottomline .bp-blog__tags ul li::after {
  content: ",";
  margin: 0;
  padding-left: 5px;
}
.bp-blog__tags > ul {
  margin: 0!important;
}
.bp-blog__bottomline .bp-blog__tags ul li:last-child:after {
  display: none; }
.bp-blog__bottomline .bp-blog__tags ul li a {
  color: #ffffff;
  text-transform: capitalize;
}
.bp-blog__bottomline .bp-blog__tags ul li a:hover {
	color: #e51515; }
.bp-blog__bottomline .bp-blog__share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
.bp-blog .bp-blog__bottomline .bp-blog__share .share__content__wrap a.share-toggle {
margin-right: 10px;
font-weight: 500;
color: #ffffff;
font-size: 16px;
text-transform: capitalize; }
.bp-blog .bp-blog__bottomline .bp-blog__share .share__content__wrap a.share-toggle span {
  padding-right: 5px; }
.bp-blog .bp-blog__bottomline .bp-blog__share > a {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
font-weight: 500;
color: #ffffff;
font-size: 16px; }
.bp-blog .bp-blog__bottomline .bp-blog__share > a span {
  padding-right: 5px; }
.bp-blog .bp-blog__bottomline .bp-blog__share > a:hover {
  color: #e51515; }
.bp-blog .bp-blog__author {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
padding-top: 20px; }
.bp-blog .bp-blog__author .single-author {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
margin-top: 30px; }
.bp-blog .bp-blog__author .single-author .single-author__image {
height: 70px;
width: 70px;
overflow: hidden;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
margin-right: 20px;
margin-top: 8px; }
.bp-blog .bp-blog__author .single-author .single-author__content {
padding-right: 20px;
-webkit-flex-shrink: 10;
-moz-flex-shrink: 10;
-ms-flex-negative: 10;
flex-shrink: 10; }
.bp-blog .bp-blog__author .single-author .single-author__content h5 {
  margin-bottom: 5px; }
.bp-blog .bp-blog__author .single-author .single-author__content p {
  margin-bottom: 7px; }
.bp-blog .bp-blog__author .single-author .single-author__content .social-icons ul li a {
  font-size: 12px; }
.bp-blog .bp-blog__comment .bp-comment-box {
margin-top: 55px; }
.bp-blog .bp-blog__comment .bp-comment-box h5.blog__title {
margin-bottom: 10px; }
.bp-blog .bp-blog__comment .bp-comment-box .single-input {
margin-top: 30px; }
.bp-blog .bp-blog__comment .bp-comment-box .single-input input {
height: 50px;
line-height: 50; }
.bp-blog .bp-blog__comment .bp-comment-box .single-input input, .bp-blog .bp-blog__comment .bp-comment-box .single-input textarea {
background: transparent;
color: #e3e3e3;
outline: none;
border: 1px solid #999999; }
.bp-blog .bp-blog__comment .bp-comment-box .single-input input:focus, .bp-blog .bp-blog__comment .bp-comment-box .single-input textarea:focus {
border: 1px solid #e51515;
outline: none; }
.bp-blog .bp-blog__comment .bp-comments {
margin-top: 55px;
padding-bottom: 30px; }
.bp-blog .bp-blog__comment .bp-comments .bp-comment {
margin-top: 40px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex; }
.bp-blog .bp-blog__comment .bp-comments .bp-comment .bp-comment__image {
height: 100px;
width: 100px;
overflow: hidden;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%; }
.bp-blog .bp-blog__comment .bp-comments .bp-comment .bp-comment__content {
padding-left: 30px;
-webkit-flex-shrink: 10;
-moz-flex-shrink: 10;
-ms-flex-negative: 10;
flex-shrink: 10; }
.bp-blog .bp-blog__comment .bp-comments .bp-comment .bp-comment__content .bp-comment__content__top {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between; }
.bp-blog .bp-blog__comment .bp-comments .bp-comment .bp-comment__content .bp-comment__content__top .bp-comment__content__title {
padding-right: 30px;
margin-bottom: 12px; }
.bp-blog .bp-blog__comment .bp-comments .bp-comment .bp-comment__content .bp-comment__content__top .bp-comment__content__title h5 {
font-weight: 500;
margin-bottom: 0; }
.bp-blog .bp-blog__comment .bp-comments .bp-comment .bp-comment__content .bp-comment__content__top .bp-comment__content__title h5 a {
color: #ffffff; }
.bp-blog .bp-blog__comment .bp-comments .bp-comment .bp-comment__content .bp-comment__content__top .bp-comment__content__title h5 a:hover {
  color: #e51515; }
.bp-blog .bp-blog__comment .bp-comments .bp-comment .bp-comment__content p {
font-weight: 400;
font-size: 14px; }
.bp-blog .bp-blog__comment .bp-comments .bp-comment.reply {
margin-left: 100px; }
.gallery-area {
  display: inline;
  position: relative;
}
.bp-blog__related-post {
margin-top: 55px; }
.bp-blog__related-post .blog {
margin-top: 30px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bp-blog {
    margin-right: 0; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bp-blog {
    margin-right: 0; } }
@media only screen and (max-width: 767px) {
.bp-blog {
margin-right: 0; }
.bp-blog .bp-blog__author {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .bp-blog .bp-blog__author .single-author {
	width: 100%; }
.bp-blog .bp-blog__comment .bp-comments .bp-comment.reply {
  margin-left: 50px; }
.bp-blog .bp-blog__comment .bp-comments .bp-comment .bp-comment__content {
  padding-left: 20px; } }
@media only screen and (max-width: 575px) {
.bp-blog .bp-blog__author {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.bp-blog .bp-blog__author .single-author {
width: 100%; }
.bp-blog .bp-blog__comment .bp-comments .bp-comment {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.bp-blog .bp-blog__comment .bp-comments .bp-comment .bp-comment__content {
margin-top: 20px;
padding-left: 0px; }
.bp-blog .bp-blog__comment .bp-comments .bp-comment .bp-comment__content .bp-comment__content__reply {
padding-top: 8px; } }

/*======= Service Styles =======*/

.services .service {
  padding: 30px 15px 0;
}
.services .service .service__inner {
  padding: 30px 35px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.services .service .service__inner .service__icon {
  margin-bottom: 25px;
  position: relative;
}
.services .service .service__inner .service__icon span {
  position: relative;
  font-size: 52px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  color:#fff;
}
.services .service .service__inner .service__icon span:first-child {
  opacity: 1;
}
.services .service .service__inner .service__icon span:last-child {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.services .service .service__inner .service__content h4 {
  font-size: 22px;
  font-weight: 400;
  display: block;
  position: relative;
  padding-bottom: 13px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color:#fff;
}
.services .service .service__inner .service__content h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.services .service .service__inner .service__content p {
  margin-top: 12px;
  margin-bottom: 0;
  color:#fff;
}
.services .service .service__inner:hover {
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}
.services .service .service__inner:hover .service__icon span {
  background: -webkit-linear-gradient(90deg, #e51515 0%, #c60de1 100%);
  background: -moz-linear-gradient(90deg, #e51515 0%, #c60de1 100%);
  background: -ms-linear-gradient(90deg, #e51515 0%, #c60de1 100%);
  background: -o-linear-gradient(90deg, #e51515 0%, #c60de1 100%);
  background: linear-gradient(90deg, #e51515 0%, #c60de1 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgb(229, 21, 21), endColorstr=rgb(198,13,225));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=rgb(229, 21, 21), endColorstr=rgb(198,13,225))";
}
.services .service .service__inner:hover .service__icon span:first-child {
  opacity: 0;
}
.services .service .service__inner:hover .service__icon span:last-child {
  opacity: 1;
}
.services .service .service__inner:hover .service__content h4 {
  color: #e51515;
}
.services .service .service__inner:hover .service__content h4:before {
  width: 100%;
  background: #e51515;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services {
    margin: 0;
  }
  .services .service {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services {
    margin: 0;
  }
  .services .service {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 767px) {
  .services {
    margin: 0;
  }
  .services .service {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 575px) {
  .services .service {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}


/*======= Process Styles =======*/
.process-img {
  padding: 0 15px;
  align-self: baseline;
}
.process-wrapper {
    position: relative
}
.process-wrapper::before {
    background: #e51515 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    width: 2px;
}
.process-img::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid rgba(0, 0, 0, 0);
    content: "";
    margin-top: -9px;
    position: absolute;
    top: 50%;
}
.process-wrapper .row:nth-child(2n) .process-img::before {
    border-left: 15px solid #e51515;
    left: 0;
}
.process-wrapper .row:nth-child(2n+1) .process-img::before {
    border-right: 15px solid #e51515;
    right: 0;
}
.process-text h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 20px;
}
.process-text span {
    color: #fff;
    display: block;
    margin-bottom: 13px;
}
.process-text p {
    color: #fff;
    line-height: 21px;
    margin: 0;
	font-size:16px;
}
.process-single {
  overflow: hidden;
  padding: 30px 0;
}
.process-text {
  padding-left: 15px;
  padding-right: 15px;
}
.process__image__inner {
  display: inline-block;
  min-height: 120px;
  min-width: 120px;
  height: 120px;
  width: 120px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .process-wrapper::before {
	  left: 0;
	}
	.process-img {
	  text-align: left;
	}
	.process__image__inner {
	  height: 90px;
	  min-height: 90px;
	  min-width: 90px;
	  width: 90px;
	}
	.process-wrapper .row:nth-child(2n+1) .process-img::before {
	  left: 15px;
	  right: auto;
	  transform: rotate(175deg);
	}
	.process-wrapper .row:nth-child(2) .process-single {
	  padding: 0;
	}
	.process-img {
	  padding: 0 25px;
	}
	.process-text {
	  margin-left: 15px;
	}
	.process-text h4 {
	  margin: 10px 0 20px;
	}
}
@media only screen and (max-width: 575px) {
  .process-wrapper::before {
	  left: 0;
	}
	.process-img {
	  text-align: left;
	}
	.process__image__inner {
	  height: 90px;
	  min-height: 90px;
	  min-width: 90px;
	  width: 90px;
	}
	.process-wrapper .row:nth-child(2n+1) .process-img::before {
	  left: 15px;
	  right: auto;
	  transform: rotate(175deg);
	}
	.process-wrapper .row:nth-child(2) .process-single {
	  padding: 0;
	}
	.process-img {
	  padding: 0 25px;
	}
	.process-text {
	  margin-left: 15px;
	}
	.process-text h4 {
	  margin: 10px 0 20px;
	}
}

/*======= Pricebox Styles =======*/
.pricebox {
  background: #222429;
  padding: 50px 30px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pricebox .pricebox__header .pricebox__title {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 32;
  font-weight: 400;
  padding-bottom: 12px;
}
.pricebox .pricebox__header span {
  font-size: 50px;
}
.pricebox .pricebox__header .pricebox__price {
  margin-top: 22px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 32;
  font-weight: 400;
}
.pricebox .pricebox__body ul {
  padding: 10px 0;
}
.pricebox .pricebox__body ul li {
  line-height: 35px;
}
.pricebox:hover {
  -webkit-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.2);
  background: #25282e;
}
.pricebox.suggest {
  background: #25282e;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.pricebox.suggest .pricebox__footer a.pt-button {
  background: #ffffff;
  color: #000000;
}

/*======= Portfolio =======*/
 .portfolio-area .no-gutter {
  padding: 0;
}
.portfolio-area .no-gutter .portfolio {
  margin-bottom: 0;
} 
.portfolios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.5px;
  margin-right: -2.5px; }
.portfolios .portfolio .portfolio__inner {
position: relative;
margin: 0 2.5px;
margin-bottom: 5px; }
.portfolios .portfolio .portfolio__inner .portfolio__image {
position: relative; }
.portfolios .portfolio .portfolio__inner .portfolio__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: -webkit-linear-gradient(90deg, #e51515 0%, #c60de1 100%);
  background: -moz-linear-gradient(90deg, #e51515 0%, #c60de1 100%);
  background: -ms-linear-gradient(90deg, #e51515 0%, #c60de1 100%);
  background: -o-linear-gradient(90deg, #e51515 0%, #c60de1 100%);
  background: linear-gradient(90deg, #e51515 0%, #c60de1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgb(229, 21, 21), endColorstr=rgb(198,13,225));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=rgb(229, 21, 21), endColorstr=rgb(198,13,225))";
  opacity: 0.5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
.portfolios .portfolio .portfolio__inner .portfolio__content {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
padding: 20px;
z-index: 3;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
.portfolios .portfolio .portfolio__inner .portfolio__content .portfolio-zoom-trigger a {
  font-size: 36px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  visibility: hidden;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.portfolios .portfolio .portfolio__inner .portfolio__content .portfolio-zoom-trigger a:hover {
color: #ffffff;
opacity: .9; }
.portfolios .portfolio .portfolio__inner .portfolio__content .portfolio__content__text {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
position: absolute;
left: 20px;
bottom: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out 0.2s;
-moz-transition: all 0.3s ease-in-out 0.2s;
-ms-transition: all 0.3s ease-in-out 0.2s;
-o-transition: all 0.3s ease-in-out 0.2s;
transition: all 0.3s ease-in-out 0.2s;
width: calc( 100% - 40px ); }
.portfolios .portfolio .portfolio__inner .portfolio__content .portfolio__content__text h5 {
margin-bottom: 0;
margin-top: 0;
padding-right: 15px;
line-height: 21px;
width: calc( 100% - 75px); }
.portfolios .portfolio .portfolio__inner .portfolio__content .portfolio__content__text a {
letter-spacing: 0.1px;
font-weight: 500;
text-transform: uppercase;
text-decoration: none;
color: #ffffff; }
.portfolios .portfolio .portfolio__inner .portfolio__content .portfolio__content__text a span {
padding-right: 5px; }
.portfolios .portfolio .portfolio__inner .portfolio__content .portfolio__content__text a:hover {
color: #ffffff; }
.portfolios .portfolio .portfolio__inner .portfolio__content .portfolio__content__text .share__content__wrap {
text-align: right;
width: 75px; }
.portfolios .portfolio .portfolio__inner .portfolio__content .portfolio__content__text .share__content__wrap .share__content {
right: 0;
left: auto;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0); }
.portfolios .portfolio .portfolio__inner .portfolio__content .portfolio__content__text .share__content__wrap .share__content:before {
left: auto;
right: 25px; }
.portfolios .portfolio .portfolio__inner:hover .portfolio__image:before {
visibility: visible;
opacity: 0.5; }
.portfolios .portfolio .portfolio__inner:hover .portfolio__content {
visibility: visible;
opacity: 1; }
.portfolios .portfolio .portfolio__inner:hover .portfolio__content .portfolio-zoom-trigger a {
  visibility: visible;
  opacity: 1;
  margin-top: 0; }
.portfolios .portfolio .portfolio__inner:hover .portfolio__content .portfolio__content__text {
  visibility: visible;
  opacity: 1;
  bottom: 20px; }


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolios .portfolio .portfolio__image img {
      width: 100%; } }
@media only screen and (max-width: 767px) {
    .portfolios .portfolio .portfolio__image img {
      width: 100%; }
    .portfolios .portfolio .portfolio__inner {
      margin-bottom: 30px; }
    .portfolios .portfolio:last-child .portfolio__inner {
      margin-bottom: 0; } }
@media only screen and (max-width: 575px) {
  .portfolios .portfolio {
    width: 100%;
    margin-left: 0; } }
.portfolio-filter {
  margin-bottom: 70px; }
.portfolio-filter .port-menu {
display: inline-block;
outline: none;
border: none;
color: #ffffff;
margin: 0 15px;
padding: 0 5px;
text-transform: uppercase;
background: transparent;
background-color: transparent;
letter-spacing: 1px;
cursor: pointer;
font-size: 14px;
height: 22px;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
position: relative; }
.portfolio-filter .port-menu span {
  position: relative; }
.portfolio-filter .port-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 50%;
  background: #e51515;
  width: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
.portfolio-filter .port-menu.is-checked:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1); }
.portfolio-filter .port-menu:hover {
  opacity: 0.8; }
.portfolio-filter .port-menu:focus, .portfolio-filter .port-menu:active {
  outline: none;
  border: none; }
.portfolios.layout-2 {
  margin-left: -15px;
  margin-right: -15px; }
.portfolios.layout-2 .portfolio .portfolio__inner {
position: relative;
margin: 0 15px;
margin-bottom: 30px; }
.col-md-4.col-sm-4.col-xs-3.grid-item {
  padding: 0;
}
.portfolios.layout-2 .portfolio .portfolio__inner .portfolio__content {
padding: 30px; }
.portfolios.layout-2 .portfolio .portfolio__inner .portfolio__content .portfolio__content__text {
  left: 30px;
  width: calc( 100% - 60px ); }
.portfolios.layout-2 .portfolio .portfolio__inner:hover .portfolio__content .portfolio__content__text {
bottom: 30px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-filter .port-menu {
    margin: 0 12px; }
 }
@media only screen and (max-width: 767px) {
.portfolio-filter {
text-align: center; }
.portfolio-filter .port-menu {
  display: block;
  width: 100%;
  margin: 10px 0; }
  .portfolio-filter .port-menu span {
	display: block;
	width: 100%; }
.portfolios.layout-2 .portfolio {
width: calc(100% - 60px);
margin-left: 30px;
margin-right: 30px; }
.portfolios.layout-2 .portfolio:last-child .portfolio__inner {
  margin-bottom: 0; } }
@media only screen and (max-width: 575px) {
.portfolios.layout-2 .portfolio {
width: 100%;
margin-left: 0px;
margin-right: 0px; } }
.gallery-portfolios .portfolio {
float: left;
overflow: hidden;
-webkit-transition: inherit;
-moz-transition: inherit;
-ms-transition: inherit;
-o-transition: inherit;
transition: inherit; }
.gallery-portfolios .portfolio .portfolio__inner {
position: relative; }
.gallery-portfolios .portfolio .portfolio__inner .portfolio__image {
cursor: pointer; }
.gallery-portfolios .portfolio .portfolio__inner .portfolio__image img {
max-width: 100%; }
.gallery-portfolios .portfolio .portfolio__inner .portfolio__content {
position: absolute;
left: 0;
bottom: -1px;
width: 100%;
padding: 25px 30px;
visibility: hidden;
opacity: 0;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
.gallery-portfolios .portfolio .portfolio__inner .portfolio__content h5, .gallery-portfolios .portfolio .portfolio__inner .portfolio__content h6 {
position: relative;
display: block;
width: 100%;
margin-bottom: 0;
color: #ffffff;
z-index: 2;
letter-spacing: 0.1px; }
.gallery-portfolios .portfolio .portfolio__inner .portfolio__content h5 {
font-size: 16px;
margin-top: 0;
font-weight: 500;
line-height: 22px; }
.gallery-portfolios .portfolio .portfolio__inner .portfolio__content h5 a {
  color: #ffffff; }
  .gallery-portfolios .portfolio .portfolio__inner .portfolio__content h5 a:hover {
	opacity: 0.9; }
.gallery-portfolios .portfolio .portfolio__inner .portfolio__content h6 {
font-size: 14px;
margin-top: 0;
font-weight: 400; }
.gallery-portfolios .portfolio .portfolio__inner .portfolio__content:before {
content: "";
position: absolute;
height: 100%;
width: 100%;
opacity: .5;
left: 0;
bottom: 0;
background: -webkit-linear-gradient(90deg, #e51515 0%, #c60de1 100%);
background: -moz-linear-gradient(90deg, #e51515 0%, #c60de1 100%);
background: -ms-linear-gradient(90deg, #e51515 0%, #c60de1 100%);
background: -o-linear-gradient(90deg, #e51515 0%, #c60de1 100%);
background: linear-gradient(90deg, #e51515 0%, #c60de1 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgb(229, 21, 21), endColorstr=rgb(198,13,225));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=rgb(229, 21, 21), endColorstr=rgb(198,13,225))";
z-index: 1; }
.gallery-portfolios .portfolio:hover .portfolio__inner .portfolio__content {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }

@media only screen and (max-width: 767px) {
  .gallery-portfolios .portfolio {
    width: 100%; } }
/*======= Pie Styles =======*/
.pies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.pies .pie .pie-chart {
  position: relative;
}
.pies .pie .pie-chart canvas {
  height: 175px;
  width: 175px;
}
.pies .pie .pie-chart span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #ffffff;
  font-weight: 300;
}
.pies .pie .pie__content {
  text-align: center;
}
.pies .pie .pie__content h5 {
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 0;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pies {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pies .pie {
    width: 50%;
    text-align: center;
    margin-top: 30px;
  }
  .pies .pie:first-child {
    margin-top: 0;
  }
  .pies .pie:nth-child(2) {
    margin-top: 0;
  }
  .pies .pie .pie__content h5 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pies {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pies .pie {
    width: 50%;
    text-align: center;
    margin-top: 30px;
  }
  .pies .pie:first-child {
    margin-top: 0;
  }
  .pies .pie:nth-child(2) {
    margin-top: 0;
  }
  .pies .pie .pie__content h5 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .pies .pie {
    width: 100%;
  }
}

/*======= Navigation Styles =======*/
nav.menu.navbar {
padding: 0; }
nav.menu.navbar button.navbar-toggler {
border: 1px solid #000000;
margin-bottom: 28px;
padding: 8px 12px; }
nav.menu.navbar ul.navbar-nav {
margin-bottom: 0; }
nav.menu.navbar ul.navbar-nav li {
padding: 0 14px;
display: inline-block; }
nav.menu.navbar ul.navbar-nav li a {
display: inline-block;
text-transform: uppercase;
color: #000;
padding: 35px 0;
font-weight: 500;
font-size: 14px;
position: relative; }
nav.menu.navbar ul.navbar-nav li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  margin-top: 10px;
  height: 2px;
  width: 20px;
  background: -webkit-linear-gradient(990deg, #e51515 0%, #c60de1 100%);
  background: -moz-linear-gradient(990deg, #e51515 0%, #c60de1 100%);
  background: -ms-linear-gradient(990deg, #e51515 0%, #c60de1 100%);
  background: -o-linear-gradient(990deg, #e51515 0%, #c60de1 100%);
  background: linear-gradient(990deg, #e51515 0%, #c60de1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgb(229, 21, 21), endColorstr=rgb(198,13,225));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=rgb(229, 21, 21), endColorstr=rgb(198,13,225))";
  -webkit-transition: transform 0.3s ease-in-out 0s;
  -moz-transition: transform 0.3s ease-in-out 0s;
  -ms-transition: transform 0.3s ease-in-out 0s;
  -o-transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
nav.menu.navbar ul.navbar-nav li a.dropdown-toggle:after {
  display: none; }
nav.menu.navbar ul.navbar-nav li:hover a {
color: #000; }
nav.menu.navbar ul.navbar-nav li:hover a:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
nav.menu.navbar ul.navbar-nav li:first-child {
padding-left: 0; }
nav.menu.navbar ul.navbar-nav li:last-child {
padding-right: 0px; }

@media only screen and (min-width: 992px) {
nav.menu.navbar ul.navbar-nav li.dropdown ul.dropdown-menu {
min-width: 250px;
margin-top: -1px;
padding: 15px 15px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-ms-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
-webkit-transform: translateY(15px);
-moz-transform: translateY(15px);
-ms-transform: translateY(15px);
-o-transform: translateY(15px);
transform: translateY(15px);
visibility: hidden;
opacity: 0;
display: block; }
nav.menu.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li {
padding: 0;
padding-left: 0;
display: block; }
nav.menu.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li a {
text-transform: inherit;
font-weight: 400;
font-size: 13px;
display: block;
padding: 5px 15px;
letter-spacing: 0;
color: #555555; }
nav.menu.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li a:before {
  display: none; }
nav.menu.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover {
  color: #000000;
  background: #f1f1f1; }
nav.menu.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li a:focus, nav.menu.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li a:active {
  background: #ffffff; }
nav.menu.navbar ul.navbar-nav li.dropdown ul.dropdown-menu.show {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
nav.menu.navbar ul.navbar-nav {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
nav.menu.navbar ul.navbar-nav li {
padding: 0 8px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
nav.menu.navbar {
margin-top: -38px; }
nav.menu.navbar ul.navbar-nav {
margin-bottom: 30px;
border-top: 1px solid #e1e1e1;
padding: 0;
background-color: #f1f1f1;
padding: 15px 30px; }
nav.menu.navbar ul.navbar-nav li {
padding: 0;
display: block; }
nav.menu.navbar ul.navbar-nav li a {
display: block;
padding: 5px 0; }
nav.menu.navbar ul.navbar-nav li a:before {
display: none; }
nav.menu.navbar ul.navbar-nav li:hover a {
color: #e51515; }
nav.menu.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li a {
padding: 5px 15px;
color: #000; }
nav.menu.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover {
color: #e51515; }
nav.menu.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li a:focus, nav.menu.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li a:active {
background: #ffffff; } }
@media only screen and (max-width: 767px) {
nav.menu.navbar {
margin-top: -38px; }
nav.menu.navbar ul.navbar-nav {
margin-bottom: 30px;
border-top: 1px solid #e1e1e1;
padding: 0;
background-color: #f1f1f1;
padding: 15px 30px; }
nav.menu.navbar ul.navbar-nav li {
padding: 0;
display: block; }
nav.menu.navbar ul.navbar-nav li a {
display: block;
padding: 5px 0; }
nav.menu.navbar ul.navbar-nav li a:before {
display: none; }
nav.menu.navbar ul.navbar-nav li:hover a {
color: #e51515; }
nav.menu.navbar ul.navbar-nav li.dropdown ul.dropdown-menu {
min-width: auto; }
nav.menu.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li a {
padding: 5px 15px;
color: #000; }
nav.menu.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover {
  color: #e51515; }
nav.menu.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li a:focus, nav.menu.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li a:active {
  background: #ffffff; } }
@media only screen and (max-width: 575px) {
nav.menu.navbar {
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-justify-content: flex-end;
justify-content: flex-end; } }
.header-area.header--light nav.menu.navbar button.navbar-toggler {
border: 1px solid #ffffff; }
.header-area.header--light nav.menu.navbar button.navbar-toggler span {
color: #ffffff; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area.header--light nav.menu.navbar ul.navbar-nav li a {
color: #000; }
.header-area.header--light nav.menu.navbar ul.navbar-nav li a:hover {
color: #e51515; } }
@media only screen and (max-width: 767px) {
.header-area.header--light nav.menu.navbar ul.navbar-nav li a {
color: #000; }
.header-area.header--light nav.menu.navbar ul.navbar-nav li a:hover {
color: #e51515; }
.header-area.header--light.sticky-header.sticky nav.menu.navbar ul.navbar-nav li a {
padding: 5px 0; } }

/*======= Header Styles =======*/
.header {
  padding: 0;
}
.header .logo a {
  display: inline-block;
}
.header-area.onepage-header-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  background: transparent;
  color: #ffffff;
  z-index: 10;
}
.header-area.header--light nav.menu.navbar ul.navbar-nav li a {
  color: #ffffff;
}
.header-area.sticky-header {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-area.sticky-header.sticky {
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-animation: fadeInDown 0.3s ease-in-out;
  -moz-animation: fadeInDown 0.3s ease-in-out;
  -ms-animation: fadeInDown 0.3s ease-in-out;
  -o-animation: fadeInDown 0.3s ease-in-out;
  animation: fadeInDown 0.3s ease-in-out;
}
.header-area.sticky-header.sticky nav.menu.navbar ul.navbar-nav li a {
  padding: 22px 0;
}
.header-area.sticky-header.sticky nav.menu.navbar ul.navbar-nav li ul.dropdown-menu li a {
  padding: 5px 15px;
}
.header-area.sticky-header.header--light.sticky {
  background: #000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    padding-top: 23px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding-top: 23px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .header .logo.text-center {
    text-align: left !important;
  }
  .header .social-icons {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
  }
  .header .social-icons ul {
    text-align: center;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  from {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  from {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/*======= Footer Styles =======*/
.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.footer .footer__copyright {
  width: 25%;
}
.footer .footer__copyright p.footer__copyright__text {
  margin-top: 15px;
  margin-bottom: 0;
  color:#fff;
}
.footer-two .footer__copyright p.footer__copyright__text:first-child {
  margin-top: 0;
}
.footer.footer-two .footer__copyright p.footer__copyright__text,.footer.footer-two .footer__contact ul li span,.footer.footer-two .footer__contact ul li {
  color:#000;
}
.footer.footer-two .footer__copyright p.footer__copyright__text a {
  color: #000;
}
.footer .footer__copyright p.footer__copyright__text a {
  color: #ffffff;
}
.footer .footer__copyright p.footer__copyright__text a:hover {
  color: #e51515;
}
.footer .footer-copyright-menu {
  width: 50%;
}
.footer nav.footer__menu ul li {
  display: inline-block;
  padding: 0 12px;
}
.footer nav.footer__menu ul li a {
  padding: 5px 0;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.footer nav.footer__menu ul li a:hover {
  color: #e51515;
}
.footer .footer__contact {
  width: 25%;
  text-align: right;
}
.footer .footer__contact ul li {
  font-weight: 500;
  color: #ffffff;
}
.footer .footer__contact ul li span {
  color: #ffffff;
  font-weight: 400;
  padding-left: 5px;
  line-height: 34px;
}
.footer .copyright-text {
  margin-top: 15px;
}
.bg--white .footer {
  color: #000;
}
.bg--white .footer .footer__copyright p.footer__copyright__text {
  font-size: 16px;
}
.bg--white .footer .footer__copyright p.footer__copyright__text a {
  color: #000;
}
.bg--white .footer .footer__copyright p.footer__copyright__text a:hover {
  color: #e51515;
}
.bg--white .footer .footer__contact ul li {
  color: #000;
}
.bg--white .footer .footer__contact ul li a {
  color: #000;
}
.bg--white .footer .footer__contact ul li a:hover {
  color: #e51515;
}
.onepage-footer .footer .footer__copyright {
  width: 33.33%;
}
.onepage-footer .footer .footer__contact {
  width: 33.33%;
}
.onepage-footer .footer .footer__logo {
  width: 33.33%;
}
.kc-fb-layout-3.contacttext .box-right {
  padding-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer nav.footer__menu ul li {
    padding: 0 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .footer__copyright {
    width: 100%;
    text-align: center;
  }
  .footer nav.footer__menu {
    width: 100%;
    margin-top: 30px;
  }
  .footer nav.footer__menu ul li {
    padding: 0 8px;
  }
  .footer .footer__contact {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .footer__copyright {
    width: 100%;
    text-align: center;
  }
  .footer .footer-copyright-menu {
	  margin-bottom: 5px;
	  margin-top: 20px;
	  width: 100%;
	}
  .footer nav.footer__menu ul li {
    padding: 0 5px;
  }
  .footer .footer__contact {
    width: 100%;
    text-align: center;
  }
  .onepage-footer .footer .footer__logo {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .onepage-footer .footer .footer__copyright {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .onepage-footer .footer .footer__contact {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 575px) {
  .onepage-footer .footer .footer__logo {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .onepage-footer .footer .footer__copyright {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .onepage-footer .footer .footer__contact {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
/*======= Pie Styles =======*/
.contact .contact__info {
margin: 30px 0;
position: relative; }
.contact .contact__info .contact__info__image {
-webkit-transform: scale(1.08) translateX(19px);
-moz-transform: scale(1.08) translateX(19px);
-ms-transform: scale(1.08) translateX(19px);
-o-transform: scale(1.08) translateX(19px);
transform: scale(1.08) translateX(19px);
width: 53%; }
.contact .contact__info .contact__info__image img {
z-index: 0; }
.contact .contact__info .contact__info__content {
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 47%;
background: #25282e;
padding: 35px 30px 45px;
z-index: 1;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
.contact .contact__info .contact__info__content h5.contact__info__heading {
letter-spacing: 1px;
color:#fff;
font-weight: 500;
font-size: 24px; }
.contact .contact__info .contact__info__content .single__info {
margin-top: 30px; }
.contact .contact__info .contact__info__content .single__info .single__info__icon {
display: inline-block;
height: 50px;
width: 50px;
text-align: center;
line-height: 50px;
color: #ffffff;
border: 1px solid #ffffff;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
font-size: 24px; }
.contact .contact__info .contact__info__content .single__info .single__info__text h5 {
margin-top: 15px;
font-size: 16px;
color:#fff;
line-height: 22px;
margin-bottom: 5px;
font-weight: 400; }
.contact .contact__info .contact__info__content .single__info .single__info__text p {
line-height: 22px;
color:#fff;
margin-bottom: 0; }
.contact .contact__info .contact__info__content .single__info .single__info__text a {
color: #ffffff; }
.contact .contact__info .contact__info__content .single__info .single__info__text a:hover {
  color: #e51515; }
.contact .contact__form .contact__form__title {
font-size: 24px;
letter-spacing: 1px; }
.contact .contact__form .single__input {
margin-top: 40px; }
.contact .contact__form .single__input input, .contact .contact__form .single__input textarea {
background: transparent;
color: #e3e3e3;
outline: none;
height:55px;
line-height:55px;
transition:.3s;
padding:15px 20px;
border-radius: 0;
width:100%;
border: 1px solid #999999; }
.contact .contact__form .single__input textarea {
  height: 165px;
  line-height: initial;
}
.contact .contact__form .single__input input:focus, .contact .contact__form .single__input textarea:focus {
border: 1px solid #e51515;
outline: none; }
.contact .contact__top,.contact .contact__form {
  padding: 0 55px; }
.google-map {
  min-height: 500px; }
  .google-map.sidebar-map {
    height: 315px;
    min-height: auto; }
.contact__info__image {
  position: relative;
}
.contact__info__image::before{
	content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	opacity: 0.2;
	background-color: #15161a;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact .contact__info .contact__info__image {
    -webkit-transform: scale(1.08) translateX(16px);
    -moz-transform: scale(1.08) translateX(16px);
    -ms-transform: scale(1.08) translateX(16px);
    -o-transform: scale(1.08) translateX(16px);
    transform: scale(1.08) translateX(16px);
    width: 55%; }
  .contact .contact__info .contact__info__content {
    width: 50%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact .contact__info .contact__info__image {
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    width: 100%; }
  .contact .contact__info .contact__info__content {
    margin-top: 30px;
    position: relative;
    width: 100%;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
}
@media only screen and (max-width: 767px) {
.contact .contact__top,.contact .contact__form {
padding: 0 30px; }
.contact .contact__info {
margin: 0; }
.contact .contact__info .contact__info__image {
-webkit-transform: scale(1) translateX(0);
-moz-transform: scale(1) translateX(0);
-ms-transform: scale(1) translateX(0);
-o-transform: scale(1) translateX(0);
transform: scale(1) translateX(0);
width: 100%; }
.contact .contact__info .contact__info__image img {
width: 100%; }
.contact .contact__info .contact__info__content {
margin-top: 30px;
position: relative;
width: 100%;
top: 0;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
.contact .contact__form {
padding-top: 50px; } }
@media only screen and (max-width: 767px) {
.contact .contact__top,.contact .contact__form {
padding: 0px; }
.contact .contact__info {
margin: 0; }
.contact .contact__info .contact__info__image {
-webkit-transform: scale(1) translateX(0);
-moz-transform: scale(1) translateX(0);
-ms-transform: scale(1) translateX(0);
-o-transform: scale(1) translateX(0);
transform: scale(1) translateX(0);
width: 100%; }
.contact .contact__info .contact__info__image img {
width: 100%; }
.contact .contact__info .contact__info__content {
margin-top: 30px;
position: relative;
width: 100%;
top: 0;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
.contact .contact__info .contact__info__content h5.contact__info__heading {
font-size: 22px; }
.contact .contact__form {
padding-top: 0px; }
.contact .contact__form .contact__form__title {
font-size: 22px; } }

/*======= Breadcrumb Styles =======*/
.blog-sidebar .sidebar__block {
margin-top: 50px; }
.blog-sidebar .sidebar__block:first-child {
margin-top: 0; }
.blog-sidebar .sidebar__block h5.sidebar__title {
margin-top: -5px;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 500;
padding-bottom: 10px;
position: relative;
margin-bottom: 30px;
line-height: 22px; }
.blog-sidebar .sidebar__block h5.sidebar__title:before {
position: absolute;
content: "";
left: 0;
bottom: 0;
height: 2px;
width: 30px;
background: #e51515; }
.blog-sidebar .sidebar__block h5.sidebar__title.text-center:before {
left: 50%;
margin-left: -15px; }
.blog-sidebar .sidebar__block h5.sidebar__title.text-right:before {
left: auto;
right: 0;
margin-left: 0px; }
.blog-sidebar .sidebar__block.sidebar__about .sidebar__about__image img {
width: 100%; }
.blog-sidebar .sidebar__block.sidebar__about .sidebar__about__content h6 {
font-size: 18px;
letter-spacing: 1px;
margin-top: 15px;
font-weight: 400; }
.blog-sidebar .sidebar__block.sidebar__about .sidebar__about__content p {
font-size: 16px;
line-height: 27px; }
.blog-sidebar .sidebar__block.sidebar__about .sidebar__about__content img {
margin-top: 10px; }
.blog-sidebar .sidebar__block.sidebar__instagram .instagram-feed ul {
margin-left: -10px;
margin-right: -10px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.blog-sidebar .sidebar__block.sidebar__instagram .instagram-feed ul li {
width: 33.33%; }
.blog-sidebar .sidebar__block.sidebar__instagram .instagram-feed ul li a {
margin: 10px;
display: inline-block;
position: relative; }
.blog-sidebar .sidebar__block.sidebar__instagram .instagram-feed ul li a:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #e51515;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
.blog-sidebar .sidebar__block.sidebar__instagram .instagram-feed ul li a:after {
position: absolute;
content: "\e62d";
font-family: "themify";
left: 50%;
top: 50%;
opacity: 0;
color: #ffffff;
font-size: 18px;
visibility: hidden;
margin-top: 10px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
.blog-sidebar .sidebar__block.sidebar__instagram .instagram-feed ul li a:hover:before {
visibility: visible;
opacity: 0.3; }
.blog-sidebar .sidebar__block.sidebar__instagram .instagram-feed ul li a:hover:after {
margin-top: 0;
visibility: visible;
opacity: 1; }
.sidebar__newsletter__inner input {
background: transparent;
border: 1px solid #ffffff!important;
height: 50px;
line-height: 50px;
color: #ffffff!important; }
.sidebar__newsletter__inner input.pt-button {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0!important;
  border: medium none!important;
  border-radius: 0!important;
  color: hsl(0, 0%, 61%)!important;
  display: inline-block;
  font-size: 24px;
  height: 45px;
  letter-spacing: 2px;
  line-height: 45px;
  outline: medium none;
  padding: 0 40px;
  width: 100%;
}
.sidebar__newsletter__inner span {
color: #fff;
font-size: 24px;
position: absolute;
cursor: pointer;
right: 30px;
top: 12px;
transform: rotate(133deg);
}
.sidebar__newsletter__inner {
  background: hsl(0, 0%, 95%) none repeat scroll 0 0;
  padding: 35px 25px;
}
.sidebar__newsletter__inner > h4 {
  color: #5a5a5a;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
}
.sidebar__newsletter__inner > p{color: #5a5a5a;font-size: 14px;margin-bottom: 25px;}
.sidebar__newsletter__inner input[type="email"] {
  background: #fff!important;
  border: 1px solid #e8e5e5!important;
  border-radius: 0;
  color: #9b9b9b!important;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.sidebar__newsletter__inner ::placeholder {
    color: #9b9b9b;
}
.widget_chobighor_newsletter_widget .sidebar-title,.footer-top-newsletter p.newsletter-text {
  display: none;
}

.widget_chobighor_newsletter_widget {
  padding-top: 10px;
}
.sidebar__newsletter__inner input.pt-button:hover {box-shadow: none!important; }
.sidebar__newsletter__inner input.pt-button:focus {
outline: none; }
.blog-sidebar .sidebar__block.sidebar__video {
padding-top: 10px; }
.blog-sidebar .sidebar__block.sidebar__video .sidebar__video__inner {
background-size: cover;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
min-height: 210px; }
.blog-sidebar .sidebar__block.sidebar__video .sidebar__video__inner:before {
background: #000000;
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 1;
opacity: 0.6; }
.blog-sidebar .sidebar__block.sidebar__video .sidebar__video__inner > * {
position: relative;
z-index: 2; }
.blog-sidebar .sidebar__block.sidebar__popular .popular-post .row > .col-lg-6:nth-child(1) .single-post, .blog-sidebar .sidebar__block.sidebar__popular .popular-post .col-lg-6:nth-child(2) .single-post {
margin-top: 0; }
.blog-sidebar .sidebar__block.sidebar__popular .popular-post .single-post {
margin-top: 30px; }
.blog-sidebar .sidebar__block.sidebar__popular .popular-post .single-post .single-post__thumb a {
display: inline-block; }
.blog-sidebar .sidebar__block.sidebar__popular .popular-post .single-post .single-post__conent a {
color: #ffffff; }
.blog-sidebar .sidebar__block.sidebar__popular .popular-post .single-post .single-post__conent a:hover {
color: #e51515; }
.blog-sidebar .sidebar__block.sidebar__popular .popular-post .single-post .single-post__conent h5 {
font-size: 16px;
line-height: 26px;
font-weight: 400;
margin-top: 12px;
margin-bottom: 10px; }
.blog-sidebar .sidebar__block.sidebar__popular .popular-post .single-post .single-post__conent span {
text-transform: uppercase;
font-size: 12px;
font-weight: 500; }
.blog-sidebar .sidebar__block.sidebar__post__carousel {
padding-bottom: 30px; }
.blog-sidebar .sidebar__block.sidebar__post__carousel .sidebar__posts .single__post {
position: relative;
overflow: hidden; }
.blog-sidebar .sidebar__block.sidebar__post__carousel .sidebar__posts .single__post .single__post__content {
padding: 30px;
position: absolute;
left: 0;
top: 100%;
height: 100%;
width: 100%;
visibility: hidden;
opacity: 0;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
text-align: center;
background: rgba(0, 0, 0, 0.5); }
.blog-sidebar .sidebar__block.sidebar__post__carousel .sidebar__posts .single__post .single__post__content a {
color: #ffffff; }
.blog-sidebar .sidebar__block.sidebar__post__carousel .sidebar__posts .single__post .single__post__content a:hover {
color: #e51515; }
.blog-sidebar .sidebar__block.sidebar__post__carousel .sidebar__posts .single__post .single__post__content h5 {
display: block;
font-weight: 400;
line-height: 24px;
font-size: 16px;
margin-bottom: 5px; }
.blog-sidebar .sidebar__block.sidebar__post__carousel .sidebar__posts .single__post .single__post__content span {
display: block; }
.blog-sidebar .sidebar__block.sidebar__post__carousel .sidebar__posts .single__post:hover .single__post__content {
top: 0;
visibility: visible;
opacity: 1; }
.blog-sidebar .sidebar__block.sidebar__tags ul {
margin-left: -8px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between; }
.blog-sidebar .sidebar__block.sidebar__tags ul li {
display: inline-block;
margin-left: 8px;
margin-bottom: 17px; }
.blog-sidebar .sidebar__block.sidebar__tags ul li a {
display: inline-block;
height: 35px;
line-height: 35px;
padding: 0 15px;
background: transparent;
border: 1px solid #ffffff;
color: #ffffff;
font-size: 12px;
letter-spacing: 0.3px;
text-transform: uppercase; }
.blog-sidebar .sidebar__block.sidebar__tags ul li a:hover {
background: #e51515;
border-color: #e51515; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
.blog-sidebar {
padding-top: 30px;
border-top: 1px solid #999999;
margin-top: 40px; }
.blog-sidebar .sidebar__block.sidebar__instagram .instagram-feed ul li {
width: 20%; }
.blog-sidebar .sidebar__block.sidebar__instagram .instagram-feed ul li:last-child {
display: none; }
.blog-sidebar .sidebar__block.sidebar__video .sidebar__video__inner {
min-height: 350px; }
.blog-sidebar .sidebar__block.sidebar__popular .popular-post .row > .col-lg-6 .single-post {
margin-top: 0; }
.blog-sidebar .sidebar__block.sidebar__post__carousel {
margin-left: 120px;
margin-right: 120px; } }
@media only screen and (max-width: 767px) {
.blog-sidebar {
padding-top: 30px;
border-top: 1px solid #999999;
margin-top: 40px; }
.blog-sidebar .sidebar__block.sidebar__instagram .instagram-feed ul li {
width: 20%; }
.blog-sidebar .sidebar__block.sidebar__instagram .instagram-feed ul li:last-child {
display: none; }
.blog-sidebar .sidebar__block.sidebar__popular .popular-post .row > .col-lg-6 .single-post {
margin-top: 30px !important; }
.blog-sidebar .sidebar__block.sidebar__post__carousel {
margin-left: 80px;
margin-right: 80px; }
.blog-sidebar .sidebar__block.sidebar__tags ul {
text-align: center; } }
@media only screen and (max-width: 575px) {
.blog-sidebar .sidebar__block.sidebar__instagram .instagram-feed ul li {
width: 33.33%; }
.blog-sidebar .sidebar__block.sidebar__instagram .instagram-feed ul li:last-child {
display: block; }
.blog-sidebar .sidebar__block.sidebar__popular .popular-post .row > .col-lg-6 .single-post {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex; }
.blog-sidebar .sidebar__block.sidebar__popular .popular-post .row > .col-lg-6 .single-post .single-post__conent {
padding-left: 20px;
line-height: 21px; }
.blog-sidebar .sidebar__block.sidebar__popular .popular-post .row > .col-lg-6 .single-post .single-post__conent h5 {
margin-top: -8px; }
.blog-sidebar .sidebar__block.sidebar__post__carousel {
margin-left: 20px;
margin-right: 20px; } }
.blog-text > span a {
  color: hsl(0, 0%, 88%);
  margin-left: 7px;
  text-transform: uppercase;
}
.blog-text > span {
  display: block;
}
.single-blog-meta span {
  margin-right: 15px;
}
.single-blog-meta span:last-child {
  margin: 0;
}
/*======= Pie Styles =======*/
.blog-list-blogs {
  margin-top: -60px;
  margin-right: 30px; }
  .blog-list-blogs.no-margin {
    margin-right: 0; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-list-blogs {
    margin-right: 0px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-list-blogs {
    margin-right: 0px; } }
@media only screen and (max-width: 767px) {
.blog-list-blogs {
margin-right: 0px; } }
.blog .blog__thumbnail a {
display: inline-block; }
.blog .blog__content {
padding-top: 20px;
border-bottom: 1px solid #999999;
-webkit-transition: border 0.3s ease-in-out 0s;
-moz-transition: border 0.3s ease-in-out 0s;
-ms-transition: border 0.3s ease-in-out 0s;
-o-transition: border 0.3s ease-in-out 0s;
transition: border 0.3s ease-in-out 0s; }
.blog .blog__content h5.blog__content__title {
font-size: 20px;
font-weight: 400; }
.blog .blog__content h5.blog__content__title a {
color: #ffffff; }
.blog .blog__content h5.blog__content__title a:hover {
color: #e51515; }
.blog .blog__content span.blog__content__date {
display: block;
margin-bottom: 15px; }
.blog .blog__content span.blog__content__date a {
font-size: 16px;
color: #ffffff; }
.blog .blog__content span.blog__content__date a:hover {
color: #e51515; }
.blog__content__more {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
padding-top:8px; 
padding-bottom: 0px; }
.blog-text {
  padding: 30px;
  transition: border 0.3s ease-in-out 0s;
}
.blog__content__more .blog__content__comments {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex; }
.blog__content__more .blog__content__comments .share__content__wrap a.share-toggle {
margin-right: 0px;
font-weight: 500;
color: #ffffff;
font-size: 16px;
text-decoration: none;
text-transform: capitalize; }
.blog__content__more .blog__content__comments .share__content__wrap a.share-toggle span {
padding-right: 8px; }
.onepage-sidebar-area .op-contact__form .contact__single input.pt-button:hover {
  background: #000 none repeat scroll 0 0!important;
  border-color: #000!important;
  color: #fff!important;
}
.blog__content__more .blog__content__comments > a {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
font-weight: 500;
text-decoration: none!important;
color: #ffffff;
font-size: 16px; }
.blog__content__more .blog__content__comments > a span {
padding-right: 5px; }
.blog__content__more .blog__content__comments > a:hover {
color: #e51515; }
.blog-grid-blogs {
  margin-top: -30px; }
  .blog-grid-blogs div[class*="col-"] .blog {
    margin-top: 30px; }
.single-blog {
  margin-bottom:60px;
}
.grid-page .single-blog {
  margin-bottom: 50px!important;
}
.grid-page .blog__content__more{padding-top: 5px;}
.our-blog-area .col-md-8.col-md-offset-2:last-child .single-blog {
  margin-bottom: 0;
} 
.grid-page .blog-text h2 {
  margin-top: -7px;
}
.single-blog {
  background: #292d35 none repeat scroll 0 0;
}
.blog-audio {
  margin-bottom: 35px;
}
.bolg-img a {
  display: block;
  position: relative;
}
.bolg-img {
  display: inline-block;
  position: relative;
}
.date-formate > h2 {
  background: #ffffff none repeat scroll 0 0;
  color: #444444;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  text-align: center;
  width: 65px;
}
.date-formate > span {
  background: #ffffff none repeat scroll 0 0;
  color: #383838;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 2px;
  text-align: center;
  text-transform: uppercase;
  width: 65px;
}
.date-formate {
  left: 30px;
  position: absolute;
  top: 30px;
  z-index: 99;
}
.date-formate::after {
  border: 1px solid #ffffff;
  content: "";
  height: 100%;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 100%;
}
/*======= Banner Image =======*/
.banner {
  position: relative;
}
.banner .single__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 850px;
}
.banner .single__banner .banner__content h3 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.5s ease-in-out 0.6s;
  -moz-transition: all 0.5s ease-in-out 0.6s;
  -ms-transition: all 0.5s ease-in-out 0.6s;
  -o-transition: all 0.5s ease-in-out 0.6s;
  transition: all 0.5s ease-in-out 0.6s;
  margin: 0;
  color:#fff;
}
.banner .single__banner .banner__content h1 {
  visibility: hidden;
  opacity: 0;
  padding-top: 55px;
  font-family: "shine_personal_use";
  font-size: 100px;
  letter-spacing: 35px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.5s ease-in-out 0.9s;
  -moz-transition: all 0.5s ease-in-out 0.9s;
  -ms-transition: all 0.5s ease-in-out 0.9s;
  -o-transition: all 0.5s ease-in-out 0.9s;
  transition: all 0.5s ease-in-out 0.9s;
  margin: 0;
  color:#fff;
}
.banner .owl-item.active .banner__content h3 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.banner .owl-item.active .banner__content h1 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.banner .banner__hash-wrapper {
  position: absolute;
  right: 3.65%;
  z-index: 1;
  bottom: 70px;
}
.banner .banner__hash-wrapper .banner__hash .banner__hash__single {
  display: inline-block;
  padding: 0 5px;
}
.banner .banner__hash-wrapper .banner__hash .banner__hash__single img {
  border: 1px solid #656567;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.banner .banner__hash-wrapper .banner__hash .banner__hash__single:first-child {
  margin-left: 0;
}
.banner .banner__hash-wrapper .banner__hash .banner__hash__single:last-child {
  margin-right: 0;
}
.banner .banner__hash-wrapper .banner__hash .owl-item.current .banner__hash__single img {
  border-color: #999999;
}
.banner .banner--fixed-bg .single__banner .banner__content h3 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.banner .banner--fixed-bg .single__banner .banner__content h1 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner .single__banner .banner__content h3 {
    font-size: 32px;
    letter-spacing: 8px;
  }
  .banner .single__banner .banner__content h1 {
    font-size: 80px;
    letter-spacing: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner .single__banner {
    min-height: 550px;
  }
  .banner .single__banner .banner__content h3 {
    font-size: 28px;
    letter-spacing: 3px;
  }
  .banner .single__banner .banner__content h1 {
    padding-top: 15px;
    font-size: 60px;
    letter-spacing: 18px;
  }

  .banner-slider-active.slider-navigtion-style-1 .owl-nav > div {
    top: auto!important;
    bottom: 30px!important;
    margin-top: -25px!important;
    height: 30px!important;
    width: 30px!important;
    line-height: 30px!important;
  }
  .banner-slider-active.slider-navigtion-style-1 .owl-nav .owl-prev {
    left: 47%!important;
  }
  .banner-slider-active.slider-navigtion-style-1 .owl-nav .owl-next {
    right: 47%!important;
  }
  .banner-slider-active.slider-navigtion-style-1:hover .owl-nav .owl-prev {
    left: calc( 47% - 20px)!important;
  }
  .banner-slider-active.slider-navigtion-style-1:hover .owl-nav .owl-next {
    right: calc( 47% - 20px)!important;
  }
}
@media only screen and (max-width: 767px) {
  .banner .single__banner {
    min-height: 550px;
  }
  .banner .single__banner .banner__content h3 {
    font-size: 28px;
    letter-spacing: 3px;
  }
  .banner .single__banner .banner__content h1 {
    padding-top: 15px;
    font-size: 60px;
    letter-spacing: 18px;
  }

  .banner-slider-active.slider-navigtion-style-1 .owl-nav > div {
    top: auto!important;
    bottom: 30px!important;
    margin-top: -25px!important;
    height: 30px!important;
    width: 30px!important;
    line-height: 30px!important;
  }
  .banner-slider-active.slider-navigtion-style-1 .owl-nav .owl-prev {
    left: 47%!important;
  }
  .banner-slider-active.slider-navigtion-style-1 .owl-nav .owl-next {
    right: 47%!important;
  }
  .banner-slider-active.slider-navigtion-style-1:hover .owl-nav .owl-prev {
    left: calc( 47% - 20px)!important;
  }
  .banner-slider-active.slider-navigtion-style-1:hover .owl-nav .owl-next {
    right: calc( 47% - 20px)!important;
  }
}
@media only screen and (max-width: 575px) {
  .banner .single__banner {
    min-height: 500px;
  }
  .banner .single__banner .banner__content h3 {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .banner .single__banner .banner__content h1 {
    padding-top: 15px;
    font-size: 42px;
    letter-spacing: 8px;
  }
}

/*======= About =======*/
.about .about__image {
  padding-right: 30px;
}
.about .about__image img {
  max-width: 100%;
}
.about .about__content h3 {
  margin-top: -10px;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 1.3px;
  padding-bottom: 10px;
}
.about .about__content .signature {
  margin-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about .about__image {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .about__image {
    padding-right: 0;
  }
  .about .about__image img {
    width: 100%;
  }
  .about .about__content {
    padding-top: 30px;
  }
  .about .about__content h3 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about .about__image {
    padding-right: 0;
  }
  .about .about__image img {
    width: 100%;
  }
  .about .about__content {
    padding-top: 30px;
  }
  .about .about__content h3 {
    margin-top: 0;
  }
}

/********** One Page Style *************/
/*======= Onepage Sidebar Styles =======*/
.body-overlay {
  position: relative;
}
.body-overlay {
  cursor: url("../images/cross-icon.png"), auto;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.overlay-active .body-overlay {
  visibility: visible;
  opacity: 1;
}
.onepage-sidebar-area {
  position: fixed;
  top: 0;
  right: 0;
  min-height: 100vh;
  z-index: 2;
  width: 745px;
  background: #ffffff;
  color: #353535;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  z-index: 22;
}
.onepage-sidebar-area .onepage-sidebar-title {
  padding-bottom: 25px;
}
.onepage-sidebar-area .onepage-sidebar-title h4 {
  color: #353535;
  font-size: 24px;
  line-height: 22px;
  font-weight: 700;
}
.onepage-sidebar-area .onepage-sidebar-title h4 span {
  color: #e51515;
}
.onepage-sidebar-area .onepage-sidebar-title p {
  font-size: 16px;
  line-height: 27px;
}
.onepage-sidebar-area .onepage-sidebar__block.no-margin {
  margin-top: 0;
}
.onepage-sidebar-area .op-sidebar {
  padding: 50px;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.onepage-sidebar-area .op-sidebar > div {
  padding-bottom: 50px;
  display: block;
  overflow: hidden;
}
.onepage-sidebar-area .op-sidebar .op-sidebar__header {
  margin-bottom: 40px;
  text-align: right;
}
.onepage-sidebar-area .op-sidebar .op-sidebar__header.icon-center {
  text-align: center;
}
.onepage-sidebar-area .op-sidebar .op-sidebar__header.icon-center button.op-sidebar-close {
  border: none;
}
.onepage-sidebar-area .op-sidebar button.op-sidebar-close {
  background: transparent;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #353535;
  border: 1px solid #353535;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  padding: 0;
}
.onepage-sidebar-area .op-sidebar button.op-sidebar-close:hover {
  color: #e51515;
  border-color: red;
}
.onepage-sidebar-area .op-sidebar .op-sidebar__about h1, .onepage-sidebar-area .op-sidebar .op-sidebar__about h2, .onepage-sidebar-area .op-sidebar .op-sidebar__about h3, .onepage-sidebar-area .op-sidebar .op-sidebar__about h4, .onepage-sidebar-area .op-sidebar .op-sidebar__about h5, .onepage-sidebar-area .op-sidebar .op-sidebar__about h6, .onepage-sidebar-area .op-sidebar .op-sidebar__about p {
  margin-bottom: 25px;
}
.onepage-sidebar-area .op-sidebar .op-sidebar__about .op-sidebar__about__content {
  padding-top: 32px;
}
.onepage-sidebar-area .op-sidebar .op-sidebar__about .op-sidebar__about__content h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 1.3px;
}
.onepage-sidebar-area .op-sidebar .op-sidebar__skill .op-pies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.onepage-sidebar-area .op-sidebar .op-sidebar__skill .op-pies .op-pie .op-pie-chart {
  position: relative;
}
.onepage-sidebar-area .op-sidebar .op-sidebar__skill .op-pies .op-pie .op-pie-chart canvas {
  height: 110px;
  width: 110px;
}
.onepage-sidebar-area .op-sidebar .op-sidebar__skill .op-pies .op-pie .op-pie-chart span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #353535;
  font-weight: 300;
}
.onepage-sidebar-area .op-sidebar .op-sidebar__skill .op-pies .op-pie .op-pie__content {
  text-align: center;
}
.onepage-sidebar-area .op-sidebar .op-sidebar__skill .op-pies .op-pie .op-pie__content h5 {
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
}
.onepage-sidebar-area .op-sidebar .op-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.onepage-sidebar-area .op-sidebar .op-services .op-service .op-service__inner {
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.onepage-sidebar-area .op-sidebar .op-services .op-service .op-service__inner .op-service__icon {
  font-size: 35px;
  margin-bottom: 12px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.onepage-sidebar-area .op-sidebar .op-services .op-service .op-service__inner .op-service__content h5 {
  font-size: 18px;
  font-weight: 400;
  color: #353535;
  display: block;
  position: relative;
  padding-bottom: 13px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.onepage-sidebar-area .op-sidebar .op-services .op-service .op-service__inner .op-service__content h5:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: #353535;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.onepage-sidebar-area .op-sidebar .op-services .op-service .op-service__inner .op-service__content p {
  font-size: 16px;
  line-height: 27px;
}
.onepage-sidebar-area .op-sidebar .op-services .op-service .op-service__inner:hover .op-service__icon {
  color: #e51515;
}
.onepage-sidebar-area .op-sidebar .op-services .op-service .op-service__inner:hover .op-service__content h5 {
  color: #e51515;
}
.onepage-sidebar-area .op-sidebar .op-services .op-service .op-service__inner:hover .op-service__content h5:before {
  width: 100%;
  background: #e51515;
}
.onepage-sidebar-area .op-sidebar .op-contact .op-contact__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.onepage-sidebar-area .op-sidebar .op-contact .op-contact__info .single__info {
  width: 33.33%;
  margin-top: 30px;
}
.onepage-sidebar-area .op-sidebar .op-contact .op-contact__info .single__info .single__info__icon {
  color: #353535;
  font-size: 30px;
}
.onepage-sidebar-area .op-sidebar .op-contact .op-contact__info .single__info .single__info__text h5 {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
.onepage-sidebar-area .op-sidebar .op-contact .op-contact__info .single__info .single__info__text p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
.onepage-sidebar-area .op-sidebar .op-contact .op-contact__info .single__info .single__info__text a {
  color: #353535;
}
.onepage-sidebar-area .op-sidebar .op-contact .op-contact__info .single__info .single__info__text a:hover {
  color: #e51515;
}
.onepage-sidebar-area .op-sidebar .op-contact .op-contact__form {
  margin-top: 8px;
}
.onepage-sidebar-area .op-sidebar .op-contact .op-contact__form .contact__single {
  margin-top: 30px;
  position: relative;
}
.onepage-sidebar-area .op-sidebar .op-contact .op-contact__form .contact__single label {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.onepage-sidebar-area .op-sidebar .op-contact .op-contact__form .contact__single label.state-change {
  color: #e51515;
  top: -15px;
  left: 0;
  font-size: 13px;
}
.onepage-sidebar-area .op-sidebar .op-contact .op-contact__form .contact__single input {
  height: 45px;
  line-height: 45px;
}
.onepage-sidebar-area .op-sidebar .op-contact .op-contact__form .contact__single input, .onepage-sidebar-area .op-sidebar .op-contact .op-contact__form .contact__single textarea {
  padding: 0 15px;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #656567;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 0px!important;
}
.contact__single span {
  display: block;
  overflow: hidden;
}
.onepage-sidebar-area .op-sidebar .op-contact .op-contact__form .contact__single input:focus, .onepage-sidebar-area .op-sidebar .op-contact .op-contact__form .contact__single input:active, .onepage-sidebar-area .op-sidebar .op-contact .op-contact__form .contact__single textarea:focus, .onepage-sidebar-area .op-sidebar .op-contact .op-contact__form .contact__single textarea:active {
  outline: none;
  border: none;
  border-bottom: 1px solid #e51515;
}
.onepage-sidebar-area .op-sidebar .op-contact .op-contact__form .contact__single textarea {
  max-height: 165px;
  padding-top: 10px;
  line-height: 27px;
}
.onepage-sidebar-area .op-sidebar .op-contact .op-contact__form .contact__single button.pt-button:hover {
  border-color: #000;
  background: #000;
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.onepage-sidebar-area.inside {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  z-index: 22;
}
.onepage-sidebar-area.left-in {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  -o-transform: translateX(-110%);
  transform: translateX(-110%);
}
.onepage-sidebar-area.left-in .op-sidebar .op-sidebar__header {
  text-align: left;
}
.onepage-sidebar-area.left-in.inside {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  z-index: 22;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .onepage-sidebar-area {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .onepage-sidebar-area {
    width: 100%;
  }
  .onepage-sidebar-area .onepage-sidebar-title {
    text-align: center;
  }
  .onepage-sidebar-area .op-sidebar {
    padding: 30px 15px;
    padding-bottom: 0;
  }
  .onepage-sidebar-area .op-sidebar > div {
    padding-bottom: 30px;
  }
  .onepage-sidebar-area .op-sidebar .op-sidebar__skill .op-pies {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .onepage-sidebar-area .op-sidebar .op-sidebar__skill .op-pies .op-pie {
    width: 50%;
    margin-top: 30px;
  }
  .onepage-sidebar-area .op-sidebar .op-sidebar__skill .op-pies .op-pie .op-pie-chart {
    text-align: center;
  }
  .onepage-sidebar-area .op-sidebar .op-sidebar__skill .op-pies .op-pie .op-pie__content h5 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .onepage-sidebar-area {
    width: 100%;
  }
  .onepage-sidebar-area .onepage-sidebar-title {
    text-align: center;
  }
  .onepage-sidebar-area .op-sidebar {
    padding: 30px 15px;
    padding-bottom: 0;
  }
  .onepage-sidebar-area .op-sidebar > div {
    padding-bottom: 30px;
  }
  .onepage-sidebar-area .op-sidebar .op-sidebar__skill .op-pies {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .onepage-sidebar-area .op-sidebar .op-sidebar__skill .op-pies .op-pie {
    width: 100%;
    margin-top: 30px;
  }
  .onepage-sidebar-area .op-sidebar .op-sidebar__skill .op-pies .op-pie .op-pie-chart {
    text-align: center;
  }
  .onepage-sidebar-area .op-sidebar .op-sidebar__skill .op-pies .op-pie .op-pie__content h5 {
    margin-top: 15px;
  }
  .onepage-sidebar-area .op-sidebar .op-sidebar__skill .op-pies .op-pie:first-child {
    margin-top: 0;
  }
  .onepage-sidebar-area .op-sidebar .op-services {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .onepage-sidebar-area .op-sidebar .op-services .op-service {
    width: 100%;
  }
  .onepage-sidebar-area .op-sidebar .op-contact .op-contact__info {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .onepage-sidebar-area .op-sidebar .op-contact .op-contact__info .single__info {
    width: 100%;
    text-align: center;
  }
}
/*======= Onepage Main Styles =======*/
.wrapper.onepage--fluid {
  margin: 0 85px;
}
.onepage--fluid {
  background: transparent none repeat scroll 0 0;
}
.header-style-4 {
  margin: 0 85px;
}
.single-banner__video {
  width: 100%;
  height: 100%;
}
.single-banner__video .youtube-bg {
  height: 100%;
  width: 100%;
}
.slider-map {
  width: 100%;
  height: 100vh;
}
.slider-map .google-map {
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper.onepage--fluid {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper.onepage--fluid {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper.onepage--fluid {
    margin: 0;
  }
}
.pagepiling {
  height: 100%;
  min-height: 100vh;
  position: relative;
}
.pagepiling .pp-section {
  min-height: 100vh;
}
.section-menu {
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 21;
}
.section-menu ul {
  margin-bottom: 0!important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-menu ul li a {
  display: inline-block;
  border: 1px solid transparent;
  position: relative;
}
.section-menu ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.section-menu ul li.active a {
  border: 1px solid #ffffff;
}
.section-menu ul li.active a:before {
  background: transparent;
}
.section-menu ul li:hover a:before {
  background: transparent;
}
.section-menu ul li.home a:after {
  content: "\e69b";
  font-family: 'themify';
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 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%);
  color: #ffffff !important;
}
.section-menu ul li.video a:after {
  content: "\e6cf";
  font-family: 'themify';
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 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%);
  color: #ffffff !important;
}
.section-menu ul li.map a:after {
  content: "\e665";
  font-family: 'themify';
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 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%);
  color: #ffffff !important;
}
.map-section {
  min-height: 100vh;
  width: 100%;
}
.map-section .google-map {
  height: 100%;
  width: 100%;
  min-height: 100vh;
}
.video-section {
  min-height: 100vh;
  width: 100%;
}
.video-section .youtube-bg {
  height: 100%;
  width: 100%;
  min-height: 100vh;
}

@media only screen and (max-width: 575px) {
  .section-menu {
    display: none;
  }
}

/*======= Onepage Header Styles =======*/
.onepage-header.onepage-header-1.transparent--header {
z-index: 10; }
.onepage-header-1 .onepage-menu {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
padding: 50px 0; }
.onepage-header-1 .onepage-menu .onepage-menu__toggle button.onepage-sidebar-trigger {
color: #ffffff;
border: 1px solid #ffffff;
padding: 0;
font-size: 15px;
height: 40px;
width: 40px;
text-align: center;
display: inline-block;
line-height: 40px;
background: transparent;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
cursor: pointer; }
.onepage-header-2 {
  padding: 28px 0; }
.onepage-header-2 .onepage-menu__toggle button.onepage-sidebar-trigger {
color: #000;
border: none;
font-size: 24px;
height: 40px;
width: auto;
text-align: center;
display: inline-block;
line-height: 40px;
background: transparent;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
padding: 0;
cursor: pointer; }
.onepage-header-3 {
  padding: 28px 0; }
.onepage-header-3 .onepage-menu__toggle button.onepage-sidebar-trigger {
color: #ffffff;
border: 1px solid #ffffff;
font-size: 15px;
height: 40px;
width: 40px;
text-align: center;
display: inline-block;
line-height: 40px;
background: transparent;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
cursor: pointer; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .onepage-header.onepage-header-1 .header .onepage-menu {
    padding: 5px 0; } }
@media only screen and (max-width: 767px) {
  .onepage-header.onepage-header-1 .header .onepage-menu {
    padding: 0; } }
@media only screen and (max-width: 575px) {
.onepage-header-2 .header .logo.text-center {
text-align: left !important; }
.onepage-header-2 .header .social-icons {
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #999999;
border-bottom: none; }
.onepage-header-2 .header .onepage-menu__toggle {
text-align: right; } }

/*======= Onepage Footer =======*/
.onepage-footer .footer .footer__copyright p.footer__copyright__text {
  margin-top: 10px;
}
.onepage-footer .footer .footer__contact ul li a {
  line-height: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .onepage-footer .footer .footer__copyright {
    text-align: left;
  }
}

/*======= Onepage Banner Styles =======*/
.banner.onepage-banner .banner__inner .single-banner {
  min-height: 100vh;
}
.banner.onepage-banner .banner__inner.slider-navigation-style-2 .owl-nav {
  width: 1110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner.onepage-banner .banner__inner.slider-navigation-style-2 .owl-nav {
    width: 930px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner.onepage-banner .banner__inner.slider-navigation-style-2 .owl-nav {
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.onepage-banner .banner__inner.slider-navigation-style-2 .owl-nav {
    width: 100%;
    text-align: center;
  }
}
.onepage--banner-multislide .multislide__single {
  position: relative;
}
.onepage--banner-multislide .multislide__single .multislide__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 40px;
  background: rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  opacity: 0;
}
.onepage--banner-multislide .multislide__single .multislide__content .multislide__content__text {
  padding-right: 15px;
  -webkit-flex-shrink: 50;
  -moz-flex-shrink: 50;
  -ms-flex-negative: 50;
  flex-shrink: 50;
}
.onepage--banner-multislide .multislide__single .multislide__content .multislide__content__text h5 {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}
.onepage--banner-multislide .multislide__single .multislide__content .multislide__content__text span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #fff;
}
.onepage--banner-multislide .multislide__single .multislide__content a.multislide-zoom-trigger {
  display: inline-block;
  background: #a2a2a2;
  height: 40px;
  width: 40px;
  line-height: 42px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 16px;
  color: #ffffff;
}
.onepage--banner-multislide .multislide__single .multislide__content a.multislide-zoom-trigger:hover {
  background: #e51515;
}
.onepage--banner-multislide .multislide__single:hover .multislide__content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.banner.onepage-banner .banner__inner.onepage-another-slider .single-banner .another-slider__content {
  position: absolute;
  bottom: 90px;
  right: 125px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
  margin-top: 0;
}
.banner.onepage-banner .banner__inner.onepage-another-slider .single-banner .another-slider__content h3 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin-top: 0;
}
.banner.onepage-banner .banner__inner.onepage-another-slider .single-banner .another-slider__content p {
  margin-bottom: 6px;
  font-weight: 500;
  color: #fff;
}
.banner.onepage-banner .banner__inner.onepage-another-slider .single-banner .another-slider__content p span {
  font-weight: 400;
}
.banner.onepage-banner .banner__inner.onepage-another-slider .single-banner .another-slider__content p:last-child {
  margin-bottom: 0;
}
.banner.onepage-banner .banner__inner.onepage-another-slider .owl-item.active .single-banner .another-slider__content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.banner.onepage-banner .banner__inner.onepage-another-slider.slider-navigation-style-2 .owl-nav {
  width: 100%;
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  text-align: left;
  padding-left: 125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner.onepage-banner .banner__inner.onepage-another-slider .single-banner .another-slider__content {
    right: 30px;
  }
  .banner.onepage-banner .banner__inner.onepage-another-slider.slider-navigation-style-2 .owl-nav {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.onepage-banner .banner__inner.onepage-another-slider .single-banner .another-slider__content {
    padding: 90px 0;
    text-align: center !important;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 25px;
  }
  .banner.onepage-banner .banner__inner.onepage-another-slider.slider-navigation-style-2 .owl-nav {
    padding-left: 0;
    text-align: center;
    bottom: 45px;
  }
  .banner.onepage-banner .banner__inner.onepage-another-slider.slider-navigation-style-2 .owl-nav .owl-prev, .banner.onepage-banner .banner__inner.onepage-another-slider.slider-navigation-style-2 .owl-nav .owl-next {
    margin: 0;
    font-size: 20px;
  }
}
.pp-section {
  background-position: center center!important;
  background-size: cover!important;
}
.breadcrumbs h2.page-title {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 10px;
  text-align: center;
}
/*======= Helper Class =======*/
.hidden {
  display: none; }
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
.invisible {
  visibility: hidden; }
.full--screen {
  height: 100vh;
  width: 100%; }
.share__content__wrap {
position: relative; }
.share__content__wrap a.share-toggle {
color: #ffffff;
text-transform: capitalize;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
font-size: 16px; }
.portfolio .share__content__wrap .share__content {
  background: #333333 none repeat scroll 0 0;
  border-radius: 100px;
  bottom: 100%;
  left: 50%;
  opacity: 0;
  padding: 0 15px;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  white-space: nowrap;
  z-index: 1;
}
.portfolio .share__content > ul {
  padding: 0;
  margin: 0;
}
.portfolio .share__content ul li {
  display: inline-block;
}
.portfolio .share__content__wrap .share__content ul li a {
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 42px;
  padding: 0 5px;
  text-align: center;
}
.portfolio .share__content__wrap .share__content.show {
  bottom: calc(100% + 15px);
  opacity: 1;
  visibility: visible;
}
.portfolio .share__content__wrap .share__content::before {
  border-color: #333333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 7px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  top: 100%;
  width: 0;
}
.portfolios .portfolio .portfolio__inner .portfolio__content .portfolio__content__text .share__content__wrap .share__content::before {
  left: auto;
  right: 25px;
}
.share__content__wrap a.share-toggle span {
padding-right: 5px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .share__content__wrap .share__content {
	  left: -70px;
	} 
	.share__content__wrap .share__content::before {
	  left: 88%;
	} 
}
@media only screen and (max-width: 767px) {
  .share__content__wrap .share__content {
	  left: -70px;
	} 
	.share__content__wrap .share__content::before {
	  left: 88%;
	}
	.blog-quote blockquote {
	  margin: 0px!important;
	}
}
@media only screen and (max-width: 575px) {
  .share__content__wrap .share__content {
	  left: -70px;
	} 
	.share__content__wrap .share__content::before {
	  left: 88%;
	}
	.blog-quote blockquote {
	  margin: 0px!important;
	}
}
.share__content ul li {
display: inline-block;
}
.share__content > ul {
padding: 0!important
}
.share__content__wrap .share__content ul li a {
  color: #ffffff;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
}
.share__content__wrap .share__content ul li {
  margin: 0;
}
.share__content__wrap .share__content ul li a:hover {
color: #e51515 !important; }
.hidden {
display: none; }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .hidden-xl {
    display: none; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none; } }
@media only screen and (max-width: 767px) {
  .hidden-sm {
    display: none; } }
@media only screen and (max-width: 575px) {
  .hidden-xs {
    display: none; } }
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }
.h--100 {
  min-height: 100%; }
.h--50 {
  min-height: 50%; }
.color--theme {
  color: #e51515; }
.color--light {
  color: #999999; }
.color--dark {
  color: #333333; }
.color--black {
  color: #000000; }
.color--white {
  color: #ffffff; }
.bg-parallax {
  background-repeat: repeat !important; }
.bg--theme {
  background: #e51515; }
.bg--light {
  background: #25282e; }
.bg--light-grey {
  background: #25282e; }
.bg--dark-grey {
  background: #222429; }
.bg--black {
  background: #000000; }
.bg--white {
  background: #ffffff; }
.fw--900 {
  font-weight: 900; }
.fw--700 {
  font-weight: 700; }
.fw--600 {
  font-weight: 600; }
.fw--500 {
  font-weight: 500; }
.fw--400 {
  font-weight: 400; }
.fw--300 {
  font-weight: 300; }
.text--italic {
  font-style: italic; }
.text--normal {
  font-style: normal; }
.text--underline {
  font-style: underline; }
.body--font {
  font-family: "Ubuntu", sans-serif; }
.heading--font {
  font-family: "Ubuntu", sans-serif; }
.form-message {
font-size: 18px; }
.form-message.error {
color: red; }
.form-message.success {
color: green; }
[data-overlay], [data-black-overlay], [data-white-overlay] {
  position: relative; }
[data-overlay] > div, [data-overlay] > *, [data-black-overlay] > div, [data-black-overlay] > *, [data-white-overlay] > div, [data-white-overlay] > * {
  position: relative;
  z-index: 2; }
[data-overlay]:before, [data-black-overlay]:before, [data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }
[data-overlay]:before {
  background-color: #e51515; }
[data-black-overlay]:before {
  background-color: #15161a; }
[data-white-overlay]:before {
  background-color: #ffffff; }
[data-overlay="1"]:before, [data-black-overlay="1"]:before, [data-white-overlay="1"]:before {
  opacity: 0.1; }
[data-overlay="2"]:before, [data-black-overlay="2"]:before, [data-white-overlay="2"]:before {
  opacity: 0.2; }
[data-overlay="3"]:before, [data-black-overlay="3"]:before, [data-white-overlay="3"]:before {
  opacity: 0.3; }
[data-overlay="4"]:before, [data-black-overlay="4"]:before, [data-white-overlay="4"]:before {
  opacity: 0.4; }
[data-overlay="5"]:before, [data-black-overlay="5"]:before, [data-white-overlay="5"]:before {
  opacity: 0.5; }
[data-overlay="6"]:before, [data-black-overlay="6"]:before, [data-white-overlay="6"]:before {
  opacity: 0.6; }
[data-overlay="7"]:before, [data-black-overlay="7"]:before, [data-white-overlay="7"]:before {
  opacity: 0.7; }
[data-overlay="8"]:before, [data-black-overlay="8"]:before, [data-white-overlay="8"]:before {
  opacity: 0.8; }
[data-overlay="9"]:before, [data-black-overlay="9"]:before, [data-white-overlay="9"]:before {
  opacity: 0.9; }
[data-overlay="10"]:before, [data-black-overlay="10"]:before, [data-white-overlay="10"]:before {
  opacity: 1; }
#scrollUp {
  overflow: hidden;
  display: inline-block;
  right: 30px;
  bottom: 0;
  border-radius: 3px 3px 0 0;
  background: #e51515;
  color: #ffffff;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  width: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  #scrollUp:hover {
    height: 40px;
    line-height: 40px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-120 {
    padding: 80px 0; }
  .pt-120 {
    padding-top: 80px; }
  .pb-120 {
    padding-bottom: 80px; }
  .ptb-110 {
    padding: 65px 0; }
  .pt-110 {
    padding-top: 65px; }
  .pb-110 {
    padding-bottom: 65px; } }
@media only screen and (max-width: 767px) {
  .ptb-120 {
    padding: 70px 0; }
  .pt-120 {
    padding-top: 70px; }
  .pb-120 {
    padding-bottom: 70px; }
  .ptb-110 {
    padding: 65px 0; }
  .pt-110 {
    padding-top: 65px; }
  .pb-110 {
    padding-bottom: 65px; }
  .pt-90 {
    padding-top: 60px; }
  .pb-90 {
    padding-bottom: 60px; }
  .ptb-90 {
    padding: 60px 0; } }
.yu2fvl {
z-index: 11; }
.yu2fvl iframe.yu2fvl-iframe {
border: none !important;
outline: none; }
.yu2fvl .yu2fvl-close {
background: #e41815;
border: medium none;
color: #fff;
cursor: pointer;
height: 40px;
right: auto;
position: absolute;
left: 100%;
top: 0;
width: 40px;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; }
.yu2fvl .yu2fvl-close:hover {
opacity: .8; }
@media only screen and (max-width: 767px) {
.yu2fvl .yu2fvl-close {
right: 0;
left: auto;
top: auto;
bottom: 100%; } }
.zoomIn {
-webkit-animation: zoomIn 0.5s ease-in-out 1;
-moz-animation: zoomIn 0.5s ease-in-out 1;
-ms-animation: zoomIn 0.5s ease-in-out 1;
-o-animation: zoomIn 0.5s ease-in-out 1;
animation: zoomIn 0.5s ease-in-out 1; }

.zoomOut {
-webkit-animation: zoomOut 0.5s ease-in-out 1;
-moz-animation: zoomOut 0.5s ease-in-out 1;
-ms-animation: zoomOut 0.5s ease-in-out 1;
-o-animation: zoomOut 0.5s ease-in-out 1;
animation: zoomOut 0.5s ease-in-out 1; }

@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden; }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible; } }
@-o-keyframes zoomIn {
  from {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden; }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible; } }
@-moz-keyframes zoomIn {
  from {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden; }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible; } }
@keyframes zoomIn {
  from {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden; }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible; } }
@-webkit-keyframes zoomOut {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible; }
  to {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden; } }
@-o-keyframes zoomOut {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible; }
  to {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden; } }
@-moz-keyframes zoomOut {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible; }
  to {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden; } }
@keyframes zoomOut {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible; }
  to {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden; } }

/*# sourceMappingURL=helper-class.css.map */
