:root {
  --primary-color: #F57600;
  --primary-color-lighter: #FF8809;
  --primary-color-darker: #DF6C00;
  --secondary-color: #FFFFFF;
  --secondary-color-lighter: #FFFFFF;
  --secondary-color-darker: #E6E6E6;
  --tertiary-color: #303030;
  --tertiary-color-lighter: #444444;
  --tertiary-color-darker: #222222;
}/* Tile Block */
.b-tile { padding-bottom: 60px; }
.b-tile .slick-list { padding-top: 20px; }
.b-tile .slick-list .b-tile__item-wrapper { -webkit-box-shadow: unset; box-shadow: unset; }
.b-tile__item-wrapper.align-items-center { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; position: relative; border-radius: 4px; -webkit-box-shadow: unset; box-shadow: unset); -webkit-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }
.b-tile a:hover .b-tile__item-wrapper { transform: scale(1.05); }
.b-tile__title { display: block; position: absolute; bottom: 0px; padding: 10px !important; margin: 0 !important; width: 100%; background-color: #F57600; color: #fff; font-size: 0.9rem; font-weight: 700; line-height: 1.4; text-shadow: 1px 1px 1px rgba(0,0,0,0.2); }
@media (min-width:991px) { .row-cols-lg-5 .b-tile__title { font-size: 0.8rem !important; line-height: 1.2; padding: 8px 12px !important; } }
.b-tile__img { -webkit-box-shadow: none; box-shadow: none; border-radius: 0px; margin: 0 !important; }

 /* Removing button shadows */
.c-button { -webkit-box-shadow: none !important; box-shadow: none !important; }

/* H2 Underlines */
.main-content h2:after, .block-title.text-left h2:after { content: ""; display: block; height: 4px; border-radius: 2px; width: 140px; background-color: #F57600; margin: 15px auto 5px 0; }
.main-content h2.text-center:after, .block-title.text-center h2:after { content: ""; display: block; height: 4px; border-radius: 2px; width: 140px; background-color: #F57600; margin: 15px auto 5px; }
.main-content h2.text-right:after, .block-title.text-right h2:after { content: ""; display: block; height: 4px; border-radius: 2px; width: 140px; background-color: #F57600; margin: 15px 0 5px auto; }
.b-cta .main-content h2:after { display: none !important; }

/* Top Nav */
.c-header__logo { padding-top: 20px; padding-bottom:20px; -webkit-flex-basis: inherit; -ms-flex-preferred-size: inherit; flex-basis: inherit; }
.c-header { -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.15); box-shadow: 0px 2px 6px rgba(0,0,0,0); }
.c-menu__link-icon:before { content: "\f0d7"; font-size: 0.7rem; }
.c-menu__ul__ul .c-childmenu__link { font-size: 0.9rem; }
.c-childmenu__link .fa-chevron-right { line-height: 20px; margin-right: 0px !important; font-size: 0.8rem; }
.c-childmenu__link .fa-chevron-right:before { content:"\f0da";  }
.c-menu__link-icon { margin-top: -1px; }
.c-menu__list { border-radius:4px; -webkit-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
.c-menu__list--has-menu { border-radius: 4px 4px 0px 0px; }
.c-menu__list:last-child:hover, .c-menu__list:last-child:active { background-color: transparent; }
.c-childmenu { border-left: 4px solid #F57600; padding-top: 0px; border-radius: 0px 4px 4px 4px; width: 300px; max-width: 280px; overflow: hidden; }
.c-childmenu__ul { -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.15); box-shadow: 0px 2px 6px rgba(0,0,0,0.15); }
.c-childmenu__link { -webkit-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
.c-childmenu__link:hover { padding-left: 18px; padding-right: 12px; }
.phone-link{ margin-left: 10px; }
@media (max-width:991px) {
.phone-link { margin-left: 0px; }
.c-menu__link { padding: 20px; font-size: 1.1rem; }
.c-childmenu { border-radius: 0px; max-width: 250px; width: inherit; }
.c-childmenu__ul { -webkit-box-shadow: none; box-shadow: none; }
}


/* Homepage Hero */
.c-hero-slider__main:before { background: rgba(0,0,0,0.4); }


/* Inner Hero */
.c-breadcrumbs { display: none; }
.c-hero__t-cell { height: 450px; }
.c-hero__title {text-shadow: 1px 1px 4px rgba(0,0,0,0.0); font-weight: 700; font-size: 3.0rem;}
.c-hero:before { background: rgba(0,0,0,0.2); }



/* Blog Items */
.c-blog-article__frame.container { padding: 0px !important; }
.c-blogs__article-button .c-button { border-radius: 0px !important; }
.c-blogs__article { overflow: hidden; }
.c-blogs__article-date { padding-top: 12px; }
.c-blogs__article-title { font-weight: 700; font-size: 1.2rem; padding-top: 4px; color: #333; }
.c-blogs__article-content { letter-spacing: inherit; font-size: 1rem; line-height: 1.4; }
.c-blogs__article-info { padding-bottom: 0px; }
.b-article__title { font-size: 1.2rem; font-weight: 600; padding: 16px 20px; min-height: 86px; }


/* Service Holder */
.l-service-holder__grid-item { border-radius: 8px; overflow: hidden; }
.l-service-holder { padding-top: 50px; }
a.c-tiles { color: #222222; -webkit-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
a.c-tiles:hover { color: #F57600; transform: scale(1.025); }
.c-tiles__title { color: #F57600; }
.c-tiles__icon { padding: 0px; margin-top: 40px; margin-bottom: 20px; }
.c-tiles__icon img { border-radius: 4px; height: 200px; width: 200px; }
.c-tiles__summary { letter-spacing: inherit; font-size: 1rem; padding: 15px 30px 30px; }
.c-wide-tiles__icon { padding: 20px; }
.c-wide-tiles__icon img { border-radius: 10px; }
.c-wide-tiles__title { font-size: 1.3rem; color: #444; }
.c-wide-tiles__summary { letter-spacing: inherit; }


/* Embed Block */
.b-iframe .embed-responsive { border-radius: 4px; overflow: hidden; }

/* Gallery Block */
.b-gallery__slider { overflow-x: inherit; }
.b-gallery__slider-image { overflow: hidden; border-radius: 4px; margin-top: 10px; margin-bottom: 15px; -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.15); box-shadow: 2px 2px 10px rgba(0,0,0,0.15); }
.b-gallery__slider-lightbox:before { overflow: hidden; border-radius: 4px; }

/* Testimonials */
.b-testimonials__message { letter-spacing: inherit; font-size: 1rem; line-height: 1.4; }
.b-testimonials__name { font-size: 1.5rem; font-weight: 700; }
.b-testimonials__position { font-size: 1.2rem; font-weight: 600; text-transform: inherit; padding-top: 15px; }
.b-testimonials-simple__content { background-color: #fff; }
.b-testimonials-simple__content:after { border-color: #fff transparent transparent; }
.b-testimonials-simple__author-name { font-weight: 700; font-size: 1.2rem; }
@media (max-width:1300px) { .b-testimonials .c-carousel__buttons { display: none; } }

/* Shadows (Global) */
.u-box-shadow { -webkit-box-shadow: 0px 8px 20px rgba(0,0,0,0.1); box-shadow: 0px 8px 20px rgba(0,0,0,0.1); }


/* FAQ Block */
.b-faq__item { padding-bottom: 2rem !important; }
.b-faq__item-main { border-radius: 6px; overflow: hidden; }
.b-faq__title { padding-top: 4px; font-size: 1rem; font-weight: 700; padding-right: 15px; }
.b-faq__item-main .u-box-shadow--size-medium {box-shadow: none !important; }


/* Column Block */
.b-column__icon { min-width: 110px; }
.b-column__title {font-weight: 600px; font-size: 20px; }
@media (max-width: 768px) { .b-column .col-md {  padding-bottom: 3rem; } }

/* Content Block */
.b-wysiwyg img { border-radius: 0px; -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0); box-shadow: 0px 0px 0px rgba(0,0,0,0); }
@media (max-width: 991px) { .b-wysiwyg .col-lg-6:first-child { margin-bottom: 2rem; } }

/* Menu Chevron Alignment */
.c-menu__link-icon { top: 0px; font-size: 10px; left: -3px; }

/* Footer */
.c-footer__info-value { font-size: 1rem; }
.c-footer__text_social .c-footer__top_spacing { padding-top: 30px; }
.c-mintdesign__title { font-size: 17px; padding-top: 5px; letter-spacing: inherit; }
.c-copyrights__content { font-size: 14px; padding-top: 5px; letter-spacing: inherit; }

/* Map Block */
.b-map { max-height: 600px; max-width: 1170px; margin: 0 auto; border-radius: 4px; overflow: hidden; -webkit-box-shadow: 0px 8px 20px rgba(0,0,0,0.1); box-shadow: 0px 8px 20px rgba(0,0,0,0.1); }
@media (max-width:991px) { .b-map { max-height: 500px; height: 500px; border-radius: 0px; } }


/* List */
.main-content ol li~li, .main-content ul li~li { margin-top: 8px; }
.c-ul li:before { color: #00B3DC; font-size: 16px; top: 0px; left: 8px; }
ol.alpha li { list-style-type: lower-alpha; }
ol.roman li { list-style-type: lower-roman; }
ul { margin-bottom: 1.5625rem; }
ul li { line-height: 1.2rem; }
ul.c-ul { margin-bottom: 1.5625rem; }
ul.c-ul li { line-height: 1.4rem; }

/* Mobile Menu Dropdowns Fixing */
@media (max-width:991px) {
.c-menu__link-icon:before { font-size: 1.2rem; }
.c-menu__list .c-menu__link-icon { padding: 20px 10px; left: inherit; right: 0px; }
.c-menu__list .c-menu__link-icon.is-active { transform: rotate(180deg); }
.js-menu__link { padding-top: 0px; padding-bottom: 0px; }
.js-menu__link span { padding-top: 20px; padding-bottom: 20px; }
}

/* Footer Mobile Alignment */
.c-footer__info-value { font-size: 1rem; }
@media (max-width: 991px) {
.c-footer__menu { text-align: center; }
.c-footer__menu a:last-child { padding-right: 14px; }
}

/* User Forms */
.userform-fields .field { position: relative; } .text label {font-weight: 300; }
.userform-fields .right-title { position: absolute; top: 0px; right: 0px; font-size: 0.8rem; }
.b-form-basic .btn-toolbar.Actions input[type="submit"] { height: 50px; border-radius: 25px; font-weight: 500; line-height: 1.4; padding: 10px 60px 10px; font-size: 1.4rem; text-transform: uppercase; line-height: 1.4; color: #ffffff; background-color: #F57600; padding: 10px 60px; font-size: 1.4rem; -webkit-box-shadow: none;  }
.b-form-basic .btn-toolbar.Actions input[type="submit"]:hover { background-color: #0061CB; }

/* Mobile Menu Dropdowns Fixing */
@media (max-width:991px) {
.js-menu__link { padding-right: 0px; }
.c-menu__link-icon:before { font-size: 1.2rem; }
.c-menu__list .c-menu__link-icon { padding: 20px 10px; left: inherit; right: 0px; }
.c-menu__list .c-menu__link-icon.is-active { transform: rotate(180deg); }
.js-menu__link { padding-top: 0px; padding-bottom: 0px; }
.js-menu__link span { padding-top: 20px; padding-bottom: 20px; }
}

/* meet the team images */
.meet_the_team .b-column__icon { width: 350px; }