@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
}

*,
ul,
ol {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #9c9c9c;
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1F1F25;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
}

.bg-color1 {
    background-color: #751132;
}

.bg-color2 {
    background-color: rgb(45 45 45 / 90%) !important;
}

.bg-color3 {
    background-color: #ECF0B3;
}

.bg-color4 {
    background-color: rgb(0 0 0 / 34%);
}

.bg-color5 {
    background-color: #e5e5e5;
}

.text-color1 {
    color: #751132 !important;
}

.text-color2 {
    color: #000000 !important;
}

.txt-hover:hover,
.txt-hover:focus {
    color: #a9a9a9;
}

.width-30 {
    width: 30%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-70 {
    width: 70%;
}

.width-60 {
    width: 60%;
}

.flexbox {
    display: -webkit-box;
    display: flex;
}

.flexbox .element {
    height: 100%;
}

.header-bottom {
    background-color: transparent;
    padding: 20px;
    position: relative;
}

/*
.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
  position: relative;
  z-index: 1;
}*/
.sec-title {
    margin-bottom: 20px;
}

.sec-title span {
    background-color: transparent;
    background-image: linear-gradient(226deg, #02010100 77%, rgb(117 17 50 / 23%) 77%);
    padding: 5px 10px;
}

.sec-title span svg {
    width: 7px;
    color: #751132;
}

.img2 {
    position: relative;
}

.horizental-bar {
    left: 10px;
    width: 200px;
    height: 15px;
    bottom: 0px;
    max-width: 100%;
    position: absolute;
    background: #751132;
    animation: move-right 3s linear infinite;
}

@-webkit-keyframes move-right {
    0% {
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(30px, 0);
        -o-transform: translate(30px, 0);
        transform: translate(30px, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.product-range-box {
    padding: 30px;
    border: 2px dashed #e0e0e0;
}

.pro-text {
    text-align: center;
    font-size: 25px;
    margin-top: 30px;
}

.grd-icon-box-1 {
    position: relative;
}

.grd-icon-box-1 {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .7);
    overflow: hidden;
    padding: 45px 40px 100px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px dashed #e0e0e0;
    position: relative;
    background: #f8f9fa;
}

.grd-icon-box-1:hover {
    border: 2px dashed transparent;
    overflow: hidden;
}


.grd-icon-box-1:before {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    z-index: 0;
}

.grd-icon-box-1:after {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    z-index: 0;
}

.grd-icon-box-1:hover:before {
    -webkit-transition: .2s -webkit-transform linear, .2s height linear .2s;
    transition: .2s transform linear, .2s height linear .2s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    height: 100%;
    border-color: #861f41;
}

.grd-icon-box-1:hover:after {
    -webkit-transition: .2s -webkit-transform linear .4s, .2s height linear .6s;
    transition: .2s transform linear .4s, .2s height linear .6s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    height: 100%;
    border-color: #861f41;
}

.grd-icon-box-1 .pro-text {
    position: absolute;
    bottom: 17px;
    left: 23%;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    transition: all .5s;
}

.grd-icon-box-1 .pro-text .title {
    font-size: 27px;
    font-weight: 400;
    color: #000;
}

.grd-icon-box-1 .pro-text .arrow {
    position: relative;
    display: block;
    top: 0px;
    transform: translateX(-66%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}

.grd-icon-box-1:hover .pro-text {
    left: 30px;
}

.grd-icon-box-1:hover .pro-text .arrow {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.grd-icon-box-1 .pro-text .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #751132;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.grd-icon-box-1 .pro-text .arrow a:hover {
    background-color: #000;
    color: #ffffff;
}


.booking-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 7%;
    z-index: 5;
}

.booking-inner {
    position: relative;
    background-color: rgb(0 0 0 / 27%);
    border-radius: 5px;
    padding: 15px 15px 0px 15px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.form1 {
    display: block;
    padding: 0;
    position: relative;
}

.form1 .c1 {
    height: 62px;
    margin-bottom: 15px;
}

.form1 .col1 {
    float: left;
    width: 22%;
}

.form1 .col2 {
    float: left;
    width: 33%;
}

.form1 .c2 {
    height: 62px;
    margin-bottom: 15px;
}

.form1 .col3 {
    float: left;
    width: 20%;
}

.form1 .c3 {
    height: 62px;
    margin-bottom: 15px;
}

.form1 .col3 {
    float: left;
    width: 20%;
}

.border-t {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.border-b {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.border-r {
    border-right: 0px solid rgba(255, 255, 255, 0.1);
}

.border-l {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.top-contact-box {
    display: block;
    width: 100%;
    font-size: 17px;
    color: #fff;
    padding: 18.25px 20px 18.25px 20px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
    margin: 0;
}

.top-contact-box .icon-box i {
    float: right;
    margin-left: 15px;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    /* background-color: #fff; */
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    border-radius: 6px;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.top-contact-box a:hover {
    color: #751132;
}

.btn-4.btn-form1-submit {
    display: inline-block;
    height: auto;
    padding: 22px 27px;
    border: none;
    background-color: #751132;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
    width: 100%;
}


.video-bg {
    width: 100%;
    /*    height: 550px;*/
    position: relative;
}

.video-bg video {
    width: 100%;
    /*    height: 100%;*/
    min-height: 700px;
    object-fit: cover;
    border: 2px solid #751132;
}

.video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.bg-overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgb(117 17 50 / 76%) 0%, rgb(62 62 62 / 56%) 100%);
}

.parallax-window {
    height: 500px;
    background: transparent;
    display: table;
    width: 100%;
}
.home-parallax .parallax-window .home-slide h1{
    text-transform: uppercase;
}
.home-slide {
    text-align: center;
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.parallax-fixed {
    background-attachment: fixed;
}

.home-parallax h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
}


.home-parallax {
    position: relative;
    overflow: hidden;
    /*padding: 300px 0;*/
}

.home-parallax .container-fluid {
    position: relative;
    z-index: 9;
}

.sub-banner-overlay {
    background: rgb(32, 32, 32);
    background: linear-gradient(180deg,
    rgba(32, 32, 32, 0.40379901960784315) 29%,
    rgba(32, 32, 32, 0.8575805322128851) 98%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.parallax-window {
    height: 450px;
    background: transparent;
    display: table;
    width: 100%;
}

.home-slide {
    text-align: center;
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.parallax-fixed {
    background-attachment: fixed;
}

.home-parallax h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
    font-family: "DM Sans", sans-serif;
}

.logo {
    display: inline-block;
    margin: 5px auto;
}

.logo .img-fluid {
    max-width: 70%;
}

.mobile-menu {
    display: none;
}

.cwdesign-header {
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    padding-top: 10px;
    background: transparent;
}

.cwdesign-header .cwdesign-logo {
    line-height: 0;
    padding: 0;
    color: #fff;
    display: inline-block;
}

.cwdesign-header .cwdesign-logo img {
    width: 260px;
}

.cwdesign-header .social li {
    display: inline-block;
}

.cwdesign-header .social li a {
    color: #fff;
    padding: 0 10px;
}

.cwdesign-header .heading {
    color: #fff;
}

.cwdesign-header.scrolled {
    position: fixed;
    padding: 5px 0;
    top: 0;
    background: #fff;
    -webkit-transition: .0s all ease;
    -o-transition: .0s all ease;
    transition: .0s all ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
}

.cwdesign-header.scrolled .social {
    margin-top: 10px;
}

.cwdesign-header.scrolled .social li a {
    color: #fff;
}

.cwdesign-header.scrolled .cwdesign-logo {
    line-height: 1em;
    padding: 0;
    color: #fff;
    font-size: 30px;
    display: inline-block;
    font-weight: 300;
}

.cwdesign-header.scrolled .cwdesign-logo img {
    /*	width: 120px;*/
}

.cwdesign-header.scrolled .cwdesign-nav-toggle {
    top: -1px !important;
    background: transparent;
}

.cwdesign-header.awake,
.cwdesign-header.awake.sleep {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.cwdesign-header.sleep {
    /*-webkit-transition: .3s all ease;*/
    /*-o-transition: .3s all ease;*/
    /*transition: .3s all ease;*/
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.cwdesign-nav-toggle {
    top: -3px !important;
}

.cwdesign-nav-toggle i,
.cwdesign-nav-toggle i:before,
.cwdesign-nav-toggle i:after {
    background: #fff !important;
}

.cwdesign-header.scrolled .cwdesign-nav-toggle i,
.cwdesign-header.scrolled .cwdesign-nav-toggle i:before,
.cwdesign-header.scrolled .cwdesign-nav-toggle i:after {
    background: #751132 !important;
}

.cwdesign-header.scrolled .cwdesign-nav-toggle.active i {
    background: transparent !important;
}

.cwdesign-wrap-burger-wrap {
    position: relative;
    z-index: 1022;
}

.cwdesign-nav-toggle {
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    top: -15px;
    z-index: 109;
    display: block !important;
    float: right;
    right: 0;
    display: none;
    border: 1px solid #fff;
    padding: 14px 0 0 13px;
    border-radius: 50%;
    background: #751132;
}

.cwdesign-nav-toggle:hover i:before {
    top: -7px;
}

.cwdesign-nav-toggle:hover i:after {
    bottom: -7px;
}

.cwdesign-nav-toggle.active i {
    background: transparent !important;
}

.cwdesign-nav-toggle.active i:before {
    top: 0px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.cwdesign-nav-toggle.active i:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.cwdesign-nav-toggle:hover,
.cwdesign-nav-toggle:focus,
.cwdesign-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.cwdesign-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    /* display: inline; */
    width: 20px;
    height: 5px;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #751132;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.cwdesign-nav-toggle i:before,
.cwdesign-nav-toggle i:after {
    content: '';
    width: 30px;
    height: 5px;
    background: #751132;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.cwdesign-nav-toggle i:before {
    top: -8px;
}

.cwdesign-nav-toggle i:after {
    bottom: -8px;
}

.cwdesign-wrap {
    display: block;
    background: #fff;
    right: 0;
    z-index: 101;
    position: fixed;
    width: 340px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    bottom: 0;
    top: 0;
    -webkit-box-shadow: 0 -20px 20px -5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -20px 20px -5px rgba(0, 0, 0, 0.05);
    min-height: 300px;
    overflow: auto;
    padding: 0 40px;
    border: none;
    border-left: 1px solid #f4f4f4
}

.cwdesign-wrap.cwdesign-wrap-show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.cwdesign-logo-wrap {
    position: relative;
    z-index: 1021;
}

.cwdesign-menu {}

.cwdesign-menu ul {
    position: relative;
    margin-top: 180px;
    margin-bottom: 30px;
    padding: 0;
}

.cwdesign-menu ul ul {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.cwdesign-menu ul li,
.cwdesign-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.cwdesign-menu ul li {
    margin: 10px 0 10px 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5em;
    border-bottom: 1px solid #f4f4f4;
}

.cwdesign-menu ul ul li {
    margin: 5px 0 0px 0;
    padding: 0 0 0px 0;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-bottom: none;
}

.cwdesign-menu ul li a {
    color: #222;
    text-decoration: none;
    position: relative;
    padding: 0;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.cwdesign-menu ul li span a {
    color: #222!important;
    text-decoration: none;
    position: relative;
    padding: 0;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.cwdesign-menu ul li a {
    display: inline-block;
}

.cwdesign-menu ul li a:after {
    content: '';
    display: block;
    width: 0;
}

.cwdesign-menu ul li a:hover::after {
    width: 100%;
}

.cwdesign-menu ul li a.active {
    color: #751132;
}

.cwdesign-menu ul li a.active:after {
    height: 0px;
}

.cwdesign-menu ul ul {
    display: none;
}

.cwdesign-menu>ul>li>a {
    font-size: 15px;
    cursor: pointer;
    font-weight: 400;
    color: #222;
    text-decoration: none;
    position: relative;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.5px;
}

.cwdesign-menu>ul>li.open>a {
    font-size: 15px;
    font-weight: 400;
    color: #751132;
    text-decoration: none;
    position: relative;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.5px;
}

.cwdesign-menu ul ul li a {
    color: #222;
    text-decoration: none;
    position: relative;
    padding: 5px 0 5px 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 12px;
    text-transform: none;
}

.cwdesign-menu ul li:hover>a,
.cwdesign-menu ul li.open>a,
.cwdesign-menu ul li.active>a,
.cwdesign-menu ul ul li:hover>a,
.cwdesign-menu ul ul li.open>a,
.cwdesign-menu ul ul li.active>a {
    color: #751132!important;
}

.cwdesign-menu ul ul ul li a {
    margin-left: 24px;
    padding-top: 0px;
}

.cwdesign-menu ul li a em,
.cwdesign-menu ul ul li a em {
    font-size: 10px;
    background-color: #751132;
    padding: 1px 6px;
    color: #fff;
    border-radius: 0px;
    position: absolute;
    margin-left: 10px;
    top: 5px;
    font-style: normal;
}

.cwdesign-menu i {
    padding-left: 16px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
}

.cwdesign-menu-sub ul li a {
    position: relative;
}

.cwdesign-menu-sub ul li a:before {
    position: absolute;
    content: "\f135";
    left: 0;
    font-family: bootstrap-icons !important;
    font-size: 13px;
    color: #000;
}

.cwdesign-menu .active i {
    color: #751132;
}

.cwdesign-menu-footer {
    position: relative;
    bottom: 30px;
    left: 0;
    padding: 50px 0px 0px 0px;
    color: #999;
}

.cwdesign-menu-footer div.reservation {
    margin: 0;
    top: 0;
    left: 40px;
    height: 60%;
    z-index: 9;
}

.cwdesign-menu-footer a {
    color: #751132;
}

.cwdesign-menu-footer a {
    color: #751132;
}

.cwdesign-menu-footer div.reservation .icon {
    position: absolute;
    left: 0;
    /* top: -50px; */
    width: 50px;
    height: 50px;
    background-color: #751132;
    border: 1px solid #751132;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border-radius: 100%;
}

.cwdesign-menu-footer div.reservation a .icon i {
    color: #fff;
    font-size: 24px;
}

.sec-title2 {
    padding-left: 10px;
    border-left: 5px solid #751132;
    margin-bottom: 15px;
    letter-spacing: 5px;
    font-weight: 600;
}

.cwdesign-menu-footer div.reservation .call {
    color: #222;
    font-weight: 400;
    font-size: 15px;
    margin-top: 0px;
    margin-left: 60px;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.banner-video {
    position: relative;
    height: 100vh;
}

.banner-video video {
    /*    position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 100vh;
    position: relative;
    opacity: 0.8;
}

.banner-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0d0e0e;
    mix-blend-mode: overlay;
}

.banner-text {
    position: absolute;
    left: 20%;
    bottom: auto;
    top: 50%;
    width: 60%;
    right: auto;
    margin: auto;
    text-align: left;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}

.banner-text-content {
    padding: 35px;
    background-color: rgb(117 17 50 / 50%);
}

.banner-text-content h5 {
    color: #fff;
}

.banner-text-content h1 {
    color: #fff;
    font-size: 50px;
    text-transform: capitalize;
}

/*.head-text{*/
/*   position: absolute;*/
/*   left: 20%;*/
/*   bottom: auto;*/
/*    top: 25%;*/
/*    width: 60%;*/
/*    right: auto;*/
/*    margin: auto;*/
/*    text-align: left;*/
/*padding: 35px;*/
/*    -webkit-transform: translateY(-50%);*/
/*    -moz-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*background-color: rgb(117 17 50 / 50%);*/
/*    color: #fff;*/
/*}*/
.head-text p {
    font-size: 18px;
    position: relative;
    padding-left: 60px;

}

.head-text p:before {
    position: absolute;
    content: '';
    border: 2px solid #751132;
    width: 50px;
    top: 50%;
    left: 0;
}

.bottom-text p {
    font-size: 11px;
    position: relative;
    padding-left: 34px;
    margin-bottom: 5px;
}

.bottom-text p:before {
    position: absolute;
    content: '';
    border: 2px solid #751132;
    width: 30px;
    top: 50%;
    left: 0;
}

.fs-70 {
    font-size: 70px;
}

.boxshadow1 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.list1 li,
.list2 li,
.list4 li,
.areas-list li {
    padding: 0px 0 15px 26px;
    position: relative;
}

.list1 li:before,
.list2 li:before,
.areas-list li:before {
    position: absolute;
    top: 1px;
    left: 0;
    content: '\f26e';
    font-family: "bootstrap-icons";
    font-size: 24px;
    color: #751132;
}

.areas-list li:before {
    content: '\F3E7';
}

.list2 li:before {
    color: #000;
}

.list3 {
    margin-left: 16px;
}

.list3 li {
    list-style-type: decimal;
    padding-bottom: 18px;
}

.list4 li:before {
    position: absolute;
    top: 1px;
    left: 0;
    content: '\f26e';
    font-family: "bootstrap-icons";
    font-size: 24px;
    color: #fff;
}
.list5 li {
    position: relative;
    padding: 10px 10px 10px 20px;
    border-left: 4px solid #751132;
    margin-bottom: 15px;
    font-weight: 500;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
}
.half-center-patchsec{
    position: relative;
    overflow: hidden;
}
.half-center-patchsec::before{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(rgb(0 0 0 / 79%), #000000c4), url(../images/5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: translateY(-50%);
}
.bg-img-layout-3 {
    border: 10px solid #d0d0d0;
    box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.45), 0px 25px 20px -20px rgba(0, 0, 0, 0.45);
}
.layout-3-over-img {
    background: rgb(117 17 50 / 65%);
    padding: 40px;
}
.border-radius30{
    border-radius: 30px;
}
.hover-effect-two {
    position: relative;
}
.hover-effect-two::before {
    content: '';
    border-radius: 5px;
    background-image: -webkit-linear-gradient(127deg, rgb(117 17 50) 11%, rgb(255 186 209 / 96%) 81%);
    background-image:linear-gradient(127deg, rgb(117 17 50) 11%, rgb(255 186 209 / 96%) 81%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.list5 .hover-effect-two:hover:before,
.list5 .hover-effect-two:focus:before{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
}
.list5 .hover-effect-two:hover,
.list5 .hover-effect-two:focus{
    color: #ffffff;
}
.hover-effect-two span{
    position: relative;
    z-index: 1;
}
.img-radius-insetshadow{
    border-radius: 30px;
    padding: 20px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.sectiondesign-three {
    background: #010205;
    position: relative;
}
.imgprop-2{
    position: absolute;
    top: 0;
    right: 0;
}
.imgprop-3{
    position: absolute;
    left: 0;
    bottom: 0;
}
.favorite-tools-10__bg__shape {
    width: 773px;
    height: 773px;
    background: rgb(117 17 50 / 49%);
    filter: blur(250px);
    border-radius: 500px;
    z-index: -1;
    position: absolute;
}
.favorite-tools-10__bg__shape-1 {
    bottom: -454px;
    left: 0;
}
.favorite-tools-10__bg__shape-2 {
    top: -618px;
    right: 0;
}
.bglight1{
    background: rgb(235 235 235) !important;
}
.bglight1 .vertiline::after{
    background: #751132;
}
.buckinghamshire-body .vertiline-three::after{
    background: #751132;
}
.border-10{
    border: 10px solid #fff !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.list-inline-btn li{
    position: relative;
    display: inline-block;
    margin: 15px;
    background: #fff;
    padding: 15px 20px 15px 26px;
    box-shadow: 0 5px 25px -5px rgba(0, 0, 0, .2), 0 5px 10px -5px rgba(0, 0, 0, .04);
}
.list-inline-btn li:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid #ffffff;
    top: 6px;
    left: 7px;
    transition: .5s;
    z-index: -1;
}
.list-inline-btn li:hover::after {
    top: 1px;
    left: 1px;
}
.boxhover-3d {
    position: relative;
    overflow: hidden;
}
.boxhover-3d .content-inner {
    position: relative;
    height: 500px;
    background: #751132;
    padding: 25px;
    display: table;
}
.boxhover-3d .content-inner:before {
    position: absolute;
    top: 0;
    left: -60px;
    border-width: 30px;
    border-style: solid;
    border-color: transparent #020202 #020202 transparent;
    content: '';
}
.boxhover-3d .content-inner:after {
    position: absolute;
    bottom: 0;
    left: -60px;
    border-width: 30px;
    border-style: solid;
    border-color: #020202 #020202 transparent transparent;
    content: '';
}
#leftcontent .content-inner:before {
    position: absolute;
    top: 0;
    right: -60px;
    left: auto;
    border-width: 30px;
    border-style: solid;
    border-color: transparent transparent #020202 #020202;
    content: '';
}
#leftcontent .content-inner:after {
    position: absolute;
    bottom: 0;
    right: -60px;
    left: auto;
    border-width: 30px;
    border-style: solid;
    border-color: #020202 transparent transparent #020202;
    content: '';
}
.img-absl {
    position: relative;
    z-index: 1;
}
.img-absl img {
    position: absolute;
    height: 425px;
    width: 100%;
    top: 42px;
    bottom: auto;
    z-index: 1;
}
.bg-overlap3-sec.overlap3:before{
    background-color: rgb(70 67 67 / 88%);
}
.fullsection-img-content .list5 li{
    color: #000;
}
.fullsection-img-content .list5.listcolor-flip li{
    color: #ffffff;
}
.fullsection-img-content .list5.listcolor-flip li:hover{
    color: #000000;
}
.toptobt-gradient-design-2 .bg-gradient-custom-4{
    top: 0;
    bottom: auto;
}
.toptobt-gradient-design-2 .imgprop-3{
    top: 24%;
    bottom: auto;
}
.listcolor-flip .hover-effect-two::before{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
}
.listcolor-flip .hover-effect-two:hover::before{
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right;
    transform-origin: right;
}
.testimonial-one_carousel-content {
    position: relative;
    margin-left: 0;
    border-radius: 30px;
    padding: 60px 70px 60px;
    background-color: #f5f5f5;
}
.testimonial-one_carousel-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/icons/vector-2.png);
}
.testimonial-one_carousel-content:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 126px;
    height: 126px;
    z-index: 1;
    background: url(../images/vector-1.png);
    background-size: cover;
}
.testimonial-one_carousel-content:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 130px;
    height: 70px;
    background: url(../images/vector-2.png);
    background-size: cover;
}
.img-leftscale-effect {
    position: relative;
    overflow: hidden;
}
.img-leftscale-effect img {
    transition: transform .5s ease-in-out;
    transform-origin: 100% 0;
}
.hover-trig:hover .img-leftscale-effect img {
    transform: scale(1.4) translateX(10%);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .3));
}
.content-align-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.bg-gradient-section-five{
    position: relative;
    overflow: hidden;
}
.bg-gradient-custom-4 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    border-radius: 0;
    height: 60%;
    width: 100%;
    background-color: rgba(0, 13, 255, 0);
    background-image: linear-gradient(to right top, #751132, #581329, #3c121f, #220e13, #000000);
}
.bg-gradient-custom-5 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0;
    height: 60%;
    width: 100%;
    background-color: rgba(0, 13, 255, 0);
    background-image: linear-gradient(to right top, #000000, #220e13, #3c121f, #581329, #751132);
}
.experiance-one_years-inner {
    position: relative;
    padding: 50px;
    margin-top: 0;
    border-radius: 20px;
    background-color: #751132;
}
.new-areas-list {
    padding: 12px 25px;
    background: linear-gradient(to top right, #adb55e 12%, #d0da46 76%);
    border: 5px double #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    border-radius: 0 50px 50px 0;
    color: #fff;
    margin-bottom: 20px;
}
.new-areas-list i {
    padding-right: 10px;
}

.new-areas-list a {
    color: #222;
}

.new-areas-list a:hover,
.new-areas-list a:focus {
    color: #fff;
}

.site-map-list li a {
    color: #000000;
}

.site-map-list li a:hover {
    color: #000000;
}

.site-map-list li {
    border-left: 1px solid #dfdfdf;
    padding: 10px 0 10px 30px;
    position: relative;
}

.site-map-list li:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #dfdfdf;
    content: "";
}

.site-map-list li>ul.child-menu {
    margin: 10px 0 10px 20px;
}

.border-box1 {
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 350px;
}

.border-box2 {
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 350px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
}

.border-box3 {
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 300px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
}

.border-box4 {
    padding: 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-height: 440px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
}

.single-service-item1 .img-holder {
    overflow: hidden;
    position: relative;
}

.single-service-item1 .img-holder .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 1;
}

.single-service-item1 .img-holder .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.single-service-item1 .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}

.single-service-item1 .img-holder .overlay .box .content a i {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border-radius: 50%;
    color: #751132;
    display: inline-block;
    font-size: 20px;
    height: 65px;
    line-height: 65px;
    transition: all 500ms ease 0s;
    width: 65px;
    animation: playVideo5 3s linear infinite;
}

.project-box {
    background: #c597a6;
    padding: 40px 40px 40px;
    position: relative;
    /*-webkit-clip-path: polygon(70% 0, 100% 25%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 0);*/
    /*clip-path: polygon(70% 0, 100% 25%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 0);*/
    text-align: center;
}

.project-box:before {
    content: "";
    background: linear-gradient(45deg, #751132, #751132) !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    /*opacity: 0.65;*/
    -moz-transform: translate(10px, 10px);
    -o-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*-webkit-clip-path: polygon(70% 0, 100% 25%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 0);*/
    /*clip-path: polygon(70% 0, 100% 25%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 0);*/
}

.project-box:hover:before {
    background: rgb(117 17 50 / 75%) !important;
}

.project-box .pro-icon {
    position: relative;
    margin-bottom: 20px;
}

.project-box .pro-content p {
    position: relative;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 0;
}


.single-service-item {
    margin: 15px 0;
}

.single-service-item .img-holder {
    overflow: hidden;
    position: relative;
}

.single-service-item .img-holder .img-responsive {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.single-service-item:hover .img-holder .img-responsive {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
}

.single-service-item .text-holder h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
    color: #fff;
}

.contact-container {
    text-align: center;
}

.contact-icon {
    float: none;
    margin: auto;
    position: relative;
    z-index: 1;
    /* border-bottom: 5px solid #ffffff; */
    background-color: #d0da46;
    box-sizing: border-box;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.6em;
    border-radius: 10px;
    /*  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
}

.contact-detail {
    background-color: #fff;
    padding: 60px 20px 20px;
    margin-top: -40px;
    min-height: 150px;
    box-shadow: rgb(122 122 122) 0px 20px 30px -10px;
}



.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
    position: relative;
    z-index: 1;
}

.overlap,
.overlap3 {
    position: relative;
}

.overlap:before,
.overlap1:before,
.overlap2:before {
    background-color: rgb(9 9 9 / 65%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlap1:before {
    background-color: rgba(0, 0, 0, 0.7);
}

.overlap2:before {
    background-color: rgb(16 16 16 / 78%);
}

.overlap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(117, 17, 50, 0.86) 0%, rgba(117, 17, 50, 0.86) 100%);
    /*    background: linear-gradient(0deg, rgba(117 17 50 / 95%) 0%, rgba(117 17 50, 95%) 100%);*/
}

.overlap3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.widget-title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    display: block;
    background: transparent;
    padding-right: 5px;
}

.widget-title a:hover {
    color: #a9a9a9;
}

.footer-menu li a {
    position: relative;
    padding: 2px 0 2px 20px;
    display: inline-block;
    color: #fff;
}

.footer-menu li a:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '\F231';
    font-family: 'bootstrap-icons';
}

.footer-links {
    display: block;
    color: #fff;
}

.footer-menu li a:hover,
.footer-links a:hover {
    color: #a9a9a9;
}

.footer-logo img {
    width: 260px;
}

.navigation li.dropdown>.dropdown-menu.child-dropdown {
    top: 0;
    left: 100%;
    padding: 15px;
}

.btn-1,
.btn-3 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 12px 30px;
    margin: 1rem auto;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.5s;
    z-index: 9;
}

.btn-3 {
    border: 1px solid #fff;
    color: #000;
    transition: 0.5s ease-in-out;
}

.btn-1:before,
.btn-3:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #fff;
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}

.btn-3:before {
    transform: translateX(0);
    z-index: -1;
}

.btn-3:hover:before {
    color: #fff;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #fff;
    transform: translateX(-100%);
}

.btn-3:hover {
    color: #fff;
}

.btn-1:hover:before {
    transform: translateX(0);
    z-index: -1;
}

.btn-2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 12px 30px;
    margin: 1rem auto;
    text-transform: uppercase;
    border: 1px solid #000;
    color: #000;
    transition: all 0.5s;
}

.btn-2:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #000;
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}

.btn-2 span {
    color: 000;
    position: relative;
    transition: all 0.5s;
}

.btn-2:hover:before {
    transform: translateX(0);
    z-index: 0;
}

.btn-2:hover span {
    color: #fff;
}

.service_box {
    position: relative;
    margin-bottom: 40px;
    display: none;
}

.service_box.style_four .service_content {
    position: relative;
    padding: 0px 20px 20px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
}

.service_box.style_four .service_content .image_box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    top: -20px;
}

.service_box.style_four .service_content .image_box img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.service_box.style_four .service_content .image_box span {
    position: absolute;
    display: block;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px 0px 10px 0px;
    background: #fff;
    font-size: 25px;
    color: #751132;
    transition: 0.5s ease-in-out !important;
    -moz-transition: 0.5s ease-in-out !important;
    -o-transition: 0.5s ease-in-out !important;
    -ms-transition: 0.5s ease-in-out !important;
}

.service_box.style_four .service_content .image_box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    background: rgb(40 40 40 / 70%);
    opacity: 0;
    transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.service_box.style_four .service_content .content_inner {
    position: relative;
    padding: 5px 15px;
}

.service_box.style_four .service_content .content_inner H2 {
    display: block;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    margin-bottom: 8px;
}

.service_box.style_four .service_content .content_inner p {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 500;
    color: #751132;
    line-height: 22px;
}

.service_box.style_four .service_content:hover .image_box::before {
    bottom: 0;
    opacity: 0.9;
}

.service_box.style_four .service_content:hover .image_box span {
    background: #751132;
    color: #fff;
}

#loadMore {
    background-color: #751132;
    padding: 12px 30px;
    color: #fff;
    transition: all.5s;
}

#loadMore:hover,
#loadMore:focus,
#loadMore:active {
    background-color: #ffffff;
    color: #751132;
}

.sliderbtn-wrap .btn-2:hover {
    background-color: transparent;
    color: #000;
    border-color: #000;
}

.subtitle {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
}

.heading-h1,
.heading-h2 {
    font-size: 46px;
    font-family: 'Poppins', serif;
    font-weight: 600;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
    text-transform: capitalize;
}

.heading-h2 {
    font-size: 40px;
}

.reservations {
    display: flex;
    align-items: center;
}

.reservations .text a {
    font-size: 27px;
    color: #751132;
    letter-spacing: -1px;
}

.reservations .icon {
    position: relative;
    transform: rotate(32deg);
    top: 3px;
}

.reservations .text p {
    font-size: 15px;
    margin: 0;
}

.reservations .icon span {
    font-size: 40px;
    color: #751132;
}

.imgtwo img {
    border-radius: 20px;
}

.imgboxshadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.section2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.section2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.section2 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.section2 .item:hover .con {
    bottom: 0;
}

.section2 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.section2 .item .category {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-family: 'Poppins', sans-serif;
    padding: 10px 3px;
    line-height: 1.5em;
}

.section2 .item .category a {
    color: #fff;
}

.section2 .item .category:hover {
    color: #fff;
}

.section2 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -47px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

.section2 .item .con h6,
.section2 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    display: inline;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.section2 .item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}

