@import url('https://fonts.googleapis.com/css2?family=AR+One+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'AR One Sans', sans-serif;
}

p {
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
    color: unset;
}

a:hover {
    color: unset;
}

.padding {
    padding: 50px 0px;
}

.logo-sec img {
    width: 100%;
}

.main-wrapper-top {
    display: flex;
    justify-content: space-between;
    padding: 5px 26px;
    align-items: center;
    border-bottom: 1px solid #ededed;
}

.login-wrapper {
    display: flex;
}

.buy-now-sec {
    margin-right: 26px;
    margin-top: 10px;
}

/* .login-sec a 
{
    text-decoration: none;
    color: #fff;
    background-color: #64369f;
    border-radius: 30px;
    padding: 10px 40px;
    font-weight: 700;
    align-items: center;
} */

#defnic.gps-button-wrapper a.gps-button {
    background-color: transparent;
    border: 2px solid #297ab5;
    border-radius: 100px;
    color: #000;
    display: inline-block;
    font: normal normal 16px / 18px "Palanquin Dark", Helvetica, Arial, Verdana, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 7px 30px;
    text-decoration: none;
    transition: all .55s ease-in-out;
    z-index: 1;
}

#defnic.gps-button-wrapper a.gps-button:hover,
#defnic.gps-button-wrapper a.gps-button:focus {
    color: #fff;
    transition: all .75s ease-in-out;
}

#defnic.gps-button-wrapper a.gps-button::before {
    background: linear-gradient(#10588c, #00a1df) -100px 0 no-repeat;
    content: "";
    display: inline-block;
    height: 10em;
    width: 200%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: -30%;
    -webkit-transform: skewX(-30deg) translateX(-80%);
    -ms-transform: skewX(-30deg) translateX(-80%);
    transform: skewX(-30deg) translateX(-80%);
    transition: opacity .25s ease-in-out, -webkit-transform 0s .25s;
    transition: opacity .25s ease-in-out, -ms-transform 0s .25s;
    transition: opacity .25s ease-in-out, transform 0s .15s;

    z-index: -1;
}

#defnic.gps-button-wrapper a.gps-button:hover::before,
#defnic.gps-button-wrapper a.gps-button:focus::before {
    opacity: 1;

    -webkit-transform: skewX(-30deg) translateX(0);
    -ms-transform: skewX(-30deg) translateX(0);
    transform: skewX(-25deg) translateX(0);

    transition: -webkit-transform 0.9s ease-in-out;
    transition: -ms-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 4px 30px;
    font-weight: 600;
    color: #000;
}

#banner-slider .item img {
    width: 100%;
}

#banner-slider {
    position: relative;
}

#banner-slider .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#about-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#banner-slider .owl-nav .owl-next {
    position: absolute;
    right: 10px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#about-carousel .owl-nav .owl-next {
    position: absolute;
    right: 10px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
}

header nav {
    padding: 20px 0px !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: unset;
    height: 0;
}

.products-wrapper {
    position: relative;
}

.products-box-1 {
    position: relative;
    min-height: 1px;
    display: flex;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}


.products-box-2 {
    background-color: rgb(238 238 238);
    border-radius: 20px;
    width: 100%;
}

.products-box-2:hover {
    background-color: transparent;
}

.products-box-3 {
    width: 100%;
    --widgets-spacing: 20px;
    text-align: center;
    position: relative;
    height: 100%;
}

.product-img {
    transition: background 0.5s;
    border-radius: 20px 20px 20px 20px;
    width: 100%;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.product-img img {
    vertical-align: middle;
    display: inline-block;
    border-radius: 20px;
}

.products-box-1:hover {
    background-image: url(../images/bg-layout.svg);
    background-position: center center;
    background-size: cover;
    transition: 1s;
    border-radius: 20px;
}

.img-size {
    width: 90%;
}

.secound-row-product {
    margin-top: 35px;
}



.logo-sec-pannel img {
    width: 13%;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.all-pannerls-wrapper {
    padding-top: 0px;
    padding-bottom: 40px;
}

.all-pannerls-wrapper h2 {
    text-align: center;
}

.pannerls {
    display: flex;
    padding: 24px 0px;
    justify-content: start;
    align-items: center;
    box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    max-height: 140px;
    min-height: 130px;
}

#pannels-wrapper {
    margin-top: 60px;
}

#pannels-wrapper .pannerls .pannerl-img img {
    width: 60%;
}

