
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Gradiant*/
/*============================================================== 
 This scss/css we made it from our predefine componenet 
 we just copy that css and paste here you can also do that
 ============================================================== */
/*******************
This is for Header
*******************/
/*******************
Header 12
*******************/
.logo-arpegio{
    max-width: 90px;
}
.flags li {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.flags li.active {
    filter: grayscale(0)!important;
    -webkit-filter: grayscale(0)!important;
    -moz-filter: grayscale(0)!important;
    -o-filter: grayscale(0)!important;
    -ms-filter: grayscale(0)!important;
}
/*******************
Static slide 10
*******************/
.static-slider10 {
    padding: 10% 0;
    background-size: cover;
    background-position: center center; }
.static-slider10 .title {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px; }
.static-slider10 .subtitle {
    color: #ffffff; }

@media (max-width: 900px) {
    .static-slider10 .title {
        font-size: 40px;
        line-height: 45px; } }
.breadcrumb {
    padding: .75rem 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0!important;
}
.wrap-feature10-box {
    padding: 100px 20px;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    color: #ffffff;
}

.wrap-feature10-box p {
    margin: 30px 0 40px;
}

.wrap-feature10-box .box-title {
    color: #ffffff;
}
/*******************
Feature 6
*******************/
.wrap-feature6-box {
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
.wrap-feature6-box .card-body {
    padding: 30px; }
.wrap-feature6-box .card-body .linking {
    color: #ffffff; }
.wrap-feature6-box .card-body .linking:hover {
    color: #263238; }
.wrap-feature6-box .card-body p {
    opacity: 0.8; }
.wrap-feature6-box:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
/*******************
team 3
*******************/
/*******************
Feature 16
*******************/
/*******************
Feature 4
*******************/
.wrap-feature4-box .icon-round {
    font-size: 45px;
    width: 80px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    margin: 20px 0 30px;
    border-radius: 100%; }

.nav-pills .nav-link {
    border-radius: 1.25rem;
    color: #3e4555;
    font-weight: bold;

}
.nav-pills .nav-link.active, .show>.nav-pills .nav-link {
    color: #fff;
    background: #ffc107;
    background: -webkit-linear-gradient(legacy-direction(to right), #ffc107 0%, #e77404 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ffc107), to(#e77404));
    background: -webkit-linear-gradient(left, #ffc107 0%, #e77404 100%);
    background: -o-linear-gradient(left, #ffc107 0%, #e77404 100%);
    background: linear-gradient(to right, #ffc107 0%, #e77404 100%);
}
.aliados{
    list-style: none;
}
.aliados li {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}
.aliados li:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}
.shadow-title {
    color: #e0eff2;
    text-shadow: -4px 3px 0 #3e4555
}
.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

.timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f5f6;
    /*left: 50%;*/
    top: 20px;
    bottom: 20px;
    margin-left: 30px;
}

.timeline-centered .timeline-entry {
    position: relative;
    /*width: 50%;
    float: right;*/
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
    display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
    font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #f5f5f6;
    line-height: 40px;
    font-size: 15px;
    float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background: #ffc107;
    background: -webkit-linear-gradient(legacy-direction(to right), #ffc107 0%, #e77404 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ffc107), to(#e77404));
    background: -webkit-linear-gradient(left, #ffc107 0%, #e77404 100%);
    background: -o-linear-gradient(left, #ffc107 0%, #e77404 100%);
    background: linear-gradient(to right, #ffc107 0%, #e77404 100%);
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #f5f5f6;
    padding: 1em;
    margin-left: 60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #f5f5f6 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}
.timeline-title{
    color: #3e4555 !important;
    font-family: "Rubik",sans-serif !important;
    font-size: 40px!important;
    font-weight: bold;
}
.timeline-text{
    color: #3e4555 !important;
    font-family: "Rubik",sans-serif !important;
    font-size: 24px!important;
    font-weight: bold;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    margin: 0;
    line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
    margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}

.wrap-feature-16 .with-bg {
    width: 100%;
    min-height: 200px;
    background-size: cover;
    background-position: center center; }

.wrap-feature-16 .with-text {
    max-width: 500px;
    margin-left: 80px; }

.team3 ul {
    margin-top: 30px; }
.team3 ul li a {
    color: #8d97ad;
    padding-right: 15px;
    -webkit-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
    display: block; }
.team3 ul li a:hover {
    -webkit-transform: translate3d(0px, -5px, 0px);
    transform: translate3d(0px, -5px, 0px); }

.team3 .title {
    margin: 30px 0 0 0; }

.team3 .subtitle {
    margin: 0 0 20px 0;
    font-size: 13px; }
.w-100{
    width: 100%!important;
}
.wrap-feature21-box {
    background-size: cover;
    background-attachment: fixed;
    background-position: left center;
}
#banner3 h2 {
    font-size: 36px;
    line-height: 1.2; }

#banner3 input,
#banner3 button {
    line-height: 30px; }

#banner3 input[type=email] {
    border-radius: 3px 0 0 3px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

#banner3 button {
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: none; }
#banner3 button:hover {
    opacity: 0.8; }

#banner3 .suggetion i {
    font-size: 34px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0; }

#banner3 .suggetion span {
    display: inline-block;
    padding-left: 50px; }

@media (max-width: 992px) {
    #banner3 h2 {
        font-size: 30px;
        padding: 0 15px; } }

@media (max-width: 767px) {
    #banner3 h2 {
        font-size: 26px; }
    #banner3 .col-sm-6 {
        margin-right: auto;
        margin-left: 0 !important; } }

@media (max-width: 428px) {
    #banner3 {
        padding-bottom: 50px; }
    #banner3 h2 {
        font-size: 22px; } }

@media (max-width: 590px) {
    #banner3 .form-data {
        padding: 0 15px; }
    #banner3 .suggetion {
        padding: 0 15px; } }
