
@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@100;300;400;700&display=swap');

.btn-group-lg>.btn, .btn-lg, .btn{
    border-radius: 5rem;
    font-size: 14px;
    font-weight: 500;
}
body{
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
}
header{
    background: none;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16); */
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;    
    /* position: absolute; */
    z-index: 9;
    background: #fff;
    padding: 5px 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01), 0 10px 30px rgba(0,0,0,0.08);
  }
  header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    animation: smoothScroll 1s forwards;
  }
  @keyframes smoothScroll {
      0% {
          transform: translateY(-40px);
      }
      100% {
          transform: translateY(0px);
      }
  }
.logo img{
    max-width: 200px;
    max-height: 80px;
    margin-right: 8px;
}
.logo p{
    margin-bottom: 0;
}

header .navbar{
    flex-grow: 1;
}
.main_nav.navbar-nav a.nav-link{
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    padding-right: .8rem;
    padding-left: .8rem;
    text-transform: uppercase;
}
header .wrapper .navbar-brand{
    display: flex;
    align-items: center;
}
.navbar-brand h1{
    /*! color: var(--bgcolor); */
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0px;
    color: #000;
    text-transform: uppercase;
    width: ;
}
.navbar-brand a:hover{
    text-decoration: none;
}
header .wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}
header .left_sec{
    display: flex;
}
header .left_sec .form-group{
    margin-left: 100px;
    margin-bottom: 0;    
    padding-top: 15px;
}
header .left_sec .form-group .btn{
    padding: .5rem 2.2rem;
    border: none;
}
header .left_sec .form-group .btn-primary{
    background: #000043;
    color: #fff;
    margin-right: 30px;
}
header .left_sec .form-group .btn-secondary{
    background: #fff;
    color: #000043;
}
header .social{
    padding: 0;
    margin: 0;
}
header .social li{
    display: inline-block;
}
header .social li a{
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: #231F20;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    font-size: 16px;
}

/* 869344041006653/46 */


.banner{
    position: relative;
    height: 600px;
}
.banner .overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+4,ffffff+100&1+0,0.98+4,0.68+99 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.98) 4%, rgba(255,255,255,0.68) 99%, rgba(255,255,255,0.68) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.98) 4%,rgba(255,255,255,0.68) 99%,rgba(255,255,255,0.68) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.98) 4%,rgba(255,255,255,0.68) 99%,rgba(255,255,255,0.68) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#adffffff',GradientType=0 ); /* IE6-9 */
    z-index: 2;
}
.main_banner.owl-carousel.owl-loaded,
.main_banner .owl-stage-outer, 
.main_banner .owl-stage-outer .owl-stage, 
.main_banner .owl-stage-outer .owl-stage .owl-item, 
.main_banner .owl-stage-outer .owl-stage .owl-item > div, 
.main_banner .owl-stage-outer .owl-stage .owl-item img{
    height: 100%;
    object-fit: cover;
}

.banner .owl-dots{
    position: absolute;
    bottom: 50px;
    left: 48%;
    z-index: 999;
    /*! margin: -5px 0px; */
}
.banner .owl-dots .owl-dot{
    padding: 5px !important;
}
.banner .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 50px;
}
.banner .owl-dots .owl-dot.active span{
    background: #ee1c25;
}

.about_section{
    padding: 100px 0px;
}
.about_section .content .title{
    display: flex;
}
.about_section .content .title img{
    max-width: 100%;
    max-height: 40px;
    margin-left: 15px;
}
.about_section .content p{
    line-height: 26px;
}
.about_section .image_wrap{
    position: relative;
    height: 360px;
    width: 90%;
    margin-left: auto;
    margin-top: 50px;
}
.about_section .image_wrap::before{
    background: #020203;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: -40px;
    top: -40px;
    z-index: -1;
}
.about_section .image_wrap img{
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    border: 3px solid #fff;
}





.banner .content{

}
.banner .content h3{
    /* font-family: 'shorelines_script_boldregular'; */
    font-size: 39px;
    font-weight: 400;
}
.banner .content h1{
    font-size: 48px;
    font-weight: 700;
}
.banner .content h1 span{
    border-color: #000043;
}
.banner .content p{
    font-size: 16px;
    margin-top: 20px;
}

.search_bx{
    margin-top: 35px;
}
.search_bx .form-control{
    height: 50px;
    border: none;
}

.search_bx .location_feild{
    width: 100%;
    border-radius: 0px;
    border-left: 1px solid #E2E2E2;    
    padding-left: 20px;
}
.search_bx .form-group{
    position: relative;
    margin-bottom: 2rem;
}
.search_bx .search_btn{
    height: 50px;
    background: #B70C0C;
    border-color: #B70C0C;
    padding: 6px 55px;
    margin: 0 auto;
    margin-top: 15px;
    display: block;
}

