/*-- Banner --*/
.home-banner {
    position: relative;
}
.home-banner img {
    max-width: 100%;
}
.home-banner-content {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -12%;
    left: 0;
    right: 0;
    flex-direction: column;
    text-align: center;
    height: 100%;
    padding: 0 20px;
}
.home-banner-content h1 {
    font-size: 64px;
    line-height: 85px;
    color: #fff;
    text-align: center;
}
@media(max-width: 700px) {
.home-banner-content h1 {
    font-size: 8.5vw;
}  
}
@media(max-width: 500px) {
.home-banner-content h1 {
    font-size: 10.5vw;
    line-height: 110%;
}  
}
@media(min-width: 501px) {
.home-banner-content h1 br {
    display: none;
}  
}
p.spacer-lines {
    border-top: 2px solid #d2d2d2;
    border-bottom: 2px solid #d2d2d2;
    width: 100%;
    height: 4px;
    margin: 25px auto 15px;
    max-width: 300px;
}
.home-banner-content .sub {
    color: #72c2e6;
    max-width: 800px;
    font-style: italic;
    font-size: 20px;
}
@media(max-width: 500px) {
.home-banner-content .sub {
    font-size: 18px;
}  
}
.scroll-button-home {
    position: absolute;
    bottom: 20px;
}

/*-- Intro Section --*/
#section_intro ul {
    display: flex;
    list-style: none;
}
@media(max-width: 600px) {
#section_intro ul {
    flex-direction: column;
}  
}
#section_intro ul li {
    width: 50%;
}
@media(max-width: 600px) {
#section_intro ul li {
    width: 100%;
} 
}
#section_intro ul li:first-child {
    margin-right: 5%;
}
@media(max-width: 600px) {
#section_intro ul li:first-child {
    margin-right: 0;
}
}
.tms-blockquote {
    padding: 20px 0 30px;
    margin: 20px;
}
.tms-profile-img img {
    max-width: 373px;
    width: 100%;
}
.intro-button {
    display: flex;
    justify-content: center;
    margin: 30px auto;
}

/*-- Inspirational Speaker --*/
h2.tms-h2 {
    font-size: 46px;
    line-height: 1.4;
    letter-spacing: 0px;
    text-align: center;
    padding-bottom: 25px;
    color: #000;
}
#section_inspirational_speaker .spacer-lines {
    margin: 0 auto 40px;
}
#section_inspirational_speaker .blockquote {
    border-top: none;
    border-bottom: none;
}
#section_inspirational_speaker .speaker-ul {
    display: flex;
    list-style: none;
    margin: 40px 0;
}
@media(max-width: 700px) {
#section_inspirational_speaker .speaker-ul {
    flex-direction: column;
}  
}
#section_inspirational_speaker .speaker-ul > li {
    width: 50%;
}
@media(max-width: 700px) {
#section_inspirational_speaker .speaker-ul > li {
    width: 100%;
}
}
#section_inspirational_speaker .speaker-ul > li:first-child {
    margin-right: 40px;
}
@media(max-width: 700px) {
#section_inspirational_speaker .speaker-ul > li:first-child {
    margin-right: 0;
} 
}
#section_inspirational_speaker .ins-ul {
    list-style: disc;
    font-weight: bold;
    margin-left: 20px;
}
#section_inspirational_speaker .ins-ul li {
    margin: 0 0 15px;
}
#section_inspirational_speaker .figure-caption {
    font-size: 13px;
    text-align: center;
    line-height: 140%;
}
.tms-button.ins-tms-button {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

/*-- Video Section --*/
#section_video {
    margin: 20px 0 40px;
}
#section_video ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0;
    margin: 0;
}
@media(max-width: 768px) {
#section_video ul {
    display: block;
    max-width: 560px;
    margin: 0 auto;
}
}
#section_video ul li {
    flex: 1 1 calc(50% - 30px);
    max-width: 560px;
}
@media(max-width: 768px) {
#section_video ul li:first-child {
    margin: 0 0 40px 0;
}  
}
/*-- Quote section --*/
#section_quote img {
    width: 100%;
}
#section_quote > div {
    position: relative;
}
.qantas-bq {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.qantas-bq > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.qantas-bq .blockquote {
    padding: 0 50px;
    border-top: none;
    border-bottom: none;
    color: #fff;
    max-width: 1100px;
}
p.qantas-p {
  color: #fff;
}
/*-- What people are saying Section --*/
#section_what_people_are_saying .spacer-lines {
    margin: 0 auto 20px;
}
.people-saying-table {
    display: table;
}
.people-saying-row {
    display: table-row;
}
.people-saying-cell-1 {
    display: table-cell;
    border-bottom: 1px solid #d2d2d2;
    padding: 45px 50px 45px 20px;
    width: 77%;
}
@media (max-width: 768px) {
.people-saying-cell-1 {
    display: block;
    border-bottom: none;
    padding: 45px 0 2px 0;
    width: 100%;
}  
}
.people-saying-cell-2 {
    display: table-cell;
    font-weight: bold;
    border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 768px) {
.people-saying-cell-2 {
    display: block;
    padding-bottom: 40px;
}  
}
/*-- logos section --*/
.logos-heading {
    text-align: center;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 37px;
}
.cororate-talks-ul {
    list-style: none;
    text-align: center;
    padding: 0;
}
@media (max-width: 992px) {
.cororate-talks-ul {
    max-width: 700px;
    margin: 0 auto;
} 
}
.cororate-talks-ul li {
    display: inline-block;
}
.cororate-talks-ul li img {
    height: 71px;
    margin: 0 30px 30px;
}
@media (max-width: 992px) {
.cororate-talks-ul li img {
    height: 51px;
    margin: 0 15px 15px;
}  
}

