/* ==========================================================================
   - GLOBAL
   - TYPOGRAPHY
   - MAIN NAV
   - FOOTER
   - 01-HOME
   - 02-ABOUT
   - 03-SERVICES
   - 04-PROJECTS
   - 05-CONTACT
   - MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
GLOBAL
========================================================================== */
iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
.no-pad {
  padding: 0; }

.no-pad-right {
  padding-right: 0; }

.no-pad-left {
  padding-left: 0; }

.bg_white {
  background-color: #fff; }

.bg_gray_light {
  background-color: #dadfe6; }

.bg_gray_medium {
  background-color: #525252; }

.bg_gray_dark {
  background-color: #2d2c2c; }

.bg_blue {
  background-color: #0BBBDD; }

.bg_red {
  background-color: #D70026; }

.bg_yellow {
  background-color: #F7811B; }

.bg_green {
  background-color: #1EF25E; }

.bg_black {
  background-color: #000; }

.bg_photo {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center; }

.margin_xl,
.margin_lg,
.margin_md,
.margin_sm {
  clear: both; }

.margin_xs {
  min-height: 20px; }

.margin_sm {
  min-height: 50px; }

.margin_md {
  min-height: 100px; }

.margin_lg {
  min-height: 200px; }

.margin_xl {
  min-height: 600px; }

.grand_banner_home {
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center; }
  .grand_banner_home h1, .grand_banner_home h2, .grand_banner_home h3, .grand_banner_home h4, .grand_banner_home h5 {
    color: #fff; }
  .grand_banner_home a.down_arrow:link {
    width: 35px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../img/main-banner-arrow-down-white.png");
    text-decoration: none; }
  .grand_banner_home a.down_arrow:hover, .grand_banner_home a.down_arrow:focus {
    background-image: url("../img/main-banner-arrow-down-red.png");
    text-decoration: none; }

.grand_banner_home:before {
  background-color: #000;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-position: 50% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

.grand_banner_home .row {
  display: block;
  position: relative;
  z-index: 1; }

.grand_banner {
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center; }
  .grand_banner h1, .grand_banner h2, .grand_banner h3, .grand_banner h4, .grand_banner h5 {
    color: #fff; }
  .grand_banner a.down_arrow:link {
    width: 35px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../img/main-banner-arrow-down-white.png");
    text-decoration: none; }
  .grand_banner a.down_arrow:hover, .grand_banner a.down_arrow:focus {
    background-image: url("../img/main-banner-arrow-down-red.png");
    text-decoration: none; }

.grand_banner:before {
  background-color: #000;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-position: 50% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

.grand_banner .row {
  display: block;
  position: relative;
  z-index: 1; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#player .video {
  background-size: cover !important; }


/* ==========================================================================
TYPOGRAPHY
========================================================================== */
body {
  background-color: #fff; }

body * {
  font-family: 'Raleway', sans-serif; }

h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700; }

h2 {
  margin-top: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-bottom: 0; }

h3 {
  margin-top: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-bottom: 0; }

h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700; }

h5 {
  font-family: 'Cardo', serif;
  font-weight: 400;
  font-style: italic; }

body {
  font-size: 16px;
  line-height: 1em;
  font-family: 'Raleway', sans-serif; }

small {
  line-height: 1em;
  font-family: 'Raleway', sans-serif; }

ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0; }

b,
strong,
em,
small,
code {
  line-height: 1; }

sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

.big_number {
  font-size: 4.6875em;
  line-height: 0.75em;
  font-weight: 700; }

.text-uppercase {
  text-transform: uppercase; }

.text-red {
  color: #b7000a; }

.text-blue {
  color: #000f50 !important; }

.text-black {
  color: #000; }

.quote {
  display: block;
  background-image: url("../img/quote-symbol.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-left: 50px; }

a {
  color: #000f50;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  border: none; }

a:hover {
  border-bottom: 5px solid rgba(255, 0, 255, 0);
  text-decoration: none;
  border: none; }

a.btn {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline;
  padding-bottom: 5px;
  border-bottom: 5px solid rgba(255, 0, 255, 0); }

a.btn_white {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #fff;
  display: inline;
  padding-bottom: 5px;
  border-bottom: 5px solid rgba(255, 0, 255, 0); }

a:hover {
  color: #b7000a; }

a.btn:hover, a.btn_white:hover {
  border-bottom: 5px solid #b7000a; }

/* ==========================================================================
MAIN NAV
========================================================================== */
form {
  float: right;
  margin: 5px 15px 0;
  padding: 0px 0px 0px px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
    /*
    .lang_switcher {
      cursor: pointer;
      margin: 0;
      background: transparent;
      padding: 5px 30px 5px 5px;
      font-size: 16px;
      height: 34px;
      width: 67px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: block;
      color: $red;
      line-height: 13px;
      font-weight: 700;
      text-transform: uppercase;
      outline: none;

      border: none;
      background: url('../img/chevron-down.svg') 80% / 20% no-repeat;
      option {
        color: $gray_dark;
        font-weight: 700;
        text-transform: uppercase;
        outline: none;
      }
    */ }

.lang_switcher {
  cursor: pointer;
  margin: 0;
  background: transparent;
  padding: 5px 30px 5px 5px;
  font-size: 1em;
  height: 34px;
  width: 67px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  color: #b7000a;
  line-height: 13px;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
  margin-top: 18px; }

.lang_switcher:hover {
  text-decoration: underline; }

.main_nav_sticky {
  display: none; }

.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  border-top: 0;
  border-bottom: 1px #dadfe6 solid; }
  .sticky .logo-color {
    display: inline;
    float: left;
    width: 100px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .sticky .main_nav_list ul {
    margin-top: 35px; }
    .sticky .main_nav_list ul li {
      display: inline; }
      .sticky .main_nav_list ul li a {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        font-size: 1em;
        text-transform: uppercase;
        color: #000f50;
        display: inline;
        padding-bottom: 0;
        border-bottom: none;
        font-weight: 400; }
      .sticky .main_nav_list ul li a:hover {
        font-weight: 700;
        border-bottom: none; }
    .sticky .main_nav_list ul .current-menu-item a {
      font-weight: 700; }
  .sticky form {
    display: inline;
    margin-top: 10px; }

.main_nav_list ul {
  padding: 0; }
  .main_nav_list ul li {
    display: inline; }
    .main_nav_list ul li a {
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      font-size: 1.25em;
      text-transform: uppercase;
      color: #fff;
      display: inline;
      padding-bottom: 5px;
      border-bottom: 5px solid rgba(255, 0, 255, 0);
      font-weight: 400; }
    .main_nav_list ul li a:hover {
      font-weight: 700;
      border-bottom: 5px solid #b7000a; }

#responsive_menu_pro_button {
  background: none !important; }

/* ==========================================================================
FOOTER
========================================================================== */
.footer p, .footer small {
  color: #fff; }
.footer a:link, .footer a:active, .footer a:visited, .footer a:focus {
  color: #fff;
  border: none;
  outline: none; }
  .footer a:link .circle-icon, .footer a:active .circle-icon, .footer a:visited .circle-icon, .footer a:focus .circle-icon {
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #000;
    background-color: #fff;
    margin-right: 10px; }
  .footer a:link .circle-icon-linkedin, .footer a:active .circle-icon-linkedin, .footer a:visited .circle-icon-linkedin, .footer a:focus .circle-icon-linkedin {
    padding: 12px 17px; }
  .footer a:link .circle-icon-mail, .footer a:active .circle-icon-mail, .footer a:visited .circle-icon-mail, .footer a:focus .circle-icon-mail {
    padding: 11px 13px; }
  .footer a:link .circle-icon-fb, .footer a:active .circle-icon-fb, .footer a:visited .circle-icon-fb, .footer a:focus .circle-icon-fb {
    padding: 12px 16px; }
.footer a:hover {
  color: #b7000a; }
  .footer a:hover .circle-icon {
    color: #fff;
    background-color: #b7000a; }
.footer .blank_spacer {
  width: 41px;
  clear: both;
  display: block; }
.footer .slogan {
  margin-left: 40px;
  display: block; }

/* ==========================================================================
HOME
========================================================================== */
.bg_photo_home_grand_banner {
  background-image: url("https://images.unsplash.com/photo-1458324124043-7803d4fec380?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=bcabf46696fabe19abe4992477e11c4f");
  margin-bottom: 50px; }

.rectangle_outline_white {
  padding: 10px 15px;
  border: 1px solid #fff;
  max-width: 680px;
  margin: 0 auto; }

/* testimonials */
.owl-stage-outer:before {
  background-color: #fff;
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 20;
  opacity: 0.8; }

.owl-item * {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */ }

.owl-item.active * {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */ }

.bg_quote_symbol {
  background-image: url("../img/quote-symbol.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  margin: 0 auto; }

/* Service section */
.service_section a .grand_banner h3 {
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  display: inline;
  padding-bottom: 5px;
  border-bottom: 5px solid transparent;
  min-width: 50px;
  /*margin: 0 auto @include animate(all, 0.2s, linear);*/ }
.service_section a .grand_banner:before {
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /* IE 5-7 */
  filter: alpha(opacity=30);
  /* Netscape */
  -moz-opacity: 0.3;
  /* Safari 1.x */
  -khtml-opacity: 0.3;
  /* Good browsers */
  /*opacity: 0.3;*/
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-size: cover;
  background-position: center; }
.service_section a .grand_banner_1:before {
  background-image: url("../img/categories-bg-new-construction.png"); }
.service_section a .grand_banner_2:before {
  background-image: url("../img/categories-bg-renovation.png"); }
.service_section a .grand_banner_3:before {
  background-image: url("../img/categories-bg-additions.png"); }
.service_section a .grand_banner_4:before {
  background-image: url("../img/categories-bg-custom.png"); }
.service_section a:hover .grand_banner h3 {
  color: #b7000a;
  border-bottom: 5px solid #b7000a;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
.service_section a:hover .grand_banner:before {
  background-color: black;
  -webkit-filter: none;
  filter: none;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /* IE 5-7 */
  filter: alpha(opacity=30);
  /* Netscape */
  -moz-opacity: 0.3;
  /* Safari 1.x */
  -khtml-opacity: 0.3;
  /* Good browsers */
  opacity: 0.5;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
.service_section a:hover .grand_banner_1:before {
  background-image: url("../img/categories-bg-new-construction.png"); }
.service_section a:hover .grand_banner_2:before {
  background-image: url("../img/categories-bg-renovation.png"); }
.service_section a:hover .grand_banner_3:before {
  background-image: url("../img/categories-bg-additions.png"); }
.service_section a:hover .grand_banner_4:before {
  background-image: url("../img/categories-bg-custom.png"); }
.service_section .pseudo-padding {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-top: 0px; }

/* ==========================================================================
ABOUT
========================================================================== */
.about_sign_bg {
  background-image: url("../img/vince-sign.jpg");
  background-position: bottom right;
  background-size: 140px 110px;
  background-repeat: no-repeat; }

.about_plan {
  background-image: url("../img/plan-galileo.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat; }

/* ==========================================================================
SERVICES
========================================================================== */
.rectangle_outline_blue {
  padding: 10px 10px;
  border: 1px solid #000f50;
  max-width: 475px;
  margin: 0 auto; }

/* ==========================================================================
PROJECTS
========================================================================== */
#container {
  /*display: none;*/
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.content_projects p {
  color: #000; }

.projects-qt {
  background-image: url(http://rs536.pbsrc.com/albums/ff326/lala_idcx/white.jpg~c200);
  background-position: 0 50%; }

.filters-button-group {
  list-style-type: none;
  margin-left: 0;
  text-align: center; }
  .filters-button-group li {
    display: inline-block;
    margin: 20px 10px; }
    .filters-button-group li a.button {
      color: #000f50;
      text-transform: uppercase;
      display: inline;
      padding: 5px 0;
      border: none;
      border-bottom: 5px solid rgba(255, 0, 255, 0);
      font-weight: 700; }
    .filters-button-group li a.button:hover {
      padding: 5px 0;
      color: #b7000a;
      font-weight: 700;
      border: none;
      border-bottom: 5px solid #b7000a; }
    .filters-button-group li .button {
      background-color: white !important; }

.grid .fancybox img {
  margin-bottom: 1.8rem; }

/* ==========================================================================
CONTACT
========================================================================== */
.contact-form form {
  margin: 0; }
  .contact-form form input[type=text], .contact-form form input[type=email], .contact-form form input[type=tel] {
    border: 1px solid #000f50 !important; }
  .contact-form form textarea {
    border: 1px solid #000f50 !important; }
  .contact-form form input[type=submit] {
    display: inline-block;
    border: none;
    display: inline;
    padding-bottom: 5px;
    border-bottom: 5px solid rgba(255, 0, 255, 0);
    background: none;
    font-size: 2em;
    font-weight: 700;
    color: #000f50; }
  .contact-form form input[type=submit]:hover {
    border-bottom: 5px solid #b7000a; }

/* CF7 Messages */
.wpcf7 .wpcf7-validation-errors {
  border: none;
  background-color: #FFF699;
  margin: 0;
  padding: 10px;
  font-size: 0.75em;
  margin-bottom: 10px;
  clear: both; }

.wpcf7 .wpcf7-mail-sent-ok {
  border: none;
  background-color: #AEE88A;
  margin: 0;
  padding: 10px;
  font-size: 0.75em;
  margin-bottom: 10px;
  clear: both; }

.wpcf7 .wpcf7-mail-sent-ng {
  border: none;
  background-color: #cf2d38;
  margin: 0;
  padding: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: white; }

.wpcf7 span.wpcf7-not-valid-tip {
  border: none;
  background-color: none;
  padding: 0;
  color: #FF665A;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 0.75em; }

.wpcf7-form .fleft {
  float: left; }

.wpcf7-form .mright20 {
  margin-right: 0px; }

.wpcf7-form .mright40 {
  margin-right: 0px; }

.wpcf7-form .clear {
  clear: both; }

/* ==========================================================================
MEDIA QUERIES
========================================================================== */
/*==========  Mobile First Method  ==========*/
/* Small only */
@media screen and (max-width: 39.9375em) {
  .text-align_from_center_to_left {
    text-align: center; }

  .text-align_from_center_to_right {
    text-align: center; }

  h1 {
    font-size: 2.20588em;
    line-height: 1em; }

  h2 {
    font-size: 1.83333em;
    line-height: 1em; }

  h3 {
    font-size: 1.33333em;
    line-height: 0.83333em; }

  h4 {
    font-size: 1.04167em;
    line-height: 0.83333em; }

  h5 {
    font-size: 1.5em;
    line-height: 1.5em; }

  small {
    font-size: 0.875em; }

  p,
  ul,
  ol,
  pre,
  table,
  blockquote {
    font-size: 0.83333em;
    line-height: 1.5em; }

  .margin_lg {
    height: 166.66667px; }

  .margin_md {
    height: 83.33333px; }

  .margin_sm {
    height: 41.66667px; }

  .margin_xs {
    height: 16.66667px; }

  .quote {
    width: 100%;
    background-size: 30px;
    padding-left: 5px;
    padding-top: 30px; }

  /* ==========================================================================
  HOME
  ========================================================================== */
  .bg_quote_symbol {
    background-size: 25px 20px; }

  /* testimonials */
  .owl-stage-outer:before {
    display: none; } }
/* Medium and up */
@media screen and (min-width: 40em) {
  .text-align_from_center_to_left {
    text-align: left; }

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

  h1 {
    font-size: 3.75em;
    line-height: 1.25em; }

  h2 {
    font-size: 2.75em;
    line-height: 1.25em; }

  h3 {
    font-size: 2em;
    line-height: 1.25em; }

  h4 {
    font-size: 1.25em;
    line-height: 1.25em; }

  h5 {
    font-size: 1.5em;
    line-height: 1.5em; }

  small {
    font-size: 0.875em; }

  p,
  ul,
  ol,
  pre,
  table,
  blockquote {
    font-size: 1em;
    line-height: 1.5em; }

  .margin_lg {
    height: 166.66667px; }

  .margin_md {
    height: 83.33333px; }

  .margin_sm {
    height: 41.66667px; }

  .margin_xs {
    height: 16.66667px; }

  .quote {
    width: 300px;
    background-size: 30px;
    padding-left: 5px; }

  .blank_spacer {
    height: 25px; }

  /* ==========================================================================
  HOME
  ========================================================================== */
  .bg_quote_symbol {
    background-size: 45px 40px; }

  /* testimonials */
  .owl-stage-outer:before {
    display: none; }

  .owl-item {
    /*opacity: 0.4;*/ }

  /* ==========================================================================
  MAIN NAV
  ========================================================================== */
  .main_nav_list ul li a {
    margin-right: -10px;
    margin-left: -10px; } }
/* Large and up */
@media screen and (min-width: 64em) {
  .text-align_from_center_to_left {
    text-align: left; }

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

  h1 {
    font-size: 3.75em;
    line-height: 1.25em; }

  h2 {
    font-size: 2.75em;
    line-height: 1.25em; }

  h3 {
    font-size: 2em;
    line-height: 1.25em; }

  h4 {
    font-size: 1.25em;
    line-height: 1.25em; }

  h5 {
    font-size: 1.5em;
    line-height: 1.5em; }

  small {
    font-size: 0.8em; }

  p,
  ul,
  ol,
  pre,
  table,
  blockquote {
    font-size: 1em;
    line-height: 1.5em; }

  .margin_lg {
    height: 200px; }

  .margin_md {
    height: 100px; }

  .margin_sm {
    height: 50px; }

  .margin_xs {
    height: 20px; }

  .quote {
    width: 380px;
    background-size: 30px;
    padding-left: 5px; }

  .blank_spacer {
    height: 41px; }

  /* ==========================================================================
  HOME
  ========================================================================== */
  .bg_quote_symbol {
    background-size: 45px 40px; }

  /* testimonials */
  /* ==========================================================================
  MAIN NAV
  ========================================================================== */
  .main_nav_list ul li a {
    margin-right: 0px;
    margin-left: 0px; } }

    /* ==========================================================================
    testimonials page
    ========================================================================== */
    .slide .testimonial{
      padding-left: 75px;
      position: relative;
    }
    .slide hr{
      margin: 50px 0 40px 0;
    }

    .testimonials_quote {
      position: absolute;
      width: 45px;
      height: 45px;
      left: -00px;
      background-image: url("../img/quote-symbol.jpg");
      background-position: top left;
      background-repeat: no-repeat;
    }

    .testimonials_slider .owl-dots {
        counter-reset: dots;
    }
    .testimonials_slider .owl-dot:before {
        counter-increment:dots;
        content: counter(dots);
        font-size: 24px;
        font-weight: 700;
    }
    .testimonials_slider .owl-controls .owl-dots .owl-dot span{
      display: none;
    }
    .testimonials_slider .owl-controls .owl-dots .owl-dot.active span{
      opacity: 1;
      display: block;
      margin-top: 5px;
      border-radius: 0;
      background-color: #b7000a;
      width: 20px;
      height: 5px;
    }
    .testimonials_slider .owl-controls {
      margin-top: 50px;
    }

        /* ==========================================================================
    blog page
    ========================================================================== */
.blog-des h2 {
  font-size: 44px;
  font-weight: bold;
  color: #0a0a0a;
  margin-bottom: 20px;
}
.blog-des p {
  font-size: 16px;
  line-height: 1.75;
  color: #0a0a0a;
   margin-bottom: 0px;
}
.blog-des .columns.center-col
{
  margin-top: 118px;
  margin-bottom: 78px;
}
.blog-gallery .filters-button-group
{
   text-align: left;
}
.blog-gallery .row  , .blog-des .row  {
    max-width: 100%;
    }
    .gallery-photo .row
    {
      max-width: 100%;
    }
    .gallery-photo .columns
    {
padding-right: 7px;
padding-left: 7px;
position: relative !important;
transform: unset !important;
left: unset !important;
    }
    .isotope-hidden
    {
      display: none;
    }
    /*==hover-effect-start==*/
.hvrbox * {
  box-sizing: border-box;
}
.hvrbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 14px;
}
.hvrbox img {
  max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
  display: block;
}
.hvrbox .hvrbox-layer_top {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: rgba(0, 0, 0, 0.63);
  color: #fff;
  padding: 15px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
  opacity: 1;
}
.hvrbox .hvrbox-text {
  text-align: left;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
  font-size: 15px;
  border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
  border-top: 1px solid rgba(179, 179, 179, 0.7);
  margin-top: 5px;
  padding-top: 2px;
  display: none;
}
.hvrbox.active .hvrbox-text_mobile {
  display: block;
}
    .hvrbox .hvrbox-layer_slideup {
  -moz-transform: translateY(40%);
  -webkit-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
}
.hvrbox:hover .hvrbox-layer_slideup,
.hvrbox.active .hvrbox-layer_slideup {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.image-hovertext h2
{
  font-size: 32px;
  color: #0a0a0a;
      text-transform: uppercase;
}
.image-hovertext {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    z-index: 99;
    text-align: center;
    left: 0;
    right: 0;
    opacity: 1;
    transition: 0.5s all;
    padding: 0px 15px;
    }
    .hvrbox img
    {
      opacity: 0.3;
      transition: 0.5s all;
    }
    .hvrbox:hover .image-hovertext,
.hvrbox.active  .image-hovertext
{
 opacity: 0;
}
  .hvrbox:hover  img,
.hvrbox.active  img
{
 opacity: 1;
}
/*==hover-effect-end==*/
.hvrbox-text h4 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.hvrbox-text p {
  font-size: 14px;
  line-height: 1.64;
  color: #ffffff;
  margin-top: 6px;
  margin-bottom: 23px;
}
.hvrbox-text a {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.loadmore-text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 79px;
   color: #02114d;
   margin-bottom: 115px;
}
.blog-gallery .filters-button-group li a.button.active {
  font-weight: bold;
}
.blog-gallery .filters-button-group li a.button {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #02114d;
}
.blog-gallery .filters-button-group li {
    margin: 20px 15px;
}
.anchor-view-more
{
	 color: #02114d;
}
   /* ==========================================================================
    blogdetailpage page
    ========================================================================== */
.blogdetail-alllink {
  font-size: 20px;
  color: #02114d;
  font-weight: bold;
}
.blogdetail-page .row
{
  max-width: 100%;
}
.blogdetail-page .upperlink-part a
{
  margin:65px 0px 57px 0px;
  display: block;
}
.blogdetail-page-part .blogdetail-col1 h2 {
  font-size: 44px;
  color: #0a0a0a;
  margin-bottom: 30px;
}
.blogdetail-page-part .blogdetail-col1 p{
  font-size: 16px;
  line-height: 1.75;
  color: #0a0a0a;
    margin-bottom: 35px;
}
.blogdetail-col2 h4
{
font-size: 20px;
  color: #0a0a0a;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 69px;
}
.blogdetail-img .hvrbox:hover .image-hovertext,
.blogdetail-img .hvrbox.active  .image-hovertext
{
 opacity: 1;
}
.blogdetail-col1
{
  float: left;
  width: 70%;
}
.blogdetail-col2
{
  float: left;
  width: 30%;
  padding-left: 80px;
}
.blogdetail-img h2
{
  font-size: 14px !important;
}
.bottom-all-link-col1
{
  text-align: left;
  padding: 0px;
}
.bottom-all-link-col2
{
  text-align: center;
  padding: 0px;
}
.bottom-all-link-col3
{
  text-align: right;
  padding: 0px;
}
.bottom-all-link
{
  margin-top: 87px;
  margin-bottom: 115px;
}
#gallery_post .columns:last-child:not(:first-child) {
    float: left;
}
#gallery_post .isotope
{
	height: unset !important;
}
.single-post .rectangle_outline_white h1
{
  text-transform: capitalize;
}
@media(max-width:1500px)
{
.blogdetail-col2 {
    padding-left: 0px;
}
.blogdetail-col1
{
  padding-right: 30px;
}
.blog-des p br
{
  display: none;
}
}
@media(max-width:1199px)
{
  .hvrbox .hvrbox-text {
    width: 100%;
    padding: 15px;
}
.hvrbox .hvrbox-layer_top {
    height: 50%;
    }
    .hvrbox .hvrbox-layer_slideup {
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.image-hovertext h2 {
    font-size: 25px;
    }
}
@media(max-width:991px)
{
.hvrbox .hvrbox-layer_top {
    height: 60%;
    }
    .hvrbox .hvrbox-layer_slideup {
    -moz-transform: translateY(60%);
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%);
}
.blogdetail-col1
{
  width: 100%;
  padding-right: 0px;
  float: none;
}
.blogdetail-col2
{
  width: 100%;
  float: none;
}
    .blogdetail-col2 h4 {
    margin-bottom: 25px;
    margin-top: 20px;
}
}
@media(max-width:767px)
{
 .blogdetail-page .medium-10 {
    width: 100%;
}
.blog-des .columns.center-col {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}
.blog-des h2  {
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 20px;
    }
    .blogdetail-page-part .blogdetail-col1 h2
    {
      font-size: 28px;
      margin-bottom: 15px;
    }
    .blog-des p br , .blogdetail-col1 h2 br
    {
      display: none;
    }
.blog-des p , .blogdetail-page-part .blogdetail-col1 p
{
    font-size: 14px;
  }
  .blog-des .columns.medium-1 , .blog-gallery  .columns.medium-1 , .blogdetail-page .columns.medium-1
  {
     display: none;
  }
.blog-gallery  .filters-button-group li {
    margin: 0px 10px;
}
.blog-gallery .filters-button-group {
    margin-top: 20px;
    margin-bottom: 10px;
    }
.hvrbox .hvrbox-layer_slideup {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.hvrbox .hvrbox-layer_top {
    height: 100%;
}
.loadmore-text {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.blogdetail-page .upperlink-part a {
    margin: 25px 0px;
    }
    .blogdetail-page-part .blogdetail-col1 p
    {
      margin-bottom: 15px;
    }
    .bottom-all-link {
    margin-top: 0px;
    margin-bottom: 20px;
}
.bottom-all-link-col1 , .bottom-all-link-col2 , .bottom-all-link-col3
{
  text-align: center;
}
.blogdetail-alllink {
    margin-bottom: 20px;
    display: block;
}
.gallery-photo .columns {
    padding-right: 14px;
    padding-left: 14px;
    }
}