/*

* Theme Name: NS - BeHope

*  Author: Netscriper

*  Author URI: http://www.netscriper.com/

*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



:root {

    --color1: #302872;

    --color2: #F6C262;

}

.gap-10 {
    gap: 10px;
}

.gap-33 {
    gap: 33px;
}

body,

body p {

    /* margin: 0 auto; */

    font-family: "Lato", sans-serif;

}



h1,

h2,

h3,

h4,

h5,

h6,

a {

    font-family: "Montserrat", sans-serif;

}



/* Pagination */



ul.page-numbers {

    padding-left: 0px;

}



ul.page-numbers li span,
ul.page-numbers li a {
    color: #fff;
    text-decoration: none;
}

ul.page-numbers li {
    float: left;
    height: 35px;
    width: 35px;
    list-style: none;
    line-height: 35px;
    text-align: center;
    padding: 0px;
    border-radius: 100px;
    margin-right: 3px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    background: #3f3f3f;
    /* color: #fff !important; */
}



ul.page-numbers li span.current {

    color: #fff;

    font-size: 16px;

}

ul.page-numbers li:has(.page-numbers.current) {

    background-color: #cd922d;
}

.content-img img {

    width: 100%;

    height: auto;

}



/* 404 error */

.error img {

    position: relative;

    margin: 0 auto;

}



.back-home-wrap p {

    font-size: 21px;

    margin-top: 50px;

}



.back-home-wrap {

    text-align: center;

    left: 0;

    right: 0;

}



.error {

    height: 400px;

}



.back-home {

    margin-top: 14px;

    border-radius: 0;

}



.mm-menu--offcanvas {

    position: absolute;

}



/* Breadcrumb */



#breadcrumbs {

    list-style-type: none;

    padding-left: 0;

}



#breadcrumbs li {

    display: inline-block;

}



/*********************** Widget ******************/

.mywidget h4 {

    font-size: 14px;

    font-family: 'Lato', sans-serif;

}



.widget-title {

    font-family: 'Lato', sans-serif;

    font-weight: 700;

    font-size: 21px;

}



.widget ul li a {

    color: #333;

    font-family: 'Raleway', sans-serif;

    border-bottom: 1px solid #ddd;

    display: block;

    padding-top: 12px;

    padding-bottom: 12px;

    position: relative;

}



.widget ul li a::before {

    content: '';

    position: absolute;

    border: 1px solid var(--color1);

    bottom: 0;

    width: 53px;

}



.widget ul li a:hover::before {

    content: '';

    position: absolute;

    border: 1px solid var(--color1);

    bottom: 0;

    left: 0;

    right: 0;

    width: 100%;

    transition: all .3s ease;

}



.widget ul li a:hover,

.widget ul li a:focus {

    color: var(--color1);

    text-decoration: none;

    outline: none;

}



.widget ul {

    padding-left: 0;

    list-style-type: none;

}







.hero-section {

    background: url(/wp-content/themes/ns-behope/images/hero-background-pattern.png) no-repeat center;

    color: #fff;

    padding-top: 170px;

    padding-bottom: 100px;

    background-size: cover;

}


header {
    color: #fff;
    /* z-index: 2; */
    /* position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2; */
}



.banner-caption {

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    display: flex;

    justify-content: flex-end;

    align-items: flex-end;

    color: #fff;

    padding-bottom: 30px;

}



.overlay {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* background: rgb(0, 0, 0, 0.5); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 80%);
}



#breadcrumbs {

    list-style-type: none;

    padding-left: 0;

    gap: 10px;

    margin-top: 20px;

    display: flex;

    justify-content: center;

    align-items: center;

}



.banner-caption .title-highlight img {

    width: 25px;

}



.banner-caption .title-highlight:before {

    width: 40%;

}



.banner-caption .title-highlight:after {

    width: 40%;

}



.banner-caption .title-highlight {

    max-width: 280px;

}



