/*******************************/
/********* General CSS *********/
/*******************************/

body {
    color: #666666;
    background: #dddddd;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

h2 {
    color: #121212;
    font-family: Anton;
    letter-spacing: -1px;
}
h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #121212;
    font-family: Oswald;
    text-transform: uppercase;
}

a {
    color: #666666;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #fcbd22;
    outline: none;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background: #ffffff;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #fcbd22;
    color: #121518;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top:hover {
    color: #fcbd22;
    background: #121518;
}

.back-to-top i {
    padding-top: 10px;
}

.btn {
    transition: .3s;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 90px;
    background: #ffffff;
}

.top-bar .logo {
    padding: 15px 0;
    text-align: left;
    overflow: hidden;
}

.top-bar .logo h1 {
    margin: 0;
    color: #121212;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
}

.top-bar .logo img {
    max-width: 100%;
    max-height: 70px;
}

.top-bar .top-bar-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .top-bar-icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar .top-bar-icon [class^="flaticon-"]::before {
    margin: 0;
    color: #121212;
    font-size: 40px;
}

.top-bar .top-bar-text {
    padding-left: 9px;
}

.top-bar .top-bar-text h3 {
    margin: 0 0 5px 0;
    color: #121212;
    font-size: 16px;
    font-weight: 400;
}

.top-bar .top-bar-text p {
    margin: 0;
    color: #121212;
    font-size: 13px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}

@media (max-width: 991.98px) {
    .top-bar .logo {
        text-align: center;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
    position: relative;
    background: #ffffff;
    transition: .3s;
}

.nav-bar .container-fluid {
    padding: 0;
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    height: 100%;
    background: #ffffff !important;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
    font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fcbd22;
    transition: none;
    
}

.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 10px;
    background: #3b3a40;
}

.nav-bar .dropdown-menu a{
    font-size: 15px;
    
}

.nav-bar .btn {
    color: #3a3b40;
    border: 2px solid #3a3b40;
    border-radius: 0;
}

.nav-bar .btn:hover {
    color: #121212;
    background: #fcbd22;
    border-color: #fcbd22;
}

.navbar a{

    font-size: 1.1em;

    font-family: 'Lato', sans-serif;
    font-weight: 350;

    letter-spacing: 1px;

    color:#f9f9f9;

    text-decoration: none;

    outline:none;

    position: relative;

    padding-bottom: 7px;

}

.navbar a::after{

    content: '';

    position: absolute;

    bottom:0;

    width:100%;

    height: 3px;

    left:0;

    background-color: #f3c300;

    transform: scaleX(0);

    transition: 0.3s;

    transform-origin: left;

}

.navbar a:hover::after {

    transform: scaleX(1);

    transform-origin: right;

}



