@charset "utf-8";
@import "bootstrap-grid.css";
@import "../css/icons.css";
.contact-info a {
    color: #252525;
}
a {
    color: #dd1b1e;
    text-decoration: none
}

h1 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 15px
}

h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 10px 0;
    font-weight: 600
}

h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0;
    font-weight: 500
}

h4 {
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0;
    font-weight: 500
}

h5 {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
    font-weight: 400
}

h6 {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    font-weight: 400
}

p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 15px 0 20px;
    color: #252525
}

strong {
    font-weight: 500
}

img {
    border-radius: 25px
}

ul {
    padding: 0;
    margin: 0
}

.pt-0 {
    padding-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.pt-100 {
    padding-top: 100px
}

.pt-50 {
    padding-top: 50px
}

.m-pt-30 {
    padding-top: 30px
}

.mb-pt-30 {
    padding-bottom: 30px
}

.pl-4 {
    padding-left: 40px !important
}

.pr-4 {
    padding-right: 40px !important
}

.py-5 {
    padding-bottom: .8rem
}

img {
    width: 100%
}

.mt-30 {
    margin-top: 30px
}

.form-group {
    margin-bottom: 20px
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-family: Montserrat, serif;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

textarea.form-control {
    height: 100px
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.section-padding,
.section-padding-v2 {
    padding: 40px 0
}

.section-title {
    margin-bottom: 20px
}

.section-title p {
    color: #dd1b1e;
    font-size: 14px;
    margin-bottom: 0
}

.section-title h2 {
    color: #252525;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

.text-white {
    color: #fff !important
}

.text-center {
    text-align: center
}

iframe {
    width: 100%
}

.d-block {
    display: block
}

.background-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.primary-light-bg {
    background-color: #FEF6DF
}

.secondary-light-bg {
    background-color: #f9f9f9
}

button {
    cursor: pointer
}

.btn-block {
    width: 100%
}

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 1.5rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-decoration: none
}

.theme-btn {
    color: #fff;
    background-color: #dd1b1e;
    display: inline-block;
    border: 1px solid #dd1b1e;
    border-radius: 30px;
    padding: 13px 30px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px
}

.theme-btn i {
    margin-left: 20px
}

.theme-btn:hover {
    background-color: #fff;
    color: #dd1b1e
}

.transparent-btn {
    color: #dd1b1e;
    background-color: #fff;
    border: 1px solid;
    display: inline-block;
    border-radius: 30px;
    padding: 13px 30px;
    margin-bottom: 10px;
    font-weight: 600
}

.transparent-btn i {
    margin-left: 20px
}

.transparent-btn:hover {
    color: #fff;
    background-color: #dd1b1e;
    border-color: #dd1b1e
}

.sm-btn {
    padding: 5px 25px;
    font-size: 12px;
    line-height: 20px
}

.d-none {
    display: none
}

.d-flex {
    display: flex
}

.justify-space-between {
    justify-content: space-between
}

body {
    font-family: Montserrat, serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #252525
}

.listing-ul {
    list-style: none
}

.listing-ul li {
    color: #252525;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 25px
}

.listing-ul li:before {
    content: "\e90d";
    font-weight: 700;
    position: absolute;
    font-family: icomoon !important;
    left: 0;
    top: 2px;
    background-color: #8BC34A;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 20px
}

header {
    padding: 20px;
    padding: 10px 0;
    color: #e7e7e7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), #2d3131)
}

header.sticky-header .rt-sticky {
    background: #fff;
    position: fixed;
    width: 100%;
    padding: 5px 10px;
    left: 0;
    z-index: 9;
    top: 0;
    animation: .5s linear stickyhead;
    box-shadow: 0 1px 10px 0 #bdc3cb
}

header.sticky-header .rt-sticky nav ul li a {
    color: #333
}

header .logo {
    width: auto;
    background-color: #fff;
    margin-top: -10px;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

header .logo img {
    max-width: 150px;
    height: auto;
    border-radius: 0
}

header nav {
    justify-content: end;
    display: flex
}

header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header nav ul li {
    margin-right: 15px;
    list-style: none;
    position: relative;
    cursor: pointer
}

header nav ul li a {
    color: #fff;
    text-decoration: none;
    padding: 12px 17px;
    transition: all .3s ease-out;
    font-size: 16px;
    font-weight: 600;
    position: relative
}

header nav ul li a.active:after,
header nav ul li a:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 2px;
    background-color: #dd1b1e
}

header nav ul li.dropdown {
    color: #000;
    text-decoration: none;
    transition: all .3s ease-out;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px
}

header nav ul li.dropdown .dropdown-menu-col-1 {
    min-width: 160px;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    position: absolute;
    top: 30px;
    left: 0;
    border-radius: 0 0 4px 4px;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-box-shadow: 0 3px 20px 0 #0000d;
    box-shadow: 0 3px 20px #0000d;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #fff;
    display: block;
    white-space: nowrap
}

header nav ul li.dropdown .dropdown-menu-col-1 li {
    padding: 20px;
    margin-right: 0;
    border-radius: 0
}

header nav ul li.dropdown .dropdown-menu-col-1 li:hover {
    border: none;
    background-color: #fcf2d1
}

header nav ul li.dropdown .dropdown-menu-col-1 li:hover a {
    color: #dd1b1e;
    border-bottom: 0
}

header nav ul li.dropdown .dropdown-menu-col-1 li:hover a:after {
    display: none
}

header nav ul li.dropdown .dropdown-menu-col-1 li a {
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    display: block;
    color: #000;
    border-bottom: 0
}

header nav ul li.dropdown:hover {
    transition: all .3s ease-out;
    color: #dd1b1e
}

header nav ul li.dropdown:hover .dropdown-menu-col-1 {
    opacity: 1;
    visibility: visible;
    transform: translatey(0)
}

header nav ul li.dropdown i {
    vertical-align: middle;
    font-size: 14px;
    margin-left: 5px
}

header .header-action-layout1 {
    display: flex;
    justify-content: center
}

header .theme-btn {
    margin-bottom: 0
}

.rt-header-menu {
    padding: 0;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transition: all .5s
}

.rt-header-menu.rt-sticky {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1000;
    top: 0;
    padding: 0;
    animation: .5s linear stickyhead;
    box-shadow: 0 1px 10px 0 #bdc3cb
}

.rt-header-menu .mean-bar img {
    width: 150px;
    border-radius: 0
}

.mean-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px
}

.mean-bar .mean-bar--right {
    display: flex;
    align-items: center
}

.mean-bar .mean-bar--right .sidebarBtn {
    display: block;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mean-bar .mean-bar--right .sidebarBtn span.bar {
    background-color: #dd1b1e;
    height: 4px;
    width: 35px;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.slidemenuon .sidebarBtn .bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(3px, 3px);
    -ms-transform: rotate(45deg) translate(3px, 3px);
    transform: rotate(45deg) translate(3px, 3px)
}

body.slidemenuon .sidebarBtn .bar:nth-child(2) {
    width: 25px;
    margin-left: 5px;
    opacity: 0
}

body.slidemenuon .sidebarBtn .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(8px, -8px);
    -ms-transform: rotate(-45deg) translate(8px, -8px);
    transform: rotate(-45deg) translate(8px, -8px);
    margin-bottom: 0
}

.rt-slide-nav {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    z-index: 999;
    transition: .5s cubic-bezier(.77, 0, .175, 1);
    overflow: auto
}

.rt-slide-nav.open {
    left: 0
}

.offscreen-navigation ul {
    padding: 0
}

.offscreen-navigation ul li {
    list-style: none;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc
}

.offscreen-navigation ul li:last-child {
    border-bottom: none
}

.offscreen-navigation ul li a {
    color: #252525;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600
}

.offscreen-navigation ul li a.drop-menu:before {
    right: 20px;
    width: 2px;
    height: 12px;
    content: "";
    position: absolute;
    top: calc(49.5%);
    z-index: 2;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    background-color: #333;
    -webkit-transition: visibility 350ms, -webkit-transform 350ms;
    transition: transform 350ms, visibility 350ms, -webkit-transform 350ms
}

.offscreen-navigation ul li a.drop-menu:after {
    right: 15px;
    width: 12px;
    height: 2px;
    content: "";
    position: absolute;
    top: calc(49.5%);
    z-index: 2;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    background-color: #333;
    -webkit-transition: visibility 350ms, -webkit-transform 350ms;
    transition: transform 350ms, visibility 350ms, -webkit-transform 350ms
}

.offscreen-navigation ul li a.drop-menu.drop-menu:before {
    right: 20px;
    width: 2px;
    height: 12px;
    content: "";
    position: absolute;
    top: calc(49.5%);
    z-index: 2;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    background-color: #333;
    -webkit-transition: visibility 350ms, -webkit-transform 350ms;
    transition: transform 350ms, visibility 350ms, -webkit-transform 350ms
}

.offscreen-navigation ul li a.drop-menu.drop-menu:after {
    right: 15px;
    width: 12px;
    height: 2px;
    content: "";
    position: absolute;
    top: calc(49.5%);
    z-index: 2;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    background-color: #333;
    -webkit-transition: visibility 350ms, -webkit-transform 350ms;
    transition: transform 350ms, visibility 350ms, -webkit-transform 350ms
}

.offscreen-navigation ul li a.drop-menu.drop-menu.is-clicked:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.offscreen-navigation ul li .sub-menu a {
    font-size: 16px
}

.offscreen-navigation ul li .sub-menu.is-active {
    display: none
}

.banner {
    padding: 100px 0;
    color: #fff
}

.banner p {
    color: #FAC32B;
    font-weight: 500
}

.banner h1 {
    margin-bottom: 20px;
    line-height: 40px
}

footer {
    background-color: #000;
    color: #fff
}

footer .main-footer {
    padding-top: 30px;
    margin: 0
}

footer .main-footer h5 {
    margin: 20px 0;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    border-bottom: 1px solid #F41C21;
    display: inline-block;
    padding-bottom: 10px
}

footer .main-footer a {
    color: #fff;
    text-decoration: none
}

footer .main-footer a:hover {
    color: #ddd
}

footer .main-footer ul {
    list-style-type: none
}

footer .main-footer ul li {
    margin-bottom: 15px;
    font-size: 14px
}

footer .main-footer .social-links {
    column-gap: 15px
}

footer .main-footer .social-links li,
footer .main-footer .social-links li a {
    font-size: 25px
}

footer .main-footer .ndis-logo {
    max-width: 290px;
    margin-top: 25px
}

footer .copyright {
    background-color: #F41C21;
    padding: 10px 0;
    margin-top: 20px;
    text-align: center
}

footer .copyright p {
    margin: 0;
    color: #fff
}

.timeline-container {
    max-width: 100%;
    margin: 0 auto
}

.timeline-container .timeline {
    width: 90%;
    margin: 30px;
    position: relative;
    padding: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.timeline-container .timeline::before {
    content: "";
    width: 1px;
    height: 100%;
    border: 1px dashed #c9c5c5;
    left: 0;
    top: 0;
    position: absolute
}

.timeline-container .timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%
}

.timeline-container .timeline .timeline-item {
    margin-bottom: 50px;
    position: relative
}

.timeline-container .timeline .timeline-item:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.timeline-container .timeline .timeline-item .timeline-icon {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-left: -23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.timeline-container .timeline .timeline-item .timeline-icon i {
    position: relative;
    top: 13px;
    left: 0;
    font-size: 24px;
    color: #fff
}

.timeline-container .timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: #9C0000;
    padding: 20px;
    position: relative
}

.timeline-container .timeline .timeline-item .timeline-content span {
    background-color: red;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 30px;
    position: absolute;
    top: -10px;
    right: -8px
}

.timeline-container .timeline .timeline-item .timeline-content:after {
    content: '';
    position: absolute;
    top: 16px;
    right: -21%;
    background-color: #F41C21;
    width: 20%;
    height: 1px;
    display: none
}

.timeline-container .timeline .timeline-item .timeline-content.right span {
    right: 0;
    left: auto
}

.timeline-container .timeline .timeline-item .timeline-content.right:after {
    left: -18%
}

.timeline-container .timeline .timeline-item .timeline-content h2 {
    padding: 0;
    color: #dd1b1e;
    font-weight: 600;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-size: 17px;
    margin: 0 0 10px;
    line-height: 23px
}

.timeline-container .timeline .timeline-item .timeline-content p {
    margin: 0;
    font-size: 15px
}

.about-us {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0
}

.about-us .section-title {
    margin-bottom: 0
}

.about-us .btn {
    float: left;
    margin: 10px 20px 10px 0
}

.about-us .btn i {
    font-size: 12px;
    margin-left: 10px
}

.about-us .about-content {
    width: 100%;
    border: 1px solid #FAC32B;
    border-radius: 40px;
    padding: 20px;
    position: relative;
    left: 0;
    background-color: #fff;
    bottom: 20px;
    z-index: 2;
    margin: 10px
}

.about-us .about-content p {
    margin: 0 0 10px;
    font-size: 15px
}

.about-us .about-img {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 1
}

.about-us .about-img .about-img-drop {
    position: absolute;
    background-color: #fff;
    padding: 15px;
    bottom: 130px;
    right: 5%;
    border-radius: 16px;
    text-align: right
}

.about-us .about-img .about-img-drop .counter {
    color: #dd1b1e;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 40px;
    text-align: left
}

.about-us .about-img .about-img-drop .counter::after {
    content: "+"
}

.about-us .about-img .about-img-drop p {
    margin: 0;
    line-height: 18px
}

.about-us.style-2 {
    padding: 0 0 40px
}

.about-us.style-2 .about-img {
    background-color: #FEF6DF;
    padding: 20px 20px 20px 0;
    border-bottom-right-radius: 70px;
    position: relative;
    z-index: 1
}

.about-us.style-2 .about-img:after {
    background-color: #FAC32B;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1
}

.about-us.style-2 .about-img .about-img-drop {
    right: auto;
    left: 5%;
    bottom: 15%
}

.about-us.style-2 .about-content {
    left: auto;
    bottom: 0;
    right: 0;
    height: 100%
}

.have-qus {
    display: flex;
    float: left;
    gap: 10px
}

.have-qus .icon {
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 50%;
    line-height: 70px
}

.have-qus .icon img {
    width: auto;
    vertical-align: middle
}

.have-qus .text {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.have-qus .text .question_heading {
    font-size: 22px;
    line-height: 30px
}

.have-qus .text .phone {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px
}

.why-choose-list ul {
    list-style: none
}

.why-choose-list ul li {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 15px;
    box-shadow: 0 .5rem 1rem #57565321
}

.why-choose-list ul li h6 {
    color: #FAC32B;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 600
}

.why-choose-list ul li p {
    color: #252525;
    margin: 0
}

.products {
    padding-left: 00px
}

.products .slick-slide .slide-content {
    margin: 0 10px;
    position: relative;
    z-index: 9
}

.products .slick-slide .slide-content img {
    min-height: 250px
}

.products .slick-slide .slide-content p {
    margin: 0 10px;
    background-color: #f9f9f9;
    border-radius: 10px;
    position: absolute;
    bottom: 10px;
    padding: 5px;
    display: block;
    transform: translate(6px, -10px);
    width: 90%;
    text-align: center;
    font-weight: 600;
    z-index: 9
}

.products .slick-slide .slide-content::after {
    content: '';
    background: -webkit-linear-gradient(top, #000 0, #000 99);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out;
    z-index: 1;
    border-radius: 15px
}

.products .slick-list {
    margin: 20px 0
}

.products .slick-next,
.products .slick-prev {
    position: absolute;
    right: 0;
    background: 0 0;
    border: 1px solid #dd1b1e;
    color: #dd1b1e;
    width: 50px;
    height: 50px;
    opacity: 1;
    top: 50%
}

.products .slick-next:before,
.products .slick-prev:before {
    content: ">";
    color: #dd1b1e;
    font-size: 25px
}

.products .slick-next:focus,
.products .slick-next:hover,
.products .slick-prev:focus,
.products .slick-prev:hover {
    background: #FAC32B;
    color: #dd1b1e
}

.products .slick-prev {
    left: 0
}

.products .slick-prev:before {
    content: "<"
}

.products .slick-dots {
    list-style: none;
    margin: 0 auto;
    text-align: center
}

.products .slick-dots li {
    display: inline-block
}

.products .slick-dots li button {
    transition: .2s background-color ease-in-out 0s;
    border: none;
    padding: 0;
    color: transparent;
    width: 10px;
    height: 10px;
    background-color: #777;
    margin-right: 10px;
    border-radius: 50%
}

.products .slick-dots li.slick-active button {
    background-color: #FAC32B
}

.brands .slick-slider {
    margin-bottom: 20px;
    max-width: fit-content
}

.brands .slick-slider .slick-slide {
    margin: 0 20px
}

.brands .slick-slider .slick-slide img {
    height: 150px;
    border: 1px solid #ddd
}

.service-main .tab-container .tab-menu {
    margin: 30px 0
}

.service-main .tab-container .tab-menu ul {
    margin: 0;
    padding: 0
}

.service-main .tab-container .tab-menu ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px 10px
}

.service-main .tab-container .tab-menu ul li a {
    text-decoration: none;
    color: #B3ACAC;
    background-color: #fff;
    padding: 13px 40px;
    border-radius: 100px;
    border: 1px solid #B3ACAC;
    display: inline-block;
    font-weight: 600
}

.service-main .tab-container .tab-menu ul li a.active-a {
    background-color: #dd1b1e;
    color: #fff
}

.service-main .tab-container .tab {
    display: none
}

.service-main .tab-container .tab h2 {
    color: rgba(0, 0, 0, .7)
}

.service-main .tab-container .tab p {
    color: rgba(0, 0, 0, .6);
    text-align: justify
}

.service-main .tab-container .tab.tab-active {
    display: block
}

.service-main .tab-container .tab .slick-slide {
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 25px
}

.service-main .tab-container .tab .slick-slide .service-content {
    padding: 10px
}

.service-main .tab-container .tab .slick-slide .service-content h4 {
    text-align: left;
    font-weight: 700
}

.service-main .tab-container .tab .slick-slide .service-content p {
    margin: 0 0 10px;
    text-align: left
}

.service-main .tab-container .tab .slick-slide .service-content p span {
    color: #dd1b1e
}

.testimonial .card {
    background-color: #fff;
    box-shadow: 0 0rem 1rem #0C0C0C17;
    padding: 20px;
    margin: 10px;
    border-radius: 25px
}

.testimonial .card .card-header {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding-bottom: 10px
}

.testimonial .card .card-header h6 {
    margin: 0 0 5px;
    color: #F41C21;
    font-size: 16px;
    font-weight: 600
}

.testimonial .card .card-header ul {
    list-style: none
}

.testimonial .card .card-header ul li {
    display: inline-block
}

.testimonial .card .card-header p {
    margin: 0 0 5px;
    font-weight: 500
}

.testimonial .card .card-header span img {
    max-width: 50px
}

.testimonial .card .card-header .testi-img {
    display: flex;
    justify-content: center;
    align-items: center
}

.testimonial .card .card-header .testi-img img {
    max-width: 60px
}

.testimonial .card .card-header .testi-header {
    display: flex;
    gap: 20px
}

.testimonial .card .card-body p {
    font-size: 15px;
    margin: 0 0 10px;
    max-height: 300px;
    overflow-y: scroll
}

.testimonial .card .card-body h5 {
    color: #252525;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px
}

.testimonial .slick-prev {
    bottom: 40%;
    left: 0 !important;
    border: none;
    width: auto;
    height: auto;
    background-color: transparent;
    right: auto
}

.testimonial .slick-prev::before {
    content: "\e90b";
    font-family: icomoon !important;
    color: #dd1b1e;
    font-size: 30px;
    display: none
}

.testimonial .slick-next {
    bottom: 40%;
    right: 0 !important;
    border: none;
    width: auto;
    height: auto;
    background-color: transparent
}

.testimonial .slick-next::before {
    content: "\e909";
    font-family: icomoon !important;
    color: #dd1b1e;
    font-size: 30px;
    display: none
}

.testimonial .slick-dots li button {
    background: 0 0
}

ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0;
    list-style: none
}

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 5px 10px;
    margin: 0 auto 15px;
    border-radius: 15px;
    cursor: pointer
}

ul.accordion-list li.active h3 {
    color: #dd1b1e
}

ul.accordion-list li.active h3:after {
    transform: rotate(45deg)
}

ul.accordion-list li h3 {
    font-weight: 600;
    color: #dd1b1e;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 18px;
    letter-spacing: .01em;
    cursor: pointer
}

ul.accordion-list li h3:after {
    content: "+";
    font-family: icons;
    position: absolute;
    right: 0;
    top: 0;
    color: #dd1b1e;
    transition: all .3s ease-in-out;
    font-size: 28px
}

ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer
}

ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px;
    font-size: 14px
}

