/* Widget - Section Title */
.three-build-section-title-wrapper .three-build-section-title-toptext {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 17px;
	margin-bottom: 10px;
    color: #ED1B23;
}
.three-build-section-title-wrapper .three-build-section-title {
	margin: 0;
	font-size: 44px;
	line-height: 48px;
}
.three-build-section-title-wrapper .three-build-section-title-subtitle {
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
}
.three-build-section-title-wrapper .three-build-section-title-subtitle p {
    margin-top: 0;
}
.three-build-section-title-wrapper .three-build-section-title-subtitle p:last-child {
    margin-bottom: 0;
}
.three-build-section-title-wrapper a.three-build-button-link {
	margin-top: 30px;
}
/* align - right */
.three-build-section-title-wrapper.three-build-section-title-wrapper-align-right {
    text-align: right;
}
/* align - center */
.three-build-section-title-wrapper.three-build-section-title-wrapper-align-center {
    text-align: center;
}
/* white */
.three-build-section-title-wrapper.three-build-section-title-wrapper-white,
.three-build-section-title-wrapper.three-build-section-title-wrapper-white .three-build-section-title,
.three-build-section-title-wrapper.three-build-section-title-wrapper-white .three-build-section-title-subtitle {
    color: #fff;
}

/* Widget - Social Icons */
.three-build-social-icons-wrapper {
    display: flex;
}
.three-build-social-icons-wrapper .social-item {
    margin-right: 10px;
}
.three-build-social-icons-wrapper .social-item:last-child {
    margin-right: 0;
}
.three-build-social-icons-wrapper .social-item a {
    font-size: 20px;
    line-height: 20px;
    color: #ED1B23;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
.three-build-social-icons-wrapper .social-item a:hover {
    color: #BD0D13;
}
/* align - right */
.three-build-social-icons-wrapper.three-build-social-icons-wrapper-align-right {
    justify-content: flex-end;
}
/* align - center */
.three-build-social-icons-wrapper.three-build-social-icons-wrapper-align-center {
    justify-content: center;
}
/* white */
.three-build-social-icons-wrapper.three-build-social-icons-wrapper-white .social-item a {
    color: white;
}
.three-build-social-icons-wrapper.three-build-social-icons-wrapper-white .social-item a:hover {
    color: #ED1B23;
}

/* Widget - Contact Info */
.three-build-contact-info-wrapper .contactinfo-item {
    margin-bottom: 10px;
}
.three-build-contact-info-wrapper .contactinfo-item a {
    display: flex;
    color: #1F1F1F;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
.three-build-contact-info-wrapper .contactinfo-item a i {
    font-size: 18px;
    line-height: 18px;
    margin-right: 10px;
    color: #ED1B23;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
.three-build-contact-info-wrapper .contactinfo-item a:hover {
    color: #ED1B23;
}
.three-build-contact-info-wrapper .contactinfo-item a:hover i {
    color: #BD0D13;
}
/* align - right */
.three-build-contact-info-wrapper.three-build-contact-info-wrapper-align-right {
    text-align: right;
}
/* align - center */
.three-build-contact-info-wrapper.three-build-contact-info-wrapper-align-center {
    text-align: center;
}
/* white */
.three-build-contact-info-wrapper.three-build-contact-info-wrapper-white a {
    color: white;
}
.three-build-contact-info-wrapper.three-build-contact-info-wrapper-white a:hover {
    color: #ED1B23;
}
/* WIDGET - FEATURED BOX */
.three-build-featured-box-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    height: 232px;
    overflow: hidden;
    width: 100%;
}
.three-build-featured-box-wrapper a.three-build-featured-box-link-wrapper {
    background: black;
    width: 100%;
}
.three-build-featured-box-wrapper a.three-build-featured-box-link-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -moz-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -o-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -ms-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    opacity: 0.66;
}
.three-build-featured-box-wrapper a.three-build-featured-box-link-wrapper .three-build-featured-box-title {
    position: absolute;
    bottom: 30px;
    text-align: center !important;
    width: 100%;
    color: white;
    font-size: 27px;
    line-height: 32px;
    text-transform: uppercase;
}
/* hover */
.three-build-featured-box-wrapper a.three-build-featured-box-link-wrapper:hover img {
    max-width: 110%;
    width: 110%;
    transform: translate(-5%);
    opacity: 0.9;
}
/* WIDGET - TICK BOX */
.three-build-tick-box-wrapper {
    display: flex;
    align-items: center;
}
.three-build-tick-box-wrapper i {
    color: #ED1B23;
    font-size: 32px;
    line-height: 32px;
    margin-right: 15px;
}
.three-build-tick-box-wrapper .three-build-tick-box-title {
    font-size: 19px;
    line-height: 24px;
    font-weight: 500;
}
/* white */
.three-build-tick-box-wrapper.three-build-tick-box-wrapper-white,
.three-build-tick-box-wrapper.three-build-tick-box-wrapper-white .three-build-tick-box-title {
    color: #FFF;
}
/* WIDGET - TESTIMONIAL SLIDER */
.bdtestimonials-sliderwidget .flexslider .slides {
    padding: 0 60px;
}
.bdtestimonials-sliderwidget .bdtestimonials-maintext {
    color: white !important;
    font-size: 19px !important;
    line-height: 27px !important;
    text-align: center !important;
}
.bdtestimonials-sliderwidget .bdtestimonials-author {
    font-size: 26px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    color: white !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
.bdtestimonials-sliderwidget .flex-direction-nav a {
    color: #FFF;
}
.bdtestimonials-sliderwidget .flex-direction-nav a:before {
    color: #FFF;
}
.bdtestimonials-sliderwidget .flex-control-paging li a.flex-active {
    background: #FFF;
}
.bdtestimonials-sliderwidget .flex-control-paging li a:hover {
    background: #FFF;
}
/* SIZING */
@media (max-width: 767px) {
    /* Widget - Section Title */
    .three-build-section-title-wrapper {
        text-align: center !important;
    }
    .three-build-section-title-wrapper .three-build-section-title {
        font-size: 33px;
        line-height: 36px;
    }
    /* Widget - Social Icons */
    .three-build-social-icons-wrapper {
        justify-content: center;
    }
    /* Widget - Contact Info */
    .three-build-contact-info-wrapper {
        text-align: center !important;
    }
    .three-build-contact-info-wrapper .contactinfo-item a {
        justify-content: center;
    }
}