@media (min-width: 992px) {
    .nav-bar {
        height: 130px;
    }
    
    .nav-bar.nav-sticky {
        padding: 0;
        height: 90px;
    }
    
    .nav-bar .navbar {
        padding:6px 20px;
    }
    
    .nav-bar.nav-sticky img {
    width: 152px;
}
    
    .nav-bar a.nav-link {
        padding: 38px 10px;
        font-size: 20px;
        text-transform: uppercase;
        font-family: Oswald;
        font-weight: 300!important;
    }
        .nav-sticky a.nav-link {
        padding: 15px 10px;
        font-size: 18px;
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {
    .nav-bar .navbar {
        padding: 15px;
    }
    
    .nav-bar a.nav-link {
        padding: 5px;
    }
    
    .nav-bar .dropdown-menu {
        box-shadow: none;
    }
    
    .nav-bar .btn {
        display: none;
    }
}

/*******************************/
/******** Carousel CSS *********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    max-height: 780px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.carousel .gallery {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel .carousel-item img {
    width: 100%;
    object-fit:contain;
    height: 100%;
}

.carousel .carousel-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 20px;

}

.carousel .carousel-inner1,
.carousel .carousel-item1 {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel .carousel-item1 img {
    width: 100%;
    height: 100%;
    object-fit:cover;

}

.carousel .carousel-item1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 20px;

}

.carousel .carousel-caption {
    position: absolute;
    top: 90px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 170px);
    max-height: 350px;
}

.carousel .carousel-caption p {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.carousel .carousel-caption h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 35px;
}

.carousel .carousel-caption .btn {
    padding: 10px 18px 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background: #efc302;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: .3s;
}

.carousel .carousel-caption .btn:hover {
    color: #121212;
    background: #fcbd22;
    border-color: #fcbd22;
}

@media (max-width: 767.98px) {
    .carousel {
        position: relative;
        height: 300px;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
    }
    .carousel .carousel-caption {
        position: absolute;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: calc(100vh - 170px);
        max-height: 200px;
    }
    .carousel .carousel-caption h1 {
        font-size: 20px;
        font-weight: 500;
    }
    
    .carousel .carousel-caption p {
        font-size: 13px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 8px 15px;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel {
        position: relative;
        height: 158px;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
    }
    .carousel .gallery {
        position: fixed;
        top:50%;
        left: 50%;
        transform: translate(-50%,-50%);
        max-width: 90%;
        width: 350px;
        height: 350px;
    }
    
    .carousel .carousel-caption {
        position: absolute;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: calc(100vh - 170px);
        max-height: 200px;
    }
    .carousel .carousel-caption h1 {
        font-size: 20px;
        font-weight: 500;
    }
    
    .carousel .carousel-caption p {
        font-size: 13px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 8px 15px;
        font-size: 10px;
        font-weight: 300;
        letter-spacing: 0;
    }
}

.carousel .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 38px 0;
    text-align: center;
    background: #eee;
}

.page-header h2 {
    position: relative;
    color: #121212;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 8px;
    padding-bottom: 15px;
    font-family: Montserrat;
}

.page-header h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #121212;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #121212;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #121518;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 991.98px) {
    .page-header {
        padding: 60px 0;
    }
    
    .page-header h2 {
        font-size: 45px;
    }
    
    .page-header a {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .page-header {
        padding: 45px 0;
    }
    
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.section-header p {
    color: #fcbd22;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 50px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}


/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    margin-bottom: 45px;
}

.feature .col-md-12 {
    background: #efefef;
}
    
.feature .col-md-12:nth-child(2n) {
    color: #121212;
    background: #14b5bf;
}

.feature .feature-item {
    min-height: 185px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.feature .feature-items {
    height: 160px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.feature .feature-icon {
    position: relative;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature .feature-icon::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: -20px;
    left: -10px;
    border: 2px dotted #ffffff;
    border-radius: 60px;
    z-index: 1;
}

.feature .feature-icon::after {
    position: absolute;
    content: "";
    width: 79px;
    height: 79px;
    top: -18px;
    left: -9px;
    background: #121212;
    border-radius: 60px;
    z-index: 2;
}

.feature .col-md-12:nth-child(2n) .feature-icon::after {
    background: #fcbd22;
}

.feature .feature-icon [class^="flaticon-"]::before {
    position: relative;
    margin: 0;
    color: #fcbd22;
    font-size: 60px;
    line-height: 60px;
    z-index: 3;
}

.feature .feature-text {
    padding-left: 30px;
}

.feature .feature-text h3 {
    margin: 0 0 10px 0;
    color: #534e42;
    font-size: 22px;
    font-weight: 600;
}
.feature .feature-text h4 {
    margin: 0 0 0px 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.feature .feature-text p {
    margin: 0;
    color: #534e42;
    font-size: 18px;
    font-weight: 450;
}

.feature .feature-text a {
    margin: 0;
    color: #fcbd22;
    font-size: 17px;
    font-weight: 550;
    text-decoration: underline;
}

.feature .feature-text1 {
    padding-left: 30px;
}

.feature .feature-text1 h3 {
    margin: 0 0 10px 0;
    color: #3a3b40;
    font-size: 22px;
    font-weight: 600;
}
.feature .feature-text1 h4 {
    margin: 0 0 10px 0;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
}

.feature .feature-text1 p {
    margin: 0;
    color: #fcbd22;
    font-size: 18px;
    font-weight: 400;
}

.feature .feature-text1 a {
    margin: 0;
    color: #3a3b40;
    font-size: 17px;
    font-weight: 450;
    text-decoration: underline;
}

.feature .feature-text2 {
    padding-left: 40px;
}
.feature .feature-text2 h2 {
    margin: 0 0 0px 0;
    color: #fcbd22;
    font-size: 22px;
    font-weight: 600;
}

.feature .feature-text2 h3 {
    margin: 0 0 3px 0;
    color: #3a3b40;
    font-size: 22px;
    font-weight: 600;
}
.feature .feature-text2 h4 {
    margin: 0 0 0px 0;
    color: #fcbd22;
    font-size: 40px;
    font-weight: 700;
}

.feature .feature-text2 p {
    margin: 0;
    color: #3a3b40;
    font-size: 18px;
    font-weight: 450;
}

.feature .feature-text2 a {
    margin: 0;
    color: #3a3b40;
    font-size: 20px;
    font-weight: 700;

}
.feature .col-md-12:nth-child(2n) [class^="flaticon-"]::before,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {
    color: #ffffff;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    width: 379px;
    height: 450px;
    box-shadow: 0px 0px 30px 5px rgba(0,0,0,.3);
    /*transform: rotate(-2deg); */
    border: 10px solid #fff;
  }
  
  /********BACKGROUND********/
  .background, .dust, .foreground, .midground  {
    position: absolute;
    margin-left: -80px;
    z-index: 1;
    animation-name: background;
    animation-duration: 40s;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
  }
  
  
  @keyframes background {
    0% {transform:translateX(0px) translateY(0px);}
    100% {transform:translateX(20px) translateY(0px);}
  
  }
    
    
  /********FOREGROUND********/  
    .foreground {
    z-index: 3;
    -moz-animation-name: foreground;
    -ms-animation-name: foreground;
    -o-animation-name: foreground;
    -webkit-animation-name: foreground;
    animation-name: foreground;
  }
  
  @keyframes foreground { 
    0% { transform: scale(1); }
    100% { transform: scale(1.2) translateX(-60px); filter: blur(10px); }
  }
  
  
  /********MIDGROUND********/
  .midground {
    z-index:2;
    -moz-animation-name: midground;
    -ms-animation-name: midground;
    -o-animation-name: midground;
    -webkit-animation-name: midground;
    animation-name: midground;
  }
  
  @keyframes midground { 
    0% { transform: scale(1); }
    100% { transform: scale(1.3) translateX(-60px) translateY(-30px) rotate(5deg); }
  }
  
  
  
  /********DUST********/
  .dust {
    z-index: 4;
    -moz-animation-name: dust;
    -ms-animation-name: dust;
    -o-animation-name: dust;
    -webkit-animation-name: dust;
    animation-name: dust;
  }
  @keyframes dust { 
    0% { transform: scale(1); }
    100% { transform: scale(2) translateX(10px) translateY(0px); filter: blur(2px);}
  }
  
  
  
  /********TEMP PICTURE MASKS********/
  .mask01, .mask02, .mask03, .mask04 {
    position: absolute;
    width: 100px;
    height: 600px;
    background-color: #000000;
    z-index: 1000;
  }
  .mask02{
    width: 100%;
    height: 30px;
  }
  .mask03{
    width: 3000px;
    height: 600px;
    margin-left: 500px;
  }
  .mask04{
    width: 100%;
    height: 300px;
    margin-top: 600px;
  }

.about .section-header {
    margin-bottom: 25px;
}
.about .section-header p {
    font-size: 25px;
    font-weight: 700;
}

.about .about-img {
    position: relative;
    height: 100%;
}


.about .about-img img {
    width: 100%;
    height: 100%;

}

.about .about-img sello {
    width: 30%;
    height: 30%;
    object-fit: cover;
}

.about .about-text p {
    font-size: 16px;
    text-align: justify;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 18px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #121212;
    border-radius: 8px;
    background: #fcbd22;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #fcbd22;
    background: #121212;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
    .about .about-img img {
        max-width: 350px;
        height: auto;
    
    }
    
    #wrapper {
        max-width: 280px;
        height: 400px;
    }

    @keyframes background {
        0% {transform:translateX(0px) translateY(0px);}
        100% {transform:translateX(10px) translateY(0px);}
    }
    @keyframes dust { 
        0% { transform: scale(1); }
        100% { transform: scale(1.2) translateX(5px) translateY(0px); filter: blur(2px);}
      }
    
}


