html,
body {
    height: 100%;
}

body {
    color: #212226;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 { 
    font-family: 'Raleway', sans-serif;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

section {
    background: #fff;
    overflow: hidden;
}



#preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}


#status {
    background-image: url('../img/preloader/preloader.gif');
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
}


#home {
    background: none;
    height: 100%;
}

#home-bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    background-image: url('../solo_video/solo.jpg') no-repeat;
    background-size: cover;
}


#home-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}


#home-content {
    display: table;
    width: 100%;
    height: 100%;
}

#home-content-inner {
    display: table-cell;
    vertical-align: middle;
}

#home-heading h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
/*    display: inline-block;*/
}

#home-heading h1 span {
    color: #f4c613;
    font-weight: 300;
}

#home-text p {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    margin:8px 0 20px 0;
}


.btn-general {
    font-family: "Raleway", sans-serif;
    border-radius: 28px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 6px;
    padding: 12px 46px;
    -webkit-transition: all .5s;
    transition: all .5s;

}

.btn-home {
    color: #fff;
    border: 1px solid #fff;
}


.btn-home:focus,
.btn-home:hover {
    color: #000;
    border: 1px solid #f4c613;
    background-color: #f4c613;
}

#arrow-down {
    color: #fff;
    width: 32px;
    height: 32px;
    font-size: 32px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -16px;
}


#arrow-down:hover,
#arrow-down:focus {
    color: #f4c613;
}



/*About Section*/

.content-box-lg {
    padding: 50px 0;
}

.vertical-heading h5 {
    color: #f4c613;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    word-spacing: 9px;
    display: inline-block;
    transform: rotate(-90deg);
    position: relative;
    top: 60px;
    left: -53px;
}

.vertical-heading h2 {
    margin: 0 0 0 35px;
    font-size: 42px;
    font-weight: 100;
    line-height: 45px;
}


#about-right p:first-child {
    margin-bottom: 30px;
}

#about-bottom {
    margin-top: 60px;
}

#about-bottom img {
    max-width: 100%;
    height: auto;
}



/*About Section-02*/

#about-02 {
    background-color: #f4f4f4;
    border-radius: 45px;
    width: 95%;
    margin: 0 auto;
    transition: background-color 300ms ease-in-out;
}


.content-box-md {
    padding: 30px;
}

.about-item {
    background-color: #fff;
    padding: 80px 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.about-item i {
    font-size: 32px;
    margin: 0 0 10px 0;
}

.about-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.about-item hr {
    width: 60px;
    height: 3px;
    color: #f4c613;
    opacity: 0.7;
    margin: 0 auto;
    border: none;
}

.about-item p {
    margin-top: 20px;
}


.about-item:hover {
    background-color: #f4c613;
}

.about-item:hover i,
.about-item:hover p,
.about-item:hover h3 {
    color: #fff;
}

.about-item:hover hr {
    color: #fff;
}

.about-item,
.about-item i,
.about-item hr {
    transition:  400ms ;
}

.about-item:hover i {
    transform: translateY(-20px);
}





/*Team Section*/

#team-member img {
    height: auto;
    max-width: 100%;
}

#team-left .vertical-heading {
    min-height: 160px;
}


.team-member {
    margin: 8px;
    position: relative;
}


.team-member-overlay {
    background-color: rgba(33, 34, 38, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.team-member-info {
    width: 100%;
    height: 100%;
    padding: 80px 0;
}

.team-member-info h6 {
    color: #f4c613;
    font-size: 16px;
    margin: 0;
}

.team-member-info p {
    color: #fff;
}

.team-member:hover .team-member-overlay {
    opacity: 1;
}


ul.social-list {
    padding: 0;
    margin-top: 20px;
}

ul.social-list li {
    display: inline-block;
    padding: 0;
}

ul.social-list li a {
    display: inline-block;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    /* center icons in boxes */
    color: #fff;
    border-radius: 50%;
    transition: all 400ms linear;
}

ul.social-list li:nth-child(1) a:hover {
    background: #3b5998;
    border-color: transparent;
}

ul.social-list li:nth-child(2) a:hover {
    background: #00aced;
    border-color: transparent;
}

ul.social-list li:nth-child(3) a:hover {
    background: #dd4b39;
    border-color: transparent;
}


/*Slider Buttons*/
#team .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
    color: #212226;
    background: none;
    margin: 5px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    padding: 2px;
}


#team .owl-theme .owl-nav [class*=owl-]:hover {
    color: #f4c613;
    background: none;
}


/*Skills Section*/

.skill {
    margin-bottom: 30px;
}

.skill h4 {
    line-height: 62px;
    margin: 0;
    font-weight: normal;
}

