.font-heading {
    /*    font-family: 'Oswald', sans-serif;*/
    /*    font-family: 'circularMedium';*/
    font-family: 'head';
}

.heading {
    font-weight: 700;
    font-size: 100px;
}

.small-heading {
    font-weight: 700;
    font-size: 60px;
}

.xtrasmall-heading {
    font-weight: 600;
    font-size: 30px;
}

.bold-heading {
    font-weight: 600;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: 1pt;
    ;
}


@font-face {
    font-family: 'head';
    font-style: normal;
    font-weight: normal;
    src: local('circularBook'), url('../fonts/hackney/Hackney.ttf') format('truetype');
}


@font-face {
    font-family: 'circularBook';
    font-style: normal;
    font-weight: normal;
    src: local('circularBook'), url('../fonts/circular-webfont/circularLight.ttf') format('truetype');
}


@font-face {
    font-family: 'circularLight';
    font-style: normal;
    font-weight: normal;
    src: local('circularLight'), url('AirbnbCerealLight.woff') format('woff');
}


@font-face {
    font-family: 'circularMedium';
    font-style: normal;
    font-weight: normal;
    src: local('circularMedium'), url('../fonts/circular-webfont/circularMedium.ttf') format('truetype');
}


@font-face {
    font-family: 'circularBold';
    font-style: normal;
    font-weight: normal;
    src: local('circularBold'), url('../fonts/circular-webfont/circularMedium.ttf') format('truetype');
}


.fancy-font {
    font-family: 'Amatic SC', cursive;
}


body {
    /*    font-family: 'Source Sans Pro', sans-serif;*/
    /* font-family: 'circularBook', sans-serif; */
}


/*navbar styles*/

.strip {
    background: #f1efee;
    height: 30px;
    color: #888;
    padding-right: 20px;
}

.strip a {
    font-size: 11pt;
    /* background: yellow; */
    display: inline-block;
    height: 100%;
}

.menu {
    /*    position: absolute;*/
    z-index: 3;
    width: 100%;
    background-color: #f38a00;
    display: table;
    width: 100%;
    position: relative;
    /*    border-bottom: 1px solid #8bb46;*/
}

.menu:after {
    position: absolute;
    bottom: -60px;
    width: 0;
    height: 0;
    content: '';
    border: 30px solid transparent;

    border-left-width: 300px;
    /*    border-right-width: 0px;;*/
    /*    border-bottom-width: 100000px;;*/
    border-top-color: #f38a00;
    border-left-color: #f38a00;
    z-index: 200;
    left: 0;
}

.menu ul {
    padding: 0;
    margin: 0;
}

.menu ul li {
    list-style-type: none;
    display: inline-block;
}

.menu li a.item {
    display: block;
    color: #fff;
    opacity: 0.8;
    padding: 20px 15px;
    font-size: 14pt;
    text-transform: uppercase;
    font-weight: 500 !important;
    letter-spacing: 1pt;
    /*    transition-duration: 0.4s;*/
}

.menu li a.fill {
    display: block;
    color: #fff;
    opacity: 0.8;
    padding: 20px 30px;
    font-size: 12pt;
    text-transform: uppercase;
    font-weight: 600 !important;
    border-radius: none !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    /*    transition-duration: 0.4s;*/
}

.menu li a.fill.dark {
    background: rgba(0, 0, 0, 0.8)
}

.menu li a.fill.light {
    background: rgba(0, 0, 0, 0.6)
}

.menu li:hover a.item {
    color: rgba(28, 155, 58, 0.955);
    background: #fff;
    text-decoration: none !important;
    opacity: 1;
}

.menu .logo {
    padding: 0px;
    display: block;
    position: relative;
    top: -20px;

}

.menu .logo img {
    z-index: 2000;

}

.menu .dropdown:hover .dropdown-menu {
    display: block;

}

.menu .dropdown {
    position: static;
}

.menu .dropdown h4 {
    font-size: 14pt;
    color: #c09580
}

