@font-face {
    font-family: neutraBold;
    src: url('../fonts/neutratext-bold.otf');
}
@font-face {
    font-family: Roboto;
    src: url('../fonts/roboto-regular.otf');
}
@font-face {
    font-family: maisonBook;
    src: url('../fonts/maison-neue-book.otf');
}
@font-face {
    font-family: maisonMedium;
    src: url('../fonts/maison-neue-medium.otf');
}

@font-face {
    font-family: neutraBoldItalic;
    src: url('../fonts/neutratext-bold.otf');
}

@font-face {
    font-family: neutraTextBook;
    src: url('../fonts/neutratext-book.otf');
}

@font-face {
    font-family: neutraBoldBookItalic;
    src: url('../fonts/neutratext-bookitalic.otf');
}

@font-face {
    font-family: eina-regular;
    src: url('../fonts/Eina03-Regular.ttf');
}

@font-face {
    font-family: eina-semibold;
    src: url('../fonts/Eina03-SemiBold.ttf');
}

@font-face {
    font-family: eina-bold;
    src: url('../fonts/Eina04-Bold.ttf');
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    /* font-family: Roboto, sans-serif; */
    color: #404041;
    /*position: relative;*/
    line-height: 1;
}

img {
    width: 100%;
}

p, a {
    line-height: 1.5;
}

a {
    color: inherit;
}

.dark {
    text-shadow: none !important;
    color: rgb(99, 96, 99) !important;
}

.bg-transparent {
    background-color: transparent;
}

.list {
    list-style: none;
}

/*SPLITER*/
.mb-50 {
    margin-bottom: 100px;
}

.mt-50 {
    margin-top: 100px;
}
.title {
    /*border-bottom: 1px solid #000;*/
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative;
    font-family: eina-regular, sans-serif;
}

/*.title::before {*/
    /*content: '';*/
    /*display: block;*/
    /*width: 50%;*/
    /*height: 1px;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*bottom: 0;*/
    /*z-index: 10;*/
    /*margin-left: -25%;*/
    /*background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.9), transparent);*/
    /*background-image: linear-gradient(to right, transparent, rgb(0, 0, 0), transparent);*/
/*}*/

/* NAVBAR */

nav {
    z-index: 10;
    background-color:transparent;
}

.navbar {
    padding: 0 1rem;
}

.navbar-nav {
    display: flex;
    width: 70%;
}

.navbar-brand img {
    width: 135px;
    /* margin-left: 75px; */
    transition: all .3s ease-in-out;
}

.navbar-brand img.shrink {
    width: 100px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 5px 0;
}
.navbar-brand {
     padding-top: 0;
     padding-bottom: 0;
}

.navbar-brand img.shrink {
    width: 100px;
}

.nav-item {
    flex: 1;
    text-align: center;
    /*font-family: eina-semibold;*/
}

.nav-item .nav-link {
    color: white;
    border-bottom: 2px solid transparent;
    transition: all .3s ease-in-out;
    font-weight: 400;
    font-size: 15px;
}

.nav-item:hover .nav-link, .nav-item.active .nav-link {
    color: #a7a9ac !important;
    /*color: rgba(250, 175, 64, 0.9);*/
    /*border-bottom: 1px solid rgb(103, 101, 103);*/
}

.nav-link {
    padding: 2px 1rem;
}

.dropdown-menu {
    position: absolute;
    min-width: 7rem;
    text-align: left;
    border-radius: 0;
    left: 10px;
    text-align: center;
    top: 42px;
    border: 0;
}


.lang {
    color: white;
    padding-top: 2px;
}

.lang a{
    display: inline;
}

.link-leng {
    color: white;
    font-size: 14px;
}

.link-leng.active {
    color: #ccc;
}

.link-leng:hover{
    color: #ccc;
}

.top-nav {
    background-color: transparent;
    border-bottom: 1px solid white;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    padding: 0 10%;
}

.main-nav {
    margin-top: 40px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    
}

.main-nav.shrink {
    margin-top: 0px;
    background-color: white;
    border-bottom: 1px solid #a7a9ac;
}

.shrink .navbar-collapse .navbar-nav .nav-item:hover  .nav-link, .shrink .navbar-collapse .navbar-nav .nav-item.active .navlink {
    color: #17a053 !important;
}


.shrink .navbar-collapse .navbar-nav .nav-item  .nav-link {
    color: black;
}