div#breadcrumbs img {

    width: 20px;

}



#breadcrumbs a {

    color: #fff;

    text-decoration: none;

}



header .nav-link {

    color: #fff !important;

    opacity: 1;

}


.logo-box {
    display: inline-block;
    background: #fff;
    padding: 10px;
    width: 150px;
}



a.btn.btn-link {

    color: inherit;

    text-decoration: none;

    display: flex;

    justify-content: start;

    align-items: center;

    gap: 20px;

    padding: 0;

    font-size: 18px;

    font-family: 'Montserrat';

    font-weight: 500;

}



.btn-link span.right-arrow-icon {

    border: 2px solid rgba(205, 146, 45, 1);

    color: rgba(205, 146, 45, 1);

    width: 57px;

    height: 57px;

    border-radius: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 25px;

}



.btn-link span.right-arrow-icon i {

    transform: rotate(-45deg);

}


h1.hero-title {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 15px;
}



.text-primary {

    color: rgba(205, 146, 45, 1) !important;

}



section.hero-section p {

    max-width: 575px;

}



header .nav-link {
    color: #000 !important;
    opacity: 1;
    font-weight: 500 !important;
    font-size: 16px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: rgba(205, 146, 45, 1);
    font-weight: 600 !important;
}


.dropdown-menu .menu-item:nth-last-child(2) a,
.dropdown-menu .menu-item:nth-last-child(3) a {
    background: #fff !important;
    color: #000 !important;
    padding: 10px 20px !important;
}

ul#menu-main-menu {

    width: 100%;

    justify-content: space-between;

}



@media (min-width:992px) {



    .menu-item-object-custom:last-child a.nav-link {
        background: transparent;
        color: #fff !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        color: rgba(205, 146, 45, 1) !important;
        border: 1px solid rgba(205, 146, 45, 1);
        border-radius: 10px;
    }

    .menu-item:nth-last-child(2) a,
    .menu-item:nth-last-child(3) a 
        {
        background: rgba(205, 146, 45, 1) !important;
        color: #fff !important;
        border-radius: 10px;
        padding: 7px 12px !important;
    }
}


.social-links {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    gap: 10px;

}

.carousel-item {
    position: relative;
}

.carousel-item:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    /* background: rgb(0, 0, 0, 0.5); */
}

.quote-form .form-control {
    margin-bottom: 0 !important;
}

.quote-form {
    /* backdrop-filter: blur(10px); */
    /* background: rgb(255, 255, 255, 0.7); */
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 30px;
    gap: 5px;
    max-width: 430px;
    position: relative;
    overflow: hidden;
}

.quote-form .input-group {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 6px;
}

.quote-form .input-group input.form-control {
    border: none;
    color: rgba(0, 0, 0) !important;
    font-size: 15px;
}

.quote-form .btn.btn-primary,
.quote-form .btn.btn-primary:focus,
.quote-form .btn.btn-primary:active {
    background: #cd922d;
    border-color: #cd922d;
    padding: 15px;
    border-radius: 10px;
    font-size: 13px;
    width: 237px;
    color: #fff;
}

.quote-form .input-group-text {
    background: transparent;
    border: none;
    border-right: 1px solid rgb(0, 0, 0, 0.2);
}


.quote-from .grecaptcha-badge {
    display: none !important;
}
.quote-form input.form-control {
    background: transparent;
}

form#quote-form div,
form#quote-form button {
    position: relative;
    z-index: 999;
}

form#quote-form:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    content: "";
}

/* @media(min-width:992px) {

    .social-links {

        position: absolute;

        left: 0;

        bottom: 0;

    }

} */



.relative {

    position: relative;

}



.pd-100 {

    padding-top: 50px;

    padding-bottom: 50px;

}

.homepage .pd-100 {

    padding-top: 100px;

    padding-bottom: 100px;

}