.popular_sec{
    padding-bottom: 50px;
    padding-top: 50px;
    background: #F1F7FF;
}
.popular_sec .title{
    text-align: center;
    margin-bottom: 30px;
}
.popular_sec .title h3{
    font-size: 28px;
    font-weight: 700;
}
.popular_sec .grid_wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.popular_sec .grid{
    -ms-flex: 0 0 25.0000%;
    flex: 0 0 25.0000%;
    max-width: 25.0000%;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 25px;
}
.popular_sec .card{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    /* box-shadow: none; */
    border: none;
    transition-duration: 0.4s;
}
.popular_sec .card:hover{
    transition-duration: 0.4s;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
.popular_sec .card a{
    color: #000000;
    text-decoration: none;
}
.popular_sec .card .img_wrap{
    height: 260px;
    position: relative;
}
.popular_sec .card .cat_name{
    z-index: 1;
    display: block;
    background: #fff;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px 0px;
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
}
/* .popular_sec .card:hover .cat_name{
    height: 100%;
    background: rgba(183, 12, 12, 0.69);
    transition-duration: 0.4s;
    justify-content: center;
    align-items: center;
    display: flex;
} */
.popular_sec .card .img_wrap img{
    height: 100%;
    width: 92%;
    object-fit: cover;
    margin: 10px;
    border-radius: 10px;
}
.title_trans{
    font-size: 60px;
    font-weight: 700;
    color: #F5F5F5;
    text-transform: uppercase;
    margin-bottom: -10px;
    text-align: left;
}
.link_action{
    margin-top: 20px;
    text-align: center;
}
.link_action a{
    background: #B70C0C;
    color: #fff;
    display: inline-block;
    padding: .7rem 3.2rem;
    border-radius: 5rem;
    text-decoration: none;
    transition-duration: 0.4s;
}
.link_action a:hover{
    background: #000043;
    transition-duration: 0.4s;
}
.Leaderboard-Banner{
    max-width: 728px;
    margin: 0 auto;
    padding: 20px 0px;
}
.Leaderboard-Banner img{
    max-width: 100%;
    max-height: 100%;
}
.videos_gallery{
    
}
.title{
    text-transform: uppercase;
}
.videos_gallery .title{
    text-align: center;
    margin-bottom: 40px;
}
.videos_gallery ul li{
    margin-bottom: 25px;
}
.videos_gallery ul li a{
    display: block;
    position: relative;
}
.videos_gallery ul li a img.img-responsive{
    max-width: 100%;
    height: 400px;
    object-fit: cover;
}
.videos_gallery ul li .demo-gallery-poster{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_wrap {
    padding-bottom: 10px;
    padding-top: 30px;
    background: #fafcff;
}

.contact_wrap .title{
    text-align: center;
    margin-bottom: 0px;
}
.contact_wrap .contact_form{

}
.contact_wrap .contact_form .form-control{
    margin-bottom: 15px;
    height: 45px;
    background: #F4F4F4;
    border: 1px solid #ddd;
}
.contact_wrap .contact_form textarea.form-control{
    height: 150px;
}
.contact_wrap .contact_form .btn{
    /*! margin: 0 auto; */
    width: 150px;
    display: block;
    background: #ee1c25;
    border-color: #ee1c25;
    margin-top: 0px;
    padding: .575rem .75rem;
    border-radius: 5px;
}
.contact_wrap .contact_info{

    margin-top: 20px;
}
.contact_wrap .contact_info .list{
    margin-bottom: 15px;
}
.contact_wrap .contact_info .list .sml_title{
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}
.contact_wrap .contact_info .list p{
    width: 100%;
}
.contact_wrap .contact_info .list a{
    color: #000000;
    text-decoration: none;
}



.socail_feeds{
    padding: 30px 0px;
    border-top: 2px solid var(--praimary-color);
    border-bottom: 2px solid var(--praimary-color);
}
.floating-wpp{
    left: auto;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}
.floating-wpp .floating-wpp-popup.active{
    left: auto;
    right: 0;
}

.h1logo{
   overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;   
}



.popular_sec .card .img_wrap .pro_pic{
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 1px solid #DCD7D7;
    position: absolute;
    right: 10px;
    top: 10px;
    overflow: hidden;
}
.popular_sec .card .content{
    background: #0D0D0D;
    color: #fff;
    padding: 17px 15px;
}
.popular_sec .card .content .studio-name{
    font-size: 18px;
    font-weight: 500;
    display: block;
    width: 100%;
    margin-bottom: 8px;
    color: #fff;
}
.popular_sec .card .content .location{
    font-size: 14px;
    display: flex;
    flex-direction: column;    
    margin-top: -5px;
}
.popular_sec .card .content .location span{
    display: flex;
    margin-bottom: 5px;
}
.popular_sec .card .content .location span i{
    margin-right: 8px;
}
.icon{
    height: 15px;
    width: 15px;
    background-size: contain !important;
    display: inline-block;
    background-repeat: no-repeat !important;
}
.icon-phone{
    background: url(.../img/phone.png);
}
.icon-pin{
    background: url(.../img/pin.png);
}
.popular_sec .card .content .location p{
    margin-bottom: 0px;
    position: relative;
    padding-left: 15px;
    padding-left: 20px;
}
.popular_sec .card .content .location p::before{
    content: '';
    background: url(.../img/pin.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 20px;
    width: 20px;
    background-size: contain;
    left: 0;
    filter: invert(1);
}
.popular_sec .card .content .location a{
    color: #fff;
}
.popular_sec .card .fav_icon{
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
}
.popular_sec .card .fav_icon .love-ic{
    height: 20px;
    width: 20px;
    background: url(.../img/love.png);
    background-size: cover;
    background-position: center;
    display: inline-block;
}
.popular_sec .popular_slider .owl-nav{
    /* position: absolute; */
    /* margin: 0px -15px; */
}
.popular_sec .popular_slider .owl-nav button{
    background: #fff;
    border: 1px solid #DCD7D7;
    height: 35px;
    width: 35px;
    border-radius: 100%;
}
.popular_sec .popular_slider .owl-nav .owl-prev{
    position: absolute;
    left: -15px;
    top: 50%;
}
.popular_sec .popular_slider .owl-nav .owl-next{
    position: absolute;
    right: -15px;
    top: 50%;

}
.how_works{
    background: #FAFAFA;
    padding-bottom: 50px;
}
.how_works .title{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}
.how_works .title h3{
    font-family: 'shorelines_script_boldregular';
    font-size: 30px;
}
.how_works .title h1{
    font-size: 38px;
    font-weight: 700;
}
.how_works .card{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10);
    padding: 25px;
    border: none;
}
.how_works .card .number{
    font-family: 'shorelines_script_boldregular';
    font-size: 55px;
    position: absolute;
    top: 30px;
    left: 30px;
    color: #BFBFBF;
    transition-duration: 0.4s;
}
.how_works .card:hover .number{
    color: #FF5D5D;
    transition-duration: 0.4s;
}
.how_works .card .icon_img{
    width: 150px;
    margin: 0 auto;
}
.how_works .card .icon_img img{
    max-width: 100%;
}
.how_works .card h4{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.how_works .card p{
    font-size: 14px;
    line-height: 28px;
}
.categories_sec{
    padding: 30px 0px;
    text-align: center;
}
.categories_sec .content{
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 3;
    bottom: 40px;
    left: 0;
    color: #ffffff;
}
.categories_sec .content span{
    font-family: 'shorelines_script_boldregular';
    font-size: 30px;
}
.categories_sec .content h3{
    font-size: 22px;
    font-weight: 700;
}
.categories_sec .img_wrap{
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.categories_sec .img_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-duration: 0.4s;
}
.categories_sec .img_wrap:hover img{
    transition-duration: 0.7s;
    transform: scale(1.3);
}
.categories_sec a.btn-red{
    background: #D60000;
    color: #fff;
    display: inline-block;
    padding: .375rem 1.5rem;
}
.featured_sec{
    /* padding-bottom: 50px; */
    text-align: center;
}
.featured_sec .title{
    text-align: center; 
}
.featured_sec .title h3{
    /* font-family: 'shorelines_script_boldregular'; */
    font-size: 28px;
    font-weight: 600;
}
.featured_sec .title h1{
    font-size: 40px;
    font-weight: 700;
}
.featured_sec .img_wrap img{
    width: 100%;
}
.featured_sec .card{
    margin-bottom: 25px;
    border: none;
    border-radius: 20px 20px 0px 0px;
    transition-duration: 0.4s;
    position: relative;
}
.featured_sec .card:hover{
    /* transform: translateY(-10px); */
    transition-duration: 0.4s;
}
.featured_sec .card .img_wrap{
    height: 300px;
    position: relative;
}
.featured_sec .card .img_wrap::after{
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.84+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.84) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.84) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.84) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d6000000',GradientType=0 ); /* IE6-9 */
    left: 0;
    top: 0;
    position: absolute;
}
.featured_sec .link_action a{
    background: none;
    border: 1px solid #B70C0C;
    color: #B70C0C;
    transition-duration: 0.4s;
}
.featured_sec .link_action a:hover{
    background: #B70C0C;
    color: #fff;
    transition-duration: 0.4s;
}
.popular_sec .card .img_wrap .pro_pic{
    z-index: 3;
}
.featured_sec .card .content{
    color: #000000;
    background: #fff;
    text-align: left;
    position: absolute;
    width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    border-radius: 10px 10px 0px 0px;
    padding-top: 0;
    font-weight: 600;
}
.featured_sec .card .content .title_name{
    background: #B70C0C;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    transform: translateY(-15px) translateX(-10px);
    display: inline-block;
}
.featured_sec .card .content .title_name a{
    color: #fff;
    text-decoration: none;
}
.featured_sec .card .content .location a{
    color: #343434;
}
.featured_sec .card .content .location p::before{
    filter: none;
}
.featured_sec .card .content .studio-name{
    color: #343434;
}
.featured_sec a.btn-red{
    background: #D60000;
    color: #fff;
    display: inline-block;
    padding: .375rem 1.5rem;
}


