@charset "UTF-8";
/* @include clearit
.button {
@include clearit
}
*/
/*Background cover*/
/* @include transition(all,2s,ease-out); */
/* CALC mining
  @include calc( width, '100% - 2px');
*/
/* Opacity(value:0.3) */
/* Background Overlay bg_overlay(color:#fff,value:0.3) */
/* @include breakpoint(sm);

aside.primary {
  float: right;
  width: 350px;
  @include breakpoint(sm) {
    float: none;
    width: 100%;
  }
}

*/
/* @include breakpoint(sm);

aside.primary {
  float: right;
  width: 350px;
  @include breakpoint_num($min: 200px, $max: 767px) {
    float: none;
    width: 100%;
  }
}

*/
/* transform rotate */
/*transform scale */
/* elipsis */
/* for retina image display */
/*== @import "_fonts.scss";  ==*/
.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .mb-30 {
    margin-bottom: 15px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mt-30 {
    margin-top: 15px;
  }
}

.no-list {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.no-list .row {
  margin-left: -15px;
  margin-right: -15px;
}

.home_section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .home_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .home_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-img.bg-fixed {
  background-attachment: fixed;
}
.bg-img.bg-center-top {
  background-position: center top;
}
.bg-img.bg-center-right {
  background-position: center right;
}
.bg-img.bg-top-right {
  background-position: top right;
}
.bg-img.bg-bottom-right {
  background-position: bottom right;
}
.bg-img.bg-center-left {
  background-position: center left;
}
.bg-img.bg-top-left {
  background-position: top left;
}
.bg-img.bg-bottom-left {
  background-position: bottom left;
}

.overlay {
  position: relative;
}
.overlay > * {
  position: relative;
  z-index: 2;
}
.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f92056+38,7db9e8+65 */
  background: #f92056;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #f92056 38%, #7db9e8 65%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #f92056 38%, #7db9e8 65%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f92056 38%, #7db9e8 65%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f92056", endColorstr="#7db9e8",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  opacity: 0.2;
  z-index: 1;
}
.overlay-brand:before {
  background: #E22A46;
}
.overlay-secondary:before {
  background: #f92056;
}
.overlay-white:before {
  background: #fff;
}