.experience-text {

    max-width: 555px;

    background: #fff;

    position: absolute;

    left: -1px;

    bottom: -1px;

    margin: 0;

    right: 0;

    clip-path: polygon(0 0, 100% 99%, 100% 100%, 0% 100%);

    height: 109px;

    display: flex;

    align-items: flex-end;

    justify-content: flex-start;

    font-size: 24px;

}



.experience-text span {

    font-size: 50px;

    font-weight: 700;

    line-height: 0.8;

    color: rgba(205, 146, 45, 1);

}



.home-title {

    font-weight: 700;

    font-size: 36px;

    line-height: 100%;

    text-transform: uppercase;

    color: rgba(43, 43, 43, 1);

    margin-bottom: 0px;

}



h2.home-title img {

    margin-right: 13px;

}



.home-about {

    color: rgba(43, 43, 43, 1);

}



.home-about p {

    font-weight: 400;

    font-size: 16px;

    line-height: 37px;

    text-align: justify;

    color: rgba(43, 43, 43, 1);

}



.home-about {

    background: url(/wp-content/themes/ns-behope/images/aboutus-bg-pattern.png) no-repeat top center;

}



.home-product {

    background: url(/wp-content/uploads/2025/09/Banner-3-1-1-e1756703894296.jpg) no-repeat top center;

}



.product-box h4 {

    position: absolute;

    bottom: 0;

    left: 0;

    font-size: 24px;

    color: #fff;

    padding: 10px;

}



.product-box .btn-link,

.product-box .btn-link:hover,

.product-box .btn-link:focus {

    clip-path: polygon(100% 0, 0% 100%, 100% 100%);

    position: absolute;

    bottom: -1px;

    right: -1px;

    height: 30%;

    background: #ffffff !important;

    width: 25%;

    display: flex;

    justify-content: flex-end !important;

    align-items: flex-end !important;

    text-align: right;

    z-index: 2;

}



.title-highlight img {

    filter: brightness(0) invert(1);

}



.title-highlight {

    position: relative;

    max-width: 480px;

    margin-bottom: 15px;

}



.title-highlight:before {

    position: absolute;

    left: 0;

    width: 45%;

    height: 2px;

    background: #fff;

    top: 60%;

    content: "";

}



.title-highlight:after {

    position: absolute;

    right: 0;

    width: 45%;

    height: 2px;

    background: #fff;

    top: 60%;

    content: "";

}



.product-box:before {

    position: absolute;

    content: "";

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.23%, rgba(0, 0, 0, 0.4) 100%);

    /* box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); */

    /* clip-path: polygon(0 0, 100% 0, 100% 70%, 74% 100%, 0 100%); */

    z-index: 1;

}



.product-box h4 {

    z-index: 2;

}



.product-box img {

    /* clip-path: polygon(0 0, 100% 0, 100% 70%, 74% 100%, 0 100%); */

    /* box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%); */

}



button.owl-prev span,

button.owl-next span {

    background: #cd922d !important;

    font-size: 16px !important;

    padding: 5px 20px !important;

    display: block !important;

    border-radius: 0px !important;

    clip-path: polygon(0 0, 100% 0, 100% 63%, 86% 100%, 0 100%);

}



button.owl-prev span {

    background-color: transparent !important;

    color: #000 !important;

}



.owl-theme .owl-nav [class*=owl-]:hover {

    background: transparent;

    color: #FFF;

    text-decoration: none;

}



.owl-theme .owl-nav {

    margin-top: 10px;

    display: flex;

    justify-content: flex-end;

    margin-top: 50px;

}



.swiper {

    width: 100%;

    padding-top: 50px;

    padding-bottom: 50px;

}



.swiper-slide {

    background-position: center;

    background-size: cover;

    width: 45%;

    height: auto;

}



/* .swiper-slide.swiper-slide-active{

        width:50%;

    } */

.swiper-slide img {
    display: block;
    width: 100%;
    max-width: 858px;
}



h2 {

    font-weight: 700;

    text-transform: uppercase;

}