.latest-projects-carousel .slick-slide {
    padding: 0 10px;
    position: relative
}

.latest-projects-carousel .slick-slide .project-title {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 90%;
    background-color: #fff;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    transform: translate(10px, 10px);
    z-index: 9;
    text-align: center
}

.latest-projects-carousel .slick-slide .project-title h6 {
    margin: 0;
    font-size: 18px;
    color: #dd1b1e;
    font-weight: 600
}

.latest-projects-carousel .slick-slide .project-title p {
    margin: 0;
    font-weight: 600
}

.why-sunny-gold-list {
    padding: 20px 0 0
}

.why-sunny-gold-list img {
    width: 26px;
    vertical-align: middle
}

.why-sunny-gold-list span {
    vertical-align: middle;
    padding-left: 6px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block
}

.breadcrumb {
    padding: 100px 0 80px;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 0 0 80px 80px;
    z-index: 1
}

.breadcrumb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00029;
    border-radius: 0 0 80px 80px;
    z-index: -1
}

.breadcrumb h1 {
    color: #fff
}

.breadcrumb ul li {
    display: inline-block;
    color: #fff
}

.contact-info {
    padding: 20px
}

.contact-info ul li {
    list-style: none;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px
}

.contact-info ul li i {
    color: #dd1b1e;
    font-weight: 600;
    margin-right: 5px;
    font-size: 20px
}

