p {
    font-size: 16px;
    font-weight: 500;
    color: #2a2929;
    text-align: justify;
}

.btn-theme-colored2 {
    color: #fff;
    background-color: #f37435;
    border-color: #24589b00;
}

.btn-check:focus+.btn-theme-colored2,
.btn-theme-colored2:focus {
    color: #fff;
    background-color: #242424;
    border-color: #1d467c00;
    box-shadow: 0 0 0 .25rem rgba(69, 113, 170, .5);
}

.btn-theme-colored2:hover {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #ffffff;
}

.video-bg-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex !important;
    align-items: end !important;
    justify-content: center !important;
}

.video-bg-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
    filter: brightness(0.5);
}

.content-box {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    top: 50%;
    /* transform: translateY(-50%); */
}

.content-box h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    filter: drop-shadow(2px 2px 6px black);
}

.content-box h2 {
    font-size: 20px;
    color: #eeeeee;
    font-weight: 600;
    line-height: 1.2;
    filter: drop-shadow(2px 2px 6px black);

}

.menuzord-brand img {
    filter: drop-shadow(1px 1px 1px white);
}

.funfact-area {
    display: flex;
    justify-content: space-between;
}

/* .hedsty {
    color: #444343;
    text-transform: uppercase;
} */
.bgcoust{
    background-color: #f0f8ff;
}

.hedsty {
  background: linear-gradient(90deg, #f37435, #ff9800); /* orange gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For modern browsers */ 
  text-transform: uppercase;
    font-size: 35px;
}

.hedstyy{
  background: linear-gradient(90deg, #f37435, #ff9800); /* orange gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For modern browsers */ 
  text-transform: uppercase;
    font-size: 28px;
}

.subline {
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
}

.funfact-area {
    background-image: url(../brimg/home/abbg.jpg);
    position: relative;
    padding: 30px 60px;
    border-radius: 15px;
    background-position: left;
    background-size: cover;
}

.funfact-area:after {
    background: #ff6a1f29;
}

.image-box .floating-img1 {
    position: absolute;
    right: 15px;
    z-index: 1;
    bottom: -90px;
    border-radius: 10px;
    border: 7px solid #fff;
}

.proct h2 {
    text-align: center;
    margin-bottom: 25px;
}

.feature-icon img {
    width: 64px;
}

.feature-item {
    background: #2c2c2c;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.feature-item:hover .feature-icon img {
    filter: grayscale(1);
}

.secbg {
    background-color: aliceblue;
}
.cta{
    padding:30px;

}

.cta-text h2{
    font-size: 30px;
    font-weight: 600;
}
.cta-text p{
    font-size: 16px;
    font-weight: 500;
    
}
.cta .container{
    background-color: #f3f3f3;
    padding: 30px;
}

.icon  img {
  width: 60px!important;
  height: 60px;

}
.btn-theme-colored2 {
    color: #fff;
    background-color: #f37435;
    border-color: #24589b00;
    font-size: 16px;
    font-weight: 600;
}

footer#footer a:not(.social-link):not(.icon) {
    color: #ffffff;
}
#footer-page-list li {
    width: 49%;
    display: block;
    position: relative;
}

.fotlogo{
    width: 250px;
    filter: drop-shadow(1px 1px 1px white);
}

footer#footer {
    background-color: #1f1f1f;
    color: #9cadc2;
    font-size: 15px;
}
.opening-hours {
    list-style: none;
    background: #f374350a;
    padding: 30px;
    border-radius: 10px;
}
.menuzord.blue .menuzord-menu>li.active>a, .menuzord.blue .menuzord-menu>li:hover>a, .menuzord.blue .menuzord-menu ul.dropdown li:hover>a {
    color: #f37435;
}

header#header.header-layout-type-header-1rows-floating-header.header-bg-dark-shadow .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .nav-side-icon-list li .hamburger-box .hamburger-inner, header#header.header-layout-type-header-1rows-floating-header.header-bg-dark-shadow .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .nav-side-icon-list li .hamburger-box .hamburger-inner:after, header#header.header-layout-type-header-1rows-floating-header.header-bg-dark-shadow .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .nav-side-icon-list li .hamburger-box .hamburger-inner:before {
    background-color: #000000;
}
header#header.header-layout-type-header-1rows-floating-header.header-bg-dark-shadow .header-nav .navbar-scrolltofixed:not(.scroll-to-fixed-fixed) .menuzord-menu>li>a {
    color: #070707;
}
header#header.header-layout-type-header-1rows-floating-header.header-bg-dark-shadow {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.01));
  padding: 0px 0px;
    border-width: 0 0 1px;
    border-color: #f4f4f4;
}
.inbg{
    margin-top:90px;
}
.img-wrp img{
    border-radius: 20px;
}
.cecon p{
margin-bottom: 10px;}

.valuecon {
    position: relative;
    z-index: 1;
    background-color: #f37435;
    border-radius: 10px;
    color: #fff;
    overflow: hidden;
    height: calc(100% - 20px);
}
.valuecon img{
 width: 100%;
 object-fit: cover;
}
.valin{
    position: relative;
    z-index: 1;
    background-color: #ffeee6;
    padding: 20px;   
    color: #fff;
    height: 100%;
}
.valin h3{
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    color: #f37536;
    margin-bottom: 20px;
}
.valin p{
    font-size: 16px;
    font-weight: 500;
}

.ablast.icon-box-wrapper{
    text-align: center;
}
.ablast .icon-text p{
    text-align: center!important; 
}
.layer-overlay.overlay-theme-colored2-8::before
 {
    background-color: rgb(2 2 2 / 57%);
}

.tm-sc-custom-columns-holder.tm-cc-two-columns .tm-sc-custom-columns-holder-item {
    width: 50%;
    height: 700px;
    position: relative;
    padding: 50px;
}
.vidcon{
        background-color: #f3f2f2;
    padding: 20px;
    border-top: 2px solid #f37435;
    margin-top: 20px;
}

.proslider .owl-carousel .item {
    text-align: center;
    background: #ffffff;
    padding: 20px;
}

.ulsty li{
    list-style: none;
}
.ulsty li p {
    margin-bottom: 10px;
}
.bullet h4{
    margin-bottom: 20px;
    border-bottom:1px solid #9c9c9c
}
.bullet{
    padding: 30px 0px;
}

.testimonials-content {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 580px;
    position: relative;
}

.innerform .tm-custom-columns-12{
    padding: 20px !important;;
}

.tm-owl-carousel-6col .item {
    text-align: center;
}

@media screen and (max-width:767px) {
    .testimonials-content {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 500px;
    position: relative;
}

    .funfact-area {
        background-image: url(../brimg/home/abbg.jpg);
        position: relative;
        padding: 31px 15px;
        border-radius: 15px;
        background-position: left;
        background-size: cover;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        text-align: center;
    }

    .tm-sc-funfact .counter {
    margin-top: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    font-weight: 700;
    display: block;
}

.tm-sc-custom-columns-holder.tm-cc-two-columns .tm-sc-custom-columns-holder-item {
    width: 50%;
    height: 700px;
    position: relative;
    padding: 0px;
}

    .tm-sc-custom-columns-holder-item .item-content.tm-custom-columns-11 {     
        height: 300px;
    }

    .hedsty {

    font-size: 35px;
}

    .video-bg-container {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .inbg{
    margin-top:0px;
}

    .content-box h1 {
        font-size: 40px;
        color: #fff;
        font-weight: 600;
        line-height: 1;
    }

    .content-box h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
    }
}