html {
    font-size: 62.5%;
}

body {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 400;
}

a {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

a:hover {
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.need {
    background: #fff;
    box-shadow: 1px 4px 8px #d6d6d6;
    padding: 3rem 5rem;
    height: 100%;
}

.btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.btn:focus,
.btn:hover {
    outline: none;
    box-shadow: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.need h4 {
    font-size: 2.1rem;
    font-weight: 600;
}

.need a {
    color: #791115;
    text-decoration: none;
    margin-top: 2rem;
    display: block;
    font-weight: 500;
}

.need a:hover {
    color: #000;
}

.container-fluid {
    width: 93%;
}

.need p {
    font-size: 1.6rem;
    line-height: 1.3;
}

.home-banner {
    background: url(../images/banner.jpg) no-repeat;
    height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.home-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.bann-title {
    position: absolute;
    top: 50%;
    left: 3%;
    color: #fff;
    transform: translateY(-50%);
}

.bann-title h1 {
    font-size: 4.5rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.btn-success {
    background: #fff;
    color: #791115;
    font-size: 1.7rem;
    font-weight: 600;
    border-radius: 30px;
    border: 0;
}

.bann-title p {
    font-size: 1.8rem;
}

.bg-dark {
    background: transparent !important;
}

.navbar-brand {
    font-size: 3rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.top-contact h3 {
    font-size: 3rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
}

.top-contact {
    margin-left: 5rem;
    display: inline-block;
}

.btn-success:focus,
.btn-success:hover {
    background: #791115;
    border-color: #791115;
    outline: none;
    box-shadow: none;
}

.space-type {
    position: relative;
    top: -13rem;
}

.title h3 {
    font-size: 3.4rem;
    font-weight: 600;
}

.title h5 {
    font-size: 1.8rem;
}

.btn-secondary {
    background: #fff;
    color: #791115;
    font-size: 1.7rem;
    border-radius: 30px;
}

.btn-secondary b {
    font-size: 2rem;
}

figcaption h3 {
    font-size: 2.6rem;
}

[class*=" imghvr-"] figcaption,
[class^=imghvr-] figcaption,
[class*=" imghvr-shutter-out-"]:before,
[class^=imghvr-shutter-out-]:before,
[class*=" imghvr-"],
[class^=imghvr-] {
    background: rgba(0, 0, 0, 0.4) !important;
}

figcaption div {
    top: 50% !important;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.btn-default {
    background: #f5eee6;
    color: #1d1d24;
    font-size: 1.8rem;
    border-radius: 30px;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group {
    border-radius: 30px;
}

.btn-group>.btn:active {
    background: #791115 !important;
}

.grid {
    margin-top: 8rem;
}

.btn-default:hover {
    background: #791115;
    color: #fff;
}

.top-space {
    margin-top: 13rem;
}

.top-space1 {
    margin-top: 8rem;
}

.about-home h4 {
    color: #791115;
    font-size: 2.7rem;
}

.about-home h4 span {
    font-weight: 400;
    color: #000;
}

.about-home h4::before {
    content: "";
    width: 100px;
    height: 2px;
    background: #791115;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -9px;
    margin-right: 1rem;
}

.about-home a {
    color: #791115;
    border-bottom: 1px solid #791115;
    text-decoration: none;
    margin-top: 5rem;
    display: block;
    width: max-content;
}

.about-home a:hover {
    color: #000;
}

.icon-bg {
    background: #f5eee6;
    padding: 3rem;
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    line-height: 8rem;
    margin: auto;
}

.icon-main {
    margin-bottom: 10rem;
}

.home-icon {
    margin-top: 10rem;
}

footer {
    background-color: #1d1d24;
    color: #fff;
    padding: 5rem 0;
    margin-top: 12rem;
}

footer h3 {
    font-size: 2.8rem;
}

footer a {
    color: #fff;
    text-decoration: none;
}

.fa-circle {
    font-size: 0.8rem;
    vertical-align: middle;
    color: #791115;
}

footer a:hover {
    color: #f5262d;
}

footer ul li {
    border-bottom: 1px solid #fff;
    padding: 2rem 0;
}

.copyright {
    background: #791115;
}

.copyright ul li {
    display: inline-block;
    border: 0;
    padding: 0;
}

.copyright ul li a {
    width: 35px;
    height: 35px;
    line-height: 38px;
    background: #fff;
    color: #791115;
    border-radius: 50%;
    display: block;
    text-align: center;
}

.copyright ul li a i {
    color: #791115;
    font-size: 2rem;
}

.copyright {
    margin-top: 8rem;
}

.copyright p {
    font-size: 1.4rem;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #a30608;
}

.fixed-top1 {
    width: 100%;
    margin: auto;
    animation: slide-down 0.7s;
    transition: all 0.5s;
    background: #fff;
    background-color: #000 !important;
    padding-top: 10px !important;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fixed-top1 .top-contact h3 {
    font-size: 2rem;
}

.navbar-nav li {
    align-self: center;
}

.workfeels h4 {
    font-size: 2.4rem;
    font-weight: 600;
}

.workfeels p {
    font-size: 1.8rem;
    font-weight: 500;
}

.workcol {
    width: 21%;
    margin-right: 6rem;
}

.about-banner::before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
}

.about-banner img {
    height: 100%;
    object-fit: cover;
}

.social-home {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.social-home ul li {
    line-height: 6;
}

.social-home ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
}

.social-home .social-txt ul li {
    display: block;
    transform: rotate(-90deg);
    line-height: 6;
}

.contactus {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.contactus p a {
    color: #000;
    text-decoration: none;
}

.contactus p a i {
    color: #791416;
}

.contactus p a:hover {
    color: #791416;
}

iframe {
    border-radius: 20px;
    border: 1px solid #d8d7d4;
    box-shadow: 1px 1px 8px #ababab;
}

.form-bg {
    border-radius: 20px;
    border: 1px solid #d8d7d4;
    box-shadow: 1px 1px 8px #ababab;
    padding: 3.5rem 2.5rem;
}

.form-bg h4 {
    font-size: 2rem;
    font-weight: 600;
}

.form-bg .form-control {
    font-size: 1.5rem;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    height: 5rem;
    padding-left: 1.3rem;
    color: #000;
}

::placeholder {
    color: #000 !important;
    font-weight: 500;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(120 0 2 / 50%);
}

.btn-danger {
    border-radius: 30px;
    font-size: 1.5rem;
    background: #791416;
    border-color: #791416;
}

.btn-danger:focus,
.btn-danger:hover {
    background: #fff;
    border-color: #791416;
    color: #791416;
}


/* select */

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    font-size: 1.5rem;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    height: 5rem;
    padding-left: 1.3rem;
    width: 100%;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #000;
    height: 5rem;
    line-height: 5rem;
    padding-left: 1.3rem;
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #c6c5c5 transparent transparent transparent;
    position: absolute;
    top: 22px;
    right: 10px;
}


/* .select-styled:hover {
    background-color: #b83729;
}

.select-styled:active,
.select-styled.active {
    background-color: #ab3326;
} */

.select-styled:active:after,
.select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #c6c5c5 transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ab3326;
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    /* border-top: 1px solid #962d22; */
}

.select-options li:hover,
.select-options li.is-selected {
    color: #6b1006;
    background: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}

.space-reach {
    margin-top: 3.5rem;
}


/* slider */

.outer {
    margin: 0 auto;
    max-width: 100%;
}

#thumbs1 .item,
#thumbs2 .item,
#thumbs3 .item,
#thumbs4 .item,
#thumbs5 .item,
#thumbs .item {
    background: #C9C9C9;
    height: 70px;
    line-height: 70px;
    padding: 0px;
    margin: 2px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#thumbs1 .item h1,
#thumbs2 .item h1,
#thumbs3 .item h1,
#thumbs4 .item h1,
#thumbs5 .item h1,
#thumbs .item h1 {
    font-size: 18px;
}

#thumbs1 .current .item,
#thumbs2 .current .item,
#thumbs3 .current .item,
#thumbs4 .current .item,
#thumbs5 .current .item,
#thumbs .current .item {
    background: #FF5722;
}

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#big1.owl-theme,
#big2.owl-theme,
#big3.owl-theme,
#big4.owl-theme,
#big5.owl-theme,
#big.owl-theme {
    position: relative;
}

#big1.owl-theme .owl-next,
#big1.owl-theme .owl-prev,
#big2.owl-theme .owl-next,
#big2.owl-theme .owl-prev,
#big3.owl-theme .owl-next,
#big3.owl-theme .owl-prev,
#big4.owl-theme .owl-next,
#big4.owl-theme .owl-prev,
#big5.owl-theme .owl-next,
#big5.owl-theme .owl-prev,
#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
    background: rgba(0, 0, 0, 0.4);
    width: 40px;
    line-height: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}

#big1.owl-theme .owl-prev,
#big2.owl-theme .owl-prev,
#big3.owl-theme .owl-prev,
#big4.owl-theme .owl-prev,
#big5.owl-theme .owl-prev,
#big.owl-theme .owl-prev {
    left: 10px;
}

.owl-nav i {
    vertical-align: middle;
}

#big1.owl-theme .owl-next,
#big2.owl-theme .owl-next,
#big3.owl-theme .owl-next,
#big4.owl-theme .owl-next,
#big5.owl-theme .owl-next,
#big.owl-theme .owl-next {
    right: 10px;
}

#thumbs1.owl-theme .owl-next,
#thumbs1.owl-theme .owl-prev,
#thumbs2.owl-theme .owl-next,
#thumbs2.owl-theme .owl-prev,
#thumbs3.owl-theme .owl-next,
#thumbs3.owl-theme .owl-prev,
#thumbs4.owl-theme .owl-next,
#thumbs4.owl-theme .owl-prev,
#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
    background: #333;
}

