
/*----------------------------------------------------------------------------------

Project     :   Buten - Product Marketing Landing Page
Author      :   thememeta
Athor URI   :   https://themeforest.net/user/thememeta

-------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------

[Table of contents]

Default CSS
Site Preloader
Header
Home Area
Home Slider
Home Newsletter
About Area
Section Heading
Features Area
Video Area
Core Feature Area
Why Choose Area
Newsletter Area
Product Area
Testimonial Area
FAQ Area
Contact Area
Footer

--------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
    Default CSS
---------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800');
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #000;
    position: relative;
    overflow-x: hidden;
    letter-spacing: 1px
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

input:required,
input:invalid,
textarea:required,
textarea:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a {
    color: #2c3e50;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
    font-weight: 400;
    margin-top: 0
}

h1 {
    font-size: 56px;
    line-height: 66px
}

h2 {
    font-size: 36px;
    line-height: 46px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 14px;
    color: #555;
    line-height: 24px;
    font-weight: 500;
}

.d-table {
    width: 100%;
    height: 100%
}

.animation-jump {
    position: relative;
    -webkit-animation: animation-jump 2s ease-in-out infinite;
    animation: animation-jump 2s ease-in-out infinite;
}

.animation-bg {
    -webkit-animation: animation-bg 25s ease-in-out infinite;
    animation: animation-bg 25s ease-in-out infinite;
}

@-webkit-keyframes animation-jump {
    0% {
        top: 3px;
    }
    50% {
        top: -3px;
    }
    100% {
        top: 3px;
    }
}

@keyframes animation-jump {
    0% {
        top: 3px;
    }
    50% {
        top: -3px;
    }
    100% {
        top: 3px;
    }
}

@-webkit-keyframes animation-bg {
    0% {
        background-position: top;
    }

    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}

@keyframes animation-bg {
    0% {
        background-position: top;
    }

    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}

/*-------------------------------------------------------------------------------------
    Site Preloader
---------------------------------------------------------------------------------------*/
.careers {

    text-align : center;
    color: red;
}
.careers2 {

    text-align : center;
    color: blue;
}
.preloader {
    background-color: #1c1c1c;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*-------------------------------------------------------------------------------------
    Header
---------------------------------------------------------------------------------------*/

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding: 10px 0
}

#header.sticky {
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px #ccc;
    box-shadow: 0 2px 10px #ccc;
    background-color: #fff;
    z-index: 999;
    padding: 14px 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.navbar-nav {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.navbar-nav .nav-item .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 0 15px;
    color: #fff;
    letter-spacing: 2px
}

.nav-item .nav-link:hover,
.nav-item .nav-link.active,
.sticky .nav-item .nav-link {
    color: #131a48
}

.sticky .nav-item .nav-link.active,
.sticky .nav-item .nav-link:hover {
    color: #D62C1F
}

.navbar-nav.buy-btn .nav-link {
    background-color: #fff;
    color: #D62C1F;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 700
}

.navbar-nav.buy-btn .nav-link:hover {
    background-color: #131a48;
    color: #fff;
}

.sticky .navbar-nav.buy-btn a {
    background-color: #D62C1F;
    color: #fff;
}

.sticky .navbar-nav.buy-btn .nav-link:hover {
    color: #fff;
}

.logo-scroll,
.sticky .logo {
    display: none
}

.sticky .logo-scroll {
    display: block
}

/*-------------------------------------------------------------------------------------
    Home Area
---------------------------------------------------------------------------------------*/

#home-area {
    background-image: url(../images/banner-1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    height: 100vh
}

#home-area2 {
    background-image: url(../images/career.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    height: 100vh
}
#home-area3 {
    background-image: url(../images/company.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    height: 100vh
}

.caption-content {
    height: 100vh
}

.caption-content h1 {
    color: #fff;
    font-weight: 800;
}

.caption-content p {
    color: #ddd;
    margin: 20px 0 10px;
}

.caption-content a {
    background-color: #FF0000;
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    margin: 40px 0 0;
}

.caption-content a:hover {
    background-color: #fff;
    color: #D62C1F;
}

.caption-content a i {
    padding-right: 2px;
    font-size: 18px;
}