.progress {
    height: 25px;
    border-radius: 0;
    background: #f4f4f4;

}

.progress-bar {
    background-color: #f4c613;
    position: relative;
    overflow: visible;
}

.progress-bar span {
    font-size: 11px;
    font-weight: 100;
    font-family: "Open Sans", sans-serif;
    background-color: #212226;
    padding: 3px;
    position: absolute;
    left: 97%;
}


/*Skill Section End*/

/*Statement Section*/

#statement {
    background-image: url('../img/tech/tech-quote.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#statement .content-box-lg {
    background: rgba(0, 0, 0, 0.3);
}


#tech-statement h3 {
    color: #fff;
    font-size: 28px;
    line-height: 45px;

}

#tech-statement p {
    font-size: 34px;
    color: #f4c613;
    font-family: "Raleway", sans-serif;
    margin-top: 8px;
}


/*Services Section*/

.horizontal-heading {
    margin-bottom: 80px;
}


.horizontal-heading h5 {
    font-size: 30px;
    color: #f4c613;
    font-weight: 200;
    text-transform: uppercase;
    display: inline-block;
}

.horizontal-heading h2 {
    font-size: 42px;
    font-weight: 100;
    line-height: 45px;
    margin: 0;
}


#services-01 img {
    margin: 60px 0;
}

.service {
    margin: 35px 0;

}

.service .icon {
    font-size: 42px;
    margin: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.service:hover .icon {
    color: #f4c613;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}

.service h5 {
    font-size: 15px;
    text-transform: uppercase;
    color: #f4c613;
    margin: 0 0 6px 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.service:hover h5 {
    color: #212226;
}

.service h4 {
    font-size: 24px;
    margin: 0 0 8px 0;
}


.service p {
    line-height: normal;
}



/*Services Tabs*/

#services-02 {
    background: #f4f4f4;
}

#services-tabs ul {
    margin-bottom: 20px;
}

#services-tabs ul li {
    padding: 5px 30px;
}

#services-tabs ul li a {
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    color: #212226;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
    text-decoration: none;
}

/*Active Tab State*/
#services-tabs ul li.r-tabs-state-active a {
    color: #f4c613;
    font-weight: 500;
    border-bottom: 2px solid #f4c613;
    padding-bottom: 5px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}



/*Tab Content*/

.service-tab .col-md-6 {
    padding: 0;
}


.service-tab img {
    width: 100%;
    margin: 0 auto;
}

.service-tab .tab-bg {
    background: #fff;
    padding: 59px 30px;
    min-height: 545px;
    box-sizing: border-box;
    height: auto;
}

.service-tab h2 {
    font-size: 48px;
    color: #bbb;
    margin-bottom: 20px;
    font-weight: 200;
}

.service-tab h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

.service-tab p {
    line-height: 24px;
    margin-bottom: 30px;
}

.service-tab .btn-yellow {
    color: #fff;
    border: 1px solid #fff;
    background-color: #f4c613;
}

.service-tab .btn-yellow:hover,
.service-tab .btn-yellow:focus {
    border: 1px solid #212226;
    background-color: #212226;
}


/*Portfolio*/
#portfolio {
    padding-bottom: 160px;
}


#portfolio .vertical-heading {
    margin-bottom: 50px;
}


.row.no-gaps [class*=col-] {
    padding: 0;
}


/*Filter Buttons*/

#isotope-filters {
    margin-bottom: 10px;
    padding: 20px 25px 20px 0;
}

#isotope-filters button {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 30px;
    outline: none;
}


#isotope-filters button span {
    display: block;
    padding-bottom: 5px;
    -webkit-transition: border-bottom 200ms ease-in-out;
    transition: border-bottom 200ms ease-in-out;
}

#isotope-filters button.active span {
    color: #f4c613;
    border-bottom: 3px solid #f4c613;
}



/*Zoom Effect*/

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

.portfolio-item img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear;
}

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








/*Overlay Effect Portfolio*/

.portfolio-item-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(14, 14, 17, 0.9);
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}


.portfolio-item-overlay .portfolio-item-details {
    position: absolute;
    top: 50%;
    left: 0;
    /* Center details vertically (top + transform): -50% is half its own height, same as setting margin-top = -height/2  */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;

}

.portfolio-item-overlay .portfolio-item-details h3 {
    color: #f4c613;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}


.portfolio-item-overlay .portfolio-item-details span {
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 6px;
    width: 30px;
    margin: 11px auto 5px auto;
}


.portfolio-item-overlay .portfolio-item-details p {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}


.portfolio-item:hover .portfolio-item-details h3 {
    /* Sets the element back to its position before initial translateY */
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-item:hover .portfolio-item-details p {
    /* Sets the element back to its position before initial translateY */
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


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











/* Testimonials */


#testimonials {
    background: #f4f4f4;
    padding-bottom: 45px;
    overflow: visible;
}

#testimonials .vertical-headig {
    padding: 80px 0;
    margin-bottom: 50px;
}

#testimonial-slider {
    background: #f4c613;
    top: -20%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


#testimonial-slider .testimonial {
    padding: 20px 45px 0 45px;
    color: #fff;

}