.top-item {
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding: 5px 8px;
    font-size: 12px;
    flex: 1;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.top-item .fa {
    margin-right: 5px;
}


/* END NAVBAR */

.progress-title {
    width: 23%;
    margin: auto;
    margin-bottom: 30px;
}
/*SLIDER-banner*/
.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.carousel-caption {
    animation-delay: 3s;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 5s;
    transition-property: opacity;

}

.carousel-caption h1 {
    text-shadow: 2px 2px #333;
}
.carousel-caption p {
    text-shadow: 2px 2px #333;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}
.carousel-control-prev-icon, .carousel-control-next-icon  {
    background-image: none;
}

.carousel-control-prev-icon, .carousel-control-next-icon i{
    font-size: x-large;
}

/*END SLIDER-banner */

/* FULL SLIDER*/

div#slide-1-layer-2 {

    font-size: 14px !important;


}

.tp-mask-wrap {

}

/* COVER */

.cover {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    top: -50px;
}

.cover video {
    position: absolute;
    top: -56px;
    left: 0;
    width: 100%;
    height: auto;
}

.cover-text {
    width: 50%;
    height: 100vh;
    margin: 40vh auto 0;
    text-align: center;
}

/* END COVER */


.header-v {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  
  .header-v video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  .header-v .container {
    position: relative;
    z-index: 2;
  }
  
  .header-v .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000021;
    opacity: 0.5;
    z-index: 1;
  }
  
  @media (pointer: coarse) and (hover: none) {
    .header-v {
      background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }
    .header-v video {
      display: none;
    }
  }




/* MASONRY */

/*#card-columns {*/
    /*column-count: 3;*/
    /*column-gap: 10px;*/
    /*margin: 0 -5px;*/
    /*!*padding: 10px;*!*/
/*}*/

.masonry {
    padding: 5px;
}

.masonry .column {
    padding-left: 5px;
    padding-right: 5px;
}

.card {
    /*width: calc(33.3% - 16px);*/
    /*display: inline-block;*/
    break-inside: avoid;
    margin-bottom: 10px;
    border: none;
    border-radius: 0;
    position: relative;
    background-color: rgb(0, 0, 0);
    /*transition: all .3s ease-out;*/
    overflow: hidden;
}

/*.card::before, .card::after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: 1.25em;*/
    /*bottom: 1.25em;*/
    /*left: 1.25em;*/
    /*right: 1.25em;*/
    /*opacity: 1;*/
    /*transition: transform ease-out .3s;*/
/*}*/

/*.card::before {*/
    /*border-top: 1px solid white;*/
    /*border-bottom: 1px solid white;*/
    /*transform: scale(0,1);*/
/*}*/

/*.card::after {*/
    /*border-left: 1px solid white;*/
    /*border-right: 1px solid white;*/
    /*transform: scale(1,0);*/
/*}*/

.card img {
    opacity: 1;
    transition: all .7s ease-out;
}

.card:hover .img-link {
    opacity: 1;
}

.card:hover img {
    /* opacity: .6; */
    transform: scale(1.2);
}

.card:hover::before {
     transform: scale(1.04, 1);
 }

.card:hover::after {
     transform: scale(1, 1.04);
 }

.img-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease-out;
}

.lb-container {
    box-shadow: 0px 0px 15px black;
}

.lb-nav a.lb-next, .lb-nav a.lb-prev {
    opacity: 1 !important;
    width: 10% !important;
}

.lb-nav a.lb-next {
    text-align: right;
    padding-right: 30px;
}

.lb-nav a.lb-prev {
    text-align: left;
    padding-left: 15px;
}

.lb-nav a i {
    position: fixed;
    color: #fff;
    top: 50%;
    font-size: 50px;
    margin-top: -18px;
    opacity: .4;
    transition: opacity .3s ease-in-out;
}

.lb-nav a i:hover {
    opacity: 1;
}

.lb-details {
    display: block;
    position: absolute;
    bottom: -15px;
    color: white;
    font-size: 13px;
}

/*.lb-data {*/
    /*color: #fff !important;*/
/*}*/

.lb-closeContainer {
    position: fixed;
    top: 30px;
    right: 30px;
    font-size: 20px;
}

/* END MASONRY */


/* PROGRESS BAR */

.progress-container {
    margin: 30px 0;
}

#counter, #counter1, #counter2 {
    margin: 20px auto;
    width: 60px;
    height: 60px;
    position: relative;
}