.contact-form {
    background-color: #f9f9f9;
    padding: 20px
}

.contact-form label {
    color: #737373;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block
}

.map {
    margin-top: 60px
}

.left-right-section h3 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px
}

.left-right-section img {
    border-radius: 25px
}

.mission {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 .5rem 1rem rgba(48, 48, 48, .11)
}

.mission .mission-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff5f3;
    position: relative;
    margin: 0 0 20px;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center
}

.mission .mission-icon i {
    font-size: 47px;
    color: #dd1b1e
}

.mission:hover .mission-icon {
    transform: rotateY(180deg)
}

.mission .mission-title {
    font-size: 22px
}

.mission .mission-title a {
    color: #333;
    font-weight: 700
}

.mission p {
    margin: 0
}

.mission .icon-overlay {
    position: absolute;
    top: 10px;
    right: 30px
}

.mission .icon-overlay i {
    color: #f7a61a;
    font-size: 65px;
    opacity: .2
}

.service-main-list {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 10px
}

.service-main-list .icon {
    width: 70px;
    height: 70px
}

.service-main-list .icon img {
    border-radius: 0
}

.service-main-list h6 {
    color: #FAC32B;
    font-weight: 600;
    margin: 20px 0 0
}

.service-main-list p {
    margin: 10px 0
}