.section2 .item .con h5,
.section2 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 10px;
}

.section2 .item .con .permalink,
.section2 .item .con .permalink a {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.section2 .item .con p {
    color: #fff;
}

.section2 .item .con i {
    color: #fff;
    font-size: 18px;
}

.section2 .item .con i:hover {
    color: #fff;
}

.section2 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #666;
    padding: 11px 30px;
}

.line {
    width: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 10px;
}

.section2 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

.section2 .item .con .butn-light:hover {
    border-color: #751132;
}

.contentli-img-wrap .list1 li {
    font-size: 22px;
    padding: 0px 0 15px 35px;
}

.contentli-img-wrap .list1 li:before {
    font-size: 32px;
    color: #000;
}

.contentli-img-wrap .content-div {
    padding: 22px 15px;
    background: #fff;
    color: #000;
}

/*.testi-box {*/
/*    background: #fff;*/
/*    padding: 30px;*/
/*    border-top: 5px solid #751132;*/
/*    min-height: 400px;*/
/*}*/

.testi-box {
    background: #fff;
    padding: 30px;
    min-height: 435px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 87%, 75% 87%, 75% 100%, 52% 87%, 0 87%);
    background-image: url(../images/quotes.png);
    background-repeat: no-repeat;
    background-position: center;
}

