/* Minification failed. Returning unminified contents.
(780,1): run-time error CSS1019: Unexpected token, found '@import'
(780,9): run-time error CSS1019: Unexpected token, found '"https://fonts.googleapis.com/css?family=Raleway:400,300,200,500,600,700"'
(795,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(796,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(807,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(808,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1298,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1299,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1495,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1496,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1511,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1512,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.form-group2 {
    margin-bottom: 0;
}

@media (max-width:767px) {
    .form-group2 {
        margin-bottom: 1rem;
    }
}

.detailsinfo {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #212529;
    word-break: break-all;
}

.addressDetails {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #212529;
}
/* add z-index find agent */
.material-card {
    position: relative;
    height: 0;
    /* padding-bottom: calc(100% - 16px); */
    padding-bottom: 300px;
    margin-bottom: 6.6em;
    z-index: 1;
}

@media(max-width:1199px) and (min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        font-size: 14px;
    }
}

@media(max-width:1157px) and (min-width:992px) {
    .Menu-widget-box .section-newsletter .contactIcons .fa {
        font-size: 1.5em;
        padding: 5px;
        color: #fff;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .titleh3 {
        color: #rgb 0, 69, 124;
        font-size: 25px;
        font-weight: 300;
        text-align: left;
        position: relative;
        margin: 30px 0 60px;
    }
}

@media(max-width:550px) {
    .vid-container {
        position: relative;
        height: 34vh;
        overflow: hidden;
    }
}

@media(max-width:386px) {
    .detailsinfo {
        font-size: 15px;
        line-height: 24px;
        font-weight: 300;
        color: #212529;
    }
}

@media(max-width:379px) {
    .Menu-widget-box .section-newsletter .contactIcons .fa {
        font-size: 1.5em;
        padding: 10px;
        color: #fff;
    }
}