a.btn.btn-link.pull-right {

    justify-content: flex-end;

}



a.btn.btn-link.pull-center {

    justify-content: center;

}



.btn-check:checked+.btn,

.btn.active,

.btn.show,

.btn:first-child:active,

:not(.btn-check)+.btn:active {

    color: #cd922d;

    background-color: var(--bs-btn-active-bg);

    border-color: var(--bs-btn-active-border-color);

}



.home-journey {

    background: url(/wp-content/themes/ns-behope/images/rectangle69.png) no-repeat top center;

}



.journey-title {

    font-weight: 500;

    font-size: 34px;

}



.home-journey,

.home-journey p,

.home-journey a {

    color: #fff;



}



span.swiper-pagination-bullet {

    background: rgba(215, 215, 215, 1);

    opacity: 1;

    width: 43px;

    border-radius: 0px;

    height: 3px;

}



span.swiper-pagination-bullet.swiper-pagination-bullet-active {

    background: rgba(205, 146, 45, 1);

}



.home-journey p {

    max-width: 638px;

    margin-bottom: 30px;

    margin-top: 30px;

}



.blog-box a {

    text-decoration: none;

    color: rgba(43, 43, 43, 1);

}



.btn-clippath {

    background: #cd922d !important;

    font-size: 16px !important;

    padding: 5px 20px !important;

    border-radius: 0px !important;

    clip-path: polygon(0 0, 100% 0, 100% 63%, 86% 100%, 0 100%);

    color: #fff !important;

}



.blog-box .btn-clippath {

    float: right;

    margin-top: 0px;

}



.blog-box h4 {

    font-weight: 700;

    font-size: 20px;

    margin-top: 10px;

    min-height: 48px;

}



.blog-box p {

    color: rgba(58, 58, 58, 1);

    font-size: 16px !important;

    line-height: 23px;

}



.blog-box span.date-format {

    background: #fff;

    margin-top: -37px;

    display: block;

    margin-bottom: 11px;

    padding: 7px;

    display: block;

    width: 140px;

    position: relative;

    clip-path: polygon(80% 0, 100% 100%, 0 100%, 0 0);

    font-size: 16px;

    margin-left: -1px;

    color: rgba(205, 146, 45, 1);

    font-weight: 600;

}



.blog-box p.text {

    min-height: 93px;

}

.blog-box.product p.text {
    min-height: 67px;
}

.blog-box.product h4 {

    min-height: unset;

}



footer {
    background: #121212;
    color: #fff;
}



.pd-50 {
    padding-top: 25px;
    padding-bottom: 25px;
}



footer a {

    color: #fff;

    text-decoration: none;

}



footer h2 {

    font-weight: 500;

    font-size: 34px;

    text-transform: capitalize;

}



footer h4 {

    font-size: 18px;

    font-weight: 700;

    color: rgba(205, 146, 45, 1);

}



.f-social-links i {

    color: rgba(205, 146, 45, 1);

    border: 1px solid rgba(205, 146, 45, 1);

    width: 31px;

    height: 31px;

    display: inline-flex;

    justify-content: center;

    align-items: center;

    border-radius: 100%;

}



.f-social-links {

    display: flex;

    gap: 10px;

    justify-content: start;

    align-items: center;

    font-size: 16px;

    /* margin-left: 30px; */

    flex-wrap: wrap;

}



.f-social-links a {

    color: #fff;

    text-decoration: none;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

}



footer a {

    font-family: "Lato", sans-serif;

}



.row.copyright {

    border-top: 1px solid #fff;

    padding-top: 10px;

    font-size: 14px;

    padding-bottom: 10px;

    font-family: "Montserrat", sans-serif;

}



.mobile-btn {

    color: #000;

    font-size: 25px;

}



.aboutimg-box {

    max-width: 555px;

    margin: auto;

}



.grid-item,

.grid-sizer {

    width: 33.33%;

}