.caption-img {
    padding: 25% 0 0;
}

/*-------------------------------------------------------------------------------------
    Home Slider
---------------------------------------------------------------------------------------*/

#home-area.slider {
    background-image: url(../images/banner-1.jpg);
}

.slide-single {
    padding: 0 12%;
}

.slide-single .caption-img img {
    max-width: 350px;
    margin: 0 auto;
    padding: 8% 0 0
}

.home-slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    text-align: center
}

.home-slider .owl-dot {
    display: inline-block;
    width: 15px;
    height: 6px;
    margin: 0 4px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0 4px;
    border: 0;
    outline: 0
}

.home-slider .owl-dot.active {
    width: 25px;
}

.owl-item.active .caption-content h1 {
    -webkit-animation: 1s .3s fadeInLeft both;
    animation: 1s .3s fadeInLeft both;
}

.owl-item.active .caption-content p {
    -webkit-animation: 1s .5s fadeInRight both;
    animation: 1s .5s fadeInRight both;
}

.owl-item.active .caption-content a {
    -webkit-animation: 1s .8s fadeInUp both;
    animation: 1s .8s fadeInUp both;
}

/*-------------------------------------------------------------------------------------
    Home Newsletter
---------------------------------------------------------------------------------------*/

#home-area.newsletter {
    background-image: url(../images/banner-2.jpg);
    position: relative
}

.home-news-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.newsletter .caption-img img {
    max-width: 350px;
    margin: 10% auto 0
}

.home-newsletter {
    background-color: #fff;
    padding: 40px 30px 50px;
    border-radius: 10px;
    margin: 9% 40px 0
}

.home-newsletter h2 {
    font-weight: 800;
    text-align: center;
    margin: 0 0 30px;
}

.home-newsletter input {
    height: 50px;
    font-size: 15px;
    border: 1px solid #e6f0fa;
}

.home-newsletter button {
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: #D62C1F;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    outline: 0
}

.home-newsletter button:hover {
    background-color: #0857d8;
}

/*-------------------------------------------------------------------------------------
    About Area
---------------------------------------------------------------------------------------*/

#about-area {
    padding: 100px 0;
}

.about-img img {
    border-radius: 10px;
}

.about-content h2 {
    font-weight: 800;
    margin: 0 0 10px;
}

.about-content h4 {
    font-weight: 600;
    color: #D62C1F;
}

.about-content ul {
    margin: 20px 0 0;
}

.about-content ul li {
    font-weight: 600;
    padding: 3px 0;
    font-size: 14px;
    line-height: 24px
}

.about-content li i {
    color: #D62C1F;
}

/*-------------------------------------------------------------------------------------
    Section Heading
---------------------------------------------------------------------------------------*/

.section-heading h2 {
    font-weight: 800;
}

.section-heading {
    margin: 0 0 60px;
}

/*-------------------------------------------------------------------------------------
    Features Area
---------------------------------------------------------------------------------------*/

#feature-area {
    background-color: #fafafa;
    padding: 90px 0 30px;
}

.feature-single {
    margin: 0 0 60px;
}

.feature-single h4 {
    font-weight: 600;
    margin-bottom: 5px
}

.feature-single i {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 15px;
    color: #D62C1F;
    padding: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px 0 #ccc;
    box-shadow: 0 4px 15px 0 #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff
}

.feature-single:hover i {
    color: #fff;
    background-color: #D62C1F
}

/*-------------------------------------------------------------------------------------
    Video Area
---------------------------------------------------------------------------------------*/

#video-area {
    position: relative;
    background-image: url(../images/video-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 90px 0 100px
}

