
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto", sans-serif;
}
body a {
    color: #ffb500;
}
p{
    color: #596065;
}
ul.social-media-icons {
    display: none !important;
}
.custom-head {
    width: 100%;
}

header {
    position: sticky;
    top: 0;
    z-index: 9;
}
.custom-head .container-fluid {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0;
    align-items: center;
}
a.navbar-brand {
    color: #fff !important;
    font-size: 24px;
    font-weight: 600;
}
div#navbarNav {
    flex-grow: inherit;
}
nav.navbar.navbar-expand-lg {
    background: #2f3237;
    padding: 0;
}
.nav-link.dropdown-toggle:after {
    display: none;
}

ul.navbar-nav li a {
    color: #fff;
    padding: 8px 10px !important;
}
ul.navbar-nav li a:hover {
    color: #fec844;
}
ul.navbar-nav li a.active {
    color: #ffc107 !important;
    font-weight: 500;
}
.navbar-nav .nav-link.show {
    color: #fec844;
}

ul.dropdown-menu li a {
    color: #4e4646;
    padding: 7px 10px;
    border-bottom: 1px solid #eee;
}
ul.dropdown-menu li a:hover {
    color: #111;
}
.nav-link:focus {
    color: #fec844;
}
ul.dropdown-menu {
    border: none;
    border-radius: 0;
    background: #ffffff;
    top: 62px !important;
    padding: 0;
    margin: 0 !important;
}

.nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
}

.navbar-nav li.nav-item {
    padding: 11px 0;
}
.hero-section {
    padding: 100px 0;
    display: inline-block;
    width: 100%;
    background-image: url('../img/uuu.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	background-position: top;
}

.hero-section .container {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.bnr-text-sec {
    width: 40%;
    padding-right: 30px;
}
.bnr-text-sec p {
    color: #fff;
}
.bnt-img-sec {
    width: 60%;
}

img {
    max-width: 100%;
}

.bnr-text-sec h2 {
    font-size: 40px;
    margin: 0 0 30px;
    color: #111;
    position: relative;
    padding: 0 0 28px;
}

.bnr-text-sec h2:before {
    content: ' ';
    background: #fec844;
    position: absolute;
    bottom: 0;
    width: 110px;
    height: 8px;
}

.bnr-text-sec a {
    background: #fec844;
    padding: 10px 20px;
    display: inline-flex;
    min-height: 52px;
    width: 100%;
    max-width: 200px;
    color: #111;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    font-size: 18px;
}
.spacing{
 padding: 70px 0px;
}
.about-section {
    background: #e1f1fd;
    padding: 70px 0;
}
.led-disply-sec {
    text-align: center;
    max-width: 1070px;
    margin: 0 auto;
}

.led-disply-sec h2 {
    color: #111;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.applications-section-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 40px;
}

.applications-inner {
    width: calc(33.333% - 10px);
    padding: 0 2%;
	text-align: center;
}

.applications-inner img {
    max-width: 200px;
}

.applications-inner h3 {
    font-size: 23px;
    margin-top: 25px;
    color: #111;
    margin-bottom: 12px;
}

.applications-inner p {
    font-size: 15px;
    margin-bottom: 20px;
}

.applications-inner a {
    display: inline-block;
    border: 1px solid #111;
    padding: 10px 20px;
    text-decoration: none;
    max-width: 150px;
    width: 100%;
    text-align: center;
    color: #111;
}

.applications-inner a:hover {
    background: #111;
    color: #fff;
}
.have-question-section {
  /*  background-image: url('../img/bg.png');*/
	background: #111;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.have-question-sec {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.have-question-text h4 {
    color: #fff;
    font-size: 30px;
}

.have-question-text h2 {
    color: #fff;
    font-size: 50px;
    margin: 20px 0;
}
.have-question-text a {
    display: inline-block;
    color: #000;
    background: #fec844;
    padding: 10px 20px;
    margin-top: 10px;
    max-width: 150px;
    width: 100%;
    text-align: center;
    border: 1px solid #fec844;
}

a {
    text-decoration: none;
    transition: 0.4s;
}

.have-question-text a:hover {
    border-color: #fff;
    color: #fff;
}

.custom-tab-sec .card {
    background: transparent;
    border: none;
    flex-wrap: wrap;
    flex-direction: row;
}

.custom-tab-sec .nav-link {
    color: #ffffff;
    border: none;
    margin: 0;
    border-radius: 0;
    padding: 14px 0;
}

.custom-tab-sec .nav-link.active {
    background: #fec844;
    color: #fff;
}
.custom-tab-sec .card nav {
    width: 30%;
    padding-right: 40px;
}

.custom-tab-sec div#nav-tabContent {
    width: 70%;
}

.custom-tab-sec div#nav-tab {
    flex-direction: column;
    background: #111;
    margin: 0 !important;
    height: 100%;
}

