/**
 * @file
 * Subtheme specific CSS.
 */
body {
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    line-height: 160%;
    color: #333;
    overflow-x: hidden;
    font-weight: 500;
    background: #f9fafb;
    margin-top: 0;
}
p {
    font-family: 'Rajdhani', sans-serif;
    margin: 0 0 20px 0;
}
h1,
.h1 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
h2,
.h2 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
h3,
.h3 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
h4,
.h4 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
a {
    color: #e7b60d;
}
a:hover {
    color: #C39906;
    text-decoration: none;
}
ol,
ul {
    padding-left: 1.5em;
}
.popover ol:last-child,
.popover ul:last-child {
    margin-bottom: 0;
}
#header {
    background: #000;
    border-top: 1px solid #aaaaaa;
    box-shadow: -2px 1px 3px 1px rgba(0, 0, 0, 0.333);
}
.navbar {
    margin-bottom: 0;
}
.mainNav .nav-item > a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.mainNav .nav-item > a:hover,
.mainNav .nav-item > a:focus,
.mainNav .nav-item > a.is-active {
    background: #e7b60d none repeat scroll 0 0;
    color: #fff;
}
.navbar-brand img {
    width: 200px;
}
.navbar-toggler {
  background-color: white!important;
}
.page-header {
    margin-top: 0;
}
.slogan {
    background-image: url(/themes/custom/images/patterns/pattern13.png);
    padding: 60px 0;
}
.slogan h2,
.slogan p {
    color: #fff;
}
#block-servicesslogan-2 {
    padding: 60px 0;
}
#top {
    background-image: url(/themes/custom/images/patterns/pattern7.png);
    padding: 60px 0;
}
.feed-icons {
    display: none;
}
#content {
    margin-top: 50px;
  background: #f9fafb;
}
#block-custom-views-block-slider-block-1 {
    display: flex;
    min-height: 540px;
}
.imagefield_slideshow-wrapper {
    align-self: center;
    border: none;
}

/* SERVICES PAGE */
.prod figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.prod figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.prod figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.prod figure figcaption::before,
.prod figure figcaption::after {
    pointer-events: none;
}
.prod figure figcaption,
.prod figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.prod figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.prod figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    color: #fff;
}
.prod figure h2 span {
    font-weight: 800;
}
.prod figure h2,
.prod figure p {
    margin: 0;
}
.prod figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
figure.hover-effect {
    background: #18a367;
}
figure.hover-effect img {
    height: 390px;
}
figure.hover-effect figcaption {
    padding: 3em;
}
figure.hover-effect figcaption::before,
figure.hover-effect figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}
figure.hover-effect figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
figure.hover-effect figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
figure.hover-effect h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
figure.hover-effect p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
figure.hover-effect img,
figure.hover-effect h2 {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
figure.hover-effect img,
figure.hover-effect figcaption::before,
figure.hover-effect figcaption::after,
figure.hover-effect p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.hover-effect:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.hover-effect:hover figcaption::before,
figure.hover-effect:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.hover-effect:hover h2,
figure.hover-effect:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.hover-effect:hover figcaption::after,
figure.hover-effect:hover h2,
figure.hover-effect:hover p,
figure.hover-effect:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.field--name-field-image {
    float: left;
    padding: 0 20px 10px 0;
}
.main-container {
    margin-top: 40px;
}
.path-frontpage .main-container {
    margin-top: 0;
}
.footer {
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #E5E5E5;
    background: #000;
    text-align: center;
}

