
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    background-color: transparent;
    font-size:16px;
    color: #333;
    line-height: 1.2em;
}
/*================================================================ PRELOAD ===================================================================*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1111111111;
    background: url(../img/loader1.gif) center no-repeat #fff;
}
/*============================================================== MENU ==========================================================*/
.main-page-content{
    width: 100%;
    height: 100%;
}
.menubar {
    height: auto;
    width: 100%;
}
.navbar-default {
    /* background-color: transparent; */
    background-color: white;
    height: 85px;
    border-bottom: none;
    /* overflow: hidden; */
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 111111;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.navbar-default.small {
    background-color: white;
    /* border-bottom: 1px solid #333; */
    box-shadow: 0px 0px 10px 0px #656565;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 58px;
    font-size: 41px;
    line-height: 20px;
    padding-top: 21px;
}
.navbar-nav {
    float: right;
    margin: 23px 21px;
    margin-right: 0px;
}
.navbar-nav li {
    float: left;
    margin: 0px 11px;
    display: inherit;
}
.navbar-default .navbar-nav > li > a {
    color: black;
    letter-spacing: 2px;
    font-size: 12px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    padding: 10px 0px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.navbar-default-page .navbar-nav > li > a
{
    color: black;
    text-transform: uppercase;
}
.navbar-default-page{
    background-color: white !important;
}
.navbar-default-page.small{
    /* border-bottom: 1px solid #f45751 !important; */
    box-shadow: 0px 0px 5px 0px #656565 !important;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #f45750;
}
.navbar-default-page .navbar-nav > li > a:hover {
    color: #f45750;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #f45750 !important;
    background-color: transparent;
}
.navbar-nav a.active.small {
    color: #f45750  !important;
}
.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.site-title {
    padding: 9px 0px;
}

.site-title h3.small {
    color: white;
    margin: 24px 0px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -39px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*====================================================== HOME BACKGROUND =====================================================*/
#home{
    height: 100vh;
    min-height: 100%;
    width: 100%;
    position: relative;
}
.home-img{
    width: 100%;
    height: 100vh;
    margin-left: 0px;
    margin-top: 0px;
}
.home-content-main {
    width: 100%;
    height: 100%;
    display: table;
}
#particles-js{
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background: url(../img/img1.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.home-row {
    z-index: 2;
    position: relative;
}
.home-text {
    width: 100%;
    margin: auto;
    padding: 34px 0px;
}
.home-text h2 {
    font-size: 67px;
    color: white;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 3px;
    font-weight: 900;
}
.home-link-2 {
    font-size: 15px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    margin-bottom: 20px;
    line-height: 52px;
    background-color: transparent;
    border: 1px solid #f45750;
    padding: 10px 60px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    margin-right: 0px;
    /* border-radius: 150px; */
}
.home-link-2:hover {
    text-decoration: none;
    color: white;
    background-color: #f45750;
    border: 1px solid #f45750;
}
.home-background{
    width: 100%;
    height: 100vh;
}
.image-home{
    width: 100%;
    height: 100vh;
}

.home-social-icon {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.home-social {
    padding: 0px;
    display: inline-flex;
    list-style: none;
    margin: 0px;
}
.home-social li {
    margin: 0px 0px;
}
.home-social li:first-child {
    margin-left: 0px;
}
.home-social li a {
    color: white;
    background-color: transparent;
    float: left;
    line-height: 30px;
    font-size: 15px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 39px;
    margin-right: 7px;
    background-color: #30c9d5;
    border-radius: 150px;
    border: 1px solid #30c9d5;
}
.home-social li a:hover {
    color: #30c9d5;
    background-color: transparent;
    border: 1px solid #535353;
}
/*===================================================================== PARRALLEX EFFECT ================================================*/
#home-parallex{
    background: url(../img/img1.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100vh;
    position:absolute;
    width:100%;
    top:0;left:0;
    background-size: cover;
}
.parallax-item{position:absolute;z-index:5;top:40px;left:400px;}
/*==================================================================== ABOUT ============================================================*/
#about {
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
    z-index: -999;
}
.about-content {
    padding-top: 40px;
    padding-bottom: 0px;
}
.about-grid{
    width: 100%;
}
.about-title {
    padding-top: 0px;
}
.me-grid {
    margin-top: 0px;
}
.about-col{
    padding: 0px;
    padding-bottom:50px;
}
.about-image {

}
.about-img {
    width: 100%;
    height: auto;
    padding: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}
.about-details {
    margin: 0px 30px;
}
.about-details h3 {
    font-size: 36px;
    letter-spacing: 2px;
    color: #30c9d5;
    margin-top: 0px;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
}
.about-details p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #484848;
    margin-top: 20px;
    line-height: 28px;
}
.about-row{
    margin-top: 50px;
}
.text-2{
    padding-bottom: 30px;
}
.work-counter {
    width: 100%;
}
#counter {
    padding: 80px 0px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}
#counter:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.work-statistics {
    margin-bottom: 30px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    position: relative;
    z-index: 11;
}
.work-statistics h3 {
    font-size: 35px;
    margin: 25px 9px;
    vertical-align: middle;
    margin-bottom: 0px;
    color: black;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 2px;
}
.work-statistics p {
    color: black;
    font-size: 19px;
    margin-top: 9px;
    padding: 0px;
}
.stat-icon {
    font-size: 28px;
    margin-top: 0px;
    color: white;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    background-color: #f45750;
    border-radius: 144px;
    line-height: 61px;
    text-align: center;
    height: 60px;
    width: 60px;
    border: 1px solid #f45750;
}
.work-statistics:hover .stat-icon{
    background-color: transparent;
    border: 1px solid #f45750;
}
.skill {
    width: 100%;
    background-color: white;
    position: relative;
    margin-top: 80px;
}
.skill-row{
    margin-top: 30px;
}
.skill-main {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 111;
    padding-bottom: 60px;
}