.menu .dropdown p {
    font-size: 12pt;
    font-weight: 400;
    color: #454f44
}

.menu .dropdown .dropdown-menu {
    border: none;
    border-radius: 0;
    right: 0;
    background: none;

}

.menu .dropdown .dropdown-menu .contents {
    background: #fff;
    border-radius: 0 0 4px 4px;
}

.menu .dropdown .dropdown-menu .img {
    height: 200px;
    background: #eee;
}

.menu .left {
    float: left;
}


.menu .right {
    float: right;
}

.v-menu a {
    display: block;
    padding: 6px;
    border-radius: 4px;
    text-decoration: none !important;
    color: #888;

}


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


.menu .img h4 {
    position: absolute;
    top: 40%;
    border: 5px solid transparent;
    left: 10px;
    right: 10px;
    margin: 0;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 20pt;
    transition-duration: 0.3s;
    color: #fff;
    /*    font-weight: 900;*/
    border-radius: 200px;

}

.menu .img:hover h4 {
    border: 1px solid #fff;
    /*    padding:  200px 0;*/
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    color: #ebb76f;
    border-radius: 0;
    padding-top: 30%;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;


}

.v-menu a:hover {
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    color: #fff !important;
}



.phone {
    font-weight: bold !important;
    letter-spacing: 3px;
    padding-left: 30px;
}

.text-green {
    color: rgba(28, 155, 58, 0.955);
}

.bg-green {
    /*    background-color: rgba( 28, 155, 58, 0.955);*/
    background-color: #1c9b3a;
}




/*navbar styles end*/




/*slider swiper styles*/


/*swiper*/
.swiper-container.slider {
    width: 100%;
    height: 100%;
}

.swiper-container.slider .swiper-slide {
    background-position: center;
    background-size: cover;
    height: 110vh;
}



.swiper-container.slider .caption {
    /*    padding-top: 200pt;*/
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    padding-bottom: 100pt;
    padding-right: 100pt;
}

.swiper-container.slider .caption h1 {
    font-size: 40pt;
    color: #F5F2E0;
    font-family: 'dia', sans-serif;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: block;
    /*    background-color: transparent !important;*/
    /*    padding: 20px;*/
    border: 1px solid #fff;
    border-radius: 100%;

    font-size: 30px !important;
    text-align: center;
    color: #fff;

    background-image: none !important;

}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #fff;
    color: #000;
}

.swiper-button-next.dark,
.swiper-button-prev.dark {
    color: #000;
    border-color: #000;
    line-height: 100%;
    padding: 0 !important;
    outline: none !important;

}

.swiper-button-next.dark {
    right: -50pt;
}

.swiper-button-prev.dark {
    left: -50pt;
}

.swiper-button-next.dark:hover,
.swiper-button-prev.dark:hover {
    background-color: #000;
    color: #fff;
}



.swiper-container.slider .swiper-slide .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: right;
}

/*slider swiper styles end here*/



/*slider caption*/
.hero__content {
    position: absolute;
    top: 0pt;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.2);

    /*    background-image: -webkit-linear-gradient(left, rgba(149, 4, 4, 0.45), rgba(150, 56, 56, 0.003));*/
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.55), rgba(150, 56, 56, 0.003));
}

.hero__content {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-linear-gradient(botton, rgba(185, 59, 12, 0.861), rgba(185, 59, 12, 0));
}

.aligner {
    -webkit-box-align: center;
    align-items: center;
    /* display: -webkit-box; */
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
}

.aligner-item {
    max-width: 95%;
    z-index: 1;
}

.hero__title {
    margin: 0 0 10px;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}


.text-2 {
    color: #efece6;
}

.banner-inner-content {
    width: 50%;
}

.banner-inner-content {
    padding: 0;
}