.grid-item {

    padding: 5px;

}



.about-bg {

    background: url("/wp-content/uploads/2025/08/AboutUsPageimage1-scaled.jpg") no-repeat center;

    color: #fff;

    position: relative;

}



.about-bg:before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    background: rgb(0, 0, 0, 0.5);

    /* padding-left: 20px; */

}



.about-bg {

    background: url(/wp-content/uploads/2025/08/AboutUsPageimage1-scaled.jpg) no-repeat center;

    color: #fff;

    position: relative;

    padding-left: 50px;

    padding-right: 50px;

    border-radius: 30px;

    overflow: hidden;

    background-attachment: fixed;

    background-size: cover;

}



.about-bg .row {

    position: relative;

    z-index: 1;

}



.about-right {

    backdrop-filter: blur(10px);

    background: rgba(255, 255, 255, 0.15);

    padding: 30px;

}



.about-us-page h2 {

    text-transform: capitalize;

    font-size: 40px;

    font-weight: 400;

}



.about-us-page h2 span {

    font-weight: 700;

}



.about-right p {

    margin-bottom: 20px;

}



.vm-box {

    display: flex;

    gap: 10px;

}



.vm-box img {

    width: 150px;

    height: auto;

}



.vm-box {

    display: flex;

    gap: 20px;

    align-items: flex-start;

    margin-bottom: 30px;

}



.vm-content {

    margin-top: 30px;

}



.vm-box h3 {

    font-size: 25px;

    font-weight: 700;

    margin-bottom: 15px;

}



.vm-content ul li {

    margin-bottom: 10px;

}



.vm-content ul {

    list-style: none;

    margin-left: -30px;

}

section.home-gallery.pd-100 {
    padding-top: 0px;
}

.hero-wrapper {
    text-align: left;
    background: rgb(0, 0, 0, 0.5);
    padding: 30px;
    max-width: 500px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 0;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    bottom: 0;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    z-index: 2;
}

@media (max-width:1399px) {
    header .nav-link {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .homepage .carousel-item:before {
        background-color: transparent;
    }

    .hero-wrapper {
        margin-bottom: 20px;
        background: #f2f3f4;
        margin: 10px;
        padding: 19px;
        width: 100%;
        text-align: center;
        color: #000;
        margin: auto;
    }

    .quote-form {
        background: rgb(255 254 254 / 70%);
    }

    .social-links img {
        filter: invert(1);
    }

    .quote-form {
        flex-direction: column;
        margin: auto;
    }

    .social-links {
        justify-content: center;
        margin-top: 20px;
    }

    .carousel-caption.d-flex {
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
        clear: both;
    }

    /* .homepage .slide .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    } */

    .input-group-text {
        display: flex;
        align-items: center;
        padding: .015rem .55rem;
        font-size: 0.8rem;
    }

    h1.hero-title {

        font-size: 2.44rem;

    }



    .btn-link span.right-arrow-icon {

        width: 45px;

        height: 45px;

        font-size: 22px;

    }



    .home-title {

        font-weight: 700;

        font-size: 27px;

    }



    .pd-100,
    .homepage .pd-100 {

        padding-top: 50px;

        padding-bottom: 50px;

    }



    .aboutimg-box {

        margin-top: 20px;

    }



    .product-box h4 {

        font-size: 19px;

    }



    .f-social-links {

        margin-bottom: 30px;

    }



    footer h4.mt-5 {

        margin-top: 30px !important;

    }



    span.swiper-pagination-bullet {

        width: 13px;

    }



}



nav#mobile-menu {

    height: 0px;

    overflow: hidden;

}



nav#mobile-menu.mm-menu--offcanvas {

    height: auto;

}



.why-choose-us li:before {

    position: absolute;

    content: "";

    width: 38px;

    height: 38px;

    left: 0;

    top: 0;

    background: url(/wp-content/themes/ns-behope/images/listicon.png) no-repeat;

}