.solar-sysytem-list {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 25px;
    margin: 10px
}

.solar-sysytem-list:hover img {
    transform: scale(1.2)
}

.solar-sysytem-list .solar-sysytem-list-img {
    overflow: hidden;
    border-radius: 25px
}

.solar-sysytem-list .solar-sysytem-list-img img {
    transition: .3s
}

.solar-sysytem-list h5 {
    font-weight: 600
}

.solar-sysytem-list p {
    margin: 0 0 5px;
    font-size: 13px
}

.solar-sysytem-list p span {
    color: #dd1b1e
}

.how-it-main .how-it-row {
    position: relative
}

.how-it-main .how-it-row:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    left: 0;
    right: 0;
    top: 39px;
    margin: 0 auto;
    display: none
}

.how-it-main .how-it-item {
    text-align: center;
    margin-bottom: 20px
}

.how-it-main .how-it-item .how-icon {
    text-align: center;
    position: relative;
    width: 80px;
    margin: auto;
    z-index: 1
}

.how-it-main .how-it-item .how-icon img {
    width: 80px;
    height: 80px
}

.how-it-main .how-it-item .how-icon span {
    position: absolute;
    background-color: #dd1b1e;
    width: 35px;
    height: 35px;
    right: -14px;
    line-height: 35px;
    border-radius: 50%;
    color: #fff
}

