/*
Theme Name: Nord
Theme URI: https://www.templatemonster.com/authors/nexusnova/
Author: Nexus Nova Technologies
Author URI: https://www.templatemonster.com/authors/nexusnova/
Description: Nord Tours & Travel and Woocommerce  WordPress theme
Version: 1.0.1
*/
@font-face {
    font-family: "JandaManatee";
    /* font-style: normal;
    font-weight: normal; */
    src:  url('../fonts/n_font/JandaManateeSolid.ttf') format("truetype");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    
}

body {
    background: #132019 !important;
   
}   

.piyush-header {
    width: 100%;
    position: sticky;
    top: 0;
    background: #132019;
    z-index: 2;

}

.bottom-header {
    width: 90%;
    margin: auto;
}
.nova{
    font-family: 'nexus';
}
.btn-text {
    font-size: 10.5px !important;
    color: #FEFF57 !important;
}

.bottom-header {
    text-align: center !important;
}

.simple-effect{
    font-family: "nova" !important
}
.font-family{
    font-family: "nova", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif !important
}
/* 
.col-lg-6 {
    flex: 0 0 auto;
    width: 35% !important;
} */

.custom-btn {
    border-radius: 50px !important;
    border: 1px solid #FEFF57;
    padding: 8px 12px;
    background: none !important;
}

.custom-btn:hover {
    color: #ffff !important;
}

.custom-space {
    padding-bottom: 0 !important;
}

.content__container__text {
    color: #fff !important;
}

.gap {
    gap: 20px;
}

.gap-1 {
    gap: 10px;
}

a {
    text-decoration: none !important;
}

.lists li a {
    color: #fff;
}

.bi-chevron-double-right {
    color: #fff;
}

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


.custom-img{
    height: 608px;
    margin-top: 70px;
}
.simple-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1em .4em;
    display: block;
    font-size: 2em;
    color: #ffff;
    font-weight: 800;
}



/*-- global css --*/

.overlay,
.overlay-text,
.simple-text,
.overlay-sim-text-2,
.overlay-text-effect-3,
.zoom-effect-1 img,
.zoom-effect-2 img,
.opacity-effect img,
.blur-effect img,
.grayscale-effect img {
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}

.simple-effet-image {
    /* margin: 60px; */
    position: relative;
    /* margin-top: 20px !important; */
}






/*--overlay opacity effect --*/
.img-line {
    border-top: 1px solid gray;
    padding: 30px 0;
    border-bottom: 1px solid gray;
    margin: 0 60px;
}

.opacity-effect img {
    opacity: 1;
    width: 100%;

    overflow: hidden;
    height: 100%;
}


.opacity-effect:hover img {
    opacity: .4;
}


@media (max-width: 767px) {
    .effect-image-1 {
        margin: 30px 0px;
    }

}



.content {
    /* height: 180px; */
    overflow: hidden;
    font-size: 35px;
    line-height: 40px;
    color: #ecf0f1;
}

.content__container {
    font-weight: 600;
    overflow: hidden;
    height: 42px;
    /* padding: 0 40px; */
}


#g-navigation .g-main-nav .g-toplevel {
    line-height: 5.125 !important;
}

/* .content__container:after {
    content: "]";
    position: absolute;
    right: 0; */
/* } */

.content__container__text {
    display: inline;
    float: left;
    margin: 0;
    font-size: 30px
}

.content__container__list {
    margin-top: 0;
    padding-left: 140px;
    text-align: left;
    list-style: none;
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}


