html, body, * {
    box-sizing: border-box;
}
body {   
    font-family: 'Montserrat';
    background: #fff;    
    margin:0;
    padding:0;
}
a {
    text-decoration: none;
}
.ips-header {
   padding: 12px 0;
}
.ips-header .ips-header-contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ips-header .ips-header-contents .ips-header-logo a {
    display: inline-block;   
}
.ips-header .ips-header-contents .ips-header-logo .ips-logo-img {
    height: auto;
    max-width: 100%;
}
.ips-header .ips-header-text {
    display: flex;
    gap: 64px;
}
.ips-header .ips-header-text a {
    color: rgba(0, 33, 71, 1);
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0;
    display: inline-block;
}
.ips-header .ips-header-text a img {
    width: 20px;
    height: 15px;
}
.ips-common-sec {
    padding-top: 110px;
    padding-bottom: 110px;
}
.ips-common-mini-sec {
    padding-top: 72px;
    padding-bottom: 72px;
}
.ips-slide-sec {
    min-height: 700px;    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

    box-shadow: 0px -270px 140px 0px #00000087 inset;
}
.ips-bmr-main .ips-slide-sec {   
    background-image: url("../images/bmr/bmr-slide-d-1.jpg");   
}
.ips-ft-main .ips-slide-sec {   
    background-image: url("../images/ft/ft-slide-d-1.jpg");   
}
.ips-hm-main .ips-slide-sec {   
    background-image: url("../images/hm/hm-slide-d-1.jpg");   
}
.ips-col-main .ips-slide-sec {   
    background-image: url("../images/col/col-slide-d-1.jpg");   
}
.ips-slide-sec .ips-slide-text {
    display: flex;
    height: 100%;
    align-items: flex-end;
}
.ips-slide-sec .ips-slide-text .ips-title-h2 span{
    color:#03A9F4;
}
.ips-slide-sec .ips-slide-text .ips-slide-wrap {
    margin-bottom: 80px;
}
.ips-slide-form {
    background-color: rgba(240, 238, 239, 1);
    padding: 40px;
    margin: 80px 0 80px auto;
    max-width: 558px;
}
.ips-slide-form .form-control {
    font-size: 16px;
    border-radius: 1px;
    background-color: #fff;
    border-color: transparent;
    margin-bottom: 2px;
    height: 42px;
}
.ips-slide-form .form-control:focus{
    outline: none;
    border-color: rgb(0 33 71 / 45%);
    box-shadow: none;
}
.ips-slide-form textarea {
    height: 50px;
}
.ips-slide-form .form-control::placeholder, 
.ips-slide-form select {
    font-size: 16px;
    font-weight: 300;
}
.ips-slide-form select {
    background-image: url(../images/common/ips-arrow-down.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 12px);
}
.ips-slide-form  .form-check .form-check-input {
    float: left;
    margin-left: -0.8em;
    border: 1px solid #ccc;
}
.ips-slide-form .form-check-label {
   font-size: 16px;
   font-weight: 300;
   color: rgba(143, 143, 143, 1);
   padding-left: 12px;
}
.ips-statistics-sec {
    padding: 112px 0;
}
.ips-statistics-sec .ips-title-width-box {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.ips-statistics-list {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 50px;
}
.ips-statistics-list .ips-statistics-item {
    max-width: 160px;
    text-align: left;
}
.ips-statistics-list .ips-statistics-item h4 {
   color: rgba(0, 33, 71, 1);
   font-size: 40px;
   font-weight: 500;
}
.ips-statistics-list .ips-statistics-item p {
   color: rgba(0, 33, 71, 1);
   font-size: 24px;
   font-weight: 400;
   line-height: 1.2;
}
.ips-why-choose-sec {
    background-color: #00254f;
    color: white;
    padding: 112px 0;
}
.ips-why-choose-sec .ips-why-choose-item {
   margin-top:72px;
}
.ips-why-choose-sec .ips-why-choose-item img {
   margin-bottom: 10px;
   max-width: 70px;
}
.ips-why-choose-sec .ips-why-choose-item p {
   color: rgba(255, 255, 255, 1);
   font-size: 18px;
   font-weight: 400;
}

.ips-course-title {
    background-color: rgba(0, 33, 71, 1);
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
}
.ips-course-list .card {
    border: none;
    margin-bottom: 8px;
    background: #f0eeef;
    padding-inline: 22px;
    border-radius: 0;
}
.ips-course-list .card .card-header {
    padding: 0;   
    background: rgba(240, 238, 239, 1);    
    border: none;
}
.ips-course-list .card .card-header a {
    display: block;   
    text-align: left;   
    min-height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: rgba(58, 58, 58, 1);
    font-size: 16px;
    line-height: 1.4;
    cursor: auto;
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
}
#accordion:focus,
#accordion:visited,
.ips-course-list .card:focus,
.ips-course-list .card:visited,
.ips-course-list .card .card-header:focus,
.ips-course-list .card .card-header:visited,
.ips-course-list .card .card-header a:hover,
.ips-course-list .card .card-header a:focus,
.ips-course-list .card .card-header a:visited
.ips-course-list .card .collapse:focus,
.ips-course-list .card .collapse:visited,
.ips-course-list .card-body:focus,
.ips-course-list .card-body:visited  { 
    outline: none!important;
    border: none!important;
    box-shadow: none!important;
    transition: 0.3s;
}
.ips-course-list .card .collapse {
     background: #f0eeef;    
}
.ips-course-list .card .card-body {   
    background: #f0eeef;  
    padding: 0 0 15px 0;
}

.ips-course-content ul {
    padding-left: 17px;
}
.ips-course-content ul li {
    color: rgba(58, 58, 58, 1);
    list-style: disc;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 5px;
}
.ips-course-item {
    margin-bottom: 72px;
}

.ips-po-content {

}
.ips-po-content .ips-po-titles {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 5px 0 7px;
}
.ips-po-content h4 {
    font-size: 16px;
    margin: 0 0 8px 0;
}
.ips-po-content p {
    margin-bottom:0;
}



.ips-innovative-sec .ips-course-list .card .card-header {  
    background: #fff;
    border-radius: 0;
    background-image: url(../images/common/ips-arrow-down.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 14px);
    background-position-y: center;
    padding-left: 15px;
}
.ips-innovative-sec .ips-course-list .card .card-body {
    padding: 15px 15px 15px 15px;
}
.ips-testimonial-content {
    display: flex;
    gap:0px;
    align-items: stretch;
    background-color: rgba(240, 238, 239, 1);
    max-width: 775px;
}
.ips-testimonial-content .ips-test-img {
    width: 170px;
    height: auto;
}
.ips-testimonial-content .ips-testimonial-text {
    background-color: rgba(240, 238, 239, 1);
    padding: 20px;
}
.ips-testimonial-content {
   
}
.owl-testimonial-brand.owl-carousel .owl-item .item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    height: 72px;
    width: 100%;
    border-radius: 4px;
}
.owl-testimonial-brand.owl-carousel .owl-item .ips-brand-img {
    width: auto;
    max-height: 30px;
}
.ips-ft-main .owl-testimonial-brand.owl-carousel .owl-item .ips-brand-img { 
    max-height: 45px;
}


.ips-footer {
    
}
.ips-footer .ips-title-h4 {
    border-bottom: 1px solid rgba(15, 61, 114, 1);
}
.ips-footer .ips-footer-deatils {    
    background-repeat: no-repeat;
    background-size: 16px;
    background-position-x: 0px;
    background-position-y: 4px;
    padding-left: 26px;
}
.ips-footer .ips-footer-deatils a { 
    color:#fff;
}
.ips-footer .ips-footer-deatils.ips-footer-add {
    background-image: url(../images/footer/ips-footer-add.png);
}
.ips-footer .ips-footer-deatils.ips-footer-mobile {
    background-image: url(../images/footer/ips-footer-mobile.png);
}
.ips-footer .ips-footer-deatils.ips-footer-email {
    background-image: url(../images/footer/ips-footer-email.png);
}