@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Montserrat Alternates", sans-serif;
}
.bannerSec {
    padding: 5em 0 6em;
    align-items: center;
}

.paperBG {
  background-image: url("../images/bookBG.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 200px; */
  padding: 1em;
  margin: 1em 0;
}
.welTlt {
    color: #FDA31B;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: 3px solid #FDA31B;
    width: fit-content;
}
.welTlt span {
    color: #fff;
}
.bigTitle {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 4px;
}
.bigTitle span {
    color: #FDA31B;
}
.bannerPara {
    color: #fff;
    margin: 1em 0;
    letter-spacing: 3px;
    font-size: 18px;
}

.iconsTxt h1 {
    font-weight: 900;
    color: #F2F1F6;
    text-shadow: -1px -1px 0 #004439, 1px -1px 0 #004439, -1px 1px 0 #004439, 1px 1px 0 #004439;
    letter-spacing: 6px;
}
.serviceSec {
    padding: 1em 2.1em;
}
.tltText h4 {
    font-size: 20px;
    font-weight: bold;
    color: #004439;
    margin: 10px 0;
}

.title_min {
    font-size: 20px;
    font-weight: 600;
    color: #004439;
    border-bottom: 2px solid #004439;
    width: fit-content;
    margin: auto;
}
.aboutTitle {
    font-weight: 800;
    font-size: 40px;
    color: #004439;
    margin: 10px 0;
    padding: 30px;
}
.aboutTitle span {
    color: #FDA31B;
}
.aboutDataSec {
    background: #004439;
    border-radius: 50px;
    color: #fff;
    padding: 2em;
}
.eduSerTlt {
    color: #FDA31B;
    font-size: 22px;
    font-weight: 600;
}

.countBG {
    background-image: url("../images/countBG.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3em 0 2em;
}
.countBGcolor {
    background: #FDA31B;
    border-radius: 50px;
    margin: 10px 0;
}
.countBox {
    display: -webkit-box;
}
.countBox h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    margin: 0 20px;
    letter-spacing: 2px;
}
.countTlt h4 {
    color: #004439;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    padding: 1em 0;
    letter-spacing: 2px;
}

.titleTop h2 {
    font-size: 20px;
    font-weight: 600;
    color: #004439;
    border-bottom: 2px solid #004439;
    width: fit-content;
    margin: auto;
}
.mainTitle {
    font-weight: 800;
    font-size: 40px;
    color: #004439;
}
.mainTitle span {
    color: #FDA31B;
}
.headingPara {
    width: 50%;
    margin:1em auto;
    letter-spacing: 2px;
}

.coursesBlock {
    border: 2px solid #fefefe;
    border-radius: 10px 10px 100px 10px;
    box-shadow: 0px 8px 5px 0px #FDA31B;
    margin: 1em 0;
}
.courseImg {
    border-radius: 10px 10px 0 0;
}
.pirce {
    background: #FDA31B;
    font-size: 20px;
    font-weight: 500;
    width: fit-content;
    color: #fff;
    padding: 0 20px 0 10px;
    letter-spacing: 2px;
    border-radius: 0em 2em 2em 0;
}
.coursData {
    margin: 1em;
}
.sciTxt {
    font-weight: 400;
    color: #004439;
    margin: 6px 0;

}
.courseTlt {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0;
}
.rating img {
    display: inline-block;
}
.dMoreBtn {
    background: #004439;
    padding: 4px 20px;
    border-radius: 0em 2em 2em 0;
    width: fit-content;
    margin: 10px 0 20px 0;
}
.dMoreBtn a {
    font-size: 16px;
    font-weight: 600;
    color: #FDA31B;
    letter-spacing: 2px;
}

.teacherBG {
    background-image: url("../images/teacherBG.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3em 0 2em;
}
.titleSec {
    margin: 0;
}
.titleSec h2 {
        font-size: 20px;
        font-weight: 600;
        color: #FDA31B;
        border-bottom: 2px solid #FDA31B;
        width: fit-content;
        margin: auto;
}
.mainTitleTeach {
    font-weight: 800;
    font-size: 40px;
    color: #ffffff;
    margin: 0.5em 0;
}
.mainTitleTeach span {
    color: #FDA31B;
}
.techPara {
    color: #fff;
    letter-spacing: 2px;
}

.ourTeacher {
    background: #FDA31B;
    border-radius: 100px 0 20px 0px;
    margin: 1em 0;
}
.ourTeacher img {
    border-radius: 100px 0 20px 0px;
    padding-right: 14px;
}
.teachTxt {
    padding: 1em;
}
.teachTxt h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
}
.teachTxt p {
    font-size: 16px;
    font-weight: 700;
    color: #004439;
    letter-spacing: 2px;
    margin: 0;
}

.chooseBG {
    background: #FDA31B;
    padding: 3em 0;
}
.chooseTxt h2 {
    color: #004439;
    border-bottom: 2px solid #004439;
    width: fit-content;
    font-size: 20px;
    font-weight: 600;
}
.chooseTlt {
    font-weight: 800;
    font-size: 40px;
    color: #ffffff;
    margin: 0.3em 0;
}
.chooseTlt span {
    color: #004439;
}
.choosePara {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px; 
}

.boxChoose {
    background: #004439;
    border-radius: 20px 0 0 20px;
    border-right: 3px solid #fff;
    margin: 10px 0;
}
.boxChoose img {
    padding: 2px;
    margin: 0 10px 0 0;
}
.boxChooseTxt h4 {
    color: #FDA31B;
    font-weight: 500;
    font-size: 18px;
}
.boxChooseTxt p {
    color: #fff;
    font-size: 15px;
}

.testimonialBG {
    background-image: url("../images/testimBG.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3em 0 2em;
}
.syaImg {
    margin: 1em 0;
}

.footerSec {
    background-image: url("../images/footerBG.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3em 0 2em;
}
.footerBox {
margin: 0;
}
.footxt {
    color: #fff;
    margin-top: 10px;
}
.footCaontact {
    display: ruby;
    color: #fff;
}
.footxtLink {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.quickLink a {
    color: #fff !important;
    text-decoration: none;
}
.subsBtn {
    background: #FDA31B;
    border: none;
}
.footerEnd {
    background: #004439;
    padding: 20px 0 0;
}
.socialIcons {
    padding: 0px 0 20px;
}
.socialIcons img {
    display: inline-block;
}


.innerBanner {
    background-image: url("../images/innerbannerBG.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3em 0 2em;
}
.innerTxt h1 {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    color: #FDA31B;
}
.innerTxt p {
    color: #fff;
    text-align: center;
}

.mainContact {
    margin: 0.5em 0;
}
.contactBox {
    border-radius: 100px 100px 0px 0px;
    border: 3px solid #FDA31B;
}
.officeBG {
    background: #004439;
    margin: 0;
}
.officeBG h4 {
   color: #fff;
   text-align: center;
   font-size: 20px;
   font-weight: 700;
   padding: 8px 0;
   letter-spacing: 2px;
   margin: 0;
}
.contactEnd {
    background: #FDA31B;
    border-radius: 0px 0px 100px 100px;
}
.contactEnd h4 {
    color: #fff;
   text-align: center;
   font-size: 20px;
   font-weight: 700;
   padding: 1em 0;
   letter-spacing: 2px;
}

.formSec {
    border-radius: 0px 50px 0px 50px;
    border: 3px solid #FDA31B;
    padding: 1.5em;
}
.formSec h2 {
    font-size: 26px;
    font-weight: 700;
    color: #004439;
}
.mesBTN {
    background: #FDA31B;
    border: none;
    font-weight: 700;
    padding: 10px 20px;
}