/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* reset */
* {
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 1;
    -webkit-text-size-adjust: none;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

a {
    color: #ED1C24;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
    color: #2F2F2F;
    line-height: 1.2;
}
h1 {
    font-size: 58px;
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 38px;
}
h4 {
    font-size: 28px;
}
p {
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

button {
    cursor: pointer;
}

.red-btn {
    background-color: #ED1C24;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    padding: 18px 20px;
    min-width: 250px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 30px;
}
.red-btn:hover {
    -webkit-box-shadow: 0 0 5px 2px black;
            box-shadow: 0 0 5px 2px black;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
img,
iframe {
    max-width: 100%;
}

.site-preloader-box {
    background-color: #2F2F2F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 92;
}

.site-header {
    background-color: #2F2F2F;
    color: #fff;
    padding: 20px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
.site-header .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.site-header .header-wrap .site-logo {
    width: 10%;
}
.site-header .header-wrap .action-box {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.site-header .header-wrap .action-box .text {
    margin: 0 25px;
    font-size: 20px;
    font-weight: 700;
}
.site-header .header-wrap .action-box .contact-btn {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 12px 32px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.site-header .header-wrap .action-box .contact-btn:hover {
    background-color: #fff;
    color: #2F2F2F;
}

.banner-sec {
    background-color: #CCCCCC;
    background-image: url('../images/Toronto-Final-Graphic-bl.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 1060px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

.banner-sec .banner-text h1{
    font-size: 3em;
    margin-bottom: 10px;
}

.banner-sec .banner-text h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 30px 0;
    width: 1000px;
}

.banner-sec h6{
    width: 1100px;
    margin: 30px 0px;
    line-height: 24px;
    font-style: italic;
    font-weight: 400;
}


.update-elevator-sec {
    padding: 175px 0 200px;
    overflow-x: hidden;
}
.update-elevator-sec .container {
    max-width: 1200px;
}
.update-elevator-sec .heading-box {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}

.elevator-steps-wrap {
    counter-reset: steps-counter;
}
.elevator-steps-wrap .steps-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin-top: 120px;    
    counter-increment: steps-counter;
    max-height: 300px;
}
.elevator-steps-wrap .steps-row .icon-box {
    background-color: #2F2F2F;
    border-radius: 5px;
    height: 282px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 540px;
    position: relative;
}
.elevator-steps-wrap .steps-row .icon-box:before {
    content: "Program " counter(steps-counter);
    background-color: #ED1C24;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 12px 27px;
    position: absolute;
    left: 0;
    top: 40px;
    text-transform: uppercase;
}
.elevator-steps-wrap .steps-row .text-box {
    width: calc(100% - 540px);
    padding-left: 60px;
}
.elevator-steps-wrap .steps-row .text-box h2 {
    margin-bottom: 10px;
}
.elevator-steps-wrap .steps-row .text-box p:not(:last-of-type) {
    margin-bottom: 20px;
}
.elevator-steps-wrap .steps-row .text-box p {
    font-size: 14px;
    line-height: 20px;
}
.elevator-steps-wrap .steps-row .text-box p a {
    text-decoration: underline;
}
.elevator-steps-wrap .steps-row .text-box ul {
    margin-left: 25px;
}
.elevator-steps-wrap .steps-row .text-box ul li {
    font-weight: 300;
    line-height: 28px;
}

.elevator-steps-wrap .steps-row .text-box p.sub-title{
    font-size: 20px;
    margin-bottom: 20px;
    font-style: italic;
}

.site-footer {
    background-color: #000;
}
.site-footer .footer-contact-info {
    height: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.site-footer .footer-contact-info .text-box h1,
.site-footer .footer-contact-info .text-box p,
.site-footer .footer-contact-info .text-box a {
    color: #fff;
}
.site-footer .footer-contact-info .text-box h1 {
    margin: 10px 0 50px;
}
.site-footer .footer-contact-info .text-box a:hover {
    color: #ED1C24;
}
.site-footer .footer-contact-info .logo-box {
    margin-top: 90px;
}
.copyright-text {
    background-color: #2F2F2F;
    color: #fff;
    text-align: center;
    padding: 48px 0;
}


@media(max-width: 1199px) {
    body {
        font-size: 20px;
    }
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 32px;
    }
    h4 {
        font-size: 22px;
    }
    p {
        font-size: 20px;
        line-height: 30px;
    }
    .elevator-steps-wrap .steps-row .icon-box {
        width: 460px;
    }
    .elevator-steps-wrap .steps-row .text-box {
        width: calc(100% - 460px);
        padding-left: 30px;
    }
    .elevator-steps-wrap .steps-row .icon-box:before {
        font-size: 20px;
    }
    
    .banner-sec h1{
        padding-top: 10px;
    }
    
    
    .banner-sec .banner-text h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 30px auto;
    width: 1000px;
}

    .banner-sec h6{
    width: 900px;
    margin: 0 auto;
    line-height: 24px;
    font-style: italic;
    font-weight: 400;
}
    
}

@media(max-width: 991px) {
    body {
        font-size: 18px;
    }
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 18px;
    }
    p {
        font-size: 18px;
        line-height: 30px;
    }
    .red-btn {
        font-size: 18px;
        padding: 14px 20px;
        min-width: 220px;
    }
    .site-header {
        padding: 26px 0;
    }
    .site-header .header-wrap .action-box .text {
        margin: 0 15px;
        font-size: 16px;
    }   
    .site-header .header-wrap .action-box .contact-btn {
        font-size: 16px;
        padding: 10px 22px;
    } 
    
    .banner-sec h1{
        padding-top: 10px;
    }
    
    .banner-sec .banner-text h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 30px auto;
    width: 750px;
}

    .banner-sec h6{
    width: 700px;
    margin: 0 auto;
    line-height: 24px;
    font-style: italic;
    font-weight: 400;
}
    
    .elevator-steps-wrap .steps-row .icon-box {
        width: 350px;
    }
    .elevator-steps-wrap .steps-row .text-box {
        width: calc(100% - 350px);
        padding-left: 20px;
    }
    
    .update-elevator-sec {
        padding: 120px 0 120px;
        overflow-x: hidden;
    }
    .elevator-steps-wrap .steps-row {
        margin-top: 80px;
    }
    .elevator-steps-wrap .steps-row .text-box h2,
    .elevator-steps-wrap .steps-row .text-box p:not(:last-of-type) {
        margin-bottom: 12px;
    }
    .elevator-steps-wrap .steps-row .icon-box:before {
        font-size: 18px;
    }
    
    .site-footer .footer-contact-info {
        height: 600px;
    }
    .site-footer .footer-contact-info .text-box h1 {
        margin: 50px 0 25px;
    }
    .site-footer .footer-contact-info .logo-box {
        margin-top: 60px;
    }
}

@media(max-width: 767px) {
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 16px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
    }
    .container {
        padding: 0 15px;
    }
    .site-header .header-wrap .action-box .contact-btn {
        font-size: 14px;
        padding: 10px 16px;
    }
    .site-header .header-wrap .action-box .text {
        font-size: 14px;
    }
    .banner-sec {
        height: 950px;
    }
    
    .banner-sec h1{
        padding-top: 10px;
    }
    
    .banner-sec .banner-text h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 30px auto;
    width: 600px;
}

    .banner-sec h6{
    width: 600px;
    margin: 0 auto;
    line-height: 20px;
    font-style: italic;
    font-weight: 400;
}
   
   .update-elevator-sec {
        padding: 80px 0;
    }
    .elevator-steps-wrap .steps-row {
        margin-top: 60px;
        max-height: unset;
    }
    .elevator-steps-wrap .steps-row .icon-box {
        max-width: 450px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .elevator-steps-wrap .steps-row .text-box {
        width: 100%;
        padding-left: 0;
        max-width: 450px;
        margin: 0 auto;
    }
    .elevator-steps-wrap .steps-row .icon-box:before {
        font-size: 16px;
    }
    .copyright-text {
        padding: 25px 0;
    }
}

@media(max-width: 576px) {
    .red-btn {
        font-size: 16px;
        padding: 12px 20px;
        min-width: 180px;
    }
    .site-header {
        padding: 20px 0;
    }
    .site-header .header-wrap .action-box .image,
    .site-header .header-wrap .action-box .text {
        display: none;
    }
    .site-header .header-wrap .site-logo,
    .site-header .header-wrap .action-box {
        width: 10%;
    }

    .site-footer .footer-contact-info {
        height: 500px;
    }
    .site-footer .footer-contact-info .logo-box img {
        max-width: 180px;
    }
    
    .banner-sec h1{
        padding-top: 10px;
    }
    
    .banner-sec .banner-text h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 30px auto;
    width: 400px;
}

    .banner-sec h6{
    width: 450px;
    margin: 0 auto;
    line-height: 20px;
    font-style: italic;
    font-weight: 400;
}
}