.custom-tabs-inner h2 {
    color: #111;
    font-size: 25px;
    margin-bottom: 15px;
}

a.buuton-let-talk {
    display: ruby-text;
    color: #ffffff;
    background: #111;
    padding: 10px 20px;
    margin-top: 10px;
    max-width: 230px;
    width: 100%;
    border: 1px solid #111;
}
.led-disply-sec.text-left {
    text-align: left;
    margin-bottom: 30px;
    max-width: 100%;
}
.why-choose-inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.why-choose-inner-info {
    width: 33.333%;
    padding: 20px;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    text-align: center;
}

.why-choose-inner-info:nth-child(3), .why-choose-inner-info:nth-child(6) {
    border-right: none;
}

.why-choose-inner-info:nth-child(4), .why-choose-inner-info:nth-child(5), .why-choose-inner-info:nth-child(6) {
    border-bottom: none;
}

.why-choose-inner-info h3 {
    margin: 20px 0;
    font-weight: 400;
    font-size: 25px;
}

.why-choose-inner-info img {
    margin-bottom: 10px;
    max-width: 72px;
}
.digital-solutions-sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
}

.left-section-sec {
    width: 50%;
    padding-right: 5%;
}

.right-section-sec {
    width: 50%;
}

.left-section-sec h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.btn-cust {
    display: inline-block;
    color: #000;
    background: #fec844;
    padding: 10px 20px;
    margin-top: 10px;
    max-width: 150px;
    width: 100%;
    text-align: center;
    border: 1px solid #fec844;
}

.btn-cust:hover {
    color: #fff;
    border-color: #fff;
}
.portfolio-section .led-disply-sec {
    background: #111;
    padding: 15px 0;
    max-width: 100%;
}

.portfolio-section .led-disply-sec h2 {
    color: #fff;
    margin: 0;
}

.portfolio-tab-sec div#nav-tab {
    border: none !important;
    gap: 30px;
}

.portfolio-tab-sec .nav-link {
    border: none;
    color: #666;
    border-bottom: 1px solid transparent;
    padding: 10px 0;
}

.portfolio-tab-sec .nav-link.active {
    border-bottom: 1px solid #000;
    color: #000;
}

.portfolio-tab-sec .card {
    background: transparent;
    border: none;
}

.portfolio-custom-tabs-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.img-sec {
    width: 50%;
}

.text-sec {
    width: 50%;
    padding-left: 5%;
}
footer {
    /*background-image: url('../img/footer.jpg');*/
	background: #111;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-col {
    width: calc(25% - 30px);
}

.news-latter label {
    display: block;
    color: #fff;
    margin: 0 0 5px;
}

.news-latter input {
    width: 100%;
    padding: 12px;
    border: none;
    background: #fff;
}

