/* Start Case Studies Banner */
.case-studies-banner
{
    background: #FAFCFE;
    padding-top: 60px;
    padding-bottom: 100px;
}
.case-studies-banner .title
{
    margin-bottom: 60px;
}
.case-studies-banner .title h6
{
    font-family: "Gloriola-SemiBold";
    margin-bottom: 10px;
}
.case-studies-banner .flex 
{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.case-studies-banner .flex p
{
    color: #4A4A68;
    margin-bottom: 10px
}
.case-studies-banner .flex h6
{
    margin-bottom: 40px;
}
/* End Case Studies Banner */

/* Start Case Studies */
.case-studies 
{
    background: #FAFCFE;
    padding-bottom: 80px;
}
.case-studies .filters
{
    margin-bottom: 25px;
}
.case-studies .filters h5
{
    font-family: "Gloriola-SemiBold";
    margin-bottom: 30px;
}
.case-studies .filters ul
{
    margin-bottom: 30px;
    border-bottom: none;
}
.case-studies .filters ul li
{
	display: inline-block;
    margin: 0 15px 15px 0;
}
.case-studies .filters ul li a
{
    display: block;
    background-color: #C4C7D2;
    color: #050318;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.case-studies .filters ul li a.active,
.case-studies .filters ul li a:hover
{
    border-color: #99E2F2;
    background-color: #99E2F2;
    color: #24214B;
}
.case-studies .col-lg-4
{
    display: none;
}
.case-studies .card
{
    display: block;
    background: none;
    margin-bottom: 60px;
    border: none;
    text-decoration: none;
}
.case-studies .card img
{
    width: 100%;
    height: 216px;
    -o-object-fit: cover;
       object-fit: cover;
}
.case-studies .card .card-body
{
    padding: 20px 0 0;
    background: none;
}
.case-studies .card .card-body p
{
    color: #4A4A68;
    margin-bottom: 10px;
}
.case-studies .card .card-body h5
{
    color: #24214B;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.case-studies a.loadMore
{
    display: table;
    margin: 40px auto 0;
    background: #fff;
    color: #045B9A;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0px 6px 2px -4px rgba(14, 14, 44, 0.1), inset 0px 0px 1px 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0px 6px 2px -4px rgba(14, 14, 44, 0.1), inset 0px 0px 1px 1px rgba(0, 0, 0, 0.05) !important;
    cursor: pointer;
}
.case-studies .card:hover h5
{
    color: #045B9A;
}
/* End Case Studies */ 

/* Start Shout Out */ 
.shout-out
{
    padding-top: 80px;
    background: #ECEFF4;
}
.shout-out h1
{
    margin-bottom: 65px;
}
.shout-out .videos .card
{
    border: none;
    background: none;
    margin-bottom: 35px;
}
.shout-out .videos .card img
{
    display: block;
    margin-bottom: 20px;
}
.shout-out .videos .card .card-body
{
    padding: 0;
    background: none;
}
.shout-out .videos .card .play-video
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    background: none;
    text-align: center;
}
.shout-out .videos .card .play-video:after
{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f04b";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 30px;
    background: #0C9FF2;
    color: #050318;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.shout-out .videos .card > a:hover .play-video:after,
.shout-out .videos .card .play-video:hover:after
{
    background: #fff;
    color: #0C9FF2;
}
.shout-out .videos .modal .modal-content 
{
    border-radius: 25px;
}
.shout-out .videos .modal .modal-header
{
    padding-bottom: 0;
    border: none;
}
.shout-out .videos .modal .modal-body
{
    padding: 0 40px 40px;
}
.shout-out .videos .modal .modal-body iframe
{
    width: 100%;
    height: 450px;
    margin: auto;
    display: block;
}
.shout-out .testimonials
{
    padding-top: 100px;
}
.shout-out .testimonials .item
{
    color: #050318;
    padding-top: 30px;
    margin-bottom: 80px;
    border-top: 3px solid #0C9FF2;
}
.shout-out .testimonials .item h5,
.shout-out .testimonials .item h6:first-of-type
{
    font-family: "Gloriola-SemiBold";
}
.shout-out .testimonials .item h5
{
    margin-bottom: 30px;
}
.shout-out .testimonials .item h6:first-of-type
{
    margin-bottom: 10px;
}
/* End Shout Out */

/* Start Master SFS */
.master-sfs
{
    padding-top: 100px;
    padding-bottom: 100px;
    background: -o-linear-gradient(75deg, #99E2F2 0%, rgba(255, 255, 255, 0) 50%), #ECEEF4;
    background: linear-gradient(15deg, #99E2F2 0%, rgba(255, 255, 255, 0) 50%), #ECEEF4
}
.master-sfs h5
{
    margin-bottom: 40px;
}
/* End Master SFS */