@media(max-width:364px) {
    .detailsinfo {
        font-size: 14px;
        line-height: 24px;
        font-weight: 300;
        color: #212529;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }



.col-form-label {
    padding-top: 0;
    font-size: 24px
}

@import "https://fonts.googleapis.com/css?family=Raleway:400,300,200,500,600,700";

.fa-spin-fast {
    -webkit-animation: fa-spin-fast 0.2s infinite linear;
    animation: fa-spin-fast 0.2s infinite linear;
}

.material-card {
    position: relative;
    height: 0;
    /*padding-bottom: calc(100% - 16px);*/
    padding-bottom: 300px;
    margin-bottom: 6.6em;
}

@-webkit-keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}



.material-card h2 {
    position: absolute;
    top: calc(100% - 16px);
    left: 0;
    width: 100%;
    padding: 10px 16px;
    color: #fff;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .material-card h2 span {
        display: block;
    }

    .material-card h2 strong {
        /*font-weight: 400;*/
        display: block;
        font-size: 0.8em;
    }

/*.material-card h2:before,
            .material-card h2:after {
                content: ' ';
                position: absolute;
                left: 0;
                top: -16px;
                width: 0;
                border: 8px solid;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -ms-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }

            .material-card h2:after {
                top: auto;
                bottom: 0;
            }*/
.material-card.blue.mc-active .mc-content {
    background-color: #e5f1ff;
    height: 278px;
}

.material-card.mc-active h2 {
    top: 0;
    padding: 10px 16px 10px 90px;
}

    .material-card.mc-active h2:before {
        top: 0;
    }

    .material-card.mc-active h2:after {
        bottom: -16px;
    }

.material-card .mc-content {
    /*position: absolute;
        right: 0;
        top: 0;
        bottom: 16px;
        left: 16px;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card .mc-btn-action {
    position: absolute;
    right: 0;
    top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid;
    width: 45px;
    height: 45px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card.mc-active .mc-btn-action {
    top: 62px;
}

.material-card .mc-description {
    position: absolute;
    top: 100%;
    right: 0;
    left: 11px;
    /*bottom: 54px;*/
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

.material-card .mc-footer {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .material-card .mc-footer h4 {
        position: absolute;
        top: 200px;
        left: 30px;
        padding: 0;
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: all 1.4s;
        -moz-transition: all 1.4s;
        -ms-transition: all 1.4s;
        -o-transition: all 1.4s;
        transition: all 1.4s;
    }

    .material-card .mc-footer a {
        display: block;
        float: left;
        position: relative;
        width: 30px;
        height: 30px;
        margin-left: 5px;
        margin-bottom: 15px;
        font-size: 18px;
        color: #fff;
        line-height: 32px;
        text-decoration: none;
        top: 200px;
    }

        .material-card .mc-footer a:nth-child(1) {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .material-card .mc-footer a:nth-child(2) {
            -webkit-transition: all 0.6s;
            -moz-transition: all 0.6s;
            -ms-transition: all 0.6s;
            -o-transition: all 0.6s;
            transition: all 0.6s;
        }

        .material-card .mc-footer a:nth-child(3) {
            -webkit-transition: all 0.7s;
            -moz-transition: all 0.7s;
            -ms-transition: all 0.7s;
            -o-transition: all 0.7s;
            transition: all 0.7s;
        }

        .material-card .mc-footer a:nth-child(4) {
            -webkit-transition: all 0.8s;
            -moz-transition: all 0.8s;
            -ms-transition: all 0.8s;
            -o-transition: all 0.8s;
            transition: all 0.8s;
        }

        .material-card .mc-footer a:nth-child(5) {
            -webkit-transition: all 0.9s;
            -moz-transition: all 0.9s;
            -ms-transition: all 0.9s;
            -o-transition: all 0.9s;
            transition: all 0.9s;
        }

        .material-card .mc-footer a:nth-child(6) {
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -ms-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
        }

        .material-card .mc-footer a:nth-child(7) {
            -webkit-transition: all 1.1s;
            -moz-transition: all 1.1s;
            -ms-transition: all 1.1s;
            -o-transition: all 1.1s;
            transition: all 1.1s;
        }

.material-card .img-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card.mc-active .img-container {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 4px;
    width: 60px;
    height: 60px;
    z-index: 20;
}

.material-card.mc-active .mc-content {
    padding-top: 5.6em;
}



.material-card.mc-active .mc-description {
    top: 15px;
    padding-top: 6.5em;
    opacity: 1;
    filter: alpha(opacity=100);
}

.material-card.mc-active .mc-footer {
    overflow: visible;
    position: absolute;
    top: calc(100% - -19px);
    left: 16px;
    right: 0;
    height: 40px;
    padding-top: 5px;
    padding-left: 5px;
}



    .material-card.mc-active .mc-footer a {
        top: 0;
    }

    .material-card.mc-active .mc-footer h4 {
        top: -32px;
    }

img.img-responsive {
    width: 100%;
    height: 100%
}

.material-card.blue h2 {
    background-color: #19487D;
}

    .material-card.blue h2:after {
        border-top-color: #19487d;
        border-right-color: #19487d;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .material-card.blue h2:before {
        border-top-color: transparent;
        border-right-color: #06121f;
        border-bottom-color: #06121f;
        border-left-color: transparent;
    }

.material-card.blue.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #19487d;
    border-bottom-color: #19487d;
    border-left-color: transparent;
}

.material-card.blue.mc-active h2:after {
    border-top-color: #06121f;
    border-right-color: #06121f;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.blue .mc-btn-action {
    background-color: #19487d;
    color: white;
}

    .material-card.blue .mc-btn-action:hover {
        background-color: #06121f;
        color: white;
    }

.material-card.blue .mc-footer a {
    background-color: #19487d;
    color: white;
}

    .material-card.blue .mc-footer a:hover {
        background-color: #19487d;
        color: white;
    }



.material-card.blue.mc-active .mc-footer {
    background-color: #8299b3;
}

.material-card.blue.mc-active .mc-btn-action {
    border-color: #e4f1ff;
}

.mc-footer {
    text-align: center;
}

/*body {
    background-color: #ECEFF1;
    color: #37474F;
    font-family: 'Raleway', sans-serif;
        font-weight: 200;
    font-size: 16px;
}*/

h1,
h2,
h3 {
    font-weight: 200;
}

.mc-btn-action .fa {
    position: relative;
    bottom: 3px;
}

/**search**/


.hidden {
    display: none;
}
/**search**/

/** loader**/
.animated-background {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeHolderShimmer;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    position: relative;
}

.image {
    width: 94%;
    height: 240px;
    left: 14px;
}

.card_loader h2 {
    position: absolute;
    top: calc(100% - 16px);
    left: 0;
    width: 100%;
    padding: 10px 16px;
    color: #fff;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card #Floader {
    position: absolute;
    top: calc(100% - 16px);
    width: 100%;
    padding: 10px 16px;
    color: #fff;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card.blue #Floader:before {
    border-top-color: transparent;
    border-right-color: #cac8c8;
    border-bottom-color: #cac8c8;
    border-left-color: transparent;
}

.material-card.blue #Floader:after {
    border-top-color: #DCDCDC;
    border-right-color: #DCDCDC;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.blue #Floader {
    background: #DCDCDC;
    height: 68px;
}

.line1 {
    width: 75%;
    height: 12px;
    border-radius: 3px;
}

.line2 {
    width: 41%;
    height: 12px;
    margin-top: 9px;
    border-radius: 3px;
}

.animated-backgroundf {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0, 1.21, 0.94, 1.6);
    animation-name: placeHolderShimmer;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    position: relative;
}

.mc-btn-action.animated-background {
    border: 5px solid #e9e7e7;
    right: 4px;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}
/** loader**/
/**responsive  media queries**/
/*@media (max-width: 575.98px) {

        .listNav, .ln-letters {
            margin-left: 0;
            font-size: 10px;
        }

            .ln-letters a {
                padding: 4px 5px;
            }
    }*/

/*@media (min-width: 576px) and (max-width: 767.98px) {
        .listNav, .ln-letters {
            margin-left: 0;
            font-size: 10px;
        }

            .ln-letters a {
                padding: 4px 5px;
            }
    }*/
@media screen and (max-width: 767px) {
    .material-card.mc-active .mc-content {
        position: relative;
        margin-right: 16px;
    }
}

@media screen and (max-width: 767px) {
    .material-card.mc-active {
        padding-bottom: 0;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .material-card.mc-active .mc-description {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        padding: 50px 30px 70px 30px;
        bottom: 0;
    }

    .material-card.mc-active .mc-footer {
        top: calc(100% - 1px);
    }

    .material-card.blue.mc-active .mc-content {
        height: 400px;
    }

    .material-card {
        position: relative;
        height: 0;
        /*padding-bottom: calc(100% - 16px);*/
        padding-bottom: 400px;
        margin-bottom: 6.6em;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .listNav, .ln-letters {
        margin-left: 0;
        font-size: 12px;
    }

        .ln-letters a {
            padding: 7px 7px;
        }

    .col-form-label {
        margin-right: 25px;
    }

    .material-card.mc-active .mc-footer {
        top: calc(100% - 36px);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .material-card.mc-active h2 {
        top: 0;
        padding: 6px 0px 0 54px;
    }

    material-card.mc-active .mc-description {
        top: -10px;
    }

    .material-card.mc-active .mc-btn-action {
        top: 48px;
    }

    .material-card.mc-active .mc-footer {
        top: calc(100% - -84px);
    }

    .material-card.mc-active .mc-description {
        top: 20px;
    }

    .material-card.mc-active .img-container {
        left: -8px;
        top: 10px;
        width: 40px;
        height: 40px;
    }
}
/**responsive  media queries**/
#sectionfindanagent {
    position: relative;
    width: 100%;
    height: 100%;
}

    #sectionfindanagent::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 80%;
        background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
    }

    #sectionfindanagent h1 {
        position: absolute;
        top: 10%;
        left: 50%;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: royalblue;
        text-align: center;
        white-space: nowrap;
    }

#sectionfindanagent {
    background: url(http://media.bullseyeplus.com/development/OfficeWebsites/find.jpg) center center / cover no-repeat;
}

.demo a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

    .demo a:hover {
        opacity: .5;
    }


#sectionfindanagent a {
    padding-top: 70px;
}

    #sectionfindanagent a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb05 1.5s infinite;
        animation: sdb05 1.5s infinite;
        box-sizing: border-box;
    }

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

