@font-face {
    font-family: OpenSans;
    src: url('../fonts/Open_Sans/OpenSans-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: OpenSans;
    src: url('../fonts/Open_Sans/OpenSans-Regular.ttf');
    font-weight: normal;
}
@font-face {
    font-family: OpenSans;
    src: url('../fonts/Open_Sans/OpenSans-SemiBold.ttf');
    font-weight: 600;
}
@font-face {
    font-family: OpenSans;
    src: url('../fonts/Open_Sans/OpenSans-Bold.ttf');
    font-weight: bold;
}


*{
    font-size: 14px;
}
body{
    font-size: 1em;
    line-height: 1.85714286em;
    font-family: OpenSans;
    color: #666666;
}
a {
    color: #4a90e2;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #252525;
    font-weight: 300;
}
h1, .h1 {
    font-size: 3.14285714em;
    line-height: 1.31818182em;
    letter-spacing: -.01em;
}
h2, .h2 {
    font-size: 2.35714286em;
    line-height: 1.36363636em;
}
h3, .h3 {
    font-size: 1.78571429em;
    line-height: 1.5em;
    font-weight: 300;
}
h4, .h4 {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
    font-weight: 400;
}
h5, .h5 {
    font-size: 1em;
    line-height: 1.85714286em;
    font-weight: 600;
}
p:last-child {
    margin-bottom: 0;
}
del {
    font-size: inherit;
}
.btn {
    border-radius: 6px;
    padding: 9px 39px;
    font-weight: 700;
    font-size: 0.85714286em;
    line-height: 1.85714286em;
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
}
.btn:hover {
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
}
.btn-sm {
    padding: 6px 26px;
}
.btn.text-uppercase {    
    letter-spacing: .5px;
}
.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}
.btn-outline-light:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.btn-primary {
    background-color: #4a90e2;
    border-color: #4a90e2;
}
.btn-primary:hover {
    background-color: #609de6;
}
.btn-outline-secondary {
    border-color: #d3d3d3;
    color: #252525;
}
.btn-outline-secondary:hover {
    background: transparent;
    border-color: #252525;
    color: #252525;
}

.bg-primary-2 {
    background-color: #465773;
    color: #fff;
}
.bg-dark-2 {
    background-color: #252525;
    color: #fff;
}
.bg-primary-2 p, .bg-dark-2 p {
    opacity: 0.9;
}
.bg-primary-2 h1, .bg-primary-2 h2, .bg-primary-2 h3, .bg-primary-2 h4, .bg-primary-2 h5, .bg-primary-2 h6,
.bg-dark-2 h1, .bg-dark-2 h2, .bg-dark-2 h3, .bg-dark-2 h4, .bg-dark-2 h5, .bg-dark-2 h6 {
    color: inherit;
}
.bg-light-2 {
    background-color: #e8e8e8;
}

.text-dark {
    color: #252525 !important;
}

.table, .table-striped>tbody>tr:nth-of-type(odd)>* {
    color: inherit;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    box-shadow: none;
}
.table-striped>tbody>tr:nth-of-type(even)>* {
    background: #f5f5f5;
}

header {
    position: relative;
}
.navbar-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.navbar-2 {
    position: relative;
    background-color: #252525;
}
.navbar-main .navbar-brand {
    padding-top: 10px;
}
.navbar-main .navbar-brand img {
    max-height: 75px;
}
.navbar-main .navbar-toggler {
    background: #252525;
    border-color: transparent;
    padding: 7px 10px;
}
.navbar-main .navbar-collapse {    
    justify-content: flex-end;
}
.navbar-main .nav-link {
    font-size: 12px;
    line-height: 2.166666666666667em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    color: #fff;
}
.navbar-main .nav-link:focus {
  outline: none;
  box-shadow: none;
}
.navbar-main .dropdown:hover > .dropdown-menu,
.navbar-main .dropend:hover > .dropdown-menu {
    display: block;
}
.dropend .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
}