.news-latter button {
    width: 100%;
    border: none;
    padding: 12px;
    background-color: #fec844;
    color: #111;
}
.footer-col-inner h4 {
    color: #fec844;
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-col-inner ul {
    padding: 0;
    margin: 0 0 25px;
}

.footer-col-inner ul li {
    display: block;
    color: #fff;
}

.footer-col-inner ul li a {
    color: #fff;
    padding: 2px 0;
    display: inline-block;
}

.footer-col-inner {
    margin-top: 30px;
    border-right: 1px solid #fff;
}

.footer-col:last-child .footer-col-inner {
    border-right: none;
}
ul.social-media-icons {
    display: flex;
    gap: 12px;
}

ul.social-media-icons li a {
    font-size: 20px;
}
.footer_copy {
    background: #252525;
    text-align: center;
    padding: 10px 0;
}

.copyright {
    color: #fff;
}

.copyright a {
    color: #fff;
    padding: 0 6px;
}


/*==================================   about page css start  ========================*/
.about-banner-section {
    background-image: url('../img/aboutbnr.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.about-bnr-content-sec {
    background: #000000ba;
    display: inline-block;
    padding: 30px;
}

.about-bnr-content-sec h2 {
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    padding: 0 0 20px;
}
.about-bnr-content-sec h2::after {
    content: ' ';
    background: #fec844;
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 5px;
    left: 0;
}   

.about-bnr-content-sec p {
    color: #fff;
    max-width: 500px;
    font-size: 18px;
}
.about-inner-content h3 {
    font-size: 28px;
    margin: 0 0 22px;
    padding: 0 0 10px;
    position: relative;
    color: #111;
    font-weight: 400;
}

.about-inner-content h3:after {
    content: ' ';
    background: #fec844;
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 3px;
    left: 0;
}
.about-inner-content {
    margin-bottom: 40px;
}
.about-inner-content ul li {
    color: #596065;
}


/*==================================   Contact-Us page css start  ========================*/
.about-banner-section.contact-bnr {
    background-image: url('../img/Contact-Us.png');
    position: relative;
}
.contact-bnr:after {
    content: ' ';
    background: #0000000f;
    width: 100%;
    height: 100%;
    position: absolute;
}
.contact-form-sec {
    max-width: 900px;
    margin: 40px auto;
}
.contact-form-sec h2 {
    font-size: 28px;
    margin: 0 0 22px;
    padding: 0 0 10px;
    position: relative;
    color: #111;
    font-weight: 400;
}

.contact-form-sec h2:before {
    content: ' ';
    background: #fec844;
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 3px;
    left: 0;
}

.contact-form-sec form {
    margin-top: 30px;
}

.contact-form-sec .form-control {border-radius: 0px;padding: 12px;}

.contact-form-sec .form-control::placeholder {color: #bbbbbb;font-weight: 300;}

.contact-form-sec select.form-select::selection {
    color: #ccc;
}

.contact-form-sec select.form-select {
    padding: 12px;
    border-radius: 0;
}

.contact-form-sec button {
    width: 100%;
    border: none;
    background: #fec844;
    padding: 13px;
    min-height: 52px;
    color: #111;
    font-size: 18px;
}

.get_in_touch {
    background-color: #090e21;
    padding: 20px;
}

.map-inner-sec {
    max-width: 300px;
    margin-left: auto;
}

.get_in_touch h3 {
    color: #fff;
}

.get_in_touch p {
    color: #fff;
    margin: 0;
}

.get_in_touch_wrapper ul {
    margin: 0;
    padding: 0;
}

.get_in_touch_wrapper ul li {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #3a3a3a;
    padding: 10px 0;
}

span.icon i {
    color: #fff;
}

.get_in_touch_wrapper ul li span {
    color: #fff;
}

.get_in_touch_wrapper ul li a {
    color: #fff;
}

.get_in_touch_wrapper ul li:last-child {
    border-bottom: none;
}

.get_in_touch_wrapper {
    margin-top: 10px;
}

.map-section {
    background-image: url('../img/d9.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0 0;
}
.mcb-column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mail-col-sec {
    width: 33.333%;
    text-align: center;
}

.mcb-section {
    background-color: #f0f0f0;
    padding: 50px 0;
}

.mail-col-sec span {
    background: #000;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 25px;
}

.mail-col-sec p {
    color: #000;
    margin: 0;
}


/*==================================  Solutions page css start  ========================*/
.Solutions-section-content-main {
    margin-top: 40px;
}

.menu-left-side ul {
    padding: 0;
    margin: 0;
}

.menu-left-side ul li {
    display: block;
}

.menu-left-side ul li a {
    color: #000;
    padding: 10px 10px;
    display: block;
    border: 1px solid #eee;
    margin-bottom: 6px;
}

ul.submenu {
    background: #e1f1fd;
    padding: 10px;
    margin-bottom: 6px;
    display: none;
}

.menu-left-side ul li ul.submenu li a {
    padding: 4px 0;
    padding-left: 5px;
    font-size: 14px;
    color: #666;
    border-color: transparent;
    margin: 0;
}

.menu-left-side ul li a.active {
    background: #111;
    color: #fff;
    margin: 0;
}
.menu-left-side ul li.active ul.submenu {
    display: block;
}

.menu-left-side ul li:hover ul.submenu {
    display: block;
}

.menu-left-side ul li:hover a {
    background: #111;
    color: #fff;
}

.menu-left-side ul li:hover ul.submenu li a {
    background: transparent;
}
.h2-heading {
    font-size: 28px;
    margin: 0 0 22px;
    padding: 0 0 10px;
    position: relative;
    color: #111;
    font-weight: 400;
}

.h2-heading:after {
    content: ' ';
    background: #fec844;
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 3px;
    left: 0;
}

.indour-solution-content {
    margin-bottom: 30px;
}
.on-hover-data-info h4 a {
    background: #000000a6;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
}

.on-hover-data-info ul {
    display: flex;
    gap: 5px;
    margin-top: 20px;
    background: #fff;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pro-name {
    margin: 15px 0;
    text-align: center;
}

.pro-name a {
    color: #111;
}

.indour-pro-inner {
    position: relative;
    overflow: hidden;
}

.on-hover-data-info {
    position: absolute;
    bottom: 20%;
    z-index: 2;
    display: none;
}

.indour-pro-inner:hover .on-hover-data-info {
    display: block;
}

.indour-pro-inner span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    transition: 0.5s;
}

.indour-pro-inner:hover span {
    top: -30px;
}
.Solutions-right-section {
    margin-bottom: 30px;
}
.on-hover-data-info-led {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000008a;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.on-hover-data-info-led h3 {
    color: #fff;
    font-size: 16px;
    margin: 10px 0 0;
    font-weight: 400;
}

.on-hover-data-info-led i {
    color: #fff;
    font-size: 30px;
}
.relative {
    position: relative;
}

.relative:hover .on-hover-data-info-led {
    display: flex;
}
.on-hover-data-info-led a {
    text-align: center;
}
.indour-solution-content-pro .row {
    --bs-gutter-y: 20px;
}
.rental-led-section .bnr-text-sec {
    width: 100%;
}

.rental-led-section .bnt-img-sec {
    width: 100%;
}

.rental-led-section .row {
    align-items: center;
}

.rental-led-section {
    padding: 50px 0;
    position: relative;
}
.rental-led-section:after {
    content: ' ';
    background: #86b7fe1f;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.lightweight-row h3 {
    background: #111;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
}

.lightweight-row div {
    display: flex;
    gap: 15px;
    align-items: baseline;
    padding: 10px;
}

.lightweight-row {
    border: 1px solid #eee;
    margin-bottom: 30px;
}

.more-dateails-sec th {
    padding: 12px;
    border: 1px solid #ccc;
}

.more-dateails-sec td {
    padding: 10px;
    border: 1px solid #ccc;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
table tr:first-child {
    background: #6f6f6f;
    color: white;
}
.Brighter-row {
    background: #e1f1fd;
    padding: 20px;
}

.Indoor-led-scren-sec {
    margin-top: 30px;
}

.Brighter-row ul {
    display: flex;
    flex-wrap: wrap;
}

.Brighter-row ul li {
    width: 50%;
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
    padding-top: 10px;
}

.Brighter-row ul li span i {
    font-size: 30px;
    color: #111;
}

.Brighter-row ul li p {
    padding-right: 10px;
}

.Brighter-row ul li:last-child {
    border: none;
}
.Brighter-contaent-indo img {
    width: 100%;
}
.Brighter-contaent-indo {
    margin-bottom: 40px;
}



/*==================================  Products page css start  ========================*/
.p2-indoor-led-section {
    background-image: url('../img/Indoor-Banners.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.p2-indoor-led-section .row {
    align-items: center;
}

.indoor-bnr-text h2 {
    color: #fff;
    font-size: 35px;
}

.indoor-bnr-text h2 span {
    color: #fec844;
}

.indoor-bnr-text p {
    color: #fff;
}
.Applications-inner-sec {
    position: relative;
}

.on-hover-iocn {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fec844;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
}

.on-hover-iocn p {
    color: #fff;
    font-size: 20px;
    margin: 0 0 5px;
}

.on-hover-iocn i {
    color: #fff;
    font-size: 20px;
}

.Applications-inner-sec:hover .on-hover-iocn {
    display: flex;
}

.applaction-sec h5 {
    margin: 0 0 20px;
}
.applaction-sec .row {
    --bs-gutter-y: 24px;
}

.on-hover-text {
    text-align: center;
}

.on-hover-text p {
    margin: 10px 0;
}

.applation-tab-sec {
    margin-top: 30px;
}

.applation-tab-sec .row {
    --bs-gutter-y: 20px;
}

.applation-tab-sec div#nav-tabContent {padding: 20px 0;}

.applation-tab-sec .card {
    border: none;
}

.applation-tab-sec button.nav-link {
    color: #000;
    border-radius: 0;
}

.applation-tab-sec button.nav-link.active {
    background: #111;
    color: #fff;
    border: none;
    margin: 0;
}
.custom-table-sec table th {
    padding: 12px;
    border: 1px solid #ccc;
}

.custom-table-sec table td {
    padding: 10px;
    border: 1px solid #ccc;
    color: #596065;
}
.menu-left-side ul li ul.submenu li a.active {
    color: #fff;
}
.menu-left-side ul li:hover ul.submenu li a.active {
    background: #111;
}