/*
Theme Name:         i-vengers Theme
Theme URI:          http://old.i-vengers.org.uk
Description:        i-vengers Theme
Version:            9.0.9
Author:             Koobr
Author URI:         https://koobr.com
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.section-testimonials{
    padding: 50px 70px;
    text-align: center;
    margin-bottom: 80px;
}

.section-testimonials .container{
    padding: 0 15px;
}

.section-testimonials .testimonials-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    text-align: left;
    margin-top: 60px;
}

.section-testimonials .testimonials-wrap .item{
    width: calc(50% - 30px);
    border: 2px solid #003057;
    padding: 20px;
    margin-top: 20px;
    display: flex;
    align-content: space-around;
    flex-direction: column;
    justify-content: space-between;
}
.section-testimonials .testimonials-wrap .item p{
    margin-top: 0;
    margin-bottom: auto;
}
.section-testimonials .testimonials-wrap .item:before{
    content: ' ';
    display: block;
    margin-top: -50px;
    background-color: red;
    padding: 10px;
    margin-bottom: 14px;
    margin-left: -22px;
    margin-right: -22px;
    border: solid 2px #003057;
    height: 30px;
    background-image: url(https://staging.old.i-vengers.org.uk/wp-content/uploads/2024/09/Browser-Dots.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
}

.section-testimonials .testimonials-wrap .item .quote-author{
    display: flex;    
    justify-content: space-between;
    margin-top: 20px;
}

.section-testimonials .testimonials-wrap .item .quote-author p{
    padding-bottom: 0;
    margin-bottom: 0;
}

.section-testimonials .testimonials-wrap .item .quote-author .title{
    font-weight: bold;
    font-size: 22px;
}

.section-testimonials .testimonials-wrap .item .quote-author  .sub-title{
    font-size: 16px;
}

.section-testimonials .testimonials-wrap .item .thumbnail{
    width: 68px;
    height: 100%;
}

.section-testimonials .testimonials-wrap .item:nth-child(4n+1):before{
    background-color: #FFDD6F ;
}

.section-testimonials .testimonials-wrap .item:nth-child(4n+2):before{
    background-color: #D36EAC ;
}
.section-testimonials .testimonials-wrap .item:nth-child(4n+3):before{
    background-color: #66A584 ;
}

.section-testimonials .testimonials-wrap .item:nth-child(4n+4):before{
    background-color: #9878B7 ;
}


/* .email-signup .container{
    max-width: 1600px;
    padding-left: 60px !important;
    padding-right: 60px !important;
} */

.email-signup .container{
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.email-signup .cmApp_formSubmitButton{
    border-color: transparent !important;
}

footer .footer-one img{
    width: 100%;
    height: auto !important;
}

@media screen and (max-width: 776px) {
    .section-testimonials .testimonials-wrap .item{
        width: 100%;
    }
}

.kc_image_gallery.kc-grid.icons-group{
    display: flex;
    /* flex-wrap: wrap; */
    gap: 25px;
}
.kc_image_gallery.kc-grid.icons-group .item-grid{
    width: 20% !important;
    float: none;
    /* min-width: 150px; */
}

.align-bottom .kc-col-container{
    align-items: flex-end;
}

body.page-id-9 section h4{
    width: 100%;
}

/* body .navigation .logo-col{
    padding: 0;
    margin: 0;

} */
 

body .navigation .brand{
    text-align: left;
}

.navigation{
    padding-left: 70px;
    padding-right: 70px;
}

.navigation .container .row{
    position: relative;
}

body .navigation .navbar-nav{
    align-items: center;
}
body .navigation .navbar-nav .button{
    background-color: #FFCD00;
    color: #003057;
    text-shadow: none;
    border-radius: 4px;
    padding: 3px 32px;
}

.services{
    padding: 50px 70px;
}

.services .container{
    /*
    max-width: 1170px;
    margin: 0 auto;
    */
    padding: 0 15px;
}

.services .container .row{
    margin: 0;
 } 

.footer-banner{
    padding: 0 70px;
    padding-bottom: 50px;
    height: auto;
}

.computer .icon-bg .image-cont{
    text-align: center;
}


@media screen and (max-width: 1200px) {

    .services .container{
        max-width: inherit;
    }
    /*    
        .services .service .street-container{
            width: 410px !important;
        }    
    */
} 

@media screen and (max-width: 999px) {

    .services .container{
        padding: 0
    }

    .email-signup .container{
        max-width: initial;
        padding: 0 !important;
    }

    .section-testimonials .container{
        max-width: initial;
        padding: 0;
    }

    .footer-banner .container{
        max-width: initial;
        padding: 0;
    }
} 

@media screen and (max-width: 690px) {
    .kc_image_gallery.kc-grid.icons-group{
        gap: 30px;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .kc_image_gallery.kc-grid .item-grid.grid-4{
        width: calc(50% - 15px) !important;
        max-width: 170px;
    }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
    .services .service-list .col-lg-3 p {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .featured-on-side-image img{
        width: calc(100% + 140px) !important;
        max-width: initial !important;

    }
}

@media screen and (max-width: 576px) {
    body.home .main {
        text-align: left !important;
    }

    body.page-id-6 .main .kc_title:first-child {
        margin: 20px auto !important;
    }

    .services .col-lg-6, .services .col {
        padding: 0  !important;
    }

    .services .container {
        padding: 0 !important;
    }

    .row.service-list{
        display: block;
    }

    .services a {
        margin-left: 0px;
    }

    .services .service-list .col-lg-3 {
        width: 100%;
    }
}