.navbar-top {
    padding: 0;
}
.navbar-top .navbar-text {
    font-size: 0.85714286em;
    color: #666;
    opacity: 0.5;
}
.navbar-top .nav-link {
    color: #252525;
}

.home-slider-wrap, .home-banner-wrap {
    position: relative;
}
.home-slider, .home-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-slider *, .home-banner *{
    height: 100%;
}
.home-slider:after, .home-banner:after {
    position: absolute;
    content: '';
    background: #252525;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: 1;
}
.home-slider-slide {
    background-position: 50% 0%;
    background-size: cover;
}
.home-banner-slide {
    background-position: 50% 50%;
    background-size: cover;
}
.home-slider-content {
    position: relative;
    width: calc(100% - 100px);
    min-height: 100vh;
    margin: auto;
    z-index: 1;
    text-align: center;
    padding: 100px 0;
    color: #fff;
    display: flex;
    align-items: center;
}
.home-slider-content-img {
    margin-bottom: 32px;
}
.home-slider-content .text-img {
    font-weight: bold;
    letter-spacing: 5px;
}
.home-slider-content h1, .home-slider-content h2, .home-slider-content h4, .home-slider-content h5 {
    color: inherit;
    margin: 0;
}
.home-slider-content h3 {
    color: inherit;
    margin: 0 0 95px;
}
.home-slider-content hr {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
}
.home-slider-content p {
    opacity: 0.9;
    margin: 0;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    border-radius: 0;
    background: #252525;
    opacity: .5;
    width: 39px;
    height: 78px;
    color: #fff;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-arrow:hover {
    opacity: 1;
}
.slick-arrow i {
    height: auto;
}

.home-about-container {
    padding: 45px 5px;
}
.home-about-container h3, .home-about-container h4 {
    margin-bottom: 1.04em;
}
.home-about-container p {
    margin-bottom: 32px;
}

.home-project-container {
    position: relative;
    min-height: 350px;
}
.home-project-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
}
.home-project-content {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    padding: 25px;
    color: #fff;
}
.home-project-container:hover .home-project-content {
    opacity: 1;
}
.home-project-content:before {
    position: absolute;
    content: '';
    background: #252525;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
}
.home-project-content-inner {
    position: relative;
}
.home-project-content h5 {
    color: #fff;
    margin: 0;
}

.home-bg-wrap {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    padding: 150px 0 100px;
    display: flex;
    align-items: center;
}
.home-bg-wrap:before {
    position: absolute;
    content: '';
    background: #252525;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
}
.overlay-3:before {
    opacity: 0.3 !important;
}
.overlay-4:before {
    opacity: 0.4 !important;
}
.overlay-6:before {
    opacity: 0.6 !important;
}
.min-h-0 {
    min-height: 0 !important;
}
.home-bg-container {
    position: relative;
    color: #fff;
}
.home-bg-container > *:not(h2) {
    opacity: 0.9;
    margin-bottom: 0;
}
.home-bg-container h2 {
    color: #fff;
    margin-bottom: 30px;
}
.home-bg-container .btn {
    margin-top: 32px;
}

.home-side-img-wrap {
    position: relative;
    background-color: #fafafa;
}
.home-side-img {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
}
.home-side-img.right {
    left: auto;
    right: 0;
}
.home-side-img-content-wrap {    
    padding: 120px 0;
}
.home-side-img-content > * {
    margin-bottom: 30px;
}
.home-side-img-content h4, .home-side-img-content h3 {
    color: inherit;
}
.home-side-img-content h4:first-child {
    margin-bottom: 15px;
}
.home-side-img-content > *:last-child {
    margin-bottom: 0;
}