#agentPic {
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
}


/*Profile Card 3*/
.profile-card-3 {
    font-family: 'Open Sans', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    border: none;
}

    .profile-card-3 .background-block {
        float: left;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

        .profile-card-3 .background-block .background {
            width: 100%;
            vertical-align: top;
            opacity: 0.9;
            -webkit-filter: blur(0.5px);
            filter: blur(0.5px);
            -webkit-transform: scale(1.8);
            transform: scale(2.8);
        }

    .profile-card-3 .card-content {
        width: 100%;
        padding: 60px 25px;
        color: #232323;
        float: left;
        background: #fff;
        height: 50%;
        border-radius: 0 0 5px 5px;
        position: relative;
        z-index: 9999;
        padding-top: 10%;
    }

        .profile-card-3 .card-content::before {
            content: '';
            background: #fff;
            width: 120%;
            height: 100%;
            left: 11px;
            bottom: 51px;
            position: absolute;
            z-index: -1;
            transform: rotate(-13deg);
        }

    .profile-card-3 .profile {
        border-radius: 50%;
        position: absolute;
        top: 1%;
        left: 50%;
        max-width: 200px;
        opacity: 1;
        box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
        border: 2px solid rgba(255, 255, 255, 1);
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        z-index: 99999;
        max-height: 220px;
    }

    .profile-card-3 h2 {
        margin: 0 0 5px;
        font-weight: 600;
        font-size: 25px;
    }

        .profile-card-3 h2 small {
            display: block;
            font-size: 15px;
            margin-top: 10px;
        }

    .profile-card-3 i {
        display: inline-block;
        font-size: 16px;
        color: #232323;
        text-align: center;
        border: 1px solid #232323;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        margin: 0 5px;
    }

    .profile-card-3 .icon-block {
        float: left;
        width: 100%;
        margin-top: 15px;
    }

        .profile-card-3 .icon-block a {
            text-decoration: none;
        }

    .profile-card-3 i:hover {
        background-color: #232323;
        color: #fff;
        text-decoration: none;
    }

.popup-img {
    cursor: pointer;
}

.property-map {
    position: absolute;
    top: 143px;
    width: 100%;
    z-index: 2;
}

    .property-map.hide {
        display: none;
    }

.icons {
    cursor: pointer;
    margin-left: 10px;
}

section i {
    color: rgba(1, 111, 74, 0.9);
}

.slick-prev {
    left: 30px;
    z-index: 1;
}

.slick-next {
    right: 30px
}

.body-map {
    width: 100%;
    height: 500px;
    border: none;
}

#ourofficeMap {
    height: 80%;
    min-height: 450px;
    width: 100%;
}

.listFeatures {
    padding: 5px 0;
    list-style: none;
    font-size: 14px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    columns: 2;
}

.blue {
    color: #007bff;
}

    .blue:hover {
        color: #fff;
    }

@media (max-width: 768px) {
    #slick-slider img {
        /*max-width: 400px !important;*/
    }
}