.video-overlay {
    background-color: rgba(255, 40, 23, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.video-content h2 {
    font-weight: 800;
    color: #fff;
}

.video-content p {
    color: #ddd;
    margin: 0 0 50px;
}

.video-content,
.video-player {
    position: relative
}

.video-player a {
    font-size: 35px;
    color: #D62C1F;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: relative;
    z-index: 2;
    padding: 0 28px;
}

.video-player a:hover {
    color: #fff;
    background-color: #131a48;
}

.pulse1 {
    position: absolute;
    width: 100px;
    height: 100px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    border: 3px solid rgba(255, 255, 255, .1);
    -webkit-animation: pulsejg1 1.3s linear infinite;
    animation: pulsejg1 1.3s linear infinite;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
    box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pulse2 {
    position: absolute;
    width: 100px;
    height: 100px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-animation: pulsejg2 0.9s linear infinite;
    animation: pulsejg2 0.9s linear infinite;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);
    box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@-webkit-keyframes pulsejg1 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(.9);
        opacity: .2;
    }

    70% {
        -webkit-transform: scale(1.1);
        opacity: .35;
    }

    80% {
        -webkit-transform: scale(1.25);
        opacity: .2;
    }

    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes pulsejg1 {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .1;
    }

    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .25;
    }

    80% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes pulsejg2 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(.8);
        opacity: .05;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: .1;
    }

    60% {
        -webkit-transform: scale(1.1);
        opacity: .3;
    }

    80% {
        -webkit-transform: scale(1.2);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulsejg2 {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: .05;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .1;
    }

    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .3;
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

/*-------------------------------------------------------------------------------------
    Core Feature Area
---------------------------------------------------------------------------------------*/

#core-feature-area {
    padding: 90px 0 70px;
    
}

.core-feat-content {
    padding-top: 20px;
}

.core-feat-single {
    background-color: #fff;
    padding: 20px 20px 8px;
    border-radius: 10px;
    border: 1px solid #eff0f1;
    margin: 0 0 30px;
    -webkit-box-shadow: 0 5px 15px #e6f0fa;
    box-shadow: 0 5px 15px #
    
    
}
.core-feat-single2 {
    background-color: green;
    padding: 20px 20px 8px;
    border-radius: 10px;
    border: 1px solid #eff0f1;
    margin: 0 0 30px;
    -webkit-box-shadow: 0 5px 15px #e6f0fa;
    box-shadow: 0 5px 15px #e6f0fa
    
}
.core-feat-single3 {
    background-color: red;
    padding: 20px 20px 8px;
    border-radius: 10px;
    border: 1px solid #eff0f1;
    margin: 0 0 30px;
    -webkit-box-shadow: 0 5px 15px #e6f0fa;
    box-shadow: 0 5px 15px #e6f0fa
    
    
}
.core-feat-single4 {
    background-color: grey;
    padding: 20px 20px 8px;
    border-radius: 10px;
    border: 1px solid #eff0f1;
    margin: 0 0 30px;
    -webkit-box-shadow: 0 5px 15px #e6f0fa;
    box-shadow: 0 5px 15px #e6f0fa
    
    
}

.core-feat-single i{
    color: #D62C1F;
    font-size: 20px;
    display: inline-block;
    
}

.core-feat-single h4 {
    font-weight: 600;
    margin-bottom: 5px
}



/*-------------------------------------------------------------------------------------
    Why Choose Area
---------------------------------------------------------------------------------------*/

#why-choose-area {
    padding: 90px 0 30px;
    background-color: #fafafa;
}

.why-choose-img img {
    max-width: 300px
}

.why-choose-single {
   
    margin: 30 30 30px;
    overflow: hidden
}

.why-choose-single .icon {
    width: 20%;
    float: left;
}

.why-choose-single .content {
    width: 80%;
    float: left;
}

.why-choose-single i {
    display: inline-block;
    font-size: 30px;
    width: 80px;
    height: 80px;
    border: 2px dashed #D62C1F;
    border-radius: 50%;
    line-height: 80px;
    padding: 0 24px;
    color: #D62C1F;
    margin: 15px 0 0;
}

.why-choose-single h4 {
    font-weight: 600;
    margin-bottom: 5px
}

/*-------------------------------------------------------------------------------------
   Newsletter Area
---------------------------------------------------------------------------------------*/

#newsletter-area {
    padding: 100px 0;
    background-image: url(../images/newsletter-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}