.adv_section{
    padding-bottom: 50px;
    padding-top: 50px;
}
.adv_section .top_wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.adv_section .link_action{
    margin-top: 0;
}
.adv_section .link_action a{
    background: none;
    border: 1px solid #B70C0C;
    color: #B70C0C;
    transition-duration: 0.4s;
}
.adv_section .link_action a:hover{
    background: #B70C0C;
    color: #fff;
    transition-duration: 0.4s;
}
.adv_section .img_wrap{

}
.adv_section .img_wrap img{
    max-width: 100%;
}



.subscrib_sec{
    position: relative;
    background: #000043;
    padding: 30px 0px;
}
.flex_wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.subscrib_sec .content{
    position: relative;
    z-index: 2;
    color: #fff;
}
.subscrib_sec .content h3{
    font-size: 24px;
    font-weight: 600;
}
.subscrib_sec .content p{
    font-size: 14px;
    margin-bottom: 0;
}
.subscrib_sec .search_btn {
    height: 50px;
    background: #B70C0C;
    border-color: #B70C0C;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    padding: 6px 25px;
    text-transform: uppercase;
}
.subscrib_sec .form-control {
    height: 50px;
    border: none;    
    border-radius: 5rem 0 0 5rem;
    width: 360px;
    padding-left: 25px;
}
.subscrib_sec .form-inline{
    width: 500px;
    margin: 0 auto;
}