#thumbs1 .item,
#thumbs2 .item,
#thumbs3 .item,
#thumbs4 .item,
#thumbs5 .item,
#thumbs .item {
    border-radius: 20px;
    margin-right: 1rem;
    height: auto;
}

#thumbs1 .owl-item img,
#thumbs2 .owl-item img,
#thumbs3 .owl-item img,
#thumbs4 .owl-item img,
#thumbs5 .owl-item img,
#thumbs .owl-item img {
    border-radius: 1rem !important;
}

.nav-pills .nav-link {
    background: #f5eee6;
    color: #1d1d24;
    font-size: 1.8rem;
    border-radius: 30px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #791416;
}

.nav-pills .nav-link:hover {
    color: #fff;
    background-color: #791416;
}

#thumbs1 .owl-dots,
#thumbs1 .owl-nav,
#thumbs2 .owl-dots,
#thumbs2 .owl-nav,
#thumbs3 .owl-dots,
#thumbs3 .owl-nav,
#thumbs4 .owl-dots,
#thumbs4 .owl-nav,
#thumbs5 .owl-dots,
#thumbs5 .owl-nav,
#thumbs .owl-dots,
#thumbs .owl-nav {
    display: none;
}

.btn-warning {
    color: #fff;
    background-color: #791416;
    font-size: 1.4rem;
    border-radius: 30px;
    border-color: #791416;
    font-weight: 400;
}