.why-choose-us li {

    position: relative;

    /* margin-left: -30px; */

    list-style: none;

    margin-bottom: 30px;

}



.why-choose-us li:before {

    position: absolute;

    content: "";

    width: 29px;

    height: 29px;

    left: -42px;

    top: 3px;

    background: url(/wp-content/themes/ns-behope/images/listicon.png) no-repeat;

    background-size: contain;

}



.why-choose-us li strong,

.why-choose-us li b {

    font-size: 20px;

    margin-bottom: 10px;

    display: inline-block;

}



.container.contact-section {

    background: rgba(18, 18, 18, 1);

    color: #fff;

    padding: 0;

    margin-top: 50px;

    border-radius: 30px;

}



.container.contact-section img {

    margin-top: -50px;

    border-radius: 30px;

    margin-bottom: -50px;

}



.career-post h4 a {

    color: #000;

    font-size: 25px;

    text-decoration: none;

}



.career-post {

    background: rgba(243, 243, 243, 1);

    clip-path: polygon(0 0, 100% 0, 100% 70%, 94% 100%, 0 100%);

    padding: 20px 10px;
	
	margin-bottom:20px;

}



.gap-30 {

    gap: 30px;

}



.blog-content .date i {

    margin-right: 10px;

}



.blog-content p a {

    font-size: 16px;

    font-family: "Montserrat";

    font-weight: 400;

}



.mywidget {

    color: #333;

    font-family: 'Raleway', sans-serif;

    border-bottom: 1px solid #ddd;

    padding-top: 5px;

    padding-bottom: 5px;

    position: relative;

}



.mywidget:before {

    content: '';

    position: absolute;

    border: 1px solid #cd922d;

    bottom: 0;

    width: 53px;

    transition: 0.3s ease-in-out;

}



.mywidget:hover:before {

    color: #cd922d;

    text-decoration: none;

    outline: none;

    width: 100%;

}



.mywidget a {

    text-decoration: none;

    color: #000;

}



h2.wp-block-heading {

    font-size: 20px;

    margin-top: 20px;

}



.sidebar {

    position: sticky !important;

    top: 50px;

}



.widget_ns_widget .widget-inner {

    background: rgb(205, 146, 45, 0.1);

    padding: 50px 30px 15px;

}



.widget_ns_widget h3 {

    margin-bottom: 30px;

    border-bottom: 1px solid #ddd;

    padding-bottom: 15px;

}



.contact-page-box {

    background: rgba(31, 31, 31, 1);

    color: #fff;

}



/* .contact-page-box .col-md-6 {

    max-width: 600px;

} */



.contact-para {

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    right: 0;

    display: flex;

    flex-direction: column;

    justify-content: space-around;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);

    padding: 20px;

    text-align: left;

}



.contact-title::after {

    position: absolute;

    content: "";

    width: 100px;

    height: 3px;

    background: rgba(205, 146, 45, 1);

    bottom: 20px;

    left: 60px;

}



#contact-form input::placeholder,

#contact-form textarea::placeholder,
#get-quote-form input::placeholder,

#get-quote-form textarea::placeholder {

    color: rgba(255, 255, 255, 0.3) !important;
    font-weight: 300;

}



.quote-form input.form-control::placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
}


.contact-page-box .form-control,

.contact-page-box .form-control:focus {

    background: transparent;

    border-radius: 0px;

    border: none;

    border-bottom: 1px solid #fff;

    color: rgba(255, 255, 255, 0.3);

    box-shadow: none;

    /* margin-bottom: 30px !important; */

}



.contact-page-box textarea#message {

    background: rgba(89, 89, 89, 0.3);

    border: none;

}



.contact-para p {
    max-width: 450px;
    text-align: left;
    margin-right: auto;
    font-weight: 300;
    word-spacing: 3px;
}



div#breadcrumbs img:last-child {

    display: none;

}



