* { box-sizing: border-box;}

/* font: 
Roboto: Light 300, Regular 400, Medium 500, Bold 700
Titillium Web: Light 300
*/

.mobileMenuBlocker {z-index: 45; position: fixed; top: 0; left:0; width: 100%; height:100%; display: none; }
/*modal box*/ .jquery-modal.blocker {z-index: 999;}
.scrollToTop { text-align:center; font-weight: bold; text-decoration: none; position:fixed; bottom:8px; right:8px; display:none; z-index: 5; opacity: 0.7; width: 40px; height: 40px; transition: all .15s linear;}
.scrollToTop:hover { opacity: 1;}


body { background: #000; margin: 0; font-family: "Roboto", sans-serif; color: #fff; font-weight: 300; font-style: normal; font-size: 14px; line-height: 18px;}
h1, h2, h3, h4, h5, h6 { font-family: "Titillium Web", sans-serif; font-optical-sizing: auto; font-weight: 300; font-style: normal; color:#fff; text-align: center; line-height: 1.1em; margin-top: 0;}
.heading-ev {color: #d21820;}
h1 {font-size: 60px; line-height:67px; }
h2 {font-size: 45px; line-height: 1.15em; margin-bottom:20px; text-transform: uppercase; font-weight:bold;}
h3 {font-size: 29px; }

strong {color: #d21820; font-weight: 300;}

a {text-decoration: underline; color: #d21820;}
a:hover {color: #fff;}
button {  font-size:16px; cursor: pointer; font-family: "Roboto", sans-serif; border: none; text-transform: uppercase; font-weight: 700; color: #070a27; background-color: #808080; transition: all .15s linear; border-radius: 10px; padding: 12px 25px; border:solid 2px #fff; }
button:hover {background-color: #d21820; border:solid 2px #fff;}
.button {  font-size:16px; cursor: pointer; font-family: "Roboto", sans-serif; border: none; text-transform: uppercase; font-weight: 700; color: #070a27; background-color: #808080; transition: all .15s linear; border-radius: 10px; padding: 12px 25px; border:solid 2px #fff; display:inline-block; text-decoration: none;}
.button:hover {background-color: #d21820; border:solid 2px #fff; }

figure {margin: 0;}
img {width: 100%; height: auto; display: block;} 
main {}
section {display:block; width: 100%; position: relative;} 
.container { margin: auto; width: 100%; padding: 0 20px; max-width: 1400px; }

.shapes {position: absolute; z-index: 10;}

@media only screen and (max-width: 1199px) {
  h1 {font-size: 57px; }
  h2 {font-size: 43px; }
  h3 {font-size: 26px; }
}
@media only screen and (max-width: 1023px) {
  h1 {font-size: 50px; line-height:1.1em; }
  h2 {font-size: 39px; }
  h3 {font-size: 24px; }
}
@media only screen and (max-width: 767px) {
  h1 {font-size: 48px; }
  h2 {font-size: 37px; }
  button { font-size:15px; border-radius: 10px; padding: 10px 20px;}
  .button { font-size:15px; border-radius: 10px; padding: 10px 20px;}
  .container {padding: 0 30px;}
}
@media only screen and (max-width: 479px) {
  .scrollToTop { bottom:5px; right:5px; width: 30px; height: 30px; }
  h1 {font-size: 45px; }
  h2 {font-size: 33px; }
  h3 {font-size: 22px; }
  button { font-size:15px; border-radius: 8px; padding: 8px 17px;}
  .button { font-size:15px; border-radius: 8px; padding: 8px 17px;}
  .container {padding: 0 25px;}
}


/* header *********************************************************************************************/
.header-wrapper { display: flex; justify-content: space-between; align-items: center; transition: all .15s linear; margin-top: 10px;}
.logo {width: 180px;}
.navigation-top { border-bottom: solid 1px #fff;}
.navigation-top.mobile-menu-active {background-color: #d21820; color: #fff;}
.navigation-top nav {}
.navigation-top nav ul {list-style: none; margin: 0; padding: 0; }
.navigation-top nav ul.desktop {display: flex; justify-content: space-between; }
.navigation-top nav ul.mobile {display: none;}
.navigation-top nav ul li {margin: 0 10px 10px 10px; }
.navigation-top nav ul li:first-child {margin-left: 0;}
.navigation-top nav ul li:last-child {margin-right: 0;}
.navigation-top nav ul li a { font-weight: 500; text-transform: uppercase; text-decoration: none; color: #fff; display: inline-block; padding: 5px; transition: all .15s linear; letter-spacing: 0.1em; font-size: 12px;}
.navigation-top nav ul li a:hover {color: #d21820;}
.navigation-top.mobile-menu-active nav ul li a {color: #fff;}
.navigation-top .mobile-link figure {display:inline-block; width: 15px; height: auto;}

.navigation-dropdown {background:rgba(0,0,0,0.8); border:#d21820 solid 3px; text-align: right; display: none; position:absolute; right: 0; padding: 8px 13px; z-index: 50;}
.navigation-dropdown nav {}
.navigation-dropdown nav ul {list-style: none; margin: 0; padding:5px 0; }
.navigation-dropdown nav ul li {}
.navigation-dropdown nav ul li a {text-decoration: none; color: #fff; display:block; font-weight: 500; text-transform: uppercase; transition: all .15s linear; letter-spacing: 0.015em; padding:10px; }
.navigation-dropdown nav ul li a:hover {color: #d21820;}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  header {position: relative;}
  .navigation-top nav ul.desktop {display: none;}
  .navigation-top nav ul.mobile {display: flex;}
}
@media only screen and (max-width: 767px) {
  .logo {width: 80px;}
}
@media only screen and (max-width: 479px) {
}


/* section: home *************************************************************************************/
#section-home {background-image: url(images/main.jpg); background-repeat: no-repeat; background-size: cover; background-position: center top -2vw; height: 100vw; text-align: center;}
#section-home h1 {margin-bottom: 40px;}
#section-home h1 .malaysia-first {display: block; margin-bottom: 8px; font-size: 40px; line-height: 42px; font-weight:bold; }
#section-home h1 .ev-training-hub {display: block; margin-bottom: 20px; font-weight:bold;}
.home-wrapper {padding-top: 11vw;}
.home-wrapper article {}
.home-wrapper-2 { text-align: justify; position: absolute; bottom: 15vw; width: 33vw; left: 45vw;}

@media only screen and (max-width: 1199px) {
  .home-wrapper {padding-top: 8vw;}
  .home-wrapper-2 {bottom: 12vw; width:45vw;}
  #section-home h1 .malaysia-first { font-size: 37px; line-height: 40px; }
}
@media only screen and (max-width: 1023px) {
  #section-home {height: 140vw;}
  .home-wrapper {padding-top: 12vw;}
  .home-wrapper-2 {bottom: 20vw; width:45vw;}
  #section-home h1 .malaysia-first { font-size: 33px; line-height: 34px; }
}
@media only screen and (max-width: 767px) {
  #section-home {height:unset; background-size: 140%; background-position: center top 72%;}
  #section-home h1 .malaysia-first { font-size: 30px; line-height: 31px; }
  .home-wrapper {padding-top: 17vw;}
  .home-wrapper-2 {position: unset; width: unset; margin-top: 95vw; margin-bottom: 15vw;}
}
@media only screen and (max-width: 479px) {
}


/* section: about *************************************************************************************/
#section-about-us {text-align: center;} 
.about-us-wrapper { margin-bottom:8vw; } 
.about-us-wrapper h2 {text-transform: unset;}
.about-us-wrapper article {text-align: justify;} 
.about-us-wrapper article p {max-width: 675px; margin: auto;}
.about-us-wrapper-2 { margin-bottom:6vw;} 
.about-us-wrapper-2 .training-images {display: flex; }
.about-us-wrapper-2 .training-images > div {position: relative;}
.about-us-wrapper-2 .training-images > div:first-child { padding-top:8vw; }
.shape-1 {width: 15vw; top: 37px; left: 8vw;}
.shape-2 { width: 5.5vw; left: 10vw; bottom: 5vw;}
.shape-3 { width: 2vw; bottom: 0; left: 31vw;}
.about-us-wrapper-3 .autotronics-usp {display: flex; text-align:left; margin-bottom:20px; }
.about-us-wrapper-3 .autotronics-usp h3 {text-align:left; margin-bottom:0; }
.about-us-wrapper-3 .autotronics-usp > div {width: 22%; margin: 0 3%;} 

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  .about-us-wrapper-3 .autotronics-usp {display: flex; flex-wrap: wrap;}
  .about-us-wrapper-3 .autotronics-usp > div {width: 42%; margin: 0 3% 30px 3%;} 
}
@media only screen and (max-width: 767px) {
  #section-about-us {margin-bottom: 13vw;}
  .about-us-wrapper-2 .training-images > div:first-child {display: none; }
  .about-us-wrapper-2 .training-images > div:last-child {margin-bottom: 0px;}
  .about-us-wrapper-3 .autotronics-usp > div {width: 100%;} 
  .about-us-wrapper-3 .autotronics-usp > div:last-child {margin-bottom: 10px;}
  .shape-2 {width: 10.5vw; left: unset; bottom: -7vw; right: 3vw;}
  .shape-3 {width: 6vw; bottom: -24vw; left: unset; right: 23vw;}
}
@media only screen and (max-width: 479px) {
}

/* section: courses **********************************************************************************/
#section-courses {position: relative; overflow: visible;}
.shape-4 { width: 4vw; top: 22vw; left: 21vw;}
.shape-5 { width: 7vw; top: 38vw; right: 10vw;}
.shape-6 { width: 4vw; right: 26vw; top: 70vw;} 
.shape-7 { width: 8vw; left: 18vw; bottom: 18vw;}
.shape-8 { width: 2.5vw; right: 22vw; bottom: -4vw;}
.shape-9 { width: 5vw; right: 10vw; bottom: -10vw;}
.courses-heading { text-align: center; margin-top: -7vw;}
.courses-heading h3 {display:inline-block; color: #d21820; border-top: solid 1px #fff; padding-top: 12px; font-weight:bold;}
.courses-heading h3 > span {color: #fff; display:inline-block;}
.courses-info-wrapper { width:500px; margin:auto; margin-bottom: 5vw;} 
.courses-info-wrapper .imi-logo {margin: auto auto 20px auto; width: 250px; } 

.courses-info-wrapper article {width: 45%; } 
.courses-info-wrapper article > div {padding:45px; margin-top:150px;} 
.courses-info-wrapper article > div > figure {margin-bottom: -90px;}


.courses-info-wrapper .courses-heading { text-align: center; margin-top: -7vw;}
.courses-info-wrapper article h3 {display:inline-block; color: #d21820; padding-top: 12px;}
.courses-info-wrapper article h3 > span {color: #fff; display:inline-block;}
.courses-info-wrapper {} 

.courses-info-wrapper-2a {display: flex; flex-wrap: wrap; justify-content: space-around; margin-bottom: 8vw; } 
.courses-info-wrapper-2a article {width: 51%; } 
.courses-info-wrapper-2a article > div {padding:45px; margin-top:95px;} 
.courses-info-wrapper-2a article > div > figure {margin-bottom: -90px;}

.courses-info-wrapper-2 {display: flex; flex-wrap: wrap; justify-content: space-around; margin-bottom: 8vw; } 
.courses-info-wrapper-2 article {width: 45%; } 
.courses-info-wrapper-2 article > div {padding:45px; margin-top:95px;} 
.courses-info-wrapper-2 article > div > figure {margin-bottom: -90px;}

.courses-info-wrapper-2 article h3 {display:inline-block; color: #d21820; padding-top: 12px; font-weight:bold;}
.courses-info-wrapper-2 article h3 > span {color: #fff; display:inline-block;}

.courses-heading p {max-width: 675px; margin: auto;}
.courses-investment-wrapper2 {  border: solid #a4a4a4 3px; margin: auto auto 100px auto; padding:10px;}

.courses-info-wrapper-2 h3 {text-align: left; color:#fff;} 
.courses-info-wrapper-2 .info-1 {background-color: #2a2a2a; margin-top:0; }
.courses-info-wrapper-2 .info-2 {background-color: #8e8e8e; } 
.courses-info-wrapper-2 .info-3 {background-color: #2a2a2a; }
.courses-info-wrapper-2 .info-4 {background-color: #8e8e8e; } 
.courses-info-wrapper-2 .info-c1 {background-color: ; } 
.courses-info-wrapper-2 .imi-logo {width:250px;  margin: auto auto 20px auto; } 

.courses-investment-wrapper { text-align: center; border: solid #d21820 4px; width: 500px; margin: auto; padding:40px; font-size:18px;}
.courses-investment-wrapper h3 {display: inline-block; border-bottom: #fff solid 1px; padding-bottom: 10px; margin-bottom: 20px;}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  .courses-info-wrapper { width:400px; }
  .courses-info-wrapper-2 article > div {padding:35px; margin-top:100px;} 
  .courses-info-wrapper-2 article > div > figure {margin-bottom: -60px;}
  .courses-investment-wrapper { width: 450px; margin: auto; padding:30px; }
}
@media only screen and (max-width: 767px) {
  #section-courses {margin-bottom: 15vw;}
  .courses-info-wrapper { width:300px; }
  .courses-info-wrapper .imi-logo {width: 200px; } 
  .courses-info-wrapper-2 article {width: 47%; } 
  .courses-info-wrapper-2 article > div {padding:25px; margin-top:80px;} 
  .courses-info-wrapper-2 article > div > figure {margin-bottom: -40px;}
  .courses-investment-wrapper { max-width: 350px; padding:30px 20px 20px 20px; }
  .shape-4 {width: 9vw; top: 18vw; left: 16vw;}
  .shape-5 {width: 11vw; top: 29vw; right: 2vw;}
  .shape-6 {width: 7vw; right: 22vw; top: 67vw;}
  .shape-7 {width: 10vw; left: 13vw; bottom: 34vw;}
  .shape-8 {width: 5.5vw; right: 17vw; bottom: -10vw;}
  .shape-9 {width: 5vw; right: 10vw; bottom: -14vw;}
}
@media only screen and (max-width: 479px) {
  #section-courses {margin-bottom: 20vw;}
  .courses-info-wrapper { width:unset; }
  .courses-info-wrapper-2 article {width: 100%; } 
  .courses-info-wrapper-2 article > div {padding:20px; margin-top:40px;} 
  .courses-info-wrapper-2 article > div > figure {margin-bottom: -30px;}
  .courses-investment-wrapper { max-width: 300px; width: 100%; padding:20px 15px 15px 15px; font-size:16px;}
  .courses-investment-wrapper strong {display: block; margin-top: 3px;}
}


/* section: why us ************************************************************************************/
#section-why-choose-us {height: 70vw; }
#section-why-choose-us::after {background-image: url(images/rim.jpg); background-repeat: no-repeat; background-size: cover;content: ""; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; }
#section-why-choose-us .container {display: flex; height: 100%; align-items: center; position: relative; z-index: 2;}
.why-choose-us-wrapper {padding-left: 40vw; }
.why-choose-us-wrapper h2 {text-align: left; border-bottom: #fff solid 1px; padding-bottom: 20px; margin-bottom: 50px;} 
.why-choose-us-wrapper article {}
.why-choose-us-wrapper article > div {display: flex; align-items: flex-start; margin-bottom: 40px;}
.why-choose-us-wrapper article > div > h3 {text-align: left; width: 33%; margin-right: 1%;}
.why-choose-us-wrapper article > div > div {margin: 0; width: 66%;}
.why-choose-us-wrapper article > div > div p:first-child {margin-top: 0;}

@media only screen and (max-width: 1199px) {
  #section-why-choose-us {height: unset; }
  #section-why-choose-us::after {background-size: 100%; background-position: center;}
  .why-choose-us-wrapper {padding-left: 35vw; padding-top: 10vw; padding-bottom: 10vw;}
}
@media only screen and (max-width: 1023px) {
  .why-choose-us-wrapper {padding-bottom: 2vw;}
  .why-choose-us-wrapper article > div > h3 {width: 40%;}
  .why-choose-us-wrapper article > div > div {width: 59%;}
}
@media only screen and (max-width: 767px) {
  #section-why-choose-us {padding-bottom: 10vw;}
  .why-choose-us-wrapper h2 {text-align: center;}
  #section-why-choose-us::after { background-size: 190%; background-position: center left; opacity: 0.2;}
  .why-choose-us-wrapper {padding-left: unset; padding-top: unset; padding-bottom: unset;}
}
@media only screen and (max-width: 479px) {
  .why-choose-us-wrapper h2 {margin-bottom: 30px;} 
  .why-choose-us-wrapper article > div {flex-wrap: wrap;}
  .why-choose-us-wrapper article > div > h3 {width:100%;}
  .why-choose-us-wrapper article > div > div {width: 100%;}
}

/* section: success stories **********************************************************************************/
#section-success-stories {position: relative;} 
.shape-10 {width: 16vw; left: 63vw; top: 5vw;}
.success-stories-heading { text-align: center; margin-top: -16vw;}
.success-stories-heading h2 {display:inline-block; border-bottom: #fff solid 1px; padding-bottom: 20px; margin-bottom: 10px;}
.success-stories-heading h3 {color: #d21820; margin-bottom: 60px;}
.success-stories-heading h3 > span {color: #fff;}
.success-stories-wrapper {display: flex; justify-content: space-evenly; align-items: flex-start; margin-bottom: 5vw;} 
.success-stories-wrapper > article { text-align: center; width: 45%; padding: 25px 35px; font-size: 18px; line-height: 24px; margin-top:45px; } 
.success-stories-wrapper > article .name {font-size: 14px;}
.success-stories-wrapper .story-1 {background-color: #0d559f; margin-top:0; }
.success-stories-wrapper .story-2 {background-color: #004c78; }

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  .success-stories-wrapper > article { padding: 20px 30px; font-size: 17px; line-height: 23px; } 
  .success-stories-wrapper > article .name {font-size: 13px;}
}
@media only screen and (max-width: 767px) {
  #section-success-stories {margin-bottom: 15vw;}
  .success-stories-wrapper > article { padding: 15px 20px;}
  .shape-10 {width: 19vw; left: 69vw; top: 5vw;}
}
@media only screen and (max-width: 479px) {
  #section-success-stories {margin-bottom: 20vw;}
  .success-stories-heading h3 {margin-bottom: 30px;}
  .success-stories-wrapper {flex-wrap: wrap;}
  .success-stories-wrapper > article {width: 100%; margin-top: 20px;} 
}


/* section: industry insights **********************************************************************************/
#section-industry-insights {z-index: 3; margin-top: 10vw; position: relative;}
.shape-11 { width: 5.5vw; left: 23vw; top: -6vw;}
.shape-12 { width: 2vw; left: 5vw; top: 12vw;}
.industry-insights-heading { text-align: center;}
.industry-insights-heading h2 { display:inline-block; border-bottom: #fff solid 1px; padding-bottom: 20px; margin-bottom: 10px;}
.industry-insights-wrapper {display: flex; justify-content: space-evenly; align-items: flex-start; margin-bottom: 5vw;} 
.industry-insights-wrapper > article { text-align: center; width: 50%; padding:40px 0; } 
.industry-insights-wrapper > article:first-child {padding-top: 11vw;}
.industry-insights-wrapper > article > div {width: 55%; margin: 30px auto 40px auto; text-align: left;}

@media only screen and (max-width: 1199px) {
  .industry-insights-wrapper > article > div {width: 70%; }
}
@media only screen and (max-width: 1023px) {
  .industry-insights-wrapper > article > div {width: 85%; }
}
@media only screen and (max-width: 767px) {
  .shape-11 {width: 8.5vw; left: 23vw; top: -12vw;}
  .shape-12 {width: 4vw; left: 5vw; top: 7vw;}
}
@media only screen and (max-width: 479px) {
  .industry-insights-heading h2 {margin-bottom: 0px;}
  .industry-insights-wrapper { flex-wrap:wrap; margin-bottom: 5vw;} 
  .industry-insights-wrapper > article { width: 100%; padding:20px 0; } 
  .industry-insights-wrapper > article > div {margin: 20px auto 20px auto;}
}

/* section: google review ******************************/
#section-google-review {position: relative;} 
.google-review-heading { text-align: center; }
.google-review-heading .stars {width: 300px; margin-left: auto; margin-right: auto; border-bottom: #fff solid 1px; padding-bottom: 20px; margin-bottom: 10px; }
.google-review-heading h2 {display:inline-block; text-transform: capitalize;}
.google-review-heading h2 span {color: #f7b704;}
.google-review-wrapper {columns: 3; column-gap: 2.5%; margin: 2.5%;}
.google-review-wrapper > article  { transition: all .25s linear; border: solid 7px #0d559d; text-align: center; padding: 20px 30px; position: relative; margin-bottom: 5%; break-inside: avoid;}
.google-review-wrapper > article:hover {border: solid 7px #d21820;}
.google-review-wrapper > article .name {font-size: 12px;}
.google-review-wrapper > article .name::after {content: ""; display: inline-block; background-image: url(images/star-rating.svg); background-size: auto 100%; background-repeat: no-repeat; background-position: top center; width: 100%; height: 12px;}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  .google-review-wrapper > article { padding: 18px 25px; } 
  .google-review-heading .stars {width: 250px;}
  .google-review-wrapper {columns: 2;}
}
@media only screen and (max-width: 767px) {
  #section-google-review {margin-bottom: 15vw;}
  .google-review-wrapper > article { padding: 15px 20px; border: solid 5px #0d559d;}
  .google-review-heading .stars {width: 200px;}
}
@media only screen and (max-width: 479px) {
  #section-google-review {margin-bottom: 20vw;}
  .google-review-wrapper > article { padding: 10px 15px; }
  .google-review-heading .stars {width: 80%; max-width: 200px;}
  .google-review-wrapper {columns: 1;}
}


/* section: contact ***********************************************************************************/
#section-contact-us {background-image: url(images/bg-2.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; height: 75vw; margin-top: -16vw; display: flex; position:relative; }
.shape-13 {width: 15vw; top: 13vw; right: 10vw;}
.contact-us-wrapper { margin: auto; text-align: center; background-color: rgba(0,0,0,0.7); color:#fff; width: 650px; padding: 50px; border: #d21820 solid 4px;}
.contact-us-wrapper form {}
.contact-us-wrapper form > div {display: flex; align-items: center; justify-content: center; margin-bottom: 15px;}
.contact-us-wrapper form > div:last-child {margin-bottom: 0;}
.contact-us-wrapper form label {font-weight:500; font-size: 17px; width: 130px; text-align: left;}
.contact-us-wrapper form input[type=text],
.contact-us-wrapper form select {padding: 10px; font-size: 17px; width: 300px; border-radius: 0; border:none; color:#000; }
.contact-us-wrapper form button[type=submit] {font-size: 17px; margin-top: 20px;}
.contact-us-wrapper form button[type=submit]:hover {color:#fff;}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1023px) {
  .contact-us-wrapper { width: 500px; }
}
@media only screen and (max-width: 767px) {
  #section-contact-us {height:unset; padding-top:25vw; padding-bottom: 25vw; background-position: center left; background-size: 140%;}
  .contact-us-wrapper { width: 400px; padding:30px; }
  .contact-us-wrapper form label {width: 100px;}
  .contact-us-wrapper form input[type=text],
  .contact-us-wrapper form select {width: 320px;}
  .shape-13 {width: 20vw; top: 13vw; right: 10vw;}
}
@media only screen and (max-width: 479px) {
  #section-contact-us {padding-top:35vw; padding-bottom: 35vw; background-size: 180%;}
  .contact-us-wrapper {width: 100%; padding:30px 20px;}
  .contact-us-wrapper form > div  {flex-wrap: wrap;}
  .contact-us-wrapper form label {width: 100%;}
  .contact-us-wrapper form input[type=text],
  .contact-us-wrapper form select {width: 100%;}
}


/* footer *********************************************************************************************/
footer {position:relative; text-align:center; margin-top: -5vw;} 
.footer-heading h2 {text-transform: unset; display:inline-block; border-bottom: #fff solid 1px; padding-bottom: 20px; margin:0 auto 15px auto; }
.footer-heading h3 {width: 700px; margin: auto;}

.footer-wrapper {display: flex; justify-content: space-between; align-items: flex-start; margin-top: 10vw; border-top: solid 1px #fff; padding-top: 40px; padding-bottom: 20px;}
.footer-wrapper > div {width: 27%; margin-bottom: 50px;}

.footer-centre {text-align: left;}
.footer-centre h3 {text-align: left; font-size: 20px; margin-bottom: 20px;}
.footer-centre .hours {display: flex;}
.footer-centre .hours > div:first-child {margin-right: 10px;}

.footer-contact-details {text-align: center; }
.footer-contact-details .address {margin-bottom: 20px;}
.footer-contact-details .address span {display: inline-block;}

.footer-social {}
.footer-social ul {list-style: none; margin: 0; padding: 0; display:flex; justify-content: flex-end; }
.footer-social ul li {margin:0 10px 10px 10px;}
.footer-social ul li a {transition: all .15s linear;}
.footer-social ul li a:hover {opacity: 0.5; }
.footer-social ul li figure {width: 25px;} 

.copyright {text-align: center; padding:20px 0; border-top:#000 solid 1px; } 

@media only screen and (max-width: 1199px) {
  footer {margin-top: unset;} 
}
@media only screen and (max-width: 1023px) {
  footer {margin-top: 5vw;} 
  .footer-heading h3 {width: 550px; }
  .footer-wrapper {flex-wrap: wrap; padding-bottom: 0;}
  .footer-wrapper > div:nth-child(1) {width: 44%;}
  .footer-wrapper > div:nth-child(2) {width: 44%; text-align: right;}
  .footer-wrapper > div:nth-child(3) {width: 100%; justify-content: center; margin-top:50px; margin-bottom:0;  }
  .footer-wrapper > div:nth-child(3) ul {justify-content: center;}
}
@media only screen and (max-width: 767px) {
  .footer-heading h3 {width: unset; max-width:550px; }
  .footer-wrapper {margin-top: 20vw; padding-top: 20px; justify-content: center;}
  .footer-wrapper > div:nth-child(1) {width: unset; margin-bottom: 20px;}
  .footer-wrapper > div:nth-child(2) {width: 100%; text-align: center;}
  .footer-wrapper > div:nth-child(3) {margin-top:30px;}
  .footer-centre h3 { text-transform:uppercase; text-align: center;}
  .footer-centre .hours {justify-content: center;}
}
@media only screen and (max-width: 479px) {
  .footer-wrapper {margin-top: 40vw; }
}



/* modal *********************************************************************************************/
.modal {
  display: none; position: fixed; z-index: 9999; padding-top: 100px; 
  left: 0;top: 0; width: 100%; height: 100%; 
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.75); /*transition: all .15s linear;*/
}

.modal-content { background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 80%;}

.modal-close {color: #aaaaaa; float: right; font-size: 28px; font-weight: bold;}
.modal-close:hover,
.modal-close:focus {color: #000; text-decoration: none; cursor: pointer;}

.read-more {cursor: pointer;}



/* thank you *********************************************************************************************/
.thankyou-msg > div{z-index: 999999; color: #fff; position: fixed; top:150px; display:flex; justify-content: center; width:100%; font-size:20px; line-height:1.1em; text-align:center; flex-direction: column; }
.thankyou-msg::after {z-index:999998; content: ""; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background:rgba(0,0,0,0.85);}
.thankyou-msg > div .button {width: 225px; display: inline-block; margin-top: 35px; margin-left: auto; margin-right: auto;}