footer{
    background: #FFF;
    position: relative;
    color: #fff;
}
.foot_nav{
    position: relative;
    color: #fff;
    z-index: 2;
    padding: 15px 0px;
}
.foot_nav ul.navbar-nav{
    flex-direction: row;
}
.foot_nav ul.navbar-nav li a{
    color: #fff;
    padding-right: .8rem;
    padding-left: .8rem;
    font-size: 12px;
}
.copyright{
    border-top: 1px solid #fff;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
}
.copyright .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.copyright p{
    margin: 0;
    padding: 15px 0px;
    font-size: 14px;
    margin: auto;
    color: #000;
}
header .navbar-toggler{
    background:none;
    position: absolute;
    right: -5px;
    top: 25px;
    height: 20px;
    width: 23px;
    padding: 0;
}
.navbar-toggler-icon{
    position: relative;
    height: 3px;
    width: 100%;
    background: none;
}
.navbar-toggler-icon::after,
.navbar-toggler-icon::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: #000;
    left: 0;
}
header .navbar-toggler.collapsed .navbar-toggler-icon::before{
    top: -7px;
    transform: none;
    transition-duration: 0.4s;
}
header .navbar-toggler.collapsed .navbar-toggler-icon::after{
    top: 7px;
    transform: none;
    transition-duration: 0.4s;
}
/* collapsed */
header .navbar-toggler.collapsed .navbar-toggler-icon {
    background: #000;
}
.navbar-toggler-icon::after{
    transform: rotate(45deg);
    transform-origin: right;    
    top: 7px;
    transition-duration: 0.4s;
}
.navbar-toggler-icon::before{
    transform: rotate(-45deg);
    transform-origin: right;
    top: -7px;
    transition-duration: 0.4s;
}
.navbar-toggler:focus, 
.navbar-toggler:hover{
    outline: none;
    box-shadow: none;
}
.mob{
    display: none;
}
.backTop {
    position: fixed;
    right: 15px;
    bottom: 50px;
    z-index: 9;
    background: white;
    padding: 5px;
}
.backTop .icon_top{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(.../img/top_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
}
.search_bx .form-inline{
    justify-content: center;
}
.result_list{

}
.sec_search{
    padding: 50px;
    background: #FAFAFA;
    margin-top: 0;
}
.sortFilter{
    padding: 30px;
}
.sortFilter .result_row1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sortFilter .result_row1 span{
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}
.sortFilter .result_row1 span i.icon{
    display: inline-block;
    width: 25px;
    height: 25px;
}
.sortFilter .result_row1 span i.icon.list_icn{
    background: url(.../img/list.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.sortFilter .result_row1 span i.icon.grid_icn{
    background: url(.../img/gird.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.sec_search.search_bx .search_feild,
.sec_search.search_bx .location_feild,
.sec_search.search_bx .search_btn{
    width: 100%;
    border: 1px solid #E5E5E5;
}


.grid_view{

}
.list_view{}
.list_view .card{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.list_view .card .img_wrap {
    width: 30%;
    height: 150px;
}
.list_view .card .content {
    width: 70%;
}
.list_view .card  .content .location{
    margin-top: 20px;
}
.result_list {
    padding-top: 50px;
    padding-bottom: 80px;
}

.inner_banner{
    height: 400px;
    background: #D60000;
}
.about_page{
    padding: 50px 0px;
    padding-bottom: 80px;
}
.about_page .content{
    margin-top: 30px;
}
.about_page .content h2{
    font-size: 24px;
}
.about_page .content p{
    line-height: 30px;
}
.about_page .content ul{
    margin-top: 20px;
}
.about_page .content ul li{
    padding-bottom: 10px;
    line-height: 30px;
}
.contact_details{

}
.contact_details a{
    font-size: 36px;
    color: #000;
}
.contact_details span{
    display: block;
}

.contact_page{
    padding: 50px 0px;
    padding-bottom: 80px;
}
.contact_page .form-control{
    margin-bottom: 15px;
    height: 40px;
}
.contact_page textarea.form-control{
    height: 95px;
}
.contact_map{
    height: 350px;
    margin-top: 50px;
}
.videos_gallery ul li{
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.videos_gallery ul li a img.img-responsive{
    width: 100%;
}
.service_pop_wrap{
    z-index: 9999999999;
}
.service_pop_wrap .img_wrap img{
    max-width: 100%;   
}
.service_pop_wrap .content{

}
.service_pop_wrap .content h3{
    margin: 15px 0px;
    text-transform: uppercase;    
    font-weight: 600;
}
.service_pop_wrap .content p{
    line-height: 28px;
}
.service_pop_wrap .btn-primary{
    background: #000000;
    border-color: #000000;
}
.fb_main{
    text-align: center;
    padding: 30px;
    background: #fafcff;
}
.socail_feeds{
    text-align: center;
}



/**********************************
******** Responsive styles ********
***********************************/

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    
    .popular_sec .card .content .location{
        flex-direction: column;
    }
    .popular_sec .card .img_wrap{
        height: 230px;
    }
    .popular_sec .card .content .location p{
        margin-bottom: 5px;
    }
}
/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .featured_sec .row > .col-md-4:nth-child(-n+2){
        display: none;
    }
    header .location_pick{
        position: absolute;
        /* right: 65px; */
        right: 0;
        z-index: 2;
    }
    .main_nav.navbar-nav a.nav-link{
        padding: 1rem .8rem;
        border-bottom: 1px solid #e1e1e1;
    }
    .how_works .card .icon_img{
        width: 110px;
    }
    .navbar-brand{
        /*! margin-left: 10px; */
    }
    .main_nav.navbar-nav a.nav-link{
        font-size: 14px;
    }
    .main_banner{
        height: 400px;
    }
    .main_banner .owl-stage-outer,
    .main_banner .owl-stage-outer .owl-stage,
    .main_banner .owl-stage-outer .owl-stage .owl-item,
    .main_banner .owl-stage-outer .owl-stage .owl-item > div,
    .main_banner .owl-stage-outer .owl-stage .owl-item img{
        height: 100% !important;
        object-fit: cover;
    }
 }
 /* // Small devices (landscape phones, less than 768px) */
 @media (max-width: 767.98px) { 
    .navbar-collapse.show{
        min-width: 100px;
        background: #f4f4f4;
    }
    .navbar-brand h1{
        font-size: 18px;
        white-space: break-spaces;
    }
    .socail_feeds .col-md-4{
        padding-top: 15px;
    }
    .logo p{
        margin-bottom: 0;
        font-size: 18px;
    }
    .videos_gallery ul li a img.img-responsive{
        height: 100%;
    }
    .banner .content_wrap,
    .search_bx .search_feild,
    .search_bx .location_feild{
        width: 100%;
    }
    .search_bx{
        width: 100%;
    }
    .search_bx .form-inline{
        justify-content: center;
    }
    
    .inner_banner {
        height: 280px;
    }
    .sec_search {
        padding: 15px;
    }
    .sortFilter {
        padding: 20px;
    }
    .result_list {
        padding-top: 20px;
    }
    .popular_sec.result_list.list_view .card .img_wrap {
        height: 145px;
    }
    .banner .owl-dots{
        left: 15px;
        bottom: 15px;
    }
    .banner .owl-dots .owl-dot span{
        height: 15px;
        width: 15px;
    }
    .about_section .image_wrap{
        height: 270px;
    }
    header .left_sec{
        order: 2;
        /* padding-left: 25px; */
        flex-grow: 1;
    }
    header .navbar{
        /*! order: 1; */
        /*! padding: 0; */
        /*! flex-grow: unset; */
    }
    header .social{
        order: 3;
        /* position: absolute; */
        top: 20px;
        right: 5px;
    }
    header .navbar-toggler{
        /*! top: -30px; */
    }
    header .wrapper{
        display: flex;
    }
    header .social li a{
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin-right: 5px;
    }
    .about_section .content .title h1{
        font-size: 26px;
    }
    .videos_gallery .title h2,
    .contact_wrap .title h2,
    .popular_sec .title h2{
        font-size: 26px;
        font-weight: 600;
    }
    .about_section {
        padding: 30px 0px;
    }
    .popular_sec,
    .adv_section{
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .popular_sec .card .cat_name{
        font-size: 14px;
    }
    .popular_sec .card{
        height: 100%;
    }
    .fb-page iframe{
        height: 650px !important;
    }
    header .wrapper .navbar-brand{
        /*! flex-direction: column; */
        /*! align-items: flex-start; */
        /*! white-space: normal; */
    }
    .videos_gallery{
        padding: 30px 20px;
    }
    .floating-wpp .floating-wpp-button{
        width: 50px !important;
        height: 50px !important;
    }
     
     #social-share div.social-open-menu .btn-share {
    width: 50px;
    height: 50px;
   
}
     
     
     
     
    .fb_main{
        padding: 15px 30px;
    }
    .fb-page > span{
        height: 650px !important;
    }
    .social-share{
        text-align: center;
    }
  }
 
  /* // Extra small devices (portrait phones, less than 576px) */
  @media (max-width: 575.98px) { 
    .subscrib_sec .content .form-inline{
        width: 100%;
        flex-wrap: nowrap;
    }
    .search_bx{
        background: #fff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
        padding: 30px 20px;
    }
    .search_bx .form-group{
        width: 100%;
    }
    .search_bx .search_feild, 
    .search_bx .location_feild{
        border: 1px solid #E5E5E5;
        border-radius: 5px;
    }
    .banner .content_wrap{
        padding-left: 15px;
        padding-right: 15px;
    }
    .search_bx .search_btn{
        width: 100%;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        height: 40px;
    }
    .search_bx .form-control{
        height: 40px;
    }
    .search_bx .search_btn{
        line-height: 30px;
        font-size: 14px;
    }
    .mob{
        display: inline-block;
    }
    .search_bx .form-group .pin-ic{
        top: 8px;
    }
    .banner .content h1,
    .popular_sec .title h1,
    .how_works .title h1{
        font-size: 28px;
    }
    .how_works .title h3,
    .popular_sec .title h3{
        font-size: 20px;
    }
    .main_banner {
        height: 290px;
    }
    .banner{
        margin-bottom: 0px;
    }
    .banner .banner-badge{
        bottom: 65px;
    }
    .popular_sec .card .img_wrap{
        height: 160px;
    }
    .popular_sec .card .content .studio-name{
        font-size: 14px;
    }
    .popular_sec .card .content .location{
        font-size: 12px;
    }
    .subscrib_sec .content .form-control{
        width: 100%;
    }
    .subscrib_sec .content .form-group{
        margin-bottom: 0;
    }
    .how_works .card{
        margin-bottom: 15px;
    }
    .categories_sec .col-md-4,
    .categories_sec .col-md-8{
        padding: 0;
    }
    .categories_sec .img_wrap{
        margin-bottom: 0px;
        border-radius: 0px;
        height: 200px;
    }
    .categories_sec a.btn-red{
        margin-top: 30px;
    }
    .popular_sec .title{
        margin-top: 0;
    }
    .popular_sec .card .img_wrap .pro_pic{
        height: 35px;
        width: 35px;
    }
    .popular_sec .card .fav_icon .love-ic{
        width: 15px;
        height: 15px;
    }
    .popular_sec .card .fav_icon{
        right: 10px;
        top: 10px;
    }
    .logo img{
        max-width: 110px;
    }

    header .location_pick .form-control{
        font-size: 12px;
    }
    .popular_sec .grid{
        -ms-flex: 0 0 50.0000%;
        flex: 0 0 50.0000%;
        max-width: 50.0000%;
    }
    .banner{
        height: 300px;
        /* height: 250px; */
    }
  }
  


/******************************
*** PP Video Plugin Styles ***
******************************/

  .ppVideoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    background: url(../img/loading.gif) center center no-repeat;
}
    .ppVideoWrapper video,
    .ppVideoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    body.fullscreen .ppVideoWrapper {
        position: fixed;
        z-index: 50000;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        padding: 0;
        height: 100%;
        overflow: none;
    }

    .ppVideoWrapper .controls {
        position: absolute;
        display: table;
        table-layout: fixed;
        height: 35px;
        width: 100%;
        bottom: 0;
        background-color: #191919;
    }

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
    .ppVideoWrapper .controls {
         transform: translateY(100%);
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -o-transform: translateY(100%);
        -ms-transform: translateY(100%);

        transition: transform 500ms;
        -moz-transition: -moz-transform 500ms;
        -webkit-transition: -webkit-transform 500ms;
        -o-transition: -o-transform 500ms;
        -ms-transition: -ms-transform 500ms;
    }
    .ppVideoWrapper:hover .controls {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

        .ppVideoWrapper .controls > div {
            display: table-row;
        }
        .ppVideoWrapper .controls > div > * {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            height: 35px;
        }
        .ppVideoWrapper .controls > div > .button {
            width: 32px;
        }

        .ppVideoWrapper .controls button {
            width: 16px;
            height: 16px;
            border: 0;
            cursor: pointer;
            display: block;
            position: relative;
            margin: 0 auto;
            padding: 0;
            background-image: url(../img/controls.png);
            background-color: transparent;
            background-repeat: no-repeat;
            background-size: 128px 32px;
            -webkit-background-size: 128px 32px;
        }
        .ppVideoWrapper .controls button.play {
            background-position: 0 0;
        }
        .ppVideoWrapper .controls button.pause {
            background-position: 0 -16px;
            display: none;
        }
        .ppVideoWrapper .controls button.unmute {
            background-position: -16px 0px;
            display: none;
        }
        .ppVideoWrapper .controls button.mute {
            background-position: -16px -16px;
        }

        .ppVideoWrapper .controls .quality {
                font-size: 0.917em;
                color: white;
                width: 90px;
            }
        .ppVideoWrapper .controls .quality select {
            border-radius: 5px 5px 0 0;
            border: 0;
            padding: 2px 5px;
            background-color: #555555;
            text-shadow: -1px -1px rgba(0,0,0,0.7);
            color: white;
            width: auto;
            height: auto;
            margin: 0;
        }

        .ppVideoWrapper .controls button.enterFullscreen {
            background-position: -32px 0px;
        }
        .ppVideoWrapper .controls button.leaveFullscreen {
            background-position: -32px -16px;
            display: none;
        }


        .ppVideoWrapper .controls .timer {
            font-size: 0.917em;
            color: white;
            width: 120px;
        }

        .ppVideoWrapper .controls .progressBar {
            display: block;
            width: 100%;
            height: 16px;
            background: #333333 url(../img/progress-bg.png) 0 0 repeat-x;
            cursor: col-resize;
        }
        :root .ppVideoWrapper .controls .progressBar {
            border-radius: 3px;
            background-image: linear-gradient(top, rgb(30,30,30) 3%, rgb(51,51,51) 52%);
            background-image: -o-linear-gradient(top, rgb(30,30,30) 3%, rgb(51,51,51) 52%);
            background-image: -moz-linear-gradient(top, rgb(30,30,30) 3%, rgb(51,51,51) 52%);
            background-image: -webkit-linear-gradient(top, rgb(30,30,30) 3%, rgb(51,51,51) 52%);
            background-image: -ms-linear-gradient(top, rgb(30,30,30) 3%, rgb(51,51,51) 52%);
            background-image: -webkit-gradient(
                    linear,
                    left top,
                    left bottom,
                    color-stop(0.03, rgb(30,30,30)),
                    color-stop(0.52, rgb(51,51,51))
            );
        }
        .ppVideoWrapper .controls .progressBar > div {
            pointer-events: none;
            height: 100%;
            width: 0%;
            background: #ffffff url(../img/progress-bg.png) 0 -16px repeat-x;
        }
        :root .ppVideoWrapper .controls .progressBar > div {
            border-radius: 3px;
            background-image: linear-gradient(top, rgb(255,255,255) 3%, rgb(170,170,170) 52%);
            background-image: -o-linear-gradient(top, rgb(255,255,255) 3%, rgb(170,170,170) 52%);
            background-image: -moz-linear-gradient(top, rgb(255,255,255) 3%, rgb(170,170,170) 52%);
            background-image: -webkit-linear-gradient(top, rgb(255,255,255) 3%, rgb(170,170,170) 52%);
            background-image: -ms-linear-gradient(top, rgb(255,255,255) 3%, rgb(170,170,170) 52%);
            background-image: -webkit-gradient(
                    linear,
                    left top,
                    left bottom,
                    color-stop(0.03, rgb(255,255,255)),
                    color-stop(0.52, rgb(170,170,170))
            );
        }

:-webkit-full-screen:not(:root) {

}
:-webkit-full-screen .ppVideoWrapper {
  width: 100%;
}
:-moz-full-screen .ppVideoWrapper {
  display: none;
}


.ab h2{text-transform: uppercase;}



.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}


.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}


.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}


.contact-new {
    background: #fff;
    padding: 50px 30px 30px 30px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}



/*.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    max-width: 100% !important;
}*/



#gallery {
  padding-top: 0px;
}
@media screen and (min-width: 991px) {
  #gallery {
    /*padding: 60px 30px 0 30px;*/
  }
}

