.contact-banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contact-banner-section .left-column {
    display: flex;
    align-items: flex-end;
}
.contact-banner-section .ie-primary-title::before {
    position: absolute;
    content: "";
    height: calc(100% - 27px);
    width: 8px;
    background-color: #2da9e4;
    left: -15px;
    top: 13px;
}
.ie-banner-description {
    color: #8a8a8a;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.contact-banner-section .contact-section-img {
    text-align: center;
}
.contact-banner-section .contact-section-img img {
    width: 100%;
    max-width: 450px;
}

/**********************************************************/
/*                     Contact form css
/**********************************************************/
.contact-form-ie-item label {
    display: none;
}
.contact-form-ie-item {
    margin: 10px 0;
}
.contact-form-ie-input,
.contact-form-ie-textarea,
.contact-form-ie-select {
    color: #8a8a8a;
    width: 100%;
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgb(164, 164, 164);
}
.contact-form-ie-input, .contact-form-ie-select {
    height: 67px;
    line-height: 38px;
}
.contact-form-ie-input::placeholder,
.contact-form-ie-textarea::placeholder,
.contact-form-ie-select, .contact-form-ie-select option {
    font-size: 34px;
    font-family: "Museo Sans",sans-serif;
    font-weight: 200;
    color: rgb(164, 164, 164);
    line-height: 1.2;
    text-align: left;
}
.contact-form-ie-input:focus,
.contact-form-ie-textarea:focus {
    border: 0;
}
.contact-form-ie-input:focus, 
.contact-form-ie-textarea:focus,
.contact-form-ie-select:focus {
    outline: 0;
    border-bottom: 1px solid #2da9e4;
}
.contact-form-ie-button-row {
    margin-top: 40px;
}
.contact-form-ie-button-row input {
    cursor: pointer;
}

/**********************************************************/
/*                     Contact address css
/**********************************************************/
.address-section .single-address {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(224, 224, 224);
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
}
.address-section .single-address:not(:last-child) {
    margin-bottom: 27px;
}
.address-section .single-address h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.address-section .single-address p, .address-section .single-address a {
    margin-top: 5px;
    color: rgb(164, 164, 164);
    font-weight: 300;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 20px;
}
.address-section .single-address a {
    color: rgb(164, 164, 164);
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.address-section .single-address a:hover {
    color: #2da9e4;
}
.address-section .single-address .ie-icon i {
    font-size: 60px;
    color: rgb(164, 164, 164);
    transition: all .3s ease-in-out;
}
.address-section .single-address:hover .ie-icon i {
    color: #2da9e4;
}
.address-section .single-address.toronto .ie-icon i {
    color: #2da9e4;
}
.address-section .single-address.montreal .ie-icon i {
    color: #ed6062
}
.address-section .single-address.london .ie-icon i {
    color: #00daa3;
}
.address-section .single-address .ie-icon img {
    max-width: 60px;
}


.page-template-template-contact .footer-top-section {
    display: none;
}
.address-section {
    width: 100%;
    max-width: 456px;
    margin-left: 20px;
}
.address-section .single-address .ie-icon {
    text-align: center;
}

/**********************************************************/
/*                     map css
/**********************************************************/
.address-canada,
.address-london,
.address-toronto,
.address-newyork {
    position: absolute;
    width: 340px;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    padding-left: 60px;
    cursor: pointer;
}
.canada-inner,
.london-inner,
.toronto-inner,
.newyork-inner {
    background-color: #2da9e4;
    padding: 20px;
    border-radius: 5px;
    cursor: auto;
}
.address-canada {
    left: calc(31% - 60px);
    top: 25%;
}
.address-toronto {
	left: calc(30% - 60px);
    top: 28%;
}
.address-newyork {
	left: calc(30% - 50px);
    top: 30%;
}
.address-london {
    top: 23%;
    left: calc(50% - 60px);
}
.address-canada.hover-active,
.address-london.hover-active,
.address-toronto.hover-active,
.address-newyork.hover-active {
    opacity: 1;
    visibility: visible;
}
.address-london::before,
.address-canada::before,
.address-toronto::before,
.address-newyork::before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #2da9e4;
    border-bottom: 10px solid transparent;
    position: absolute;
    content: "";
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
}
.address-canada h3, 
.address-canada p, 
.address-canada a, 
.address-london h3, 
.address-london p, 
.address-london a,
.address-toronto h3, 
.address-toronto p, 
.address-toronto a,
.address-newyork h3,
.address-newyork a,
.address-newyork p {
    color: #fff;
    margin: 0;
}
.address-canada h3, 
.address-london h3,
.address-toronto h3,
.address-newyork h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.address-canada p, 
.address-london p,
.address-toronto p,
.address-newyork p {
    font-size: 14px;
}
.address-canada a, 
.address-london a,
.address-toronto a,
.address-newyork a {
    margin-top: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}