.how-it-main .how-it-item h5 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px
}

.how-it-main .how-it-item p {
    margin: 0;
    font-size: 15px;
    line-height: 24px
}

.product-detail-item {
    background-color: #FFF;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    padding: 20px;
    border-radius: 25px;
    margin-bottom: 20px
}

.product-detail-item:hover {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.product-detail-item .product-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700
}

.product-detail-item .product-logo {
    display: flex;
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    justify-content: center;
    align-items: center;
    line-height: 100px;
    text-align: center;
    margin-top: 20px
}

.product-detail-item .product-logo img {
    width: 90%;
    height: auto
}

.product-detail-item img {
    width: 300px;
    display: block;
    margin: 10px;
    height: 300px
}

.product-detail-item .theme-btn {
    float: right
}

.product-top-content p {
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 25px
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99
}

.footer_fixed_buttons .footer_btn1 {
    width: 50%;
    float: left;
    background-color: #dd1b1e;
    color: #fff !important;
    padding: 10px 0;
    font-weight: 700
}

.footer_fixed_buttons .footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    padding: 10px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px
}

.footer_fixed_buttons .footer_btn3 {
    width: 50%;
    float: left;
    background: #232222;
    color: #fff !important;
    padding: 10px 0;
    font-weight: 700
}

.other-logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 150px;
    text-align: center;
    margin-top: 20px
}
/* 11/9/2025 */

