@charset "UTF-8";
@import url(bootstrap.min.css);
@import url(et-line.css);
@import url(jquery.mCustomScrollbar.css);
@import url(animate.css);
@import url(settings.css);
@import url(layers.css);
@import url(navigation.css);
@import url(dzsparallaxer.css);
@import url(owl.carousel.css);
@import url(dark.css);
@import url(base.css);
@import url(fonts/fontawesome/css/all.min.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap&subset=latin-ext');
@import url("https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic&subset=latin,latin-ext");

html, html a, body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: 'Roboto', sans-serif !important;
}
p {
  font-size: 15px;
  font-weight: 300;
  color: #606060;
  line-height: 1.4;
}
em,li,li a {
  font-size: 15px;
  font-weight: 300;
  color: #34343c;
}
a {
  color: #E72229;
  outline: 0;
}
a:focus, a:hover, a:active {
  outline: 0;
  color: #E72229;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #34343c;
  line-height: 1.4;
  margin: 0 0 15px;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #34343c;
}
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
  color: #E72229;
  text-decoration: none;
}
h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus, h5 > a:focus, h6 > a:focus {
  text-decoration: none;
}
::selection {
  color: #fff;
  background: #E72229;
  text-shadow: none;
}
::-webkit-selection {
  color: #fff;
  background: #E72229;
  text-shadow: none;
}
::-moz-selection {
  color: #fff;
  background: #E72229;
  text-shadow: none;
}
:active, :focus {
  outline: none;
}
/*---[Blog Grid]--*/
.blog-grid {
  position: relative;
  background: #fff;
}
.blog-grid .blog-grid-video { position: relative; }
.blog-grid .blog-grid-video .blog-grid-video-player {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.blog-grid .blog-grid-box-shadow { box-shadow: 0 2px 5px 3px #eff1f8; }
.blog-grid .blog-grid-content {
 padding: 20px;
}
.blog-grid .blog-grid-content.blog-grid-content-no-gutter {
  padding: 20px 0;
}
.blog-grid .blog-grid-title-sm {
  font-size: 20px;
}
.blog-grid .blog-grid-title-sm > a {
  font-size: 20px;
}
.blog-grid .blog-grid-title-md {
  font-size: 24px;
}
.blog-grid .blog-grid-title-md > a {
  font-size: 24px;
}
.blog-grid .blog-grid-title-el {
  font-size: 28px;
}
.blog-grid .blog-grid-title-el .blog-grid-title-link {
  font-size: 30px;
  text-decoration: none;
}
.blog-grid .blog-grid-supplemental {
  border-top: 1px solid #ebeef6;
  background: #fff;
  padding: 20px;
}
.blog-grid .blog-grid-supplemental-title {
  font-size: 12px;
  font-style: normal;

  color: #606060;
}
.blog-grid .blog-grid-supplemental-category {
  font-size: 13px;

  color: #E72229;
}
@media (max-width: 480px) {
  .blog-grid .blog-grid-title-lg {
    font-size: 24px;
  }
}
/*-- [Blog Single Post] ---*/
.blog-single-post-source {
  display: block;
  margin: 20px 0;
}
.blog-single-post-content {
  padding: 60px 20px 40px;
}
.blog-single-post-comment-form .blog-single-post-form {
  color: #34343c;
  background: #f7f8fa;
  border-color: #f7f8fa;
}
.blog-single-post-comment-form .blog-single-post-form::-moz-placeholder {
  color: #34343c;
}
.blog-single-post-comment-form .blog-single-post-form:-ms-input-placeholder {
  color: #34343c;
}
.blog-single-post-comment-form .blog-single-post-form::-webkit-input-placeholder {
  color: #34343c;
}
.blog-single-post-comment-form .blog-single-post-form:focus {
  color: #34343c;
  background: #f7f8fa;
  border-color: #eff1f8;
}
.blog-single-post-comment-form .blog-single-post-form:focus::-moz-placeholder {
  color: #34343c;
}
.blog-single-post-comment-form .blog-single-post-form:focus:-ms-input-placeholder {
  color: #34343c;
}
.blog-single-post-comment-form .blog-single-post-form:focus::-webkit-input-placeholder {
  color: #34343c;
}
.blog-single-post-comment-form .blog-single-post-comment {
  overflow: hidden;
  border-top: 1px solid #f1f1f1;
  padding-top: 20px;
  margin-top: 10px;
}
.blog-single-post-comment-form .blog-single-post-comment.blog-single-post-comment-first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment {
  margin-left: 30px;
}

.blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-media {
  float: left;
  margin-right: 15px;
}

.blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-media .blog-single-post-comment-media-img {
  width: 50px;
  height: 50px;
}

.blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-content {
  overflow: hidden;
}

.blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-content .blog-single-post-comment-username {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-transform: inherit;
  margin: 0 0 5px;
}

.blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-content .blog-single-post-comment-time {
  float: right;
  color: #606060;
  font-size: 11px;
}

.blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-content .blog-single-post-comment-text {
  color: #34343c;
}

.blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-share {
  overflow: hidden;
}

.blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-share .blog-single-post-comment-share-item {
  font-size: 12px;
  padding: 0 5px;
}

.blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-share .blog-single-post-comment-share-link {
  font-size: 12px;
  text-decoration: none;
}

/* Media Queries below 480px */
@media (max-width: 480px) {
  .blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-media {
    float: none;
    margin-right: 0;
  }
  .blog-single-post-comment-form .blog-single-post-comment .blog-single-post-comment-media .blog-single-post-comment-media-img {
    margin-bottom: 15px;
  }
}

/*------------------------------------------------------------------
    [Blog Teaser]
------------------------------------------------------------------*/
.blog-teaser {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.blog-teaser .blog-teaser-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 52, 60, 0.5);
  content: " ";
  padding: 30px;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.blog-teaser .blog-teaser-center-align {
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.blog-teaser .blog-teaser-title {
  position: relative;
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
}

.blog-teaser .blog-teaser-title:after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 50px;
  height: 2px;
  background: #fff;
  content: " ";
  margin-left: -25px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.blog-teaser .blog-teaser-text {
  font-size: 18px;
  color: #fff;
}

.blog-teaser .blog-teaser-category {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-bottom: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.blog-teaser .blog-teaser-category .blog-teaser-category-title {
  position: relative;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  padding: 0 15px 0 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blog-teaser .blog-teaser-category .blog-teaser-category-title:before {
  position: absolute;
  top: 3px;
  left: -9px;
  width: 1px;
  height: 12px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.8);
  content: " ";
}

.blog-teaser .blog-teaser-category .blog-teaser-category-title:first-child:before {
  display: none;
}

.blog-teaser .blog-teaser-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 2;
  text-decoration: none;
}

.blog-teaser:hover .blog-teaser-overlay {
  background: #E72229;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.blog-teaser:hover .blog-teaser-title:after {
  -webkit-transform: scale(3, 1);
  -moz-transform: scale(3, 1);
  transform: scale(3, 1);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.blog-teaser:hover .blog-teaser-category .blog-teaser-category-title:nth-child(1) {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.blog-teaser:hover .blog-teaser-category .blog-teaser-category-title:nth-child(2) {
  opacity: 1;
  -webkit-transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}

.blog-teaser:hover .blog-teaser-category .blog-teaser-category-title:nth-child(3) {
  opacity: 1;
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

/*------------------------------------------------------------------
    [Blog Teaser v2]
------------------------------------------------------------------*/
.blog-teaser-v2 {
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.blog-teaser-v2 .blog-teaser-v2-img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.blog-teaser-v2 .blog-teaser-v2-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 52, 60, 0.4);
  content: " ";
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.blog-teaser-v2 .blog-teaser-v2-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}

.blog-teaser-v2 .blog-teaser-v2-subtitle {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}

.blog-teaser-v2 .blog-teaser-v2-title {
  position: relative;
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
}

.blog-teaser-v2 .blog-teaser-v2-title:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #fff;
  content: " ";
}

.blog-teaser-v2 .blog-teaser-v2-title.blog-teaser-v2-title-sm {
  font-size: 22px;
}

.blog-teaser-v2 .blog-teaser-v2-media {
  overflow: hidden;
}

.blog-teaser-v2 .blog-teaser-v2-media .blog-teaser-v2-author-img {
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 10px;
}

.blog-teaser-v2 .blog-teaser-v2-media-content {
  overflow: hidden;
  margin-top: 10px;
}

.blog-teaser-v2 .blog-teaser-v2-media-content .blog-teaser-v2-author-name {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
}

.blog-teaser-v2 .blog-teaser-v2-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 2;
  text-decoration: none;
}

.blog-teaser-v2:hover .blog-teaser-v2-img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.blog-teaser-v2:hover .blog-teaser-v2-overlay {
  background: rgba(0, 0, 0, 0.7);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
    [News v1]
------------------------------------------------------------------*/
/* Heading */
.news-v1 {
  box-shadow: 2px 4px 7px 2px #eff1f8;
}

.news-v1 .news-v1-heading {
  background: #fff;
  text-align: center;
  padding: 20px;
}

.news-v1 .news-v1-heading .news-v1-heading-tag {
  display: block;
  font-size: 14px;
  font-style: normal;
  color: #34343c;
  text-decoration: none;
  margin-bottom: 5px;
}

.news-v1 .news-v1-heading .news-v1-heading-tag:hover {
  color: #E72229;
}

.news-v1 .news-v1-heading .news-v1-element {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #34343c;
}

.news-v1 .news-v1-heading .news-v1-element:before, .news-v1 .news-v1-heading .news-v1-element:after {
  position: absolute;
  top: 8px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #34343c;
  content: " ";
}

.news-v1 .news-v1-heading .news-v1-element:before {
  right: 100%;
  margin-right: 10px;
}

.news-v1 .news-v1-heading .news-v1-element:after {
  left: 100%;
  margin-left: 10px;
}

.news-v1 .news-v1-heading .news-v1-element .news-v1-element-icon {
  position: relative;
  top: -3px;
  display: inline-block;
  font-size: 6px;
  color: #606060;
}

.news-v1 .news-v1-heading .news-v1-heading-title {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 0;
}

.news-v1 .news-v1-heading .news-v1-heading-title > a {
  text-decoration: none;
}

/* Image Gradient */
.news-v1 .news-v1-img-gradient {
  position: relative;
  overflow: hidden;
}

.news-v1 .news-v1-img-gradient .news-v1-img-content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(52, 52, 60, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 52, 60, 0)), to(rgba(52, 52, 60, 0.9)));
  background-image: -webkit-linear-gradient(top, rgba(52, 52, 60, 0), rgba(52, 52, 60, 0.9));
  background-image: -moz-linear-gradient(top, rgba(52, 52, 60, 0), rgba(52, 52, 60, 0.9));
  background-image: -ms-linear-gradient(top, rgba(52, 52, 60, 0), rgba(52, 52, 60, 0.9));
  background-image: -o-linear-gradient(top, rgba(52, 52, 60, 0), rgba(52, 52, 60, 0.9));
  background-image: linear-gradient(top, rgba(52, 52, 60, 0), rgba(52, 52, 60, 0.9));
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='rgba(52, 52, 60, 0)', end-colourStr='rgba(52, 52, 60, 0.9)');
}

.news-v1 .news-v1-img-gradient .news-v1-img-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-transform: inherit;
  letter-spacing: 0;
  padding: 30px;
  margin-bottom: 0;
}

/* Content */
.news-v1 .news-v1-content {
  background: #fff;
  padding: 20px;
}

.news-v1 .news-v1-lists {
  text-align: center;
  margin-bottom: 0;
}

