span.standout {
    font-weight: bold;
    color: #b21564;
}

span.call-us-btn {
    font-weight: 600;
    background: #b21564;
    padding: 5px 10px;
    color: #fff;
}

header h2 {
    color: #b21564;
}

/* h4, .ft-tabs .tabs-list li a .tab-group .tab-heading, .testimonials-3col .t-item blockquote footer cite, .testimonials-3col .t-item .wrapper-404 .content-wrapper .info-wrapper .info-404 footer cite, .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404 footer cite, .testimonials-3col .t-item .bg-maintenance .content-wrapper .content-inner p footer cite, .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item p footer cite, .team-3col .t-item .t-info .t-role, .team-4col .t-item .t-info .t-role, .freelancer-about .t-item .t-info .t-role, .t-join .t-info .t-role, .login-2 .bg-overlay .form-wrapper .form-content .cards-header, .login-2 .bg-overlay .form-wrapper .social-signup .social-card .sc-lead {
    font-size: 10px;
    letter-spacing: normal;
} */

a, a:hover, a:focus {
    color: #767676;
}
.footer-widgets .twitter-widget ul li p {
    color: #ccc;
}

.slick-slide img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.5s;
    opacity: 0.5;
}

.slick-slide img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
}

.list-square-check-full li h6 {
    min-height: 30px;
    align-items: center;
    display: flex;
}

.hover-default .p-hover .p-content h4:first-child {
    font-size: 16px;
}

/* Make Column Heigh Equal */

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.size-full{
    max-width: 100%
}
.cta-link{

    background: url(../images/bg/hero.jpg) center fixed;
    background-size: cover;
}

.btn-pink{
    text-decoration: none;
    color: #b21564 !important;
    border: 2px solid #b21564 !important;
}
.btn-pink:hover, .btn-ghost:after{
    color: #fff !important;
    border: 2px solid #b21564 !important;
    background:#b21564 !important;
}
.multi-languages{
    padding:12px 10px;
}
.select-styled select{
    background: transparent;
    border: none;

    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 2px;
    color: #999;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
.height-full{
    height:100%;
}
.rll-youtube-player{
    height:100% important;
}
.modal-dialog{
    height:80%;
    width:80%;
    margin:auto;
}
.modal-content, .modal-body{
    height: 100%;
    width: 100%;
}
.modal-body{
    padding:0px;
}
#OurProfile{
    margin-top:70px;
}

.dropdown-styled ul{
    padding:0px;
}
ul li a img, ul li a .code{
    display:none ;
}
.pb-10{
    padding-bottom:10px;
}

.footer-menu {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #b21564;
   color: white;
   text-align: center;
   z-index:9999;
}

.multi-lang{
    margin-top: 15px;
    list-style-type: none;
    float: left;
    text-transform:uppercase;
}
.navbar-toggle{
    margin-top:15px;
}
.ul-lang-mobile{
    width: 100%;
    right: 0 !important;
}
.ul-lang-mobile li a{
    width: 100%;
    margin: 10px 25px;
    float: left;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 2px;
    color: #999;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    
}

.to-the-top{
    color:#b21564 !important;
}

.addyoutube{
    width:100%;
    height:100%;
}

@media screen and (max-width: 760px) {
    .full-xs{
        width:100%;
    }
    #sb_instagram .sbi_photo {
        display: block;
        height: 100px !important;
        position: relative;
        text-decoration: none;
    }
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item{
        width:33% !important;
    }
    .navbar-header{
        text-align:center;
    }
    .navbar-brand{
        float: none;
        display: inline-block;
        margin-left: 0px !important;
    }
    .footer-contact .contact-info .footer-map{
        height:500px;
    }
    .ptb-xs-20{
        padding-bottom:20px;
    }
    .scroller{
        padding-bottom:60px;
    }  
    .agency2-hero .hero-content-wrapper .hero-content .hero-secondary{
        letter-spacing:5px !important;
    }
    .copyright .to-the-top i{
        padding:0px;
    }
    .textwidget p {
        margin: 0 0 10px;
    }
    h4.hero-secondary{font-size: 10px;}
  .full-xs{
    max-width:100%;
    width:100%;
  }
  .height-xs{
    max-width:100%;
    width:100%;
    height:220px !important;
  }
  body {
    padding-bottom: 45px;
  }
  .mega .dropdown-menu{
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar{
          min-height: 0;
  }
  .dropdown-menu {
   top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border-width:0 0 1px 0 !important;
    border-color:#ececec !important;
     border-radius:0px !important; 
     -webkit-box-shadow: none !important; 
     box-shadow: none !important; 

    }
}

.outer{
    display: table;
    top: 0;
    height: 100%;
    width:100%;
}
@media screen and (min-device-width: 768px){
  .outer{
    display: table;
    top: 0;
    height: 100%;
  }
}
.middle{
    display: table-cell;
    vertical-align: middle;
}
/*instagram feed*/

.p-5{
  padding:1px;
}
.block-content .block-content-top{
  background-color: #dddddd;
}

.img-featured-container {
  overflow: hidden;
  position: relative;
}

.img-featured-container img {
  width: 100%;  
}

.img-featured-container .img-backdrop {
  background: rgba(178, 37, 99, 0.5);
  margin: 0;
  padding: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}

.img-featured-container:hover > .img-backdrop {
  opacity: 1;
}

/* center text horizontally and vertically on image hover */
.img-featured-container .description-container {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 30px;
  text-align: center;
  line-height: 20px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  z-index: 2;
  opacity: 0;
  transition: all .2s ease;
}

.img-featured-container .description-container .fa-instagram {
  font-size: 40px;
}

.img-featured-container .description-container p {
  font-weight: 300;
  margin-bottom: 0;
}

.img-featured-container:hover .description-container {
  opacity: 1;
}

.img-featured-container .description-container .caption {
  display: none;
  margin-bottom: 10px;
}

.img-featured-container .description-container .likes,
.img-featured-container .description-container .comments {
  margin: 0 5px;
}

/* load more button */
#btn-instafeed-load {
  color: #dddddd;
  background: #26a3ff;
  font-size: 16px;
  margin: 20px auto;
  padding: 8px 40px;
  display: block;
  border: none;
}

/* media queries  */
@media screen and (min-width:768px) {
  .img-featured-container .description-container .caption {
    display: block;
  }
}
@media (min-width: 992px){
  .col-md-2 {
      width: 16%;
  }
}
.block-content{
  background-color: #dddddd;
}
