<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------

    Main Style Stylesheet
    Project:        Nevada |  Creative Material Agency Template.
    description:    Nevada is a creative agency template using
                    gooogle Material Design.
    Version:        1.0
    Author:         MR Themes.
    Last change:    28/04/2016
    Primary use:    Agency, Business, Portfolio and freelancer.

-------------------------------------------------------------------*/


/*------------------------------------------------------------------

[Table of contents]

1.  Typography
2.  Buttons
3.  colors (visible on scss File)
4.  Layout
5.  Media Queries 
6.  Navigation
7.  Hero (slider)
8.  Hero (parallax)
9.  Hero (ParticlesBg)
10. About Us
11. Testimonials &amp; Skills
12. Portfolio
13. Fun Facts 
14. Services 
15. Process
16. Fun Facts
17. Services
18. Team
19. Testimonials
20. Newsletter
21. Pricing
22. Blog
23. Contact Us
24. Google Map 
25. Footer
26. Preloader

-------------------------------------------------------------------*/
/*background: #b59548;*/


/*-- Imports (only visible on scss file) --*/


/*=======================================================
			Typography
========================================================*/
body{
    color: #b59548 !important;
    font-size: 1.2em;
    font-family: "Poppins", sans-serif !important;
    overflow-x: hidden !important;

}

h1 {
    font-size: 4.6rem;
    /*color: #FFFFFF;*/
    margin-bottom: 40px;
    letter-spacing: 0.12em;
}

h2 {
    font-size: 3.16rem;
    color: #b59548;
    /*letter-spacing: 0.1em;*/
    font-weight: 700;
}

h3 {
    font-size: 2.92rem;
    /*color: #212121;*/
    font-weight: 400;
    letter-spacing: 0.1em;
}

h4 {
    font-size: 2.28rem;
    /*color: #212121;*/
    font-weight: 400;
    letter-spacing: 0.1em;
}

h5 {
    font-size: 1.64rem;
    /*color: #212121;*/
    font-weight: 400;
    letter-spacing: 0.1em;
}

p {
    font-size: 1em;
    font-weight: 400;
    /*color: #727272;*/
    line-height: 24px;
}

/*form{*/
    /*background-color: rgba(0, 0, 0, 0.5);*/
/*}*/

.timer {
    font-size: 42px;
    letter-spacing: 0.2em;
}

.hero-caption {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.hero-caption .hero-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}


/*=======================================================
			Buttons Style
========================================================*/

.btn-primary {
    background:  #b59548;
    color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #212121;

}

.btn-primary-dark {
    background: #b59548;
    color: #FFFFFF;
}

.btn-primary-dark:hover,
.btn-primary-dark:focus,
.btn-primary-dark:active {
    background:#212121;
    color: #FFFFFF;
}

.btn-white {
    background: #FFFFFF;
    color: #212121;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    background: #B6B6B6;
    color: #212121;
}

.btn-secondary {
    background: #b59548;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: #b59548;
}


/*=======================================================
            Layout
========================================================*/

.container {
    width: 80%;
}


.progress {

    width: 80%;

}


/*=======================================================
            Media Queries 
========================================================*/

@media (max-width: 992px) {
    #hero h1,
    #parallax h1,
    #particles-bg h1 {
        font-size: 4rem;
    }
    #hero h3,
    #parallax h3,
    #particles-bg h3 {
        font-size: 2.5rem;
    }
}