h1.title {
    font-size: 60px;
    text-transform: inherit;
    margin-bottom: 18px;
    line-height: 96px;
    text-align: left;
    /* font-family: 'heads', sans-serif; */
    /*    font-family: 'Montserrat', sans-serif;*/
    color: #fff;
    font-weight: 800;
    text-shadow: 0 0 20pt rgba(0, 0, 0, 0.4);
    -ms-text-shadow: 0 0 20pt rgba(0, 0, 0, 0.4);
}

h1.title span.blue {
    color: #6498b8;
}

h1.title span.yellow {
    color: #ddb051;
}

h1.title span {
    display: block;
}

h2.subtitle {
    font-size: 24px;
    line-height: 33px;
    color: #fff;
}


hr.center-ball {
    background: #39D1B4;
}

hr.center-ball:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #39D1B4;
    display: inline-block;
    border: 2px solid #39D1B4;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: 50%;
    margin: 0 0 0 -3px;
}



/*buttons*/
.btn-xtra {
    border: 2px solid #fff;
    border-radius: 0px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2pt;
}


.btn-xtra:hover {
    border: 2px solid #fff;
    border-radius: 0px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2pt;
    background-color: white;
}


.btn-xtralg {
    border: 2px solid #fff;
    border-radius: 0px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.2pt;
    padding: 10px 20px;
}


.btn-xtralg:hover {
    border: 2px solid #f38a00;
    border-radius: 0px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.2pt;
    padding: 10px 20px;
    background-color: #f38a00;
}

.btn-white-round {
    border: 2px solid #fff;
    border-radius: 8px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1pt;
    padding: 10px 20px;
    background: #fff;
}


.btn-white-round:hover {
    border: 2px solid #f38a00;
    color: #fff;
    background: #f38a00;
}


.btn-orange {
    border: 2px solid #f38a00;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1pt;
    padding: 10px 20px;
    background: #f38a00;
}


.btn-orange:hover {
    border: 2px solid #000;
    color: #fff;
    background: #000;
}


.btn-black {
    border: 2px solid #000;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1pt;
    padding: 10px 20px;
    background: #000;
}


.btn-black:hover {
    border: 2px solid #f38a00;
    color: #fff;
    background: #f38a00;
}



/*float*/
.offer-widget-wrapper {
    width: 280px;
    min-height: 345px;
    position: relative;
}

.offer-widgetItem {
    background: #fff url(/templates/hotel/images/body-bg.png) no-repeat right bottom / 71px auto;
    min-height: 345px;
    width: 100%;
}

.float-l {
    float: left;

}

.offer-wigetimage {
    height: 159px;
    position: relative;
    width: 244px;
    margin: 18px 18px 16px;
    border-bottom: 6px solid #f6871f;
    overflow: hidden;
}

.offer-wigetimage a {
    display: block;
    width: 244px;
    margin: 0 auto;
}

.offer-wigetimage .slide {
    background-size: cover;
    height: auto;
    width: 100%;
}

.hover-bg .image-slide {
    overflow: hidden;
    position: relative;
}

.hover-bg .image-slide:before {
    transition: all 0.65s ease 0s;
}

.hover-bg .image-slide:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    overflow: hidden;
    transition: all 0.65s ease 0s;
}

.hover-bg .image-slide:after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    width: 38px;
    margin: 0 auto;
    background-position: -10px -86px;
}

.hover-bg .image-slide:after {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
}

.offer-widgetItem .offer-content {
    margin: 0 20px 25px 26px;
    width: auto;
}

.offer-content {
    width: 100%;
    text-align: center;
}

.offer-widgetcont-wrapper {
    font-family: "oswaldregular", Helvetica, sans-serif;
    text-align: left;
    text-transform: uppercase;
    color: #3c3230;
}

.heading.heading1 {
    font-size: 1.15em;
    letter-spacing: 0.05em;
    max-height: 47px;
}

.offer-widgetcont-wrapper .heading p {
    margin: 0;
    line-height: 1.4;
}

.heading.heading2 {
    font-size: 1.25em;
    letter-spacing: 0.09em;
    max-height: 52px;
}