.text-pannel {
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
}

.all-pannerls-wrapper .owl-carousel .owl-stage-outer {
    padding: 20px 0px;
}

.pannerl-img {
    margin-left: 5px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.overlay {
    opacity: 1;
    overflow: hidden;
    background: transparent;
}

.overlay:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
    z-index: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #43baff;
}

.bg-background-wrapper {
    background-image: url(../images/bg-s1-home4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px 75px 0px;
    margin: 22px 0px;
    position: relative;
}

.bg-background-wrapper::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
    background-color: rgb(0 0 0 / 70%);
}

.bg-background-wrapper .container-fluid {
    position: relative;
}

.bg-box {
    text-align: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 42px 0px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.bg-box h5 {
    font-size: 17px;
    font-weight: 300;
}

.bg-background-wrapper a {
    text-decoration: none;
    color: unset;
}

.icon-main i {
    font-size: 26px;
    margin-bottom: 10px;
}

.bg-box:hover {
    background: rgb(0 161 223);
    border-color: rgb(0 161 223);
    color: #fff;

}

.bg-background-wrapper h4 {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.service-wrapper h4 {
    font-size: 18px;
    color: #000;
    padding: 10px 0px;
    margin: 0;
    text-align: center;
}

.bg-background-wrapper h2 {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    text-align: center;
}

.service-wrapper h2 {
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: #00A1DF;
    background: linear-gradient(to right, #00A1DF 4%, #10588C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
}

.bg-background-wrapper h2 {
    padding-bottom: 18px;
    padding-top: 5px;
}

/* .service-wrapper {
    text-align: center;
    background-image: url(../images/Free-demo-background-02-1.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
} */


.service-wrapper p {
    color: #000;
    font-weight: 300;
    margin: 0;
    letter-spacing: 0.5px;
}

.service-wrapper .col-md-3 {
    border-right: 1px solid rgb(179, 179, 179);
    padding: 0;
}


.zoom-h {
    transition: transform .8s;
    /* Animation */
    margin: 0 auto;
}

.main-service-wrapper:hover .text-sec-service h4 {
    color: #fff;
}



/* .main-service-wrapper {
    background-color: #F5FAFF;
    background-image: url(../images/Blue-Doots.png);
    background-repeat: repeat;
    background-size: 20% auto;
    padding: 40px 0px;
} */
.main-service-wrapper h4 {
    font-size: 32px;
    background: #00A1DF;
    background: linear-gradient(to right, #00A1DF 4%, #10588C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    padding-top: 15px;
}

.text-sec-service {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.text-sec-service h4 {
    font-size: 23px;
    font-weight: 700;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    z-index: 2;
}

.background-sec-about {
    background-image: url(../images/photo-studio.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
}


.background-sec-about-text {
    position: relative;
    padding: 60px 20px;
}

.background-sec-about-text::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(32, 108, 156, 0.70);
}

.background-sec-about-text h2 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.background-sec-about-text h4 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.background-sec-about-text h2,
h4,
p {
    position: relative;

}

.text-sec-service:hover h4 {
    color: #000 !important;
}

.background-sec-about-text p {
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 300;
}

.about-pannels-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 0px;
}

.about-pannels-box p {
    padding: 0px 35px;
    color: rgb(117, 117, 117);
}

footer {
    background-color: transparent;
    background-image: linear-gradient(90deg, #00a1df 20%, #10588c 100%);
    margin-top: 25px;
    padding-top: 55px;
    padding-bottom: 16px;
}

.field-headlinetext {
    margin: auto;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.footer-text-sec {
    width: 60%;
    margin: auto;
    display: block;
}

.footer-buttons {
    padding: 30px 0px;
    text-align: center;
}

.footer-icon a {
    color: white;
    padding-right: 20px;
    font-size: 20px;
}

.logo-sec {
    width: 15%;
}

.footer-logo-sec img {
    width: 27%;
    padding-bottom: 30px;
    margin: auto;
    display: block;
}

.elementor-heading-title {
    font-size: 18px;
    color: white;
    padding: 14px 0px;
}

.footer-ul-wrapper {
    color: #fff;
}

.footer-ul-wrapper ul {
    padding: 0;
}

.footer-ul-wrapper ul li {
    padding: 6px 0px;
    list-style: none;
}

.footer-ul-wrapper ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer-ul-wrapper ul li a {
    color: white;
    text-decoration: none;
    transition: cubic-bezier(0.195, 0.94, 0.94, 5);
}

.hr-footer {
    color: #fff;
}

.footer-ul-wrapper h6 {
    font-size: 21px;
    font-weight: 600;
}

.footer-copyright {
    color: white;
    text-align: center;
    font-size: 13px;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.fixed {
    background-color: #fff;
    position: fixed;
    transition: all 2s;
    width: 100%;
    z-index: 20;
    top: 0;
    animation: smoothScroll 1s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .10);
}

#toTop {
    position: fixed;
    bottom: 60px;
    right: 30px;
    color: white;
    cursor: pointer;
    display: none;
    z-index: 9999;
    width: 49px;
    height: 49px;
    text-align: center;
    font-size: 18px;
    line-height: 49px;
    background: #0095ce;
    border-radius: 5px;
    box-sizing: border-box;
}

#icon-wrapper-side {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 10px;
    left: 0px;
    z-index: 20;
}

#icon-wrapper-side a {
    padding: 7px 3px;
    height: 40px;
    width: 40px;
    margin: 2px 0px;
    text-align: center;
    color: #fff;
}

#icon-wrapper-side a:nth-child(1) {
    background-color: #3b5998;
}

#icon-wrapper-side a:nth-child(2) {
    background-color: #f09433;
}

#icon-wrapper-side a:nth-child(3) {
    background-color: #00aced;
}

