/* ==========================================================================
   HOMEPAGE
   HERO SECTION
   ========================================================================== */

.tabbing{

    margin:30px 0;

    text-align:center;

    margin:30px 0;

}

.shadetabs_outer{

    display: inline-grid;

    grid-template-columns:220px 665px;

    gap:20px;

    margin:0 auto;

    background:#f4f4f4;

    border:1px solid #d7d7d7;

    border-radius:15px;

    padding:20px;

    box-shadow:0 2px 8px rgba(0,0,0,.08);

    padding:20px;

    overflow:hidden;

}


/* ==========================================================================
   LEFT COLUMN
   ========================================================================== */

.shadetabs{

    list-style:none;

    margin:0;

    padding:0;

}

.shadetabs li{

    margin-bottom:12px;

}

.shadetabs li:last-child{

    margin-bottom:0;

}

.shadetabs a{
    
    margin-top:5px;

    display:block;

    padding:10px 16px;

    background:#f7f7f7;

    border:1px solid #d7d7d7;

    border-radius:8px;

    color:#555555;

    font-size:16px;

    font-weight:500;

    text-decoration:none;

    transition:all .25s ease;

}


/* ==========================================================================
   HOVER
   ========================================================================== */

.shadetabs a:hover{

    background:#ffffff;

    border-color:#21007F;

    color:#21007F;

    text-decoration:none;

    transform:translateX(4px);

}


/* ==========================================================================
   SELECTED
   ========================================================================== */

.shadetabs a.selected{

    background:#ececec;

    border-color:#cfcfcf;

    color:#444444;

    font-weight:600;

    border-left:5px solid #21007F;

    padding-left:11px;

}
/* ==========================================================================
   RIGHT COLUMN
   ========================================================================== */

.slides{

    width:665px;

    max-width:100%;

    height:279px;

    display:flex;

    align-items:center;

    justify-content:center;

    overflow:hidden;

}

.srb_slide{

    width:665px;

    max-width:100%;

}

.srb_slide img{

    width:665px;

    max-width:100%;

    display:block;

    height:auto;

    border-radius:12px;

    border:1px solid #dddddd;

}

/* ==========================================================================
   VIDEO SECTION
   ========================================================================== */

/* ==========================================================================
   VIDEO GRID
   ========================================================================== */

.center_box{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

    margin-top:35px;

    align-items:start;

}

.products{

    display:flex;

    flex-direction:column;

    background:#f4f4f4;

    border:1px solid #d7d7d7;

    border-radius:15px;

    box-shadow:0 2px 8px rgba(0,0,0,.08);

    padding:20px;

}

.products h2{

    margin:0 0 18px;

    font-size:22px;

    font-weight:400;

    color:#333333;

    border-bottom:1px solid #dddddd;

    padding-bottom:12px;

}

.video-wrapper{

    position:relative;

    width:100%;

    aspect-ratio:16 / 9;

    overflow:hidden;

    border-radius:10px;

    background:#000;

}

.video-wrapper iframe{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    border:0;

}

.video_heading{

    margin:0 0 12px;

    font-size:20px;

    font-weight:300;

    color:#333333;

    text-align:center;

}

.video_intro{

    max-width:900px;

    margin:0 auto 30px;

    font-size:16px;

    line-height:1.7;

    color:#666666;

    text-align:center;

}

.page-document{

    max-width:950px;

    margin:0 auto;

    background:#ffffff;

    border:1px solid #dddddd;

    border-radius:12px;

    padding:25px;

    box-shadow:0 3px 12px rgba(0,0,0,.08);

    box-sizing:border-box;

}

.page-header{

    border-left:none;
    
    color:#21007F;

}    

.page-sub-header{

    border-left:5px solid #8CC63F;
    
    border-radius:8px;

    margin:20px 0;

    padding:22px;

    background:#f8f9fb;
    
    color:#000000;

}
    
.page-summary{

    margin:20px 0;

    padding:22px;

    background:#f8f9fb;
    
    color:#777777;

}

.services-header{

    border-left:10px solid #8CC63F;
    
    border-radius:20px;

}    
    
    
.services-summary{

    margin:20px 0;

    padding:22px;

    background:#f8f9fb;

}

/* ===========================================
   TESTIMONIALS
   =========================================== */

.testimonials-content{

    margin:30px 0;

}

.testimonials-panel{

    margin:20px 0;

}

.testimonials-panel h1{

    margin-bottom:35px;

}

.testimonials-item{

    margin-bottom:30px;
    
    padding:22px;
    
    background:#f8f9fb;
    
    border-left:5px solid #8CC63F;
    
    border-radius:8px;

}

.testimonials-item p{

    margin:0;
    
    color:#3d2a85;
    
    font-size:15px;

    font-weight:400 !important;
    
    line-height:1.7;

}

.testimonials-author{

    margin-top:18px;
    
    color:#777;
    
    font-size:12px;
    
    font-weight:bold;
    
    font-style:italic;
    
    text-align:right;

}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

/* ---------- Tablet ---------- */

@media (max-width:1024px){

    .shadetabs_outer{

        grid-template-columns:1fr;

        gap:20px;

    }

}

@media (max-width:1024px){

    .center_box{

        grid-template-columns:1fr;

    }

}

/* ---------- Mobile ---------- */

@media (max-width:768px){

    .tabbing{

        margin:20px 0;

    }

    .shadetabs_outer{

        padding:15px;

        gap:15px;

    }

}