#counter svg, #counter1 svg, #counter2 svg {
    position: absolute;
    left: 0;
}

#counter span, #counter1 span, #counter2 span {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.progress-count {
    display: inline-block;
    width: 33%;
    text-align: center;
}

.prog-wrap {
    display: inline-block;
    vertical-align: text-top;
    text-align: left;
}

.progress-icon {
    font-size: 35px;
    margin-right: 10px;
}

span.orange {
    color: rgb(250, 175, 64);
}

/* END PROGRESS BAR */

/*BANNER*/

.bg-noimage {
    width:100%;
    /*height: calc(100vh - 300px);*/
    color: #1b1e21;
}

.bg-noimage .banner-title {
    /*top: 125px;*/
    margin-top: 125px;
    margin-bottom: 100px;
}



.bgimage-services {
    width:100%;
    height: calc(100vh - 200px);
    margin-top: -30px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../images/work/contact.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    background-attachment: fixed;
}

.bgimage {
    width:100%;
    height: calc(100vh - 340px);
    margin-top: -30px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../images/about-us-3d-visual/about-us-3d-visual.jpg);
    background-repeat: no-repeat;
    background-position: center !important;
    background-size:cover !important;
    background-attachment: fixed;
}

.bgimage.balsta {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../images/work/lager/lager.jpg);
}

.bgimage-nina {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(160, 129, 129, 0)), url(../images/project/nina/nina-1.jpg);
}

.bgimage-nina {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(160, 129, 129, 0)), url(../images/project/petra/petra-hus-1.jpg);
}

.bgimage-magy {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(160, 129, 129, 0)), url(../images/project/magy/magy-hus-1.jpg);
}
.bgimage-angie {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(160, 129, 129, 0)), url(../images/project/angie/angie-hus-1.jpg);
}
.bgimage-sara {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(160, 129, 129, 0)), url(../images/project/sara/sara-hus-1.jpg);
}

.bgimage.bredsand {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../images/work/bredsand/bredsand.jpg);
}

.bgimage.vastersvagen {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../images/work/vastersvagen/vastersvagen.jpg);
}

.bgimage.fafanganvagen {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../images/work/fafanganvagen/fafanganvagen.jpg);
}

.bgimage.vasterfarnebo {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../images/work/vasterfarnebo/vasterfarnebo.jpg);
}

.bgimage-single-product {
    width:100%;
    height: calc(100vh - 340px);
    margin-top: -30px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../images/work/villa-solea/vila-sole-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    background-attachment: fixed;
}

.bgimage-kvicksund {
    width:100%;
    height: calc(100vh - 340px);
    margin-top: -30px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../images/work/kvicksund/kvicksund.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    background-attachment: fixed;
}

.bg-blog {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../images/work/large/decorator-living-11.jpg);
    background-attachment: fixed;
    background-position: top;
}

.bg-about-us {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../images/about-us-3d-visual/about-us-3d-visual.jpg);
    background-attachment: fixed;
    background-position: center;
}

.bg-family {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../images/work/project-2/project-1-14.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
}

.banner-title{
    /*top: 200px;*/
    /*position: relative;*/
}


.bg-img {
    width:100%;
    height: calc(100vh - 200px);
    margin-top: -30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    background-attachment: fixed;
}

.banner-title p{
    width: 50%;
    margin: auto;
    color: white;
    font-size: 1vw;
}

.banner-title h1 {
    font-family: neutraTextBook, sans-serif;
    text-shadow:2px 2px #333;
    font-size: 3vw;
    color: white;

}

/*SERVICES*/
.services-card {
    /*padding: 0 5px;*/
    cursor: default;
}

.services-card:hover {
    background-color: rgba(250, 175, 64, 0.5);
    transition: 1.5s;
}

.services-card h5 {
    font-size: 16px;
    font-weight: 600;
}

.services-card p {
    font-size: 15px;
}

/*EDN SERVICES*/

/*ABOUT US*/

.info-check {
    padding: 3px 0;
}

.text span{
    font-size: 30px;
    font-weight: 600;
    margin-right: -6px;
}

.text p{
    display: inline;
}

.simple-carousel{
    width: 40%;
}

