* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body.modal-open {
    overflow: hidden !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat';
    line-height: 1.5;
    color: #1e1e1e;
    font-size: 14px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1491px) {
    .container {
        max-width: 1406px;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display';
}

h2 {
    font-size: 45px;
    font-weight: 400;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

.fonts-1 {
    font-size: 20px;
}

.fonts-2 {
    font-size: 18px;
}

.fonts-3 {
    font-size: 16px;
}

.fonts-4 {
    font-size: 16px;
}

.fonts-5 {
    font-size: 12px;
}

.font-mons {
    font-family: 'Montserrat';
}

.font-play {
    font-family: 'Playfair Display';
}

.spacer {
    height: 100px;
}

.spacer.small {
    height: 60px;
}

ul {
    list-style-type: none;
}

.btn {
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s ease-in-out;
    text-align: center;
    padding: 11px 44px;
    border-radius: 40px;
    color: #fff;
    border-radius: 1px solid;
}

.btn:hover {
    text-decoration: none;
    font-weight: 400;
}

.tbtn-primary {
    background-color: #bb7115;
    border: 2px solid #bb7115;
}

.tbtn-primary:hover,
.tbtn-primary:active {
    color: #fff;
    border-color: #fff;
}

.tbtn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(187, 113, 21, 0.36);
    color: #fff;
}

.tbtn-secondary {
    color: #bb7115;
    border: 2px solid #725700;
}

.tbtn-secondary:hover {
    background-color: #bb7115;
    color: #fff;
    border-color: #bb7115;
}

.tbtn-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(187, 113, 21, 0.36);
}

.tbtn-white {
    border: 2px solid #fff;
}

.tbtn-white:hover,
.tbtn-white:active {
    color: #fff;
    background-color: #bb7115;
}

.tbtn-white:focus {
    box-shadow: 0 0 0 .25rem rgba(187, 113, 21, 0.36);
    color: #fff;
}

.btn-ptsecondary {
    background: #dbdc1f;
    box-sizing: border-box;
    clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 20px 100%, 0% 50%);
    -webkit-clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 20px 100%, 0% 50%);
    padding: 2px;
    display: inline-block;
}

.btn-tsecondary {
    display: inline-block;
    min-width: 190px;
    min-height: 50px;
    background: #fff;
    box-sizing: border-box;
    clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 20px 100%, 0% 50%);
    -webkit-clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 20px 100%, 0% 50%);
    border: none;
    padding: 12px 37px;
}

.btn-tsecondary:hover {
    background-color: #dbdc1f;
    color: #323e48;
}

.bg-themecolor {
    background-color: #16202e;
    color: #fff;
}

.bg-gray {
    background-color: #f3f3f3;
}

.headline {
    position: relative;
    padding-bottom: 24px;
}

.headline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 94px;
    height: 3px;
    background-color: #fff;
    width: 100%;
}

.headline.colored:after {
    background-color: #bb7115;
}

.headline.center {
    text-align: center;
}

.headline.center:after {
    left: 50%;
    transform: translateX(-50%);
}