.news-v1 .news-v1-lists .news-v1-lists-item {
  position: relative;
  font-size: 13px;
  font-style: normal;
  color: #34343c;
  padding: 0 7px;
}

.news-v1 .news-v1-lists .news-v1-lists-item:before {
  position: absolute;
  top: 0;
  left: -45px;
  width: 100%;
  height: 100%;
  color: #34343c;
  content: "/";
}

.news-v1 .news-v1-lists .news-v1-lists-item:first-child:before {
  display: none;
  content: " ";
}

.news-v1 .news-v1-lists .news-v1-lists-item .news-v1-lists-link {
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-style: normal;
  color: #34343c;
  text-decoration: none;
}

.news-v1 .news-v1-lists .news-v1-lists-item .news-v1-lists-link:hover {
  color: #E72229;
}

.news-v1 .news-v1-quote {
  position: relative;
  display: block;
  font-size: 15px;
  color: #3a3a44;
  line-height: 1.6;
  padding-left: 45px;
  margin-bottom: 0;
}

.news-v1 .news-v1-quote:before {
  position: absolute;
  top: -20px;
  left: 0;
  display: inline-block;
  font-size: 70px;
  color: #34343c;
  content: "“";
}
/*--------------------------------------------------
    [Accordion v1]
----------------------------------------------------*/
.accordion-v1 .panel-group {
  margin-bottom: 0;
}

.accordion-v1 .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.accordion-v1 .panel-default .panel-heading {
  border-radius: 0;
  padding: 0;
}

.accordion-v1 .panel-default .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

.accordion-v1 .panel-title > a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  color: #34343c;
  background: #f7f8fa;
  padding: 15px 50px 15px 15px;
}

.accordion-v1 .panel-title > a:after {
  position: absolute;
  top: 8px;
  right: 20px;
  font-size: 24px;
  font-weight: 200;
  color: #34343c;
  content: "\2B";
}

.accordion-v1 .panel-title > a[aria-expanded="true"] {
  color: #fff;
  background: #E72229;
}

.accordion-v1 .panel-title > a[aria-expanded="true"]:after {
  color: #fff;
  position: absolute;
  top: 5px;
  right: 20px;
  content: "\2013";
}

.accordion-v1 .panel-title > a:focus, .accordion-v1 .panel-title > a:hover {
  color: #fff;
  background: #E72229;
  text-decoration: none;
}

.accordion-v1 .panel-title > a:focus:after, .accordion-v1 .panel-title > a:hover:after {
  color: #fff;
}

.accordion-v1 .panel-body {
  font-size: 15px;
  font-weight: 300;
  color: #606060;
}

/* Accordion v1 Active aligned to the left (the default is right) */
.accordion-v1.accordion-v1-active-left .panel-title > a {
  padding: 15px 15px 15px 50px;
}

.accordion-v1.accordion-v1-active-left .panel-title > a:after {
  position: absolute;
  top: 7.5px;
  left: 20px;
  right: auto;
}

.accordion-v1.accordion-v1-active-left .panel-title > a[aria-expanded="true"]:after {
  position: absolute;
  top: 6px;
  left: 20px;
  right: auto;
}
/*-- [Breadcrumbs v5] --*/
.breadcrumbs-v5 {
  position: relative;
  z-index: 1;
  background: url(../img/1920x1080/48.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 20%;
  padding: 70px 0 50px;
}

.breadcrumbs-v5:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(52, 52, 60, 0.5);
  content: " ";
}

.breadcrumbs-v5.breadcrumbs-v5-bg-img-v2 {
  background-size: cover;
  background-position: 50% 50%;
}