.stars{
    position: relative;
    background-color: #751132;
    padding: 5px 10px;
    border-radius: 20px;
    box-shadow: 2px 4px 14px #00000061;
    z-index: 99;
    text-align: center;
    width: 200px;
    margin: 0 auto -16px;
    color: #ffff00;
    border: 1px solid #fff;
}


.testi-content p {
    color: #000 !important;
}

.testi-box .icon-box i {
    font-size: 50px;
    color: #751132;
}

.testimonials-box {
    position: relative;
    background: transparent;
    padding: 30px;
}

.testimonials-box .head-box h6 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 10px;
}

.testimonials-box .head-box h4 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.testimonials-box .head-box h4 span {
    color: #222;
}

.line {
    width: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 10px;
}

.testimonials h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}

.partner-logo {
    box-shadow: rgba(0, 0, 0) 0px 6px 16px 4px;
    text-align: center;
}

.partner-logo img {
    border: 2px solid #fff;
    transform-style: preserve-3d;
    transform: scale(1);
    transition: all 0.3s;
}

.partner-logo:hover img {
    transform: scale(1.1);
}


.contactfrm {
    padding: 30px 50px;
    background-color: #751132;
    border-radius: 10px;
}

.call-box {
    border: 1px solid #8f8f8f;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    min-height: 130px;
}