.offer-widgetcont-wrapper .heading p {
    margin: 0;
    line-height: 1.4;
}

.heading.heading3 {
    font-size: 1.65em;
    letter-spacing: 0.05em;
    max-height: 58px;
}

.offer-widgetcont-wrapper .heading3 p {
    line-height: 1.15;
}

.offer-widget-wrapper .offer-content a.offerwiget-more {
    margin-top: 16px;
}

.offerwiget-more {
    cursor: pointer;
    float: left;
    letter-spacing: 0.09em;
}

.underline-link:after {
    /* border-bottom: 1px solid; */
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #97523f;

}

.offerwidget-tri {
    border-left: 0 solid transparent;
    border-right: 40px solid #fff;
    border-top: 44px solid transparent;
    border-bottom: 44px solid transparent;
    top: 50%;
    margin-top: -44px;
    height: 0;
    left: -40px;
    pointer-events: auto;
    position: absolute;
    width: 0;
    cursor: pointer;
}

.offerwidget-tri:after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../images/icons/cancel.svg);
    /*    background-position: -223px -40px;*/
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 23px;
    margin: auto;
    position: absolute;
}

.offer-widget-wrapper:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#show_bg_2 {
    background-image:
        linear-gradient(to right, rgba(72, 72, 72, 1), rgba(0, 255, 0, 0)80%, transparent 70%),
        url('../images/home/test.jpg');
    width: 100%;
    margin: 0 auto;
    height: 650px;
    background-size: cover;
    background-position: center center;
    color: white;
    padding: 20px;
    border-radius: 16px;
    border-radius: 0px;

}


.reduced-padding {
    padding-left: 100px !important;
    padding-right: 100px !important;

}




/*footer starter styles */

.site-foot-cta {
    padding-top: 160px;
    padding-bottom: 160px;
}

.site-foot-cta {
    position: relative;
    background-color: #f5f5f4;
    margin-bottom: 20px;
}

.site-foot-cta:before {
    background-position: bottom left;
    top: -27px;
}

.site-foot-cta:after,
.site-foot-cta:before {
    height: 30px;
    background-image: url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%201440%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M506.593%200.0401952C345.54%20-0.773957%20268.753%2011.0313%200%2012.6596V14.5592H1440V3.2968C1348.75%201.93987%201201.16%2011.9811%201128.37%2013.8808C1055.57%2015.7805%20972.299%205.73925%20840.665%208.3174C709.03%2010.8956%20667.645%200.854348%20506.593%200.0401952Z%22%20fill%3D%22%23F5F5F4%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}


.site-foot-cta:after,
.site-foot-cta:before,
.site-foot:before {
    content: '';
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
}

.site-foot-cta-content {
    position: relative;
    overflow: visible;
    color: #696663;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.site-foot-cta-content {
    max-width: 1140px;
}

.site-foot-cta-headline {
    font-size: 64px;
    line-height: 76px;
}

.site-foot-cta-headline {
    margin: 0 0 24px;
    /*    font-size: 40px;*/
    /*    line-height: 120%;*/
    font-weight: 700;
    color: #232221;
}

.site-foot-cta-text {
    display: block;
    max-width: 633px;
    margin: 0 auto;
}

.site-foot-cta-btns {
    flex-direction: row;
    justify-content: center;
    margin-top: 48px;
    margin-left: -6px;
    margin-right: -6px;
}

.site-foot-cta-btns {
    display: flex;
}

.site-foot-cta-btns .btn-contact img {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 4px;
    top: 3px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #faae52;
}


.site-foot-cta-btns .btn {
    margin-left: 6px;
    margin-right: 6px;
}

.site-foot-cta-btns .btn-contact {
    padding-left: 60px !important;
    /* position: relative; */
}

.site-foot-cta-btns .btn-outline {
    /* position: relative; */
    /* display: inline-block; */
    border: 1px solid #a6a3a0 !important;
    color: #232221 !important;
    background: 0 0;
}