.skill-title {
    padding-top: 0px;
}
.skill-title h3 {
    font-size: 36px;
    letter-spacing: 2px;
    color: #30c9d5;
    margin-top: 0px;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
}
.skill-under{
    background-color: white;
}
.content {
    width: 100%;
    margin: 0;
    position: relative;
    float: left;
    font-size: 12px;
    line-height: 2em;
}
.chose-details p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #000;
    margin-top: 11px;
    line-height: 25px;
}
.col { width:100%; }
#skill {
    list-style: none;
    padding: 34px 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#skill li {
    margin-bottom: 32px;
    height: 10px;
    border-radius: 3px;
    background: #F0F0F0;
    border: 1px solid #F0F0F0;
}
#skill h3 {
    margin: 0px;
    position: absolute;
    margin-top: -20px;
    font-size: 13px;
    color: #333;
}
#skill li em {
    position: relative;
    top: -30px;
    float: left;
    color: white;
}
.expand {
    height: 4px;
    margin: 2px 2px;
    background: #30c9d5;
    position: absolute;
}
.Web.start     { width:85%;  -moz-animation:Web 2s ease-out;       -webkit-animation:Web 2s ease-out; position: relative;  float: left;      }
.Graphics.start    { width:90%;  -moz-animation:Graphics 2s ease-out;        -webkit-animation:Graphics 2s ease-out;      position: relative;  float: left;  }
.Developing.start  { width:82%;  -moz-animation:Developing 2s ease-out;      -webkit-animation:Developing 2s ease-out;    position: relative;  float: left;  }
.Photoshop.start   { width:89%;  -moz-animation:Photoshop 2s ease-out;   -webkit-animation:Photoshop 2s ease-out;   position: relative;  float: left;}
.Photography.start { width:95%; -moz-animation:Photography 2s ease-out; -webkit-animation:Photography 2s ease-out;   position: relative;  float: left;}
@-moz-keyframes Web       { 0%  { width:0px;} 100%{ width:85%;}  }
@-moz-keyframes Graphics        { 0%  { width:0px;} 100%{ width:90%;}  }
@-moz-keyframes Developing      { 0%  { width:0px;} 100%{ width:82%;}  }
@-moz-keyframes Photoshop   { 0%  { width:0px;} 100%{ width:89%;}  }
@-moz-keyframes Photography { 0%  { width:0px;} 100%{ width:95%;} }

@-webkit-keyframes Web       { 0%  { width:0px;} 100%{ width:85%;}  }
@-webkit-keyframes Graphics        { 0%  { width:0px;} 100%{ width:90%;}  }
@-webkit-keyframes Developing      { 0%  { width:0px;} 100%{ width:82%;}  }
@-webkit-keyframes Photoshop   { 0%  { width:0px;} 100%{ width:89%;}  }
@-webkit-keyframes Photography { 0%  { width:0px;} 100%{ width:95%;} }