#mc-notification {
    margin: 0.75em 0 0;
    font-weight: 400;
    color: #8A8A8A;
    font-size: 17px;
}

.error {
    color: #ff3333 !important;
}
.valid {
    color: #66ff99 !important;
}
#mc-form .form-control {
    font-size: 16px; }
#mc-form .input-group .btn {
    padding: 15px 20px; }


.footer4 .f4-bottom-bar {
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid rgba(120, 130, 140, 0.13); }
/*******************
Testimonial
*******************/
.testimonial6 .testi6 {
    border-right: 1px solid rgba(120, 130, 140, 0.13); }
.testimonial6 .testi6 .nav-link {
    border-radius: 0px;
    margin: 8px -2px 8px 0; }
.testimonial6 .testi6 .nav-link img {
    width: 70px;
    opacity: 0.5; }
.testimonial6 .testi6 .nav-link.active {
    background: transparent;
    color: #8d97ad;
    border-right: 3px solid #e77404; }
.testimonial6 .testi6 .nav-link.active img {
    opacity: 1; }

@media (max-width: 767px) {
    .testimonial6 .testi6 {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        border-right: 0px solid rgba(120, 130, 140, 0.13);
        border-bottom: 1px solid rgba(120, 130, 140, 0.13);
        margin-bottom: 40px; }
    .testimonial6 .testi6 .nav-link {
        margin: 0px 0px -2px 0;
        padding: 10px; }
    .testimonial6 .testi6 .nav-link.active {
        border-right: 0px solid #2cdd9b;
        border-bottom: 3px solid #2cdd9b; }
    .testimonial6 .testi6 .nav-link img {
        width: 40px; } }
/*******************
slide 2
*******************/
.slider2 .bs-slider, .slider2 .carousel-item {
    max-height: 900px; }

.slider2 .bs-slider-overlay {
    background: rgba(32, 35, 43, 0.8); }

.slider2 .slider-control span {
    width: 53px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    border-radius: 50%;
    background: #3e4555 }

.slider2 .slider-control span:hover {
    background: #ff9935; }

.carousel-indicators .active {
    background-color: #ff9935;
}


.slider2 label {
    line-height: 27px;
    border-radius: 0;
    color: #1a1a1a;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }

.slider2 h2 {
    text-transform: uppercase;
    line-height: 42px;
    font-size: 80px; }

.slider2 .subtitle {
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    color: #fff !important;
    font-weight: 400; }
.slider2 .text-small{
    font-size: 18px!important;
    color: #fff!important;
}
.slider2 i.icon-Play-Music {
    font-size: 32px; }

@media (max-width: 1280px) {
    .slider2, .slider3 {
        overflow-y: hidden; }
    .slider2 .slide-image, .slider3 .slide-image {
        width: auto !important; }
    .slider2 .slider-control span, .slider3 .slider-control span {
        width: 44px;
        height: 44px;
        line-height: 44px; } }

@media (max-width: 1100px) {
    .slider2 h2, .slider3 h2 {
        font-size: 34px; }
    .slider2 .slide-image, .slider3 .slide-image {
        position: relative; }
    .slider2 .slide-text, .slider3 .slide-text {
        width: 80% !important; } }

@media (max-width: 992px) {
    .slider2 video {
        width: 120%; } }

@media (max-width: 767px) {
    .slider2 .slider-control span, .slider3 .slider-control span {
        width: 34px;
        height: 34px;
        line-height: 34px; }
    .slider2 .slide-text, .slider3 .slide-text {
        padding: 0 !important;
        width: 80% !important; }
    .slider2 h2, .slider3 h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 30px; }
    .slider2 .slide-image, .slider3 .slide-image {
        left: 0;
    }
    .slider2 .btn, .slider3 .btn {
        padding-left: 15px;
        padding-right: 15px; }
    .slider2 .btn.btn-md, .slider3 .btn.btn-md {
        padding-left: 25px;
        padding-right: 25px; }
    .slider2 .btn-pad, .slider3 .btn-pad {
        padding-right: 0; } }

@media (max-width: 428px) {
    .slider2 .slider-control span, .slider3 .slider-control span {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 12px !important; }
    .slider2 h2, .slider3 h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px; }
    .slider2 i.icon-Play-Music, .slider3 i.icon-Play-Music {
        font-size: 26px; }
    .slider2 a.btn-md, .slider3 a.btn-md {
        text-align: center;
        margin-bottom: 10px; }
    .slider2 .slide-image, .slider3 .slide-image {
    }
    .slider2 .btn, .slider3 .btn {
        padding-left: 0; }
    .slider2 video, .slider3 video {
        width: 160%; } }
.header12 {
  background: #263238; }
  .header12 .h12-nav {
    padding: 0px 0; }
    .header12 .h12-nav .navbar-nav .nav-item > .nav-link {
      line-height: 70px; }
    .header12 .h12-nav .navbar-nav .nav-item .nav-link {
      color: #fff;
      padding: 10px 15px;
      display: block; }
    .header12 .h12-nav .navbar-nav .nav-item:hover .nav-link, .header12 .h12-nav .navbar-nav .nav-item.active .nav-link {
      color: #ff9935; }
    .header12 .h12-nav .navbar-nav .nav-item:last-child {
      margin-left: 10px; }
  .header12 .h12-topbar {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
    .header12 .h12-topbar .navbar-brand {
      font-size: 14px;
      color: #ffffff;
      padding: 15px 0; }
    .header12 .h12-topbar .navbar {
      padding: 0; }
      .header12 .h12-topbar .navbar .nav-item .nav-link {
        color: #fff;
        padding: 15px 20px;
        border-right: 1px solid rgba(120, 130, 140, 0.13); }
        .header12 .h12-topbar .navbar .nav-item .nav-link:first-child {
          border-left: 1px solid rgba(120, 130, 140, 0.13); }
      .header12 .h12-topbar .navbar .nav-item:hover .nav-link {
        color: #ff9935; }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #ff9935;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item {
    color: #263238;
}
.dropdown-item:hover, .dropdown-item:hover {
    background-color: #263238;
    color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #263238;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #263238;
}

/*-------------------*/
/*Slider7 Style Start*/
/*-------------------*/
@-webkit-keyframes imagescale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3); } }
@keyframes imagescale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3); } }