.team{
    padding:75px 0;
}
h6.description{
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 2px;
    color: black;
    border-bottom: 1px solid rgba(0, 0, 0,0.1);
    padding-bottom: 20px;
}
.profile{
    margin-top: 25px;
}
.profile h1{
    font-weight: normal;
    font-size: 20px;
    margin:10px 0 0 0;
}
.profile h2{
    font-size: 14px;
    font-weight: lighter;
    margin-top: 5px;
}
.profile .img-box{
    opacity: 1;
    display: block;
    position: relative;
}
.profile .img-box:after{
    content:"";
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.img-box ul{
    position: absolute;
    z-index: 2;
    bottom: 50px;
    text-align: center;
    width: 100%;
    padding-left: 0px;
    height: 0px;
    margin:0px;
    opacity: 0;
}
.profile .img-box:after, .img-box ul, .img-box ul li{
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-box ul i{
    font-size: 20px;
    letter-spacing: 10px;
}
.img-box ul li{
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #000000;
    margin: 2px;
    padding: 5px;
    display: inline-block;
}
.img-box a{
    color:#fff;
}
.img-box:hover:after{
    opacity: 1;
}
.img-box:hover ul{
    opacity: 1;
}
.img-box ul a{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li{
    border-color: #fff;
    color: darkgray;
}
/*a{*/
    /*color:#88C425;*/
/*}*/
a:hover{
    text-decoration:none;
    color:darkgray;
}
i.red{
    color:darkgray;
}

.team-item:hover {
    opacity: 1;
}

/*CONCACT*/

.information {
    font-size: 18px;
}
.information span{
    display: block;
    padding-bottom: 5px;
}

.contact {
    width: 50%;
}

label {
    margin-bottom: 2px;
    font-size: 14px;
    padding-left: 5px;
}


/*END OF CONTACT*/

/*BLOG*/

.project p {
    font-size: 14px;
}

.blog-wrapper{
    /*border: 1px solid #a9a9a926;;*/
    padding: 15px 0px;
}

.img-cover {
    width: 100%;
    overflow: hidden;
}

.blog {
    background: transparent;
    overflow: hidden;
}

.blog img {
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    cursor: pointer;
}

.blog img:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5);
    transition: all 1s;

}
/*END BLOG*/

/*SINGLE PROJECT*/
.single-project {
    margin-bottom: 30px;
}

.content-section {
    /*min-height: 2000px;*/
}
.sidebar-section {
    position: absolute;
    height: 100%;
    width: 100%;
}

.sidebar-item {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
}
/* Position the items */
.sidebar-item:nth-child(2) { top: 25%; }
.sidebar-item:nth-child(3) { top: 50%; }
.sidebar-item:nth-child(4) { top: 75%; }

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;

    padding: 0 15px;
}

.padding-top {
    padding-top: 80px;
    transition: padding-top .2s ease-in-out;
}
/*END SINGLE PROJECT*/

/*BANNER AREA*/
.banner-area {
    margin: 30px 0;
    padding: 20px 0;
    background-color: #f8f9fa;
}

.banner-area-text {
    padding: 35px;
}
/* END BANNER AREA */

/*VIRTUAL */

.card-virtual {

    background-color: transparent;
    overflow: hidden;
    /*margin-left: -25px;*/
}

.card-virtual:hover img {
    opacity: 1;
}

.virtual {
    /*height: calc(100vh - 415px);*/
}

/* LAST PROJECT */
.project {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    /*border: 1px solid black;*/
    width: 100%;
    text-align: center;
    padding: 5px 0;
    color: white;
    margin: auto;
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


/* FOOTER */

footer {
    background-color: #171717;
    color: #fff;
}

footer p {
margin-bottom: 5px;
}

.logo-footer img {
    width: 90px;
}

.info {
    height: 100%;
    /*padding: 5% 0;*/
    width: 60%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info p {
    margin-bottom: 2px;
    font-size: 14px;
}

.info span {
    margin-right: 5px;
}

.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.social-media span {
    padding: 5px 10px;
    font-size: 24px;
    transition: all .3s ease-in-out;
}

.social-media span.facebook:hover {
    color: #4267b2;
}

.social-media span.twitter:hover {
    color: #1d9ceb;
}

.social-media span.instagram:hover {
    color: #ce3c7d;
}

.social-media span.linkedin:hover {
    color: #0b82c4;
}

.social-media span.behance:hover {
    color: #1666f7;
}

.social-media span a:hover {
    color: inherit;
}

/* END FOOTER */

/* BUTTONS */

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: #a9a9a994;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:black;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.btn {
    background-color: black;
    border-radius: 0px;
    transition: all .3s ease-in-out;
    border: 1px solid darkgray;
}

.btn:focus {
    outline: none;
}

.btn:hover {
    opacity: .8;
}

.btn-transparent {
    background-color: transparent;
    /* border-color: #000; */
    color: black;
    border: 1px solid;
    position: relative;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
}

.btn-transparent:hover{
    background:#fff;
    color:#17a053;
    border: 1px solid transparent;
  }
  .btn-transparent:before,.btn-transparent:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:2px;
    width:0;
    background: #17a053;
    transition:400ms ease all;
  }
  .btn-transparent:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
  }
  .btn-transparent:hover:before,.btn-transparent:hover:after{
    width:100%;
    transition:800ms ease all;
  }