.newsletter-overlay {
    background-color: rgba(255, 40, 23, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.newsletter-box {
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    position: relative
}

.newsletter-box h2 {
    font-weight: 800;
    margin: 0 0 5px
}

.newsletter-box p {
    margin: 0
}

.newsletter-form {
    position: relative;
    margin: 14px 0 0
}

.newsletter-form input {
    border-radius: 30px;
    height: 50px;
    padding-left: 30px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(52, 69, 199, 0.4);
    box-shadow: 0px 0px 15px 0px rgba(52, 69, 199, 0.4);
    font-size: 14px
}

.newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    padding: 0 40px;
    border-radius: 30px;
    border: 0;
    background-color: #D62C1F;
    color: #fff;
    outline: 0;
    cursor: pointer
}

.newsletter-form button:hover {
    background-color: #0857d8;
}

/*-------------------------------------------------------------------------------------
    Product Area
---------------------------------------------------------------------------------------*/

#product-area {
    padding: 90px 0 100px;
}

.product-single {
    border: 1px solid #eff0f1;
    padding: 35px 20px 45px;
    border-radius: 10px;
    background-color: #fafafa
}

.product-single img {
    max-width: 200px;
}

.product-single h4 {
    font-weight: 800;
    color: #D62C1F;
    margin: 0 0 20px;
}

.product-single h2 {
    font-weight: 700;
    margin: 10px 0 20px;
    font-size: 30px
}

.product-single a {
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    background-color: #D62C1F;
    font-weight: 600;
    border-radius: 30px;
}

.product-single a:hover {
    background-color: #0857d8;
}

/*-------------------------------------------------------------------------------------
    Testimonial Area
---------------------------------------------------------------------------------------*/

#testimonial-area {
    padding: 90px 0 135px;
    background-image: url(../images/banner-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#testimonial-area .section-heading h2 {
    color: #fff
}

.client-info img {
    max-width: 80px;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.client-info h4 {
    color: #fff;
    font-weight: 600;
    margin: 0
}

#testimonial-area .section-heading p,
.client-info p {
    color: #ddd;
}

.client-comment p {
    color: #fff;
    font-style: italic
}

.client-comment i {
    color: #f39c12
}

.testimonial-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    text-align: center
}

.testimonial-carousel .owl-dot {
    display: inline-block;
    width: 15px;
    height: 6px;
    margin: 0 4px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0 4px;
    border: 0;
    outline: 0
}

.testimonial-carousel .owl-dot.active {
    width: 25px;
}

/*-------------------------------------------------------------------------------------
    FAQ Area
---------------------------------------------------------------------------------------*/

#faq-area {
    padding: 0px 0 72px
}

#accordion .card {
    margin: 0 0 20px;
    border: 0;
    border-radius: 10px;
}

#accordion .card-header {
    border-radius: 10px;
    border: 0;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(52, 69, 199, 0.4);
    box-shadow: 0px 0px 15px 0px rgba(52, 69, 199, 0.4);
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative
}

#accordion .card-header.active a,
#accordion .card-header:hover a,
#accordion .card-header:hover:after {
    color: #fff;
}

#accordion .card,
#accordion .card-header.active,
#accordion .card-header:hover {
    background-color: #D62C1F;
}

#accordion .card-header a:after {
    content: "\eab2";
    font-family: "IcoFont";
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 20px
}

#accordion .card-header.active a:after {
    content: "\eab9";
    color: #fff
}

#accordion .card-header a {
    font-weight: 600;
    font-size: 18px;
    display: block
}

#accordion .collapse.show,
#accordion .card-body {
    background-color: #FFF;
    color: #fff;
    border-radius: 0 0 10px 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
    line-height: 24px
}

.faq-img img {
    max-width: 300px;
    margin-top: 10px
}

/*-------------------------------------------------------------------------------------
   Contact Area
---------------------------------------------------------------------------------------*/

#contact-area {
    padding: 90px 0 85px;
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fafafa
}

.contact-info {
    padding: 0 0 0 15%;
}

.contact-info-single {
    margin: 0 0 30px;
    overflow: hidden
}

.contact-info-single .icon {
    width: 25%;
    float: left;
    margin-right: 10px;
    text-align: center
}

.contact-info-single .content {
    width: 70%;
    float: left;
}

.contact-info-single i {
    font-size: 30px;
    color: #D62C1F;
    border: 1.2px solid #D62C1F;
    border-radius: 4px;
    width: 55px;
    height: 55px;
    display: inline-block;
    line-height: 55px
}

.contact-info-single p {
    font-size: 15px;
    color: #555
}