@media (max-width: 800px) {
    #parallax h1,
    #particles-bg h1 {
        font-size: 3rem;
    }
    #parallax h3,
    #particles-bg h3 {
        font-size: 2rem;
    }
    #parallax .hero-caption .hero-text .btn-primary,
    #parallax .hero-caption .hero-text .btn-secondary,
    #particles-bg .hero-caption .hero-text .btn-primary,
    #particles-bg .hero-caption .hero-text .btn-secondary {
        margin-right: 0;
    }
    #hero .slides li .caption {
        left: 15%;
    }
    #hero .slides li .caption .btn-primary,
    #hero .slides li .caption .btn-secondary {
        margin-right: 0;
    }
    #hero .caption {
        text-align: center;
    }
    #hero .caption h1 {
        font-size: 3rem;
    }
    #hero .caption h3 {
        font-size: 2rem;
    }
    #hero .slider.fullscreen ul.indicators {
        display: none;
    }
    section h2 {
        font-size: 3rem;
    }
    #skills .row .col .testimonials,
    #skills .row .col .skills {
        height: auto;
    }
}


/*=======================================================
                    Navigation
========================================================*/

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

header nav {
    background: none;
    box-shadow: none;
    height: 105px;
}

header nav .nav-wrapper .brand-logo {
    font-size: 2rem;
    color: #FFFFFF;
    letter-spacing: 0.2rem;
    font-weight: 700;
    padding: 3px 0px 0px 0px;
}

header nav .nav-wrapper .brand-logo span {
    font-size: 4rem;
}

header nav .nav-wrapper .side-nav a:hover {
    background: #546DFE;
    color: #FFFFFF;
}

header nav .nav-wrapper .button-collapse {
    display: block;
    float: right;
    right: 2%;
}


header nav .nav-wrapper .button-collapse i {
    line-height: 80px;
    color: #FFFFFF;
}

header .top-nav-collapse {
    /*background: #FFFFFF;*/
    /*background: #b59548;*/
    background: #000;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: all .3s ease-in-out;
}

header .top-nav-collapse .nav-wrapper .brand-logo {
    font-size: 2rem;
    color: #212121;
    letter-spacing: 0.2rem;
    font-weight: 700;
}

header .top-nav-collapse .nav-wrapper .brand-logo span {
    color: #546DFE;
    font-size: 4rem;
}

header .top-nav-collapse .nav-wrapper .button-collapse {
    display: block;
    float: right;
    right: 2%;
}

header .top-nav-collapse .nav-wrapper .button-collapse i {
    line-height: 80px;
    color: #fff;
}


@media only screen and (max-width: 800px) {
    nav .brand-logo {
        /*left: 20%;*/
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 360px ) {
    nav .brand-logo {
        left: 30%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 375px ) {
    nav .brand-logo {
        left: 30%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/*=======================================================
                    Navigation Menu Overlay
========================================================*/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: left;
    margin-top: 5px;
    line-height: 52px;
    padding-left: 35%;
}

.overlay a {
    /*padding: 8px;*/
    text-decoration: none;
    font-size: 22px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/*=======================================================
                    Hero (slider)
========================================================*/

#hero {
    position: relative;
    height: 100vh;
}

#hero .caption {
    top: 30%;
    left: 4%;
    /*left: 10%;*/
}

#hero .caption h1 {
    font-weight: 700;
    color: #b59548;
}

#hero .caption h3 {
    color: #b59548;
    font-size: 2.96rem;
    letter-spacing: 0em;
}

#hero .caption h2 {
    color: #b59548;
    font-size: 2.96rem;
    letter-spacing: 0em;
}

#hero .caption .btn-primary,
#hero .caption .btn-secondary {
    margin-right: 2.1rem;
}

#hero .indicators .indicator-item.active {
    background: #b59548;
}


@media only screen and (max-width: 360px ) {
    #hero {
        position: relative;
        height: 25vh;
    }
}

@media only screen and (max-width: 375px ) {
    #hero {
        position: relative;
        height: 25vh;
    }
}
@media only screen and (max-device-width: 480px) {
    /* styles for mobile browsers smaller than 480px; (iPhone) */
    #hero {
        position: relative;
        height: 25vh;
    }

    #hero .caption {
        top: 40%;
        left: 4%;
        /*left: 10%;*/
    }

    #hero .caption h1 {
        font-weight: 700;
        color: #b59548;
    }

    #hero .caption h3 {
        color: #b59548;
        font-size: 1rem;
        letter-spacing: 0em;
        margin: 0 0 0 0;
    }

    #hero .caption h2 {
        color: #b59548;
        font-size: 1rem;
        letter-spacing: 0em;
        margin: 0 0 0 0;
    }
}