/* similar */
.about {
    height: 40vh;
    background-image: url('../../iceland.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    position: relative;
    /* z-index: 2; */
    flex-direction: column;

}

.contact {
    height: 40vh;
    background-image: url('../../uploads/bg_1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center center;
    position: relative;
    /* z-index: 2; */
    flex-direction: column;

}

.similar h1 {
    margin-bottom: 10px;
    color: #fff;
    /* z-index: 5; */
}

p {
    color: #fff !important;
}

.similar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 40vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;

}

.piyush-client {
    color: #fff !important;
}

.servic-padding {
    padding-top: 100px !important;
}


.content__container__list__item {
    line-height: 40px;
    margin: 0;
    color: #feff57;
    /* font-size: 30px; */
}

.feature h3 {
    color: #fff;
    margin-top: 40px;
}

@-webkit-keyframes opacity {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes change {

    0%,
    12.66%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    16.66%,
    29.32% {
        transform: translate3d(0, -25%, 0);
    }

    33.32%,
    45.98% {
        transform: translate3d(0, -50%, 0);
    }

    49.98%,
    62.64% {
        transform: translate3d(0, -75%, 0);
    }

    66.64%,
    79.3% {
        transform: translate3d(0, -50%, 0);
    }

    83.3%,
    95.96% {
        transform: translate3d(0, -25%, 0);
    }
}

@keyframes opacity {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes change {

    0%,
    12.66%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    16.66%,
    29.32% {
        transform: translate3d(0, -25%, 0);
    }

    33.32%,
    45.98% {
        transform: translate3d(0, -50%, 0);
    }

    49.98%,
    62.64% {
        transform: translate3d(0, -75%, 0);
    }

    66.64%,
    79.3% {
        transform: translate3d(0, -50%, 0);
    }

    83.3%,
    95.96% {
        transform: translate3d(0, -25%, 0);
    }
}

.about-content p {
    color: #fff;
    /* font-weight: 100 !important; */
    letter-spacing: 1px;
    line-height: 30px;
}

/* .icon-container{
    width: 510px;
} */
.icon-feature {
    border: 1px solid #feff57;
}

.icons {
    height: 131px;
    border-right: 1px solid #feff57;
    /* padding: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
}

.feature-icon {
    font-size: 30px;
    color: #feff57;
}

.bottom-header {}

.feature-detail h2 {
    margin-top: 30px;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 20px;
    color: #FFFFFF;
    font-size: 16px;
}

.feature-detail p {
    color: #FFFFFF;
    margin: 0px 0px 20px 20px;
}


/* gallery */

body {
    margin: 5px;
    position: relative;
}

#gallery {
    display: grid;
    height: calc(100vh - 10px);
    grid-template: repeat(6, 1fr)/repeat(6, 1fr);
    grid-gap: 0.5em;
}

@media (max-width: 800px) {
    #gallery {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
    }

    #gallery>div {
        width: 48%;
        margin: 1%;
    }
}

@media (max-width: 800px) and (max-width: 350px) {
    #gallery>div {
        width: 98%;
    }
}

.section-top-border {
    margin-top: 80px;
    padding: 0 4.8rem;
    text-align: center;
}

.section-top-border h3 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 40px;
}

#gallery>div:nth-child(6n+1) {
    grid-column: span 2;
    grid-row: span 2;
}

#gallery>div:nth-child(2) {
    grid-column: span 3;
    grid-row: span 3;
}

#gallery>div:nth-child(4) {
    grid-column: span 1;
    grid-row: span 2;
}

#gallery>div>a {
    opacity: 0;
    position: absolute;
    color: #000;
    background-color: #000;
    font: bold 4em "Helvetica";
    text-shadow: 0 -1px 5px #fff, -1px 0px 5px #fff, 0 1px 5px #fff, 1px 0px 5px #fff;
    padding: 2rem;
    mix-blend-mode: difference;
    width: 100%;
    height: 100%;
    transition: all ease 1s;
}

#gallery>div>img {
    width: 100%;
    min-height: 100%;
    transition: all ease 1s;
}

#gallery>div:hover img {
    filter: blur(4px);
}

#gallery>div:hover a {
    opacity: 1;
}

#gallery>div {
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}

#gallery div,
#gallery a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

[id^=lightbox-] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    opacity: 0;
    transition: opacity 450ms ease-in-out;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

[id^=lightbox-]:target {
    opacity: 1;
    pointer-events: inherit;
}

[id^=lightbox-]:target img {
    filter: blur(0);
}

[id^=lightbox-] .content {
    max-width: 90%;
    position: relative;
    color: #fff;
}

[id^=lightbox-] .content:hover>a.close {
    opacity: 1;
    transform: scale(1, 1);
}

[id^=lightbox-] .content:hover>.title {
    opacity: 1;
    transform: translateY(-3px);
}

[id^=lightbox-] .content:hover>.title::after {
    opacity: 1;
}

[id^=lightbox-] .content>* {
    transition: all 450ms ease-in-out;
}

[id^=lightbox-] .title {
    display: block;
    margin: 0;
    padding: 1em;
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(50%);
    font-size: 1.5em;
    opacity: 0;
}

[id^=lightbox-] .title::after {
    content: " ";
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all 350ms ease-in-out 250ms;
    opacity: 0;
    transform-origin: bottom;
    mix-blend-mode: soft-light;
}

[id^=lightbox-] img {
    max-height: 90vh;
    max-width: 100%;
    margin: 0;
    padding: 0;
    filter: blur(50px);
}

[id^=lightbox-] a.close {
    width: 2em;
    height: 2em;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0, 0);
    opacity: 0;
    transform-origin: right top;
    text-decoration: none;
    color: #fff;
}

[id^=lightbox-] a.close::after {
    content: "X";
}

.gallery-btn {
    color: #132019 !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    border-radius: 5px 5px 5px 5px;
    background-color: #FEFF57;
    margin-right: 20px;
    position: relative;
    padding: 10px 30px 10px 30px !important;
}

.gallery-btn2 {
    background-color: #F0AC47 !important;
}

