@font-face {
    font-family: 'Davys Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Davys Regular'), url('../fonts/DavysDingbats.woff') format('woff');
}

a:hover,
a:focus {
    text-decoration: none;
}

/*** PAGE SPECIFIC CSS START ***/

/*** HOME ***/

body.home {
    background: #3B559F;
    font-family: 'Raleway', sans-serif;
}

.home .navbar-main-header {
    background: rgb(133, 139, 193);
    background: linear-gradient(90deg, rgba(133, 139, 193, 1) 0%, rgba(78, 96, 168, 1) 35%, rgba(69, 89, 164, 1) 100%);
}

.home .navbar-default .navbar-right>li:last-of-type {
    text-transform: uppercase;
    background: #3A53A1;
    border: 2px solid #fff;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
}

.home .navbar-default .navbar-right>li:last-of-type:hover,
.home .navbar-default .navbar-right>li:last-of-type:focus {
    background: #243d85;
}

.home .text_content {
    color: #ffffff;
    margin-top: 50px;
    font-weight: 700;
    font-size: 16px;
}

.home .text_content h4 {
    font-size: 36px;
    color: #F9AB37;
    font-weight: 900;
}

.home .img-frame {
    border: 6px solid #797CB9;
}

.home .content_bg {
    min-height: 100vh;
}

.home_bg {
    padding: 5%;
    min-height: 100vh;
    background: url("../img/home-bg.jpg") no-repeat;
    background-position: center 15%; 

}

/*** SERVICES ***/

body.services {
    background: #6AA549;
    font-family: 'Raleway', sans-serif;
}

.services .navbar-main-header {
    background: rgb(169, 196, 141);
    background: linear-gradient(90deg, rgba(169, 196, 141, 1) 0%, rgba(126, 173, 89, 1) 35%, rgba(114, 168, 77, 1) 100%);
}

.services .navbar-default .navbar-right>li:last-of-type {
    text-transform: uppercase;
    background: #6AA549;
    border: 2px solid #fff;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
}

.services .navbar-default .navbar-right>li:last-of-type:hover,
.services .navbar-default .navbar-right>li:last-of-type:focus {
    background: #6AA549;
}


.services_bg {
    padding: 8% 6%;
    min-height: 165vh;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/48273494_m.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.services .text_content {
    color: #ffffff;
    margin-top: 50px;
    font-weight: 700;
    padding: 0px 30px 30px 90px;
    font-size: 16px;
}

.services .text_content h5 {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #B5D194;
}

.services .text_content h3 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 38px;
    font-weight: 400;
}

.services .text_content p {
    margin-bottom: 25px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.services .text_content p>span {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}

.services .text_content p>a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}

.services .text_content .content_inline img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    border: 6px solid #B5D194;
    border-radius: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 300px;
}

.services .content_right ul {
    padding: 0;
    margin: 30px 0 60px;
    list-style: none;
}

.services .content_right ul>li {
    font-size: 28px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.services .content_right ul>li>span {
    color: #6AA549;
}

.services .content_right h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #95979A;
    font-size: 16px;
}

.services .content_right p {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #6AA549;
    max-width: 80%;
}

.services .content_right .txt_decor span {
    color: #6AA549;
}

.services .content_right .testimonial {
    margin: 30px 0;
}

.services .text_content .txt_decor span {
    color: #FFFFFF;
    margin-top: 60px;
}

/*** RECENT PROJECTS ***/

body.projects {
    background: #1A9C9A;
    font-family: 'Raleway', sans-serif;
}

.projects .navbar-main-header {
    background: rgb(140, 190, 191);
    background: linear-gradient(90deg, rgba(140, 190, 191, 1) 0%, rgba(63, 162, 160, 1) 35%, rgba(50, 159, 157, 1) 100%);
}

.projects .navbar-default .navbar-right>li:last-of-type {
    text-transform: uppercase;
    background: #1A9C9A;
    border: 2px solid #fff;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
}

.projects .navbar-default .navbar-right>li:last-of-type:hover,
.projects .navbar-default .navbar-right>li:last-of-type:focus {
    background: #1A9C9A;
}


.projects .img-frame {
    border: 6px solid #82CCBE;
    margin-bottom: 0;
}

.projects .before-images .inner-block {
    display: inline-block;
    width: 50%;
    float: left;
}

.projects .before-images .inner-block img{
    margin-top: 0;
    margin-bottom: 30px;
}

.projects .after-images img{
    margin-top: 30px;
}