/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
    position: relative;
    width: 100%;
    padding: 5px 0;
    padding-bottom: 0%;
}

.fact .col-6 {
    display: flex;
    align-items: flex-start;
}

.fact .fact-icon {
    position: relative;
    margin: 7px 15px 0 15px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fact .fact-icon [class^="flaticon-"]::before {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    background-image: linear-gradient(#ffffff, #fcbd22);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fact .fact-right .fact-icon [class^="flaticon-"]::before {
    background-image: linear-gradient(#ffffff, #121212);
}

.fact .fact-left,
.fact .fact-right {
    padding-top: 45px;
    padding-bottom: 45px;
}

.fact .fact-text h2 {
    font-size: 35px;
    font-weight: 700;
}

.fact .fact-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.fact .fact-text h4 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;

    }

.fact .fact-text h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.fact .fact-left {
    color: #fcbd22;
    background: #121212;
}

.fact .fact-right {
    color: #121212;
    background: #fcbd22;
}

.fact .fact-left h2 {
    color: #fcbd22;
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.service .service-img {
    position: relative;
    overflow: hidden;
}

.service .service-img img {
    width: 100%;
}

.service .service-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.service .service-item:hover .service-overlay {
    opacity: 1;
}

.service .service-overlay p {
    margin: 0;
    color: #ffffff;
}

.service .service-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #121212;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 700;
    color: #fcbd22;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-item a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #121212;
    background: #fcbd22;
    border-radius: 0;
    transition: .3s;
}

.service .service-item:hover a.btn {
    color: #ffffff;
}


/*******************************/
/********** Video CSS **********/
/*******************************/
.video {
    position: relative;
    height: 100%;
    max-height: 520px;
    background: linear-gradient(rgb(255 255 255 / 90%), rgb(247 247 247 / 90%)), url(../img/carousel-1.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video1 {
    position: relative;
    margin: 0px 0;
    height: 100%;
    max-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.video .btn-play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play-text h2 {
    font-size: 35px;
    font-weight: 700;
    color: #3b3a40;
    font-style: normal;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
}


.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fcbd22;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fcbd22;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play:hover:after {
    background-color: darken(#fcbd22, 10%);
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #121212;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}

@media screen and (max-width: 768px){
#Modal .modal-dialog {
    position: relative;
    max-width: 300px;
    margin: 60px auto 0 auto;
}

#Modal .modal-body {
    position: relative;
    padding: 0px;
}
.modal-content{
    max-width: 300px;
}
}
/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .section-header p {
    font-size: 25px;
    font-weight: 700;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
}

.team .team-text {
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: #121212;
    transition: .5s;
}

.team .team-text h2 {
    font-size: 18px;
    font-weight: 700;
    color: #fcbd22;
    transition: .5s;
}

.team .team-text p {
    margin: 0;
    color: #ffffff;
}

.team .team-item:hover .team-text {
    background: #fcbd22;
}

.team .team-item:hover .team-text h2 {
    color: #121212;
    letter-spacing: 1px;
}

.team .team-social {
    position: absolute;
    width: 100px;
    top: 0;
    left: -50px;
    display: flex;
    flex-direction: column;
    font-size: 0;
}

.team .team-social a {
    position: relative;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
}

.team .team-item:hover .team-social a:first-child {
    background: #00acee;
    left: 50px;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    background: #3b5998;
    left: 50px;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    background: #0e76a8;
    left: 50px;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    background: #3f729b;
    left: 50px;
    transition: .3s .3s;
}


/*******************************/
/*********** CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    padding: 45px 45px;
}

.faqs .row {
    position: relative;
}

.faqs .row::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50% - .5px);
    background: #fcbd22;
}

.faqs #accordion-1 {
    padding-right: 15px;   
}

.faqs #accordion-2 {
    padding-left: 15px;
}

@media(max-width: 767.98px) {
    .faqs .row::after {
        display: none;
    }
    
    .faqs #accordion-1,
    .faqs #accordion-2 {
        padding: 0;
    }
    
    .faqs #accordion-2 {
        padding-top: 15px;
    }
}

.faqs .card1 {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}

.faqs .card1:last-child {
    margin-bottom: 0;
}

.faqs .card1-header {
    padding: 0;
    border: none;
    background: #cccccc;
}

.faqs .card1-header a {
    display: block;
    padding: 10px 25px;
    width: 100%;
    color: #121518;
    font-size: 16px;
    text-decoration:underline;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .5s;
}

.faqs .card1-header [data-toggle="collapse"][aria-expanded="true"] {
    background: #fcbd22;
}

.faqs .card1-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #fcbd22;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card1-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #121212;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card1-body {
    padding: 20px 25px;
    font-size: 16px;
    text-align: justify;
    background: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    margin: 45px 0;
    padding: 0px 0;
    text-align: center;
    background: linear-gradient(rgba(3, 15, 39, .9), rgba(3, 15, 39, .9)), url(../img/carousel-1.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .btn-play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.testimonial .btn-play-text h2 {
    font-size: 35px;
    font-weight: 700;
    color: #fcbd22;
    font-style: normal;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
}

.testimonial .container {
    max-width: 760px;
}

.testimonial .container p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 20px;
}
.testimonial .container h2 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    margin: auto;
    margin-bottom: 20px;
}

.about-page .testimonial {
    padding-bottom: 40px;
}

.testimonial .testimonial-slider-nav {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.testimonial .testimonial-slider-nav .slick-slide {
    position: relative;
    opacity: 0;
    transition: .5s;
}

.testimonial .testimonial-slider-nav .slick-active {
    opacity: 1;
    transform: scale(1.3);
}

.testimonial .testimonial-slider-nav .slick-center {
    transform: scale(1.8);
    z-index: 1;
}

.testimonial .testimonial-slider-nav .slick-slide img {
    position: relative;
    display: block;
    margin-top: 37px;
    width: 100%;
    height: auto;
    border-radius: 100px;
}

.testimonial .testimonial-slider {
    position: relative;
    padding: 25px 0;
}

.testimonial .testimonial-slider::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 50px;
    top: 0;
    left: calc(50% - 30px);
    background: url(../img/quote.png) top center no-repeat;
}

.testimonial .testimonial-slider h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
}

.testimonial .testimonial-slider h4 {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 10px;
}

.testimonial .testimonial-slider p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

/*******************************/
/******* Testimonial1 CSS *******/
/*******************************/
.testimonial1 {
    position: relative;
    margin: 45px 0;
    padding: 40px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.857), rgba(3, 8, 17, 0.9)), url(../img/carousel-2.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.testimonial1 .container {
    max-width: 1024px;
}

.testimonial1 .container p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 10px;
}
.testimonial1 .container h2 {
    color: #fcbd22;
    font-size: 30px;
    font-weight: 700;
    margin: auto;
    margin-bottom: 10px;
}

.about-page .testimonial {
    padding-bottom: 10px;
}

.testimonial1 .testimonial-slider-nav {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.testimonial1 .testimonial-slider-nav .slick-slide {
    position: relative;
    opacity: 0;
    transition: .5s;
}

.testimonial1 .testimonial-slider-nav .slick-active {
    opacity: 1;
    transform: scale(1.3);
}

.testimonial1 .testimonial-slider-nav .slick-center {
    transform: scale(1.8);
    z-index: 1;
}

.testimonial1 .testimonial-slider-nav .slick-slide img {
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    border-radius: 100px;
}

.testimonial1 .testimonial-slider {
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
}



.testimonial1 .testimonial-slider h3 {
    color: #fcbd22;
    font-size: 27px;
    font-weight: 700;
    font-style: oblique;
    text-decoration-line: underline;
}

.testimonial1 .testimonial-slider h4 {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 10px;
}

.testimonial1 .testimonial-slider p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
}




/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.blog .blog-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.blog .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-title {
    display: flex;
    align-items: center;
    height: 60px;
    background: #121212;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blog-title h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: 700;
    color: #fcbd22;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blog-title a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #121212;
    background: #fcbd22;
    border-radius: 0;
    transition: .3s;
}

.blog .blog-item:hover a.btn {
    color: #ffffff;
}

.blog .blog-meta {
    position: relative;
    padding: 25px 0 10px 0;
    background: #cacaca88;
}

.blog .blog-meta::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #fcbd22;
}

.blog .blog-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #666666;
}

.blog .blog-meta p a {
    margin-left: 5px;
    font-style: normal;
}

.blog .blog-text {
    padding: 10px 25px 25px 25px;
    background: #f3f6ff;
}

.blog .blog-text p {
    margin: 0;
    font-size: 16px;
}

.blog .pagination .page-link {
    color: #121212;
    border-radius: 0;
    border-color: #fcbd22;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #fcbd22;
    background: #121212;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}



/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
    position: relative;
    padding: 45px 0;
}

.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.single .single-content img {
    margin-bottom: 20px;
    max-width: 90%;
}

.single .single-tags {
    margin: -5px -5px 41px -5px;
    font-size: 0;
}

.single .single-tags a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .single-tags a:hover {
    color: #fcbd22;
    background: #121212;
}

.single .single-bio {
    margin-bottom: 45px;
    padding: 30px;
    background: #fffcb2;
    display: flex;
}

.single .single-bio-img {
    width: 100%;
    max-width: 100px;
}

.single .single-bio-img img {
    width: 100%;
}

.single .single-bio-text {
    padding-left: 30px;
}

.single .single-bio-text h3 {
    font-size: 20px;
    font-weight: 700;
}

.single .single-bio-text p {
    margin: 0;
}

.single .single-related {
    margin-bottom: 45px;
}

.single .single-related h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .related-slider {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.single .related-slider .post-item {
    margin: 0 15px;
}

.single .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.single .post-item .post-img {
    width: 100%;
    max-width: 80px;
}

.single .post-item .post-img img {
    width: 100%;
}

.single .post-item .post-text {
    padding-left: 15px;
}

.single .post-item .post-text a {
    font-size: 16px;
    font-weight: 600;
}

.single .post-item .post-meta {
    display: flex;
    margin-top: 8px;
}

.single .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.single .post-item .post-meta p a {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.single .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #121212;
    background: #fcbd22;
    font-size: 16px;
    transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
    color: #fcbd22;
    background: #121212;
}

.single .single-comment {
    position: relative;
    margin-bottom: 45px;
}

.single .single-comment h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-list {
    list-style: none;
    padding: 0;
}

.single .comment-child {
    list-style: none;
}

.single .comment-body {
    padding: 10px;
    display: flex;
    margin-bottom: 30px;
    background-color: #dddddd75;
    border-radius: 10px;
}

.single .comment-img {
    width: 350px;
    align-items: center;
}

.single .comment-img img {
    max-width: 100%;
}

.single .comment-text {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.single .comment-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
    margin-top: 8px;
}

.single .comment-text span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    color: #121212;
    background: #dddddd;
    border-radius: 0;
}

.single .comment-text .btn:hover {
    background: #fcbd22;
}

.single .comment-form {
    position: relative;
}

.single .comment-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-form form {
    padding: 30px;
    background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
    margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
    border-radius: 0;
}

.single .comment-form .btn {
    padding: 15px 30px;
    color: #121212;
    background: #fcbd22;
}

.single .comment-form .btn:hover {
    color: #fcbd22;
    background: #121212;
}



/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
    position: relative;
    width: 100%;
}

@media(max-width: 991.98px) {
    .sidebar {
        margin-top: 45px;
    }
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
}
.sidebar .sidebar-widget .wt {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 45px;
    font-weight: 700;
}


.sidebar .sidebar-widget .wt::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fcbd22;
}