.bg-design {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.bg-design:before {
    position: absolute;
    content: "";
    left: 0;
    background-image: url(https://kilbirnie.saydev.co.uk/wp-content/uploads/2022/10/circilebg-design.png);
    top: 25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    padding: 8.3% 4.2%;
    opacity: 0.7;
    z-index: -1;
}

.bg-design::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(https://kilbirnie.saydev.co.uk/wp-content/uploads/2022/10/line-shape-design.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding: 10.35% 23.4%;
    z-index: -1;
    right: -14%;
}

.bg-design.revert::before {
    left: unset;
    right: 0;
    transform: rotate(180deg);
}

.bg-design.revert::after {
    right: unset;
    left: -14%;
    transform: scale(-1, 1);
}

.beforenone::before,
.afternone::after {
    display: none;
}

.allWysiwyg-text h2 {
    margin-bottom: 24px;
}

.allWysiwyg-text p {
    line-height: 1.8;
    margin-bottom: 25px;
}

.allWysiwyg-text p:last-child {
    margin-bottom: 0;
}

.left-webs-bg {
    position: relative;
    z-index: 0;
}

.left-webs-bg::before {
    background-image: url(https://kilbirnie.saydev.co.uk/wp-content/uploads/2022/10/detail-sec-left-1.png);
    left: 0;
    top: 0;
    width: 25%;
    background-size: auto;
    background-position-y: 66%;
    content: "";
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    height: 100%;
    z-index: -1;
}

.circle-aimage {
    position: relative;
    z-index: 0;
}

.circle-aimage::after {
    position: absolute;
    content: "";
    right: 0;
    background-image: url(https://kilbirnie.saydev.co.uk/wp-content/uploads/2022/10/circilebg-design.png);
    top: 25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding: 8.3% 4.2%;
    opacity: 0.7;
    z-index: -1;
    transform: rotate(180deg);
}

section {
    scroll-margin-top: 80px;
}


/************ popup css start *******/


/* body .modal.fade .modal-dialog {
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.modal.show .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
}

.modal.show .modal-dialog .modal-content .modal-body {
    padding: 0;
}

.modal .modal-content video {
    width: 100%;
    height: 100%;
}

.modal .btn-close {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 99;
    color: #fff;
    opacity: 1;
    font-size: 25px;
    background: unset;
    transition: 0.3s;
}

.modal .btn-close::before {
    font-family: "Font Awesome 6 Free";
    content: "\f00d";
    font-weight: 900;
}

.modal .btn-close:hover {
    opacity: 0.6;
}


/************ popup css end *******/

@media(max-width:1490px) {
    h2 {
        font-size: 32px;
        font-weight: 400;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 16px;
    }
    .spacer {
        height: 75px;
    }
    .modal.show .modal-dialog .modal-content .modal-body iframe {
        height: 585px;
    }
    .fonts-3 {
        font-size: 14px;
    }
    .fonts-4 {
        font-size: 14px;
    }
    .fonts-2 {
        font-size: 16px;
    }
    .spacer.small {
        height: 50px;
    }
}

@media(max-width:1199px) {
    h2 {
        font-size: 28px;
        font-weight: 400;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    .fonts-1 {
        font-size: 18px;
    }
    .fonts-2 {
        font-size: 16px;
    }
    .fonts-5 {
        font-size: 12px;
    }
    .fonts-6 {
        font-size: 12px;
    }
    .modal.show .modal-dialog .modal-content .modal-body iframe {
        height: 491px;
    }
}

@media(max-width: 991px) {
    .spacer {
        height: 55px;
    }
    .spacer.small {
        height: 35px;
    }
    .modal.show .modal-dialog .modal-content .modal-body iframe {
        height: 364px;
    }
    .btn {
        font-size: 14px;
    }
    .left-webs-bg::before {
        background-size: 100%;
        width: 34%;
        opacity: 1;
        background-position: top !important;
    }
}

@media(max-width: 767px) {
    .modal.show .modal-dialog .modal-content .modal-body iframe {
        height: 264px;
    }
    .headline {
        position: relative;
        padding-bottom: 16px;
    }
    .bg-design::before {
        background-image: url(https://kilbirnie.saydev.co.uk/wp-content/uploads/2022/10/circilebg-design.png);
        top: 3%;
        padding: 16.3% 8.2%;
    }
    .bg-design::after {
        padding: 16.35% 36.4%;
    }
}

@media(max-width: 575px) {
    .modal.show .modal-dialog .modal-content .modal-body iframe {
        height: 175px;
    }
}


/******** head of section start  *********/

.section-head-sec h2 {
    margin-bottom: 42px;
}

.section-head-sec {
    max-width: 1100px;
    margin: 0 auto 72px;
    text-align: center;
}

.section-head-sec p {
    margin-bottom: 0;
    line-height: 1.7;
    font-weight: 300;
}

@media(max-width: 991px) {
    .section-head-sec h2 {
        margin-bottom: 20px;
    }
    .section-head-sec {
        margin-bottom: 42px;
    }
}


/********** head of section start  *********/


/********* inner page section  start ************/

.inner-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 17% 0 12%;
    color: #fff;
    text-align: center;
    position: relative;
}

.inner-banner h1 {
    font-size: 59px;
    font-weight: 700;
    text-shadow: -4.95px 4.95px 14.5px rgba(0, 0, 0, 0.39);
}

.inner-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.265) 31%, #000000 100%);
    opacity: 0.24;
    height: 42%;
}

@media(max-width:1490px) {
    .inner-banner h1 {
        font-size: 51px;
    }
}

@media(max-width:1199px) {
    .inner-banner-click-scroll::before {
        height: 53%;
        bottom: calc(100% + 6px);
    }
}

@media(max-width:991px) {
    .inner-banner h1 {
        font-size: 40px;
    }
}

@media(max-width:767px) {
    .inner-banner h1 {
        font-size: 34px;
    }
    .inner-banner {
        padding: 145px 0 40px;
        min-height: 280px;
    }
}


/********* inner page section  end ************/


/********* four grid slider start *********/

.Four_grid_silder .slick-list {
    margin: 0 -15px;
}

.Four_grid_silder .slick-list .slick-slide {
    margin: 0 15px;
}

.Four_grid_silder .slick-arrow {
    font-size: 0;
    background-color: transparent;
    border: unset;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    margin: 0;
}

.Four_grid_silder .slick-arrow::before {
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-size: 26px;
    display: inline-block;
    font-weight: 900;
}

.Four_grid_silder .slick-arrow.slick-next {
    transform: translateY(-50%) rotate(180deg);
    display: block;
    left: calc(100% + 6px);
}

.Four_grid_silder .slick-arrow.slick-prev {
    right: calc(100% + 6px);
}

.Four_grid_silder .slick-arrow::before {
    font-size: 30px;
    color: #bb7115;
}

@media(max-width:767px) {
    .Four_grid_silder {
        padding: 0 20px;
    }
    .Four_grid_silder .slick-arrow.slick-next {
        left: 96%;
    }
    .Four_grid_silder .slick-arrow.slick-prev {
        right: 96%;
    }
}


/********* four grid slider end *********/


/********** deatail head section start *********/

.detailhead-sec {
    text-align: center;
}

.detailhead-content {
    max-width: 1120px;
}

.detailhead-content h2 {
    margin-bottom: 24px;
}

.detailhead-content .fonts-4 p {
    line-height: 1.8;
    margin-bottom: 25px;
}

.detailhead-content .fonts-4 p:last-child {
    margin-bottom: 0;
}

.detailhead-content .btn {
    margin-top: 35px;
}

.detailhead-sec {
    position: relative;
    z-index: 0;
}

.detailhead-sec::before,
.detailhead-sec::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: center;
    height: 100%;
    z-index: -1;
}

.detailhead-sec::before {
    background-image: url(https://kilbirnie.saydev.co.uk/wp-content/uploads/2022/10/detail-sec-left-1.png);
    left: 0;
    top: 0;
    width: 25%;
    background-size: auto;
    background-position-y: 66%;
}

.detailhead-sec::after {
    background-image: url(https://kilbirnie.saydev.co.uk/wp-content/uploads/2022/10/detail-sec-right-1.png);
    right: 0;
    width: 7%;
    top: 0%;
    background-size: contain;
}

@media(max-width:767px) {
    .detailhead-sec::after {
        width: 30%;
    }
    .detailhead-sec::before {
        width: 30%;
    }
}


/********** deatail head section  end *********/


/********* box image section image start  **************/

.box-img-sec {
    position: relative;
}

.box-img-sec::before {
    position: absolute;
    content: "";
    left: 0;
    background-image: url(https://kilbirnie.saydev.co.uk/wp-content/uploads/2022/10/circilebg-design.png);
    top: 28%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    padding: 8.3% 4.2%;
}

.box-img-left>div {
    padding: 48px 62px 48px 38px;
    position: relative;
    z-index: 0;
}

.box-img-left>div:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #bb7115;
    content: "";
    width: 107%;
    border-right: 0;
    z-index: -1;
}

.box-img-left>div:before {
    content: "";
    background-image: url(https://kilbirnie.saydev.co.uk/wp-content/uploads/2022/10/dots-design.png);
    position: absolute;
    left: 97%;
    bottom: 25px;
    padding: 6.4% 4%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.box-img-left>div h2 {
    margin-bottom: 26px;
}

.box-img-left>div .fonts-4 {
    line-height: 1.8;
}

.box-img-left>div .fonts-4 p {
    margin-bottom: 28px;
}

.box-img-left>div .fonts-4 p:last-child {
    margin-bottom: 0;
}

.box-img-left>div .btn {
    margin-top: 37px;
}

.bg-themecolor .box-img-left>div::after {
    border-color: #fff;
}

.box-img-right img {
    position: relative;
    z-index: 1;
    margin-bottom: -4.2%;
}

@media(max-width: 1490px) {
    .box-img-left>div {
        padding-right: 33px;
    }
    .box-img-left h2 {
        margin-bottom: 24px;
    }
    .box-img-left .fonts-4 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .box-img-left {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .box-img-left .headline {
        padding-bottom: 20px;
    }
    .box-img-left h2 {
        margin-bottom: 18px;
    }
    .box-img-left .bg-themecolor p {
        margin-bottom: 14px;
    }
    .box-img-left>div {
        padding: 15px 18px;
    }
    .box-img-left .bg-themecolor .btn {
        margin-top: 15px;
    }
}

@media(max-width: 991px) {
    .box-img-left>div::after {
        width: 100%;
        border-right: 1px solid #bb7115;
    }
    .box-img-left {
        margin-bottom: 30px;
    }
    .box-img-left>div::before {
        left: 95%;
        bottom: -32px;
    }
    .box-img-right img {
        margin-bottom: 0;
    }
}

@media(max-width: 767px) {
    .box-img-left .bg-themecolor p {
        margin-bottom: 16px;
    }
    .box-img-left .bg-themecolor .btn {
        margin-top: 20px;
    }
    .box-img-left>div {
        padding: 30px 20px;
    }
    .box-img-left {
        /* margin-top: 20px; */
    }
}


/********* box image section image end  **************/


/********* left right big image section  **************/

@media(min-width:992px) {
    .leftb-left {
        width: 53.5%;
    }
    .leftb-right {
        width: 46.5%;
    }
}

.leftb-right>div {
    padding: 48px 36px;
}

.leftb-right>div h2 {
    margin-bottom: 26px;
}

.leftb-right>div .fonts-4 {
    font-weight: 300;
    line-height: 1.8;
}

.leftb-right>div .fonts-4 p {
    margin-bottom: 28px;
}

.leftb-right>div .fonts-4 p:last-child {
    margin-bottom: 0;
}

.leftb-right>div .btn {
    margin-top: 37px;
}

.leftb-left img {
    width: 114%;
    max-width: unset;
}

@media(max-width: 1490px) {
    .leftb-right>div {
        padding: 30px 20px;
    }
    .leftb-right h2 {
        margin-bottom: 24px;
    }
    .leftb-right {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .leftb-right {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .leftb-right .headline {
        padding-bottom: 20px;
    }
    .leftb-right h2 {
        margin-bottom: 18px;
    }
    .leftb-right .bg-themecolor p {
        margin-bottom: 14px;
    }
    .leftb-right>div {
        padding: 15px 18px;
    }
    .leftb-right .bg-themecolor .btn {
        margin-top: 15px;
    }
    .leftb-right .fonts-4 {
        font-size: 12px;
    }
}

@media(max-width: 991px) {
    .leftb-left img {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .leftb-right .bg-themecolor p {
        margin-bottom: 16px;
    }
    .leftb-right .bg-themecolor .btn {
        margin-top: 20px;
    }
}


/********* left right big image end  **************/


/********* right  big image section  **************/

@media(min-width:992px) {
    .rightb-left {
        width: 53.5%;
    }
    .rightb-right {
        width: 46.5%;
    }
}

.rightb-img-sec .row {
    flex-direction: row-reverse;
}

.rightb-left {
    direction: rtl;
}

.rightb-right>div {
    padding: 48px 36px;
}

.rightb-right>div h2 {
    margin-bottom: 26px;
}

.rightb-right>div .fonts-4 {
    font-weight: 300;
    line-height: 1.8;
}

.rightb-right>div .fonts-4 p {
    margin-bottom: 28px;
}

.rightb-right>div .fonts-4 p:last-child {
    margin-bottom: 0;
}

.rightb-right>div .btn {
    margin-top: 37px;
}

.rightb-left img {
    width: 114%;
    max-width: unset;
}

@media(max-width: 1490px) {
    .rightb-right>div {
        padding: 30px 20px;
    }
    .rightb-right h2 {
        margin-bottom: 24px;
    }
    .rightb-right {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .rightb-right {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .rightb-right .headline {
        padding-bottom: 20px;
    }
    .rightb-right h2 {
        margin-bottom: 18px;
    }
    .rightb-right .bg-themecolor p {
        margin-bottom: 14px;
    }
    .rightb-right>div {
        padding: 15px 18px;
    }
    .rightb-right .bg-themecolor .btn {
        margin-top: 15px;
    }
    .rightb-right .fonts-4 {
        font-size: 12px;
    }
}

@media(max-width: 991px) {
    .rightb-left img {
        width: 100%;
    }
    .rightb-img-sec .row {
        flex-direction: unset;
        flex-direction: column-reverse;
    }
}

@media(max-width: 767px) {
    .rightb-right .bg-themecolor p {
        margin-bottom: 16px;
    }
    .rightb-right .bg-themecolor .btn {
        margin-top: 20px;
    }
}


/********* right big image end  **************/


/*********** testimonial start  *******/

.testimonial-slider .slick-list {
    margin: 0 -15px;
}

.testimonial-content {
    margin: 0 15px;
    padding: 34px 0 15px;
}

.testimonial-content>div>div.fonts-4 {
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.19);
    padding: 60px 25px;
    position: relative;
    font-weight: 300;
    line-height: 1.7;
    max-height: 283px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #00000029 #00000005;
}

.testimonial-content>div>div.fonts-4::-webkit-scrollbar {
    width: 2px;
    background-color: #0000002e;
    scroll-margin-right: 45px;
}

.testimonial-content>div>div.fonts-4::-webkit-scrollbar-thumb {
    background-color: #0000004a;
}

.testimonial-content>div>div.fonts-4::-webkit-scrollbar-track {
    background-color: transparent;
}

.testimonial-profile {
    display: flex;
    align-items: center;
    margin-top: -8%;
    padding: 0 32px;
    position: relative;
}

.testimonial-profile h5 {
    font-size: 17px;
    font-weight: 700;
    margin-left: 17px;
    margin-top: 25px;
}

.testimonial-content>div {
    position: relative;
}

.testimonial-content>div::before {
    content: "";
    position: absolute;
    top: 0;
    background-image: url(https://kilbirnie.saydev.co.uk/wp-content/uploads/2022/10/quote-svg1.svg);
    padding: 7% 9.6%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(-1) translateY(-50%);
    z-index: 1;
    left: 24px;
}

.testimonial-sec .headline {
    margin-bottom: 62px;
}

.testimonial-sec .slick-dots li button {
    border: 0;
    background-color: #bb7115;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.4;
    transition: 0.3s;
}

.testimonial-sec .slick-dots {
    display: flex;
    justify-content: center;
}

.testimonial-sec .slick-dots li {
    margin-right: 10px;
    font-size: 0;
}

.testimonial-sec .slick-dots li.slick-active button {
    opacity: 1;
}

.testimonial-sec .slick-dots {
    margin-top: 50px;
}

.testimonial-profile img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.testimonial-content>div>div.fonts-4 p:last-child {
    margin-bottom: 0;
}

@media(max-width: 1490px) {
    .testimonial-content>div>div.fonts-4 {
        max-height: 287px;
    }
}

@media(max-width: 991px) {
    .testimonial-profile {
        margin-top: -5%;
    }
    .testimonial-profile img {
        width: 70px;
        height: 70px;
    }
    .testimonial-profile h5 {
        margin-top: 21px;
    }
    .testimonial-content>div>div.fonts-4 {
        padding: 34px 25px;
    }
    .testimonial-sec .headline {
        margin-bottom: 30px;
    }
    .testimonial-sec .headline {
        margin-bottom: 30px;
    }
    .testimonial-sec .slick-dots {
        margin-top: 30px;
    }
}

@media(max-width: 767px) {
    .testimonial-slider .slick-list {
        margin: 0;
    }
}


/*********** testimonial end  *******/


/************ tabs start  *************/

.tab-parent {
    width: 100%;
    overflow: auto;
    padding-bottom: 0px;
    scrollbar-width: thin;
    scrollbar-color: #00000029 #00000005;
}

.tab-parent::-webkit-scrollbar {
    height: 3px;
    background-color: #0000001a;
    scroll-margin-right: 45px;
}

.tab-parent::-webkit-scrollbar-thumb {
    background-color: #00000082;
}

.tab-parent::-webkit-scrollbar-track {
    background-color: transparent;
}

.nav-tabs {
    width: fit-content;
    margin: 55px auto 108px;
    background-color: #0b1119;
    border-radius: 34px;
    border-bottom: unset;
    flex-wrap: unset;
}

.nav-tabs li button {
    border: none;
    background-color: transparent;
    color: #fff;
    white-space: nowrap;
}

.nav-tabs li button.active {
    background-color: #bb7115;
    font-weight: 500;
}

.nav-tabs li button.active:before {
    left: -2px;
    background: #0B1119;
    opacity: 1;
    z-index: 1;
    display: block !important;
}

.nav-tabs li button {
    padding: 20px 74px;
    border-radius: 34px;
    font-size: 18px;
    font-weight: 300;
    position: relative;
}

.nav-tabs li:last-child button::before {
    display: none;
}

.nav-tabs li button::before {
    position: absolute;
    content: '';
    left: calc(100% - 2px);
    top: 50%;
    transform: translateY(-50%);
    height: 34%;
    width: 2px;
    z-index: 1;
    background-color: #f0bc7a;
    opacity: 0.25;
}

@media(max-width: 1490px) {
    .nav-tabs li button {
        padding: 16px 52px;
        font-size: 16px;
    }
}

@media(max-width: 991px) {
    .nav-tabs {
        width: fit-content;
        margin: 36px auto 40px;
    }
}

@media(max-width: 767px) {
    .nav-tabs li button.active::before {
        display: none;
    }
    .nav-tabs li:last-child button::before {
        display: none;
    }
    .nav-tabs li button {
        width: 100%;
    }
    .nav-tabs li {
        flex: 1;
    }
    .nav-tabs {
        border-radius: 28px;
    }
    .find-us-tab-left {
        margin-bottom: 30px;
    }
    .nav-tabs li button {
        padding: 14px 31px;
        font-size: 14px;
    }
}


/************ tabs end  *************/


/********* about us section start  **********/

@media(min-width:992px) {
    .about-sec-left {
        width: 53.5%;
    }
    .about-sec-right {
        width: 46.5%;
    }
}

.about-sec-right {
    padding-top: 15px;
    padding-bottom: 15px;
    align-self: flex-start;
}

.about-sec-right>div {
    padding: 46px 26px;
}

.about-sec-right h2 {
    margin-bottom: 26px;
}

.about-sec-right .bg-themecolor p {
    margin-bottom: 28px;
}

.about-sec-right .bg-themecolor p:last-child {
    margin-bottom: 0;
}

.about-sec-right .bg-themecolor .btn {
    margin-top: 37px;
}

@media(max-width: 1490px) {
    .about-sec-right>div {
        padding: 30px 20px;
    }
    .about-sec-right h2 {
        margin-bottom: 24px;
    }
    .about-sec-right>div {
        padding: 30px 20px;
    }
    .about-sec-right {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .about-sec-right {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .about-sec-right .headline {
        padding-bottom: 20px;
    }
    .about-sec-right h2 {
        margin-bottom: 18px;
    }
    .about-sec-right .bg-themecolor p {
        margin-bottom: 14px;
    }
    .about-sec-right>div {
        padding: 15px 18px;
    }
    .about-sec-right .bg-themecolor .btn {
        margin-top: 15px;
    }
}

@media(max-width: 767px) {
    .about-sec-right .bg-themecolor p {
        margin-bottom: 16px;
    }
    .about-sec-right .bg-themecolor .btn {
        margin-top: 20px;
    }
}


/********* about us section end  **********/


/********** senset  section start *********/

.four-grid-head {
    max-width: 1120px;
}

.four-grid-head h2 {
    margin-bottom: 24px;
}

.four-grid-head .fonts-4 p {
    line-height: 1.8;
    margin-bottom: 25px;
}

.four-grid-head .fonts-4 p:last-child {
    margin-bottom: 0;
}

.four-grid-head .btn {
    margin-top: 35px;
}

.four-grid-head {
    max-width: 1311px;
    margin-bottom: 36px;
}

.four-grid-image-main>.Four_grid_silder .slick-slide>div {
    position: relative;
    overflow: hidden;
    padding-top: 106%;
}

.four-grid-image-main>.Four_grid_silder .slick-slide img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.four-grid-image-main>.Four_grid_silder .slick-list {
    margin: 0 -10px;
}

.four-grid-image-main>.Four_grid_silder .slick-list .slick-slide {
    margin: 0 10px;
}

@media(max-width:991px) {
    .four-grid-head {
        max-width: 1490px;
    }
}

@media(max-width:767px) {
    .four-grid-head {
        max-width: 1311px;
        margin-bottom: 26px;
    }
    .four-grid-head h2 {
        margin-bottom: 16px;
    }
}


/********** senset section  end *********/


/******** gallery light box start  *****/

.img-wrapper {
    position: relative;
}

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

.img-overlay {
    background: rgba(22, 32, 46, 0.49);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    cursor: pointer;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
    max-height: 90%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 60%;
        max-height: 100%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    cursor: pointer;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    cursor: pointer;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}


/******** gallery light box end  *****/


/******** apply know popup start  *******/

@media (min-width: 576px) {
    .apply-now-popup .modal-xl {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .apply-now-popup .modal-xl {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .apply-now-popup .modal-xl {
        max-width: 1140px;
    }
}

@media(min-width:1491px) {
    #wpcf7-f739-o1 h2 {
        font-size: 30px;
    }
    .apply-now-popup .modal-xl {
        max-width: 1406px;
    }
}

.apply-now-popup .modal-xl {
    padding: 0 30px;
}

.apply-now-popup .main-apply-now-popup {
    background-color: #fff;
}

.forms-field input,
.forms-field textarea {
    padding: 18px 26px;
    border: none;
    border-radius: 5px;
    background-color: #f0f0f0;
    width: 100%;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

.forms-field input:focus,
.forms-field textarea:focus-visible {
    box-shadow: 0 0 0 2px #bb7115;
    outline: 0;
}

#wpcf7-f739-o1 {
    padding: 40px 40px 40px 23px;
}

#wpcf7-f739-o1 h2 {
    padding-bottom: 18px;
    margin-bottom: 40px;
    font-weight: 200;
}

#wpcf7-f739-o1 .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.forms-field label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

#wpcf7-f739-o1 br {
    display: none;
}

#wpcf7-f739-o1 p {
    margin-bottom: 0;
}

#wpcf7-f739-o1 p:empty {
    display: none;
}

.main-apply-now-popup-image img {
    height: 100%;
    object-fit: cover;
    width: -webkit-fill-available;
}

.forms-field textarea {
    height: 134px;
}

.forms-field-file span {
    width: 100%;
    display: block;
    position: unset;
}

.forms-field-file label {
    background-color: #f0f0f0;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 20px;
    border: 1px dashed #bb7115;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    width: 100%;
    text-align: center;
}

.forms-field-file input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer !important;
}

.forms-field-file input+span {
    margin-top: 6px;
}

.forms-field-file label:before {
    content: "";
    background-image: url(https://kilbirnie.saydev.co.uk/wp-content/uploads/2022/10/Untitled-1.svg);
    padding: 1% 2%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.forms-field-file {
    position: relative;
}

.wpcf7-form-control.btn.tbtn-primary {
    margin-top: 35px;
    padding: 20px 70px;
    font-size: 18px;
    font-weight: 600;
}

@media(max-width:1490px) {
    #wpcf7-f739-o1 h2 {
        margin-bottom: 26px;
    }
    #wpcf7-f739-o1 {
        padding: 26px 40px 26px 23px;
    }
    #wpcf7-f739-o1 .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .wpcf7-form-control.btn.tbtn-primary {
        margin-top: 18px;
        padding: 16px 60px;
    }
}

@media(max-width:991px) {
    #wpcf7-f739-o1 {
        padding: 18px 30px 19px 10px;
    }
    .forms-field label {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .forms-field input,
    .forms-field textarea {
        padding: 14px 26px;
        font-size: 12px;
    }
    .wpcf7-form-control.btn.tbtn-primary {
        margin-top: 18px;
        padding: 12px 38px;
        font-size: 16px;
    }
    .forms-field-file label {
        width: 100%;
        font-size: 14px;
        padding: 14px 18px;
    }
    .forms-field-file label {
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .forms-field-file label::before {
        display: inline-block;
        padding: 2.3% 4%;
        margin-right: 5px;
    }
    .banner-bottom-text.left-webs-bg::before,
    .left-webs-bg.top_sec::before {
        height: 100%;
        background-position: top;
        background-position: center !important;
        background-size: 100%;
        width: 34%;
        background-position: top !important;
    }
}

@media(max-width:767px) {
    .apply-now-popup .modal-xl {
        padding: 0 6px;
    }
    #wpcf7-f739-o1 {
        padding: 22px 20px;
    }
    .forms-field input,
    .forms-field textarea {
        padding: 14px 14px;
    }
    .apply-now-popup .modal-dialog .modal-content {
        background-color: transparent;
        border: none;
        padding: 18px 0;
    }
    .modal .btn-close {
        right: 0px;
        top: -4px;
        font-size: 18px;
    }
    .main-apply-now-popup-image img {
        height: 300px;
        width: 100%;
        background-position: center;
    }
    .banner-bottom-text.left-webs-bg::before,
    .left-webs-bg.top_sec::before {
        width: 81%;
    }
}


/******** apply know popup end  *******/

.kb_job_title_cf7 {
    pointer-events: none;
}

.kb_error {
    font-family: 'Montserrat';
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
}

body.modal-open {
    position: relative !important;
    padding-right: 0px;
    overflow: hidden;
}

body.modal-open::before {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 91;
    display: block;
}

.informatins-sec {
    z-index: 1;
    position: relative;
}

.sticky-booknow {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 14%;
    transform: rotate(-90deg) translate(-50%, 0%);
    transform-origin: 0 0;
}

@media(max-width:991px) {
    .sticky-booknow {
        display: none;
    }
}