.projects .after-images .inner-block:last-of-type img {
    margin-top: 0;
}

.projects .after-images .inner-block,
.projects .before-images .inner-block {
    position: relative;
}

.projects .after-images .inner-block span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.projects .before-images .inner-block span{
    position: absolute;
    bottom: 40px;
    left: 20px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.projects .text_content {
    padding: 0 30px 30px 60px;
}

.projects .text_content .txt_decor span {
    color: #FFFFFF;
    margin-top: 30px;
}

.projects .content_right .txt_decor span {
    color: #1A9C9A;
    margin-top: 50px;
}

.projects_bg {
    padding: 2% 4%;
    min-height: 160vh;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/25023118.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.project-nav a {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #cc283f;
    font-size: 14px;
}

.project-nav a:last-of-type {
    padding-left: 10px;
}

.projects h6 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #1a9c9a;
}

.projects h3 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 700;
    color: #1a9c9a;
    font-size: 36px;
}

.projects h3>span {
    color: #CB233A;
}

.projects h5 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #1a9c9a;
}

.projects h5>span {
    color: #CB233A;
}

.projects .content_right {
    color: #1A9C9A;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 22px;
}

.projects .content_right p {
    margin-bottom: 25px;
}

.projects .content_right p>a {
    color: #1A9C9A;
    text-decoration: underline;
}

.project-nav a:hover,
.project-nav a:focus {
    color: #cb233a;
}

/*** THIS N THAT ***/

body.thisnthat {
    background: #EC3A32;
    font-family: 'Raleway', sans-serif;
}

.thisnthat .navbar-main-header {
    background: rgb(243, 138, 111);
    background: linear-gradient(90deg, rgba(243, 138, 111, 1) 0%, rgba(239, 94, 70, 1) 35%, rgba(236, 58, 50, 1) 100%);
}

.thisnthat .navbar-default .navbar-right>li:last-of-type {
    text-transform: uppercase;
    background: #EC3A32;
    border: 2px solid #fff;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
}

.thisnthat .navbar-default .navbar-right>li:last-of-type:hover,
.thisnthat .navbar-default .navbar-right>li:last-of-type:focus {
    background: #c5140c;
}

.thisnthat_bg {
    padding: 2% 4% 0;
    min-height: 100vh;
    background: #F49083;
}

.thisnthat .content_right {
    padding: 2% 9%;
}

.thisnthat .content_right h5 {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 18px;
}

.thisnthat .content_right ul {
    padding-left: 4em;
    padding-top: 4em;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 28px;
    color: #ffffff;
    text-align: right;
    max-width: 500px;
    list-style: none;
    float: left;
}

.thisnthat .content_right ul li>a {
    color: #fff;
}

.thisnthat .content_right ul li.active a {
    color: #000;
}

.thisnthat .content_right ul li>a:hover,
.thisnthat .content_right ul li>a:focus {
    color: #000;
}

.thisnthat .slick-slider.img-frame {
    border: 6px solid #FFFFFF;
    position: relative;
    left: -60%;
    top: 6em;
}


/*** OUR STAFF ***/

body.staff {
    background: #F27750;
    font-family: 'Raleway', sans-serif;
}

.staff .navbar-main-header {
    background: rgb(247, 174, 143);
    background: linear-gradient(90deg, rgba(247, 174, 143, 1) 0%, rgba(244, 139, 102, 1) 35%, rgba(242, 126, 88, 1) 100%);
}

.staff .navbar-default .navbar-right>li:last-of-type {
    text-transform: uppercase;
    background: #F27750;
    border: 2px solid #fff;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
}

.staff .navbar-default .navbar-right>li:last-of-type:hover,
.staff .navbar-default .navbar-right>li:last-of-type:focus {
    background: #cb4c24;
}

.staff_bg {
    padding: 2% 4%;
    min-height: 195vh;
    background: linear-gradient(rgba(244, 144, 131, 0.9), rgba(244, 144, 131, 0.9)), url("../img/42043863_m.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.staff .content_right {
    padding: 2% 9%;
}

.staff .content_right h5 {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 18px;
}

.staff .text_content .img-frame {
    border: 6px solid #FFFFFF;
    border-radius: 10px;
    margin: 0;
    max-width: 250px;
    position: relative;
}

.staff .text_content .img-frame p {
    width: 100%;
    position: absolute;
    margin: 0;
    bottom: 10px;
    left: 0;
    color: #fff;
    background: #000;
    padding: 5px 8px;
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
}

.staff .text_content h5 {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #FCE0D6;
    font-size: 24px;
}

.staff .text_content h3 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 38px;
    font-weight: 400;
}