/*=======================================================
                    Hero (parallax)
========================================================*/

#parallax {
    /*background: url(http://placehold.it/1920x1080/546DFE/000);*/
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#parallax h1 {
    font-weight: 700;
}

#parallax h2 {
    color: #FFFFFF;
    font-weight: 700;
}

#parallax .btn-primary,
#parallax .btn-secondary {
    margin-right: 2.1rem;
}


/*=======================================================
                    Hero (ParticlesBg)
========================================================*/

#particles-bg {
    background:  #b59548;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    /* ---- particles.js container ---- */
    /* ---- stats.js ---- */
}

#particles-bg h1 {
    font-weight: 700;
}

#particles-bg h2 {
    color: #FFFFFF;
    font-weight: 700;
}

#particles-bg .btn-primary,
#particles-bg .btn-secondary {
    margin-right: 2.1rem;
}

#particles-bg canvas {
    display: block;
    vertical-align: bottom;
}

#particles-bg #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#particles-bg .count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#particles-bg .js-count-particles {
    font-size: 1.1em;
}

#particles-bg #stats,
#particles-bg .count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#particles-bg #stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

#particles-bg .count-particles {
    border-radius: 0 0 3px 3px;
}


/*=======================================================
                    About Us
========================================================*/

#about {
    background: url('../img/exp-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    /*padding: 60px 0;*/
    padding: 1px 0;
    text-align: center;
}

#about .col {
    margin-top: 60px;
}

#about .row {
    margin-bottom: 0px;
}

#about h2 span {
    color:  #b59548;
    font-size: 4rem;
}

#about .icon-box {
    color:  #b59548;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    line-height: 100px;
    transition: all .3s ease-in-out;
}

#about .icon-box:hover {
    background:  #b59548;
    color: #FFFFFF;
    cursor: pointer;
}

#about h5 {
    margin: 30px 0;
}

#about p {
    /*padding: 0 15px;*/
}

#about img {
    margin-top: 40px;
    margin-bottom: -6px;
}


/*=======================================================
            Testimonials &amp; Skills
========================================================*/


#skills {
    background: url('../img/exp-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 60px 0;
}

#skills .col {
    padding: 0;
}

#skills .testimonials {
    background: #b59548;
    height: 400px;
    padding: 60px;
    text-align: center;
    color: #FFFFFF;
}

#skills .testimonials h5 {
    font-weight: 700;
}

#skills .testimonials h5,
#skills .testimonials p {
    color: #FFFFFF;
}

#skills .testimonials p {
    font-size: 16px;
}

#skills .testimonials .owl-theme .owl-controls .owl-page span {
    background: #FFFFFF;
}

#skills .skills {
    /*background: url(../img/women-banner.jpg);*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    /*background-position: center;*/
    height: 400px;
    padding: 40px 60px;
}

#skills .skills h4 {
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 35px;
}

#skills .skills h4 span {
    color: #b59548;
    font-size: 4rem;
}

#skills .skills h6 {
    color: #FFFFFF;
    margin-bottom: 20px;
}

#skills .skills .progress {
    background: #FFFFFF;
    /*overflow: visible;*/
}

#skills .skills .progress .determinate {
    background: #b59548;
}

#skills .skills .progress .indeterminate {
    background: #b59548;
}

#skills .skills .progress span {
    position: absolute;
    display: block;
    top: -35px;
    right: 0;
    font-size: 12px;
    color: #FFFFFF;
}

@media only screen and (max-device-width: 480px) {
    #skills .col {
        padding: 0;
    }
}





/*=======================================================
            Portfolio
========================================================*/