.sidebar .sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fcbd22;
}




.sidebar .sidebar-widget .search-widget {
    position: relative;
}

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 0;
}

.sidebar .search-widget input:focus {
    box-shadow: none;
}

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #fcbd22;
    background: none;
    border-radius: 0;
    border: none;
    transition: .3s;
}

.sidebar .search-widget .btn:hover {
    color: #121212;
}

.sidebar .sidebar-widget .recent-post {
    position: relative;
}

.sidebar .sidebar-widget .tab-post {
    position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #fcbd22;
    background: #121212;
    border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
    color: #121212;
    background: #fcbd22;
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-post .tab-content .container {
    padding: 0;
}

.sidebar .sidebar-widget .category-widget {
    position: relative;
}

.sidebar .category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category-widget ul li {
    margin: 0 0 12px 22px; 
}

.sidebar .category-widget ul li:last-child {
    margin-bottom: 0; 
}

.sidebar .category-widget ul li a {
    display: inline-block;
    line-height: 23px;
}

.sidebar .category-widget ul li::before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fcbd22;
    left: 1px;
}

.sidebar .category-widget ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px -5px;
}

.single .tag-widget a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .tag-widget a:hover {
    color: #fcbd22;
    background: #121212;
}

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .image-widget img {
    max-width: 100%;
    transition: .3s;
}