/*=========================================================================== WORK ===============================================================*/
#work {
    width: 100%;
    background-color: #ededed;
    margin-top: 1px;
}
.work-content{
    padding-bottom: 80px;
}
.work-grid{
    width: 100%;
}
.work-title {
    padding-top: 80px;
}
.work-title h3 {
    font-size: 36px;
    letter-spacing: 2px;
    color: #30c9d5;
    margin-top: 0px;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
}
.work-details{
    margin-top: 40px;
}
.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: rgb(244 87 80 / 74%);
    transform: scale(0);
}
.overlay-main {
    width: 100%;
    height: 100%;
    display: table;
}
.port-img-link {
    font-size: 20px;
    color: white;
}
.port-img-link:hover{
    text-decoration: none;
    color: white;
}
.work-icon {
    font-size: 40px;
    color: white;
    text-align: center;
}
#filters {
    padding: 0;
    list-style: none;
    width: 100%;
    margin: 30px auto;
    margin-top: 10px;
}
#filters li {
    float:left;
}
#filters li span {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    border-radius: 150px;
    border: 1px solid #dadada;
    margin-right: 5px;
}
#filters li span.active {
    color: white;
    background-color: #30c9d5;
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
.row:after,
.clearfix:after {
    clear: both; }
.row,
.clearfix {
    zoom: 1; }

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
/*================================================================ TEAM ===============================================================*/
#team{
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}
.team-content{
    padding-top: 50px;
    padding-bottom: 50px;
}
.team-grid{
    width: 100%;
    margin-top: 0px;
}
.team-row{
    margin-top: 50px;
}
.team-title {
    width: 100%;
}
.team-title h3 {
    font-size: 36px;
    letter-spacing: 2px;
    color: #30c9d5;
    margin-top: 0px;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
}
.team-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #1A1A1A;
    padding: 0px;
    line-height: 27px;
    margin-top: 19px;
}
.corporate-team{
    position: relative;
    margin-bottom: 30px;
}
.corporate-team:hover .overlay{
    transform: scale(1);
}
.team-col {
    margin: 0px;
    position: relative;
}
.team-member{
    position: relative;
    overflow: hidden;
    margin: 0px;
}
.team-member h3 {
    color: white;
    font-size: 18px;
    line-height: 23px;
    margin: 10px 20px;
    font-weight: 900;
}
.team-member p {
    color: white;
    font-size: 15px;
    line-height: 23px;
    margin: 0px 20px;
}
.team-img {
    width: 100%;
    height: auto;
    padding: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    border: 0px solid white;
    box-shadow: 0px 0px 4px 0px #d7d7d7;
}
.team-details {
    padding: 11px 20px;
    background-color: white;
    margin-top: 0px;
    position: relative;
    z-index: 11111;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    box-shadow: 0px 0px 4px 0px #d7d7d7;
}
.team-details h3 {
    margin: 0px;
    font-size: 20px;
    color: #30c9d5;
    font-weight: 700;
    margin-top: 0px;
}
.team-details h2 {
    margin: 0px;
    font-size: 15px;
    color: #2f2f2f;
    margin-top: 7px;
}
.team-details p {
    margin: 0px;
    font-size: 15px;
    color: #7e7e7e;
    margin-top: 10px;
    margin-bottom: 18px;
    line-height: 24px;
}
.team-icon{
    margin-top: 3px;
    transition: .3s;
    position: relative;
    z-index: 1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.team-social {
    padding-left: 0px;
    display: inline-flex;
    list-style: none;
    margin: 0px;
}
.team-social li{
    margin: 0px;
}
.team-social li a {
    font-size: 17px;
    color: #F45750;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    text-align: center;
    margin-right: 11px;
    float: left;
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 150px;
    line-height: 30px;
}
.team-social li a:hover {
    color: black;
}
.team-icon-grid {
    width: 100%;
    background-color: transparent;
    position: relative;
    margin-top: 30px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.message1 {
    width: 100%;
    background-color: #262626;
    padding: 0px;
    margin-top: 50px;
}
#message-content1{
    background: url(../img/message.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding: 80px 0px;
}
#message-content1:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.68);
}
.message1-client{
    position: relative;
    z-index: 1111;
}
.message1-client h3 {
    font-size: 36px;
    letter-spacing: 2px;
    color: #30c9d5;
    margin-top: 0px;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
}
.message1-client p {
    font-size: 29px;
    color: white;
    letter-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 12px;
}
.message1-client a {
    font-size: 15px;
    color: white;
    letter-spacing: 2px;
    margin-bottom: 0px;
    line-height: 52px;
    background-color: transparent;
    border: 1px solid #4b4b4b;
    padding: 9px 22px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    margin-right: 0px;
    border-radius: 150px;
}
.message1-client a:hover {
    text-decoration: none;
    color: white;
    background-color: #30c9d5;
    border: 1px solid #30c9d5;
}
/*====================================================================== TESTIMONIAL ==================================================================*/
#testimonial{
    width: 100%;
    background-color: #f6f6f6;
    margin-top: 0px;
    position: relative;
}
#testimonial-content{
    background: url(../img/1/client-bg.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 110px;
    min-height: 620px;
}
#testimonial-content:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.testimonial-grid {
    width: 100%;
    position: relative;
    z-index: 111;
}
.testimonial-title {
    padding-top: 0px;
}
.testimonial-title h3 {
    font-size: 36px;
    letter-spacing: 2px;
    color: white;
    margin-top: 0px;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
}
.testimonial-details{
    width: 100%;
}
.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 0px;
}
#fade-quote-carousel.carousel {
    padding-bottom: 0px;
    height: auto;
    position: relative;
}
#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
.carousel-indicators .active{
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
    background-color: #f45751 !important;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
blockquote {
    padding: 34px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
    padding-top: 20px;
}
.item blockquote p {
    font-size: 16px;
    color: white;
    margin-bottom: 0px;
    line-height: 31px;
    position: relative;
}
.item blockquote p span {
    font-size: 23px;
    color: #30c9d5;
    position: relative;
    line-height: 44px;
    font-weight: 600;
}
.item{
    height: auto;
}
#fade-quote-carousel.carousel .carousel-indicators {
    bottom: -32px;

}
#fade-quote-carousel.carousel .carousel-indicators > li {
    border: none;
    background-color: white;
}
.fa-4x {
    font-size: 32px;
    color: #f45751;
}