.blog-btn {
    padding: 2px 10px;
}

.blog-btn:nth-child(1){
    float: left;
    margin-top: 5px;

}

.blog-btn:nth-child(2){
    padding: 5px 20px;
    font-size: 18px;

}


.btn-white {
    background-color: transparent;
    border: 1px solid #fff;
}

.btn-white:hover {
    background-color: #1b1e21;
    color: #fff;
}

/* END BUTTONS */

/*GLOBAL*/
.divider-50 {
    margin-top: 50px;
}

.divider {
    height: 1px;
    width: 60%;
    margin: 20px auto;
    border-bottom: 1px solid #1c7430;
}

/* LOADER */

/* New */
.container-load {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
  }
  
  .dash {
    margin: 0 15px;
    width: 15px;
    height: 5px;
    border-radius: 8px;
    background: #17a053;
    /* box-shadow: 0 0 10px 0 #FECDFF; */
  }
  
  .uno {
    margin-right: -18px;
    transform-origin: center left;
    animation: spin 3s linear infinite;  
  }
  
  .dos {
    transform-origin: center right;
    animation: spin2 3s linear infinite;
    animation-delay: .3s;
  }
  
  .tres {
    transform-origin: center right;
    animation: spin3 3s linear infinite;
    animation-delay: .3s;
  }
  
  .cuatro {
    transform-origin: center right;
    animation: spin4 3s linear infinite;
    animation-delay: .3s;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(360deg);
    }
    30% {
      transform: rotate(370deg);
    }
    35% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes spin2 {
    0% {
      transform: rotate(0deg);
    }
    20% {
      transform: rotate(0deg);
    }
    30% {
      transform: rotate(-180deg);
    }
    35% {
      transform: rotate(-190deg);
    }
    40% {
      transform: rotate(-180deg);
    }
    78% {
      transform: rotate(-180deg);
    }
    95% {
      transform: rotate(-360deg);
    }
    98% {
      transform: rotate(-370deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  
  @keyframes spin3 {
    0% {
      transform: rotate(0deg);
    }
    27% {
      transform: rotate(0deg);  
    }
    40% {
      transform: rotate(180deg);
    }
    45% {
      transform: rotate(190deg);
    }
    50% {
      transform: rotate(180deg);
    }
    62% {
      transform: rotate(180deg);
    }
    75% {
      transform: rotate(360deg);
    }
    80% {
      transform: rotate(370deg);
    }
    85% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes spin4 {
    0% {
      transform: rotate(0deg);
    }
    38% {
      transform: rotate(0deg);
    }
    60% {
      transform: rotate(-360deg);
    }
    65% {
      transform: rotate(-370deg);
    }
    75% {
      transform: rotate(-360deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  
  /* END New */

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* z-index: 9999; */
}

.overlay img {
    width: 250px;
    margin-left: -15px;
}

.hidden {
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
    display: none;
}

/*.hidden img {*/
    /*display: none;*/
/*}*/

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.hide {
    animation: showNav 3s;
}

@keyframes showNav {
    0% {
        opacity: 0;
    }
    94% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.loader{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

#loader-2 span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #000;
    margin: 35px 5px;
}

#loader-2 span:nth-child(1){
    animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2){
    animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3){
    animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce{
    0%, 75%, 100%{
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    25%{
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/* END LOADER */

/* RESPONSIVE */

@media screen and (max-width: 991px) {

    .top-nav {
        padding: 0;
    }

    .navbar-brand img {
        width: 100px;
    }
}

@media screen and (max-width: 768px) {

    .main-nav {
        margin-top: 50px;
    }

    .navbar {
        padding-top: 5px;
    }

    .bg-img {
        height: 280px;
        background-position: top;
        background-size: contain;
        
    }
}