#icon-wrapper-side a:nth-child(4) {
    background-color: #007bb6;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    justify-content: end;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.service-wrapper strong {
    color: #0095ce;
}


.about-us-info-wrap {
    position: relative;
}

.ltn__section-title-2 {
    margin-bottom: 10px;
}

.ltn__section-title-2 .section-subtitle {
    margin-top: 0;
    text-transform: uppercase;
    color: #01a3e1;

}

.ltn__section-title-2 .section-title,
.listen-text-wrapper h3,
.caousel-about h3,
.Soundproofing-sec h3 {
    font-size: 28px;
    letter-spacing: 1.5px;
    background: #00A1DF;
    background: linear-gradient(to right, #00A1DF 4%, #10588C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 700;
}

.ltn__section-title-2 p {
    padding: 0 0 0 30px;
    border-width: 0 0 0 2px;
    border-style: solid;
    border-color: #10588c;
    max-width: 550px;
    padding-bottom: 16px;
    padding-top: 16px;
}

.section-title-area p {
    margin-bottom: 0;
    max-width: 500px;
}

.about-us-img-wrap img {
    width: 86%;
    margin: auto;
    display: block;
}

.ltn__about-us-area,
.products-wrapper {
    padding: 50px 0px;
}

.footer-buttons .spc {
    padding-right: 20px;
}

footer #defnic.gps-button-wrapper a.gps-button::before {
    left: -51%;
}

.service-wrapper {
    /* padding: 50px 0px; */
    padding-top: 35px;
    padding-bottom: 80px;
}

.about-us-info-wrap p {
    font-size: 16px;
    color: #000;
    text-align: justify;
    font-weight: 300;
}