.slider10 .slide-image {
  animation: imagescale 15s ease-in-out infinite alternate;
  -webkit-animation: imagescale 15s ease-in-out infinite alternate;
  -moz-animation: imagescale 15s ease-in-out infinite alternate;
  -o-webkit-animation: imagescale 15s ease-in-out infinite alternate; }

.slider10 h2 {
  font-size: 32px; }

.slider10 .slide-content {
  padding: 40px;
  position: relative;
  max-width: 360px; }

.slider10 label {
  line-height: 20px;
  position: absolute;
  top: -12px; }

.slider10 .specifiaction-box {
  padding: 20px 40px; }

.slider10 .specifiaction {
  font-size: 13px; }

.slider10 .tag {
  color: #ffffff;
  font-size: 13px;
  padding: 5px 7px;
  vertical-align: middle;
  position: relative;
  font-weight: 300;
  top: -2px; }
  .slider10 .tag::after {
    border-bottom: 13px transparent solid;
    border-left: 7px #ff4d7e solid;
    border-top: 12px transparent solid;
    content: '';
    height: 0;
    right: -7px;
    position: absolute;
    top: 0;
    width: 0; }

.slider10 .carousel-indicators {
  bottom: 0; }
  .slider10 .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.3); }
    .slider10 .carousel-indicators li.active {
      background-color: #263238; }

/*******************
Portfolio1
*******************/
.portfolio-box {
  margin-top: 60px; }
  .portfolio-box .filter .overlay-box {
    margin-bottom: 30px;
    position: relative; }
    .portfolio-box .filter .overlay-box .overlay {
      position: absolute;
      background: rgba(11, 153, 230, 0.9);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      height: 0px;
      width: 100%;
      display: none;
      padding-top: 30%; }
      .portfolio-box .filter .overlay-box .overlay .port-text {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        position: absolute;
        top: 0px;
        width: 0px;
        text-align: center; }
        .portfolio-box .filter .overlay-box .overlay .port-text h5 {
          color: #ffffff;
          font-size: 18px;
          font-weight: 500;
          margin-bottom: 0px; }
        .portfolio-box .filter .overlay-box .overlay .port-text span {
          color: #ffffff;
          font-size: 14px; }
    .portfolio-box .filter .overlay-box:hover .overlay {
      display: block;
      top: 0px;
      height: 100%; }
      .portfolio-box .filter .overlay-box:hover .overlay .port-text {
        top: 43%;
        width: 100%; }

/*******************
Property slide
*******************/
.property-box label {
  line-height: 20px;
  position: absolute;
  top: -12px; }

.property-box .specifiaction-box {
  padding: 20px 40px; }

.property-box .specifiaction {
  font-size: 13px; }

.property-box .tag {
  color: #ffffff;
  font-size: 13px;
  padding: 5px 7px;
  vertical-align: middle;
  position: relative;
  font-weight: 300;
  top: -2px; }
  .property-box .tag::after {
    border-bottom: 13px transparent solid;
    border-left: 7px #ff4d7e solid;
    border-top: 12px transparent solid;
    content: '';
    height: 0;
    right: -7px;
    position: absolute;
    top: 0;
    width: 0; }

/*******************
Blog homepage 3
*******************/
.blog-home3 .date-pos {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  padding: 10px; }

.blog-home3 a {
  overflow: hidden; }
  .blog-home3 a img {
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
    .blog-home3 a img:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }

/*******************
Feature 3
*******************/
.wrap-feature3-box .card-body {
  padding: 40px; }
  .wrap-feature3-box .card-body .icon-space {
    padding: 0px 40px 20px 0px; }

/*******************
Testimonial 10
*******************/
.testimonial10 .testi10 .quote-bg {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  background: url(../images/up-quote.png) no-repeat top left, url(../images/down-quote.png) no-repeat bottom right; }

.testimonial10 .testi10 h3 {
  line-height: 40px; }

.testimonial10 .testi10 .customer-thumb {
  margin: 15px 0; }
  .testimonial10 .testi10 .customer-thumb img {
    width: 60px; }

@media (max-width: 767px) {
  .testimonial10 .testi10 h3 {
    line-height: 30px;
    font-size: 20px; } }

/*******************
Client 2
*******************/
.client2 {
  padding: 40px 0; }
  .client2 .client-box {
    margin: 0px; }
    .client2 .client-box [class*="col-"] {
      padding-top: 10px;
      padding-bottom: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