.home-offering-wrap {
    background-image: url("../images/BISHOPROOK_CARMEN_D90-5933-scaled.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    padding: 80px 0;
    position: relative;
    color: #fff;
}
.home-offering-wrap:before {
    position: absolute;
    content: '';
    background: #252525;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.home-offering-wrap.bg-none {
    background-image: none;
    background-color: #fff;
    color: inherit;
}
.home-offering-wrap.bg-none:before {
    display: none;
}
.contact-content h4{
    color: #000;
    margin: 0 !important;
}
.contact-content h4 b{
    font-size: 18px;
}
.contact-content h2{
    color: #222;
    margin: 20px 0 0 !important;
    line-height: 30px;
}
.contact-content h2 b{
    font-size: 15px;
    font-weight: 600;
}
.contact-content p{
    color: #222;
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px !important;
}
.home-offering-container {
    position: relative;
}
.home-offering-container * {
    color: inherit;
    margin-bottom: 0;
}
.home-offering-container h3 {
    margin-bottom: 100px;
}
.home-offering-container p {
    opacity: 0.9;
    margin-bottom: 1rem;
}

footer {
    background-color: #252525;
    padding: 70px 0;
    color: #fff;
}
footer .navbar-nav {
    gap: 0 25px;
}
footer .navbar-nav.social-list {
    margin-bottom: 25px;
}
footer .navbar-nav li {
    opacity: 0.6;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
}
footer .navbar-nav li:not(.disabled):hover {
    opacity: 1;
}
.copyright-wrap {
    display: flex;
    align-items: center;
    gap: 10px 30px;
}
.copyright-wrap img {
    max-height: 25px;
}
.copyright-text span {
    font-size: 12px;
    opacity: 0.5;
}

.section-form-wrap {
    padding: 70px 0;
    text-align: center;
}
.section-form-wrap form {
    text-align: left;
}
.form-label {
    font-size: .85714286em;
    font-weight: 400;
    margin-bottom: 0;
}
.input-group-text {
    border: 0;
    padding: 0;
    color: inherit;
    background: transparent;
    font-size: .85714286em;
}
.form-check {
    font-size: .85714286em;
}
.form-check-input {
    margin-top: 0.5em;
}

.pfolio-project-container {
    position: relative;
    min-height: 350px;
    background-color: #fff;
    overflow: hidden;
}
.pfolio-project-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    transform: scale(1.15);
}
.pfolio-project-container:hover .pfolio-project-img {
    opacity: 0.5;
    transform: scale(1);
}
.pfolio-project-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    padding: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pfolio-project-content-inner {
    position: relative;
}
.pfolio-project-content h3 {
    color: #fff;
    margin: 0;
    transform: translate3d(0,20px,0);
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}
.pfolio-project-container:hover .pfolio-project-content h3 {
    transform: translate3d(0,0,0);
}

.single-page-wrap {
    padding: 30px 0;
}
.single-page-gallery-wrap {
    margin-bottom: 30px;
}
.listing-slider-for {
    margin-bottom: 40px;
}
.listing-slider-slide {
    background-position: center;
    background-size: cover;
    aspect-ratio: 16 / 10;
}
.listing-slider-for .slick-arrow {
    background: transparent;
    opacity: 1;
    width: auto;
    height: auto;
    font-size: 40px;
}
.listing-slider-for .slick-arrow:hover {
    opacity: 0.8;
}
.listing-slider-nav .slick-list {
    margin: 0 -5px;
}
.listing-slider-nav .listing-slider-slide {
    border-bottom: 3px solid #fff;
    transition: 0.25s;
    margin: 0 5px;
    cursor: pointer;
}
.listing-slider-nav .listing-slider-slide:hover,
.listing-slider-nav .slick-current .listing-slider-slide {
    border-color: #337ab7;
}

.single-page-content-wrap > * {
    margin-bottom: 25px;
}

.single-page-sidebar-wrap {
    padding-left: 40px;
    margin-top: 100px;
}
.single-page-sidebar-wrap > * {
    margin-bottom: 30px;
}
.single-page-sidebar-wrap .price {
    color: #337ab7;
}
.single-page-sidebar-wrap .price .price-amount {
    font-size: 24px;
}
.widget-title {
    margin-bottom: 25px;
}
.at-a-glance li {
    padding: 5px 0;
}
.at-a-glance i {
    font-size: 24px;
}