.breadcrumbs-v5.breadcrumbs-v5-bg-img-v3 {
  background: url(../img/banner/urun.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}

.breadcrumbs-v5.breadcrumbs-v5-bg-img-v4 {
  background: url(../img/banner/referans.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.breadcrumbs-v5.breadcrumbs-v5-bg-img-v5 {
  background: url(../img/banner/iletisim.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.breadcrumbs-v5.breadcrumbs-v5-bg-img-v5:before {
  background: rgba(52, 52, 60, 0.6);
}

.breadcrumbs-v5.breadcrumbs-v5-bg-img-v6 {
  background: url(../img/1920x1080/52.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 20%;
}

.breadcrumbs-v5.breadcrumbs-v5-bg-img-v7 {
  background: url(../img/1920x1080/34.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.breadcrumbs-v5 .breadcrumbs-v5-title {
  font-size: 50px;
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
  margin: 0;
}

.breadcrumbs-v5 .breadcrumbs-v5-subtitle {
  display: block;
  font-size: 18px;
  font-style: normal;
  color: #fff;
  opacity: .8;
}

.breadcrumbs-v5 .breadcrumbs-v5-divider {
  font-size: 18px;
  color: #fff;
  padding: 0 10px;
}

.breadcrumbs-v5 .breadcrumbs-v5-video {
  display: inline-block;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
  text-decoration: none;
}

/* Media Queries below 480px */
@media (max-width: 480px) {
  .breadcrumbs-v5 .breadcrumbs-v5-title {
    font-size: 50px;
  }
}
/*-- [Heading v1] --*/
.heading-v1 .heading-v1-title {
  font-size: 20px;
  font-style: normal;
}

.heading-v1 .heading-v1-subtitle {
  max-width: 350px;
  font-size: 16px;
  font-style: normal;
  color: #E72229;
  margin-bottom: 20px;
}

.heading-v1 .heading-v1-text {
  font-size: 18px;
  font-style: normal;
  margin-bottom: 0;
}

/* White Version */
.heading-v1.heading-v1-white .heading-v1-title,
.heading-v1.heading-v1-white .heading-v1-text {
  color: #fff;
}
/*-- [Paginations v3] --*/
.paginations-v3 {
  position: relative;
  margin: 20px 0;
}

.paginations-v3-list {
  display: inline-block;
  padding-left: 0;
}

.paginations-v3-list > li {
  display: inline-block;
}

.paginations-v3-list > li > a,
.paginations-v3-list > li > span {
  position: relative;
  float: left;
  font-size: 16px;
  color: #34343c;
  background: #fff;
  text-decoration: none;
  padding: 10px 16px;
  margin-left: 2px;
}

.paginations-v3-list > li > a:hover,
.paginations-v3-list > li > span:hover {
  color: #E72229;
  background: #fff;
}

.paginations-v3-list > li.previous > a:hover i {
  -webkit-animation: toLeftFromRight 0.3s forwards;
  -moz-animation: toLeftFromRight 0.3s forwards;
  animation: toLeftFromRight 0.3s forwards;
}

.paginations-v3-list > li.next > a:hover i {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}

.paginations-v3-list > li.active > a,
.paginations-v3-list > li.active > span {
  z-index: 2;
  color: #fff;
  background: #E72229;
  cursor: default;
}

.paginations-v3-list > li.active > a:hover,
.paginations-v3-list > li.active > span:hover {
  color: #fff;
  background: #E72229;
}

.paginations-v3-list > li.disabled > a,
.paginations-v3-list > li.disabled > a:hover,
.paginations-v3-list > li.disabled > a:focus,
.paginations-v3-list > li.disabled > span,
.paginations-v3-list > li.disabled > span:hover,
.paginations-v3-list > li.disabled > span:focus {
  color: #e9e9e9;
  cursor: not-allowed;
  background: transparent;
}

@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  51% {
    opacity: 1;
  }
}

@-moz-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  51% {
    opacity: 1;
  }
}

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  51% {
    opacity: 1;
  }
}

@-moz-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  51% {
    opacity: 1;
  }
}
/*-- [Tab v8] --*/
.tab-v8 .nav-tabs {
  border-bottom: none;
}

.tab-v8 .nav-tabs > li {
  width: 50%;
}

.tab-v8 .nav-tabs > li > a {
  font-size: 15px;
  color: #34343c;
  background: #f7f8fa;
  border-radius: 0;
  border: none;
  padding: 12px 22px;
}

.tab-v8 .nav-tabs > li:active > a, .tab-v8 .nav-tabs > li:focus > a, .tab-v8 .nav-tabs > li:hover > a {
  background: inherit;
}

.tab-v8 .nav-tabs > li:hover > a {
  color: #fff;
  background: #34343c;
}

.tab-v8 .nav-tabs > li.active > a {
  color: #fff;
  background: #34343c;
  border: none;
}

.tab-v8 .tab-pane {
  font-size: 15px;
  color: #606060;
  padding: 20px 0;
}

/* Media Queries below 480px */
@media (max-width: 480px) {
  .tab-v8 .nav-tabs {
    display: block;
    width: 100%;
  }
  .tab-v8 .nav-tabs > li {
    width: 100%;
    float: none;
    margin-top: 5px;
  }
  .tab-v8 .nav-tabs > li:first-child {
    margin-top: 0;
  }
}
/*-- [Theme Icons] --*/
.theme-icons-wrap {
  z-index: 1;
}

.theme-icons-wrap .theme-icons {
  text-align: center;
  margin-bottom: 5px;
}

.theme-icons-wrap a[href]:hover .theme-icons {
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* Theme Icons White Background */
.theme-icons-white-bg {
  display: inline-block;
  color: #3a3a44;
  background: #fff;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  tegt-align: center;
  vertical-align: middle;
}

.theme-icons-wrap > a[href] > .theme-icons-white-bg:hover {
  color: #fff;
  background: #E72229;
  border-color: transparent;
}
/*------------------------------------------------------------------
    [Theme Icons Sizes]
------------------------------------------------------------------*/
/* Extra Small Size */
.theme-icons-xs {
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 1.4;
  padding: 2px;
}

/* Small Size */
.theme-icons-sm {
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 1.4;
  padding: 6px;
}

/* Medium Size */
.theme-icons-md {
  width: 45px;
  height: 45px;
  font-size: 20px;
  line-height: 1.5;
  padding: 8px;
}

/* Large Size */
.theme-icons-lg {
  width: 55px;
  height: 55px;
  font-size: 24px;
  line-height: 1.15;
  padding: 14px;
}
/*-- [Footer] --*/
.footer {
  background: #34343c;
  padding: 50px 0 0;
}

.footer .footer-title {
  font-size: 24px;
  color: #fff;
  margin: 0 0 20px;
}
/*-- [Footer v4] --*/
.footer-v4 {
  position: relative;
  z-index: 1;
  background: url(../img/1920x1080/18.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 10px;
}

.footer-v4:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #E72229;
  content: " ";
}

.footer-v4 .footer-v4-logo {
  width: 150px;
  height: auto;
  margin-bottom: 10px;
}

.footer-v4 .footer-v4-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0;
}

.footer-v4 .footer-v4-content .footer-v4-title {
  font-size: 26px;
  color: #fff;
  margin: 0 0 25px;
}

.footer-v4 .footer-v4-service {
  margin-bottom: 0;
}

.footer-v4 .footer-v4-service .footer-v4-service-item {
  padding-top: 15px;
}

.footer-v4 .footer-v4-service .footer-v4-service-item:first-child {
  padding-top: 0;
}

.footer-v4 .footer-v4-service .footer-v4-service-item .footer-v4-service-icon {
  font-size: 15px;
  color: #E72229;
  margin-right: 7px;
}

.footer-v4 .footer-v4-service .footer-v4-service-item .footer-v4-service-link {
  font-size: 15px;
  color: #e6e6e6;
}

.footer-v4 .footer-v4-service .footer-v4-service-item .footer-v4-service-link:hover {
  color: #E72229;
  text-decoration: none;
}

.footer-v4 .footer-v4-news {
  margin-bottom: 0;
}

.footer-v4 .footer-v4-news .footer-v4-news-item {
  padding: 7px 0;
}

.footer-v4 .footer-v4-news .footer-v4-news-item:before, .footer-v4 .footer-v4-news .footer-v4-news-item:after {
  content: " ";
  display: table;
}

.footer-v4 .footer-v4-news .footer-v4-news-item:after {
  clear: both;
}

.footer-v4 .footer-v4-news .footer-v4-news-item .footer-v4-news-media {
  float: left;
  margin: 12px 15px 0 0;
}

.footer-v4 .footer-v4-news .footer-v4-news-item .footer-v4-news-img {
  width: 40px;
  height: 40px;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.footer-v4 .footer-v4-news .footer-v4-news-item .footer-v4-news-content {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  padding-top: 10px;
}

.footer-v4 .footer-v4-news .footer-v4-news-item .footer-v4-news-link {
  display: inline-block;
  font-size: 15px;
  color: #e6e6e6;
  margin-bottom: 5px;
}

.footer-v4 .footer-v4-news .footer-v4-news-item .footer-v4-news-link:hover {
  color: #E72229;
  text-decoration: none;
}

.footer-v4 .footer-v4-news .footer-v4-news-item .footer-v4-news-date {
  display: block;
  font-size: 12px;
  color: #bfbfbf;
}

.footer-v4 .footer-v4-news .footer-v4-news-item:first-child {
  padding-top: 0;
}

.footer-v4 .footer-v4-news .footer-v4-news-item:first-child .footer-v4-news-media {
  margin-top: 0;
}

.footer-v4 .footer-v4-news .footer-v4-news-item:first-child .footer-v4-news-content {
  border-top: none;
  padding-top: 0;
}

.footer-v4 .footer-v4-text {
  font-size: 15px;
  color: #e6e6e6;
  margin-bottom: 0;
}

.footer-v4 .footer-v4-link {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  color: #e6e6e6;
}

.footer-v4 .footer-v4-link:hover {
  color: #E72229;
  text-decoration: none;
}

.footer-v4 .footer-v4-copyright {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-v4 .footer-v4-copyright .footer-v4-copyright-text {
  font-size: 13px;
  color: #cccccc;
  margin-bottom: 0;
}

.footer-v4 .footer-v4-copyright .footer-v4-terms-list {
  text-align: right;
  margin-bottom: 0;
}

.footer-v4 .footer-v4-copyright .footer-v4-terms-list .footer-v4-terms-item {
  position: relative;
  padding: 0 9px;
}

.footer-v4 .footer-v4-copyright .footer-v4-terms-list .footer-v4-terms-item:after {
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  content: " ";
}

.footer-v4 .footer-v4-copyright .footer-v4-terms-list .footer-v4-terms-item:first-child {
  padding-left: 0;
  padding-right: 4px;
}

.footer-v4 .footer-v4-copyright .footer-v4-terms-list .footer-v4-terms-item:first-child:after {
  display: none;
  content: " ";
}

.footer-v4 .footer-v4-copyright .footer-v4-terms-list .footer-v4-terms-link {
  display: inline-block;
  font-size: 12px;
  color: #cccccc;
}

.footer-v4 .footer-v4-copyright .footer-v4-terms-list .footer-v4-terms-link:hover {
  color: #E72229;
  text-decoration: none;
}

/* Media Queries below 768px */
@media (max-width: 768px) {
  .footer-v4 .footer-v4-copyright .footer-v4-copyright-text,
  .footer-v4 .footer-v4-copyright .footer-v4-terms-list {
    text-align: center;
  }
}
/*-- [Header] --*/
.header {
  border: none;
  background: #fff;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Header Fixed */
.header.header-fixed {
  position: relative;
}

/* Header Box Shadow */
.header.header-box-shadow:before, .header.header-box-shadow:after {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  bottom: 0;
  z-index: -1;
  box-shadow: 0 0 15px #e8e8ec;
  border-radius: 1000px / 30px;
  content: " ";
}

.header.header-box-shadow:after {
  left: auto;
  right: 10px;
}

/* Navbar */
.header .navbar {
  background: #fff;
  border-bottom:2px solid #E72229;
  border-radius: 0;
  margin-bottom: 0;
  max-height: 90px;
}
@media only screen and (max-width:414px) {
  .header .navbar {
    max-height: 100%;
  }
}
.navbar-fixed-top {
  max-height: 90px;
}
/* Navbar Toggle */
.header .navbar-toggle {
  width: 25px;
  height: 25px;
  float: left;
  border: none;
  padding: 0;
  margin: 24px 0;
  font-size: 32px;
}

.header .navbar-toggle .toggle-icon {
  position: relative;
  width: 15px;
  height: 1px;
  display: inline-block;
  background: #34343c;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:before, .header .navbar-toggle .toggle-icon:after {
  position: absolute;
  left: 0;
  width: 15px;
  height: 1px;
  background: #34343c;
  content: " ";
}

.header .navbar-toggle .toggle-icon:before {
  bottom: 10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:after {
  top: -5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon.is-clicked {
  background: rgba(52, 52, 60, 0);
}

.header .navbar-toggle .toggle-icon.is-clicked:before, .header .navbar-toggle .toggle-icon.is-clicked:after {
  background: #34343c;
}

.header .navbar-toggle .toggle-icon.is-clicked:before {
  bottom: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon.is-clicked:after {
  top: -5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon {
  background: #E72229;
}

.header .navbar-toggle:hover .toggle-icon:before, .header .navbar-toggle:hover .toggle-icon:after {
  background: #E72229;
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
  background: rgba(52, 52, 60, 0);
}

/* Topbar Toggle Trigger */
.header .topbar-toggle-trigger {
  float: left;
  width: 27px;
  height: 27px;
  text-align: center;
  cursor: pointer;
  padding: 35px 0 55px;
}

.header .topbar-toggle-trigger .topbar-toggle-trigger-style {
  position: relative;
  top: 8px;
  display: block;
  width: 4px;
  height: 4px;
  text-align: center;
  background: #34343c;
  border-radius: 50%;
  content: " ";
  margin: 0 auto;
}

.header .topbar-toggle-trigger .topbar-toggle-trigger-style:before, .header .topbar-toggle-trigger .topbar-toggle-trigger-style:after {
  position: absolute;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #34343c;
  border-radius: 50%;
  content: " ";
  margin-left: -2px;
}

.header .topbar-toggle-trigger .topbar-toggle-trigger-style:before {
  top: -6px;
}

.header .topbar-toggle-trigger .topbar-toggle-trigger-style:after {
  bottom: -6px;
}

.header .topbar-toggle-trigger:hover .topbar-toggle-trigger-style {
  background: #E72229;
}

.header .topbar-toggle-trigger:hover .topbar-toggle-trigger-style:before, .header .topbar-toggle-trigger:hover .topbar-toggle-trigger-style:after {
  background: #E72229;
}

/* Navbar Actions */
.header .navbar-actions {
  position: relative;
  float: right;
  font-size: 22px;
}
@media only screen and (max-width:414px) {
  .header .navbar-actions {
    font-size:32px;
  }
}
.header .navbar-actions .navbar-actions-shrink {
  line-height: 90px;
  float: left;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
/* Navbar Logo */
.header .navbar-logo {

  float: left;
  width: 210px;
  line-height: 60px;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-logo .navbar-logo-wrap {
  display: inline-block;
  padding: 5px 0 5px;
}

.header .navbar-logo .navbar-logo-wrap:focus, .header .navbar-logo .navbar-logo-wrap:hover {
  text-decoration: none;
}

.header .navbar-logo .navbar-logo-img {
  display: inline-block;
  max-height:100%;
  max-width:100%;
  vertical-align: middle;
}

/* Navbar Nav */
.header .navbar-nav .nav-item-child {
  font-size: 12px;
  font-weight: 400;
  color: #34343c;
  background: 0;
  line-height: 90px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 15px;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-nav .nav-item-child.active {
  color: #E72229;
}

.header .navbar-nav .nav-item-child.active:hover {
  color: #E72229;
  background: 0;
}

.header .navbar-nav .nav-item-child:hover, .header .navbar-nav .nav-item-child:focus {
  color: #E72229;
}

.header .navbar-nav .open .nav-item-child:hover, .header .navbar-nav .open .nav-item-child:focus {
  background: 0;
}

/* Dropdown Menu */
.header .dropdown-menu {
  min-width: 200px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin-top: 1px;
}

.header .dropdown-menu .dropdown-menu-item {
  color: #4c4c57;
}

.header .dropdown-menu .dropdown-menu-item .dropdown-menu-item-child {
  font-size: 12px;
  font-weight: 400;
  color: #4c4c57;
  text-transform: uppercase;
  padding: 8px 20px;
}

.header .dropdown-menu .dropdown-menu-item .dropdown-menu-item-child.active {
  color: #E72229;
}

.header .dropdown-menu .dropdown-menu-item .dropdown-menu-item-child.active:hover {
  color: #E72229;
  background: #fff;
}

.header .dropdown-menu .dropdown-menu-item .dropdown-menu-item-child:focus {
  background: 0;
}

.header .dropdown-menu .dropdown-menu-item .dropdown-menu-item-child:hover {
  color: #fff;
  background: #E72229;
}

.header .dropdown-menu .dropdown-menu-item.active .dropdown-menu-item-child {
  color: #E72229;
}

.header .dropdown-menu .dropdown-menu-item.active .dropdown-menu-item-child:hover {
  background: 0;
}

/* Dropdown Submenu */
.header .dropdown-submenu {
  position: relative;
}

.header .dropdown-submenu:hover .dropdown-submenu-child {
  color: #E72229;
}

.header .dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.header .dropdown-submenu .dropdown-submenu-child {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #4c4c57;
  text-transform: uppercase;
  cursor: pointer;
  padding: 8px 20px;
  margin: 0;
}

.header .dropdown-submenu .dropdown-submenu-child:after {
  position: absolute;
  top: 8px;
  right: 12px;
  display: inline-block;
  font-size: 12px;
  content: ">";
}

.header .dropdown-submenu .dropdown-submenu-child.active {
  color: #E72229;
}

.header .dropdown-submenu .dropdown-submenu-child.active:hover {
  color: #E72229;
  background: #fff;
}

.header .dropdown-submenu .dropdown-submenu-child.active:hover:after {
  color: #E72229;
}

.header .dropdown-submenu .dropdown-submenu-child:hover {
  color: #fff;
  background: #E72229;
}

.header .dropdown-submenu .dropdown-submenu-child:hover:after {
  color: #fff;
}

.header .dropdown-submenu .dropdown-menu {
  top: -1px;
  left: 100%;
  margin-left: -0.8px;
}

.header .dropdown-submenu .dropdown-menu.dropdown-menu-left {
  left: -100%;
  margin-left: 0.5px;
}

.header .dropdown-submenu.active .dropdown-submenu-child {
  color: #E72229;
}

.header .dropdown-submenu.active .dropdown-submenu-child:hover {
  color: #E72229;
  background: #fff;
}
/* Media Queries below 991px */
@media (max-width: 991px) {
  /* Bootstrap collapse of navigation with a maximum width: 991px
    (Change it to any breakpoint you want to be collapsed) */
  .header .navbar-toggle {
    display: block;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
  .header .navbar-nav {
    margin: 0;
    float: none;
  }
  .header .navbar-nav .nav-item {
    float: none;
  }
  /* Navbar Fixed Top */
  .header.navbar-fixed-top, .header.navbar-fixed-top-boxed {
    position: relative;
  }
  .header.navbar-fixed-top .nav-collapse, .header.navbar-fixed-top-boxed .nav-collapse {
    max-height: none;
    padding: 0;
    margin: 0;
  }
  /* Menu Container */
  .header .menu-container:before, .header .menu-container:after {
    content: " ";
    display: table;
  }
  .header .menu-container:after {
    clear: both;
  }
  /* Navbar Logo */
  .header .navbar-logo {
    width: auto;
    height: 100%;
    display: block;
    float: none;
    text-align: center;
    margin: 0 70px;
  }
  /* Navbar Nav */
  .header .navbar-nav .nav-item {
    border-top: 1px solid #ebeef6;
  }
  .header .navbar-nav .nav-item.open .nav-item-child:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .header .navbar-nav .nav-item-child {
    line-height: 1.4;
    padding: 12px 12px 12px 0;
  }
  .header .navbar-nav .dropdown-toggle {
    position: relative;
  }
  .header .navbar-nav .dropdown-toggle:after {
    position: absolute;
    top: 12px;
    right: 0;
    display: inline-block;
    font-size: 12px;
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .header .navbar-nav .nav-item-bg {
    display: inline-block;
    border-top: none;
    margin: 10px 0 20px;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .header .navbar-nav .nav-item-bg .nav-item-child {
    color: #fff;
    line-height: 20px;
    padding: 7px 15px;
    background: #E72229;
  }
  .header .navbar-nav .nav-item-bg .nav-item-child:after {
    content: " ";
    display: none;
  }
  .header .navbar-nav .nav-item-bg .nav-item-child:hover {
    color: #fff;
  }
  /* Dropdown Menu */
  .header .dropdown-menu {
    position: static;
    float: none;
  }
  .header .dropdown-menu .dropdown-menu-item:last-child {
    margin-bottom: 20px;
  }
  /* Dropdown Submenu */
  .header .dropdown-submenu .dropdown-submenu-child {
    font-weight: 500;
  }
  .header .dropdown-submenu .dropdown-submenu-child:after {
    display: none;
  }
  .header .dropdown-submenu .dropdown-submenu-child:hover {
    cursor: inherit;
  }
  .header .dropdown-submenu .dropdown-menu {
    display: block;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .header .dropdown-submenu:hover .dropdown-submenu-child {
    color: #34343c;
    background: 0;
  }
  /* Mega Menu */
  .header .mega-menu-list {
    margin-bottom: 20px;
  }
  .header .mega-menu-list .mega-menu-title {
    font-size: 12px;
    padding: 8px 20px;
    margin-bottom: 0;
  }
  .header .mega-menu-list .mega-menu-item {
    margin-left: 20px;
  }
}

/* Media Queries below 767px */
@media (max-width: 767px) {
  /* Menu Container */
  .header .menu-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container > .nav-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  /* Theme Toggle Trigger */
  .header .theme-toggle-trigger {
    display: block;
  }
  .header .theme-toggle-content {
    display: none;
  }
}
/* Media Queries below 480px */
@media (max-width: 480px) {
  .header .shopping-cart .shopping-cart-menu {
    position: absolute;
    top: 100%;
    right: -50px;
  }
}
/* Media Queries above 768px */
@media (min-width: 768px) {
  /* Navbar Fixed Top Boxed */
  .header.navbar-fixed-top.navbar-fixed-top-boxed {
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
  }
  /* Theme Toggle Trigger */
  .header .theme-toggle-trigger {
    display: none !important;
  }
  .header .theme-toggle-content {
    display: block !important;
  }
}

/* Media Queries above 992px */
@media (min-width: 992px) {
  /* Navbar */
  .header .navbar-nav {
    float: right;
  }
  .header .navbar-nav .nav-item .dropdown-menu {
    z-index: 9999;
    min-width: 200px;
    border: none;
    border-radius: 0;
  }
  .header .navbar-nav .nav-item .open > .dropdown-menu {
    display: none;
  }
  .header .navbar-nav .nav-item:hover .nav-item-child {
    color: #E72229;
  }
  .header .navbar-nav .nav-item:hover > .dropdown-menu {
    display: block;
  }
  .header .navbar-nav .nav-item-bg {
    margin: 27px 15px 27px 0;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .header .navbar-nav .nav-item-bg .nav-item-child {
    color: #fff;
    line-height: 20px;
    padding: 7px 15px;
    background: #E72229;
  }
  .header .navbar-nav .nav-item-bg .nav-item-child:hover {
    color: #fff;
  }
}
/*-- [Responsive] --*/
/* Full Width class below 480px */
@media (max-width: 480px) {
  .xs-full-width {
    width: 100%;
  }
}

/* Hidden class below 480px */
@media (max-width: 480px) {
  .xs-hidden {
    display: none !important;
  }
}

/* Hidden class below 768px */
@media (max-width: 768px) {
  .sm-hidden {
    display: none !important;
  }
}

/* Hidden class below 992px */
@media (max-width: 992px) {
  .md-hidden {
    display: none !important;
  }
}
/*-- [Modal Form] --*/
.form-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f8fa;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.form-modal .form-modal-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.form-modal .form-modal-container {
  -webkit-transform: scale(0.8, 1);
  -moz-transform: scale(0.8, 1);
  transform: scale(0.8, 1);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.form-modal.is-visible {
  visibility: visible;
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.form-modal.is-visible .form-modal-container {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.form-modal .form-modal-container {
  width: 100%;
}

.form-modal .form-modal-container .form-modal-connect,
.form-modal .form-modal-container .form-modal-divider,
.form-modal .form-modal-container .form-modal-login-form {
  float: left;
  padding: 10px;
}

.form-modal .form-modal-container .form-modal-connect {
  width: 45%;
  margin-top: 25px;
}

.form-modal .form-modal-container .form-modal-divider {
  width: 10%;
}

.form-modal .form-modal-container .form-modal-divider .form-modal-divider-text {
  position: relative;
  display: block;
  font-size: 20px;
  color: #34343c;
  text-align: center;
  margin-top: 30px;
}

.form-modal .form-modal-container .form-modal-divider .form-modal-divider-text:before, .form-modal .form-modal-container .form-modal-divider .form-modal-divider-text:after {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #a0a0a0;
  content: " ";
}

.form-modal .form-modal-container .form-modal-divider .form-modal-divider-text:before {
  top: 100%;
  margin-top: 10px;
}

.form-modal .form-modal-container .form-modal-divider .form-modal-divider-text:after {
  bottom: 100%;
  margin-bottom: 10px;
}

.form-modal .form-modal-container .form-modal-login-form {
  width: 45%;
}

.form-modal .form-modal-container .form-modal-reset-form {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.form-modal .form-modal-heading {
  text-align: center;
  margin-bottom: 20px;
}

.form-modal .form-modal-heading .form-modal-title {
  font-size: 28px;
  margin: 0 0 5px;
}

.form-modal .form-modal-back-btn-message {
  font-size: 14px;
  font-weight: 300;
  color: #34343c;
  text-align: center;
  margin-bottom: 5px;
}

.form-modal .form-modal-back-btn-message .form-modal-back-btn-message-link {
  font-size: 14px;
  font-weight: 300;
  color: #E72229;
}

.form-modal .form-modal-input {
  height: 40px;
}

.form-modal .form-modal-input-group {
  position: relative;
}

.form-modal .form-modal-input-group .form-modal-input-form {
  padding: 6px 75px 6px 12px;
}

.form-modal .form-modal-input-group .form-modal-hide-password {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 65px;
  font-size: 13px;
  font-weight: 300;
  color: #34343c;
  text-align: center;
  border-left: 1px solid #ebeef6;
  text-decoration: none;
  padding: 11px 15px;
}

.form-modal .form-modal-input-group .form-modal-hide-password:hover {
  color: #E72229;
}

.form-modal .form-modal-close-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  display: block;
  font-size: 28px;
  color: #34343c;
  text-align: center;
  line-height: 1.25;
  text-decoration: none;
}

.form-modal .form-modal-close-form:hover {
  color: #E72229;
}

.form-modal #form-modal-login,
.form-modal #form-modal-signup,
.form-modal #form-modal-reset-password {
  display: none;
}

.form-modal #form-modal-login.is-selected,
.form-modal #form-modal-signup.is-selected,
.form-modal #form-modal-reset-password.is-selected {
  display: block;
}

/* Media Queries below 768px */
@media (max-width: 768px) {
  .form-modal .form-modal-container {
    max-width: 100%;
  }
  .form-modal .form-modal-container .form-modal-connect,
  .form-modal .form-modal-container .form-modal-divider,
  .form-modal .form-modal-container .form-modal-login-form {
    width: 100%;
    float: none;
  }
  .form-modal .form-modal-container .form-modal-connect {
    margin-top: 0;
  }
  .form-modal .form-modal-container .form-modal-divider {
    text-align: center;
  }
  .form-modal .form-modal-container .form-modal-divider .form-modal-divider-text {
    display: inline-block;
    margin: 0;
  }
  .form-modal .form-modal-container .form-modal-divider .form-modal-divider-text:before, .form-modal .form-modal-container .form-modal-divider .form-modal-divider-text:after {
    position: absolute;
    top: 15px;
    width: 20px;
    height: 1px;
    background: #a0a0a0;
    content: " ";
  }
  .form-modal .form-modal-container .form-modal-divider .form-modal-divider-text:before {
    left: auto;
    right: 100%;
    margin: 0 15px 0 0;
  }
  .form-modal .form-modal-container .form-modal-divider .form-modal-divider-text:after {
    bottom: auto;
    left: 100%;
    margin: 0 0 0 15px;
  }
}
/*-- [Search] --*/
.search {
  text-align: center;
}
.search .search-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.search .search-btn .search-btn-default,
.search .search-btn .search-btn-active {
  position: relative;
  width: 25px;
  height: 0;
  display: block;
  font-size: 13px;
  font-family: 'Font Awesome 5 Free';
  color: #34343c;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.search .search-btn .search-btn-default:hover,
.search .search-btn .search-btn-active:hover {
  color: #E72229;
}

.search .search-btn .search-btn-default {
  top: 1px;
  content: "\f002";
  opacity: 1;
}

.search .search-btn .search-btn-active {
  top: 12px;
  font-size: 15px;
  content: "\f00d";
  opacity: 0;
}

.search .search-btn.is-clicked .search-btn-default {
  top: -13px;
  opacity: 0;
}

.search .search-btn.is-clicked .search-btn-active {
  top: 1px;
  opacity: 1;
}

/* Search Field */
.search-field {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 9;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ebeef6;
  border-bottom: 1px solid #ebeef6;
}

.search-field .search-field-input {
  width: 100%;
  height: 70px;
  font-size: 20px;
  color: #34343c;
  background: #fff;
  border: none;
  box-shadow: none;
  padding: 0;
}

.search-field .search-field-input::-moz-placeholder {
  color: #34343c;
}

.search-field .search-field-input:-ms-input-placeholder {
  color: #34343c;
}

.search-field .search-field-input::-webkit-input-placeholder {
  color: #34343c;
}

.search-field .search-field-input:focus {
  color: #34343c;
}

.search-field .search-field-input:focus::-moz-placeholder {
  color: #34343c;
}

.search-field .search-field-input:focus:-ms-input-placeholder {
  color: #34343c;
}

.search-field .search-field-input:focus::-webkit-input-placeholder {
  color: #34343c;
}

/* Media Queries below 991px */
@media (max-width: 991px) {
  .header .search-field > .container {
    width: 100%;
  }
}

/*------------------------------------------------------------------
    [Search Button White]
------------------------------------------------------------------*/
/* Media Queries below 992px */
@media (max-width: 992px) {
  /* Search */
  .search.search-white .search-btn .search-btn-default,
  .search.search-white .search-btn .search-btn-active {
    color: #34343c;
  }
  .search.search-white .search-btn .search-btn-default:hover,
  .search.search-white .search-btn .search-btn-active:hover {
    color: #E72229;
  }
}

/* Media Queries above 992px */
@media (min-width: 992px) {
  /* Search */
  .search.search-white .search-btn .search-btn-default,
  .search.search-white .search-btn .search-btn-active {
    color: #fff;
  }
  .search.search-white .search-btn .search-btn-default:hover,
  .search.search-white .search-btn .search-btn-active:hover {
    color: #E72229;
  }
  /* Header Shrink */
  .header-shrink .search .search-btn .search-btn-default,
  .header-shrink .search .search-btn .search-btn-active {
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .header-shrink .search.search-white .search-btn .search-btn-default,
  .header-shrink .search.search-white .search-btn .search-btn-active {
    color: #34343c;
  }
  .header-shrink .search.search-white .search-btn .search-btn-default:hover,
  .header-shrink .search.search-white .search-btn .search-btn-active:hover {
    color: #E72229;
  }
}
/*-- [Search On Header] --*/
.search-on-header {
  text-align: center;
}

.search-on-header .search-on-header-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.search-on-header .search-on-header-btn .search-on-header-btn-default,
.search-on-header .search-on-header-btn .search-on-header-btn-active {
  position: relative;
  width: 25px;
  height: 0;
  display: block;
  font-size: 13px;
  font-family: 'Font Awesome 5 Free';
  color: #34343c;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.search-on-header .search-on-header-btn .search-on-header-btn-default:hover,
.search-on-header .search-on-header-btn .search-on-header-btn-active:hover {
  color: #E72229;
}

.search-on-header .search-on-header-btn .search-on-header-btn-default {
  top: 1px;
  content: "\f002";
  opacity: 1;
}

.search-on-header .search-on-header-btn .search-on-header-btn-active {
  top: 12px;
  font-size: 15px;
  content: "\f00d";
  opacity: 0;
}

.search-on-header .search-on-header-btn.is-clicked .search-on-header-btn-default {
  top: -13px;
  opacity: 0;
}

.search-on-header .search-on-header-btn.is-clicked .search-on-header-btn-active {
  top: 1px;
  z-index: 9;
  opacity: 1;
}

/* Search Field */
.search-on-header-field {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 9;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ebeef6;
  border-bottom: 1px solid #ebeef6;
}

.search-on-header-field .search-on-header-input {
  width: 100%;
  height: 88px;
  font-size: 20px;
  color: #34343c;
  background: #fff;
  border: none;
  box-shadow: none;
  padding: 0 40px 0 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.search-on-header-field .search-on-header-input::-moz-placeholder {
  color: #34343c;
}

.search-on-header-field .search-on-header-input:-ms-input-placeholder {
  color: #34343c;
}

.search-on-header-field .search-on-header-input::-webkit-input-placeholder {
  color: #34343c;
}

.search-on-header-field .search-on-header-input:focus {
  color: #34343c;
}

.search-on-header-field .search-on-header-input:focus::-moz-placeholder {
  color: #34343c;
}

.search-on-header-field .search-on-header-input:focus:-ms-input-placeholder {
  color: #34343c;
}

.search-on-header-field .search-on-header-input:focus::-webkit-input-placeholder {
  color: #34343c;
}

/* Media Queries below 991px */
@media (max-width: 991px) {
  .search-on-header-field .search-on-header-input {
    padding: 0 80px 0 0;
  }
}

/* Media Queries above 992px */
@media (min-width: 992px) {
  .header-shrink .header .search-on-header-field .search-on-header-input {
    height: 68px;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
}

/*------------------------------------------------------------------
    [Search On Header btn White]
------------------------------------------------------------------*/
/* Media Queries below 992px */
@media (max-width: 992px) {
  /* Search On Header */
  .search-on-header.search-on-header-white .search-on-header-btn .search-on-header-btn-default,
  .search-on-header.search-on-header-white .search-on-header-btn .search-on-header-btn-active {
    color: #34343c;
  }
  .search-on-header.search-on-header-white .search-on-header-btn .search-on-header-btn-default:hover,
  .search-on-header.search-on-header-white .search-on-header-btn .search-on-header-btn-active:hover {
    color: #E72229;
  }
}

/* Media Queries above 992px */
@media (min-width: 992px) {
  /* Search On Header */
  .search-on-header.search-on-header-white .search-on-header-btn .search-on-header-btn-default,
  .search-on-header.search-on-header-white .search-on-header-btn .search-on-header-btn-active {
    color: #fff;
  }
  .search-on-header.search-on-header-white .search-on-header-btn .search-on-header-btn-default:hover,
  .search-on-header.search-on-header-white .search-on-header-btn .search-on-header-btn-active:hover {
    color: #E72229;
  }
  /* Header Shrink */
  .header-shrink .search-on-header .search-on-header-btn .search-on-header-btn-default,
  .header-shrink .search-on-header .search-on-header-btn .search-on-header-btn-active {
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .header-shrink .search-on-header.search-on-header-white .search-on-header-btn .search-on-header-btn-default,
  .header-shrink .search-on-header.search-on-header-white .search-on-header-btn .search-on-header-btn-active {
    color: #34343c;
  }
  .header-shrink .search-on-header.search-on-header-white .search-on-header-btn .search-on-header-btn-default:hover,
  .header-shrink .search-on-header.search-on-header-white .search-on-header-btn .search-on-header-btn-active:hover {
    color: #E72229;
  }
}
.overflow-hidden {
  overflow: hidden;
}
/*-- [Animsition] --*/
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Overlay Option */
.animsition-overlay-slide {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: white;
}

/* Loading Option */
.animsition-loading,
.animsition-loading:after {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  z-index: 100;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
}

/* Animsition Loading */
.animsition-loading {
  background: transparent;
  border-left: 2px solid #E72229;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: animsition-loading;
  -moz-animation-name: animsition-loading;
  animation-name: animsition-loading;
}

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

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

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

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Fade In */
.fade-in {
  -webkit-animation-name: fade-in;
  -moz-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Fade Out */
.fade-out {
  -webkit-animation-name: fade-out;
  -moz-animation-name: fade-out;
  animation-name: fade-out;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translate3d(0, 500px, 0);
    -moz-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-moz-keyframes fade-in-up {
  0% {
    -webkit-transform: translate3d(0, 500px, 0);
    -moz-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translate3d(0, 500px, 0);
    -moz-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/
.back-to-top-theme {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 9;
  width: 35px;
  height: 35px;
  font-size: 22px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  background: #E72229;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  padding: 7px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}



.back-to-top-theme:hover {
  background: #E72229;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  color: #fff;
}
.back-to-top-theme:focus, .back-to-top-theme:hover {
  text-decoration: none;
}

/* The Button Becomes Visible */
.back-to-top-theme.back-to-top-is-visible {
  visibility: visible;
  opacity: .6;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top-theme.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top-theme.back-to-top-fade-out {
  opacity: .4;
}

.back-to-top-theme.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
    [List Inline]
------------------------------------------------------------------*/
.list-inline {
  margin-left: 0;
}

/*------------------------------------------------------------------
    [Checkbox]
------------------------------------------------------------------*/
.checkbox {
  padding-left: 21px;
  text-align: left;
  margin: 0;
}

.checkbox label {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.checkbox label:before {
  position: absolute;
  left: 0;
  width: 17px;
  height: 17px;
  display: inline-block;
  background: #fff;
  border: 1px solid #e0e5f1;
  border-radius: 3px;
  content: " ";
  margin-left: -20px;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.checkbox label:after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 11px;
  color: #606060;
  margin-left: -17px;
  padding-top: 1px;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.checkbox input[type="checkbox"]:focus + label:before,
.checkbox input[type="radio"]:focus + label:before {
  outline: none;
}

.checkbox input[type="checkbox"]:checked + label:before,
.checkbox input[type="radio"]:checked + label:before {
  background: #E72229;
  border-color: #E72229;
}

.checkbox input[type="checkbox"]:checked + label:after,
.checkbox input[type="radio"]:checked + label:after {
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  content: "\f00c";
}

/*------------------------------------------------------------------
    [Form Control]
------------------------------------------------------------------*/
.form-control {
  height: 40px;
  font-size: 13px;
  font-weight: 300;
  color: #606060;
  border-color: #ebeef6;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #606060;
}

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

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

.form-control:focus {
  border-color: #d9dfee;
  box-shadow: none;
}

.form-control:focus::-moz-placeholder {
  color: #606060;
}

.form-control:focus:-ms-input-placeholder {
  color: #606060;
}

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

/*------------------------------------------------------------------
    [Carousel Control]
------------------------------------------------------------------*/
.carousel-control.left, .carousel-control.right {
  background-image: none;
}

/*------------------------------------------------------------------
    [Carousel Animation Fade]
------------------------------------------------------------------*/
.carousel-fade .carousel-inner .item {
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/*-- [Carousel Control Arrows v1] --*/
.theme-carousel-control-v1 {
  width: 0;
  text-shadow: none;
  opacity: 1;
}

.theme-carousel-control-v1 .carousel-control-arrows-v1 {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 18px;
  color: #34343c;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  vertical-align: middle;
  padding: 8px;
  margin-top: -17.5px;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.theme-carousel-control-v1 .carousel-control-arrows-v1:hover {
  color: #34343c;
  background: #fff;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.theme-carousel-control-v1.left .carousel-control-arrows-v1 {
  left: 10px;
}

.theme-carousel-control-v1.right .carousel-control-arrows-v1 {
  right: 10px;
}
/*-- [Google Map] --*/
.map {
  width: 100%;
  height: 100%;
  background: #f7f8fa;
}
/*-- [Owl Carousel] --*/
.owl-carousel {
  position: relative;
}

/* Genereal Changes */
.owl-btn,
.owl-dot {
  cursor: pointer;
}

/* Owl Dots */
.owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-dot {
  display: inline-block;
  padding: 0 3px;
}

.owl-dot span,
.owl-dots span {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  text-indent: -999px;
  background: transparent;
  border: 1px solid #E72229;
  border-radius: 50%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.owl-dot.active span,
.owl-dots.active span {
  background: #E72229;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Owl Dots Color Picker */
.owl-dots-color-picker .owl-dot.active span,
.owl-dots-color-picker .owl-dots.active span {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}

.owl-dots-color-picker .owl-dot {
  display: inline-block;
  padding: 0 5px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}

.owl-dots-color-picker .owl-dot .owl-dots-color-silver,
.owl-dots-color-picker .owl-dot .owl-dots-color-white,
.owl-dots-color-picker .owl-dot .owl-dots-color-dark {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -999px;
  border: 1px solid transparent;
  border-radius: 50%;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.owl-dots-color-picker .owl-dot .owl-dots-color-silver.owl-dots-color-silver,
.owl-dots-color-picker .owl-dot .owl-dots-color-white.owl-dots-color-silver,
.owl-dots-color-picker .owl-dot .owl-dots-color-dark.owl-dots-color-silver {
  background: #c69f73;
}

.owl-dots-color-picker .owl-dot .owl-dots-color-silver.owl-dots-color-white,
.owl-dots-color-picker .owl-dot .owl-dots-color-white.owl-dots-color-white,
.owl-dots-color-picker .owl-dot .owl-dots-color-dark.owl-dots-color-white {
  background: #fff;
  border-color: #ebeef6;
}

.owl-dots-color-picker .owl-dot .owl-dots-color-silver.owl-dots-color-dark,
.owl-dots-color-picker .owl-dot .owl-dots-color-white.owl-dots-color-dark,
.owl-dots-color-picker .owl-dot .owl-dots-color-dark.owl-dots-color-dark {
  background: #34343c;
}

.owl-dots-color-picker .owl-dot .owl-dots-color-silver:hover,
.owl-dots-color-picker .owl-dot .owl-dots-color-white:hover,
.owl-dots-color-picker .owl-dot .owl-dots-color-dark:hover {
  opacity: .8;
}

.owl-dots-color-picker .owl-dot.active {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}

.owl-dots-color-picker .owl-dot.active .owl-dots-color-silver,
.owl-dots-color-picker .owl-dot.active .owl-dots-color-white,
.owl-dots-color-picker .owl-dot.active .owl-dots-color-dark {
  position: relative;
}

.owl-dots-color-picker .owl-dot.active .owl-dots-color-silver:before,
.owl-dots-color-picker .owl-dot.active .owl-dots-color-white:before,
.owl-dots-color-picker .owl-dot.active .owl-dots-color-dark:before {
  position: absolute;
  top: 0;
  z-index: 10;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 6px;
  text-indent: 0;
  content: "\f00c";
}

.owl-dots-color-picker .owl-dot.active .owl-dots-color-white:before {
  color: #34343c;
}

/* Owl Control Arrows v1 */
.owl-control-arrows-v1 .owl-arrow {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: #34343c;
  text-align: center;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
  padding: 7px;
  margin: 0 3px;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.owl-control-arrows-v1 .owl-arrow.arrow-left, .owl-control-arrows-v1 .owl-arrow.arrow-right {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -17.5px;
}

.owl-control-arrows-v1 .owl-arrow.arrow-left {
  left: 0;
}

.owl-control-arrows-v1 .owl-arrow.arrow-right {
  right: 0;
}

.owl-control-arrows-v1 .owl-arrow:hover {
  color: #fff;
  background: #E72229;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


/* Theme Portfolio Filter */
.theme-portfolio .cbp-l-filters-alignRight,
.theme-portfolio .cbp-l-filters-alignLeft,
.theme-portfolio .cbp-l-filters-alignCenter {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.theme-portfolio .cbp-filter-item {
  font-size: 18px;
  font-weight: 300;
  color: #34343c;
  background: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  text-transform: inherit;
  padding: 5px 10px;
  margin: 0 10px 20px;
}

.theme-portfolio .cbp-filter-item.cbp-filter-item-active {
  color: #E72229;
  background: transparent;
  border-color: #E72229;
}

.theme-portfolio .cbp-filter-item:hover {
  color: #E72229;
}

.theme-portfolio .cbp-filter-counter {
  background: #E72229;
}

.theme-portfolio .cbp-filter-counter:after {
  border-top-color: #E72229;
}

/* Media Queries under 768px */
@media (max-width: 768px) {
  .cbp-l-filters-alignRight,
  .cbp-l-filters-alignLeft {
    float: none;
    text-align: center;
  }
}

/* Theme Portfolio Load More Button */
.theme-portfolio .cbp-l-loadMore-button .cbp-l-loadMore-link,
.theme-portfolio .cbp-l-loadMore-button .cbp-l-loadMore-button-link,
.theme-portfolio .cbp-l-loadMore-text .cbp-l-loadMore-link,
.theme-portfolio .cbp-l-loadMore-text .cbp-l-loadMore-button-link {
  display: inline-block;
  min-width: auto;
  font-size: 16px;
  font-weight: 300;
  color: #E72229;
  border: 1px solid #E72229;
  padding: 12px 25px;
}

.theme-portfolio .cbp-l-loadMore-button .cbp-l-loadMore-link:hover,
.theme-portfolio .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,
.theme-portfolio .cbp-l-loadMore-text .cbp-l-loadMore-link:hover,
.theme-portfolio .cbp-l-loadMore-text .cbp-l-loadMore-button-link:hover {
  color: #fff;
  background: #E72229;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Theme Portfolio Zoom Effect */
.theme-portfolio .cbp-caption-zoom .cbp-caption-activeWrap {
  background: rgba(0, 0, 0, 0.1);
}
/* Theme Portfolio Item v2 */
.theme-portfolio .theme-portfolio-item-v2 .theme-portfolio-active-wrap {
  position: relative;
}
.theme-portfolio .theme-portfolio-item-v2 .theme-portfolio-active-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background: rgba(255, 255, 255, 0);
  content: " ";
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.theme-portfolio .theme-portfolio-item-v2 .theme-portfolio-lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -20%, 0);
  -moz-transform: translate3d(-50%, -20%, 0);
  transform: translate3d(-50%, -20%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.theme-portfolio .theme-portfolio-item-v2:hover .theme-portfolio-active-wrap:before {
  background: rgba(0, 0, 0, 0.25);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.theme-portfolio .theme-portfolio-item-v2:hover .theme-portfolio-lightbox {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


}

/* Theme Portfolio Title Heading */
.theme-portfolio .theme-portfolio-title-heading {
  text-align: center;
  background: #fff;
  padding: 5px 0;
}

.theme-portfolio .theme-portfolio-title-heading.theme-portfolio-title-heading-sm {
  padding: 15px;
}

.theme-portfolio .theme-portfolio-title-heading.theme-portfolio-title-heading-sm .theme-portfolio-title {
  font-size: 16px;
}

.theme-portfolio .theme-portfolio-title-heading.theme-portfolio-title-heading-sm .theme-portfolio-subtitle {
  font-size: 14px;
}

.theme-portfolio .theme-portfolio-title-heading .theme-portfolio-title {
  display: block;
  font-size: 14px;
  margin: 0;
  height: 40px!important;
  background: #fff;
}

.theme-portfolio .theme-portfolio-title-heading .theme-portfolio-subtitle {
  display: block;
  color: #606060;
  font-size: 15px;
  font-style: normal;
}

/* Theme Portfolio Description */
.theme-portfolio-desc .portfolio-item-img-wrap {
  position: relative;
}

.theme-portfolio-desc .portfolio-item-img-wrap .portfolio-item-content-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
}

.theme-portfolio-desc .portfolio-item-img-wrap .portfolio-item-heading {
  background: #fff;
  padding: 10px 20px;
  margin: 40px;
}

.theme-portfolio-desc .portfolio-item-img-wrap .portfolio-item-heading .portfolio-item-heading-title {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
}

.theme-portfolio-desc .portfolio-item-subitem-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.theme-portfolio-desc .portfolio-item-subitem-paragraph {
  margin-bottom: 0;
}

.theme-portfolio-desc .portfolio-item-category {
  font-size: 15px;
  font-weight: 300;
  color: #606060;
}

.theme-portfolio-desc .portfolio-item-category:hover {
  color: #E72229;
  text-decoration: none;
}

/* Media Queries below 480px */
@media (max-width: 480px) {
  .theme-portfolio-desc .portfolio-item-img-wrap .portfolio-item-heading {
    margin: 10px;
    padding: 5px 10px;
  }
  .theme-portfolio-desc .portfolio-item-img-wrap .portfolio-item-heading .portfolio-item-heading-title {
    font-size: 18px;
  }
}

/*--------------------------------------------------
    [Theme Portfolio v2]
----------------------------------------------------*/
/* Filter */
.theme-portfolio-v2 .cbp-l-filters-alignRight .cbp-filter-item {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #34343c;
  line-height: 1.4;
  border: none;
  background: inherit;
  text-transform: inherit;
  padding: 0;
  margin: 0 0 10px;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.theme-portfolio-v2 .cbp-l-filters-alignRight .cbp-filter-item:hover {
  color: #E72229;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.theme-portfolio-v2 .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
  color: #E72229;
  background: inherit;
}

/* Caption */
.theme-portfolio-v2 .cbp-caption {
  background: #fff;
  box-shadow: 0 2px 5px 3px #eff1f8;
  padding: 15px;
  margin: 5px;
}

/* Media Queries below 992px */
@media (max-width: 992px) {
  .theme-portfolio-v2 .cbp-l-filters-alignRight {
    text-align: center;
  }
  .theme-portfolio-v2 .cbp-l-filters-alignRight .cbp-filter-item {
    display: inline-block;
    margin: 0 10px 10px;
  }
}

/*------------------------------------------------------------------
	[Revolution Slider]
------------------------------------------------------------------*/
/* Spinner */
.tp-loader.spinner2 {
  background: #E72229;
}

/* Form */
.theme-rev-slider-form-v1 .rev-slideer-form-input-v1 {
  height: 40px;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  border: none;
}

.theme-rev-slider-form-v1 .rev-slideer-form-input-v1::-moz-placeholder {
  color: #fff;
}

.theme-rev-slider-form-v1 .rev-slideer-form-input-v1:-ms-input-placeholder {
  color: #fff;
}

.theme-rev-slider-form-v1 .rev-slideer-form-input-v1::-webkit-input-placeholder {
  color: #fff;
}

.theme-rev-slider-form-v1 .rev-slideer-form-input-v1:focus {
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.theme-rev-slider-form-v1 .rev-slideer-form-input-v1:focus::-moz-placeholder {
  color: #fff;
}

.theme-rev-slider-form-v1 .rev-slideer-form-input-v1:focus:-ms-input-placeholder {
  color: #fff;
}

.theme-rev-slider-form-v1 .rev-slideer-form-input-v1:focus::-webkit-input-placeholder {
  color: #fff;
}

/* Zeus Bullet */
.zeus .tp-bullet {
  width: 10px;
  height: 10px;
  border-width: 1px;
}

.zeus .tp-bullet-title {
  font-size: 12px;
  font-weight: 300;
}

/* To Tab */
.erinyen .theme-rev-tab-title-v1 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-top: 2px solid #fff;
  margin-bottom: 10px;
  padding-top: 15px;
}

.erinyen .theme-rev-tab-desc-v1 {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

/* Scrollbelow Action */
.scrollbelow-action-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 30px;
  -webkit-animation-name: Scrollbelow;
  -moz-animation-name: Scrollbelow;
  animation-name: Scrollbelow;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes Scrollbelow {
  0% {
    top: 0;
    bottom: 0;
  }
  25% {
    top: -20px;
    bottom: 25px;
  }
  50% {
    top: -20px;
    bottom: 50px;
  }
  75% {
    top: -20px;
    bottom: 75px;
  }
  100% {
    top: 0;
    bottom: 100px;
  }
}

@-moz-keyframes Scrollbelow {
  0% {
    top: 0;
    bottom: 0;
  }
  25% {
    top: -20px;
    bottom: 25px;
  }
  50% {
    top: -20px;
    bottom: 50px;
  }
  75% {
    top: -20px;
    bottom: 75px;
  }
  100% {
    top: 0;
    bottom: 100px;
  }
}

@keyframes Scrollbelow {
  0% {
    top: 0;
    bottom: 0;
  }
  25% {
    top: -20px;
    bottom: 25px;
  }
  50% {
    top: -20px;
    bottom: 50px;
  }
  75% {
    top: -20px;
    bottom: 75px;
  }
  100% {
    top: 0;
    bottom: 100px;
  }
}

/* Scrollbelow Action v2 */
.scrollbelow-action-icon-v2 {
  position: absolute;
  top: 0;
  display: inline-block;
  font-size: 20px;
  -webkit-animation-name: Scrollbelow-v2;
  -moz-animation-name: Scrollbelow-v2;
  animation-name: Scrollbelow-v2;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes Scrollbelow-v2 {
  0% {
    top: 0;
    bottom: 0;
  }
  25% {
    top: 5px;
    bottom: 45px;
  }
  50% {
    top: 5px;
    bottom: 70px;
  }
  75% {
    top: 5px;
    bottom: 95px;
  }
  100% {
    top: 0;
    bottom: 120px;
  }
}

@-moz-keyframes Scrollbelow-v2 {
  0% {
    top: 0;
    bottom: 0;
  }
  25% {
    top: 5px;
    bottom: 45px;
  }
  50% {
    top: 5px;
    bottom: 70px;
  }
  75% {
    top: 5px;
    bottom: 95px;
  }
  100% {
    top: 0;
    bottom: 120px;
  }
}

@keyframes Scrollbelow-v2 {
  0% {
    top: 0;
    bottom: 0;
  }
  25% {
    top: 5px;
    bottom: 45px;
  }
  50% {
    top: 5px;
    bottom: 70px;
  }
  75% {
    top: 5px;
    bottom: 95px;
  }
  100% {
    top: 0;
    bottom: 120px;
  }
}

/* Theme Rev Slider Input v1 */
.theme-rev-slider-input-v1 {
  font-size: 26px;
  color: #fff;
  text-align: center;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

.theme-rev-slider-input-v1::-moz-placeholder {
  color: #fff;
}

.theme-rev-slider-input-v1:-ms-input-placeholder {
  color: #fff;
}

.theme-rev-slider-input-v1::-webkit-input-placeholder {
  color: #fff;
}

.theme-rev-slider-input-v1:focus {
  color: #fff;
}

.theme-rev-slider-input-v1:focus::-moz-placeholder {
  color: #fff;
}

.theme-rev-slider-input-v1:focus:-ms-input-placeholder {
  color: #fff;
}

.theme-rev-slider-input-v1:focus::-webkit-input-placeholder {
  color: #fff;
}

/* Theme Rev Slider Input v2 */
.theme-rev-slider-input-v2 {
  width: 100%;
  height: 48px;
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.theme-rev-slider-input-v2::-moz-placeholder {
  color: #fff;
}

.theme-rev-slider-input-v2:-ms-input-placeholder {
  color: #fff;
}

.theme-rev-slider-input-v2::-webkit-input-placeholder {
  color: #fff;
}

.theme-rev-slider-input-v2:focus {
  color: #fff;
  border-color: #fff;
}

.theme-rev-slider-input-v2:focus::-moz-placeholder {
  color: #fff;
}

.theme-rev-slider-input-v2:focus:-ms-input-placeholder {
  color: #fff;
}

.theme-rev-slider-input-v2:focus::-webkit-input-placeholder {
  color: #fff;
}
.color-white {
  color: #fff !important;
}
.bg-color-white {
  background: #fff !important;
}
.bg-color-sky-light {
  background: #fefefe !important;
}
/*-- [Wrapper] --*/
/* Media Queries below 992px */
@media (min-width: 992px) {
  .wrapper.wrapper-top-space {
    margin-top: 90px;
  }
}
/*--------------------------------------------------
    [Container Extra Small]
----------------------------------------------------*/
.container-xs {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-xs:before, .container-xs:after {
  content: " ";
  display: table;
}

.container-xs:after {
  clear: both;
}

/* Media Queries below 768px */
@media (min-width: 768px) {
  .container-xs {
    width: 750px;
  }
}
/*-- [Clearfix] --*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}
/*--------------------------------------------------
    [Display]
----------------------------------------------------*/
.display-none {
  display: none;
}

.display-block {
  display: block;
}

.display-inline {
  display: inline;
}

.display-ib {
  display: inline-block;
}

.display-inherit {
  display: inherit;
}

.display-initial {
  display: initial;
}

/* Media Queries under 992px */
@media (max-width: 992px) {
  .md-display-none {
    display: none;
  }
  .md-display-block {
    display: block;
  }
  .md-display-inline {
    display: inline;
  }
  .md-display-ib {
    display: inline-block;
  }
  .md-display-inherit {
    display: inherit;
  }
  .md-display-initial {
    display: initial;
  }
}

/* Media Queries under 768px */
@media (max-width: 768px) {
  .sm-display-none {
    display: none;
  }
  .sm-display-block {
    display: block;
  }
  .sm-display-inline {
    display: inline;
  }
  .sm-display-ib {
    display: inline-block;
  }
  .sm-display-inherit {
    display: inherit;
  }
  .sm-display-initial {
    display: initial;
  }
}

/* Media Queries under 480px */
@media (max-width: 480px) {
  .xs-display-none {
    display: none;
  }
  .xs-display-block {
    display: block;
  }
  .xs-display-inline {
    display: inline;
  }
  .xs-display-ib {
    display: inline-block;
  }
  .xs-display-inherit {
    display: inherit;
  }
  .xs-display-initial {
    display: initial;
  }
}

/*--------------------------------------------------
    [Text Align]
----------------------------------------------------*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* Media Queries under 992px */
@media (max-width: 992px) {
  .md-text-center {
    text-align: center;
  }
  .md-text-left {
    text-align: left;
  }
  .md-text-right {
    text-align: right;
  }
}

/* Media Queries under 768px */
@media (max-width: 768px) {
  .sm-text-center {
    text-align: center;
  }
  .sm-text-left {
    text-align: left;
  }
  .sm-text-right {
    text-align: right;
  }
}

/* Media Queries under 480px */
@media (max-width: 480px) {
  .xs-text-center {
    text-align: center;
  }
  .xs-text-left {
    text-align: left;
  }
  .xs-text-right {
    text-align: right;
  }
}
/*-- [Background Position] --*/
.bg-position-fixed {
  background-attachment: fixed;
  min-height: 100% !important;
}
@media (max-width: 414px) {
  .bg-position-fixed {
    background-attachment: cover;

  }
}
/*-- [Full Width] --*/
.full-width {
  width: 100%;
  height: auto;
}
/*-- [Center Aligned Block] --*/
.center-block {
  display: block;
  text-align: center;
  margin: 0 auto;
}
/*-- [Content] --*/
.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-md {
  padding-top: 20px;
  padding-bottom: 0;
}

.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*------------------------------------------------------------------
    [No padding, margin space]
------------------------------------------------------------------*/
.no-space {
  padding: 0 !important;
  margin: 0 !important;
}

/* No padding, margin space above 992px */
@media (min-width: 992px) {
  .md-no-space {
    padding: 0 !important;
    margin: 0 !important;
  }
}

/* No Space in a row class */
.no-space-row {
  margin-right: 0;
  margin-left: 0;
}

.no-space-row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* 5px Space in a row class */
.space-row-5 {
  margin-right: -5px;
  margin-left: -5px;
}

.space-row-5 > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

/* 10px Space in a row class */
.space-row-10 {
  margin-right: -10px;
  margin-left: -10px;
}

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

/*------------------------------------------------------------------
    [Padding]
------------------------------------------------------------------*/
.padding-0 {
  padding: 0 !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-50 {
  padding: 50px !important;
}

.padding-60 {
  padding: 60px !important;
}

.padding-70 {
  padding: 70px !important;
}

.padding-80 {
  padding: 80px !important;
}

.padding-90 {
  padding: 90px !important;
}

.padding-100 {
  padding: 100px !important;
}

/*------------------------------------------------------------------
    [Padding under 1200px]
------------------------------------------------------------------*/
@media (max-width: 1200px) {
  .lg-padding-10 {
    padding: 10px !important;
  }
  .lg-padding-20 {
    padding: 20px !important;
  }
  .lg-padding-30 {
    padding: 30px !important;
  }
  .lg-padding-40 {
    padding: 40px !important;
  }
  .lg-padding-50 {
    padding: 50px !important;
  }
  .lg-padding-60 {
    padding: 60px !important;
  }
  .lg-padding-70 {
    padding: 70px !important;
  }
  .lg-padding-80 {
    padding: 80px !important;
  }
  .lg-padding-90 {
    padding: 90px !important;
  }
  .lg-padding-100 {
    padding: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Padding under 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-padding-10 {
    padding: 10px !important;
  }
  .md-padding-20 {
    padding: 20px !important;
  }
  .md-padding-30 {
    padding: 30px !important;
  }
  .md-padding-40 {
    padding: 40px !important;
  }
  .md-padding-50 {
    padding: 50px !important;
  }
  .md-padding-60 {
    padding: 60px !important;
  }
  .md-padding-70 {
    padding: 70px !important;
  }
  .md-padding-80 {
    padding: 80px !important;
  }
  .md-padding-90 {
    padding: 90px !important;
  }
  .md-padding-100 {
    padding: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Padding under 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-padding-10 {
    padding: 10px !important;
  }
  .sm-padding-20 {
    padding: 20px !important;
  }
  .sm-padding-30 {
    padding: 30px !important;
  }
  .sm-padding-40 {
    padding: 40px !important;
  }
  .sm-padding-50 {
    padding: 50px !important;
  }
  .sm-padding-60 {
    padding: 60px !important;
  }
  .sm-padding-70 {
    padding: 70px !important;
  }
  .sm-padding-80 {
    padding: 80px !important;
  }
  .sm-padding-90 {
    padding: 90px !important;
  }
  .sm-padding-100 {
    padding: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Padding under 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-padding-10 {
    padding: 10px !important;
  }
  .xs-padding-20 {
    padding: 20px !important;
  }
  .xs-padding-30 {
    padding: 30px !important;
  }
  .xs-padding-40 {
    padding: 40px !important;
  }
  .xs-padding-50 {
    padding: 50px !important;
  }
  .xs-padding-60 {
    padding: 60px !important;
  }
  .xs-padding-70 {
    padding: 70px !important;
  }
  .xs-padding-80 {
    padding: 80px !important;
  }
  .xs-padding-90 {
    padding: 90px !important;
  }
  .xs-padding-100 {
    padding: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Left & Right Padding]
------------------------------------------------------------------*/
.padding-lr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.padding-lr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.padding-lr-15 {
  padding-left: -5px !important;
  padding-right: -5px !important;
}

.padding-lr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/*------------------------------------------------------------------
    [Left margin]
------------------------------------------------------------------*/
.margin-l-5 {
  margin-left: 5px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}

.margin-l-30 {
  margin-left: 30px !important;
}

/*------------------------------------------------------------------
    [Right margin]
------------------------------------------------------------------*/
.margin-r-5 {
  margin-right: 5px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.margin-r-20 {
  margin-right: 20px !important;
}

.margin-r-30 {
  margin-right: 30px !important;
}

/*------------------------------------------------------------------
    [Overlay Top margin]
------------------------------------------------------------------*/
.margin-t-o-10,
.margin-t-o-20,
.margin-t-o-30,
.margin-t-o-40,
.margin-t-o-50,
.margin-t-o-60,
.margin-t-o-70,
.margin-t-o-80,
.margin-t-o-90,
.margin-t-o-100 {
  position: relative;
  z-index: 1;
}

.margin-t-o-10 {
  margin-top: -10px !important;
}

.margin-t-o-20 {
  margin-top: -20px !important;
}

.margin-t-o-30 {
  margin-top: -30px !important;
}

.margin-t-o-40 {
  margin-top: -40px !important;
}

.margin-t-o-50 {
  margin-top: -50px !important;
}

.margin-t-o-60 {
  margin-top: -60px !important;
}

.margin-t-o-70 {
  margin-top: -70px !important;
}

.margin-t-o-80 {
  margin-top: -80px !important;
}

.margin-t-o-90 {
  margin-top: -90px !important;
}

.margin-t-o-100 {
  margin-top: -100px !important;
}

/*------------------------------------------------------------------
    [Overlay Left margin]
------------------------------------------------------------------*/
@media (min-width: 768px) {
  .margin-l-o-10,
  .margin-l-o-20,
  .margin-l-o-30,
  .margin-l-o-40,
  .margin-l-o-50,
  .margin-l-o-60,
  .margin-l-o-70,
  .margin-l-o-80,
  .margin-l-o-90,
  .margin-l-o-100 {
    position: relative;
    z-index: 1;
  }
  .margin-l-o-10 {
    margin-left: -10px !important;
  }
  .margin-l-o-20 {
    margin-left: -20px !important;
  }
  .margin-l-o-30 {
    margin-left: -30px !important;
  }
  .margin-l-o-40 {
    margin-left: -40px !important;
  }
  .margin-l-o-50 {
    margin-left: -50px !important;
  }
  .margin-l-o-60 {
    margin-left: -60px !important;
  }
  .margin-l-o-70 {
    margin-left: -70px !important;
  }
  .margin-l-o-80 {
    margin-left: -80px !important;
  }
  .margin-l-o-90 {
    margin-left: -90px !important;
  }
  .margin-l-o-100 {
    margin-left: -100px !important;
  }
}

/*------------------------------------------------------------------
    [Overlay Right margin]
------------------------------------------------------------------*/
@media (min-width: 768px) {
  .margin-r-o-10,
  .margin-r-o-20,
  .margin-r-o-30,
  .margin-r-o-40,
  .margin-r-o-50,
  .margin-r-o-60,
  .margin-r-o-70,
  .margin-r-o-80,
  .margin-r-o-90,
  .margin-r-o-100 {
    position: relative;
    z-index: 1;
  }
  .margin-r-o-10 {
    margin-right: -10px !important;
  }
  .margin-r-o-20 {
    margin-right: -20px !important;
  }
  .margin-r-o-30 {
    margin-right: -30px !important;
  }
  .margin-r-o-40 {
    margin-right: -40px !important;
  }
  .margin-r-o-50 {
    margin-right: -50px !important;
  }
  .margin-r-o-60 {
    margin-right: -60px !important;
  }
  .margin-r-o-70 {
    margin-right: -70px !important;
  }
  .margin-r-o-80 {
    margin-right: -80px !important;
  }
  .margin-r-o-90 {
    margin-right: -90px !important;
  }
  .margin-r-o-100 {
    margin-right: -100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin]
------------------------------------------------------------------*/
.margin-t-0 {
  margin-top: 0 !important;
}

.margin-t-5 {
  margin-top: 5px !important;
}

.margin-t-10 {
  margin-top: 10px !important;
}

.margin-t-20 {
  margin-top: 20px !important;
}

.margin-t-30 {
  margin-top: 30px !important;
}

.margin-t-40 {
  margin-top: 40px !important;
}

.margin-t-50 {
  margin-top: 50px !important;
}

.margin-t-60 {
  margin-top: 60px !important;
}

.margin-t-70 {
  margin-top: 70px !important;
}

.margin-t-80 {
  margin-top: 80px !important;
}

.margin-t-90 {
  margin-top: 90px !important;
}

.margin-t-100 {
  margin-top: 100px !important;
}

/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

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

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-b-70 {
  margin-bottom: 70px !important;
}

.margin-b-80 {
  margin-bottom: 80px !important;
}

.margin-b-90 {
  margin-bottom: 90px !important;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}

/*------------------------------------------------------------------
    [Top margin below 1200px]
------------------------------------------------------------------*/
@media (max-width: 1200px) {
  .lg-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .lg-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .lg-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .lg-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .lg-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .lg-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .lg-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .lg-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .lg-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .lg-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .lg-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .lg-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .md-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .md-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .md-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .md-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .md-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .md-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .md-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .md-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .md-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .md-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .md-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .sm-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .sm-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .sm-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .sm-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .sm-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .sm-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .sm-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .sm-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .xs-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .xs-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .xs-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .xs-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .xs-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .xs-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .xs-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .xs-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .xs-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .xs-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .xs-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*--------------------------------------------------
    [Height]
----------------------------------------------------*/
.height-100 {
  height: 100px !important;
}

.height-150 {
  height: 150px !important;
}

.height-200 {
  height: 200px !important;
}

.height-250 {
  height: 250px !important;
}

.height-300 {
  height: 300px !important;
}

.height-350 {
  height: 350px !important;
}

.height-400 {
  height: 400px !important;
}

.height-450 {
  height: 450px !important;
}

.height-500 {
  height: 500px !important;
}

/*--------------------------------------------------
    [Width]
----------------------------------------------------*/
.width-100 {
  width: 100px !important;
}

.width-150 {
  width: 150px !important;
}

.width-200 {
  width: 200px !important;
}

.width-250 {
  width: 250px !important;
}

.width-300 {
  width: 300px !important;
}

.width-350 {
  width: 350px !important;
}

.width-400 {
  width: 400px !important;
}

.width-450 {
  width: 450px !important;
}

.width-500 {
  width: 500px !important;
}

/*--------------------------------------------------
    [Ul li padding left & right (default is 0 5px)]
----------------------------------------------------*/
.ul-li-lr-0 > li {
  padding-left: 0;
  padding-right: 0;
}

.ul-li-lr-1 > li {
  padding-left: 1px;
  padding-right: 1px;
}

.ul-li-lr-2 > li {
  padding-left: 2px;
  padding-right: 2px;
}

.ul-li-lr-3 > li {
  padding-left: 3px;
  padding-right: 3px;
}

.ul-li-lr-4 > li {
  padding-left: 4px;
  padding-right: 4px;
}

.ul-li-lr-5 > li {
  padding-left: 5px;
  padding-right: 5px;
}

/*--------------------------------------------------
    [Ul li padding top & bottom]
----------------------------------------------------*/
.ul-li-tb-0 > li {
  padding-top: 0;
  padding-bottom: 0;
}

.ul-li-tb-1 > li {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ul-li-tb-2 > li {
  padding-top: 2px;
  padding-bottom: 2px;
}

.ul-li-tb-3 > li {
  padding-top: 3px;
  padding-bottom: 3px;
}

.ul-li-tb-4 > li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.ul-li-tb-5 > li {
  padding-top: 5px;
  padding-bottom: 5px;
}

/*--------------------------------------------------
    [Border radius]
----------------------------------------------------*/
.radius-0 {
  border-radius: 0 !important;
}

.radius-3 {
  border-radius: 3px !important;
}

.radius-5 {
  border-radius: 5px !important;
}

.radius-6 {
  border-radius: 6px !important;
}

.radius-7 {
  border-radius: 7px !important;
}

.radius-8 {
  border-radius: 8px !important;
}

.radius-9 {
  border-radius: 9px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-50 {
  border-radius: 50px !important;
}

.radius-circle {
  border-radius: 50% !important;
}
.sol { margin-left:10px; }
.latest-tuts-content-title { color:#fff; }
.icindekiler {width:100%;}
.icindekiler th, td {border:1px solid #666; padding:5px;}
.blog-sidebar-content img {width:100%;}
.dil {width:28px; margin-top:-5px; cursor: pointer;}
header .navbar-logo-wrap img{
  max-height:60px !important;
  width:auto !important
}
.header-shrink.header .navbar-logo .navbar-logo-wrap { padding: 0!important; }
.seciliKategori {
  outline: solid 1px #e72229;
}
.kategoriSlide { cursor: pointer; }
.kategoriSlide .img-responsive:hover {
  outline: solid 1px #e72229;
}
.cbp-item {
    display: inline-table;
    margin: 0;
    width: 12.5%;
    float: none;
    padding: 5px;
    cursor: pointer;
}
@media only screen and (max-width: 414px) {
  .cbp-item { width: 50%; float:left; }
}
.aktifAltKategori {
  color: #E72229!important;
  border-bottom: 1px solid #E72229!important;
}
.blog-sidebar {
  position: relative;
  float: left;
  width: 100%!important;
  margin-top:5px;
}
.latest-tuts-content-title3 {
  font-size: 14px;
  text-transform: inherit;
  letter-spacing: 0;
  margin: 8px 0 3px;
  padding-left: 20px;
}
.paging {
  float: left;
  width: 100%;
}
.teklifButon {
  display: block;
  position: relative;
  width: 100%;
  font-size:16px;
  color: #fff;
  background: #43c522;
  line-height: 42px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  outline: none;
  border: none;
  border-radius: 50px;
}
@media only screen and (max-width:414px) {
  .teklifButon {
    margin-bottom: 20px;
  }
}
.toplantiButon {
  display: block;
  position: relative;
  width: 100%;
  font-size:16px;
  color: #fff;
  background: #C50A72;
  line-height: 42px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  outline: none;
  border: none;
  border-radius: 50px;
}
.toplantiButon:hover, .toplantiButon:active {
  color: #fff!important;
  text-decoration: none!important;
}
.ileri, .geri {
  display: block;
  min-height: 200px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
}
.ileri {
  background-image: url('../img/ileri.png');
}
.ileri:hover {
  background-image: url('../img/ileri-kirmizi.png');
}
.geri {
  background-image: url('../img/geri.png');
}
.geri:hover {
  background-image: url('../img/geri-kirmizi.png');
}
.ileri img, .geri img {
  max-width: 30px;
}
@media (max-width:414px) {
  .ileri, .geri {
    display: none;
  }
}
.tumunuGor {
  display: block;
  width: 100%;
  background: red;
  color: #fff;
  line-height: 42px;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  vertical-align: middle;
}
.tumunuGor:hover {
  text-decoration: none;
  color: #fff;
  opacity: .95;
}
.l-news-v1 {
  cursor: pointer;
}
.l-news-v1 h4 {
  text-align: center;
  font-size: 15px;
}
.kirmiziCizgi {
  border-bottom: 3px solid #e72229;
    width: 50%;
    margin: 0px auto;
    margin-bottom: 15px;
    font-size: 20px;
    padding-bottom: 10px;
}
.width-25 {
  width: 24.5%;
}
@media only screen and (max-width: 414px) {
  .width-25 {
    width: 50%;
  }
}
.stokKodu {
  font-size: 15px;

}
.has-error {
  border: 1px solid red;
}
.uyari {
  color: red;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
}
.searchIcon {
  font-size: 16px;
  float: left;
  line-height: 90px;
  display: block;
  padding: 0 15px;
  vertical-align: middle;
  cursor: pointer;
  transition-duration: 400ms;
  transition-property: all;
}
.searchIcon:hover { color: #e72229; }
.searchBox {
  display: none;
  position: absolute;
  width: 100%;
  top: 90px;
  z-index: 999;
}
.searchBox input {
  width: 100%;
  margin: 0;
  display: block;
  height: 42px;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  padding: 10px;
  border: none;
}
.wtsp {
  display: block;
  position: fixed;
  left: -200px;
  top: 130px;
  width: 240px;
  height: 40px;
  border-radius: 10px;
  padding-left: 15px;
  background: #25D366;
  z-index: 99;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
}
.wtsp a {
  color:#fff;
  text-decoration: none;
}
.wtsp i {
  position: relative;
  float: right;
  font-size: 28px;
  margin-top: 6px;
  margin-right: 6px;
}
.wtsp:hover {
  left:-10px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
}
@media only screen and (min-width:67px) and (max-width: 767px) {
  .theme-portfolio .theme-portfolio-item-v2 .theme-portfolio-active-wrap:before {
    display: none!important;
    background: none!important;
    -moz-transition: none!important;
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
    transition-duration: 0ms!important;
    transition-property: none!important;
  }
  .theme-portfolio .theme-portfolio-item-v2 .theme-portfolio-active-wrap a img {
    display: none!important;
  }
}