#portfolio {
    /*padding: 80px 0;*/
    background: url('../img/ab-rgt.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 60px 0;
}

#portfolio h2 {
    text-align: center;
}

#portfolio h2 span {
    color: #b59548;
    font-size: 4rem;
}

#portfolio #portfolio-items .mix {
    display: none;
}

#portfolio .tabs {
    margin: 60px 0;
}

#portfolio .tabs a {
    color: #b59548;
}

#portfolio .tabs .indicator {
    background: #b59548;
}

#portfolio .card a,
#portfolio .card i {
    color: #b59548;
}


/*=======================================================
            Fun Facts 
========================================================*/
/*#fun-facts {*/
    /*background: url('../img/exp-bg.jpg');*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    /*background-position: center;*/
    /*padding: 60px 0;*/

/*}*/
#fun-facts {
    background: url('../img/exp-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    /*padding: 60px 0;*/
    /*background: #f9f9f9;*/
    padding: 1px 0;
    text-align: center;
}

#fun-facts .col {
    margin-top: 60px;
}

#fun-facts h2  {
    color: #b59548;

    /*font-size: 4rem;*/
}

#fun-facts h2 span {
    color: #b59548;
    font-size: 4rem;
}

#fun-facts .facts-holder .icon-box {
    display: inherit;
    color: #b59548;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    line-height: 100px;
    margin: 0.82rem auto;
    transition: all .3s ease-in-out;
}

#fun-facts .facts-holder .icon-box:hover {
    background: #b59548;
    color: #FFFFFF;
    cursor: pointer;
}

#fun-facts .facts-holder span {
    /*color: #212121;*/
    color: #b59548;
    font-weight: 700;
}

#fun-facts .facts-holder h5 {
    /*color: #212121;*/
    color: #b59548;
}


/*=======================================================
            Services 
========================================================*/

#services {
    background: url('../img/exp-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 60px 0;
}

#services img {
    /*padding-top: 100px;*/
}

#services .services-content {
    padding: 20px;
}

#services .services-content .card-content, .testimonials{
    background: #b59548;
    height: 100%;
    width: 100%;
    /*padding: 60px;*/
    text-align: center;
    color: #000000;
}


#services .services-content i {
    color: #b59548;
}

#services .services-content h2 {
    color: #b59548;
    text-align: center;
}

#services .services-content h2 span {
    color: #b59548;
    font-size: 4rem;
}

#services .services-content p {
    color: #b59548;
}


/*=======================================================
            Process 
========================================================*/

#process {
    background: url('../img/bg02.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 60px 0;
}

#process img {
    padding-top: 100px;
}

#process .process-content {
    padding: 20px;
}

#process .process-content i {
    color: #b59548;
}

#process .process-content h2 {
    color: #FFFFFF;
}

#process .process-content h2 span {
    color: #b59548;
    font-size: 4rem;
}

#process .process-content p {
    color: #FFFFFF;
}

.collapsible-header {
    display: block;
    cursor: pointer;
    min-height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    background-color:transparent;
    border-bottom: 1px solid #ddd;
}

/*=======================================================
            Team 
========================================================*/

#team {
    /*padding: 120px 0;*/
    background: url('../img/exp-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 60px 0;
}

#team h2 {
    text-align: center;
}

#team h2 span {
    color: #546DFE;
    font-size: 4rem;
}

#team h5 {
    font-size: 1.64rem;
    /* color: #212121; */
    font-weight: 400;
    /* letter-spacing: 0.1em; */
}

#team .team-content {
    padding: 60px 0;
}

#team .team-content .card {
    /*position: relative;*/
    /*margin: 0.5rem 0 1rem 0;*/
    background-color: #b59548;
    /*transition: box-shadow .25s;*/
    /*border-radius: 2px;*/
}

#team .team-content .card-title {
    font-weight: 700;
    letter-spacing: 0;
    line-height: 22px;
    /*letter-spacing: 0.1em;*/
    /*margin-bottom: 30px;*/
    /*color: #b59548 !important;*/
}