footer #defnic.gps-button-wrapper a.gps-button::before {
    background: linear-gradient(#fff, #fff) -10px 0 no-repeat;
    color: #000;
}

footer #defnic.gps-button-wrapper a.gps-button {
    border: 1px solid #fff;
    color: #fff;
}

footer #defnic.gps-button-wrapper a.gps-button:hover,
#defnic.gps-button-wrapper a.gps-button:focus {
    color: #000;
}


.service-wrapper .nav-tabs {
    --bs-nav-tabs-border-color: #00a1df;
    --bs-nav-tabs-link-active-border-color: #00a1df #00a1df #fff;
    display: flex;
    justify-content: space-between;
}

.tabs-inner img {
    width: 10%;
    padding: 14px;
    margin: auto;
    display: block;
}

.tabs-cstm #myTab .nav-link {
    color: #10598d !important;
    padding: 6px 67px;
    background: transparent;
}

.tabs-inner {
    margin-top: 20px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom-color: #f8f8f8;
    border-bottom: 2px solid #0095ce;
    position: relative;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active::before {
    position: absolute;
    content: '';
    bottom: 0px;
    top: 100%;
    width: 0px;
    height: 0px;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #444;
    border-bottom: 0px;
    left: 48%;
    right: 50%;
    border-top-color: #007bb6;
}

.nav-tabs .nav-link {
    background: 0px 0px;
    border: none;
}

#moretext {
    display: none;
}

#mybtn {
    position: relative;
    color: #fff !important;
}

#mybtn a {
    color: #fff;
}

.background-sec-about #defnic.gps-button-wrapper a.gps-button {
    border-color: #fff;
}

.products-wrapper {
    background-color: #fff;
}

#banner-slider .item .mobile-banner {
    display: none;
}



/* contact us */

.contact-banner-sec {
    text-align: center;
    padding: 44px 0 44px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #00a1df -50%, #10588c 100%);
    position: relative;
}

.page-header {
    margin: 0 0 10px;
}

.page-header h1 {
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    font-size: 48px;
    line-height: 72px;
}

.breadcrumb {
    padding: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 20px;
    justify-content: center;
}