.contact-form input {
    height: 50px;
    border: 1px solid #e6f0fa;
    font-size: 14px
}

.contact-form textarea {
    border: 1px solid #e6f0fa;
    padding-top: 12px;
    font-size: 14px
}

.contact-form button {
    background-color: #D62C1F;
    border: 0;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    outline: 0;
    cursor: pointer
}

.contact-form button:hover {
    background-color: #0857d8;
}

.help-block.with-errors li {
    color: #ff0000;
    margin: 4px 0 0;
}

.messages {
    margin: 15px 0 0
}

.messages button {
    color: #000;
    padding: 0;
    background-color: transparent
}

.messages button:hover {
    background-color: transparent
}

/*-------------------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------------------*/

#footer {
    padding: 65px 0 0;
    background-color: #1c1c1c;
    overflow: hidden
}

#footer h4 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px
}

<style>
    .footer-social-icons {
        display: flex; /* Use flexbox to align items in a row */
        justify-content: center; /* Center the items horizontally */
    }

    .footer-social-icons ul {
        list-style-type: none; /* Remove default list styles */
        padding: 0; /* Remove any default padding */
        display: flex; /* Use flexbox to arrange items */
    }

    .footer-social-icons li {
        margin: 10px; /* Add spacing around list items */
    }
</style>

<div class="footer-social-icons text-center">
    <h4>Follow Us</h4>
    <ul>
        <li class="style36"><a href="https://www.facebook.com/ChooseKenya/" target="_blank" rel="noopener noreferrer">facebook</a></li>
        <li class="style36"><a href="https://www.linkedin.com/in/choose-kenya-consult-756625138" target="_blank" rel="noopener noreferrer">Linkedin</a></li>
        <li class="style36"><a href="https://twitter.com/KenyaChoose" target="_blank" rel="noopener noreferrer">twitter</a></li>
        <li class="style36"><a href="https://www.youtube.com/@choosekenyaconsult4588" target="_blank" rel="noopener noreferrer">youtube</a></li>
    </ul>
</div>
/*-------------------------------------------------------------------------------------
    Live Demo Content
---------------------------------------------------------------------------------------*/

.demo-header {
    padding: 80px 0 90px;
}

.demo-header h1 {
    font-weight: 800;
}

.demo-header h1 span {
    color: #0a89ff
}

.demo-header a {
    display: inline-block;
    background-color: #0a89ff;
    margin: 30px 10px 0;
    padding: 12px 40px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
}

.demo-content {
    background-color: #f5f5f5;
    padding: 100px 0 40px;
}

.demo-single h4 a {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin: 15px 0 0;
}

.demo-single {
    margin: 0 0 50px
}

.demo-single-inner {
    border: 4px solid #fff;
}