#team .card .card-reveal .card-title {
    cursor: pointer;
    display: block;
    color: #b59548 !important;
}

#team .card .card-content p {
    margin: 0;
    color: #000000;
}

#team .card .card-reveal {
    padding: 20px;
    position: absolute;
    background-color: #000000;
    width: 100%;
    overflow-y: auto;
    top: 100%;
    height: 100%;
    z-index: 3;
    display: none;
}

#team .team-content .social-media {
    text-align: center;
}

#team .team-content .social-media li {
    display: inline-block;
    margin: 0 15px;
}

#team .team-content .social-media li i {
    font-size: 1.2rem;
}

#team .team-content .skills h5 {
    font-size: 1.64rem;
    /* color: #212121; */
    font-weight: 400;
     letter-spacing: 0;
}

#team .team-content .skills h6 {
    margin-bottom: 20px;
}

#team .team-content .skills .progress {
    background: #B6B6B6;
    overflow: visible;
}

#team .team-content .skills .progress .determinate {
    background: #546DFE;
}

#team .team-content .skills .progress span {
    position: absolute;
    display: block;
    top: -35px;
    right: 0;
    font-size: 12px;
    color: #212121;
}


/*=======================================================
            Newsletter 
========================================================*/

#newsletter {
    background: #546DFE;
    padding: 60px 0;
}

#newsletter h2 {
    color: #FFFFFF;
    margin-bottom: 40px;
    text-align: center;
}

#newsletter h2 span {
    color: #F3432C;
    font-size: 4rem;
}

#newsletter form button {
    margin-top: 8px;
}

#newsletter form input {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

#newsletter form label {
    color: #FFFFFF;
}


/*=======================================================
            Pricing 
========================================================*/

#pricing {
    background: url('../img/exp-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 1px 0;
    text-align: center;
    /* STYLE 1 */
}

#pricing h2 span {
    color: #546DFE;
    font-size: 4rem;
}

#pricing .pricing.style-1 .price {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

#pricing .card {
    margin-top: 60px;
    border: 2px solid #b59548;
}

#pricing .pricing .featured {
    background: #b59548;
}

#pricing .pricing .primary-color {
    background: #212121;
}

#pricing .card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px;
    background: #000000;
}

#pricing .pricing .price {
    padding: 15px 0;
}

#pricing .pricing .price h4,
#pricing .pricing .price h5 {
    text-align: center;
}

#pricing .pricing .price span {
    display: inline-block;
    position: relative;
}

#pricing .pricing .price .plan {
    font-size: 25px;
    font-weight: 200;
}

#pricing .pricing .price .amount {
    font-size: 50px;
    font-weight: 100;
}

#pricing .pricing .price .period {
    font-size: 16px;
    margin-left: -10px;
}

#pricing .pricing .price .currency {
    font-size: 16px;
    letter-spacing: -6px;
    top: -20px;
}

#pricing .collection .collection-item {
    background-color: #000000;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

/*#pricing .pricing .collection li.collection-item:hover {*/
    /*background: #f5f5f5;*/
/*}*/


/*=======================================================
            Blog 
========================================================*/

#blog {
    background: url('../img/exp-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    /*padding: 60px 0;*/
    padding: 1px 0;
    text-align: center;
    /*background: #f9f9f9;*/
    /*padding: 80px 0;*/
}

#blog h2 {
    margin-bottom: 60px;
    text-align: center;
}

#blog h2 span {
    color: #546DFE;
    font-size: 4rem;
}

#blog .card-action a {
    color: #546DFE;
    font-size: 14px;
}

#blog .card-action a i {
    margin-right: 10px;
    float: left;
}


/*=======================================================
            Contact Us
========================================================*/

#contact {
    /*background:#040404;*/
    /*padding: 60px 0;*/

    background: url('../img/enquiry-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 60px 0;
    /*background: #f9f9f9;*/
    padding: 120px 0;
    text-align: left;
}