.lead-form {
  border-radius: 20px;
  padding: 30px;
  background: #fff;
}

.lead-form h3 {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.lead-form .form-label {
  font-weight: 500;
  color: #444;
}

.lead-form .form-control,
.lead-form .form-select {
  border-radius: 10px;
  padding: 10px 15px;
}

.lead-form .btn {
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 40px;
  background-color: #dd1b1e;
  color: #fff;
  transition: all 0.3s ease;
  width: 30%;
}

.lead-form .btn:hover{
    background-color: transparent;
    border: 1px solid #dd1b1e;
    color: #000;
}


#resType {
  display: block;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    font-family: Montserrat, serif;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
margin-top: 3px;
margin-bottom: 10px;

}
#installType{
 display: block;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    font-family: Montserrat, serif;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
margin-top: 3px;
margin-bottom: 10px;

}
.form-control-1{
     display: block;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    font-family: Montserrat, serif;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
margin-top: 3px;
margin-bottom: 10px;
}
#Residential{
    margin-bottom: 20px;
}
#Details-f{
  padding-left: 5px;
  padding-right: 5px;
}
.f-sec{
    margin-bottom: -80px;
}
/* madal */
#Submit{
    border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 40px;
  background-color: #dd1b1e;
  color: #fff;
  transition: all 0.3s ease;
  width: 30%; 
  display: flex;
  justify-content: center;
  align-items: center;
}
#Submit:hover{
   background-color: transparent;
    border: 1px solid #dd1b1e;
    color: #000; 
}
#get-f{
    padding: 10px;
}
/* .Save-changes{
  border: none;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 16px;
  background-color: #dd1b1e;
  color: #fff;
  transition: all 0.3s ease;
  width: 30%; 
  display: flex;
  justify-content: center;
  align-items: center;
}
.Close{
  border: none;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 20px;
  background-color: #ddd;
  color: #000;
  transition: all 0.3s ease;
  width: 20%; 
  display: flex;
  justify-content: center;
  align-items: center;
} */