.site-foot-cta-btns .btn {
    box-sizing: border-box;
    border-radius: 8px !important;
    /* border: 1px solid #232221; */
    /* color: #232221!important; */
    padding: 14px 25px 12px !important;
    /* font-weight: 500; */
    font-size: 16px !important;
    line-height: 20px !important;
    /* position: relative; */
    text-decoration: none !important;
    /* transition: all .2s; */
}

.site-foot-cta-btns .btn-primary {
    background: #066756 !important;
    /* position: relative; */
    /* display: inline-block; */
    color: #fff !important;
    border: 1px solid #066756 !important;
}

.btns {
    position: relative;
    display: inline-block;
    font-weight: 400;
    /* color: #171933; */
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 12px 25px;
    font-size: 18px;
    line-height: 1;
    border-radius: .5rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}





section#quotes {
    background-color: #fff;
    /*    background-image: url(../images/home/background-blue.jpeg);*/
    background-image: url(../images/home/background-blue.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-indicators li {
    background-color: #ff9000 !important;
}

.carousel-quotes-controls {
    position: absolute;
    bottom: 100px;
    right: 150px;
}

#quotes .carousel-control-prev {
    left: auto;
    right: 50px;
}

#quotes .carousel-control-prev,
#quotes .carousel-control-next {
    opacity: 1.0;
    font-size: 40px;
}

#quotes .carousel-control-next {
    right: 0;
}


.carousel-quote-text,
.carousel-quote-author {
    margin: 0 0 20px 0;
}

.carousel-quote-text {
    font-family: 'hackney';
    font-size: 45px;
    line-height: 1;
    text-transform: uppercase;
    max-width: 600px;
    position: relative;
}

.open-quote {
    left: -62px;
    top: -44px;
}

.close-quote {
    margin-top: -31px;
    margin-left: 10px;
}

.open-quote,
.close-quote {
    font-family: 'hackney';
    color: #ff9000;
    font-size: 160px;
    position: absolute;
}

.carousel-quote-author {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
}

.carousel-quote-author span {
    font-weight: 700;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}




section#fc-stories-of-change {
    /*    background: #fff url(../images/home/background-bar-greeni.png) center center no-repeat;*/
    background: #fff url(../images/home/background-bar-greeni.jpg) center center no-repeat;
    background-size: 100% auto;
    padding: 60px 0;
}


section#fc-stories-of-change .carousel-inner {
    max-width: 1280px;
    margin: 60px auto;
}

#carousel-stories-of-change .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#carousel-stories-of-change .carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

section#fc-stories-of-change .col-12 {
    min-height: 500px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

section#fc-stories-of-change .card.col-md-3 {
    float: left;
}

section#fc-stories-of-change .card:nth-child(odd) {
    top: 0;
}

section#fc-stories-of-change .card {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

section#fc-stories-of-change .card:nth-child(even) {
    top: 80px;
}

section#fc-stories-of-change .card-body {
    /*    background: #43d596;*/
    background: #5109B3;
    padding: 20px;
    border-radius: 0 0 3px 3px;
    border-right: 34px solid #fff;
}

section#fc-stories-of-change h3.card-title,
section#fc-stories-of-change h3.card-title a {
    /*    color: #12B395;*/
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

section#fc-stories-of-change .card-img-top {
    border-radius: 3px 3px 0 0;
    /*    border-right: 34px solid #43d596;*/
    border-right: 34px solid #5109B3;
}

.more-button {
    margin-top: 0px;
}

.bg-theme {
    /*    background-color: #ff9000;*/
    background-color: #efece6;
}