/*-- About TMS --*/
#section_about {
    padding-bottom: 0;
}
.about-tms {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
/*     background-attachment: fixed; */
    background-size: cover;
    background-image: url(https://images.wtmfiles.com/main/Tim-ms-himalayan-website-banner.jpg?trim-left=700&trim-right=400&trim-bottom=800&trim-top=450);
}
@media(max-width: 1175px) {
 .about-tms {
    background-image: url(https://images.wtmfiles.com/main/Tim-ms-himalayan-website-banner.jpg?trim-left=700&trim-right=400&trim-bottom=800&trim-top=200);
} 
}
@media(max-width: 700px) {
 .about-tms {
    background-image: url(https://images.wtmfiles.com/main/Tim-ms-himalayan-website-banner.jpg?trim-left=700&trim-right=400&trim-bottom=800&trim-top=0);
} 
}
@media(max-width: 500px) {
 .about-tms {
    background-image: url(https://images.wtmfiles.com/main/Tim-ms-himalayan-website-banner.jpg?trim-left=1000&trim-right=800&trim-bottom=800&trim-top=0);
} 
}
.about-tms img {
    width: 100%;
}
.about-tms-content {
    padding: 1px 20px 250px;
}
@media(max-width: 500px) {
.about-tms-content {
    padding: 1px 20px 400px;
}  
}
h2.tms-h2.about-h2 {
    color: #fff;
    margin-top: 50px;
}
#section_about .spacer-lines {
    margin: 0 auto 40px;
}
#section_about ul {
    display: flex;
    list-style: none;
    color: #fff;
}
@media(max-width: 650px) {
#section_about ul {
    flex-direction: column;
}  
}
#section_about ul .blockquote {
    border-top: none;
    border-bottom: none;
    color: #fff;
    text-align: left;
}
#section_about ul li:first-child {
    width: 64%;
    margin-right: 3%;
}
#section_about ul li:last-child {
    width: 33%;
    text-align: left;
}
@media(max-width: 650px) {
#section_about ul li:first-child {
    width: 100%;
    margin: 0 0 30px 0;
}
#section_about ul li:last-child {
    width: 100%;
    text-align: left;
}
}
.about-tms-content a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

/*-- TMS Images --*/
#section_photos {
    padding-top: 0;
}
.tms-image-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1667px;
    margin: 10px auto;
}
@media (max-width: 450px) {
.tms-image-ul {
    max-width: 400px;
}
}
.tms-image-ul li {
    list-style: none;
    margin: 0 .25% 0;
    width: 24%;
}
/* .tms-image-ul li:not(:nth-child(4)):not(:nth-child(8)) {
    margin: 0 .5% 0 0;
} */
@media(max-width: 700px) {
.tms-image-ul li {
    width: 49%;
}
}
@media(max-width: 450px) {
.tms-image-ul li {
    margin: 0;
    width: 100%;
}
}
/*-- Bottom Social Media buttons --*/
p.bottom-social {
    text-align: center;
    margin-top: 100px;
}
@media (max-width: 500px) {
p.bottom-social {
    margin-top: 60px;
}  
}
p.bottom-social img {
    margin: 5px;
}