@import url('https://fonts.googleapis.com/css2?family=Kanit: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');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.kanit-thin {
  font-family: "Kanit", system-ui;
  font-weight: 100;
  font-style: normal;
}

.kanit-extralight {
  font-family: "Kanit", system-ui;
  font-weight: 200;
  font-style: normal;
}

.kanit-light {
  font-family: "Kanit", system-ui;
  font-weight: 300;
  font-style: normal;
}

.kanit-regular {
  font-family: "Kanit", system-ui;
  font-weight: 400;
  font-style: normal;
}

.kanit-medium {
  font-family: "Kanit", system-ui;
  font-weight: 500;
  font-style: normal;
}

.kanit-semibold {
  font-family: "Kanit", system-ui;
  font-weight: 600;
  font-style: normal;
}

.kanit-bold {
  font-family: "Kanit", system-ui;
  font-weight: 700;
  font-style: normal;
}

.kanit-extrabold {
  font-family: "Kanit", system-ui;
  font-weight: 800;
  font-style: normal;
}

.kanit-black {
  font-family: "Kanit", system-ui;
  font-weight: 900;
  font-style: normal;
}

.kanit-thin-italic {
  font-family: "Kanit", system-ui;
  font-weight: 100;
  font-style: italic;
}

.kanit-extralight-italic {
  font-family: "Kanit", system-ui;
  font-weight: 200;
  font-style: italic;
}

.kanit-light-italic {
  font-family: "Kanit", system-ui;
  font-weight: 300;
  font-style: italic;
}

.kanit-regular-italic {
  font-family: "Kanit", system-ui;
  font-weight: 400;
  font-style: italic;
}

.kanit-medium-italic {
  font-family: "Kanit", system-ui;
  font-weight: 500;
  font-style: italic;
}

.kanit-semibold-italic {
  font-family: "Kanit", system-ui;
  font-weight: 600;
  font-style: italic;
}

.kanit-bold-italic {
  font-family: "Kanit", system-ui;
  font-weight: 700;
  font-style: italic;
}

.kanit-extrabold-italic {
  font-family: "Kanit", system-ui;
  font-weight: 800;
  font-style: italic;
}

.kanit-black-italic {
  font-family: "Kanit", system-ui;
  font-weight: 900;
  font-style: italic;
}

/*** Montserrat ***/

.montserrat-thin {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:100;
  font-style: normal;
}

.montserrat-thin-italic {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:100;
  font-style: italic;
}

.montserrat-extralight {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:200;
  font-style: normal;
}

.montserrat-extralight-italic {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:200;
  font-style: italic;
}

.montserrat-light {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:300;
  font-style: normal;
}

.montserrat-light-italic {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:300;
  font-style: italic;
}

.montserrat-regular {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
}

.montserrat-regular-italic {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: italic;
}

.montserrat-medium {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
}

.montserrat-medium-italic {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: italic;
}

.montserrat-semibold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:600;
  font-style: normal;
}

.montserrat-semibold-italic {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:600;
  font-style: italic;
}

.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:700;
  font-style: normal;
}

.montserrat-bold-italic {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:700;
  font-style: italic;
}

/*** Globals ***/

body h1,
body h2,
body h3 {
    font-family:"Kanit",sans-serif;
    font-weight:700;
}

body h4,
body h5,
body h6 {
    font-family: "Montserrat", sans-serif;
    font-weight:700;    
}

body h2 {
    font-size:36px;
    line-height:40px;
}

body h3 {
    font-size:24px;
    line-height:28px;
}

body h4 {
    font-size:18px;
    line-height:22px;
}

body h5 {
    font-size:16px;
    line-height:20px;
}

body p,
body li,
body a {
    font-family: "Montserrat", sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:20px;
}

body ul li {
    margin-bottom: 20px;
}

.all-caps {
    text-transform:uppercase;
}

.text-bold {
    font-weight:700;
}

.letter-space-1 {
    letter-spacing:1px;
}

.letter-space-2 {
    letter-spacing:2px;
}

.no-marg-bot {
    margin-bottom:0;
}

.color-teal {
    color:#427e97;
}

.color-blue {
    color:#038fde;
}

.color-white {
    color:#fff;
}

.color-dark-orange {
    color:#e87f5f;
}

.color-light-orange {
    color:#e29b73;
}

.circle-img {
    border-radius:50%;
}

.space-20 {
    padding-top:20%;
}

.btn-wrp {
    margin-bottom: 20px;    
}