.sidebar .image-widget img:hover {
    transform: scale(1.1);
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 8px 15px;
    color: #121212;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    background: #fcbd22;
    border: none;
    transition: .3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #121212;
    color: #fcbd22;
}

.portfolio .load-more {
    text-align: center;
}

.portfolio .load-more .btn {
    padding: 15px 35px;
    font-size: 16px;
    transition: .3s;
}

.portfolio .load-more .btn:hover {
    color: #fcbd22;
    background: #121212;
}

.portfolio .portfolio-warp {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.portfolio .portfolio-img {
    position: relative;
    overflow: hidden;
}

.portfolio .portfolio-img img {
    width: 100%;
    transition: .3s;
}

.portfolio .portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio .portfolio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.portfolio .portfolio-warp:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio .portfolio-overlay p {
    margin: 0;
    color: #ffffff;
}
.portfolio .portfolio-overlay h3 {
    margin: 0;

    font-size: 20px;
    font-weight: 600;
    color: #fcbd22;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .portfolio-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #14b5bf;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 0 0 10px;
}

.portfolio .portfolio-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.portfolio .portfolio-text h2 {
    margin: 0;

    font-size: 35px;
    font-weight: 700;

}
.portfolio .section-header h2 {
    font-size: 30px;
    font-weight: 600;
}

.portfolio .section-header h4 {
    margin: 0;
    position: relative;
    font-size: 50px;
    font-weight: 700;
}

.portfolio .section-header p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;

}

.portfolio .section-header1 p {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    color: #fcbd22;
}

.portfolio .section-header1 h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio .portfolio-warp a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 3px 0 3px;
    display: flex;
    background: #3a3b40 !important;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    color: #ffffff;
    background: #ffffff;
    border-radius: 0;
    transition: .3s;
}

.portfolio .portfolio-warp:hover a.btn {
    color: #ffffff;
    background: #fcbd22;
}

.portfolio .portfolio-social {
    position: absolute;
    width: 100px;
    top: 0;
    left: -50px;
    display: flex;
    flex-direction: column;
    font-size: 0;
}

.portfolio .portfolio-social a {
    position: relative;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
}

.portfolio .portfolio-item:hover .portfolio-social a:first-child {
    background: #fcbd22;
    left: 50px;
    transition: .3s 0s;
}

.portfolio .portfolio-item:hover .portfolio-social a:nth-child(2) {
    background: #3b5998;
    left: 50px;
    transition: .3s .1s;
}

.portfolio .portfolio-item:hover .portfolio-social a:nth-child(3) {
    background: #0e76a8;
    left: 50px;
    transition: .3s .2s;
}

.portfolio .portfolio-item:hover .portfolio-social a:nth-child(4) {
    background: #3f729b;
    left: 50px;
    transition: .3s .3s;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.contact .col-md-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact .col-md-6:first-child {
    background: #121212;
}

.contact .col-md-6:last-child {
    background: #fcbd22;
}

.contact .contact-info {
    position: relative;
    width: 100%;
    padding: 0 15px;
}

.contact .contact-item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    border: 1px solid rgba(256, 256, 256, .2);
}

.contact .contact-item [class^="flaticon-"]::before {
    margin: 0;
    color: #fcbd22;
    font-size: 40px;
}

.contact .contact-text {
    position: relative;
    width: auto;
    padding-left: 20px;
}

.contact .contact-text h2 {
    color: #fcbd22;
    font-size: 20px;
    font-weight: 600;
}

.contact .contact-text p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}

.contact .contact-item:last-child {
    margin-bottom: 0;
}

.contact .contact-form {
    position: relative;
    padding: 0 15px;
    
}

.contact .contact-form input {
    color: #ffffff;
    height: 40px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.contact .contact-form textarea {
    color: #ffffff;
    height: 185px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.contact .contact-form input:focus,
.contact .contact-form textarea {
    box-shadow: none;
    
}

.contact .contact-form .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact .contact-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact .contact-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact .contact-form .btn {
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fcbd22;
    background: #121212;
    border: none;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #121212;
    background: #ffffff;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 50px;
    background: #3a3b40;
    color: #ffffff;
}

.footer .footer-contact,
.footer .footer-link,
.footer .newsletter {
    position: relative;
    margin-bottom: 45px;
}

.footer h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
}

.footer h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #fcbd22;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #fcbd22;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 12px;
    margin-right: 20px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    border: 1px solid rgba(256, 256, 256, .3);
    border-radius: 60px;
    transition: .3s;
}

.footer .footer-social a i {
    font-size: 15px;
    color: #ffffff;
}

.footer .footer-social a:hover {
    background: #fcbd22;
    border-color: #fcbd22;
}

.footer .footer-social a:hover i {
    color: #121212;
}

.footer .newsletter .form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.footer .newsletter input {
    height: 50px;
    border: 2px solid #121518;
    border-radius: 0;
}

.footer .newsletter .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fcbd22;
    background: #121518;
    border-radius: 0;
    border: 2px solid #fcbd22;
    transition: .3s;
}

.footer .newsletter .btn:hover {
    color: #121518;
    background: #fcbd22;
}

