/*--------------------------------------------------------------

Template: Theme Name
Author:
Version:  1
Design and Developed by:

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here:
-------------------------------------------------------*/
.static-block-2 .text .link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid red;
    color: red;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-top: 30px;
    padding: 10px 33px;
    text-transform: uppercase;
}

.section.content {
    padding-top: 70px;
    padding-bottom: 130px;
}

.contact-icon-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .2s;
    transition: color .2s;
    font-family: 'News Cycle', sans-serif;
}

.contact-info-wrap {
    margin-top: 60px;
    margin-right: -15px;
    margin-left: -15px;
}

.contact-col {
    width: 25%;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contact-col.oh {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.contact-p {
    color: #333;
    font-size: 24px;
    line-height: 74px;
}

.line-div.grey-line {
    display: block;
    height: 5px;
    margin-top: 10px;
    background-color: #eaeaea;
}

.contact-img {
    width: 40px;
    margin-right: 20px;
}

b, optgroup, strong {
    font-weight: 700;
}

.contact-rtb p {
    margin-bottom: 5px;
    font-family: 'PT Sans', sans-serif;
    color: #333;
    font-size: 15px;
}

.quote-call-div-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.quote-call-section.grey {
  background-color: #f2f2f2;
}
.button.red-button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
    color: #f22c2c;
}

.button.red-button {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d33), to(#d33));
    background-image: linear-gradient(180deg, #d33, #d33);
    box-shadow: 1px 0 3px 0 rgba(0, 0, 0, .28);
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
    color: #f8f8f8;
}

.button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d33), to(#d33));
    background-image: linear-gradient(180deg, #d33, #d33);
    color: #f8f8f8;
}

a:active, a:hover {
    outline: 0;
}

.button {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 15px 26px 15px 25px !important;
    border: 2px solid #d33;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f8f8f8));
    background-image: linear-gradient(180deg, #f8f8f8, #f8f8f8);
    font-family: 'PT Sans', sans-serif;
    color: #d33;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.w-button {
    display: inline-block !important;
    padding: 9px 15px !important;
    background-color: #3898ec !important;
    color: #fff !important;
    border: 0 !important;
    line-height: inherit !important;
    text-decoration: none !important;
    cursor: pointer;
    border-radius: 0;
}

.quote-call-heading.grey-h {
    margin-right: 132px;
    font-family: 'PT Sans', sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 46.2px;
    text-transform: capitalize;
}

.quote-call-heading {
    margin-top: 15px;
    margin-right: 40px;
    margin-bottom: 20px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.red-arrow-contact {
    position: absolute;
    left: -85px;
    top: -30px;
}

.quote-call-div-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.quote-call-heading.grey-h {
    margin-right: 132px;
    font-family: 'PT Sans', sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 46.2px;
    text-transform: capitalize;
}

.c-cta-wrap {
    position: relative;
}
.contact-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
}
.map-wrap {
  width: 50%;
}

.inteco-page-title{
    padding-bottom: 15vh;
    text-transform: capitalize;

}
