body {
    font-family: "Figtree", sans-serif;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    transition: 0.5s;
    text-decoration: none;
}
.text-gry{
    color: #777;
}
.text-dark{
    color: #000;
}
.font-bold{
    font-weight: bold;
}
.font-14{
    font-size: 14px;
}
.font-light{
    font-weight: 300;
}
.text-blu{
    color: #008cc1;
}

.footer{
    background: #000000;
}
.f-down{    
    padding-top: 2rem;
    margin-top: 2rem !important;
    border-top: 1px solid #5b5b5b;
}
.copy-links a{
    border-right: 1px solid #eee;
    font-size: 12px;
    color: #eee ;
    text-decoration: none;
    display: inline-block;
    padding: 0px 8px;
}
.copy-links a:last-child{
    border-right: 0px;
}


.next-step{
    z-index: 99;
    padding: 8rem 1.5rem;
    background: linear-gradient(-45deg, #43BD82 0%, #008189 38%, #09299C 100%);
}
.next-step:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-image: url(../images/dots-dark.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    background-blend-mode: multiply;
    z-index: -1;
}
.next-content h2{
    color: white;
    font-size: 3.375rem;
    letter-spacing: 0;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}
.next-content a{
    margin-top: 3rem;
    text-decoration: none;
    background: #F44238;
    padding: .75rem 2rem;
    color: #fff;
    display: inline-block;
    border: none;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
}
.next-step:before {
    position: absolute;
    top: -9em;
    left: 1.5rem;
    width: 119px;
    height: 257px;
    background-color: transparent;
    background-image: url(../images/sitting-person.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    content: '';
    z-index: 1;
}
.next-content:after{
    position: absolute;
    bottom: 0px;
    right: 1.5rem;
    width: 316px;
    height: 271px;
    background-color: transparent;
    background-image: url(../images/magnet-man.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    content: '';
    z-index: 1;
}
.heading-box h2{
    font-size: 2.5rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
    color: #000;
}
.heading-box p{
    font-size: 1.25rem;
    color: #7F7F7F;
    font-weight: 300;
    line-height: 1.6;
}
.heading-box a{
    text-decoration: none;
    font-size: .825rem;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    color: #989898;
    letter-spacing: 1.5px;
    color: #F44238;
    position: relative;
    display: inline-block;
}
.team-section{
    z-index: 99;
    padding: 8rem 1.5rem;
    background: linear-gradient(-45deg, #43BD82 0%, #008189 38%, #09299C 100%);
}
.team-section:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-image: url(../images/dots-dark.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    background-blend-mode: multiply;
    z-index: -1;
}
.team-content h2{
    font-size: 2.5rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
    color: #fff;
}
.team-box:hover h2{
    color: #F44238;
}
.team-box:hover{
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1);
    border: 3px solid #F44238;
}
.team-box{
    padding: 2.5rem 1rem;
    background: #fff;
    transition: box-shadow 0.2s ease-in-out;
    border: 3px solid transparent;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}
.team-box h2{
    font-size: 2rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
    color: #000;
}
.team-box p{
    font-size: 1.05rem;
    color: #7F7F7F;
    line-height: 1.6;
    margin: 0;
    font-weight:400;
}
.trusted h6{
    color: #fff;
    font-size: .825rem;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    letter-spacing: 1.5px;
}
.banner-sec{
    padding: 3em 1.5rem 8em;
    position: relative;
}
.baner-sectoin{
    background-image: url(../images/dots.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.baner-sectoin h1{
    color: #000;
    font-size: 5rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0;
    line-height: 1.1;
}
.baner-sectoin  p{
    font-size: 1.625rem;
    color: #7F7F7F;
    font-weight: 300;
    line-height: 1.6;
}
.banner-image-left {
    position: absolute;
    left: -5em;
    z-index: 2;
    max-width: 18em;
    bottom: 0em;
}
.banner-image-right {
    position: absolute;
    right: -2em;
    bottom: 0em;
    z-index: 2;
    max-width: 13em;
}
.sticky{
    position: sticky;
}
.fixed {
    position: fixed;
    top: 0;
    left: 7%;
    width: 35%;
}
.list-box{
    padding: 20px;
}
.list-box h3{
    font-size: 1.375rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
    color: #000;
}
.list-box p{
    font-size: 1.05rem;
    color: #7F7F7F;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}
.sticky-image{
    height: 500px;
}
.mob-block{
    display: none;
}

@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 769px) {
    .team-section{
        padding: 4rem 0.5rem;
    }
    .mob-block{
        display: block;
    }
    .list-section{
        display: none;
    }
    .baner-sectoin h1{
        font-size: 2rem;
    }
    .banner-image-left{
        display: none;
    }
    .banner-image-right{
        display: none;
    }
    .baner-sectoin p{
        font-size: 19px;
    }
    .banner-sec {
        padding: 3em 1.5rem 3em;
    }
    .team-content h2{
        font-size: 1.5rem;
    }
    .next-step:before{
        display: none;
    }
    .next-content:after{
        display: none;
    }
    .f-down.d-flex.justify-content-between.align-items-center.align-items-center.pb-4{
        display: block !important;
        text-align: center;
    }
    .next-content h2{
        font-size: 2.375rem;
    }
    .next-step{
        padding: 4rem 0.5rem;
    }
    .f-widget.text-end.mb-3{
        text-align: center !important;
    }
    .f-widget.mb-3{
        text-align: center !important;
    }
    .copy-links{
        margin: 20px 0px;
    }
    .sticky-image {
        height: fit-content;
        margin-bottom: 20px;
    }
    .competition.mb-5.pb-5.mt-5.pt-5{
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
    .d-flex.justify-content-between.align-items-center.align-items-center.gap-3{
        display: block !important;
    }

}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}