.widget-popular-post ul li {
    padding: 20px;
    background-color: #f0f2f4;
    margin-bottom: 10px;
}
.widget-popular-post ul li:last-child {
    margin-bottom: 0;
}
.widget-popular-post ul li a {
    text-decoration: none;
    color: #393F4C;
    font-size: 16px;
}

.calc-wrap {
    padding: 50px 0;
}
.calc-list {
    padding: 50px;
    max-width: 460px;
    border: 1px solid  rgba(81, 81, 81, 0.1);
}
.calc-item-title {
    margin-bottom: 20px;
}
.calc-item-title h3 {
    font-size: 22px;
    font-weight: bold;
    color: #515151;
    margin-bottom: 20px;
}
.calc-item:not(:last-child) {
    margin-bottom: 20px;
}
.calc-item h4 {
    font-size: 16px;
    font-weight: bold;
    color: #515151;
    margin-bottom: 5px;
}
.required-mark {
    color: #d94141;
}
.calc-item p {
    font-size: 13px;
    line-height: 1;
    color: rgba(81, 81, 81, 0.5);
    margin-bottom: 5px;
}
.calc-item .form-control {
    border-radius: 0;
    border-color: rgba(81, 81, 81, 0.1);
}
.calc-item .form-control:focus {
    border-color: #00B163;
    box-shadow: none;
}
.calc-item hr {
    width: 25%;
    margin: auto;
}
.form-check {
    padding-left: 25px;
}
.form-check-input[type=checkbox] {
    border-radius: 3px;
}
.form-check .form-check-input {    
    margin-left: -25px;
}
.form-check-input {
    margin-top: 4px;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(81, 81, 81, 0.1);
}
.form-check-input:focus {
    border-color: rgba(81, 81, 81, 0.1);
    box-shadow: none;
}
.form-check-input:checked {
    background-color: #00B163;
    border-color: #00B163;
}
.form-check-input:checked[type=radio] {
    background-image: none;
}
.calc-item .form-check-label {
    font-weight: 600;
    color: #515151;
}