#contact img {
    padding-top: 100px;
}

#contact h2 {
    margin-bottom: 60px;
    text-align: center;
}

#contact h2 span {
    color: #b59548;
    font-size: 4rem;
}

#contact .contact-content {
    padding: 40px;
    width: fit-content;
}

#contact form input,
#contact form textarea {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

#contact form select{
    display: block;
}

#contact form label {
    color: #FFFFFF;
}

#contact form button {
    margin: 1.78rem 0 1.424rem 0;
}

/*=======================================================
            Google Map 
========================================================*/

#map {
    width: 100%;
    height: 400px;
}


/*=======================================================
            Footer
========================================================*/

footer.page-footer {
    background: #000;
    margin: 0;
}

footer.page-footer h2 {
    font-size: 2rem;
    color: #FFFFFF;
    font-weight: 700;
}

footer.page-footer h2 span {
    color: #b59548;
    font-size: 4rem;
}


/*=======================================================
            Preloader
========================================================*/

.preloader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFFFFF;
    z-index: 100000;
}

.preloader h2 {
    font-size: 3rem;
    color: #b59548;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -120px 0 0 -90px;
}

.preloader h2 span {
    color: #b59548;
    font-size: 4rem;
}

.preloader .preloader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}


/*# sourceMappingURL=main.css.map */


/*=======================================================
            Inner Banner
========================================================*/

.inner-banner {
    width: 100%;
    height: 32.813vw;
    position: relative;
    background: #000;
}

.inner-banner .banner-img {
    width: 100%;
    position: relative;
    background: #000;
}

.inner-banner .banner-img img {
    width: 100%;
    height: 32.813vw;
    object-fit: cover;
    display: block;
    opacity: 0.8;
}


.container {
    width: 100%;
    padding: 0 1.042vw;
    /*max-width: 72.917vw;*/
    margin: 0 auto;
}


.inner-banner .banner-text {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    z-index: 9;
}


.inner-banner .banner-text h1 {
    font-weight: 600;
    font-size: 4.167vw;
    color: #fff;
    margin: 0;
}

ul#footer-social li {
    display:inline;
}



/*=============================*/
    /*button animation*/
/*=============================*/

.wrapper {
    display: flex;
    justify-content: center;
}

.cta {
    display: flex;
    padding: 10px 45px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: white;
    background: #b59548;
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    transform: skewX(-15deg);
}

.cta:focus {
    outline: none;
}

.cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #FBC638;
}

.cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta:hover  span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}

span {
    /*transform: skewX(15deg)*/
}

span:nth-child(2) {
    width: 20px;
    /*margin-left: 30px;*/
    position: relative;
    top: 12%;
}

/**************SVG****************/

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */

@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #FBC638;
    }
    100% {
        fill: white;
    }
}

/*=============================*/
/*social media fixed button */
/*=============================*/
.fixed-action-btn {
    position: fixed;
    right: 90px !important;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 998;
}

.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    line-height: 32px;
    padding: 0 12px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 16px;
    background-color:#b59548;
}


/*.fixed-action-btn {*/
    /*position: fixed;*/
    /*left: 23px;*/
    /*bottom: 100px;*/
    /*padding-top: 15px;*/
    /*margin-bottom: 0;*/
    /*z-index: 998;*/

/*}*/

/*.fixed-action-btn ul {*/
    /*left: 0;*/
    /*right: 0;*/
    /*text-align: center;*/
    /*position: absolute;*/
    /*bottom: 64px;*/
    /*margin: 0;*/
    /*visibility: hidden;*/
/*}*/

/*https://codepen.io/nikolett_codes/pen/BMmOxO*/
/*https://codepen.io/folaad/pen/YvmRpz*/
/*https://codepen.io/HighFlyer/pen/BQdxgZ*/</pre></body></html>