.bg-yellow {
    background-color: transparent;
    background-image: linear-gradient(90deg, #FFF4A300 5%, #FFF4A3 5%);
}

.img-round.r-right {
    /*    transform: rotate(3deg);*/
    transform: rotate(0deg);
}

.img-round {
    border-radius: 5pt;
    border: 2pt solid #fff;
}

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


.wrapper {
    height: auto;
    /*This part is important for centering*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.typing-demo {
    width: 14ch;
    animation: typing 2s steps(15), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    /*    font-family: monospace;*/
    font-size: 2em;
}

@keyframes typing {
    from {
        width: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}


.partner-img {
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-transition: background-color 0.5s ease-in-out 0s, -webkit-transform 0.6s ease-in-out 0.001s, opacity 0.6s ease-in-out 0.001s;
    transition: background-color 0.5s ease-in-out 0s, transform 0.6s ease-in-out 0.001s, opacity 0.6s ease-in-out 0.001s;
}

.lh-2 {
    line-height: 1.9rem;
}


.section.h-auto {
    min-height: 60vh;
}

.wrapper-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50%;
    max-width: 500px;
    padding-top: 35%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.small-text {
    color: #00b381;
    font-size: .75em;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.green {
    color: #00b381;
}

.button-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: .3em;
    padding-bottom: .5em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: tomato;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: .5px;
    text-decoration: none;
}


.line {
    width: 45px;
    height: 2px;
    margin-right: 10px;
    margin-bottom: -1px;
    background-color: #00b381;
}


.grid-clients {
    display: -ms-grid;
    display: grid;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-items: end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-auto-columns: 3fr;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: minmax(40px, 1fr) minmax(40px, 1fr) minmax(40px, 1fr);
    grid-template-rows: minmax(40px, 1fr) minmax(40px, 1fr) minmax(40px, 1fr);
}

.client {
    max-width: 130px;
}

.client-lg {
    width: 100px;
}

.blackandwhite {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


.text-img {
    font-size: 30px;
    left: 20px;
    padding-top: 60%;
}


.button-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 3;
}

.button-wrapper {
    margin-bottom: 54px;
    text-align: left;
}

.service_button {
    background-color: #f74f22;
    border-radius: 28px;
    padding: 5px 5px 5px 58px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    width: 25%;
}

.service_button i {
    color: #f74f22;
    background-color: #ffffff;
    font-size: 20px;
    padding: 10px 15px;
    line-height: 46px;
    border-radius: 100px;
}

.wrap-it {
    height: 500px;
}

.img-g {
    /*    height: 100%;*/
    overflow: hidden !important;
}


a[href] {
    text-decoration: none;
}


#causes .card {
    height: 550px;
    text-shadow: 0 1px 3px rgb(0 0 0 / 60%);
    background-size: cover !important;
    color: white;
    position: relative;
    border-radius: 0px !important;
    margin-bottom: 20px;
}

#causes .card-icon {
    position: absolute;
    bottom: 38%;
    left: 30px;
    background: transparent;
    padding: 5px 10px;
}


#causes .card-description {
    position: absolute;
    bottom: 24%;
    left: 30px;
    /*    background: #343434;*/
    background: transparent;
    padding: 5px 10px;
}

#causes .card-description h3 {
    font-size: 45px;
    letter-spacing: 2.5pt;
    font-weight: 800;
}

#causes .card-user {
    position: absolute;
    right: 10px;
    top: 10px;
}

.step-item {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 20px 40px;
    border-radius: 0px;
    background-color: rgba(72, 72, 72);
    background-color: rgba(0, 0, 0, 0.6);
}

.heading-11 {
    /*    display: block;*/
    text-align: center;
}

.number {
    opacity: 0.6;
    font-size: 100px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #111;
}

.div-block-200 {
    padding: 32px 32px 24px;
    border: 2px solid #111;
    border-radius: 16px;
    background-color: #f9f9f9;
}

.pricing-btn.l-btn {
    margin-top: 24px;
}

.pricing-btn {
    float: left;
    width: fit-content;
}

.pricing-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    cursor: pointer;
}



@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
    }

    40% {
        box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
    }

    80% {
        box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
    }

    100% {
        box-shadow: 0 0 0 rgba(255, 193, 7, 0);
    }
}