.calc-item .dropdown-toggle {
    padding: 12px 10px;
    border: 1px solid rgba(81, 81, 81, 0.1);
    border-radius: 0;
    color: #515151;
    font-size: 14px;
    display: block;
    cursor: pointer;
}
.calc-item .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 50%;
}
.calc-item .dropdown-menu {
    border: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    width: 100%;
    max-height: 260px;
    overflow: auto;
    padding: 0;
}
.calc-item .dropdown-menu li {
    align-items: center;
    border-bottom: 2px solid #f7f7f7;
    cursor: pointer;
    display: flex;
    padding: 15px 20px;
}
.calc-item .dropdown-menu li:last-child {
    border-bottom: 0;
}
.calc-item .dropdown-menu li span.calc-list-wrapper {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}
.calc-item .dropdown-menu li span.calc-list-wrapper .calc-list-title {
    color: #001931;
    font-size: 15px;
    font-weight: 600;
}
.calc-item .dropdown-menu li span.calc-list-wrapper .calc-list-price {
    color: rgba(0,25,49,.7);
    font-size: 13px;
    font-weight: 500;
}
.calc-subtotal-list {
    display: flex;
    flex-direction: column;
    row-gap: calc(20px / 2);
}
.calc-subtotal-list-accordion {
    display: flex;
    flex-direction: column;
    row-gap: calc(20px / 2);
    overflow: hidden;
    transition: max-height .3s ease-out;
    max-height: 100%;
}
.calc-subtotal-list .sub-list-item {
    display: flex;
    justify-content: space-between;
    color: #515151;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.calc-subtotal-list .sub-list-item span {
    font-size: inherit;
    text-transform: capitalize;
}
.calc-subtotal-list .sub-list-item .sub-item-space {
    box-sizing: border-box;
    color: inherit;
    flex: 1;
    margin: 0 5px 0 9px;
    overflow: hidden;
    position: relative;
}
.calc-subtotal-list .sub-list-item .sub-item-space:after {
    bottom: 0;
    color: inherit;
    content: ".....................................................................................................................................................................................................";
    font-size: 16px;
    height: 100%;
    left: 0;
    letter-spacing: 1px;
    opacity: .5;
    position: absolute;
    right: 0;
}
.calc-subtotal-list .sub-list-item span.sub-item-value {
    text-transform: none;
    white-space: nowrap;
}
.calc-subtotal-list .sub-list-item.total:first-child {
    border-top: 1px solid rgba(81, 81, 81, 0.1);
    padding-top: 10px;
}
.calc-subtotal-list .sub-list-item.total span:first-child {
    white-space: pre-wrap;
    width: 75%;
    word-break: break-all;
    font-weight: bold;
}
.calc-subtotal-list .sub-list-item.total span:last-child {
    white-space: pre;
    word-break: break-all;
    font-weight: bold;
}
.calc-subtotal-list.calc-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    gap: 10px;
}
.btn-success {
    background-color: #00B163;
    border-color: #00B163;
}
.btn-success:hover {
    background-color: #00a35b;
    border-color: #00a35b;
}
.btn-secondary {
    background-color: rgba(81, 81, 81, 0.05);
    border-color: rgba(81, 81, 81, 0.05);
    color: #515151;
}
.btn-secondary:hover {
    background-color: rgba(63, 63, 63, 0.15);
    border-color: rgba(81, 81, 81, 0.05);
    color: #515151;
}
.calc-subtotal-list.calc-buttons .btn {
    border-radius: 0;
    font-weight: normal;
    padding: 12px 20px;
    width: calc(50% - 5px);
}
.calc-subtotal-list.calc-buttons .btn:first-child {
    width: 100%;
}
.calc-subtotal-list.calc-buttons .btn:hover {
    transform: none;
    -webkit-transform: none;
}

.masonry-gallery-wrap {
    padding-right: 5px;
    padding-left: 5px;
}
.grid { margin-right: -5px; margin-left: -5px; }
.grid-sizer, .grid-item { width: calc(100% / 8); }
.grid-item { padding: 5px; }
.grid-item--width2 { width: calc(100% / 4); }

@media (max-width: 991px) {
    .navbar-main {
        background: #252525;
        position: relative;
    }
    .navbar-main .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0px;
        width: 100%;
        max-height: 280px;
        overflow: auto;
        padding: 15px 35px;
        background: #252525;
    }
    .home-project-container, .pfolio-project-container {
        min-height: 300px;
    }
    .home-side-img {
        width: 33.33%;
    }
    .copyright-wrap {
        justify-content: center;
    }
    .single-page-sidebar-wrap {
        padding-left: 0;
    }
    .calc-list {
        padding: 30px;
    }
    .grid-sizer, .grid-item { width: calc(100% / 7); }
    .grid-item--width2 { width: calc(100% / 3.5); }
}

@media (max-width: 767px) {
    .btn {
        padding: 9px 29px;
    }
    h1, .h1 {
        font-size: 35px;
    }
    h3, .h3 {
        font-size: 22px;
    }
    h2, .h2 {
        font-size: 28px;
    }    
    .home-side-img {
        width: 100%;
        position: relative;
        min-height: 300px;
    }
    .home-side-img-content-wrap {
        padding: 80px 0;
    }
    .home-offering-container h3 {
        margin-bottom: 50px;
    }
    .home-offering-content {
        padding: 25px 0;
    }
    .copyright-wrap {
        flex-direction: column;
        text-align: center;
    }
    .copyright-wrap img {
        max-height: 30px;
    }
    .grid-sizer, .grid-item { width: calc(100% / 4); }
    .grid-item--width2 { width: calc(100% / 2); }

    .home-bg-wrap {
        background-position: center;
        min-height: auto;    
        background-attachment: scroll;
    }
}