@media (min-width:320px) {
    header {
        display: none
    }
}

.net-logo {
    position: absolute;
    right: 20px;
    width: 65px;
    height: 65px
    
}
#Submit{
    width: 100%;

}
.lead-form .btn{
        padding: 5px;
        display: flex;
        justify-content: center;
       
    }
.lead-form{
    padding: 0px 20px;
}

@media (min-width:768px) {
    h1 {
        font-size: 36px;
        line-height: 44px
    }

    h2 {
        font-size: 30px;
        line-height: 40px
    }

    h3 {
        font-size: 24px;
        line-height: 34px
    }

    h4 {
        font-size: 20px;
        line-height: 28px
    }

    h5 {
        font-size: 18px;
        line-height: 27px
    }

    h6 {
        font-size: 16px;
        line-height: 25px
    }

    p {
        font-size: 14px;
        line-height: 18px
    }

    .d-md-none {
        display: none
    }

    .listing-ul li {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 25px
    }

    .big-image-box .col-md-6+.col-md-6 {
        margin-top: 0
    }

    .about-us {
        padding: 100px 0 20px
    }

    .about-us .about-content {
        width: 50%;
        left: 10%;
        bottom: 62px;
        margin: 0;
        padding: 30px
    }

    .about-us .about-img {
        width: 50%;
        max-width: 100%;
        position: relative
    }

    .about-us.style-2 {
        padding-top: 100px;
        padding-bottom: 0
    }

    .about-us.style-2 .about-img {
        padding: 50px 50px 50px 0;
        border-bottom-right-radius: 150px
    }

    .about-us.style-2 .about-img .about-img-drop {
        right: auto;
        left: 5%;
        bottom: 15%
    }

    .about-us.style-2 .about-content {
        left: auto;
        bottom: 62px;
        right: 10%;
        height: 100%;
        padding: 30px;
        margin: 0
    }
    
}