g.montreal-pin, 
g.london-pin {
    cursor: pointer;
}
.map-svg svg .st2 {
    fill: #ed6062;
}
.montreal-pin .st1 {
    fill: #ed6062;
}
.map-svg svg .st6 {
    fill: #2da9e4;
}
.map-svg svg .st4 {
    fill: #00daa3;
}
.london-pin .st1 {
    fill: #00daa3;
}
g.london-pin.map-pin {
    transform: translate(-2.3px, -.7px);
}

/**********************************************************/
/*                     responsive css
/**********************************************************/
@media only screen and (max-width: 1499px) {

}
@media only screen and (max-width: 1365px) {
    .address-london {
        top: 18%;
    }
    .address-canada {
        top: 23%;
    }
}
@media only screen and (max-width: 1199px) {
    .address-section .single-address p,
    .address-section .single-address a {
        font-size: 18px;
    }
    .contact-form-ie-input,
    .contact-form-ie-select {
        height: 64px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .address-section .single-address h2 {
        font-size: 22px;
    }
    .address-section .single-address p {
        font-size: 18px;
    }.address-section .single-address .ie-icon i {
        font-size: 50px;
    }
    .contact-form-ie-input::placeholder,
    .contact-form-ie-textarea::placeholder,
    .contact-form-ie-select, .contact-form-ie-select option {
        font-size: 26px;
    }
    .address-london {
        top: 16%;
        left: calc(51% - 60px);
    }
    .address-canada {
        top: 20%;
        left: calc(31% - 60px);
    }
}
@media only screen and (min-width: 992px) {
    .contact-banner-section .left-column {
        padding-top: 275px;
    }
}
@media only screen and (max-width: 991px) {
    .contact-banner-section.ie-section-top {
        padding-top: 100px;
    }
    .contact-banner-section .ie-primary-title::before {
        height: calc(100% - 20px);
        top: 10px;
    }
    .address-section {
        margin-top: 50px;
    }
    .address-section {
        margin-left: 0px;
    }
    .address-london {
        top: 11%;
        left: calc(52% - 60px);
    }
    .address-canada {
        top: 17%;
        left: calc(33% - 66px);
    }
    .address-toronto {
        left: calc(30% - 50px);
        top: 18.6%;
    }
    .address-newyork {
        left: calc(30% - 45px);
        top: 20.5%;
    }
}
@media only screen and (max-width: 767px) {
    .contact-banner-section.ie-section-top {
        padding-top: 70px;
    }
    .contact-banner-section .ie-primary-title::before {
        height: calc(100% - 15px);
        top: 7px;
    }
    .contact-form-ie-input::placeholder, 
    .contact-form-ie-textarea::placeholder,
    .contact-form-ie-select, .contact-form-ie-select option {
        font-size: 30px;
    }
    .address-section .single-address {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        text-align: center;
    }
    .address-section .single-address .ie-icon {
        margin-top: 24px;
    }
    .address-section {
        margin-left: auto;
        margin-right: auto;
    }
    .address-canada, .address-london {
        position: absolute;
        width: 300px;
    }
    .address-canada {
        top: 7%;
        left: calc(33% - 60px);
    }
    .address-london {
        top: 4%;
        left: calc(52% - 60px);
    }
    .contact-banner-section.ie-section-top .right-column {
        display: none;
    }
    .contact-banner-section {
        background-position: 0% 0%;
        background-size: 180%;
    }
}
@media only screen and (max-width: 575px) {
    .ie-banner-description {
        font-size: 16px;
        line-height: 1.5;
    }
    .contact-form-ie-input::placeholder,
    .contact-form-ie-textarea::placeholder,
    .contact-form-ie-select, .contact-form-ie-select option {
        font-size: 24px;
    }
    .address-section .single-address h2 {
        font-size: 22px;
    }
    .address-section .single-address p {
        font-size: 17px;
    }
    .address-canada,
    .address-london,
    .address-toronto {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .address-canada::before,
    .address-london::before,
    .address-toronto::before {
        display: none;
    }
    .canada-inner,
    .london-inner,
    .toronto-inner {
        padding: 10px;
    }
}

.page-id-157 #loading-spinner {
    display: none;
}