.call-box .content {
    padding-left: 20px;
}

.contact-box p {
    font-size: 18px;
    margin-bottom: 35px;
}

.call-box .content p {
    font-size: 15px;
}

.call-box .content p a:hover {
    color: #8f8f8f;
}

.accredit {
    position: relative;
    background: #fff;
    box-shadow: rgba(0, 0, 0) 0px 6px 16px 4px;
    margin-bottom: 30px;
}

.features-area .features-item {
    position: relative;
    margin: 50px 0;
}

.features-area .features-item .features-img {
    position: relative;
    border: 2px solid #fff;
}

.features-area .features-item .features-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(28 28 28 / 75%);
    content: "";
    z-index: 1;
}

.features-area .features-item .features-img .features-icon img {
    font-size: 40px;
    color: #1A9120;
    transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    width: 50%;
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
}

.features-area .features-item .features-img .features-icon {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    background: #FFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    /*  bottom: 40px;*/
    transition: all 0.3s;
    transform: translate(-50%, -50%);
}

.features-area .features-item .features-img .features-icon:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    content: "";
    background: rgba(117, 17, 50, 0.1);
    border-radius: 50%;
    z-index: -1;
    transition: all 0.3s;
}

.features-area .features-item .features-img .features-icon img.features-icon1 {
    display: block;
    /*  width: 50%;*/

}

.features-area .features-item:hover .features-img .features-icon img.features-icon1 {
    display: none;
}

.features-area .features-item .features-img .features-icon img.features-icon2 {
    display: none;

}

.features-area .features-item:hover .features-img .features-icon img.features-icon2 {
    display: block;
}

.features-area .features-item .features-img .shape {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 1;
}
.vertiline-three::after{
    position: absolute;
    content: '';
    height: 190px;
    width: 5px;
    right: 0;
    z-index: 999;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
}
.img-prop-section .img1{
    position: absolute;
    left: 0;
}
.img-prop-section .img1 img{
    width: 300px;
    opacity: 0.2;
}
.features-area .features-item .features-text {
    margin-top: -28px;
    position: relative;
    z-index: 11;
}

.features-area .features-item .features-text span {
    font-size: 18px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px;
    max-width: 285px;
    margin: 0 auto;
    display: block;
    text-align: center;
    background: #383737;
    color: #fff;
    border-radius: 50px;
}

.features-area .features-item:hover .features-img .features-icon {
    background: rgb(117 17 50 / 75%);
}

.features-area .features-item:hover .features-img .features-icon:before {
    background: rgb(117 17 50 / 75%);
}

.features-area .features-item:hover .features-img .features-icon i {
    color: #fff;
}

.feature-roof-layout {
    position: relative;
}

.feature-roof-layout .feature-roof-layout-inner {
    position: absolute;
    top: 72%;
    left: 52%;
    width: 68%;
    background-color: #751132;
    transform: translate(-50%, -50%);
}

.feature-roof-layout .feature-roof-layout-inner .a_title {
    padding-left: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 0;
}

.feature-roof-layout .feature-roof-layout-inner .a_title a {
    display: block;
    text-align: center;
}
.half-gradient-bottom-section4 .bg-gradient-custom-4{
    width: 76%;
    height: 80%;
    left: auto;
}
.leftside-patch-sec.half-gradient-bottom-section4 .bg-gradient-custom-4{
    width: 76%;
    height: 80%;
    right: auto;
    left: 0;
}
.half-gradient-bottom-section4.overlap3:before{
    background-color: rgb(236 236 236 / 92%);
}
.wiltshire-patchpro .imgfull {
    position: relative;
    right: -70px;
}
button {
    border: none;
    position: relative;
    /* overflow: hidden; */
}

.accredit span {
    position: absolute;
    color: white;
    background-color: black;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    padding: 5px;
    transition: 0.3s;
    opacity: 0;
}

.accredit:hover {
    overflow: visible;
}

.accredit:hover span {
    opacity: 1;
}

.accredit span::after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
}

.accredit span {
    top: -45px;
    left: 3px;
}

.accredit span::after {
    border-top-color: black;
    left: 85px;
    bottom: -20px;
}

/*.accredit span {
    top: 10px;
    left: -150px;
}*/
/*.accredit span::after {
    border-left-color: black;
    right: -20px;
    bottom: 5px;
}
.accredit span {
    bottom: -45px;
    left: -10px;
}
.accredit span::after {
    border-bottom-color: black;
    left: 50px;
    top: -20px;
}
.accredit span {
    top: 10px;
    right: -150px;
}
.accredit span::after {
    border-right-color: black;
    left: -20px;
    bottom: 5px;
}*/
.height-social-platform {
    height: 712px;
}

.news-section .item {
    position: relative;
    overflow: hidden;
    border: 1px solid #b42454;
}

.news-section .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.news-section .item:hover .con {
    bottom: 0;
}

.news-section .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}

.news-section .item .date {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}

.news-section .item .date span {
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}

.news-section .item .date i {
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 24px;
    font-style: normal;
    color: #fff;
}

.news-section .item .con {
    margin: -155px 20px 90px;
    padding: 20px;
    background-color: #f8f5f0 !important;
    border: 1px solid #f8f5f0;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -90px;
    position: relative;
}

.news-section .item .con .category {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 1.3px;
    display: block;
}

.news-section .item .con .category a {
    margin-right: 5px;
    position: relative;
    color: #000;
}

.news-section .item .con .category a:hover {
    color: #222;
}

.news-section .item .con .category a:last-child {
    margin-right: 0;
}

.news-section .item .con .category a:last-child:after {
    display: none;
}

.news-section .item .con h5,
.news-section .item .con h5 p {
    color: #000;
    font-size: 24px;
    font-family: 'Poppins', serif;
    ;
    font-weight: 400;
    margin-bottom: 0px;
}

.news-section .item .con h5:hover,
.news-section .item .con h5 a:hover {
    color: #751132;
}

.news-section .item .con p {
    color: #4f4f4f;
}

.news-section .item .con i {
    color: #fff;
    font-size: 20px;
}

.news-section .owl-theme .owl-nav {
    position: absolute;
    bottom: auto;
    top: 35%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.news-section .owl-theme .owl-nav button {
    position: absolute !important;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    color: #fff;
    font-size: 11px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.news-section .owl-theme .owl-nav button.owl-next {
    right: -40px;
}

.news-section .owl-theme .owl-nav button.owl-prev {
    left: -40px;
}

.news-section .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
}

.third-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px;
}

.chain {
    position: relative;
    z-index: 1;
}

.chain .chain-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #FCFDFA;
    z-index: -1;
    background: linear-gradient(0deg, rgb(200, 42, 94) 0%, rgb(117, 17, 50) 100%), #791939 50% / cover no-repeat;
}

.chain .chain-wrap {
    position: relative;
    box-shadow: none;
    padding: 0 60px 60px 60px;
    background-color: transparent;
    box-shadow: rgba(0, 0, 0) 0px 6px 16px 4px;
}

.chain .chain-wrap::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    top: auto;
    right: 0;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

@media screen and (max-width: 991px) {
    .testimonials-box {
        margin-bottom: 0;
        padding: 35px 20px;
    }
}

.testimonials .item {
    margin-bottom: 30px;
    position: relative;
}

.testimonials .item .quote {
    position: absolute;
    right: 20px;
    top: 90px;
    width: 70px;
    margin: 0 auto 30px;
    opacity: .1;
}

.testimonials .item p {
    color: #fff;
}

.testimonials .item .info {
    text-align: left;
    margin: 30px 0 15px 0;
}

.testimonials .item .info .author-img {
    width: 70px;
    height: 70px;
    padding-left: 20px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}

.testimonials .item .info .cont {
    margin-left: 85px;
}

.testimonials .item .info h6 {
    font-size: 15px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #cfda46;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.testimonials .item .info span {
    font-size: 12px;
    color: #fff;
    line-height: 1em;
}

.testimonials .item .info .rate {
    float: right;
}

.testimonials .item .info i {
    color: #fff;
    font-size: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #751132;
}

.testimonials .overlap1::before {
    background: rgb(11, 10, 10);
    background: linear-gradient(0deg, rgb(117 17 50 / 76%) 0%, rgb(62 62 62 / 56%) 100%);
}

.pro-rangebody .vertiline-three::after {
    background: #751132;
}
.pro-rangebody .flat-and-pitched-roof-joists-diagram-img{
    position: relative;
}
.pro-rangebody .flat-and-pitched-roof-joists-diagram-click{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateY(-40%) !important;
}
.pro-rangebody .flat-and-pitched-roof-joists-diagram-click .btnnew-cirlceplus{
    width: 60px;
    height: 60px;
}
.pro-rangebody .flat-and-pitched-roof-joists-diagram-click img{
    width: 60px;
    height: 60px;
    transition: 1s;
    display: block;
}
.productrange-sectwo-tab .nav-link h5{
    font-size: 16px;
}
.dflexabslt-content.d-flex,
.dflexabslt-content.d-flex{
    gap: 22px;
}
.productrange-sectwo-tab .nav-tabs .nav-link{
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #fff;
}
.productrange-sectwo-tab .nav-tabs{
    display: block;
    border: 0;
}
.productrange-sectwo-tab .nav-tabs .nav-link:focus,
.productrange-sectwo-tab .nav-tabs .nav-link:hover{
    background-color: #ddd;
    border-radius: 0;
}
.productrange-sectwo-tab .nav-tabs .nav-link.active{
    border: 1px solid #909090;
    border-radius: 0;
    background-color: transparent;
    transform: scale(1.0);
}
.pro-rangebody .flat-and-pitched-roof-joists-diagram-click:hover img{        
    transform: scale(1.3);
}
.pro-rangebody .flat-and-pitched-roof-joists-diagram-click.tmbrframe-sec-point{
    position: absolute;
    top: auto;
    left: 13%;
    transform: translateY(-40%) !important;
    bottom: 22%;
}
.fullcircle-moon .innercontttn{
    padding: 15px 5px 35px 5px;
}
.fullcircle-moon .innercontttn h2{
    font-size: 22px;
}
.pro-rangebody .single_service_items .icon{
    padding: 15px 15px 5px 15px;
}
.single_service_items.fullcircle-moon,
.single_service_items.fullcircle-moon::before,
.single_service_items.fullcircle-moon .innercontttn{
    border-radius: 50%
}
.single_service_items.fullcircle-moon::after{
    border-radius: 50%;
}
.single_service_items.fullcircle-moon:hover:after{
    border-radius:35%;
}
.btnne-6{
    background-color: #751132;
    border: 1px solid #751132;
    padding: 8px 20px;
    color: #fff;
    transition: all .5s;
    display: inline-block;
}
.btnne-6:hover, .btnne-6:focus, .btnne-6:active {
    background-color: #ffffff;
    color: #751132;
}
.pro-rangebody .flat-and-pitched-roof-joists-diagram-click.floorsytm-sec-point{
    position: absolute;
    top: auto;
    left: auto;
    right: 3%;
    transform: translateY(-40%) !important;
    bottom: 27%;
}
.pro-rangebody #nav-profile .flat-and-pitched-roof-joists-diagram-click.tmbrframe-sec-point {
    position: absolute;
    top: auto;
    left: 10%;
    transform: translateY(-40%) !important;
    bottom: 22%;
}
.rotatex {
    position: relative;
    background-attachment: fixed;
    background-position: center;
}