#testimonial-slider .testimonial h3 {
    font-size: 32px;
    line-height: 35px;
}

#testimonial-slider .testimonial .stars {
    font-size: 30px;
    margin-bottom: 0px;
    text-align: right;
}

#testimonial-slider .testimonial p {
    line-height: normal;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 15px;
}

#testimonial-slider .testimonial .author .author-name-des {
    width: 106px;
    margin-top: 25px;
    text-align: left;
}

#testimonial-slider .testimonial .author .author-name-des p {
    margin: 0;
}

.testimonial .row {
    margin-bottom: 25px;
}

#testimonials .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
    color: #212226;
    background: none;
    margin: 5px;
    padding: 2px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;

}


#testimonials .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    background: none;
}



/*Pricing*/

.btn-yellow {
    background: #f4c613;
    color: #fff;
}

#pricing .horizontal-heading h5 {
    font-size: 15px;
    font-weight: 500;
}

#pricing .horizontal-heading {
    margin-bottom: 120px;
}

.pricing-table {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 31px 21px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.pricing-table:hover {
    background: #f4c613;
}

.pricing-table .type h4 {
    color: #f4c613;
    font-size: 24px;
    margin-bottom: 25px;
}

.pricing-table .price {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 24px 0;

}

.pricing-table .price h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 42px;
    font-weight: 100;
    margin: 0 0 0 24px;
    position: relative;
}


.pricing-table .price h2 span {
    font-family: "Raleway", sans-serif;
}

.pricing-table .price h2 span.dollar {
    font-size: 18px;
    font-weight: 200;
    position: absolute;
    left: -20px;
    top: 5px;

}


.pricing-table .price h2 span.month {
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    left: 5px;
    bottom: -12px;
}

.pricing-table .price p {
    line-height: normal;
    font-weight: 200;
    margin: 0;
    padding: 0;
}


.pricing-table ul.package {
    list-style: none;
    padding: 20px 0;
}

.pricing-table ul.package li {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
}

.pricing-table ul.package li i {
    width: 34px;
}

.pricing-table .btn-yellow {
    width: 96%;

}

.pricing-table:hover h4,
.pricing-table:hover h2,
.pricing-table:hover p,
.pricing-table:hover ul.package {
    color: #fff;

}

.pricing-table:hover .btn-yellow {
    background: #fff;
    color: #212226;
    border: 1px solid #fff;
}


.pricing-table .btn-yellow:hover {
    background: #212226;
    color: #fff;
    border: 1px solid #212226;
}

.pricing-table.black {
    background: #212226;
    color: #fff;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}

.pricing-table.black .type h4 {
    color: #fff;
}

.pricing-table.black:hover {
    background: #f4c613;
}

.pricing-table.black .btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #212226;
    width: 96%;
}

.pricing-table.black .btn-white:hover,
.pricing-table.black .btn-white:focus {
    color: #fff;
    border: 1px solid #212226;
    background: #212226;
}

/*Stats*/

#stats {
    background: url("../img/stats/stats-bg.jpg") no-repeat fixed center;
    background-size: cover;
}

#stats .content-box-md {
    background: rgba(0, 0, 0, 0.8);
    padding-bottom: 80px;
}


#stats .vertical-heading h2 {
    color: #fff;
}

#stats .stats-item {
    background: rgba(61, 68, 68, 0.6);
    border-radius: 4px;
    min-height: 170px;
    padding: 25px 50px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}


#stats .stats-item i {
    font-size: 42px;
    color: #f4c613;
    margin: 0 0 6px 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#stats .stats-item h3 {
    color: #fff;
    margin: 5px 0;
}

#stats .stats-item p {
    color: #fff;
    margin: 0;
}

#stats .stats-item:hover {
    background: #f4c613;
}


#stats .stats-item:hover i {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    color: #212226;

}


/*Clients*/

.content-box-sm {
    padding: 90px 0;
}


#clients .horizontal-heading {
    margin-bottom: 30px;
}

#clients .horizontal-heading h5 {
    font-weight: 300;
}

#clients-list {
    padding: 45px 0 0 0;
}

#clients-list .client {
    padding: 0 10px;
    max-width: 150px;
    margin: 0 auto;
}

.client img {
    display: inline-block !important;
}