p.category-bidge {

    background: #000;

    color: #fff;

    display: inline-block;

    padding: 5px 10px;

    font-size: 13px !important;

    position: absolute;

    top: 10px;

    left: 10px;

}



.title-highlight.color:before,

.title-highlight.color:after {

    background: #cd922d;

}



.title-highlight.color img {

    filter: unset;

}



table.product-table tr td:first-child {

    font-weight: bold;

}



table.product-table td {

    padding: 15px;

}



table.product-table {

    font-size: 18px;

}



.dropdown-item.active,

.dropdown-item:active {

    color: var(--bs-dropdown-link-active-color);

    text-decoration: none;

    background-color: #cd922d;

}



.dropdown-menu {

    padding: 0;

    border-radius: 0px;

}



a.dropdown-item {

    padding: 10px 20px;

}

.mywidget h4 {

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

}

.career-post p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: clip;
}

.row.career-post .col-xs-7 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.contactbox .icon {
    width: 40px;
    height: 40px;
    background: #cd922d;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 12px;
}

.contactbox a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    word-break: break-all;
}

.contactbox h6 {
    color: #cd922d;
}

.contactbox {
    text-align: left;
    /* border: 1px solid #5e5e5e; */
    padding: 10px 6px;
    margin-bottom: 50px;
    margin-top: 30px;
    /* background-color:#5e5e5e ; */
}

.left-contact-box img {
    max-height: 780px;
    width: 100%;
}

select#lang_choice_1 option {
    color: #fff;
    background: transparent;
}

select#lang_choice_1 {
    border: 1px solid rgba(205, 146, 45, 1);
    background: rgba(205, 146, 45, 1);
    color: #fff;
    padding: 10px 15px;
}

select#lang_choice_1 option:hover,
select#lang_choice_1 option:checked,
select#lang_choice_1 option::selection,
select#lang_choice_1:focus option:checked {
    box-shadow: 0 0 10px 100px #fff inset;
    background-color: #fff;
    color: #000;
}

.accordion-item {
    background: rgba(243, 243, 243, 1);
    clip-path: polygon(0 0, 100% 0, 100% 76%, 97% 100%, 0 100%);
    padding: 20px 10px;
    margin-bottom: 20px;
    border: none;
}

button.accordion-button {
    background: transparent !important;
    font-size: 21px;
    font-weight: 500;
    color: #000 !important;
    box-shadow: unset !important;
}

.social-icon {
    position: fixed;
    right: 0;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 50px;
    right: 10px;
    z-index: 999;
}
#get-quote-form label {
    margin-bottom: 5px;
}
#get-quote-form .col-lg-6, #get-quote-form .col-lg-12 {
    margin-bottom: 10px;
}
.contact-box {
    border: 1px solid #121212;
    padding: 20px;
    min-height: 178px;
    text-align: center;
    font-size: 16px;
    color: white;
    border-radius: 20px;
	background-color: #cd922d;
}

.contact-box .f-social-links i {
	color: white;
	border: 1px solid white;
}