/* slider */
.activity {
    margin-top: 100px !important;
    padding: 0 5.4rem;
}

.wrapper {
    display: flex;
    max-width: 1090px;
    position: relative;
    margin: 0 auto;
    padding: 20px 0rem;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

.wrapper i {
    top: 50%;
    height: 44px;
    width: 44px;
    color: #343F4F;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 111111;
    transition: transform 0.1s linear;
}

.wrapper i:active {
    transform: translateY(-50%) scale(0.9);
}

.wrapper i:hover {
    background: #f2f2f2;
}

.wrapper i:first-child {
    left: -22px;
    display: none;
}

.wrapper i:last-child {
    right: -22px;
}

.wrapper .carousel {
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.carousel.dragging {
    cursor: grab;
    scroll-behavior: auto;
}

.carousel.dragging img {
    pointer-events: none;
}

.carousel img {
    height: 340px;
    object-fit: cover;
    user-select: none;
    margin-left: 14px;
    width: calc(100% / 3);
}

.carousel img:first-child {
    margin-left: 0px;
}

@media screen and (max-width: 900px) {
    .carousel img {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 550px) {
    .carousel img {
        width: 100%;
    }
}


.support-company-area .support-location-img::before {
    border: 9px solid #FEFF57 !important;
}

.border-btn::before {
    background: #FEFF57 !important;
}

.border-btn {
    border: 2px solid #F0AC47 !important;
    color: #fff !important;
}

.border-btn:hover {
    color: #132019 !important;
}

.section-tittle h2 {
    color: #fff !important;
}

.support-company-area .right-caption .support-caption p {
    color: #fff !important;
}

.select-suport-items .single-items {
    color: #fff !important;
}

/* testimonial */
#testimonial-area .section-heading h2 {
    font-size: 48px;
    line-height: 58px;
}

.testi-wrap {
    position: relative;
    height: 725px;
    margin-top: -80px;
}

.client-single {
    margin-top: 20px;
    text-align: center;
    position: absolute;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.client-info,
.client-comment {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
    display: none;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
    opacity: 0;
    visibility: hidden;
}

.client-single.position-1 {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
}

.client-single.position-2 {
    left: -40px;
    top: 105px;
}

.client-single.position-3 {
    left: -60px;
    top: 240px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
}

.client-single.position-4 {
    left: 55px;
    top: 380px;
}

.client-single.position-5 {
    top: 30px;
    right: 55px;
}

.client-single.position-6 {
    top: 225px;
    right: -40px;
}

.client-single.position-7 {
    top: 400px;
    right: 45px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
}

.client-single.active {
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 70%;
}

.client-single.active .client-comment,
.client-single.active .client-info {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    z-index: 99;
}

.client-single.active .client-img {
    width: 160px;
    height: 160px;
    margin: 0 auto 24px;
    position: relative;
}

.client-single.active .client-img:before {
    border-radius: 100%;
    content: "";
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#9d5bfe), to(#3890fe)); */
    /* background-image: linear-gradient(180deg, #9d5bfe 0%, #3890fe 100%); */
    background: #feff57;
    padding: 5px;
    width: 160px;
    height: 160px;
    top: -4px;
    left: 0px;
    position: absolute;
    z-index: -1;
}

#testimonial-area {
    margin-top: 80px;
}

.client-single .client-img img {
    width: 150px;
    border-radius: 50%;
    border: 8px solid #fff;
    cursor: pointer;
}

.client-single.active .client-img img {
    max-width: 160px;
    margin: 0 auto 24px;
    border: 0;
}

.client-comment {
    padding: 0 30px;
}

.client-comment h3 {
    font-size: 22px;
    line-height: 32px;
    color: #505b6d;
}

.client-comment span i {
    font-size: 60px;
    color: #0084ff;
    margin: 40px 0 24px;
    display: inline-block;
}

.client-info h3 {
    color: #FEFF57;
    /* font-weight: 600; */
}

.client-info p {
    color: #0084ff;
    text-transform: uppercase;
}

.section-heading h5 {
    color: #FEFF57 !important;
}

.section-heading h2,
.section-heading p {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #testimonial-area .section-heading h2 {
        font-size: 30px;
    }

    .client-comment h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .client-single.active {
        width: 60%;
    }

    .client-single:not(.active) {
        -webkit-transform: scale(0.55);
        transform: scale(0.35);
    }

    .client-single.position-3,
    .client-single.position-7 {
        -webkit-transform: scale(0.3) !important;
        transform: scale(0.3) !important;
    }

    .client-single.active .client-img img {
        max-width: 100px;
    }

    .client-single.active .client-img::before {
        padding: 5px;
        width: 108px;
        height: 108px;
        top: -4px;
        left: 6px;
    }

    .client-single.active .client-img {
        width: 120px;
        height: 100px;
    }

    .testi-wrap {
        height: 580px;
    }

    #testimonial-area {
        padding: 100px 0 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #testimonial-area .section-heading h2 {
        font-size: 30px;
    }

    .client-comment h3 {
        font-size: 14px;
        line-height: 26px;
    }

    .client-single.active {
        width: 60%;
    }

    .client-comment span i {
        font-size: 40px;
    }

    .client-single:not(.active) {
        -webkit-transform: scale(0.55);
        transform: scale(0.35);
    }

    .client-single.position-5,
    .client-single.position-7 {
        right: 0;
    }

    .client-single.position-4 {
        left: 0;
    }

    .client-single.position-3,
    .client-single.position-7 {
        -webkit-transform: scale(0.3) !important;
        transform: scale(0.3) !important;
    }

    .client-single.active .client-img img {
        max-width: 80px;
    }

    .client-single.active .client-img::before {
        padding: 5px;
        width: 88px;
        height: 88px;
        top: -4px;
        left: 16px;
    }

    .client-single.active .client-img {
        width: 120px;
        height: 100px;
    }

    .testi-wrap {
        height: 630px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
    #testimonial-area .section-heading h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .client-comment h3 {
        font-size: 14px;
        line-height: 26px;
    }

    .client-single.active {
        width: 80%;
    }

    .client-comment span i {
        font-size: 40px;
    }

    .client-single:not(.active) {
        -webkit-transform: scale(0.25);
        transform: scale(0.25);
    }

    .client-single.position-5,
    .client-single.position-7,
    .client-single.position-6 {
        right: -70px;
    }

    .client-single.position-4 {
        left: -60px;
    }

    .client-single.position-3 {
        left: -75px;
    }

    .client-single.position-3,
    .client-single.position-7 {
        -webkit-transform: scale(0.25) !important;
        transform: scale(0.25) !important;
    }

    .client-single.active .client-img img {
        max-width: 80px;
    }

    .client-single.active .client-img::before {
        padding: 5px;
        width: 88px;
        height: 88px;
        top: -4px;
        left: 16px;
    }

    .client-single.active .client-img {
        width: 120px;
        height: 100px;
    }

    .testi-wrap {
        height: 600px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
    #testimonial-area .section-heading h2 {
        font-size: 30px;
    }

    .client-comment h3 {
        font-size: 14px;
        line-height: 26px;
    }

    .client-single.active {
        width: 80%;
    }

    .client-comment span i {
        font-size: 40px;
    }

    .client-single:not(.active) {
        -webkit-transform: scale(0.25);
        transform: scale(0.25);
    }

    .client-single.position-5,
    .client-single.position-7,
    .client-single.position-6 {
        right: -70px;
    }

    .client-single.position-4 {
        left: -60px;
    }

    .client-single.position-3 {
        left: -75px;
    }

    .client-single.position-3,
    .client-single.position-7 {
        -webkit-transform: scale(0.25) !important;
        transform: scale(0.25) !important;
    }

    .client-single.active .client-img img {
        max-width: 80px;
    }

    .client-single.active .client-img::before {
        padding: 5px;
        width: 88px;
        height: 88px;
        top: -4px;
        left: 16px;
    }

    .client-single.active .client-img {
        width: 120px;
        height: 100px;
    }

    .testi-wrap {
        height: 550px;
    }
}