#clients .owl-stage-outer {
    margin-bottom: 40px;
}

#clients .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
    color: #212226;
    background: none;
    margin: 5px;
    padding: 2px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;

}


#clients .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}


/*Blog*/

.img-circle {
    border-radius: 50%;
}

#blog {
    background: #f4f4f4;
}

#blog .content-box-md {
    padding: 100px;
}


#blog-left p {
    margin: 25px 0;
}


#blog-btn a {
    margin: 0;
}

.blog-post {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.blog-post h4 {
    line-height: 40px;
    margin: 0;
}

.blog-post > p {
    line-height: 24px;
    margin: 0;
    font-weight: 300;
}

.blog-post a {
    display: inline-block;
    margin-top: 25px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    color: #f4c613;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.blog-post a:hover {
    color: #212226;
}

.blog-post .post-meta {
    border-top: 1px solid #e0e0e0;
    margin-top: 10px;
    padding-top: 20px;
}


.blog-post .post-meta img {
    margin-right: 10px;
}

.blog-post .post-meta p {
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    margin: 0;
}


.text-right {
    text-align: right;
}

#blog-btn .btn-yellow {
    color: #212226;
}

#blog-btn .btn-yellow:hover,
#blog-btn .btn-yellow:focus {
    color: #fff;
    background: #212226;
}


/*Contact*/

#contact .content-box-md {
    padding: 100px;
}


#contact-left p {
    margin: 25px 0 20px 0;
}

ul.office-details {
    list-style: none;
    padding: 0;

}

ul.office-details li {
    font-family: "Open Sans", sans-serif;
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.office-details li i {
    font-size: 20px;
    width: 45px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;

}

ul.office-details li:hover i {
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
    color: #f4c613;
}

#contact-left ul.social-list li a {
    color: #212226;
    border: 1px solid #212226;
    text-align: center;

}

#contact-left ul.social-list li a:hover {
    color: #fff;
    /*    border: transparent;*/

}


/*Right Contact Section*/

#contact-right {
    background: #fff;
    padding: 25px 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

#contact-right h4 {
    font-size: 24px;
}


#contact-right p {
    margin-bottom: 25px;
}


/*Form*/

#contact-right form .form-control {
    font-family: "Open Sans", sans-serif;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 24px;
    margin: 5px;
}

#contact-right form textarea.form-control {
    min-height: 164px;
    margin-left: 5px;
    margin-bottom: 10px;
}

#contact-right .submit-btn a {
    color: #212226;
    font-weight: 500;
}

#contact-right .submit-btn a:hover,
#contact-right .submit-btn a:focus {
    color: #fff;
    background: #212226;
}

/*Google Map*/

#map {
    height: 600px;
}


/*Footer*/

footer {
    background: #212226;
    padding: 30px;
    color: #fff;
}

footer p {
    line-height: 20px;
    margin: auto;
}

footer p span {
    color: #f4c613;
}


nav.navbar {
    padding: 35px 0 20px 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;

}

ul.nav {
    position: absolute;
    right: 35px;
}

.site-nav-wrapper {
    padding: 0 35px;
}


a.navbar-brand {
    padding: 13px 15px;
}


ul.navbar-nav > li > a {
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px;
    letter-spacing: 1px;
    text-decoration: none;
}

ul.navbar-nav > li > a:hover
 {
    background: none;
    color: #f4c613;
}


/*White Nav*/

.white-nav-top {
    background: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    z-index: 2;
}

.white-nav-top ul.navbar-nav > li > a {
    color: #212226;
    
}

.white-nav-top ul.navbar-nav > li > a:hover {
    color: #f4c613;
}

ul.nav a.nav-link.active {
    color: #f4c613;
    font-weight: 500;
}


/*Back To Top Button*/

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 3px 15px;
    border-radius: 4px;
    font-size: 22px;
    color: #212226;
    display: none;
    z-index: 2;
}

.btn-back-to-top:hover {
    background: #212226;
    color: #fff;
}


.yellow-text {
    color: #f4c613;
}


/*Mobile Menu*/

.navbar-header {
    position: relative;
    display: block;
    width: 100%;
}

#mobile-nav-open-btn {
    font-size: 30px;
    color: #f4c613;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    top: 6px;
    left: 0;
}



/*Animation*/

#home-heading-1,
#home-heading-2,
#home-text,
#home-btn,
#arrow-down i {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

#home-heading-1 {
    animation-delay: 1s;
}


#home-heading-2 {
    animation-delay: 1s;
}

#home-text {
    animation-delay: 1.5s;
}

#home-btn {
    animation-delay: 1.5s;
}

#arrow-down i {
    animation-delay: 2.5s;
}

























