.img-wrapper {
  position: relative;
  /*! margin-top: 15px; */
  height: 260px;
}
.img-wrapper img {
  width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  opacity: 0;
  cursor: pointer;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
#overlay img {
  margin: 0;
  width: 89%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}


.mt-50{margin-top: 50px;}

.w-box{background: #fff; width: 100%;/*! padding: 5px; */border-radius: 5px;box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);margin-bottom: 5px;min-height: ;}
.w-box p{margin-top: 5px;margin-bottom: 0;}

.navbar {

    padding: 0rem 0rem;
}


#social-share {
  position: fixed;
  bottom: 115px;
  right: 30px;
  z-index: 20;
  /*transitions with relative delay*/
}
#social-share ul.social-itens .btn-share, #social-share div.social-open-menu .btn-share {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  line-height: 1;
  outline: 0;
  border: 0;
  margin-top: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#social-share ul.social-itens .btn-share:hover, #social-share div.social-open-menu .btn-share:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#social-share ul.social-itens {
  list-style: none;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: block;
  /* display: none; */
  padding: 0;
  margin: 0;
}
#social-share ul.social-itens .btn-share {
  width: 50px;
  height: 50px;
  /* transform: none; */
}
#social-share ul.social-itens .btn-share.social-item-1 {
  background-color: #dd4b39;
}