.header_title {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: left;
  padding-bottom: 15px;
}
.header_title .heading {
  color: #ffffff;
  display: block;
  word-wrap: break-word;
  padding-bottom: 5px;
  margin-top: 3px;
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .header_title .heading {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .header_title .heading {
    font-size: 18px;
  }
}
.header_title .heading_desc {
  color: #a6b0b9;
  line-height: 1.1;
  min-height: auto;
  text-transform: uppercase;
}

.events_title {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: left;
  padding-top: 15px;
}
.events_title .heading {
  color: #ffffff;
  display: block;
  word-wrap: break-word;
  padding-bottom: 5px;
  margin-top: 3px;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .events_title .heading {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .events_title .heading {
    font-size: 14px;
  }
}
.events_title .heading_desc {
  color: #a6b0b9;
  display: table-header-group;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
  min-height: auto;
}
@media (max-width: 991px) {
  .events_title .heading_desc {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .events_title .heading_desc {
    font-size: 11px;
  }
}

.form-check-input {
  width: auto;
}

.form-check {
  margin-bottom: 15px;
}

.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f2f2f2;
  padding: 0;
  border-radius: 0;
  color: #f2f2f2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
.form-control:focus {
  border-bottom-color: #f92056;
  background: transparent;
  outline: none;
  box-shadow: none;
}
.form-control.active, .form-control:focus, .form-control:visited {
  outline: none;
  color: #ffffff;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f2f2f2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #f2f2f2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #f2f2f2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #f2f2f2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}

.owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 40px;
  height: 7px;
  border: 1px solid #f92056;
  background: transparent;
  margin-right: 5px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .owl-dots .owl-dot {
    width: 30px;
    height: 5px;
  }
}
.owl-dots .owl-dot:last-of-type {
  margin-right: 0;
}
.owl-dots .owl-dot.active {
  border: 1px solid #E22A46;
  background: #f92056;
}

@media (max-width: 600px) {
  .col-xxs {
    width: 100%;
  }
}

body {
  color: #a6b0b9;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.32px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  min-width: 100%;
  overflow-x: hidden;
  background-color: #0a1116;
  word-break: break-word;
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

img {
  max-width: 100%;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #a6b0b9;
}
@media (max-width: 767px) {
  p {
    font-size: 13px;
  }
}

a {
  display: inline;
  color: #E22A46;
  text-decoration: none;
  outline: none;
}
a:focus, a:visited {
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #f92056;
  text-decoration: none;
  outline: none;
  text-decoration: none;
}

/*==== Header Font Styling Css Open====*/
h1 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.6px;
  font-weight: 700;
}

h2, h3 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.28px;
  font-weight: 600;
}

h4 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.28px;
  font-weight: 500;
}

h5,
h6 {
  font-weight: 500;
  letter-spacing: 0.32px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}
h1 a {
  color: #ffffff;
}
h1 a:hover {
  color: #E22A46;
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  font-weight: 600;
}
h2 a {
  color: #ffffff;
}
h2 a:hover {
  color: #E22A46;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 500px) {
  h2 {
    font-size: 24px;
    line-height: 1.3;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 10px;
  position: relative;
  color: #ffffff;
}
h3 a {
  color: #ffffff;
}
h3 a:hover {
  color: #E22A46;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  letter-spacing: initial;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
  position: relative;
}
h4 a {
  color: #E22A46;
}
h4 a:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  h4 {
    font-size: 17px;
  }
}

h5 {
  font-size: 16px;
  line-height: 1.33;
}
h5 a {
  color: #ffffff;
}
h5 a:hover {
  color: #E22A46;
}
@media (max-width: 767px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 14px;
}
h6 a {
  color: #ffffff;
}
h6 a:hover {
  color: #E22A46;
}
@media (max-width: 767px) {
  h6 {
    font-size: 12px;
  }
}

.primary_underline_heading {
  color: #E22A46;
  border-bottom: 1px solid #E22A46;
}

/*==== Header Font Styling Css Close====*/
/*==== Button Styling Css Open====*/
textarea,
select,
input {
  display: block;
  width: 100%;
  border: 1px solid #f2f2f2;
  color: #a6b0b9;
  border-radius: 0px;
  overflow: hidden;
  padding: 0.45rem 0.8rem;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.02);
  margin-bottom: 10px;
}
textarea:focus,
select:focus,
input:focus {
  color: #a6b0b9;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
}
textarea.active, textarea:focus, textarea:visited,
select.active,
select:focus,
select:visited,
input.active,
input:focus,
input:visited {
  outline: none;
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
textarea::-moz-placeholder,
select::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
textarea:-moz-placeholder,
select:-moz-placeholder,
input:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

button.btn {
  margin-bottom: 0;
}

form.transparent_form textarea,
form.transparent_form select,
form.transparent_form input {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
}
form.transparent_form textarea.active, form.transparent_form textarea:focus, form.transparent_form textarea:visited,
form.transparent_form select.active,
form.transparent_form select:focus,
form.transparent_form select:visited,
form.transparent_form input.active,
form.transparent_form input:focus,
form.transparent_form input:visited {
  outline: none;
}
form.transparent_form textarea::-webkit-input-placeholder,
form.transparent_form select::-webkit-input-placeholder,
form.transparent_form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.8);
}
form.transparent_form textarea::-moz-placeholder,
form.transparent_form select::-moz-placeholder,
form.transparent_form input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.8);
}
form.transparent_form textarea:-ms-input-placeholder,
form.transparent_form select:-ms-input-placeholder,
form.transparent_form input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.8);
}
form.transparent_form textarea:-moz-placeholder,
form.transparent_form select:-moz-placeholder,
form.transparent_form input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.8);
}
form.transparent_form input:-webkit-autofill,
form.transparent_form input:-webkit-autofill:hover,
form.transparent_form input:-webkit-autofill:focus textarea:-webkit-autofill,
form.transparent_form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
form.transparent_form select:-webkit-autofill,
form.transparent_form select:-webkit-autofill:hover,
form.transparent_form select:-webkit-autofill:focus {
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}
form.transparent_form button.btn {
  margin-bottom: 0;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #f2f2f2;
  -webkit-text-fill-color: #777777;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}

form.newsletter {
  margin-bottom: 20px;
}
form.newsletter input {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.1);
}