.contact-box h4{
    color:#000;
    margin-bottom: 20px;
}
.contact-box a {
    color: white;
    text-decoration: none;
}
.contact-box .f-social-links {
    justify-content: center;
}
@media (max-width:1399px) {
    .btn-link span.right-arrow-icon {
        width: 50px;
        height: 50px;
    }

    h1.hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {

    header .container,
    header .container-lg,
    header .container-md,
    header .container-sm,
    header .container-xl {
        max-width: 1218px;
    }

    header .nav-link {
        font-size: 14px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    header .nav-link {
        font-size: 12px;
    }

    header .nav-link {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width:991px) {

    .swiper-slide img {
        display: block;
        width: 100%;
    }

    .hero-wrapper a.btn.btn-link {
        margin-bottom: 20px;
    }

    .container.contact-section img {

        margin-bottom: 20px;

    }



    .about-us-page h2 {

        font-size: 24px;

        padding: 0px 10px;

    }


/* 
    .theme-inner-banner img {

        height: 200px;

        object-fit: cover;

    }
 */


    .about-right {
        padding: 20px 30px;
    }

    .why-choose-us img {
        margin-bottom: 20px;
    }

    .product {
        max-width: 417px;
        margin: auto;
    }

    .blog-box.product p.text {
        min-height: unset;
    }

    .blog-box .btn-clippath {
        margin-bottom: 20px;
    }

    .about-bg {

        padding-left: 0px;

        padding-right: 0px;

    }



    .about-bg .pd-100 {

        padding-bottom: 0px;

    }



    .vm-box {

        gap: 0px;

        flex-direction: column;

    }



    .vm-box img {

        width: 100px;

        height: auto;

    }



    .container.contact-section img {

        margin-bottom: 0px;

    }



    .why-choose-us li {

        margin-bottom: 10px;

    }



    .why-choose-us li strong,

    .why-choose-us li b {

        margin-bottom: 0px;

    }



    h3 {

        font-size: 17px;

    }



    p {

        font-size: 15px;

    }



    table.product-table {

        font-size: 13px;

    }

    .mywidget .p-2 {

        padding: 0px 7px !important;

    }

    .widget_ns_widget .widget-inner {

        background: rgb(205, 146, 45, 0.1);

        padding: 30px 10px 10px;

    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }


    .grid-item,

    .grid-sizer {

        width: 50%;

    }

    .blog-box {
        max-width: 417px;
        margin: auto;
    }

    .blog-box p.text {
        min-height: unset;
    }

    .blog-box h4 {
        min-height: unset;
    }

    .career-post {
        clip-path: polygon(0 0, 100% 0, 100% 85%, 87% 100%, 0 100%);
    }

    .content-img img {
        margin-bottom: 20px;
    }

    .quote-form .btn.btn-primary,
    .quote-form .btn.btn-primary:focus,
    .quote-form .btn.btn-primary:active {
        background: #cd922d;
        border-color: #cd922d;
        padding: 10px;
        border-radius: 10px;
        font-size: 13px;
        width: 100%;
    }

    .logo-box {
        width: 150px;
    }

    header {
        position: relative;
    }

    .homepage .slide .carousel-item img {
        min-height: 300px;
        object-fit: cover;
    }

    .contactbox {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .contact-page-box h4 {
        font-size: 20px;
    }

    .left-contact-box img {
        height: 653px;
        width: 100%;
        object-fit: cover;
    }
}



@media (max-width:767px) {


    .left-contact-box img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    .home-title {

        font-size: 20px;

    }

    .home-page .slide .carousel-item img {
        min-height: 400px;
    }

    a.btn.btn-link {

        color: inherit;

        text-decoration: none;

        display: flex;

        justify-content: start;

        align-items: center;

        gap: 5px;

        padding: 0;

        font-size: 16px;

        font-family: 'Montserrat';

        font-weight: 500;

    }



    .btn-link span.right-arrow-icon {

        width: 35px;

        height: 35px;

        font-size: 17px;

    }



    .swiper {

        width: 100%;

        padding-top: 0px;

        padding-bottom: 30px;

    }



    h1.hero-title {

        font-size: 1.44rem;

    }



    .home-about p {

        font-weight: 400;

        font-size: 16px;

        line-height: 32px;

        text-align: justify;

        color: rgba(43, 43, 43, 1);

        margin-bottom: 20px;

    }



    .journey-title {

        font-weight: 500;

        font-size: 24px;

    }



    .home-product {

        background-size: 350%;

    }



    .experience-text {

        font-size: 17px;

        height: 66px;

    }



    .experience-text span {

        font-size: 30px;

    }

}



@media (max-width:450px) {

    h2.home-title img {

        margin-right: 5px;

        width: 20px;

    }



    a.btn.btn-link {

        font-size: 14px;

    }

}