.footer .footer-menu .f-menu {
    position: relative;

    font-size: 0;
    text-align: center;
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.footer .footer-menu .f-menu a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu .f-menu a:hover {
    color: #fcbd22;
}

.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.footer .copyright {
    padding: 30px 15px;
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #fcbd22;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .copyright p a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}

/*******************************/
/********* Filtros CSS **********/
/*******************************/

* {
    margin:0px;
    padding:0px;
}

#header {
    margin:auto;
    width:500px;
    font-family:Arial, Helvetica, sans-serif;
}

ul, ol {
    list-style:none;
}

.nav > li {
    float:left;
}

.nav li a {
    background-color:#000;
    color:#fff;
    text-decoration:none;
    padding:10px 12px;
    display:block;
}

.nav li a:hover {
    background-color:#434343;
}

.nav li ul {
    display:none;
    position:absolute;
    min-width:140px;
}

.nav li:hover > ul {
    display:block;
}

.nav li ul li {
    position:relative;
}

.nav li ul li ul {
    right:-140px;
    top:0px;
}





/*===== GOOGLE FONTS =====*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

/*===== VARIABLES CSS =====*/
:root {
  --header-height: 3rem;

  /*========== Colors ==========*/
  --first-color: #fcbd22;
  --first-color-alt: #121518;
  --first-color-send: #DE3B49;
  --title-color: #161212;
  --text-color: #5B5757;
  --text-color-light: #8F8A8A;
  --body-color: #FEFBFB;
  --container-color: #FFF;

  /*========== Font and typography ==========*/
  --body-font: 'Montserrat';
  --biggest-font-size: 2rem;
  --h2-font-size: 1.25rem;
  --h3-font-size: 1.125rem;
  --normal-font-size: .938rem;
  --small-font-size: .813rem;

  /*========== Font weight ==========*/
  --font-semi-bold: 600;
  --font-bold: 700;

  /*========== Margenes ==========*/
  --mb-1: .5rem;
  --mb-2: 1rem;
  --mb-3: 0.8rem;
  --mb-4: 2rem;
  --mb-5: 2.5rem;
  --mb-6: 3rem;
  /*========== z index ==========*/

  --z-tooltip: 10;
  --z-fixed: 100;
}

@media screen and (min-width: 968px){
  :root{
    --biggest-font-size: 2rem;
    --h2-font-size: 1.75rem;
    --h3-font-size: 1.25rem;
    --normal-font-size: 1rem;
    --small-font-size: .875rem;
  }
}

/*========== BASE ==========*/
*,::before,::after{
    box-sizing: border-box;
  }
  
  html{
    scroll-behavior: smooth;
  }
  
  /*========== Variables Dark theme ==========*/
  body.dark-theme{
    --first-color-send: #161212;
    --title-color: #F3F1F1;
    --text-color: #D1C7C8;
    --body-color: #251D1E;
    --container-color: #302728;
  }
  
  /*========== Button Dark/Light ==========*/
  .change-theme{
    position: absolute;
    right: 1.5rem;
    top: 2.2rem;
    display: flex;
    color: var(--title-color);
    font-size: 2rem;
    cursor: pointer;
  }
  
  body{
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    background-color: var(--body-color);
    color: var(--text-color);
    line-height: 1.6;
  }
  
  h1,h2,h3,ul,p{
    margin: 0;
  }
  
  h1,h2,h3{
    font-weight: var(--font-semi-bold);
    color: #14b5bf;
  }
  
  ul{
    padding: 0;
    list-style: none;
  }
  
  a{
    text-decoration: none;
  }
  
  img{
    max-width: 100%;
    height: auto;
  }
  
  /*========== CLASS CSS ==========*/
  .section{
    padding: 4rem 0 2rem;
  }
  
  .section-title, .section-title-center{
    font-size: var(--h2-font-size);
    color: var(--title-color);
    text-align: center;
    margin-bottom: var(--mb-3);
  }
  
  /*========== LAYOUT ==========*/
  .l-main{
    overflow: hidden;
  }
  
  .bd-container{
    max-width: 968px;
    width: calc(100% - 3rem);
    margin-left: var(--mb-3);
    margin-right: var(--mb-3);
  }
  
  .bd-grid{
    display: grid;
    gap: 1.5rem;
  }
  
  .l-header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--z-fixed);
    background-color: var(--body-color);
  }
  
  /*========== NAV ==========*/
  .nav{
    height: var(--header-height);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  @media screen and (max-width: 768px){
    .nav__menu{
      position: fixed;
      top: -100%;
      left: 0;
      right: 0;
      width: 90%;
      margin: 0 auto;
      padding: 2.5rem 0 0;
      text-align: center;
      background-color: var(--body-color);
      transition: .4s;
      box-shadow: 0 0 4px rgba(0,0,0,.1);
      border-radius: 2rem;
      z-index: var(--z-fixed);
    }
  }
  
  .nav__item{
    margin-bottom: var(--mb-3);
  }
  
  .nav__link, .nav__logo, .nav__toggle{
    color: var(--title-color);
    font-weight: var(--font-semi-bold);
  }
  
  .nav__logo:hover{
    color: var(--first-color);
  }
  
  .nav__link{
    transition: .3s;
  }
  
  .nav__link:hover{
    color: var(--first-color);
  }
  
  .nav__toggle{
    font-size: 1.3rem;
    cursor: pointer;
  }
  
  /* Show menu */
  .show-menu{
    top: calc(var(--header-height) + 1rem);
  }
  
  /* Active menu link */
  .active-link{
    position: relative;
  }
  
  .active-link::before{
    content: '';
    position: absolute;
    bottom: -.75rem;
    left: 45%;
    width: 5px;
    height: 5px;
    background-color: var(--title-color);
    border-radius: 50%;
  }
  
  /* Change background header */
  .scroll-header{
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
  }
  
  /* Scroll top */
  .scrolltop{
    position: fixed;
    right: 1rem;
    bottom: -20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .3rem;
    background: rgba(218,37,53,.5);
    border-radius: .4rem;
    z-index: var(--z-tooltip);
    transition: .4s;
    visibility: hidden;
  }
  
  .scrolltop:hover{
    background-color: var(--first-color);
  }
  
  .scrolltop__icon{
    font-size: 1.5rem;
    color: var(--body-color);
  }
  
  .show-scroll{
    visibility: visible;
    bottom: 1.5rem;
  }
  
  /*========== HOME ==========*/
  .home__container{
    row-gap: .5rem;
  }
  
  .home__img{
    width: 280px;
    justify-self: center;
  }
  
  .home__title{
    font-size: var(--biggest-font-size);
    font-weight: var(--font-bold);
    margin-bottom: var(--mb-2);
  }
  
  .home__description{
    margin-bottom: var(--mb-3);
  }
  
  /*========== BUTTONS ==========*/
  .button{
    display: inline-block;
    background-color: var(--first-color);
    color: #121518;
    padding: .7rem 1rem;
    border-radius: .5rem;
    font-weight: var(--font-semi-bold);
    transition: .3s;
  }
  
  .button:hover{
    background-color: var(--first-color-alt);
  }
  
  .button-link{
    background: none;
    padding: 0;
    color: var(--first-color);
  }
  
  .button-link:hover{
    background-color: transparent;
    color: var(--first-color-alt);
  }
  
  /*========== SHARE ==========*/
  .share__data{
    text-align: center;
  }
  
  .share__description{
    margin-bottom: var(--mb-2);
  }
  
  .share__img{
    width: 280px;
    justify-self: center;
  }
  .share_title{
    font-size: var(--biggest-font-size);
    font-weight: var(--font-bold);
    margin-bottom: var(--mb-2);
  }
  
  /*========== DECORATION ==========*/
  .decoration__container{
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  
  .decoration__data{
    text-align: center;
    padding: 1rem 1rem 2rem;
    background-color: var(--container-color);
    box-shadow: 0 2px 6px rgba(65,11,16,.15);
    border-radius: 1rem;
  }
  
  .decoration__data:hover{
    box-shadow: 0 3px 12px rgba(65,11,16,.15);
  }
  
  .decoration__img{
    width: 180px;
  }
  
  .decoration__title{
    font-size: var(--h3-font-size);
    margin-bottom: var(--mb-1);
  }
  
  /*========== ACCESSORIES ==========*/
  .accessory__container{
    grid-template-columns: repeat(2,1fr);
    padding-bottom: 2rem;
  }
  
  .accessory__content{
    position: relative;
    display: grid;
    padding: .25rem .75rem .75rem;
    background-color: var(--container-color);
    box-shadow: 0 2px 6px rgba(65,11,16,.15);
    border-radius: 1rem;
  }
  
  .accessory__content:hover{
    box-shadow: 0 3px 12px rgba(65,11,16,.15);
  }
  
  .accessory__img{
    width: 110px;
    justify-self: center;
    margin-bottom: .25rem;
  }
  
  .accessory__title, .accessory__category{
    text-align: center;
  }
  
  .accessory__title{
    font-size: var(--normal-font-size);
  }
  
  .accessory__category{
    font-size: var(--small-font-size);
    margin-bottom: var(--mb-1);
    color: var(--text-color-light);
  }
  
  .accessory__preci{
    font-weight: var(--font-semi-bold);
    color: var(--title-color);
  }
  
  .accessory__button{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    font-size: 1.25rem;
    padding: .5rem .625rem;
    border-radius: 1rem 0 1rem 0;
  }
  
  /*========== SEND GIFT ==========*/
  .send{
    background-color: var(--first-color-send);
  }
  
  .send__title, .send__description{
    color: #fff;
  }
  
  .send__description{
    text-align: center;
    margin-bottom: var(--mb-4);
  }
  
  .send__direction{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: .5rem;
    border-radius: .5rem;
  }
  
  .send__input{
    width: 70%;
    outline: none;
    border: none;
    font-size: var(--normal-font-size);
    font-family: var(--body-font);
  }
  
  .send__input::placeholder{
    font-family: var(--body-font);
  }
  
  .send__img{
    width: 280px;
    justify-self: center;
  }
  
  /*========== FOOTER ==========*/
  .footer__container{
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  
  .footer__logo{
    color: var(--title-color);
  }
  
  .footer__title{
    margin-bottom: var(--mb-2);
  }
  
  .footer__logo, .footer__title{
    font-size: var(--h3-font-size);
  }
  
  .footer__link{
    display: inline-block;
    margin-bottom: .75rem;
    color: var(--text-color);
  }
  
  .footer__link:hover{
    color: var(--first-color);
  }
  
  .footer__social{
    font-size: 1.5rem;
    color: var(--title-color);
    margin-right: var(--mb-3);
  }
  
  .footer__social:hover{
    color: var(--first-color);
  }
  
  .footer__copy{
    text-align: center;
    font-size: var(--small-font-size);
    color: var(--text-color-light);
    margin-top: 4rem;
  }
  
  /*========== MEDIA QUERIES ==========*/
  
  /* For full-screen images on small screens */
  @media screen and (max-width: 359px){
    .home__img,
    .share__img,
    .send__img{
      width: 100%;
    }
  }
  
  @media screen and (min-width: 576px){
    .home__container,
    .share__container,
    .send__container{
      grid-template-columns: repeat(2,1fr);
      align-items: center;
    }
  
    .home__container{
      padding: 5rem 0 0;
    }
  
    .home__img{
      order: 1;
    }
  
    .section-title-center,
    .share__data,
    .send__description{
      text-align: initial;
    }
  
    .home__img,
    .share__img,
    .send__img{
      width: 100%;
    }
    
    .share__img{
      order: -1;
    }
  }
  
  @media screen and (min-width: 768px){
    body{
      margin: 0;
    }
  
    .section{
      padding-top: 2rem;
    }
  
    .nav{
      height: calc(var(--header-height) + 1.5rem);
    }
  
    .nav__list{
      display: flex;
      align-items: center;
    }
  
    .nav__item{
      margin-left: var(--mb-5);
      margin-bottom: 0;
    }
  
    .nav__toggle{
      display: none;
    }
  
    .change-theme{
      position: initial;
      margin-left: var(--mb-4);
    }
  
    .home__container{
      padding: 2rem 2rem 0;
    }
  
    .share__container{
      padding: 0 2rem;
    }
  
    .accessory__container{
      grid-template-columns: repeat(3,224px);
      justify-content: center;
    }
  
    .accessory__content{
      padding: .5rem 1.5rem 1.5rem;
    }
  
    .accessory__img{
      width: 120px;
      margin-bottom: var(--mb-1);
    }
  
    .accessory__title, .accessory__category{
      text-align: initial;
    }
  
    .accessory__button{
      padding: .75rem;
    }
  
    .send{
      background: none;
    }
  
    .send__container{
      background-color: var(--first-color-send);
      padding: 2rem;
      border-radius: 1.5rem;
    }
  }
  
  @media screen and (min-width: 968px){
    .bd-container{
      margin-left: auto;
      margin-right: auto;
    }
  
    .home__img,
    .share__img,
    .send__img{
      width: 469px;
    }
  
    .home__container,
    .share__container,
    .send__container{
      column-gap: 5rem;
    }
  }



  


.text-black {
  color: #000; }

.content {
  padding: 3rem 0; 
}

.heading {
  font-size: 2.5rem;
  font-weight: 900; }

.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  background: none; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.col-form-label {
  color: #000;
  font-size: 13px; }

.btn, .form-control, .custom-select {
  height: 45px; }

.custom-select:active, .custom-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000; }



.contact-wrap {
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2); }
  .contact-wrap .col-form-label {
    font-size: 14px;
    color: #3a3a3a;
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 0; }
  .contact-wrap .form, .contact-wrap .contact-info {
    padding: 40px; }
  .contact-wrap .contact-info {
    color: rgba(255, 255, 255, 0.5); }
    .contact-wrap .contact-info ul li {
      margin-bottom: 15px;
      color: rgba(255, 255, 255, 0.5); }
      .contact-wrap .contact-info ul li .wrap-icon {
        font-size: 20px;
        color: #121212;
        margin-top: 5px; }
  .contact-wrap .form {
    background: #fdfdfd; }
    .contact-wrap .form h3 {
      color: #121212;
      font-size: 20px;
      margin-bottom: 30px; }
  .contact-wrap .contact-info {
    background: #fcbd22; }
    .contact-wrap .contact-info h3 {
      color: #fafafa;
      font-size: 20px;
      margin-bottom: 30px;
      font-weight: 700; }
      .contact-wrap .contact-info p {
        color: #121212;
        font-size: 14px;
        font-weight: 700;}

        .contact-wrap .contact-info span {
            color: #121212;
            font-size: 16px;
            font-weight: 700;
 }

label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; }

  /*===== FLOAT WHATSAPP BUTTON =====*/


  .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}






a.btn1 {
    background: #fcbd22;
    border-radius: 15px;
    box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.25);
    color: #121518;
    display: inline-block;
    padding: 6px 5px 8px;
    position: relative;
    text-decoration: none;
    transition: all 0.1s 0s ease-out;
  }
  .no-touch a.btn1:hover {
    background: #878787;
    box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
    transform: translateY(-2px);
    transition: all 0.25s 0s ease-out;
  }
  .no-touch a.btn1:active,
  a.btn1:active {
    background: #878787;
    box-shadow: 0 0px 0px 0 rgba(255, 255, 255, 0.25);
    transform: translate3d(0, 1px, 0);
    transition: all 0.025s 0s ease-out;
  }
  div.cards {
    margin: 30px auto;
    max-width: 760px;
    text-align: center;
  }
  div.card {
    background: #d3d3d3;
    display: inline-block;
    margin: 8px;
    max-width: 400px;
    perspective: 1000;
    position: relative;
    text-align: left;
    transition: all 0.3s 0s ease-in;
    width: 350px;
    z-index: 1;
  }
  div.card img {
    max-width: 300px;
  }
  div.card .card__image-holder {
    background: rgba(0, 0, 0, 0.1);
    height: 0;
    padding-bottom: 75%;
  }
  div.card div.card-title {
    background: #d3d3d3;
    padding: 10px 15px 10px;
    position: relative;
    z-index: 0;
  }
  div.card div.card-title a.toggle-info {
    border-radius: 32px;
    height: 32px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 32px;
  }
  div.card div.card-title a.toggle-info span {
    background: #ffffff;
    display: block;
    height: 2px;
    position: absolute;
    top: 16px;
    transition: all 0.15s 0s ease-out;
    width: 12px;
  }
  div.card div.card-title a.toggle-info span.left {
    right: 14px;
    transform: rotate(45deg);
  }
  div.card div.card-title a.toggle-info span.right {
    left: 14px;
    transform: rotate(-45deg);
  }
  div.card div.card-title h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin: 0;
    padding: 0;
  }
  div.card div.card-title h2 small {
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.025em;
  }
  div.card div.card-description {
    padding: 0 15px 10px;
    position: relative;
    font-size: 14px;
  }
  div.card div.card-actions {
    box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.075);
    padding: 10px 15px 20px;
    text-align: center;
  }
  div.card div.card-flap {
    background: #d9d9d9;
    position: absolute;
    width: 100%;
    transform-origin: top;
    transform: rotateX(-90deg);
  }
  div.card div.flap1 {
    transition: all 0.3s 0.3s ease-out;
    z-index: -1;
  }
  div.card div.flap2 {
    transition: all 0.3s 0s ease-out;
    z-index: -2;
  }
  div.cards.showing div.card {
    cursor: pointer;
    opacity: 0.6;
    transform: scale(0.88);
  }
  .no-touch div.cards.showing div.card:hover {
    opacity: 0.94;
    transform: scale(0.92);
  }
  div.card.show {
    opacity: 1 !important;
    transform: scale(1) !important;
  }
  div.card.show div.card-title a.toggle-info {
    background: #ff6666 !important;
  }
  div.card.show div.card-title a.toggle-info span {
    top: 15px;
  }
  div.card.show div.card-title a.toggle-info span.left {
    right: 10px;
  }
  div.card.show div.card-title a.toggle-info span.right {
    left: 10px;
  }
  div.card.show div.card-flap {
    background: #d3d3d3;
    transform: rotateX(0deg);
  }
  div.card.show div.flap1 {
    transition: all 0.3s 0s ease-out;
  }
  div.card.show div.flap2 {
    transition: all 0.3s 0.2s ease-out;
  }
  a.nav-link {
    color: #000 !important;
    font-weight: 500 !important;
}

.fab {
    font-size: 22px;
    padding: 5px;
    color: #fff;
}
        .header-top {
    background: #13b6bf;
    padding: 5px;
}
.txt-top {
    padding: 5px;
    color: #fff;
}
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
nav{
    height: 80px;
    width: 100%;
}
.enlace{
    position: absolute;
    padding: 10px 50px;
}
nav ul{
    float: right;
    margin-right: 20px;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
nav ul li a{
    color: #fff;
    font-size: 18px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}
.checkbtn{
    font-size: 30px;
    color: #14b5bf;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
@media (max-width: 952px){
    .enlace{
        padding-left: 20px;
    }
    nav ul li a{
        font-size: 16px;
    }
    .logo{
    width: 120px;
}
.header-top {
display: none;
}
}
@media (max-width: 858px){
    .checkbtn{
        display: block;
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #f1f1f1;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 20px;
    }
    li a:hover, li a.active{
        background: none;
        color: red;
    }
    #check:checked ~ ul{
        left:0;
        z-index: 999;
    }
}