.btn-warning:focus,
.btn-warning:hover {
    background-color: #fff;
    border-color: #791416;
    color: #791416;
}

.price {
    color: #686868;
    font-size: 1.8rem;
    font-weight: 600;
    display: inline-block;
}

.allprice {
    display: inline-block;
}

.is-checked {
    background: #791115;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 30px;
}

address p i {
    font-size: 2rem;
    vertical-align: middle;
}

.req-call {
    color: #fff;
    text-decoration: none;
}

.req-call h5 {
    font-size: 1.7rem;
}

.req-call:hover {
    color: #a30608;
}


/* Responsive */

@media (max-width:768px) {
    html {
        font-size: 60%;
    }
    .bann-title h1 {
        font-size: 4rem;
    }
    .need {
        padding: 2rem 3rem;
    }
    .title h3 {
        font-size: 3.5rem;
    }
    .btn-default {
        font-size: 1.7rem;
    }
    .btn-group>.btn {
        margin-bottom: 1rem;
    }
    footer h3 {
        font-size: 2.6rem;
    }
    .navbar-brand img {
        width: 150px;
    }
    .need h4 {
        font-size: 1.8rem;
    }
    .icon-bg {
        width: 12rem;
        height: 12rem;
        line-height: 6rem;
    }
    .icon-bg img {
        width: 60px;
        line-height: 6rem;
    }
    .top-space {
        margin-top: 8rem;
    }
    .workcol {
        width: 50%;
        margin-right: 0rem;
    }
    .workfeels h4 {
        font-size: 2.2rem;
    }
    .workfeels p {
        font-size: 1.7rem;
    }
    .icon-space {
        margin-top: 7rem;
    }
    .grid {
        margin-top: 4rem;
    }
    .about-banner {
        height: 30rem;
    }
    .about-banner img {
        height: 100%;
        object-fit: cover;
    }
    .bann-title {
        top: 58%;
    }
    .nav-pills .nav-link {
        margin-bottom: 2rem;
    }
    .form-bg {
        margin-top: 5rem;
    }
}

