#hero{
    padding: 120px 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#hero .container{
    position: relative;
    z-index: 2;
    padding-bottom: 120px;
}
#hero::before{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: rgba(0, 41, 75, 0.90);
}
#hero h1{
    color: #EEEEEE;
    font-size: 54px;
    font-weight: 900;
    line-height: 61px;
}

#hero h1 strong{
    color: #66C0FF;
}

#hero p{
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 54px;
    margin: 0;
}

#hero p strong{
    color: #66C0FF;
    font-weight: 400;
}

#hero li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

#hero li img{
    margin-right: 15px;
}

#hero ul{
    padding: 0;
    list-style-type: none;
    column-count: 2;
}

#hero .click{
    margin-top: 40px;
}

#hero .line{
    margin: 30px 0;
    width: 80%;
}
#hero .ratings{
    position: absolute;
    bottom: 15px;
    right: 0;
}

@media(max-width: 1200px){
    #hero .container{
        position: relative;
        z-index: 2;
        padding-bottom: 200px;
    }
}
@media(max-width: 767px){
    #hero .container{
        position: relative;
        z-index: 2;
        padding-bottom: 0;
    }
    #hero .ratings{
        position: static;
        margin: 30px 0 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    #hero .ratings img{
        margin: 4px;
    }
    #hero ul{
        column-count: 1;
    }
}

.slick-autoplay-toggle-button{
    display: none;
}

#banner{
    height: 325px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#about{
    background: #0e4099;
    padding: 90px 0;
}

#about .row{
    align-items: center;
}

#about h2{
    color: #FFFFFF;
    font-size: 46px;
    font-weight: 900;
    line-height: 72px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #FF7FBA;
    text-decoration-thickness: 9%;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

#about p{
    color: #FFFFFF;
    font-size: 18px;
}

#about .click{
    margin-top: 40px;
}

#about .content{
    padding-right: 50px;
}

#about .right{
    position: relative;
}

#about img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 588px;
}

@media(max-width:1400px){
    #about img{
        height: 500px
    }
    
    #about{
        padding: 50px;
    }
}

@media(max-width:1200px){
    #about img{
        position: relative;
        top: 0;
        transform: none;
        margin: 0 auto;
        display: block;
    }
    
    #about .content{
        padding: 0;
    }
}

@media(max-width:767px){
    #about img{
        width: 100%;
        height: auto;
    }
}

.slick-prev{
    left: 48%;
    transform: translateX(-50%);
    bottom: -50px;
    top: auto;
    height: 17px;
    width: 37px;
}

.slick-next{
    right: 45%;
    transform: translateX(-50%);
    bottom: -50px;
    top: auto;
    height: 17px;
    width: 37px;
}

.slick-next .slick-next-icon::before{
    content: '';
    background-image: url('/wp-content/uploads/2024/07/right-arrow-icon-1.png');
    background-size: cover;
    display: block;
    height: 17px;
    width: 37px;
    opacity: 1;
}

.slick-prev .slick-prev-icon::before{
    content: '';
    background-image: url('/wp-content/uploads/2024/07/right-arrow-icon.png');
    background-size: cover;
    display: block;
    height: 17px;
    width: 37px;
    opacity: 1;
}

@media(max-width:1200px){
    .slick-next{
        right: 44%;
    }
}

@media(max-width:991px){
    .slick-next{
        right: 40%;
    }
    .slick-prev{
        left: 45%;
    }
    
}

@media(max-width:767px){
    .slick-next{
        display: none!important;
    }
    .slick-prev{
        display: none!important;
    }
    
}

@media(max-width:576px){
    #banner{
        background-position: 85%
    }
}

#finance{
    padding: 50px 0 20px;
}

#finance img{
    width: 100%;
}

#logos {
    padding: 40px 0;
    text-align: center;
}
#logos h2 {
    color: #00335C;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    /* 140% */
    text-transform: uppercase;
    margin-bottom: 40px;
}
#logos .slick-slide {
    padding: 0 10px;
}


#why {
    background: #004981;
    padding: 60px 0;
}
#why .left .text {
    padding-right: 60px;
}
#why .left {
    display: flex;
    align-items: center;
    color: #fff;
}
#why h2 {
    color: #FFF;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 59px;
    /* 147.5% */
    text-transform: uppercase;
}
#why ul {
    margin-top: 30px;
    list-style: none;
    padding: 0;
}
#why li {
    color: #FFF;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0;
    display: flex;
}
#why li::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url('/wp-content/uploads/2026/04/circle-check-1-1.svg');
    margin-right: 10px;
}
#why p {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    /* 127.778% */
}
@media(max-width: 991px){
    #hero{
        padding: 50px 0;
    }
    #why .left{
        margin-bottom: 40px;
    }
    #why .left .text {
        padding-right: 0;
    }
    #why img{
        width: 100%;
        height: auto;
    }
    #hero h1 {
        font-size: 30px;
        line-height: 41px;
    }
}

#form {
    padding: 50px 0;
}
#form h2 {
    color: #00335C;
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 59px;
    /* 147.5% */
    text-transform: uppercase;
}

#form p {
    color: #2F2F2F;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 150% */
}

#form .line {
    border-top: 5px solid #139AF8;
    width: 185px;
}

#form .row {
    justify-content: center;
}

#form .line {
    margin-bottom: 50px;
}

#form input,
#form select {
    border: 2px solid #D8D8D8;
    padding: 15px;
}
#form input::placeholder,
#form textarea::placeholder {
    color: #000;
}

#form textarea {
    border: 2px solid #D8D8D8;
    height: 150px;
}

#form form {
    max-width: 700px;
    margin: 0 auto;
}

#form .btn {
    margin: 0 auto;
    display: block;
    background: #004981;
}

#services {
    padding: 80px 0 50px;
}

#services h2 {
    color: #00335C;
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 59px;
    /* 147.5% */
    text-transform: uppercase;
}

#services .line {
    border-top: 5px solid #139AF8;
}

#services .header {
    margin-bottom: 70px;
}

#services .inner {
    background: #004981;
    border-radius: 5px;
    height: 100%;
}

#services img {
    margin: 0;
    display: block;
    width: 100%;
}

#services h4 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 245.833% */
    text-transform: uppercase;
}

#services p {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

#services .content {
    padding: 30px 20px;
}


#work {
    padding: 100px 0;
    background: #00335C;
}

#work h2 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 59px;
    /* 147.5% */
    text-transform: uppercase;
}

#work .line {
    border-top: 5px solid #139AF8;
}

#work .header {
    margin-bottom: 70px;
}

#work .images {
    display: flex;
}

#work .slick-slide {
    margin: 0;
    padding: 0 5px;
}

#work img {
    width: 100%;
    cursor: pointer;
}

#work .block {
    margin: 0 3px;
    position: relative;
}

#work .wrap {
    background: #1B1A17;
    color: #00FFFF;
    font-size: 17px;
    width: 135px;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px 0;
    letter-spacing: 1.12px;
    position: absolute;
    bottom: 15px;
}

#work .title {
    text-align: center;
    margin-top: 20px;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 1.36px;
}
.img-fluid{
    max-height: 90vh;
}