.rotatex .rotate-box {
    position: relative;
    width: 220px;
    height: 220px;
    display: inline-block;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}

.rotatex .rotate-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 22px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    animation: playVideo5 3s linear infinite;
}

.rotatex .rotate-box .icon i {
    color: #751132;
}

.rotatex .rotate-box .rotate-text {
    -webkit-animation: rotateText 20s linear infinite;
    animation: rotateText 20s linear infinite;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
}

.rotatex .rotate-box .rotate-circle svg {
    width: 220px;
    height: 220px;
    fill: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.videmodal-wrap video {
    width: 100%;
}

/* #exampleModal .modal-dialog {
    max-width: 50%;
    left: 50%;
    top: 53%;
    margin: 0;
    transform: translate(-50%, -50%);
} */

@keyframes playVideo5 {
    0% {
        box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.1);
        ;
    }

    40% {
        box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.1);
    }

    80% {
        box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.1);
        ;
    }
}


.footermain {
    position: relative;
}

.footermain:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    /*    background-image: url(../images/slider/1.jpg);*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: -1;
}

.footermain:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(0 0 0 / 81%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: -1;
}

.footer-top {
    position: relative;
    z-index: 0;
}

.footer-widget .user-links li {
    position: relative;
}

.footer-widget .user-links li a:before {
    content: "\f280";
    font-family: bootstrap-icons !important;
    position: absolute;
    color: #cfcfcf;
    font-size: 13px;
    left: 0px;
    top: 2px;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget .user-links li a {
    color: #c7c7c7;
    position: relative;
    font-size: 15px;
    display: inline-block;
    padding: 0 0 15px 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget .user-links.padd1 li a {
    padding: 0 0 1px 18px;
}

.footer-widget .user-links li a:hover::before {
    opacity: 1;
}

.footer-widget .user-links li a:hover {
    color: #fff;
    padding-left: 18px;
}

/*.footer-logo a img {*/
/*	width: 250px;*/
/*    -webkit-filter: brightness(0) invert(1);*/
/*    filter: brightness(0) invert(1);*/
/*}*/
.footersocial a {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.footersocial a>i {
    font-size: 18px;
}

.new-inner-column {
    display: flex;
    justify-content: center;
    column-gap: 100px;
    padding: 20px 0;
    flex-wrap: wrap;
}

.footer-widget {
    position: relative;
    z-index: 1;
}

.footer-bottom {
    background-color: #1e1e1e;
}

.footer-bottom .footer-link a {
    color: #fff;
}

.linehere {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.linehere:after {
    position: absolute;
    content: '';
    left: 0;
    width: 60px;
    height: 3px;
    background: #751132;
    top: -6px;
    /*opacity: 0.3;*/
    z-index: -1;
}

.footer-middle {
    background-color: #222;
}

.copyright span {
    color: #fff !important;
}

.phonewrap-footer .reservations .icon span {
    font-size: 30px;
    color: #751132;
    line-height: 30px;
}

.phonewrap-footer .reservations .icon {
    transform: rotate(2deg);
    padding-right: 10px;
}

.footemail a {
    color: #c7c7c7;
}

.footemail a:hover,
.footemail a:active,
.footemail a:focus {
    color: #fff;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.form-section.overlap1:before {
    background: rgb(11, 10, 10);
    background: linear-gradient(0deg, rgb(8 8 8 / 0%) 0%, rgb(0 0 0 / 71%) 100%);
}

.addresscontact {
    position: relative;
    background: #751132;
    padding: 45px;
    margin-bottom: -75px;
}

.addresscontact .btn-2 {
    display: flex;
    margin: 1rem 0;
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.submit-icon {
    display: none;
}

.rotating i {
    color: #d0da46;
}

.submit-icon.rotating-show {
    display: inline-block;
    vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.inner-box {
    padding: 30px;
    border: 1px solid #751132;
    width:100%;
}

.inner-box1 {
    position: relative;
    padding: 30px;   
    width:100%;  
    background: linear-gradient(#751132e1,#751132d8);
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    color: #fff;  
    transition: 0.6s;   
}

.inner-content{
    position: relative;
}

.inner-box1::before{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    content: "";
    width: 100%;
    height: 0;    
    transition: 0.6s;
}

.inner-box1:hover::before{
    position: absolute;
    top: 0;
    left: 0;   
    height: 100%;    
}

.inner-box2 {
    padding: 30px;
    box-shadow: rgb(117 17 50) 0px 0px 30px;
}

.contact-wrap1 {
    text-align: center;
}

.contact-wrap1 .address-icon-holder1 {
    float: none;
    margin: auto;
    position: relative;
    z-index: 1;
    color: #ffffff;
    border: 5px solid #ffffff;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 25px;
    border-radius: 50%;
    background-color: #751132;
}

.contact-wrap1 .address-icon-holder1:before {
    display: none;
}

.contact-wrap1 .address-content {
    /*background-color: #eee;*/
    padding: 60px 10px 20px;
    margin-top: -40px;
    min-height: 187px;
    border-top: 5px solid #000;
    box-shadow: 0 0 10px #dfdfdf;
    border-radius: 20px 20px 0 0;
}

.contact-wrap1 .address-content strong {
    font-size: 18px;
}

.contact-wrap1 .address-content1 {
    background-color: #eee;
    padding: 60px 15px 20px;
    margin-top: -40px;
}

.contact-wrap1 .address-content p a:hover {
    color: #2c4b72;
}

.bg-right-red,
.bg-left-red {
    position: relative;
}

.bg-right-red::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    height: 100%;
    background-color: #751132;
    content: '';
}

.bg-left-red::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    height: 100%;
    background-color: #751132;
    content: '';
}

.pdf-btn{
    background-color: #751132;
    color: #fff;
    padding: 15px 25px;
}

.pdf-btn:hover,
.pdf-btn:focus{   
    color: #fff;    
}

.about-img{
    position: relative;
}

.about-img img{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%
}

.about-sec1{
    position: relative;
}

.about-sec1 img{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;    
}

.delivery-bg-right-red{
    position: relative;
}

.delivery-bg-right-red::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #751132;
    content: '';
    clip-path: circle(81% at 92% 51%);
}

.p-100{
    padding: 50px 50px 100px;
}

.delivery-sec-1{
    clip-path: polygon(0 0, 100% 0%, 100% 76%, 50% 100%, 0 76%);
}

.timber-frame-bg-left-red{
    position: relative;
}

.timber-frame-bg-left-red::before{
    position: absolute;
    top: 0;
    right: 0;
    width: 67%;
    height: 100%;
    background-color: #751132;
    content: '';
    z-index: -1;   
}

.timber-frame-sec2{
    position: relative;
}

.timber-frame-sec2 img{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}

.timber-frame-sec2-box{
    position: relative;
    padding: 50px;
    background-color: #751132;
    color: #fff;
    margin-right: -100px;
    z-index: 2;
}

.what-we-do-banner{
    padding: 150px 50px;
}

.wwd-sec-bg-left-red,
.wwd-sec-bg-right-red{
    position: relative;
}

.wwd-sec-bg-right-red::before{
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    background-color: #751132;
    content: '';
    clip-path: polygon(10% 0, 100% 1%, 100% 100%, 10% 100%, 0% 50%);
    
}

.wwd-sec-bg-left-red::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    background-color: #751132;
    content: '';
    clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
    
}

.delivery-inner-box{
    padding: 30px;    
    background-color: #751132;
    color: #fff;
    width: 100%;    
    transition: 6s;
}

.delivery-inner-box:hover{   
    background-color: #000;
    color: #fff;    
}

.deliver-box{
    border: 1px solid #fff;
    text-align: center;
    background-color: #000;
    padding: 10px;
    margin-bottom: 15px;
    transition: 0.6s;
}

.deliver-box:hover{
    background-color: #fff!important;
    color: #000;
}

.delivery-inner-box:hover .deliver-box{
    background-color: #751132;
}

.border-25{
    border: 15px solid #751132;
}

.attic-bg-left-red,
.attic-bg-right-red{
    position: relative;
}

.attic-bg-left-red::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background-color: #000;
    content: '';
    clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
    z-index: -1;
}

.attic-bg-right-red::before{
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background-color: #751132;
    content: '';
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
    z-index: -1;
}

.attic-inner-box{
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.6s;
}