.btn-all {
    display:inline-block;
    padding:10px 30px;
    border-radius:50px;
    text-decoration:none;
    font-size:18px;
    line-height:22px;
    transition:0.5s all;
    margin-top:10px;
}

.btn-dark-orange {
    background:#e87f5f;
    color:#fff;
}

.btn-dark-orange:hover {
    background:#427e97;
    color:#fff;
}

/*** Home Page ***/

.hero-wrap {
    background:url('../img/header-bg-desktop-rev1.png') no-repeat center top;
    background-size: cover;
    padding-top:140px;
    padding-bottom:40px;
}

.hero-wrap-desktop {
    background:#427e97;
    padding-top: 20px;
    color:#fff;
}

.hero-cntnt-wrp {
    position: relative;
    top: 20%;    
}

.hero-wrap-mobile {
    background:#427e97;
    padding-top: 20px;
    color:#fff;
}

.hero-wrap-mobile h2 {
    font-size:24px;
    line-height:28px;
    margin-bottom: 0;    
}

.hero-wrap-mobile p {
    font-size:14px;
    line-height:16px;
}

.acc-wrap {
    padding: 2%;    
}

.accordion {
    box-shadow: 1px 1px 20px #e8e8e8;    
}

.accordion-item button {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    padding: 20px;
    background: rgba(110, 165, 196, 0.1);
    /* background: #6ea5c4;
    color: #fff; */
}

.accordion-button:not(.collapsed) {
    background-color: #427e97;
    color: #fff;
}
    
.accordion-item button i {
    margin-right:10px;
}

.lrg-title-wrap {
    background:#e29b73;
    color:#fff;
    padding: 10px;    
}

.lrg-title-wrap ul {
    text-align: center;    
}

.lrg-title-wrap ul li {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.rt-wrap {
    
}

.rt-wrap .item-one-wrap {
    
}

.rt-wrap .item-one-wrap h3 {
    margin-bottom: 0;    
}

.rt-wrap .item-one-wrap p {
    font-size: 18px;
    line-height: 28px;    
}

.rt-wrap .item-one-wrap .col-md-3 p {
    margin-bottom: 0;
}

.sec-two-wrap {
    background:#f8f8f8;
}

.sec-two-wrap h2 {
    margin-bottom:30px;
}

.sec-two-wrap .btn-wrp {
    
}

.sec-two-wrap .btn-wrp h3 {
    
}

.hon-rew-wrap {
    /*padding-top:40px;
    padding-bottom:40px;*/
}

.sm-ttl-wrap {
    background: #ddebf5;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
}

.stem-wrap,
.serv-lead-wrap {
    /* background:#f8f8f8;
    padding-top:40px;
    padding-bottom:40px;*/  
}

.blue-bg-wrap {
    background: #ddebf5;
    border-radius: 15px;
}

.stem-wrap ul {
    
}

.stem-wrap ul li,
.math-wrap ul li,
.misc-wrap .misc-ul li {
    margin-bottom: 1rem;    
}

.blue-bg-wrap ul li,
.math-wrap ul li,
.misc-wrap ul li {
    font-weight:500;
}

.math-wrap .col-md-6.p-3 {
    padding-left:3rem!important;
    padding-right:3rem!important;
}

footer {
    background:#427e97;
    margin-top:20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

footer p {
    font-size:14px;
    line-height:16px;
}

/*** Responsive ***/

.for-mobile {
    display:none!important;
}

@media screen and (max-width:787px) {
    
    .for-mobile {
        display:block!important;
    }
    
    .for-desktop {
        display:none!important;
    }
    
    .hero-cntnt-wrp {
        top: 0;
    }    

    .acc-wrap {
        padding:5% 2%;    
    }
    
    .mob-no-pad {
        padding:5px!important;
    }
    
    .blue-bg-wrap {
        background:transparent;        
    }
    
    .lrg-title-wrap h2 {
        font-size:22px;
        line-height:26px;
    }
    
    .hon-rew-wrap {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .accordion-item button {
        padding:5%;
    }
    
    .math-wrap .col-md-6.p-3 {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    
    .rt-wrap .item-one-wrap p {
        font-size: 14px;
        line-height: 22px;
    }
    
    .rt-wrap .col-md-9 {
        margin-top: 10px;
    }
    
    .btn-all {
        margin-bottom: 10px;
    }
    
    .sec-two-wrap h2 {
        font-size: 28px;
        line-height: 30px;
    }    
    
}
