/* contact us */

.contact-section .box {
    width: 100%;
    display: block;
    background: #132019;
}

.contact-section .box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #FEFF57;
}

.contact-section .contact-info p a {
    color: #fff;
}

.contact-section .contact-form {
    width: 100%;
}

.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.block-9 .form-control {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    margin-bottom: 20px;
}

.text {
    border-radius: 5px;
}
.text-lnk{
    color: #fff !important;
}
.custom-btn {
    /* color: #fff !important; */
    letter-spacing: 1px;
    border: 1px solid #FEFF57  !important;
}

.custom-btn:hover {
    background: #FEFF57 !important;
    color: #000 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

button,
input {
    overflow: visible;
}


.contact-section .box .icon {
    width: 100px;
    height: 100px;
    background: #FEFF57;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.ftco-intro {
    color: rgba(255, 255, 255, 0.8);
    z-index: 0;
    overflow: hidden;
}

.ftco-no-pt {
    padding-top: 0 !important;
}

.ftco-section {
    padding-bottom: 90px;
    padding-top: 5em;
    position: relative;
    width: 100%;
}

.ftco-intro .img {
    padding: 3em;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ftco-intro .img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .6;
    background: #040e26;
    z-index: -1;
}

.ftco-intro h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.ftco-intro {
    color: rgba(255, 255, 255, 0.8);
}

.contact-icon {
    color: #132019;
    font-size: 30px;
}