.demo-single h4 a:hover {
    color: #0a89ff
}
-------------------------------------------------------------------------------------------------
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
.jobs-list-container {
    max-width: 900px;
    margin: 20px auto;
    font-family: "Rubik", sans-serif;
  }
  
  .jobs-list-container h2 {
    font-size: 30px;
    border-left: 4px solid #023047;
    padding-left: 20px;
  }
  
  .jobs-list-container .jobs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  
  .jobs-list-container .jobs img {
    width: 60px;
  }
  
  .jobs-list-container .job {
    box-shadow: 0 4px 24px -8px rgba(2, 48, 71, 0.2);
    padding: 24px;
    border-radius: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 400ms ease;
  }
  
  .jobs-list-container .job:hover {
    transform: scale(1.03);
  }
  
  .jobs-list-container .open-positions {
    position: absolute;
    top: 40px;
    right: 24px;
    color: #e63946;
  }
  
  .jobs-list-container .job-title {
    font-size: 20px;
    padding: 10px 0;
    margin: 0;
    color: #023047;
  }
  
  .jobs-list-container .details {
    margin-top: 6px;
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    flex: 1;
  }
  
  .jobs-list-container .details-btn {
    text-decoration: none;
    border: 1px solid #023047;
    color: #000;
    padding: 8px 16px;
    border-radius: 8px;
    text-align: center;
    margin-top: 20px;
    transition: all 400ms ease;
  }
  
  .jobs-list-container .details-btn:hover {
    background: #023047;
    color: #fff;
  }
  
  .jobs-list-container .job-search {
    width: 100%;
    padding: 12px 24px;
    font-size: 18px;
    font-family: "Rubik", sans-serif;
    box-sizing: border-box;
    border: 1px solid #333;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  
  @media (max-width: 940px) {
    .jobs-list-container .jobs {
      grid-template-columns: 1fr 1fr;
    }
  }
  
  @media (max-width: 640px) {
    .jobs-list-container .jobs {
      grid-template-columns: 1fr;
      max-width: 400px;
      margin: 0 auto;
    }
  }
------------------------------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*****************************************************************************************
?????????????????????????????????????????????????????????????????????????????????????????
/*-------------------------------------------------------------------------------------
    This is new css code cm
---------------------------------------------------------------------------------------*/
  .program__container{
    grid-template-columns: 225px;
    justify-content: center;
    row-gap: 2rem;
  }
  
  .program__card{
  
    display: grid;
    background-color: hsla(79, 6%, 64%, .07);
    padding: 1.5rem 2rem;
    border:  2px solid transparent;
    transition: background .5s , border .4s;
  }
  .program__img{
    width: 38px;
  }
  
  .program__shape{
    width: 50px;
    height: 50px;
    background-color: var(--body-color);
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    transition: background .5s;
  }
  
  .program__title{
    font-size: var(--h3-font-size);
    margin-bottom: 1rem;
  
  }
  
  .program__description{
    font-size: var(--small-font-size);
    letter-spacing: .5px;
    line-height: 150%;
  
  }
  
  .program__title,
  .program__description{
    transition:  color .5s;
  }
  
  .program__button{
    justify-self: flex-end;
    margin-top: 1.5rem;
    font-size: 1.25rem;
    color: var(--title-color-black);
    opacity : 0 ;
    transition: opacity .4s;
  }
  
  .program__button i{
  
    display: block;
    transition: transform .3s;
  }
  .program__button:hover i{
  
    transform: translateX(.25rem);
  }
  
  .program__card:hover{
    background-color: var(--first-color);
    border: 2px solid var(--first-color-light);
  }
  
  .program__card:hover .program__shape{
  background-color:var(--first-color-light);
  
  }
  
  .program__card:hover .program__title ,
  .program__card:hover .program__description{
    color: var(--title-color-black);
  }
  
  .program__card:hover .program__button{
    opacity: 1;
  }
  @import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Red+Hat+Display:wght@400;700;900&display=swap");
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');
  /*=============== VARIABLES CSS ===============*/
  :root {
    --header-height: 3.5rem;
    
    /*========== Colors ==========*/
    /*Color mode HSL(hue, saturation, lightness)*/
    --first-color: hsl();
    --first-color-light: hsl();
    --first-color-alt: hsl(79, 67%, 52%);
    --first-color-dark: hsl(79, 63%, 50%);
    --first-color-gray: hsl(79, 6%, 64%);
    --title-color: hsl(0, 0%, 0%);
    --title-color-black: hsl(180, 4%, 12%);
    --text-color: hsl(0, 0%, 0%);
    --text-color-light: hsl();
    --body-color: hsl(0, 0%, 100%);
  
    /*========== Font and typography ==========*/
    /*.5rem = 8px | 1rem = 16px ...*/
    --body-font: 'Red Hat Display', sans-serif;
    --second-font: 'Kaushan Script', ;
    --biggest-font-size: 2rem;
    --bigger-font-size: 1.5rem;
    --big-font-size: 1.25rem;
    --h1-font-size: 1.5rem;
    --h2-font-size: 1.25rem;
    --h3-font-size: 1rem;
    --normal-font-size: .938rem;
    --small-font-size: .813rem;
    --smaller-font-size: .75rem;
  
    /*========== Font weight ==========*/
    --font-bold: 700;
    --font-black: 900;
  
    /*========== z index ==========*/
    --z-tooltip: 10;
    --z-fixed: 100;
  }
  
  /* Responsive typography */
  @media screen and (min-width: 1024px) {
    :root {
      --biggest-font-size: 6rem;
      --bigger-font-size: 3.5rem;
      --big-font-size: 2.75rem;
      --h1-font-size: 2.25rem;
      --h2-font-size: 1.5rem;
      --h3-font-size: 1.25rem;
      --normal-font-size: 1rem;
      --small-font-size: .875rem;
      --smaller-font-size: .813rem;
    }
  }
  
  /*=============== BASE ===============*/
  * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body,
  button,
  input {
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
  }
  
  body {
    background-color: var(--body-color);
    color: var(--text-color);
  }
  
  h1,  h3 {
    color: var(--title-color);
    font-weight: var(--font-bold);
  }
  h2{ 
    color: var(--first-color);
    font-weight: var(--font-bold) ;
  
  
  }
  
  ul {
    list-style: none;
  }
  
  a {
    text-decoration: none;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  /*=============== REUSABLE CSS CLASSES ===============*/
  .container {
    max-width: 1124px;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  
  .section {
    padding: 4.5rem 0 2rem;
  }
  
  .section__data {
    display: flex;
    flex-direction: column;
    row-gap: .75rem;
    text-align: center;
    margin-bottom: 3rem;
  }
  
  .section__title, 
  .section__title-border {
    font-size: var(--big-font-size);
    letter-spacing: 1.5px;
  }
  
  .section__subtitle {
    font-size: var(--h2-font-size);
    font-family: var(--second-font);
    font-weight: 400;
    letter-spacing: 1.5px;
    color: var(--first-color);
    
  }
  
  .section__titles {
    display: flex;
    column-gap: .75rem;
    justify-content: center;
  }
  
  .section__title-border {
    -webkit-text-stroke: 1px var(--text-color);
    color: transparent;
  }
  
  .grid {
    display: grid;
    gap: 1.5rem;
  }
  
  .main {
    overflow: hidden; /* For animation ScrollReveal */
  }
  
  .color-red {
    color: hsl(0, 80%, 64%);
  }
  
  .color-green {
    color: var(--first-color);
  }
  
  /*=============== HEADER & NAV ===============*/
  
  .header{
    width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-fixed);
  transition: background .3s;
  }
  
  .nav{
    height: var(--header-height);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .nav__logo ,
  .nav__toggle{
    color: var(--first-color);
    display: flex;
  }
  
  .nav__logo{
  
    align-items: center;
    column-gap: .5rem ;
    font-weight: var(--font-bold);
    font-size: larger;
  }
  
  .nav__logo img{
  
    width: 2.00rem;
  }
  .nav__toggle{
  font-size: 1.25rem;
  cursor: pointer;
  }
  
  @media screen and (max-width: 1023px){
    .nav__menu{
     position: fixed;
      background-color: rgba(253, 255, 255, 0.8);
      backdrop-filter: blur(32px);
      -webkit-backdrop-filter:blur(32px);
      top: 0;
      right: -100%;
      width: 80%;
      height: 100%;
      border-left: 2px solid var(--first-color-gray);
      transition: right .3s;
    }
  }
    
  .nav__list{
  
    padding : 5rem 0 0 3rem;
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
  }
  
  .nav__link{
    color: var(--title-color);
    transition: color .3s;
  }
  .nav__link:hover{
  
    color: var(--first-color);
  }
  
  .nav__close{
   
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 1.5rem;
    color: var(--title-color);
    cursor: pointer;
  
  }
  
  .nav .nav__button{
  
    background-color: rgba(253, 255, 255, 0.8);
    border: none;
  }
  /* Show menu */
  .show-menu{
    right: 0;
  
  }
  
  /* Change background header */
  
  .bg-header{
  background-color: var(--body-color);
  box-shadow: 0 4px 8px hsla(180, 12%, 4%, .3);
  
  }
  /* Active link */
  .active-link{
    color: var(--first-color)
  }
  
  /*=============== HOME ===============*/
  
  .home{
   position: relative;
   padding-bottom: 0;
   
   
  }
   .home__container{
  
    padding-top: 4rem;
    row-gap: 3rem;
    
   }
   
   .home__data{
  
    text-align: center;
    
   }
  .home__subtitle{
    font-size: var(--bigger-font-size);
    -webkit-text-stroke: 1px var(--title-color);
    color: transparent;
  }
  
  .home__title{
    font-size: var(--biggest-font-size);
    font-weight: var(--font-black);
    margin: .5rem 0;
  }
  
  .home__subtitle,
  .home__title{
    letter-spacing: 1.5px;
  }
  
  .home__description{
  
    margin-bottom: 2.5rem;
  }
    .home__triangle{
      height: 325px ;
      position: absolute ;
      right: 0;
      bottom: 0;
      clip-path: polygon(100%  0 , 0 100% ,100% 100%);
      
    }
  
    .home__triangle-1{
      width: 105px;
      background-color: var(--first-color);
    }
    .home__triangle-2{
      width: 205px;
      background-color: var(--first-color-alt);
    }
    .home__triangle-3{
      width: 305px;
      background-color: var(--first-color-dark);
    }
  .home__img{
    display: block;
    position:relative ;
    z-index: 1;
    margin: 0 auto;
  }
  
  /*=============== BUTTON ===============*/
  .button{
    display: inline-block;
    background-color: var(--first-color);
    padding :18px 32px;
    border: 2px solid var(--first-color);
    color: var(--title-color-black);
    font-weight: var(--font-bold);
    cursor: pointer; 
    transition: background .3s;
  }
  
  .button:hover{
    background-color: var(--first-color-alt);
  }
  
  .button i{
    font-size: 1.25rem;
    transition: transform .3s;
  }
  .button__flex{
  
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: .5rem;
  }
  
  .button__flex:hover i {
    transform: translateX(.25rem);
  }
  /*=============== LOGOS ===============*/
  .logos__container{
    grid-template-columns: repeat(2 ,1fr);
    gap: 2rem;
    justify-items: center;
  }
  .logos__img{
    width: 120px;
  }
  
  
  /*=============== PROGRAM ===============*/
  
  .program__container{
    grid-template-columns: 225px;
    justify-content: center;
    row-gap: 2rem;
  }
  
  .program__card{
  
    display: grid;
    background-color: hsla(79, 6%, 64%, .07);
    padding: 1.5rem 2rem;
    border:  2px solid transparent;
    transition: background .5s , border .4s;
  }
  .program__img{
    width: 38px;
  }
  
  .program__shape{
    width: 50px;
    height: 50px;
    background-color: var(--body-color);
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    transition: background .5s;
  }
  
  .program__title{
    font-size: var(--h3-font-size);
    margin-bottom: 1rem;
  
  }
  
  .program__description{
    font-size: var(--small-font-size);
    letter-spacing: .5px;
    line-height: 150%;
  
  }
  
  .program__title,
  .program__description{
    transition:  color .5s;
  }
  
  .program__button{
    justify-self: flex-end;
    margin-top: 1.5rem;
    font-size: 1.25rem;
    color: var(--title-color-black);
    opacity : 0 ;
    transition: opacity .4s;
  }
  
  .program__button i{
  
    display: block;
    transition: transform .3s;
  }
  .program__button:hover i{
  
    transform: translateX(.25rem);
  }
  
  .program__card:hover{
    background-color: var(--first-color);
    border: 2px solid var(--first-color-light);
  }
  
  .program__card:hover .program__shape{
  background-color:var(--first-color-light);
  
  }
  
  .program__card:hover .program__title ,
  .program__card:hover .program__description{
    color: var(--title-color-black);
  }
  
  .program__card:hover .program__button{
    opacity: 1;
  }
  /*=============== CHOOSE ===============*/
  
 
  @media screen  and (min-width:1150px){
    .container{
      margin-left: auto;
      margin-right: auto;
    }
    .home__data{
      padding-top: 3rem;
    }
    .home__images{
  
      transform: translateX(-9rem);
    }
    .home__img{
      width: 700px;
      transform: translateX(2rem);
    }
    .home__triangle{
      height: 995px;
    }
    .home__triangle-1{
      width: 205px;
    }
    .home__triangle-2{
      width: 505px;
    }
    .home__triangle-3{
      width: 705px;
    }
    .program__container{
      grid-template-columns: repeat(4, 234px);
      padding: 3rem 0;
    }
    .program__card{
      padding: 2rem;
    }
    .program__description{
      font-size: var(--normal-font-size);
    }
  
    