/*============================================================== CONTACT =====================================================================*/
#contact {
    width: 100%;
    height: auto;
    background-color: white;
}
.contact-content{
    padding-top: 50px;
}
.contact-title {
    padding-top: 0px;
}
.contact-title h3 {
    font-size: 36px;
    letter-spacing: 2px;
    color: black;
    margin-top: 0px;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
}
.contact-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #1A1A1A;
    padding: 0px;
    line-height: 27px;
    margin-top: 19px;
}
.map {
    width:100%;
    height:600px;	
}

.map-wrap {
    position:relative; 
}
.overlay-map {
    width:100%;
    height: 100%;
    position:absolute; 
    top:0;
    z-index: 11;
}
.map-col{
    padding: 0px;
}
.contact-col{
    padding-bottom: 80px;
}
.contact-form-details {
    margin-top: 0px;
    padding-bottom: 0px;
}
.contact-form {
    width: 100%;
    margin: auto;
    padding-top: 0px;
}
.form-control {
    display: block;
    width: 100%;
    margin: auto;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color: #fff;
    background-image: none;
    border: 1px solid black;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-color: transparent;
    text-align: left;
}
.form-control:enabled {
    box-shadow: none;
    border: 1px solid #a1a1a1;

}
.has-error .form-control {
    border-color: #000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .help-block {
    color: #474747;
    text-align: center;
}
.has-error .form-control:enabled {
    box-shadow: none;
    border: 1px solid #f0f0f0;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success.active[disabled], .btn-success.focus[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: black;
    border-color: white;
}
.btn.disabled:hover{
    background-color: black;
    border-color: #f45750;
}
.btn-success.disabled {
    color: white;
    background-color: black;
    border-color: #f45750;
}
.btn-success:hover{
    cursor: pointer;
    background-color: #30c9d5;
    border-color: #30c9d5;
}
.btn-success {
    color: white;
    background-color: #30c9d5;
    border-color: #30c9d5;
}
.text-danger {
    position: absolute;
    width: 100%;
    font-size: 20px;
    color: #156180;
}
.text-success {
    position: absolute;
    width: 100%;
    font-size: 20px;
    color: #156180;
}
.hidden {
    display: none !important;
    color: #2a99cc;
}
.contact-row{
    margin-top: 50px;
}
.contact-row1{
    margin-top: 50px;
}
.contact-col-grid {
    background-color: white;
    padding: 18px 35px;
    margin: 0px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border: 3px solid #f45750;
    min-height: 12vw;
}
.contact-col-grid h3 {
    font-size: 27px;
    color: white;
    position: relative;
    margin-top: 10px;
    color: black;
    font-family: 'Roboto Slab', serif;

}
.contact-icon {
    font-size: 19px;
    color: white;
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    border-radius: 155px;
    background-color: #f45750;
}
.contact-col-grid p {
    font-size: 17px;
    color: #444;
    line-height: 23px;
    position: relative;
}
.contact-social-icon {
    padding-top: 30px;
}
.contact-social {
    padding: 0px;
    display: inline-flex;
    list-style: none;
    margin: 0px;
}
.contact-social li {
    margin: 0px 0px;
}
.contact-social li:first-child {
    margin-left: 0px;
}
.contact-social li a {
    background-color: #f45750;
    float: left;
    line-height: 30px;
    font-size: 15px;
    transition: .9s;
    -o-transition: .9s;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    -ms-transition: .9s;
    text-align: center;
    margin-right: 12px;
    height: 40px;
    width: 40px;
    border-radius: 150px;
    line-height: 39px;
    color: white;
}
.contact-social li a:hover {
    color: white;
    background-color: black;
}
.copyright-details{
    background-color:#202020;
}
.copyright h3 {
    margin: 0px;
    padding: 16px 0px;
    text-align: center;
    font-size: 12px;
    color: white;
    font-family: 'Roboto Slab', serif;
}
.form-control::-webkit-input-placeholder{
    color: black;
}
.form-control:-moz-placeholder{
    color: black;
}
.form-control::-moz-placeholder{
    color: black;
}
.form-control:-ms-input-placeholder{
    color: black;
}
.menu-icon-bar {
    color: #30c9d5;
}
/*=============================================================== RESPONSIVE ======================================================*/
@media screen and (max-width: 865px) {
    .navbar-nav li {
        float: left;
        margin: 0px 5px;
        display: inherit;
    }
}
@media screen and (max-width: 768px) {
    .navbar-nav {
        float: right;
        margin: 17px 21px;
        margin-right: 10px;
    }
    .about-details p {
        font-size: 13px;
        color: #595959;
        letter-spacing: 1px;
        line-height: 25px;
        margin-bottom: 34px;
        margin-top: 9px;
        padding-right: 24px;
    }
    .price-pack {
        position: relative;
        margin: 0px 0px;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        margin-right: 0px;
        margin-bottom: 35px;
    }
    #skill {
        list-style: none;
        padding: 34px 2px;
    }
    .skill-details {
        padding-top: 32px;
    }
    .skill-main {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 111;
        padding-bottom: 66px;
    }
    .navbar-nav li {
        float: left;
        margin: 0px 5px;
        display: inherit;
    }
    .about-title p {
        font-size: 16px;
        letter-spacing: 1px;
        color: #5D5D5D;
        padding: 0px 30px;
        line-height: 27px;
        margin-top: 24px;
    }
    .contact-col {
        padding: 18px 26px;
        margin: 0px 0px;
        margin-bottom: 50px;
        overflow: hidden;
        position: relative;
    }
    .contact-col-grid {
        background-color: white;
        padding: 16px 5px;
        margin: 0px;
        margin-bottom: 20px;
        overflow: hidden;
        position: relative;
        border: 3px solid #f45750;
    }
    .contact-form-details {
        margin-top: 0px;
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 767px) {
    #skill {
        list-style: none;
        padding: 34px 2px;
        padding-bottom: 0px;
    }
    #testimonial-content {
        background: url(../img/1/client-bg.jpg) 50% 0 no-repeat fixed;
        margin: 0;
        height: 100%;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        padding-bottom: 60px;
        padding-top: 80px;
    }   
    .navbar-default .navbar-toggle {
        border-color: #ddd;
        margin-top: -56px;
    }
    .navbar-default {
        background-color: transparent;
        height: 85px;
        border-bottom: none;
        overflow: visible;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }
    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 32%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
    .navbar-style{
        padding: 0px;
    }
    .navbar-nav li {
        float: left;
        margin: 9px 11px;
        display: inherit;
        width: 100%;
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
        background-color: rgba(0, 0, 0, 0.76);
        position: relative;
    }
    .navbar-default .navbar-nav > li > a {
        color: white;
        letter-spacing: 2px;
        font-size: 16px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        padding: 10px 0px;
        text-align: center;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
        overflow: visible;
    }
    .home-text h3 {
        font-size: 17px;
        color: rgb(225, 221, 221);
        letter-spacing: 1px;
        margin-bottom: 10px;
        padding: 0px;
        line-height: 29px;
    }
    .about-details {
        margin-top: 0px;
    }
    .price-pack {
        position: relative;
        background-color: white;
        overflow: hidden;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .contact-col {
        padding: 22px 31px;
        margin: 0px;
        margin-bottom: 20px;
    }
    .contact-form-details {
        margin-top: 0px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 640px) {
    .price-pack {
        position: relative;
        background-color: white;
        overflow: hidden;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .active-grid{
        border: 5px solid #0F569C;
    }
    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 50%;
        margin: 0%;
        display: none;
        float: left;
        overflow: hidden;
    }
}
@media screen and (max-width: 480px) {
    .home-text h2 {
        font-size: 56px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 4px;
        padding-bottom: 39px;
        margin-top: 17px;
    }
    .home-text h3 {
        font-size: 13px;
        letter-spacing: 1px;
        margin-bottom: 10px;
        padding: 0px;
        line-height: 29px;
    }
    .about-title p {
        font-size: 14px;
        letter-spacing: 1px;
        color: #5D5D5D;
        padding: 0px 30px;
        line-height: 27px;
        margin-top: 24px;
    }
    .us-row {
        height: 450px;
        background-color: #F6F6F6;
    }
    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 27%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
    #filters li {
        float: none;
        margin-bottom: 5px;
    }
    #filters {
        padding: 0;
        list-style: none;
        margin-bottom: 30px;
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
    }
    .item blockquote p {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 30px;
        position: relative;
    }
    .contact-col {
        padding: 22px 15px;
        margin: 0px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 320px) {
    .navbar-nav li {
        float: left;
        margin: 4px 11px;
        display: inherit;
        width: 100%;
    }
    .about-details {
        margin: 0px;
    }
    .about-col {
        padding: 0px 15px;
    }
    .home-contact1 {
        font-size: 10px;
        padding: 10px 12px;
        border-radius: 3px;
        letter-spacing: 1px;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }
    .home-text h2 {
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        line-height: 31px;
        padding-bottom: 14px;
    }
    .home-social li a {
        color: white;
        background-color: transparent;
        float: left;
        line-height: 30px;
        font-size: 15px;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        text-align: center;
        height: 35px;
        width: 35px;
        line-height: 34px;
        margin-right: 7px;
        background-color: #30c9d5;
        border-radius: 150px;
        border: 1px solid #30c9d5;
    }
    .home-text h3 {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 0px;
        line-height: 24px;
    }
    .item blockquote p span {
        font-size: 20px;
        color: #E3E3E3;
        position: relative;
        line-height: 44px;
    }
    .about-details p {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 34px;
        margin-top: 9px;
        padding-right: 12px;
    }
    #testimonial-content {
        background: url(../img/clients.jpg) 50% 0 no-repeat fixed;
        margin: 0;
        height: 100%;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        padding-bottom: 30px;
        padding-top: 80px;
    }
    .home-text h3 {
        font-size: 11px;
        text-transform: uppercase;
        color: rgb(188, 188, 188);
        letter-spacing: 2px;
        margin-bottom: 29px;
        line-height: 24px;
    }
    .about-title p {
        font-size: 13px;
        letter-spacing: 1px;
        padding: 0px 0px;
        line-height: 23px;
        margin-top: 24px;
    }
    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 100%;
        margin: 0%;
        display: none;
        float: left;
        overflow: hidden;
    }
    .service-title p {
        font-size: 13px;
        letter-spacing: 1px;
        padding: 0px 0px;
        line-height: 23px;
        margin-top: 24px;
    }
    .price-title p {
        font-size: 13px;
        letter-spacing: 1px;
        padding: 0px 0px;
        line-height: 23px;
        margin-top: 24px;
    }
    .testimonial-details {
        width: 100%;
        padding-bottom: 143px;
    }
    .contact-title p {
        font-size: 13px;
        letter-spacing: 1px;
        padding: 0px 5px;
        line-height: 23px;
        margin-top: 24px;
    }
    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 17%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
    .contact-social li a {
        background-color: #1db0bc;
        float: left;
        line-height: 30px;
        font-size: 15px;
        transition: .9s;
        -o-transition: .9s;
        -webkit-transition: .9s;
        -moz-transition: .9s;
        -ms-transition: .9s;
        text-align: center;
        margin-right: 12px;
        height: 35px;
        width: 35px;
        border-radius: 150px;
        line-height: 34px;
        color: white;
    }
}
/* custom css */
.font-lato{
    font-family: 'Lato', sans-serif !important;
}
.font-open{
    font-family: 'Open Sans', sans-serif !important;
}
.font-white{
    color:white !important;
}
.font-black{
    color:black !important;
}
.font-gray{
    color:#333333 !important;
}
.font-red{
    color:#F45750 !important;
}
.font-12{
    font-size:12px !important;
    line-height: 1.6em;
}
.font-14{
    font-size:14px !important;
    line-height: 1.6em;
}
.font-16{
    font-size:16px !important;
    line-height: 1.6em;
}
.font-17{
    font-size:17px !important;
    line-height: 1.6em;
}
.font-18{
    font-size:18px !important;
    line-height: 1.6em;
}
.font-19{
    font-size:19px !important;
    line-height: 1.6em;
}
.font-20{
    font-size:20px !important;
    line-height: 1.1em !important;
}
.font-22{
    font-size:22px !important;
    line-height: 1.1em !important;
}
.font-24{
    font-size:24px !important;
    line-height: 1.1em !important;
}
.font-30{
    font-size:30px !important;
    line-height: 1.1em;
}
.font-32{
    font-size:32px !important;
    line-height: 1.5em !important;
}
.font-35{
    font-size: 35px !important; 
    line-height: 1.1em !important;
}
.font-36{
    font-size:36px !important;
    line-height: 1.1em !important;
}
.font-39{
    font-size: 39.82px !important; 
    line-height: 1.5em !important;
}
.font-40{
    font-size:40px !important;
}
.font-46{
    font-size:46px !important;
}
.font-55{
    font-size: 55px !important; 
    line-height: 1.1em !important;
}
.font-97{
    font-size: 97px !important; 
    line-height: 1.5em !important;
}
.font-sbold{
    font-weight: 600 !important;
}
.font-bold{
    font-weight: 700 !important;
}
.font-center{
    text-align: center;
}
.font-italic{
    font-style: italic;
}
.p-0{
    padding:0;
}
.pt-10{
    padding-top: 10px;
}
.p-50{
    padding:50px 0px;
}
.pt-30{
    padding-top: 30px;
}
.pb-30{
    padding-bottom: 30px !important;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-10{
    padding-bottom: 10px;
}
.pt-20{
    padding-top: 20px;
}
.px-50{
    padding: 0px 50px;
}
.p-20{
    padding:20px;
}
.py-20{
    padding:20px 0;
}
.m-bottom-30{
    margin-bottom: 30px;
}
.m-bottom-10{
    margin-bottom: 10px;
}
.m-bottom-20{
    margin-bottom: 20px;
}
.border-1{
    border: 0.5px solid #86868648;
    padding: 40px 20px;
    min-height: 18vw;
}
.border-1-30-20{
    border: 0.5px solid #86868648;
    padding: 30px 20px;
}
.contact-us-btn{
    padding: 12px;
}
.schedule-estimate-btn{
    background-color:#F45750 !important;
    color: white !important;
    padding: 12px 30px;
    opacity: 1 !important;
}
.w-24{
    width:24.9%;
}
.d-flex{
    display: flex;
}
#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.who-we-are-bg{
    background-image: url('../img/1/1stpicture.webp');
    padding: 120px 40px;
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: center;
}
.why-choose-us-bg{
    background-image: url('../img/1/2ndpicture.webp');
    padding: 120px 40px;
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: center;
}
.why-choose-item{
    padding: 30px 20px;
}
.why-choose-item1 {
    padding: 30px 20px;
}
.animation-delay-1{
    animation-delay: 0.8s !important;
    animation-duration: 1.5s !important;
}
.bg-red{
    background:#F45750;
}
.bg-black{
    background: black;
}
.bg-light-gray{
    background-color: #f5f5f5;
}
.bg-gray{
    background-color: #cfd5ec;
}
.bg-gold{
    background-color: #b9922d;
}
.bg-dark{
    background-color: #242424;
}
.bg-dark-blue{
    background-color: #21242e;
}
.page-header-part{
    margin-top: 85px;
    height: 150px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.page-footer-part{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-self: center;
    margin:0;
    margin: auto;
    max-height: 200px;
}
.page-footer-part-box{
    margin:auto;
    padding: 10px 10px;
}
section.footer{
    margin:0 !important;
    height:100%;
}
.video-slider{
    margin-top:50px;
    margin-bottom: 30px;
}
#myCarousel .carousel-inner>.item{
    height: 466px;
}
#myCarousel .carousel-inner>.item.active{
    height: 466px;
    display: flex;
}
#mySlider .carousel-inner>.item{
    height: 100%;
}
.slider-bg-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.w-100{
    width:100%;
}
.underline-none:hover{
    text-decoration: none;
}
.hover-red:hover{
    color:#f45750;
}
.space-between{
    justify-content: space-between;
}
.refinish-part{
    background: url('../img/1/he2453.jpeg');
    background-attachment: fixed;
    padding:50px 0;
    position: relative;
}
.min-hight-400{
    min-height: 320px;
}
.btn-width-200{
    width: 260px;
}
.sppb-icon-inner{
    height: 70px;
    width: 70px;
    color: #ffffff;
    background-color: #f45750;
    border-width: 1px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.border-red-btn{
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #f45750;
    color:#f45750 !important;
    padding: 10px 20px;
    width: 80% !important;
}
hr.footer-line{
    border-top: 3px solid #f45751;
    width: 50px;
}
.footer-gallery>.item img{
    width:70px !important;
    height: 60px !important;
}
.footer-gallery>.item img:hover{
    transform: scale(0.9);
    transition: all 0.2s;
}
.clear-both{
    clear: both;
}
.btn-hover-black:hover{
    background: black !important;
    transition: all 0.3s;
}
.flex-center{
    justify-content: center;
}
.border-bottom-2{
    border-bottom: 2px solid #e5e5e5
}
.active-show-item{
    border-bottom: 2px solid #f45751;
    margin-bottom: -2px;
    color: #f45751 !important;
}
.show-item:hover{
    cursor: pointer;
    border-bottom: 2px solid #f45751;
    margin-bottom: -2px;
    color: #f45751 !important;
}
.core-feature{
    display: block;
}
.our-history{
    display: none;
}
.round-img{
    border-radius: 50px;
    width: 100px;
    height: 100px;
    margin: auto;
}
.faceboox-icon{
    background-color: #306199;
    color: white !important;
    width: 45px;
    height: 45px;
    padding:10px;
    display: flex;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
}
.twitter-icon{
    background-color: #26c4f1;
    color: white !important;
    width: 45px;
    height: 45px;
    padding:10px;
    display: flex;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
}
.google-icon{
    background-color: #e93f2e;
    color: white !important;
    width: 45px;
    height: 45px;
    padding:10px;
    display: flex;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
}
.fa-chevron-down:before {
    content: "\f107";
    font-size: 12px;
}
.submenu{
    position: absolute;
    background: #ffffff;
    z-index: 9999999999 !important;
    width: 196px;
    left: 0;
    font-weight: 400;
    display: none;
}
.submenu-bg-hover{
    padding: 10px 20px;
}
.submenu-bg-hover:hover{
    background-color: #e93f2e;
    color: white !important;
    transition: all 0.5s;
}
.submenu-bg-hover>a:hover{
    color: white !important;
}
.dropdown_menu:hover .submenu{
    display: block;
}
.d-hide{
    display: none !important;
}
.d-show{
    display: block !important;
    transition: all 0.2s;
}
.float-left{
    float: left;
}
.progress {
    height: 8px;
}
.bottom-nav-menu{
    position:relative !important;
    box-shadow: 0px 0px 10px 0px #65656540 !important;
}
.top-nav-menu{
    display: none;
    top: 69px;
}
.tobpar{
    z-index: 99999 !important;
    width: 100%;
    position: fixed;
}
.top-bar-btn{
    padding: 5px 20px;
    border-radius: 4px;
}
.topbar-close:hover{
    cursor: pointer;
}
.iframe-scrollbar-hide{
    width: 27px;
    height: 720px;
    background: white;
    position: absolute;
    right: 5px;
}
.text-right{
    text-align: right;
}
.ani-duration{
    animation-duration: 0.7s !important;
}
.ani-duration1{
    animation-duration: 0.7s !important;
}
.ani-duration2{
    animation-duration: 1.2s !important;
}
.ani-duration3{
    animation-duration: 1.5s !important;
}
@media (max-width:980px){
    .tobpar{
        display: none;
    }
    .top-nav-menu {
        top: 0;
    }
    #home{
        display: none;
    }
    .about-content {
        padding-top: 80px;
    }
    .d-flex{
        display: block;
        /* width: 100%; */
    }
    .slider-video-box>iframe{
        width:100% !important;
        height: 100% !important;
    }
    .w-100>iframe{
        width:100%;
        height:100%;
    }
    #mySlider .carousel-inner>.item{
        height: auto;
    }
    .about-col {
        padding-bottom: 0px;
    }
    .font-55 {
        font-size: 45px !important;
        line-height: 1.1em !important;
    }
}
@media screen and (min-width: 768px){
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -80px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -80px;
}
.carousel-caption {
    right: 5%;
    left: 5%;
    padding-bottom: 53px;
    width: 90%;
}
}
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}
.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}
.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}
.tz-gallery {
    padding: 0;
}
.tz-gallery .lightbox img {
    margin-bottom: 15px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    width: 70px;
    height: 70px;
}
.tz-gallery .lightbox img:hover {
    transform: scale(0.9);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}
.tz-gallery img {
    border-radius: 4px;
}
.baguetteBox-button {
    background-color: transparent !important;
}
.hardwood-gallery .lightbox img {
    margin-bottom: 1px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    width: 82px;
    height: 80px;
}