#social-share ul.social-itens .btn-share.social-item-2 {
  background-color: #00aced;
}

#social-share ul.social-itens .btn-share.social-item-3 {
  background-color: #3b5998;
}

#social-share ul.social-itens .btn-share.social-item-4 {
  background-color: #0e76e6;
}

#social-share ul.social-itens .btn-share.social-item-5 {
  background-color: #007bb6;
}

#social-share ul.social-itens .btn-share.social-item-6 {
  background-color: #cb2027;
}

#social-share ul.social-itens .btn-share.social-item-7 {
  background-color: #29a628;
}

#social-share ul.social-itens.open .btn-share {
  transform: scale(1);
  opacity: 1;
  /* transform: translate(0px, -15px); */
}
#social-share ul.social-itens li {
  position: relative;
}
#social-share ul.social-itens li .btn-share {
  transform: scale(0);
  opacity: 0;
}
#social-share ul.social-itens li .btn-share-text {
  /* opacity: 0; */
  position: absolute;
  bottom: 15px;
  right: 100%;
  margin-right: 10px;
  min-width: 75px;
  border-radius: 2px;
  padding: 3px 4px;
  text-align: center;
  font-weight: 300;
  background: rgba(20, 20, 20, 0.7);
  color: #fff;
  display: block;
  opacity: 0;
  /* transition: all 500ms ease-in-out  0.5s; */
}
#social-share ul.social-itens li:hover .btn-share-text {
  opacity: 1;
}
#social-share div.social-open-menu .btn-share {
  width: 50px;
  height: 50px;
  background-color: #F44336;
}
#social-share div.social-open-menu .btn-share i {
  text-shadow: 0px 0px #f32c1e, 1px 1px #f32c1e, 2px 2px #f32c1e, 3px 3px #f32c1e, 4px 4px #f32c1e, 5px 5px #f32c1e;
}
#social-share .social-itens.open .social-item-1, #social-share .social-itens.open .social-item-1 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s;
}
#social-share .social-itens.hidden .social-item-1, #social-share .social-itens.open .social-item-1 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.7s;
}
#social-share .social-itens.open .social-item-2, #social-share .social-itens.open .social-item-2 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.6s;
}
#social-share .social-itens.hidden .social-item-2, #social-share .social-itens.open .social-item-2 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
}
#social-share .social-itens.open .social-item-3, #social-share .social-itens.open .social-item-3 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}
#social-share .social-itens.hidden .social-item-3, #social-share .social-itens.open .social-item-3 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}
#social-share .social-itens.open .social-item-4, #social-share .social-itens.open .social-item-4 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}
#social-share .social-itens.hidden .social-item-4, #social-share .social-itens.open .social-item-4 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}

#social-share .social-itens.open .social-item-5, #social-share .social-itens.open .social-item-5 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.6s;
}
#social-share .social-itens.hidden .social-item-5, #social-share .social-itens.open .social-item-5 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
}


#social-share .social-itens.open .social-item-6, #social-share .social-itens.open .social-item-6 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}
#social-share .social-itens.hidden .social-item-6, #social-share .social-itens.open .social-item-6 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}


#social-share .social-itens.open .social-item-7, #social-share .social-itens.open .social-item-7 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}
#social-share .social-itens.hidden .social-item-7, #social-share .social-itens.open .social-item-7 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}
.navbar-brand {

    margin-right: 0rem;
   
}

.mt-20{margin-top: 20px;}


.btn-share a{color: #fff}



@media only screen and (max-width: 600px) {
  

#social-share {
    
    bottom: 85px;
    right: 20px;

}
.img-wrapper {
    
    height: 140px;
}
.image {padding: 5px;}

.w-box {
    
    padding: 0px;
   
}

}