@media (max-width:600px) {
    html {
        font-size: 55%;
    }
    .bann-title {
        top: 50%;
    }
    .bg-dark {
        background: #0e0e0e !important;
    }
    .navbar-dark .navbar-toggler {
        border: 0;
        padding: 0;
        font-size: 3rem;
        color: #fff;
    }
    .need {
        margin-bottom: 3rem;
        height: auto;
    }
    .icon-bg {
        width: 12rem;
        height: 12rem;
        line-height: 6rem;
    }
    .icon-space {
        margin-top: 7rem;
    }
    .about-banner {
        margin-top: 6rem;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 2.1rem;
    }
    .workfeels h4 {
        font-size: 2rem;
    }
    .top-space1 {
        margin-top: 6rem;
    }
    .nav-pills .nav-link {
        background: transparent;
        padding: 0.5rem !important;
    }
    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: #791416;
        background-color: transparent;
        font-weight: 600;
        border-bottom: 1px solid #791416;
        border-radius: 0;
    }
    .nav-pills .nav-link {
        margin-bottom: 0rem;
    }
}

@media (max-width:480px) {
    .bann-title h1 {
        font-size: 2.7rem;
    }
    .bann-title p {
        font-size: 1.6rem;
    }
    .social-home .social-txt ul li {
        line-height: 5;
    }
    .social-home img {
        width: 5rem;
    }
    .social-home {
        right: 0;
    }
    .title h3 {
        font-size: 2.4rem;
    }
    .title h5 {
        font-size: 1.6rem;
    }
    .grid {
        margin-top: 3rem;
    }
    .top-space {
        margin-top: 6rem;
    }
    body {
        font-size: 1.5rem;
    }
    .about-home h4 {
        font-size: 2.4rem;
    }
    .icon-space {
        margin-top: 5rem;
    }
    footer ul li {
        padding: 1rem 0;
    }
    footer h3 {
        font-size: 2.2rem;
    }
    .copyright {
        margin-top: 5rem;
    }
    .navbar-nav {
        margin-top: 2rem;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-brand img {
        width: 130px;
    }
    .about-home h4::before {
        width: 50px;
    }
    .workcol {
        width: 100%;
        margin-bottom: 2rem;
    }
    .home-banner {
        height: 70vh;
    }
    .space-type {
        margin-top: 5rem;
        margin-bottom: 5rem;
        top: 0;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 2rem;
    }
    .btn-default {
        background: transparent;
        padding: 0 !important;
        font-weight: 600;
    }
    .btn-default:hover,
    .btn-group>.btn:active {
        color: #791115 !important;
        background: transparent !important;
        border-bottom: 1px solid #791115 !important;
    }
    .home-icon {
        margin-top: 4rem;
    }
    .icon-main {
        margin-bottom: 3rem;
    }
    .icon-bg img {
        width: 50px;
        line-height: 6rem;
    }
    .about-banner {
        height: 17rem;
    }
    .btn-group>.btn {
        border-bottom: 1px solid #000;
        border-radius: 0 !important;
    }
}

@media (max-width:320px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.8rem;
    }
    .title h3 {
        font-size: 2.3rem;
    }
}


/* iphone */

@media only screen and (min-device-width: 414px) and (max-device-width: 896px) {
    .home-banner {
        background-attachment: inherit;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) {
    .home-banner {
        background-attachment: inherit;
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .home-banner {
        background-attachment: inherit;
    }
}

@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
    .home-banner {
        background-attachment: inherit;
    }
}

@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
    .home-banner {
        background-attachment: inherit;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .home-banner {
        background-attachment: inherit;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
    .home-banner {
        background-attachment: inherit;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .home-banner {
        background-attachment: inherit;
    }
}

@media only screen and (min-device-width: 428px) and (max-device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
    .home-banner {
        background-attachment: inherit;
    }
}