.staff .text_content {
    padding: 2% 9%;
}

.staff .text_content h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 45px
}

.staff .text_content h3>span {
    color: #F9BAA5;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    top: -20px;
}

.staff .text_content p {
    margin-bottom: 25px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 20px;
/*    text-align: justify;*/
}

.staff .text_content p>span {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    padding-right: 10px;
}

.staff .text_content .text_left p>img {
    float: right;
    left: 30%;
    position: relative;
    width: 250px;
    border: 6px solid #F9BAA5;
    border-radius: 10px;
}

.staff .text_content .text_right p>img {
    float: left;
    right: 30%;
    position: relative;
    width: 250px;
    visibility: hidden;
    border: 6px solid #F9BAA5;
    border-radius: 10px;
}


/*** FAQ's ***/

body.faq {
    background: linear-gradient(rgba(250, 175, 64, 0.85), rgba(250, 175, 64, 0.85)), url("../img/menu-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.faq .navbar-main-header {
    background: rgb(253, 204, 137);
    background: linear-gradient(90deg, rgba(253, 204, 137, 1) 0%, rgba(251, 185, 91, 1) 35%, rgba(250, 175, 64, 1) 100%);
}

.faq .navbar-default .navbar-right>li:last-of-type {
    text-transform: uppercase;
    background: #F9AB37;
    border: 2px solid #fff;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
}

.faq .navbar-default .navbar-right>li:last-of-type:hover,
.faq .navbar-default .navbar-right>li:last-of-type:focus {
    background: #e09423;
}

.faq_bg {
    padding: 2% 4% 0;
    min-height: 200vh;
    background: #FCBE67;
}

.faq .text_content {
    padding: 2% 10%;
}

.faq .text_content h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.faq .text_content h5>span {
    color: #000000;
}

.faq .content_right h1 {
    font-size: 14em;
    text-align: center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 700;
    color: #F9AB37;
}

.faq .faq-section {
    margin: 30px 0;
}

.faq .faq-section h6 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.faq .faq-section p {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.faq .faq-section p>a {
    color: #fff;
}

/*** CONTACT US ***/

body.contactus {
    background: #F9AB37;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.contactus section{
    padding: 40px 0;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 24px;
}

.contactus .navbar-main-header {
    background: rgb(253, 204, 137);
    background: linear-gradient(90deg, rgba(253, 204, 137, 1) 0%, rgba(251, 185, 91, 1) 35%, rgba(250, 175, 64, 1) 100%);
}

.contactus .navbar-default .navbar-right>li:last-of-type {
    text-transform: uppercase;
    background: #F9AB37;
    border: 2px solid #fff;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
}

.contactus .navbar-default .navbar-right>li:last-of-type:hover,
.contactus .navbar-default .navbar-right>li:last-of-type:focus {
    background: #e09423;
}

.contactus h2 {
    font-size: 38px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #ffffff;
}

.contactus h2>a{
    color: #fff;
}

.contactus h3 {
    font-size: 34px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #ffffff;
}

.contactus h4 {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0;
}

.contactus .txt_email span {
    color: #fff;
    font-size: 28px;
}

.contactus .txt_email>a {
    color: #000;
    text-decoration: underline;
}

.contactus .contact-footer img {
    display: inline-block;
    width: 100px;
}

.contactus .contact-footer img:last-of-type {
    margin-left: 10px;
}

.contactus .contact-footer p {
    margin: 25px 0;
}

.contactus .img-frame {
    background: #fff;
    border-color: #FDE5BF !important;
    border: 6px solid #797CB9;
}

.contactus .img-frame .footer h3 {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
}

.contactus .img-frame .footer {
    padding: 15px;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}

.contactus .img-frame .footer h3 span {
    color: #D52150;
    font-weight: 700;
}

.contactus .img-frame .footer p>span {
    color: #D52150;
    font-weight: 700;
}


/*** PAGE SPECIFIC CSS END ***/

/*** GENERAL CSS ***/

header {
    overflow: hidden;
    height: 100px;
}

.navbar-default {
    background: transparent;
    border: 0;
    margin: 0;
}

.navbar-default .container-fluid {
    padding: 0;
}

.navbar-main .navbar-brand {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
    margin: 0 !important;
}

.navbar-main .navbar-brand img {
    width: 200px;
    padding: 17px;
    margin: 0 auto;
}

.navbar-main-header {
    width: 25%;
    height: 100px;
    position: relative;
    display: inline-block;
}

.navbar-menu {
    background: url('../img/menu-bg.jpg');
    width: 75%;
    height: 100px;
    display: inline-block;
}


.navbar-default .navbar-left {
    position: absolute;
    bottom: 5px;
}

.navbar-default .navbar-nav {
    list-style: none;
    padding: 0 15px;
    line-height: 25px;
}

.navbar-default .navbar-nav>li {
    margin-left: -2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 2px solid #fff;
    border-bottom: 0;
    padding: 5px 15px;
}

.navbar-default .navbar-nav>li:hover a,
.navbar-default .navbar-nav>li:focus a {
    color: #fff;
}

.navbar-default .navbar-left>li:first-of-type {
    background: #6AA549;
}

.navbar-default .navbar-left>li:first-of-type:hover,
.navbar-default .navbar-left>li:first-of-type:focus {
    background: #528a34;
}

.navbar-default .navbar-left>li:nth-of-type(2) {
    background: #1A9C9A;
}

.navbar-default .navbar-left>li:nth-of-type(2):hover,
.navbar-default .navbar-left>li:nth-of-type(2):focus {
    background: #0a7573;
}

.navbar-default .navbar-left>li:nth-of-type(3) {
    background: #EB292E;
}

.navbar-default .navbar-left>li:nth-of-type(3):hover,
.navbar-default .navbar-left>li:nth-of-type(3):focus {
    background: #ce121b;
}

.navbar-default .navbar-left>li:nth-of-type(4) {
    background: #F27750;
}

.navbar-default .navbar-left>li:nth-of-type(4):hover,
.navbar-default .navbar-left>li:nth-of-type(4):focus {
    background: #d65937;
}

.navbar-default .navbar-left>li:nth-of-type(5) {
    background: #F9AB37;
}

.navbar-default .navbar-left>li:nth-of-type(5):hover,
.navbar-default .navbar-left>li:nth-of-type(5):focus {
    background: #dd8e26;
}


.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    min-width: 100px;
    display: block;
    padding: 0;
    text-align: center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 18px;
}

.navbar-default .navbar-right {
    padding: 0;
}

.navbar-default .navbar-right>li:first-of-type {
    border: 0;
    background: transparent;
}

.navbar-default .navbar-right>li:first-of-type>a {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
}

.navbar-default .navbar-right>li:last-of-type>a {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff !important;
}

.img-frame {
    border-radius: 10px;
    margin: 30px 0;
}

.img-frame img {
    width: 100%;
}

.txt_decor {
    line-height: 20px;
}

.txt_decor span {
    display: block;
    font-family: 'Davys Regular' !important;
    font-size: 5em;
    text-align: center;
    color: #FDD17C;
    font-weight: 300 !important;
}

.beer-reveal[data-beer-label]:after,
.beer-slider[data-beer-label]:after {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

/** Center Bootstrap Modal ***/
.modal {
    text-align: center;
    padding: 0 !important;
}

.modal-body {
    padding-bottom: 24px !important;
    padding-top: 0 !important;
    height: 100%;
    width: 100%;
    display: table;
    overflow: scroll;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*** End Center ***/

#contactModal {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 24px;
}

#contactModal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

#contactModal .modal-header {
    border: 0;
}

#contactModal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    background: #F9AB37;
}

#contactModal .modal-header .close {
    color: #000;
    text-shadow: none;
    opacity: 1;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}

#contactModal h2 {
    font-size: 38px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #ffffff;
}

#contactModal h3 {
    font-size: 34px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #ffffff;
}

#contactModal h4 {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0;
}

#contactModal .txt_email span {
    color: #fff;
    font-size: 28px;
}

#contactModal .txt_email>a {
    color: #000;
    text-decoration: underline;
}

#contactModal .contact-footer img {
    display: inline-block;
    width: 100px;
}

#contactModal .contact-footer img:last-of-type {
    margin-left: 10px;
}

#contactModal .contact-footer p {
    margin: 25px 0;
}

#contactModal .img-frame {
    background: #fff;
    border-color: #FDE5BF !important;
    border: 6px solid #797CB9;
}

#contactModal .img-frame .footer h3 {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
}

#contactModal .img-frame .footer {
    padding: 15px;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}

#contactModal .img-frame .footer h3 span {
    color: #D52150;
    font-weight: 700;
}

#contactModal .img-frame .footer p>span {
    color: #D52150;
    font-weight: 700;
}