@media (min-width:992px) {
    h2 {
        font-size: 30px;
        line-height: 45px
    }

    .d-lg-none {
        display: none
    }

    .m-pt-30 {
        padding-top: 50px
    }

    .mb-pt-30 {
        padding-bottom: 50px
    }

    p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .d-lg-block {
        display: block
    }

    /* .section-padding {
        padding: 80px 0
    } */

    .section-padding-v2 {
        padding: 50px 0 25px
    }

    .section-title {
        margin-bottom: 20px
    }

    .section-title p {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 500
    }

    .section-title h2 {
        font-size: 30px;
        line-height: 45px
    }

    .rt-header-menu {
        display: none
    }

    .top-bar ul {
        justify-content: end
    }

    header {
        display: block
    }

    header nav ul li {
        margin-right: 5px
    }

    header nav ul li a {
        padding: 12px 10px
    }

    footer .main-footer {
        margin: 0 5%
    }

    footer .main-footer ul li {
        font-size: 18px
    }

    .products {
        padding-left: 00px
    }

    .products .slick-slide .slide-content img {
        min-height: 400px
    }

    .timeline-container .timeline {
        width: 100%;
        margin: 30px auto;
        padding: 0 20px
    }

    .timeline-container .timeline::before {
        left: 50%
    }

    .timeline-container .timeline .timeline-item .timeline-icon {
        left: 50%;
        width: 60px;
        height: 60px
    }

    .timeline-container .timeline .timeline-item .timeline-content {
        width: 40%;
        float: left;
        text-align: right
    }

    .timeline-container .timeline .timeline-item .timeline-content h2 {
        padding: 0;
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 0
    }

    .timeline-container .timeline .timeline-item .timeline-content::before {
        left: 45%;
        border-right: 0;
        margin-left: 0;
        border-left: 7px solid #1C71A4
    }

    .timeline-container .timeline .timeline-item .timeline-content.right {
        float: right;
        text-align: left
    }

    .timeline-container .timeline .timeline-item .timeline-content.right h2 {
        padding: 0
    }

    .timeline-container .timeline .timeline-item .timeline-content.right:before {
        left: inherit;
        border-left: 0
    }

    .timeline-container .timeline .timeline-item .timeline-content.right span {
        left: 0;
        right: auto
    }

    .timeline-container .timeline .timeline-item .timeline-content span {
        display: block;
        top: 0
    }

    .timeline-container .timeline .timeline-item .timeline-content:after {
        display: block
    }

    .banner {
        padding: 200px 0 150px;
        color: #fff
    }

    .banner p {
        color: #FAC32B
    }

    .banner h1 {
        margin-bottom: 40px;
        line-height: 67px
    }

    .testimonial .slick-prev {
        bottom: 40%;
        left: -20px !important
    }

    .testimonial .slick-prev::before {
        display: block
    }

    .testimonial .slick-next {
        bottom: 40%;
        right: -20px !important
    }

    .testimonial .slick-next::before {
        display: block
    }

    .why-sunny-gold-list {
        padding: 30px 0 0
    }

    .why-sunny-gold-list img {
        width: auto;
        vertical-align: middle
    }

    .why-sunny-gold-list span {
        vertical-align: middle;
        padding-left: 20px;
        font-size: 25px;
        font-weight: 600
    }

    .breadcrumb {
        padding: 150px 0 80px;
        border-radius: 0 0 150px 150px
    }

    .breadcrumb:after {
        border-radius: 0 0 150px 150px
    }

    .breadcrumb ul li a {
        text-decoration: underline;
        color: #fff
    }

    .contact-info ul li {
        font-size: 16px
    }

    .solar-sysytem-list p {
        margin: 0 0 5px;
        font-size: 16px
    }

    .how-it-main .how-it-row:after {
        display: block
    }
}

@media (min-width:1200px) {
    h1 {
        font-size: 48px;
        line-height: 58px
    }

    h2 {
        font-size: 40px;
        line-height: 52px
    }
    #Submit{
    width: 40%;

}

    h3 {
        font-size: 32px;
        line-height: 45px
    }

    h4 {
        font-size: 28px;
        line-height: 40px
    }

    h5 {
        font-size: 24px;
        line-height: 36px
    }

    h6 {
        font-size: 20px;
        line-height: 32px
    }
}

@media (min-width:1400px) {
    header nav ul li {
        margin-right: 15px
    }

    header nav ul li a {
        padding: 10px 0;
        margin: 0 10px
    }

    header .header-action-layout1 .listing-btn {
        font-size: 16px;
        padding: 10px 16px
    }
}

@media (max-width:567px) {
    .product-detail-item .col-md-2 {
        display: flex;
        align-items: center;
        gap: 20px
    }

    .product-detail-item .col-md-2 .product-title {
        order: 1
    }
}