:root{
	--font1:'Inter', sans-serif;
    --font2:"Roboto Slab", serif;;
	--primary: #e95e5e;
    --lightprimary: #fae9e8; 
	--secondary:  #ee6a58;  
    --white: #FFFFFF; 
	--grey: #a3a3a4;   
	--black:  #111;  
    --textColor: rgba(255,255,255,.6);
}

/* common */
.cmnbtn1{
    background: transparent;
    border: 1px solid var(--secondary);
}
.cmnbtn1 span{
    color: var(--secondary);
    transition: 0.5s;
}
.cmnbtn1:hover{
    border: 1px solid var(--primary);
}
.cmnbtn1:hover span{
    color: var(--white);
}

h2.title{
    font-size: 40px;font-weight: 700;
    color: var(--black);line-height: 50px;
    margin-bottom: 25px;
}
h2.title span{
    color: var(--primary);
}
h2.title.center{
    text-align: center;
}
.sec-para{
    font-size: 16px;font-weight: 300;
    line-height: 25px;margin-bottom: 0;
    color: var(--black);
}
.sechd{
    margin-bottom: 60px;
}



/**mobile menu**/
.menubtn{
    width: 45px;
    height: 45px;
    background: var(--primary);
    padding: 8px; 
    z-index: 124;
    margin-left: 10px;
    border-radius: 5px; 
    position: relative;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.menubtn span{
    display: inline-block;
    background: var(--white);
    width: 100%;
    height: 3px;
}

.mobilemenu{
    position: fixed;
    right: -100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, .5);
    transition: .5s;
    z-index: 124;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.mobilemenu.active{
    right: 0;
}
.cross{
	position: absolute;
    width: 30px;
    height: 30px;
    line-height: 0;
    background: var(--white);
    color: var(--black);
    padding: 5px;
    right: 40px;
    top: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mobilemenu ul{
    padding: 10px;
    background: var(--secondary);
    width: 320px;
    list-style: none;
    margin: 0; 
    height: 100%;
    padding-top: 50px;
    overflow-x: hidden;
}
.mobilemenu ul::-webkit-scrollbar {
  width: 5px;
} 
.mobilemenu ul::-webkit-scrollbar-track {
  background: var(--secondary);
} 
.mobilemenu ul::-webkit-scrollbar-thumb {
  background: var(--secondary);
} 
.mobilemenu ul li:before{display: none;}
.mobilemenu ul li a{
    display: block;
    margin: 5px 20px;
    color: var(--white);
    border-radius: 25px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}
.mobilemenu li a:after{
	display: none;
} 


.mobilemenu ul.submenu{ 
    display: none;
}
.mobilemenu ul li.haschild >a{
    position: relative;
}
.mobilemenu ul li.haschild >a:before{
    position: absolute;
    content: "";
    right: 0;
    top: 10px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: var(--white);
    padding: 3px;
    transform: rotate(135deg);
}
.mobilemenu ul li{
	margin: 0 0 10px;
}

/* header */
.header-bottom{
	padding: 30px 0;
    transition: 0.5s;
    background: var(--white);
}
.sticky .site-header{
    position: fixed;width: 100%;
    top: 0;z-index: 999;
}
.sticky .site-header .header-bottom{
    padding: 20px;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
}
.headerBottomHold {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerBottomRight{
	display: flex;
	align-items: center;
}
.menulist{padding: 0 30px; border-right: 1px solid var(--white);}
.menulist li{display: inline-block; vertical-align: middle;
	margin-right: 20px; position: relative;
}
.menulist li:last-child{margin-right: 0;}
.menulist li a{
        display: block;
    font-weight: 500;
    color: var(--black);
    padding: 3px 8px;
    position: relative;
    font-size: 18px;
}
.menulist li.haschild >a:after{ 
	    position: relative;
    display: inline-block;
    font-family: bootstrap-icons!important;
    content: "\F282";
    vertical-align: middle;
    font-size: 14px;
    opacity: 1;
    font-weight: bold;
        margin-left: 5px;
}
 
.menulist li a:hover:before,
.menulist li.active a:before{width: 40px;}
.menulist li a:hover{
	color: var(--primary);
} 
.headerAccountList{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}


.site-header{
    background: var(--white);
}


.ban-hold{
    padding: 60px 50px;
    border-radius: 10px;
    background: var(--lightprimary);
}
.ban-con h1{
    font-size: 48px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 10px;
    line-height: 58px;
}
.ban-con h1 span{
    color: var(--primary);
}
.ban-con ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 29px;margin-bottom: 25px;
}
.ban-con ul li{
    position: relative;
    font-size: 20px;font-weight: 600;
    color: var(--black);
}
.ban-con ul li h2{
    font-size: 38px;font-weight: 700;
    color: var(--black);margin-bottom: 0;
}
.ban-con ul li:after{
    position: absolute;
    content: "";
    right: -17px;top: 6px;
    width: 5px;height: 45%;
    background: var(--primary);
}
.ban-con p{
    font-size: 16px;font-weight: 300;
    color: var(--black);
    line-height: 25px;
    margin-bottom: 25px;
}

.ban-img{
    padding: 10px;
    background: var(--white);
    border-radius: 20px;
    display: inline-block;
}
.ban-logo ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    margin-top: 35px;
}
.ban-logo ul li{
    display: flex;
    align-items: center;justify-content: flex-start;
    gap: 10px;
}
.ban-logo ul li span{
    display: block;
    font-size: 14px;font-weight: 300;
    color: var(--black);line-height: 20px;
}
.ban-logo ul li img{
    width: 80px;
}


.sp-img{
    width: 200px;
    margin-bottom: 30px;
}
.sp-tab-right ul{
    display: flex;flex-direction: column;
    gap: 40px;
}
.sp-tab-right ul li{
    display: flex;align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.sp-tab-right ul li img{
    width: 48px;height: 48px;
    object-fit: contain;
}
.sp-tab-right ul li span{
    font-size: 18px;font-weight: 500;
    color: var(--black);line-height: 25px;
}
.stu-par-tab .tab-content .tab-pane .row{
    align-items: center;
}
.stu-par-tab .nav{
    justify-content: center;
    margin-bottom: 35px;
}
.stu-par-tab .nav .nav-link{
    line-height: 24px;
    background: var(--lightprimary);
    padding: 15px 30px 15px 40px;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    justify-content: center;
    border-radius: 5px;
    font-size: 20px;
    border-radius: 10px;
    color: var(--black);
    font-weight: 500;position: relative;
    margin-left: -10px;
}
.stu-par-tab .nav .nav-link.active{
    border-radius: 10px;
    background: var(--primary);
    color: var(--white);
    position: relative;
    z-index: 1;
}


.offerings ul{
    display: flex;flex-direction: column;
    gap: 40px;
}
.offerings ul li{
    padding: 25px 40px;
    border-radius: 20px;
    transition: 0.5s;
}
.offerings ul li:first-child{
    background: rgb(253, 239, 224);
}
.offerings ul li:nth-child(2){
    background: rgb(224, 242, 253);
}
.offerings ul li:last-child{
    background: rgba(165, 209, 112, 0.4);
}
.offerings ul li a{
    display: inline-block;
    width: 100%;
    display: flex;align-items: center;
    justify-content: space-between;
}
.offerings ul li:hover{
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.offerings ul li a .offer-left{
    width: 30%;display: flex;
    align-items: center;justify-content: flex-start;
    gap: 40px;
}
.offerings ul li a .offer-right{
    width: 30%;display: flex;
    align-items: center;justify-content: flex-end;
    gap: 40px;
}
.offer-icon img{
    width: 60px;height: 60px;
    object-fit: contain;
}
.offer-left h3{
    font-size: 20px;font-weight: 400;
    color: var(--black);margin-bottom: 0;
}
.offer-left h3 span{
    font-weight: 600;
}
.offer-img img{
    width: 170px;
}
.offer-arrow img{
    width: 16px;height: 16px;
    object-fit: contain;
}

.awards ul{
    display: flex;align-items: flex-start;
    justify-content: space-between;
    gap: 50px;

}
.awards ul li{
    width: 18%;
}
.awards ul li div{
    height: 100px;
}
.awards ul li img{
    width: 150px;height: 100%;
    object-fit: contain;
}
.awards ul li span{
    text-align: left;
    font-size: 15px;font-weight: 300;
    color: var(--grey);margin-top: 30px;
    display: block;line-height: 23px;
}
.trusted-img{
    display: inline-flex;align-items: center;
    justify-content: center;width: 100%;
    position: relative;bottom: -7px;
}
.trusted-img img{
    width: 218px;
}
.trusted-tab{
    padding: 40px 20px;
    border-radius: 20px;
    background: var(--lightprimary);
}
.trusted-tab .tab-pane ul{
    display: flex;align-items: center;
    justify-content: space-between;gap: 10px;
    flex-wrap: wrap;
}
.trusted-tab .tab-pane ul li{
    background: var(--white);
    padding: 10px;border-radius: 10px;
    width: 18%;
}
.trusted-tab .tab-pane ul li img{
    height: 54px;object-fit: contain;
}
.trusted-tab .nav{
    justify-content: center;
}
.trusted-tab .nav .nav-link{
    line-height: 24px;
    background: var(--white);
    padding: 15px 30px 15px 40px;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    justify-content: center;
    border-radius: 5px;
    font-size: 20px;
    border-radius: 10px;
    color: var(--black);
    font-weight: 500;position: relative;
    margin-left: -10px;
}
.trusted-tab .nav .nav-link.active{
    border-radius: 10px;
    background: var(--primary);
    color: var(--white);
    position: relative;
    z-index: 1;
}


.count-part h3{
    font-size: 70px;font-weight: 600;
    color: var(--black);
    margin-bottom: 25px
}
.count-part p{
    font-size: 20px;font-weight: 300;
    color: var(--black);margin-bottom: 0;
}
.count-main .row .col:first-child .count-part h3{
    color: rgb(243, 111, 49);
}
.count-main .row .col:nth-child(2) .count-part h3{
    color: rgb(165, 209, 112);
}
.count-main .row .col:last-child .count-part h3{
    color: rgb(40, 167, 223);
}

.ler-part{
    padding: 50px 20px 30px;
    border-radius: 10px;
    height: 100%;
}
.ler-part p{
    font-size: 16px;font-weight: 300;
    color: var(--black);min-height: 105px;
    margin-bottom: 40px;
}
.ler-part .name{
    font-size: 17px;color: var(--black);
    font-weight: 600;margin-bottom: 5px;
    text-align: right;
}
.ler-part .class{
    margin-bottom: 5px;font-size: 16px;
    font-weight: 600;color: var(--grey);
    text-align: right;min-height: auto;
}
.ler-part .schl{
    margin-bottom: 0;font-size: 16px;
    font-weight: 300;color: var(--black);
    text-align: right;display: block;
}
.learning .row{
    row-gap: 20px;
}
.learning .row .col:nth-child(odd) .ler-part{
    background: var(--lightprimary);
}
.learning .row .col:nth-child(even) .ler-part{
    background: var(--white);;
    border: 1px solid var(--primary);
}
.ab-img{
    display: inline-flex;justify-content: center;
    align-items: center;margin-bottom: -50px;
    width: 100%;
}
.ab-img img{
    width: 220px;
}
.ab-con{
    padding: 70px 40px 40px;
    border-radius: 15px;
    background: var(--lightprimary);
    margin-top: -60px;
}
.ab-log img{
    width: 175px;
}
.ab-log{
    margin-bottom: 40px;
}
.ab-left .sec-para{
    margin-bottom: 40px;
}
.ab-con .row{
    align-items: end;
}
.sign-div{
    padding: 50px 0;
    display: flex;align-items: center;
    justify-content: center;gap: 30px;
    position: relative;background: var(--lightprimary);
    border-radius: 15px;
}
.sign-div p{
    font-size: 24px;font-weight: 600;
    color: var(--black);margin-bottom: 0;
}
.icon1{
    position: absolute;left: 0;top: 10px;
}
.icon2{
    position: absolute;right: 100px;bottom: 0;
}


.debtrelief h2{
    color: var(--black);
}
.debtrelief h2 span{
    color: var(--primary);
    display: inline-block;
}
.debtForm{
    width: 400px;
    margin: 30px auto;
}
.debtFormPart p{
    background: #ffe4e4;
    color: #000;
    padding: 20px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 2px 2px 0 2px var(--primary);
}
.rt{
    display: flex;
        justify-content: center;
        gap:20px;
}
.debtForm select,.debtForm input{
  
    width: 100%;
    padding:15px 20px;
    border-radius: 7px;
    border: 2px solid #000;
    margin-bottom: 20px;
}
input::placeholder {
  color: #333; 
}
button[type="submit"],
input[type="submit"]{
    line-height: 24px;
    background: var(--secondary);
    padding: 12px 25px;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    justify-content: center;
    border-radius: 5px;
    font-size: 16px;
    gap:6px;
    position: relative;
    overflow: hidden;
    color: var(--white);
    border: none;
    width: 100%;
} 
button[type="submit"]:hover,
input[type="submit"]:hover{color: var(--white);
    background: var(--primary);
}


@media (max-width:1399px){

}

@media (max-width:1199px){
    .menulist{
        display: none;
    }
    .menubtn{display: flex;} 
    .ban-con ul li h2{
        font-size: 34px;
    }
    .count-part h3 {
        font-size: 55px;
    }

}

@media (max-width:991px){
    .ban-main .row{
        flex-direction: column-reverse;
        row-gap: 25px;
    }
    .ban-logo ul{
        flex-wrap: wrap;
    }
    .stu-par-tab .tab-pane .row{
        row-gap: 25px;
    }
    .offerings ul li a .offer-left, .offerings ul li a .offer-right{
        width: auto;
    }
    .offerings ul li a .offer-left{
        gap: 30px;
    }
    .count-main .row{
        justify-content: center;
        row-gap: 25px;
    }
    .ab-con .row{
        row-gap: 30px;
    }
}

@media (max-width:767px){
    .headerAccountList{
        display: none;
    }
    .ban-hold{
        padding: 45px 35px;
    }
    .offerings ul li a{
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .awards ul{
        flex-wrap: wrap;
    }
    .awards ul li {
        width: 45%;
    }
    .trusted-tab .nav .nav-link {
        line-height: 20px;
        padding: 10px 25px 10px 30px;
        font-size: 16px;
    }
    .trusted-tab .tab-pane ul li{
        width: 33%;
    }
    .trusted-tab .tab-pane ul{
        justify-content: center;
    }
    .count-part{
        text-align: center;
    }
    .sign-div{
        flex-wrap: wrap;justify-content: center;
    }
    h2.title{
        font-size: 35px;line-height: 45px;
    }
}


@media (max-width:574px){
    .ban-con h1{
        font-size: 45px;
    }
    .ban-con ul li h2 {
        font-size: 25px;
    }
    .ban-con ul{
        flex-wrap: wrap;
    }
    .offerings ul li{
        padding: 25px;
    }
    .awards ul li {
        width: 100%;
        text-align: center;
    }
    .awards ul li div{
        text-align: center;
    }
    .awards ul li span{
        text-align: center;
    }
    .trusted-tab .tab-pane ul li {
        width: 48%;
    }
}

@media (max-width:479px){
    .ban-con h1 {
        font-size: 38px;
        line-height: 48;
    }    
}

@media (max-width:424px){
    .ban-con h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .ban-hold {
        padding: 40px 25px;
    }
    .ban-con ul{
        gap: 25px;
    }
    .ban-con ul li{
        width: 100%;
    }
    .ban-con ul li::after{
        display: none;
    }
}

@media (max-width:320px){
    .ban-hold {
        padding: 40px 25px;
    }
}