.breadcrumb>.active {
    color: #fff;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb li a,
.breadcrumb li {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

.contact-banner-sec:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #ffffff;
    margin-left: -20px;
}


.text-wrapper-prod {
    padding: 24px 10px;
}

.contact-address-sec {
    padding: 50px 0px;
}


.info-text h6 {
    font-size: 25px;
    color: #000;
    font-weight: 500;
}

.text-wrapper-prod i {
    font-size: 25px;
}

.text-wrapper-prod .address-icon {
    width: 16%;
}

.mail-sec-contact {
    padding: 60px 48px;
    background-image: linear-gradient(90deg, #00deff 0%, #7141b1 100%);
    color: #fff;
}

.input-sec-contact,
.input-sec-contact select {
    position: relative;
}

.input-sec-contact i {
    position: absolute;
    color: #0095ce;
    bottom: 50%;
    right: 10px;
}

.textarea-sec i {
    position: absolute;
    color: #0095ce;
    bottom: 80%;
    right: 10px;
}

.input-sec-contact input,
.input-sec-contact select {
    background-color: #fff;
    border: 1px solid;
    border-color: #e5e5e5;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 17px;
    color: #000;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 0;
    padding-right: 40px;
}

.input-sec-contact input:focus-visible,
.input-sec-contact select:focus-visible,
.input-sec-contact textarea:focus-visible {
    border-color: #10588c;
    outline-color: #10588c;
}

.mail-sec-contact textarea {
    resize: vertical;
    padding: 15px 20px;
    min-height: 150px;
    width: 100%;
}


.mail-sec-contact button {
    width: 136px !important;
    padding: 6px 0px;
    border: none;
    margin: auto;
    display: block;
    margin-top: 15px;
    border: 1px solid;
    border-radius: 2px;
}

.contact-address-sec .products-box-1,
.contact-address-sec .products-box-2 {
    border-radius: 0;
}

.map-sec {
    padding-top: 20px;
    padding-bottom: 50px;
}

.text-wrapper-prod p {
    margin: 0;
}


/* enquiry css */

.custom-modal {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 60%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.custom-modal-dialog {
    max-width: 780px;
    width: 100%;
    border-radius: 0px;
    position: relative;
}

.custom-modal-content {
    background: #ffffff;
    padding: 0px 0px;
}

.custom-modal-body .mail-sec-contact {
    padding: 23px 38px;
}

.custom-modal-body .mail-sec-contact {
    background-color: transparent;
    background-image: linear-gradient(90deg, rgb(0, 161, 223) -50%, rgb(16, 88, 140) 100%);
}

.custom-modal-body .input-sec-contact input,
.input-sec-contact select {
    height: 35px;
}

.custom-modal-body .mail-sec-contact textarea {
    min-height: 118px;
}

.custom-modal-body .input-sec-contact i {
    bottom: 56%;
    font-size: 14px;
}

.custom-modal-body .textarea-sec i {
    bottom: 76%;
}

.custom-modal-inner img {
    width: 100%;
    height: 100%;
}

.custom-modal-body {
    display: flex;
}

.custom-modal-inner {
    width: 50%;
}

.custom-modal-inner .mail-sec-contact {
    height: 100%;
}

.close-modal {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: #f56142;
    opacity: 1;
    color: #ffffff;
    border-radius: 100%;
    border: 2px solid #ffffff;
    z-index: 9;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    padding: 0;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
}

.custom-modal {
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

body.modal-open .custom-modal {
    opacity: 1;
    visibility: visible;
    z-index: 1100;
}

.custom-modal .custom-modal-dialog {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

body.modal-open .custom-modal .custom-modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.custom-modal,
body .custom-modal,
body.modal-open .custom-modal .custom-modal-dialog,
body .custom-modal .custom-modal-dialog {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gallery {
    padding: 60px 0px;
}

/* about css */

li {
    list-style: none;
}

.listen-text-wrapper {
    width: 90%;
    text-align: center;
    margin: auto;
    padding: 40px 0px;
}

.we-listen ul li img {
    width: 74%;
}

.we-listen ul li {
    text-align: center;
    cursor: pointer;
    padding: 10px 5px;
}

.we-listen ul li:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.we-listen ul li p {
    padding-top: 20px;
    margin: 0;
    text-align: center;
}

.we-listen ul {
    display: flex;
    justify-content: space-between;
}

.bkg-white {
    background: #fff;
    height: 100%;
    text-align: center;
}

.step-text {
    color: #252527;
    padding: 20px;
    font-size: 25px;
    font-weight: 400;
}

.step-text span {
    font-size: 15px;
    display: block;
    font-style: italic;
    padding-top: 5px;
}

.Soundproofing-sec {
    background-color: #eff0f2;
    padding: 50px 0px;
}

.bkg-white:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.Soundproofing-sec h3 {
    text-align: center;
    padding-bottom: 54px;
}

.about-sec {
    padding: 40px 0px;
}

.about-wrapper-text {
    height: 100%;
    object-fit: cover;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.mainabout-wrapper-image {
    background-image: url(../images/mobile-banner-1.jpg);
    width: 100%;
    background-size: cover;
    height: 500px;
    background-position: bottom;
}

.mainabout-wrapper {
    height: 100%;
}

#about-carousel .owl-item img {
    height: 500px;
    object-fit: cover;
    background-position: center;
}

#about-carousel .item {
    position: relative;

}

.caousel-about h3 {
    padding: 30px 0px;
    text-align: center;
}

.about-carousel-text {
    position: absolute;
    top: 49px;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.about-carousel-text h4 {
    font-weight: 700;
    font-size: 23px;
}

.solution-image {
    width: 100%;
    min-height: 600px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('https://omgmediawork.in/wp-content/uploads/2025/03/IMG_92691-e1741222932740.avif');
    background-position: top;
    background-size: cover;
}
.our_maill p{
    margin-bottom: 6px;
}

.solution-image-1 {
    width: 100%;
    min-height: 600px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('https://omgmediawork.in/wp-content/uploads/2025/11/Bhaktti_Sakpal-Re.avif');
    background-position: 60%;
    background-size: cover;
}

.solution-image-2 {
    width: 100%;
    min-height: 630px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/intractive-pannel-1.jpg);
    background-position: 60%;
    background-size: cover;
}

.broadcast-text {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(121deg, #b09, #0060cc);
    border-right: 1px #000;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    padding: 8% 10%;
    width: 100%;
    position: relative;
}

.broadcast-text-wrapper {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 65%;
    margin: auto;
    right: 0;
    left: 0;
    color: #fff;
}

.broadcast-text-wrapper h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 31px;
    font-weight: 700;
    line-height: 42px;
}

.broadcast-text-wrapper p,
.broadcast-text-wrapper ul li {
    color: #fff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
    font-family: Fira Sans, sans-serif;
    font-size: 18px;
    line-height: 26px;
    list-style: decimal;
}

.broadcast-text-wrapper ul {
    padding: 0;
}

.solutions ul li{
    list-style: none;
}

.caousel-about {
    padding-bottom: 30px;
}

.login-wrapper-1 {
    display: none;
}

.all_product_set {
    margin-bottom: 50px;
    margin-top: 50px;
}

.product_bg {
    position: relative;
    text-align: center;
}

.product_bg::before {
    content: '';
    display: block;
    width: 100%;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 161 223 / 79%);
    z-index: -1;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.475, 0.425, 0, 0.995);
    transition: -webkit-transform 0.75s cubic-bezier(0.475, 0.425, 0, 0.995);
    transition: transform 0.75s cubic-bezier(0.475, 0.425, 0, 0.995);
    transition: transform 0.75s cubic-bezier(0.475, 0.425, 0, 0.995), -webkit-transform 0.75s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.product_bg:hover::before {
    -webkit-transform: scale(1, 0.75);
    transform: scale(1, 0.75);
    background-color: rgb(0 161 223 / 0.7);
}

.product_bg img {
    margin-top: -85px;
}

.product_text_sec h2 {
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 38px;
    margin-top: 50px;
    text-align: center;
    color: #00aced;
}

.product_text_sec p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #827f7e;
}

.offcanvas {
    visibility: visible;
}

.newcls {
    visibility: hidden !important;
}


.media-consultation {
    background-color: rgb(233 239 245);
    padding: 40px 0px;
    text-align: center;
}

.media-card {
    align-items: center;
    border-radius: 15px;
    border: 1px solid #cbe8f8;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
    padding: 1.5rem 0.75rem;
    transform: scale(1);
    transition: box-shadow .3s;
    transition: scale .3s ease-in-out;
    width: 100%;
    cursor: pointer;
    background-color: #fff;
}

.media-img-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
    margin-bottom: 18px;
    background-color: #fff !important;
}

.media-img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);

}

.media-card:hover img {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.media-card:hover {
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
    transition: box-shadow .3s;
    transition: scale .3s ease-in-out;
}

.media-consultation h4 {
    padding-bottom: 40px;
}

.media-consultation h2 {
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    background: #00A1DF;
    background: linear-gradient(to right, #00A1DF 4%, #10588C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-align: center;
    padding-bottom: 35px;
}

.media-card h5 {
    font-size: 15px;
}

.second-row .media-card {
    height: 100%;
}

.home-theater .broadcast-text-wrapper {
    width: 80%;
}

.home-theater .broadcast-text-wrapper p {
    font-size: 13px;
    text-shadow: none;
    letter-spacing: 0.8px;
    line-height: 24px;
}

.solution-image-new img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#response {
    font-size: 16px;
    color: #cfcfcf;
    border: 1px solid #cfcfcf;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}

#alert {
    font-size: 16px;
    color: Red;
    border: 1px solid Red;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}