/* for flex center */
@media (min-width: 768px) {
  .flex-center {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

/* listing style */
ul.no_list_icon li {
  padding: 0;
}
ul.no_list_icon li:before {
  display: none;
}

ul.inline_list {
  text-align: left;
  zoom: 1;
}
ul.inline_list:after, ul.inline_list:before {
  content: "";
  display: table;
}
ul.inline_list:after {
  clear: both;
}
ul.inline_list li {
  float: left;
  display: inline-block;
}
ul.inline_list li p:first-of-type {
  margin-bottom: 3px;
}
ul.inline_list li p:last-of-type {
  margin-bottom: 1rem;
}
ul.inline_list li:last-of-type {
  margin-right: 0;
}

ul.inline_list.social_icon_circle li {
  margin-right: 10px;
}
ul.inline_list.social_icon_circle i.fa {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #E22A46;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  border: 1px solid #E22A46;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
ul.inline_list.social_icon_circle i.fa:hover {
  color: #E22A46;
  background: transparent;
}

/* action btn */
.btn {
  white-space: normal;
  border-radius: 0px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  border: none;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 10px 15px;
  min-width: 170px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 3px solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f92056), to(#00deff)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#f92056, #00deff) 1 100%;
  -moz-border-image: -moz-linear-gradient(#f92056, #00deff) 1 100%;
  -o-border-image: -o-linear-gradient(#f92056, #00deff) 1 100%;
  border-image: linear-gradient(21deg, #f92056 38%, #00deff 65%) 1;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00deff), to(#f92056)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#00deff, #f92056) 1 100%;
  -moz-border-image: -moz-linear-gradient(#00deff, #f92056) 1 100%;
  -o-border-image: -o-linear-gradient(#00deff, #f92056) 1 100%;
  border-image: linear-gradient(21deg, #00deff 38%, #f92056 65%) 1;
}

.btn_block {
  display: block;
  width: 100%;
}

.btn_inline {
  display: inline-block;
}

.inline {
  display: inline-block !important;
}

.innerpage_wrapper img {
  margin-bottom: 15px;
}

.innerpage_wrapper img {
  margin-bottom: 15px;
}

.innerpage figure img {
  margin-bottom: 0;
}

.banner_slider .innerpage {
  padding-top: 18%;
}
.banner_slider .innerpage .list-single-hero-title {
  padding: 20px 0px;
}
@media (max-width: 991px) {
  .banner_slider .innerpage .list-single-hero-title {
    padding: 15px 0px;
  }
}
.banner_slider .innerpage .list-single-hero-title h1 {
  text-align: left;
  width: 100%;
  z-index: 2;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .banner_slider .innerpage .list-single-hero-title h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .banner_slider .innerpage .list-single-hero-title h1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.banner_slider .innerpage .list-single-hero-title h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background: #f92056;
}
@media (max-width: 991px) {
  .banner_slider .innerpage .list-single-hero-title h1:before {
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .banner_slider .innerpage .list-single-hero-title h1:before {
    bottom: -10px;
  }
}
.banner_slider .innerpage .breadcrumbs-hero-buttom .breadcrumbs {
  position: relative;
  zoom: 1;
}
.banner_slider .innerpage .breadcrumbs-hero-buttom .breadcrumbs a, .banner_slider .innerpage .breadcrumbs-hero-buttom .breadcrumbs span {
  float: left;
  padding: 0 24px 0 0;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  position: relative;
}
.banner_slider .innerpage .breadcrumbs-hero-buttom .breadcrumbs a {
  text-transform: uppercase;
}
.banner_slider .innerpage .breadcrumbs-hero-buttom .breadcrumbs a:hover {
  color: #f92056;
}
.banner_slider .innerpage .breadcrumbs-hero-buttom .breadcrumbs a::before {
  font-family: Fontawesome;
  content: "";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -9px;
  width: 10px;
}

.box-layout {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  height: 100%;
}
.box-layout .rock_service_icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  color: #E22A46;
}
.box-layout .rock_service_icon svg {
  height: 30px;
  width: 30px;
  fill: #E22A46;
}
.box-layout h3 {
  font-size: 24px;
  min-height: 30px;
  margin-bottom: 10px;
  padding-left: 40px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  padding-bottom: 5px;
}

.innerpage_wrapper .banner_post {
  height: auto;
}
.innerpage_wrapper .banner_post img {
  margin-bottom: 0;
}
.innerpage_wrapper .banner_post a h3 {
  font-size: 16px;
}
@media (max-width: 991px) {
  .innerpage_wrapper .banner_post a h3 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .innerpage_wrapper .banner_post a h3 {
    font-size: 13px;
  }
}
.innerpage_wrapper .gallery_listing {
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  overflow: hidden;
}
.innerpage_wrapper .gallery_listing figure {
  margin: 0;
  position: relative;
}
.innerpage_wrapper .gallery_listing figure a {
  display: block;
  position: relative;
}
.innerpage_wrapper .gallery_listing figure a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E22A46;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.innerpage_wrapper .gallery_listing figure a:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webikit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  opacity: 0;
}
.innerpage_wrapper .gallery_listing figure a:hover:after {
  opacity: 0.5;
}
.innerpage_wrapper .gallery_listing figure a:hover:before {
  opacity: 1;
}
.innerpage_wrapper .gallery_listing figure a img {
  margin-bottom: 0;
}

.innerpage_wrapper .gallery_list a .gallery_caption {
  opacity: 1;
  height: auto;
  min-height: 0;
  top: inherit;
  bottom: 0;
}
.innerpage_wrapper .gallery_list a:hover .gallery_caption {
  min-height: 100%;
}
.innerpage_wrapper .grid {
  zoom: 1;
  margin-left: -15px;
  margin-right: -15px;
}
.innerpage_wrapper .grid:after, .innerpage_wrapper .grid:before {
  content: "";
  display: table;
}
.innerpage_wrapper .grid:after {
  clear: both;
}
.innerpage_wrapper .grid .grid-item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.innerpage_wrapper .grid .grid-item.grid-item-3 {
  width: 33.33%;
}
@media (max-width: 991px) {
  .innerpage_wrapper .grid .grid-item.grid-item-3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .innerpage_wrapper .grid .grid-item.grid-item-3 {
    width: 100%;
  }
}
.innerpage_wrapper .grid .grid-item.grid-item-4 {
  width: 25%;
}
@media (max-width: 991px) {
  .innerpage_wrapper .grid .grid-item.grid-item-4 {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .innerpage_wrapper .grid .grid-item.grid-item-4 {
    width: 100%;
  }
}

.testimonial_innerpage .social_feed_content .social_feed_text {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.testimonial_innerpage .social_feed_content .social_icon {
  float: left;
  font-size: 16px;
  margin: 0;
  margin-right: 10px;
}
.testimonial_innerpage .social_feed_content a {
  float: left;
}

.innerpage_wrapper.blog-page .gallery_list:hover {
  background: #E22A46;
}
.innerpage_wrapper.blog-page .gallery_list a:hover .gallery_caption {
  background: #E22A46;
}
.innerpage_wrapper.blog-page .gallery_list a .gallery_caption {
  position: static;
  padding: 20px;
}
.innerpage_wrapper.blog-page .gallery_list a .gallery_caption h3 {
  padding: 0;
}

/*# sourceMappingURL=innerpage.css.map */