.attic-inner-box-active{
    background: linear-gradient(#000000 10%, #751132 90%);
   color: #fff;
   padding: 30px;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   transition: 0.6s;
}

.attic-inner-box-active h2{
    color: #fff;
}

.attic-inner-box:hover{
    background: linear-gradient(#000000 10%, #751132 90%);
   color: #fff;
}

.attic-inner-box:hover h2{
    /* background-color: #751132; */
    color: #fff;
 }

 .sec_border_1{
    border: 4px solid #751132;
    transition: 1s;
}

.trusted_new_box{
    -webkit-box-shadow: 0 0 36px 9px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    display: block;
    position: relative;
    border-left: 2px solid #d9d9d9;
    background-color: #751132;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    transition: all 0.3s linear;
    overflow: hidden;
}
.trusted_new_box-content{
    position: relative;
    z-index: 1;
}
.trusted_new_box:before, .overlap-hover-effect:before{
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background: #000;
    transform: skew(359deg);
    transition-duration: 2s;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.trusted_new_box:after, .overlap-hover-effect:after{
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    right: -25%;
    width: 0%;
    background: #000;
    transform: skew(359deg);
    transition-duration: 2s;
    clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
}
.trusted_new_box:hover::after,.overlap-hover-effect:hover:after {
    width: 180%;
}
.trusted_new_box:hover:before,.overlap-hover-effect:hover:before {
    width: 180%;
}
.trusted-bg.bg-right-red:before{
    background: linear-gradient(#000000 10%, #751132 90%);
    clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
}

.abslt-bottom-div {
    position: relative;
    padding: 20px 20px 20px 20px;
    background: #751132;
    margin-top: 20px;
}
.box-shadow1 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.imglogo {
    text-align: center;
}
.imglogo img {
    width: 190px;
    height: 120px;
    border-radius: 0;
    border: 7px solid #fff;
    margin-top: -60px;
    background: #751132
}
.faq-one_image-column {
    position: relative;
    margin-bottom: 30px;
}
.faq-one_images-outer {
    position: relative;
    text-align: right;
    padding-right: 50px;
}
.faq-one_image {
    position: relative;
    border-radius: 350px;
    display: inline-block;
}
.faq-one_image::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background:linear-gradient(to bottom, #b72b59, #e3dcde);
    border-radius: 350px;
}
.faq-one_image-two {
    position: absolute;
    right: -100px;
    bottom: 0px;
    z-index: 1;
    border-radius: 350px;
    display: inline-block;
    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}
.faq-one_image-two img {
    position: relative;
    overflow: hidden;
    border-radius: 350px;
}
.faq-one_image-two::before {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(to bottom, #d10e73, #ffffff);
    border-radius: 360px;
}
.faq-one_image img {
    position: relative;
    overflow: hidden;
    border-radius: 350px;
}
.curvebg-list li{
    position: relative;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 10px 20px 10px 55px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.list1.curvebg-list li:before{
    top: 50%;
    left: 10px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-color: rgba(0, 13, 255, 1);
    border-radius: 50%;
    background: #751132;
    background: radial-gradient(circle,rgba(117, 17, 50, 1) 0%, rgba(15, 15, 15, 1) 100%);
}
.list5.midlecontent-wrapbg-white li{
    background-color: #ffffff;
}
.radious-section{
    border-radius: 40px;
}
.hoverchangeimg-sec{
    position: relative;
}
.custompadding-oxf{
    padding-top: 80px;
    padding-bottom: 80px;
}
.hoverchangeimg-sec .hover_change_img .hoverbackimg{
    display: none;
}
.hoverchangeimg-sec .hover_change_img:hover .hoverbackimg{
    display: block;
}
.hoverchangeimg-sec .hover_change_img:hover .frontimg{
    display: none;
}
.absltimg-home{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.teext-white-w{
    color: #ffffff;
}
.listcircle-c.list1 li:before{
    font-size: 18px;
    color: #751132;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    top: 3px;
}
.hoverbox-feature{
    min-height: 210px;
}
.hoverbox-feature-content{
    position: relative;
    z-index: 1;
}
.hoverbox-feature {
    padding: 25px;
    border: 1px solid #e4ecf9;
    position: relative;
    z-index: 1;
    background: #fff;
    margin-bottom: 0;
}
.border-hoverboxes .hoverbox-feature{
    border-radius: 0;
}
.border-hoverboxes .hoverbox-feature::before,.border-hoverboxes .hoverbox-feature::after{
    content: " ";
    width: 50px;
    height: 50px;
    position: absolute;
    border: 0px solid #fff;
    transition: all 1s;
}
.border-hoverboxes .hoverbox-feature::before{
    bottom: -1px;
    right: -1px;
    border-right: 5px solid #c2c2c2;
    border-bottom: 5px solid #751132;
    background: transparent;
    opacity: 1;
    left: auto;
}
.border-hoverboxes .hoverbox-feature::after{
    top: -1px;
    right: -1px;
    border-top: 5px solid #c2c2c2;
    border-right: 5px solid #751132;
    left: auto;
}
.border-hoverboxes .hover-trig:hover .hoverbox-feature::before,.border-hoverboxes .hover-trig:hover .hoverbox-feature::after{
    width: 100%;
    height: 100%;
}
.border-hoverboxes .hover-trig:hover .hoverbox-feature{
    border-radius: 0;
}
.border-hoverboxes-1 .hoverbox-feature{
    border-radius: 0;
}
.border-hoverboxes-1 .hoverbox-feature::before,.border-hoverboxes-1 .hoverbox-feature::after{
    content: " ";
    width: 50px;
    height: 50px;
    position: absolute;
    border: 0px solid #fff;
    transition: all 1s;
}
.border-hoverboxes-1 .hoverbox-feature::before{
    bottom: -1px;
    right: -1px;
    border-right: 5px solid #751132;
    border-bottom: 5px solid #c2c2c2;
    background: transparent;
    opacity: 1;
    left: auto;
}
.border-hoverboxes-1 .hoverbox-feature::after{
    top: -1px;
    right: -1px;
    border-top: 5px solid #751132;
    border-right: 5px solid #c2c2c2;
    left: auto;
}
.border-hoverboxes-1 .hover-trig:hover .hoverbox-feature::before,.border-hoverboxes-1 .hover-trig:hover .hoverbox-feature::after{
    width: 100%;
    height: 100%;
}
.border-hoverboxes-1 .hover-trig:hover .hoverbox-feature{
    border-radius: 0;
}
.single_service_items {
    padding: 0;
    position: relative;
    /* height: 420px; */
    width: 100%;
    border-radius: 70% 30% 50% 50% / 60% 53% 47% 40%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: linear-gradient(140.51deg, #FEFBFB 19.45%, #FCFBFE 88.84%);
}
.innercontttn{
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 70% 30% 50% 50% / 60% 53% 47% 40%;
    padding: 70px 100px 90px 100px;
}
.single_service_items .icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.single_service_items::before {
    transition: all 0.4s ease-in-out;
    position: absolute;
    opacity: 1;
    top: 0%;
    left: 0%;
    z-index: 0;
    content: "";
    clear: both;
    width: 100%;
    height: 100%;
    background: linear-gradient(96.87deg, rgba(230, 76, 98, 0.1) 4.82%, rgba(101, 42, 171, 0.1) 96.93%);
    border-radius: 61% 39% 29% 71% / 52% 67% 33% 48%;
}
.single_service_items::after {
    transition: all 0.4s ease-in-out;
    position: absolute;
    opacity: 1;
    top: 0%;
    left: 0%;
    z-index: 0;
    content: "";
    clear: both;
    width: 100%;
    height: 100%;
    background: linear-gradient(96.87deg, #751132 4.82%, #98596e 96.93%);
    border-radius: 61% 39% 29% 71% / 52% 67% 33% 48%;
}
.single_service_items::before {
    transition: all 0.4s ease-in-out;
    position: absolute;
    opacity: 0;
    top: 0%;
    left: 0%;
    z-index: -1;
    content: "";
    clear: both;
    width: 100%;
    height: 100%;
    background: linear-gradient(96.87deg, rgba(230, 76, 98, 0.1) 4.82%, rgba(101, 42, 171, 0.1) 96.93%);
    border-radius: 61% 39% 29% 71% / 52% 67% 33% 48%;
}
.single_service_items:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 1px 0px;
}
.single_service_items:hover:after{
    opacity: 1;
    border-radius: 105% 34% 83% 40% / 92% 76% 67% 42%;
}
.surrey-page-section-5.img-prop-section .img1 img{
    width: 500px;
    opacity: 1;
}
.surrey-page-section-5.img-prop-section .img3prop{
    position: absolute;
    right: 0;
    bottom: 0;
}
.surrey-page-section-5.img-prop-section .img3prop img{
    width: 570px;
    opacity: 1;
}
.westsussex-sec .vertiline::after{
    height: 140px;
    width: 3px;
}
.threebox-section {
    position: relative;
    overflow: hidden;
}
.case_study_style_two {
    position: relative;
    border: 15px solid #fff;
    border-radius: 15px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.case_study_style_two_thumb {
    position: relative;
    z-index: 1;
    text-align: center;
}
.case_study_style_two_thumb:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(19 19 19 / 63%);
    content: "";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 10px;
}
.case_study_style_two_content .curvebg-list li{
    background-color: #ffffff5c;
    color: #ffffff;
}
.case_study_style_two_content {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    background: transparent;
    width: 100%;
    margin: auto;
    border-radius: 5px;
    padding: 0 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    text-align: left;
}
.threebox-section::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 50%;
    height: 60%;
    background: #751132;
    content: "";
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-5px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.modal-content .btn-close {
    position: absolute;
    background-color: #fff;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: -23px;
    top: -19px;
    z-index: 9;
    border: 1px solid #000;
}
.modal-xl {
    --bs-modal-width: 80% !important;
}
.click-on{
    line-height: 0 !important;
}
.modal{
    z-index: 9999;
}
/*----- down faq css------*/


.nav-tabs .nav-link {
    background: #fff;
    border: 1px solid #75113259;
    border-radius: 10px;
    padding: 15px 20px;
    color: #751132;
    transition: all 0.3s ease-in-out;
    /* height: 100px; */
    width: 250px;
}


.nav-tabs .nav-link:hover {
    background: #f8f9fa;
}


.nav-tabs .nav-link.active {
    background: #751132;
    color: #fff;
    border-color: #751132;
    box-shadow: 1px 1px 5px rgba(0, 123, 255, 0.3);
    transform: scale(1.1);
}
.bi-file-earmark-arrow-down{
    font-size:30px
}


.tab-content {
    margin-top: 30px;
    background: #fff;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .download-main-b .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
}

@media (min-width: 992px) {

    
    .download-main-b .tab-pane.accordion-item {
        border: 1px solid #dee2e6;
        border-radius: 10px;
        background: #fff;
    }

    
    .download-main-b .tab-pane.accordion-item:not(.show) {
        border-top: 1px solid #dee2e6;
    }
}
.pdf-box {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 2px solid #ddd;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
    width:100%
}
.pdf-box:hover {
    background-color: #f8f9fa;
}
.pdf-box i {
    margin-right: 10px;
    font-size: 30px;
    color:#751132
}
.pdf-box p{
    text-transform: uppercase;
}
 
.pdf-box a{
    display: flex;
    align-items: center;
}
 
.why-choose-top-section {
    background: url('../images/bg-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 90px 0 0px;
    height: 300px;
    margin-bottom: -35px;
}
 
.hendrio-section-title h4 {
    font-size: 16px;
    color:#912878;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 8px;
}
.tab-content{
    padding: 20px;
    background: #fff;
}
.hendrio-section-title h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}
 
.why-choose-section {
    padding: 0px 0 70px;
    position: relative;
}
.why-choose-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(248 249 250);
    z-index: -1;
}
.why-choose-section .tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}
.why-choose-section .nav-tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    border-bottom: 0;
    text-align: center;
    width: 100%;
}
.why-choose-section .nav-tabs li {
    line-height: 38px;
    margin-bottom: 30px;
    /* width: 33%; */
    position: relative;
    display: inline-block;
}
.why-choose-section .nav-tabs li a {
    font-size: 18px;
    line-height: 1.4;
    /* background: url('../images/tab-shape-white.png'); */
    background-color: #fff;
    border: 2px solid #751132;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #751132;
    font-weight: 600;
    display: block;
    outline: none;
    padding: 15px 30px;
    transition: all 0.5s ease-in-out;
    margin: 0 10px;
    border-radius: 5px 35px 35px 35px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-color: transparent;
}
.tabs_item {
    display: none;
    padding: 30px 0;
}
.why-choose-section .nav-tabs li a.active {
    background-image: none;
    background-color: #751132 !important;
    color: #fff;
    background-repeat: no-repeat;
}
.why-choose-section .nav-tabs li .active:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 30px;
    bottom: -7px;
    margin: auto;
    width: 23px;
    transform: rotate(45deg);
    transition: .5s;
    border: 18px solid;
    border-right-color: #751132;
    border-top-color: transparent;
    border-left-width: 0;
    border-left-color: transparent;
    border-bottom-width: 0;
}
.why-choose-section .tab-thumb img{
    padding: 8px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
 
button.accordion {
    width: 100%;
    background-color: #f1cfba !important;
    border: none;
    /*margin-bottom: 10px;*/
    outline: none;
    text-align: left;
    padding: 15px 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s linear;
    font-family: 'Quicksand';
}
.accordion-body {
    letter-spacing: 0.05em;
    /* border: 0.5px solid #000; */
    border-top: 0;
}
.accordion-button:focus{
    border-color: transparent !important;
    box-shadow: none;
}
.accordion-body p{
    margin-bottom: 0;
}
.accordion-button:not(.collapsed){
    color: #fff;
    background-color: #751132;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after{
    background-image: none !important;
   content: "\F282";
   font-family: bootstrap-icons !important;
   color: #fff;
   font-size: 20px;
}
 .download-page li{
    margin: 0 10px;
 }
/*----------*/

.testimonial-box{
    padding: 30px;
    border: 1px solid #751132;
    margin-top: 30px;
    border-left: 8px solid #751132;
}

.testimonial-box i{
    font-size:60px;
    color: #751132;
}

@media screen and (max-width: 1700px) {

    .absltimg-home{
        position: relative;
    }
}
@media screen and (max-width: 767px) {
    .testimonials-box {
        padding: 0px;
    }
}
/* col-xxl */

@media (min-width: 1399px) and (max-width:1700px) {

    .cwdesign-nav-toggle.active i:before,
    .cwdesign-nav-toggle.active i:after {
        background: #751132 !important;
    }

    .cwdesign-nav-toggle.active {
        background: transparent;
        border: none;
    }
    .faq-one_image-two{
        right: 0;
    }
    .threebox-section::before{
        width: 78%;
    }
}

/* col-xl */
@media (min-width: 1300px) and (max-width:1400px) {
    .new-areas-list {
        padding: 12px 18px;
    }

    .faq-one_image-two{
        right: 0;
    }
    .border-box1 {
        min-height: 401px;
    }

    .border-box3 {
        min-height: 420px;
    }

    .border-box4 {
        min-height: 460px;
    }

    .border-box3.mh-auto {
        min-height: 300px;
    }

    .banner-text h2 {
        font-size: 36px;
    }

    .project-box .pro-content p {
        font-size: 24px;
    }

    .cwdesign-nav-toggle.active i:before,
    .cwdesign-nav-toggle.active i:after {
        background: #751132 !important;
    }

    .cwdesign-nav-toggle.active {
        background: transparent;
    }

    .grd-icon-box-1 .pro-text .title {
        font-size: 24px;
    }

    .top-contact-box .contact-box1 p {
        font-size: 16px;
    }

    .service_box.style_four .service_content .content_inner H2 {
        font-size: 16px;
    }

    .service_box.style_four .service_content .content_inner {
        padding: 0;
    }

    .banner-text {
        width: 70%;
        left: 15%;
        padding: 15px 35px;
        top: 46%;
    }

    .banner-text-content h1 {        
        font-size: 45px;        
    }

    .banner-text-content {
        padding: 30px;       
    }

    .head-text {
        left: 15%;
        top: 15%;
    }

    .btn-3 {
        margin: 0;
    }

    .absltimg-home{
        position: relative;
    }
    .leftside-patch-sec.half-gradient-bottom-section4 .bg-gradient-custom-4{
        height: 92%;
    }
    .vertiline-three::after{
        right: -5px;
    }
    .threebox-section::before{
        width: 78%;
    }
    .faq-one_image-two img{
        width: 260px;
    }
    .wiltshire-patchpro .imgfull{
        bottom: -8px;
    }
    .fullcircle-moon .icon img{
        width: 200px;
    }
}

@media (min-width: 1200px) and (max-width:1299px) {
    .new-areas-list {
        padding: 12px 7px;
    }
    
    .wiltshire-patchpro .imgfull{
        bottom: -8px;
    }
    .border-box1 {
        min-height: 430px;
    }

    .border-box2 {
        min-height: 420px;
    }

    .border-box2 {
        min-height: 420px;
    }

    .border-box4 {
        min-height: 530px;
    }

    .border-box3.mh-auto {
        min-height: 300px;
    }

    .call-box .icon {
        display: none;
    }

    .banner-text h2 {
        font-size: 40px;
    }

    .project-box .pro-content p {
        font-size: 21px;
    }

    .top-contact-box .contact-box1 p {
        font-size: 15px;
    }

    .cwdesign-nav-toggle.active i:before,
    .cwdesign-nav-toggle.active i:after {
        background: #751132 !important;
    }

    .cwdesign-nav-toggle.active {
        background: transparent;
    }

    .grd-icon-box-1 .pro-text .title {
        font-size: 20px;
    }

    .service_box.style_four .service_content .content_inner H2 {
        font-size: 16px;
    }

    .service_box.style_four .service_content .content_inner {
        padding: 0;
    }

    .bottom-text p {
        font-size: 10px;
    }
    .leftside-patch-sec.half-gradient-bottom-section4 .bg-gradient-custom-4{
        height: 92%;
    }
    .oxfordshire_page .testimonial-one_carousel-content{
        margin-left: 0;
    }
    .threebox-section::before{
        width: 78%;
    }
    .faq-one_image-two{
        right: 0;
    }
    .faq-one_image-two img{
        width: 240px;
    }
    .fullcircle-moon .icon img{
        width: 180px;
    }
}

/* col-lg */
@media (min-width: 992px) and (max-width:1200px) {
    .section2 .item .con {
        bottom: -70px;
    }

    .faq-one_image-two{
        right: 0;
    }
    .addresscontact {
        padding: 20px;
    }
    .leftside-patch-sec.half-gradient-bottom-section4 .bg-gradient-custom-4{
        height: 92%;
    }
    .threebox-section::before{
        width: 78%;
    }
    .threebox-section{
        background-color: #000000;
    }
    .case_study_style_two_thumb::before{
        display: none;
    }
    .case_study_style_two_content{
        position: static;
        transform: none;
        background: #751132;
        padding: 15px;
    }
    .threebox-section::before{
        display: none;
    }
    .fullcircle-moon .icon img{
        width: 150px;
    }
}

/*for mobile to small tab */
@media (min-width: 220px) and (max-width:991px) {
    .first-radius {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .about-img img{
        position: relative;       
        width: 100%;
        height: 100%
    }
    .bg-right-red::before {
        top: unset;
        width: 100%;
        height: 33%;
        bottom: 0;
    }
    .innercontttn{
        padding: 50px;
    }
    .bg-left-red::before {
        top: 0;
        width: 100%;
        height: 33%;
    }

    .mobile-menu {
        display: block;
        font-size: 20px;
        background: #fff;
        padding: 8px 20px;
        color: #292a60;
        cursor: pointer;
        margin: 0 auto;
        text-align: left;
    }

    .mobile-menu i {
        float: right;
    }

    .cwdesign-header {
        position: relative;
        padding-top: 8px;
        top: auto;
        padding-bottom: 8px;
        background: #fff;
    }

    .addresscontact {
        margin-bottom: 0;
    }

    .footer-widget {
        margin-bottom: 15px;
    }

    .grd-icon-box-1 {
        margin-bottom: 30px;
    }

    .m-parallax-bg {
        background-image: none !important;
        min-height: auto !important;
    }

    .cwdesign-header .cwdesign-logo img {
        width: 260px;
    }

    .border-box1 {
        min-height: auto;
        margin-bottom: 30px;
        padding: 20px;
    }

    .border-box2 {
        min-height: auto;
        margin-bottom: 30px;
        padding: 20px;
    }

    .border-box3 {
        min-height: auto;
        margin-bottom: 30px;
        padding: 20px;
    }

    .border-box4 {
        min-height: auto;
        margin-bottom: 30px;
        padding: 20px;
    }

    .contact-detail {
        margin-bottom: 30px;
    }

    .banner-text h2 {
        font-size: 40px;
    }

    .call-box {
        margin-bottom: 20px;
    }

    .banner-text {
        width: 80%;
        left: 10%;
    }

    .imgtwo {
        text-align: center;
    }

    /* #exampleModal .modal-dialog {
        max-width: 90%;
        top: 60%;
    } */
    .wiltshire-patchpro .imgfull {
      position: relative;
      right: 0;
    }
    .booking-wrapper {
        position: relative;
        bottom: auto;
        padding: 30px 0;
        background: #141414;
    }

    .rooms1 p {
        margin-bottom: 15px;
    }

    .rooms1 .item {
        margin-bottom: 0;
    }

    .rooms1 .item .wrap .arrow {
        transform: none;
        visibility: visible;
        opacity: 1;
    }

    .cwdesign-nav-toggle i,
    .cwdesign-nav-toggle i:before,
    .cwdesign-nav-toggle i:after {
        background: #751132 !important;
    }

    .cwdesign-nav-toggle i,
    .cwdesign-nav-toggle i:before,
    .cwdesign-nav-toggle i:after {
        height: 3px;
    }

    .cwdesign-nav-toggle i:before {
        top: -6px;
    }

    .cwdesign-nav-toggle i:after {
        bottom: -6px;
    }

    .features-area .features-item {
        margin-bottom: 30px;
        margin-top: 0;
        display: block;
    }

    .video-bg {
        height: 100%;
    }

    .video-bg video {
        min-height: auto;
    }

    .cwdesign-nav-toggle i,
    .cwdesign-nav-toggle i:before,
    .cwdesign-nav-toggle i:after {
        background: #fff !important;
    }
    .border-r{
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .benefits-of-timber-frame-construction.bg-right-red::before{
        clip-path: none !important;
    }
    .environmental-benefits.bg-left-red:before{
        display: none;
    }
    .attic-bg-right-red::before{
        width: 100%;
        clip-path: none;
    }
    .attic-bg-left-red::before{
        width: 100%;
        clip-path: none;
    }
    .timber-frame-bg-left-red::before{
        width: 100%;
    }
    .timber-frame-sec2 img{
        position: relative;
        width: 100%;
    }
    .timber-frame-sec2-box{
        margin-right: 0;
    }
    .trusted-bg.bg-right-red:before{
        display: none;
    }
    .pt-130{
        padding-top: 40px !important;
    }
    .timber-frame-sec2-box{
        padding: 20px !important;
    }
    .about-sec1 img{
        position: relative;
        width: 100%;
        padding-bottom: 20px;
    }
    .wwd-sec-bg-right-red::before{
        width: 100%;
        clip-path: none;
    }
    .wwd-sec-bg-left-red::before{
        width: 100%;
        clip-path: none;
    }
    .delivery-bg-right-red::before{
        display: none;
    }
    .what-we-do-banner{
        padding: 40px 20px;
    }
    .p-100 {
        padding: 20px 20px 70px;
    }
    .bg-img-section{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .testimonial-one_carousel-content::before,
    .testimonial-one_carousel-content::after{
        display: none;
    }
    .testimonial-one_carousel-content{
        padding: 30px;
        margin-left: 0;
    }
    .img-radius-insetshadow{
        border-radius: 0;
    }
    .boxhover-3d .content-inner{
        height: auto;
    }
    #leftcontent .content-inner::before,
    #leftcontent .content-inner::after,
    .boxhover-3d .content-inner::before,
    .boxhover-3d .content-inner::after{
        display: none;
    }
    .img-absl img {
      position: relative;
      height: auto;
      width: auto;
      top: auto;
      bottom: auto;
      z-index: 1;
    }
    .list-inline-btn{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .list-inline-btn li{
        display: block;
    }
    .west-sussex-body .delivery-sec-1,
    .img-prop-section.delivery-sec-1 {
      clip-path: none;
    }
    .vertiline-three::after{
        display: none;
    }
    .half-gradient-bottom-section4 .bg-gradient-custom-4{
        display: none;
    }
    .half-gradient-bottom-section4.overlap3::before {
      background-color: rgba(117, 17, 50, 0.83);
    }
    .custompadding-oxf {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .favorite-tools-10__bg__shape{
        z-index: -1;
    }
    .threebox-section{
        background-color: #000000;
    }
    .case_study_style_two_thumb::before{
        display: none;
    }
    .case_study_style_two_content{
        position: static;
        transform: none;
        background: #751132;
        padding: 15px;
    }
    .threebox-section::before{
        display: none;
    }
    .toptobt-gradient-design-2 .bg-gradient-custom-4{
        height: 100%;
    }
    .faq-one_image-two{
        position: static;
    }
    .productrange-sectwo-tab .dflexabslt-content h3{
        font-size: 15px;
    }
    .pro-rangebody .flat-and-pitched-roof-joists-diagram-click .btnnew-cirlceplus,
    .pro-rangebody .flat-and-pitched-roof-joists-diagram-click img{
        width: 40px;
        height: 40px;
    }
    .dflexabslt-content.d-flex {
        gap: 15px;
    }
    .pro-rangebody .flat-and-pitched-roof-joists-diagram-click.tmbrframe-sec-point {
        position: absolute;
        top: auto;
        left: 9%;
        transform: translateY(-40%) !important;
        bottom: 16%;
    }
    .pro-rangebody .flat-and-pitched-roof-joists-diagram-click.floorsytm-sec-point{
        right: 1%;
    }
    .pro-rangebody #nav-profile .flat-and-pitched-roof-joists-diagram-click.tmbrframe-sec-point {
        position: absolute;
        top: auto;
        left: 5%;
        transform: translateY(-40%) !important;
        bottom: 22%;
    }
}

/* col-md */
@media (min-width: 768px) and (max-width:991px) {
    .home-slide {
        position: relative !important;
    }

    .project-box .pro-content p {
        font-size: 18px;
    }

    .pro-icon img {
        width: 50%;
    }

    .form1 .col1,
    .form1 .col2,
    .form1 .col3 {
        width: 100%;
    }

    .form1 .c2 {
        border-right: none;
    }

    .head-text {
        left: 10%;
    }
    .single_service_items.fullcircle-moon, .single_service_items.fullcircle-moon::before, .single_service_items.fullcircle-moon .innercontttn {
        border-radius: 5px;
        margin-bottom: 25px;
    }
}

/* for all mobile */
@media (min-width: 220px) and (max-width:767px) {
    
    .cwdesign-menu ul li span a {
        color: #fff!important;
        text-decoration: none;
        position: relative;
        padding: 0;
        font-family: inherit;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .bg-right-red::before {
        top: unset;
        width: 100%;
        height: 20%;
        bottom: 0;
    }
    .list-inline-btn li{
        display: block;
        padding: 8px;
    }
    .bg-left-red::before {
        top: 0;
        width: 100%;
        height: 20%;
    }
    .single_service_items .icon{
        display: none;
    }
    .cwdesign-wrap {
        z-index: 999;
    }

    .cwdesign-header .cwdesign-logo img {
        width: 200px;
        /*max-width: 220px;*/
    }

    .cwdesign-wrap {
        background-color: #000;
        border-left: 1px solid #000;
    }

    .cwdesign-menu>ul>li>a,
    .cwdesign-menu i,
    .cwdesign-menu-footer div.reservation .call {
        color: #fff;
    }

    .cwdesign-menu ul ul li a,
    .cwdesign-menu-sub ul li a:before {
        color: #fff;
    }

    .section2 .item .con {
        position: relative;
        bottom: 0;
        background: #000;
    }

    .third-box {
        padding: 30px;
    }

    .home-parallax h1 {
        font-size: 28px;
        line-height: 35px;
    }

    .parallax-window {
        height: 350px;
    }

    .banner-text {
        width: 90%;
        left: 5%;
        padding: 0px;
    }

    .imgtwo img {
        margin-bottom: 20px;
    }

    .horizental-bar {
        display: none;
    }

    .pro-img {
        text-align: center;
    }

    .project-box {
        margin-bottom: 30px;
    }

    .form1 .col1,
    .form1 .col2,
    .form1 .col3 {
        width: 100%;
    }

    .grd-icon-box-1 .pro-text .arrow {
        visibility: visible;
        opacity: 1;
    }

    .head-text {
        left: 5%;
        width: 100%;
    }

    .banner-text-content {
        padding: 20px;
    }
    .wwd-sec-bg-left-red::before,
    .wwd-sec-bg-right-red::before{
        width: 100%;
        clip-path: none;
    }
    .boxhover-3d .content-inner{
        height: auto;
    }
    #leftcontent .content-inner::before,
    #leftcontent .content-inner::after,
    .boxhover-3d .content-inner::before,
    .boxhover-3d .content-inner::after{
        display: none;
    }
    .img-absl img {
      position: relative;
      height: auto;
      width: auto;
      top: auto;
      bottom: auto;
      z-index: 1;
    }
    .list-inline-btn{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pro-rangebody .img-prop-section .single_service_items .icon {
        display: block;
    }
    .single_service_items.fullcircle-moon, .single_service_items.fullcircle-moon::before, .single_service_items.fullcircle-moon .innercontttn {
        border-radius: 5px;
        margin-bottom: 15px;
    }
}

/* col-xs */
@media (min-width: 220px) and (max-width:575px) {
    .addresscontact {
        padding: 15px;
    }

    .heading-h2 {
        font-size: 30px;
    }

    .news-section .item .con {
        margin: 0 10px;
        padding: 20px;
        bottom: 13px;
    }

    .btn-3 {
        font-size: 14px;
        padding: 6px 16px;
    }

    .banner-text-content h1 {
        font-size: 20px;
    }

    .inner-box2 {
        padding: 15px;
    }

    .banner-text-content h5 {
        font-size: 15px;
    }

    .partner-logo {
        margin-bottom: 20px;
        /*box-shadow: none;*/
    }

    .partner-logo img {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .contactfrm {
        padding: 20px 15px;
    }

    .call-box .icon {
        display: none;
    }

    .call-box .content {
        padding-left: 0px;
    }

    .banner-video video {
        height: 400px;
    }

    .banner-text-content p {
        display: none;
    }

    .project-box .pro-content p {
        font-size: 23px;
    }

    .top-contact-box .icon-box i {
        width: 18px;
        font-size: 18px;
    }

    .contact-box1 p {
        font-size: 12px;
    }

    .top-contact-box {
        padding: 18px 12px;
    }

    .grd-icon-box-1 {
        padding: 20px 20px 80px 20px;
    }

    .grd-icon-box-1 .pro-text {
        left: 15%;
        right: 7%;
    }

    .grd-icon-box-1 .pro-text .title {
        font-size: 14px;
    }

    .grd-icon-box-1 .pro-text .arrow a {
        width: 40px;
        height: 40px;
    }

    .chain .chain-wrap {
        padding: 0 15px 15px 15px;
    }

    .banner-video {
        height: auto;
    }

    .head-text {
        top: 20%;
    }

    .head-text p {
        font-size: 11px;
        padding-left: 40px;
    }

    .head-text p:before {
        width: 30px;
    }

    .banner-text-content {
        padding: 20px;
    }

    .home-parallax h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .m-parallax-bg {
        border: none !important;
    }

    .bg-right-red::before {
        height: 10%;
    }

    .bg-left-red::before {
        height: 10%;
    }

    .inner-box {
        padding: 15px;
    }

    .parallax-window {
        height: 200px;
    }
    .pdf-btn {
        padding: 15px 6px;
    }
    .Span-chart-table-container{
        overflow-x:scroll;
        overflow-y:hidden;
    }
    .Span-chart-table{
        overflow-x: auto;
        width: 270%;
    }
    .testi-box{
        clip-path: none;
    }
    .testimonial-one_carousel-content{
        padding: 15px;
        margin-left: 0;
    }
    .list-inline-btn {
        display: block;
    }
    .layout-3-over-img{
        padding: 15px;
    }
    .experiance-one_years-inner{
        padding: 15px;
    }
    .innercontttn{
        border-radius: 0;
        padding: 15px;
    }
    .single_service_items::before,
    .single_service_items::after{
        border-radius: 95px;
    }
    .faq-one_images-outer{
        padding-right: 0;
        margin-top: 30px;
    }
    .list1.curvebg-list li::before{
        width: 17px;
        height: 17px;
        line-height: 17px;
        font-size: 14px;
        top: 15px;
        transform: none;
    }
    .curvebg-list li{
        padding: 10px 20px 10px 40px;
    }
    
    .pro-rangebody .flat-and-pitched-roof-joists-diagram-click .btnnew-cirlceplus,
    .pro-rangebody .flat-and-pitched-roof-joists-diagram-click img{
        width: 25px;
        height: 25px;
    }
    .pro-rangebody .flat-and-pitched-roof-joists-diagram-click.tmbrframe-sec-point {
        position: absolute;
        top: auto;
        left: -1px;
        transform: translateY(-40%) !important;
        bottom: 6%;
    }
    .pro-rangebody .flat-and-pitched-roof-joists-diagram-click.floorsytm-sec-point {
        right: -6%;
        bottom: 13%;
    }
    .pro-rangebody #nav-profile .flat-and-pitched-roof-joists-diagram-click.tmbrframe-sec-point {
        position: absolute;
        top: auto;
        left: -12px;
        transform: translateY(-40%) !important;
        bottom: 6%;
    }
    .productrange-sectwo-tab .nav-tabs {
        display: flex;
        border: 0;
        flex-direction: row;
    }
    .productrange-sectwo-tab .nav-link h5 {
        font-size: 15px;
    }
    .productrange-sectwo-tab .nav-tabs .nav-link{
        width:50%;
    }
    .productrange-sectwo-tab .dflexabslt-content h3 {
        font-size: 12px;
    }
    
    .testimonial-box {
        padding: 15px;
    }
}