@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body {
    box-sizing: border-box;
    /* overflow-x: hidden; */
    width: 100%;
    margin: 0;
    padding: 0;
    background:#f5f5f5;
}

* {
    font-family: 'Montserrat';
}
.red_color{
    color:#9E291F;
}
.red_back{
    background:#9E291F;
}
.blue_color{
    color:#21366A;
}
.blue_back{
    background:#21366A;
}
.yellow_color{
    color:#FAAC3A;
}
.yellow_back{
    background:#FAAC3A;
}
.right_border{
    border-right:1px solid #9E291F;
}
.form-panel {
    background: rgba(0, 0, 0, .8);
    padding: 30px 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    min-height: 370px;
    color: #fff;
    border-radius: 0px;
    border-right: 10px solid #fff;
}

.form-panel .form_title {
    color: #fff;
    font-size:20px;
    text-align:center;
}

.form-panel .register-panel {
    margin-top: 20px;
}

.form-panel .line {
    position: relative;
    height: 2px;
    background: rgba(255, 255, 255, .3);
}

.form-panel .line:before {
    position: absolute;
    left: 0;
    width: 20%;
    height: 100%;
    background: #f8a125;
    content: '';
}

.form-panel h4 {
    font-weight: 700;
}

.form-panel a {
    display: inherit;
    color: #fff;
}
.form-panel label{
    font-size:12px;
}
.form-panel a.frmLogin {
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-panel a:hover {
    color: #ffc107;
}

.form-panel input[type=submit] {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* banner section start  */

    .banner_section{
        background:url('../../../images/sunstone_theme/sunstone_banner.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size:cover;
        height:auto;
    }
    .banner_section .navbar .navbar-brand img{
        height:90px;
        width:300px;
    }
    .banner_section .navbar .nav-item .nav-link button{
        background:#9E291F;
        color:#fff;
    }
    .banner_section .navbar .nav-item .nav-link{
        color:rgba(255,255,255,0.7);
        font-weight:600;
        font-size:13px;
    }
    .banner_section .key_highlight{
        border-radius:15px;
    }
    .banner_section .form_div{
        background:#fff;
        height:60vh;
        border-radius:15px;
    }
    .banner_section .key_highlight h6{
        font-size:12px;
        color:rgba(255,255,255,0.5);
    }
    .banner_section .key_highlight h6 span{
        font-weight:bold;
        color:#fff;
        font-size:12px;
    }
    .banner_section .key_highlight hr{
        border-top:1px solid #FAAC3A;
    }
    @media (min-width:320px) and (max-width:480px){
        .banner_section{
            background:url('../../../images/sunstone_theme/courses_back.png');
            background-repeat: no-repeat;
            background-position: center left;
            background-size:cover;
            height:auto;
            padding-bottom:4%;
        }
        .banner_section .form_div{
            box-shadow:0px 0px 20px rgba(0,0,0,0.5);
        }
        .banner_section .form_div{
            background:#091D43;
        }
        .banner_section .navbar .nav-item .nav-link{
            color:#000;
            font-weight:600;
            font-size:13px;
        }
        .banner_section .navbar .navbar-brand img{
            height:60px;
            width:300px;
        }
        .banner_section .key_highlight h6{
            font-size:12px;
            color:rgba(255,255,255,0.5);
        }
        .banner_section .key_highlight h6 span{
            font-weight:bold;
            color:#fff;
            font-size:16px;
        }
    }

/* banner section end  */

/* why sunstone section start  */

    .why_sunstone{
        padding:4% 0% 0% 0%;
        background:#fff;
    }
    .why_sunstone h6{
        font-size:14px;
        padding:15% 0%;
    }
    .why_sunstone hr{
        border-top:1px solid rgba(0,0,0,0.6);
    }
    .why_sunstone h6 span{
        font-weight: bold;
        color:#21366A;
    }
    @media (min-width:320px) and (max-width:480px){
        .why_sunstone{
            padding:10% 0% 0% 0%;
            background:#fff;
        }
        .why_sunstone h6{
            font-size:14px;
            padding:5% 0%;
        }
        .why_sunstone h6 span{
            font-weight: bold;
            color:#21366A;
            font-size:16px;
        }
    }

/* why sunstone section end  */

/* courses section start  */

    .courses_section{
        background:url('../../../images/sunstone_theme/courses_back.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size:100% 100%;
        height:auto;
        padding:4% 0% 0% 0%;
    }
    .courses_section hr{
        border-top:1px solid #000;
    }
    .courses_section .nav .nav-item .nav-link{
        background:#cdcbcb;
        font-size:14px;
        font-weight:700;
        color:rgba(0,0,0,0.6);
        padding:auto 20%;
        border-radius:50px;
    }
    .courses_section .nav .nav-item .nav-link.active{
        color:#fff;
        background:#21366A;
    }
    .courses_section .tab-pane .course_content{
        padding-bottom:0%;
    }
    .courses_section .tab-pane .course_content  h2{
        color:#21366A;
        font-weight:bold;
        font-size:40px;
    }
    .courses_section .tab-pane .course_content hr{
        border-top:1px solid rgba(0,0,0,0.6);
    }
    .courses_section .tab-pane .course_content h4{
        font-size:25px;
        color:#000;
        font-weight:bold;
    }
    .courses_section .tab-pane .course_content h6{
        font-size:12px;
        font-weight:700;
        color:rgba(0,0,0,0.5);
    }
    .courses_section .tab-pane .course_content p{
        font-size:13px;
        font-weight:700;
        color:rgba(0,0,0,0.5);
    }
    .courses_section .tab-pane .course_content button{
        background:transparent;
        border:3px solid #223668;
        color:#223668;
        font-weight:600;
        border-radius:6px;
    }
    @media (min-width:320px) and (max-width:480px){
        .courses_section{
            padding:10% 0% 0% 0%;
        }
    }

/* courses section end  */

/* key highlights two start  */

.key_highlight2{
    background:#223668;
    padding:5% 0% 8% 0%;
    margin-top:-1%;
}
.key_highlight2 h2{
    color:#fff;
    font-weight:600;
    font-size:30px;
}
.key_highlight2 p{
    color:rgba(255,255,255,0.5);
    font-weight: 600;
    font-size:14px;
}
.key_highlight2 .key_borderRight{
    border-right:1px solid #FAAC3A;
}
@media (min-width:320px) and (max-width:480px){
    .key_highlight2{
        padding:10% 0% 18% 0%;
        margin-top:-3%;
    }
}

/* key highlight two end  */

/* advance certification section start  */

.advance_certification{
    margin-top:-4%;
}
.advance_certification .advance_certification_inner{
    background:#fff;
    padding:4% 4% 2% 4%;
    box-shadow:0px 0px 20px rgba(0,0,0,0.5);
}
.advance_certification .advance_certification_inner h4{
    color:#000;
}
.advance_certification .advance_certification_inner hr{
    border-top:1px solid #000;
}
.advance_certification .advance_certification_inner .nav .nav-item .nav-link{
    color:rgba(0,0,0,1);
    font-weight:600;
    font-size:14px;
    background:#cdcbcb;
    border-radius:50px;
}
.advance_certification .advance_certification_inner .nav .nav-item .nav-link.active{
    color:#fff;
    font-weight:bold;
    font-size:14px;
    background:#21366A;
}
.advance_certification .advance_certification_inner .tab-content .tab-pane{
    background:#f5f5f5;
    padding:2%;
}
.advance_certification .advance_certification_inner .tab-content .tab-pane .advance_certification_courseContent ul{
    list-style:none;
    padding-left:0%;
}
.advance_certification .advance_certification_inner .tab-content .tab-pane .advance_certification_courseContent ul li{
    font-size:14px;
    font-weight:bold;
    color:#000;
    margin:2% 0%;
}
.advance_certification .advance_certification_inner .tab-content .tab-pane .advance_certification_courseContent button{
    background:transparent;
    border:3px solid #223668;
    color:#223668;
    font-weight:600;
    border-radius:6px;
}
@media (min-width:320px) and (max-width:480px){
    .advance_certification{
        margin-top:-14%;
    }
    .advance_certification .advance_certification_inner{
        background:#fff;
        padding:10% 4% 6% 4%;
        box-shadow:0px 0px 20px rgba(0,0,0,0.5);
    }
    .advance_certification .advance_certification_inner .tab-content .tab-pane .advance_certification_courseContent{
        padding:2% 5%;
    }
    .advance_certification .advance_certification_inner .tab-content .tab-pane .advance_certification_courseContent ul li{
        font-size:12px;
    }
}

/* advance certification section end  */

/* admission process section start  */

.admission_process{
    padding:4% 0%;
}
.admission_process h1{
    color:#000;
    font-weight:600;
}
@media (min-width:320px) and (max-width:480px){
    .admission_process{
        padding:10% 0%;
    }
    .admission_process h1{
        color:#000;
        font-weight:700;
        font-size:30px;
    }
}

/* admission process section end  */

/* unique section start  */

.makes_unique{
    background:url('../../../images/sunstone_theme/unique.png');
    background-position: center right;
    background-size:cover;
    background-repeat: no-repeat;
    height:auto;
    padding:5% 4%;
}
.makes_unique h1{
    color:#fff;
    font-size:50px;
}
.makes_unique h1 span{
    color:#fff;
    font-size:120px;
    font-weight:900;
}
.makes_unique h2 {
    color:#fff;
}
.makes_unique ul li{
    color:#fff;
    margin:3% 0%;
}
.makes_unique hr{
    border-top:1px solid #fff;
}
@media (min-width:320px) and (max-width:480px){
    .makes_unique{
        padding:10% 2% 0% 2%;
        background-position: center right;
        background-size:cover;
        background-repeat: no-repeat;
        background:url('../../../images/sunstone_theme/unique_mobile.png');
        height:auto;
    }
    .makes_unique h1 span{
        font-size:60px;
    }
    .makes_unique h1{
        font-size:30px;
    }
    .makes_unique h2 {
        color:#fff;
        font-size:20px;
    }
}

/* unique section sql  */

/* 360 outlook section start  */

    .outlook{
        background:#223668;
        padding:5% 0%;
    }
    .outlook h2{
        color:#fff;
    }
    .outlook hr{
        border-top:1px solid #fff;
    }
    .outlook .outlook_card h4{
        color:#fff;
        font-weight:bold;
        font-size:20px;
    }
    .outlook .outlook_card p{
        font-size:12px;
        color:rgba(255,255,255,0.5);
    }
    .outlook button{
        background:transparent;
        border:4px solid #fff;
        color:#fff;
        font-weight:bold;
        border-radius:5px;
    }
    @media (min-width:320px) and (max-width:480px){
        .outlook{
            background:#223668;
            padding:10% 0%;
        }
    }

/* 360 outlook section end  */

/* partner colleges section start  */

.partner_colleges{
    padding:3% 3% 2% 3%;
}
.partner_colleges .carousel .carousel-inner .carousel-item .college_box h5{
    color:#21366A;
    font-size:13px;
    font-weight:600;
}
.partner_colleges .carousel .carousel-inner .carousel-item .college_box img{
    margin-bottom:7%;
}
.partner_colleges .carousel .carousel-inner .carousel-item .college_box h6{
    font-weight:600;
    color:rgba(0,0,0,0.5);
    font-size:11px;
}
.partner_colleges .carousel .carousel-inner .carousel-item  hr{
    border-top:1px solid #000;
}
.partner_colleges .carousel .carousel-inner .carousel-item{
    padding-bottom:3%;
}
.partner_colleges .carousel .carousel-indicators li{
    height:5px;
    width:5px;
    border:1px solid #21366A;
    background:transparent;
    border-radius:50%;
}
.partner_colleges .carousel .carousel-indicators li.active{
    background:#21366A;
}
.partner_colleges button{
    background:transparent;
    color:#21366A;
    border:3px solid #21366A;
    border-radius:7px;
    font-weight: bold;
}
@media (min-width:320px) and (max-width:480px){
    .partner_colleges{
        padding:10% 3% 10% 3%;
    }
    .partner_colleges .carousel .carousel-inner .carousel-item{
        padding-bottom:10%;
    }
}

/* partner colleges section end  */

/* recruiters section start  */

.recruiters{
    padding:3%;
}
/* .recruiters .carousel-inner .carousel-item img{
    height:80px;
    width:250px;
} */
.recruiters .carousel-cell2 {
    width: 20%;
    height: 100px;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    padding:0px;
    counter-increment: carousel-cell;
}
.recruiters .carousel-cell2 img{
    height: 80px;
    width: 300px;
    padding: 0px;
    margin: 20px;
    box-shadow:5px 10px 15px rgba(0, 0, 0, 0.4);
}
@media (min-width:320px) and (max-width:480px){
    .recruiters .carousel-cell2 {
        width: 60%;
        height: 100px;
        margin-right: 30px;
        margin-bottom: 30px;
        border-radius: 5px;
        padding:0px;
        counter-increment: carousel-cell;
    }
}

/* recruiters section end  */

/* faq section start  */

.faq {
    background: #091D43;
    color: #fff;
    display: flex;
    min-height: 100vh;
  }
  
  .inner{
    /* margin: 0 auto; */
    padding: 4rem;
  }
  
  .accordion .accordion-item {
    border-bottom: 1px solid #fff;
  }
  .accordion .accordion-item button{
    color:#fff;
  }
  .accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #fff;
  }
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  .accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #fff;
  }
  .accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #fff;
    border: 1px solid #fff;
  }
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
  }
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  .accordion button[aria-expanded=true] {
    color: #fff;
  }
  .accordion button[aria-expanded=true] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 50em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
  }

/* faq section end  */

/* footer start  */

.footer_wrap {
    background: #000;
    padding: 60px 0 0;
}

.footer_wrap h2 {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 25px;
}

.social_media_sec {
    padding: 0;
    margin: 0;
}

.social_media_sec li {
    display: inline-block;
    margin-right: 10px;
}

.social_media_sec li:last-child {
    margin: 0;
}

.footer_contact_detail {
    padding: 0;
    margin: 0;
}

.footer_contact_detail li {
    display: block;
    margin-bottom: 15px;
}

.footer_contact_detail li:last-child {
    margin-bottom: 0px;
}

.footer_contact_detail li img {
    float: left;
    margin-right: 10px;
}

.footer_contact_detail li a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
}

.footer_bottom {
    margin-top: 60px;
    padding: 15px 0;
    text-align: center;
    background: transparent;
    border-top: 1px solid #58667f;
}

.footer_bottom p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.footer_bottom p a {
    display: inline-block;
    color: #fff;
}

/* footer end  */