@font-face {
    font-family: arialnrow;
    src: url(../css/fonts/ARIALNB.TTF);
}


body {
    font-family: 'Arial';
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: arialnrow;
}

.pl-50 {
    padding-left: 48px
}

p {
    font-size: 18px;
	text-align: justify;
}

.navbar-light .navbar-toggler {
    color: #ff0000;
}

.bannerMobile {
    display: none;
}

.btn-orng {
    background: #fff;
    border: 1px solid #FF000066;
    color: #FF0000;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 700;
}

.ourSysCol a:hover,
.btn-orng:hover {
    background: #FF0000;
    color: #fff;
}

/* .container{
    max-width: 1540px;
    margin: 0 auto;
} */
.topNav {
    padding-top: 19px;
    padding-bottom: 19px;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;
    z-index: 1;
}

.topNav .nav-item .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.topNav .nav-item {
    margin-right: 14px
}

.topNav .nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
}

.topNav .dropdown-toggle::after {
    border: none;
    height: 8px;
    width: 14px;
    display: inline-block;
    margin-left: 8px;
}

.topNav .btn-outline-danger {
    padding: 15px 24px;
    background: #FF0000;
    border-radius: 40px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.topNav .btn-outline-danger:hover {
    background: #E10808
}

.topNav .nav-item .nav-link:hover {
    color: #ff0000
}

/*.topNav .nav-item .nav-link:hover:after{background: url(../images/navPointrR.svg) no-repeat;}*/
.bannerWrap {
    position: relative;
}

.bannerWrap .bannerContent {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.bannerWrap .bannerContent .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
}

.bannerWrap .bannerContent h1 {
    font-size: 85px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.bannerWrap .bannerContent p {
    max-width: 606px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
}

.bannerWrap .bannerContent a {
    padding: 14px 24px
}


.whiteCol {
    padding: 80px 0;
}

h2.lineTitle {
    font-size: 56px;
    font-weight: 700;
    line-height: 66px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin: 0 0 70px;
    font-family: arialnrow
}

h2.lineTitle:after {
    content: '';
    width: 140px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    background: #FF0000;
    bottom: -10px;
}

h3.lineTitle {
    font-size: 30px;
    position: relative;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 60px;
}

h3.lineTitle:after {
    content: '';
    width: 140px;
    position: absolute;
    margin: auto;
    height: 3px;
    background: #FF0000;
    bottom: -10px;
    left: 0;
}

.cirList>ul {
    list-style: none;
    margin: 0 -7px 15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.cirList>ul>li {
    width: 33%;
    padding: 7px;
    position: relative;
}

.cirList ul li a {
    margin: 0;
    width: 100%;
    border: 1px solid #FF000066;
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: #FF0000;
    padding: 14px 5px;
    cursor: pointer;
    text-decoration: none;
    display: block;
    min-height: 55px;
}

.cirList ul li a:focus {
    box-shadow: none;
}

.cirList ul li a:hover {
    color: #fff;
    background: #FF0000;
}

.cirList>ul>li ul.dropdown-menu {
    box-shadow: 0px 0px 270px #000000bf;
    border: 1px solid #FF000066;
    min-width: calc(100% - 15px);
    left: 0;
    padding: 0;
    overflow: hidden;
}

.cirList>ul>li ul.dropdown-menu a {
    border: none;
    border-radius: 0;
    padding: 10px;
    min-height: 1px;
    text-align: left;
}

ul.txtList {
    margin-top: 50px;
    padding-left: 15px;
    text-align: justify;
}

ul.txtList li {
    font-size: 18px;
    margin-bottom: 3px;
    text-align: justify;
}

ul.imgList {
    display: flex;
}

ul.imgList {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.imgList li {
    margin-right: 35px;
}

/*ul.imgList li:last-child{margin: 0;}*/

.ourSysCol {
    //background: url(../images/ImageforSystems.jpg);
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 5%;

}

.ourSysCol video {
    width: 100%;
    border-radius: 10px;
}

.ourSysCol p {
    margin-bottom: 25px;
}

.ourSysCol a {
    display: block;
    max-width: 330px;
    margin-bottom: 20px;
    padding: 18px 24px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    color: #FF0000;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #FF000066;
}

.whiteCol .accordion-button {
    font-size: 26px;
}

.whiteCol .accordion-button::after {
    background: url(../images/add.svg) no-repeat center center;
    background-size: 99%
}

.whiteCol .accordion-button:not(.collapsed) {
    background: #fff;
    color: #000;
}

.whiteCol .accordion-button:not(.collapsed)::after {
    background: url(../images/less.svg) no-repeat center center;
    background-size: 98%;
}

.whiteCol .accordion-body ul {
    margin: 0;
    padding: 0;
}

.whiteCol .accordion-body ul li a {
    color: #000;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 4px;
}

.linkWrap a {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #FF0000;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: arial;
    color: #111;
    text-decoration: none;
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 100%;
}

.linkWrap a img {
    margin-right: 12px;
}

.teamcard {

    min-height: 150px;
    border-radius: 20px;
    border: 1px solid #99999966;
    margin-bottom: 20px;
    padding: 30px 40px;

}

.teamcard * {
    font-family: arialnrow;
}

.teamcard a {
    display: block;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 4px;
    color: #000;
    text-decoration: none;
}

.teamcard a.env {
    background: url(../images/env.svg) no-repeat center left;
    text-decoration: underline;
}

.teamcard a.call {
    background: url(../images/call.svg) no-repeat center left;
}

.contactCol {
    border-radius: 25px;
    border: 1px solid #FF0000;
    padding: 70px;
    box-shadow: -7px 5px 21px 0px #00000040;
    background: #fff;
}

.contactCol .wpcf7-form-control {
    font-size: 18px;
    border: 1px solid #999999;
    height: 72px;
    border-radius: 50px;
    padding: 24px;
    background: #99999914;
    width: 100%;
}

.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.contactCol textarea.wpcf7-form-control {
    border-radius: 20px;
    min-height: 142px;
    resize: none;
    width: 100%;
}

.contactCol .btn-orng {
    height: 54px;
    width: 103px;
}

.mb-32 {
    margin-bottom: 32px;
}

.tabWrap .nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.tabWrap .nav-link {
    background: transparent;
    border: none;
    font-size: 32px;
    font-family: arialnrow;
    padding: 0 10px 5px 0;
    color: #111;
}

.tabWrap .nav-link.active {
    color: #FF0000;
    border-bottom: 2px solid #FF0000;
}

.footer {
    padding: 40px 0 20px;
    background: #000;
}

.footer .col-auto {
    margin: 0 0 0 50px;
}

.footer h4 {
    font-size: 23px;
    margin: 0 0 40px 0;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer ul li {
    margin-bottom: 18px;
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.socialNav {
    display: flex;
    align-items: center;
    padding: 20px 0 0 10px;
}

.socialNav a {
    margin-right: 16px;
}

.copyRightNav {
    background: #000;
    padding: 32px 0;
    border-top: 1px solid #D4D2E3;
}

.copyRightNav a {
    color: #fff;
}

.navPointr {
    margin-top: 100px
}

.navPointr button {
    border: none;
    background: none;
    margin-right: 35px;
}

.titleBanner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 350px;
    margin-bottom: 90px;
    background-size: cover !important;
}

.titleBanner h1 {
    font-size: 75px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.titleBanner h1 span {
    color: #FF0000;
}

.mb-90 {
    margin-bottom: 90px;
}

.titleBanner.cu {
    background: url(../images/contactusBg.jpg) no-repeat center center;
}

.titleBanner.pc {
    background: url(../images/pcBg.jpg) no-repeat center center;
}

.titleBanner.dwls {
    background: url(../images/dwls.jpg) no-repeat center center;
}

.titleBanner.solr_161 {
    background: url(../images/solarpoolheating.jpg) no-repeat center center;
}

.titleBanner.solr_106 {
    background: url(../images/solarwaterheating.JPG) no-repeat center center;
}

.titleBanner.solr_165 {
    background: url(../images/mail.png) no-repeat center 65%;
}

.titleBanner.pc2 {
    background: url(../images/pc.png) no-repeat center center;
}


.adresCol {
    box-shadow: 0px 0px 27px 3px #00000026;
    padding: 40px;
    border-radius: 20px;
    min-height: 100%;
}

.adresCol h6 {
    font-size: 24px;
    color: #FF0000;
    margin: 24px 0;
}

.adresCol p {
    font-size: 18px;
    list-style: 30px;
    margin-bottom: 2px;
}

.proctCatWrap .card {
    margin: 10px 0;
    box-shadow: 0px 3px 14px 10px #0000001A;
}

.proctCatWrap .card h5.card-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.proctCatWrap .card p.card-text {
    font-size: 18px;
    margin-bottom: 30px;
}

.productDetailsWrap {
    padding: 75px 0 90px;
}

.productDetailsWrap .lineTitle {
    text-align: left;
}

.productDetailsWrap .lineTitle:after {
    right: auto;
}

.productImg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.productDetailsWrap table th {
    background: #FF0000;
    font-size: 22px;
    font-family: arialnrow;
    font-weight: normal;
    color: #fff;
    text-align: left;
    padding: 15px;
}

.productDetailsWrap table tr td {
    font-size: 20px;
    padding: 15px;
    border-color: #999;
}

.productDetailsWrap .table-striped>tbody>tr:nth-of-type(2n+1) {
    background: #99999966;
}

/*.productDetailsWrap table tr td:first-child,
.productDetailsWrap table th:first-child{text-align: center;}*/



.dwnloadWrap td a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF0000;
    font-size: 20px;
    text-decoration: none;
    font-family: arialnrow;
    padding: 0 10px;
}

.dwnloadWrap td a img {
    margin-right: 10px
}

.dwnloadWrap .table-responsive {
    margin-bottom: 75px;
}

.ytWrap iframe {
    min-height: 275px;
    width: 100%;
    border-radius: 6px;
}

.ytWrap p {
    font-size: 22px;
    color: #000;
    font-family: arialnrow;
    margin: 20px 0 50px;
    text-align: center;
}








.menu-item {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 55%;
    line-height: 5px;
    top: 50%;
    margin: -20px 0 0 -70px;
    border-radius: 50%;
    background-color: #ff0000;
    transform: translate(0px, 0px);
    transition: transform 500ms;
    z-index: -2;
    transition: .5s;
    text-align: center;
    opacity: 0;
}

.menu-item:hover {
    color: #fff;
}


.menu-item a {
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 100%;
    width: 100%;
}

.related-data {
    display: none;
}

.related-data.show {
    display: inline;
}

.tab.active {
    color: #fff;
    background: #FF0000;
}


.multiLevelMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
}

.multiLevelMenu>ul {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.multiLevelMenu a {
    text-decoration: none;
    color: #000;
}

.multiLevelMenu>ul>li {
    margin-right: 33px;
}

/*.multiLevelMenu > ul > li > a{font-size: 18px;font-weight: 500;color: #000;background: url(../images/navPointr.svg) no-repeat right center;padding:10px 25px 10px 0;display: block;}
.multiLevelMenu > ul > li:hover > a{color: #ff0000;;background-image: url(../images/navPointrR.svg)}*/
.multiLevelMenu>ul>li>a:hover {
    color: #ff0000;
}

.multiLevelMenu>ul>li>a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 10px 25px 10px 0;
    display: block;
}

.multiLevelMenu>ul>li>a.hasChild {
    background: url(../images/navPointr.svg) no-repeat right center;
}

.multiLevelMenu>ul>li:hover>a.hasChild {
    background-image: url(../images/navPointrR.svg)
}

.multiLevelMenu>ul li {
    position: relative;
}

.multiLevelMenu>ul ul {
    position: absolute;
    left: 0;
    display: none;
    width: 190px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.multiLevelMenu>ul ul li a:hover {
    background-color: #ff0000;
    color: #fff;
}

.multiLevelMenu ul ul ul {
    right: auto;
    left: 100%;
    top: 0
}

.multiLevelMenu>ul ul li a {
    display: block;
    padding: 10px;
}

.multiLevelMenu>ul ul li a {
    padding-right: 30px;
}

.multiLevelMenu>ul ul li li a {
    padding: 10px;
}

.multiLevelMenu>ul li:hover>ul {
    display: block;
}

.multiLevelMenu ul li.childs {
    position: relative;
}

.multiLevelMenu ul li.childs:after {
    content: '';
    position: absolute;
    background: url(../images/navPointr.svg) no-repeat right center;
    right: 10px;
    transform: rotate(-90deg);
    height: 14px;
    width: 14px;
    top: 14px;
}

.sub-menu-toggle {
    display: none;
}

.tab-pane {
    transition: opacity 0.3s ease !important;
}

.overlayTxtWrap {
    margin-bottom: 45px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #FF000066;
}

.overlayTxtWrap h5 {
    border-radius: 0 120px 0 0;
    background: #FF000066;
    padding: 30px 80px 30px 60px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 50px;
    color: #fff;
    margin: 0;
}

.overlayTxtWrap img {
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.overlayTxtWrap:hover {
    border: 1px solid #ff0000;
}

.overlayTxtWrap:hover h5 {
    background: #ff0000;
}

.certified {
    padding-top: 135px;
}

.cirList {
    padding-top: 35px;
}

.tab-pane img {
    width: 100%;
    height: 412px;
    border-radius: 20px;
    overflow: hidden;
}

.imgList li img {
    max-width: 120%;
    border-radius: 50%;
}

.tab-content {
    min-height: 175px;
}

.dsimg img {
    /*    height: 475px;*/
}

.ourSysCol iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#linksresources img {

    border-radius: 10px;
}

.ourSysCol .oursys {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.ourSysCol .oursys a {
    width: 330px;
    flex-shrink: 0;
}

.bannerWrap>img {
    width: 100%;
}

#linksresources img {
    width: 100%;
}

/* css for 80% */
@media (min-width: 767px){
    p {
        font-size: 15px;
    }

    .btn-orng {
        font-size: 14px;
    }

    .navbar {
        padding: 0;
    }

    .navbar-brand img {
        height: 42px;
    }

    .topNav .btn-outline-danger {
        padding: 12px 12px;
        font-size: 12px;
    }

    .multiLevelMenu>ul>li {
        margin-right: 20px;
    }

    .multiLevelMenu>ul>li>a {
        font-size: 14px;
        padding: 10px 0px 10px 0;
    }

    .multiLevelMenu>ul>li>a.hasChild {
        background-size: 12px;
    }
    .multiLevelMenu>ul ul li a{
        font-size: 15px;
    }
    .bannerWrap>img {
        width: 100%;
        height: 550px;
        object-fit: fill;
    }

    .bannerWrap .bannerContent h1 {
        font-size: 64px;
        margin: 0 0 28px;
    }

    .bannerWrap .bannerContent p {
        max-width: 550px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .bannerWrap .bannerContent a {
        padding: 12px 20px;
    }

    .whiteCol {
        padding: 50px 0;
    }

    h2.lineTitle {
        font-size: 45px;
        line-height: 52px;
        margin: 0 0 60px;
    }

    h3.lineTitle {
        font-size: 25px;
        margin-bottom: 29px;
        margin-top: 18px;
    }

    .cirList {
        padding-top: 20px;
    }
    .dropdown-toggle::after{
        vertical-align: middle;
    }
    .cirList ul li a {
        font-size: 14px;
        padding: 12px 5px;
        min-height: 40px;
    }

    .cirList>ul>li ul.dropdown-menu a {
        padding: 8px 10px;
    }

    ul.txtList li {
        font-size: 15px;
    }

    .ourSysCol .oursys a {
        width: 300px;
        margin-bottom: 15px;
        padding: 14px 20px;
        font-size: 14px;
    }

    .whiteCol .accordion-button {
        font-size: 20px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .whiteCol .accordion-body ul li a {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .pl-50 {
        padding-left: 30px;
    }

    .tabWrap .nav {
        margin-bottom: 30px;
    }

    .tabWrap .nav-link {
        font-size: 25px;
    }

    .navPointr button img {
        width: 60px;
    }
    
    #linksresources img {
        width: 100%;
    }
    #linksresources .linkWrap{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
    }

    #linksresources .linkWrap a img {
        height: 22px;
        width: auto;
    }

    .teamcard {
        min-height: 120px;
        border-radius: 14px;
        margin-bottom: 15px;
        padding: 20px 30px;
    }

    .teamcard h4 {
        font-size: 19px;
    }

    .teamcard a {
        font-size: 15px;
    }

    .contactCol {
        border-radius: 20px;
        padding: 40px;
    }

    h3.lineTitle {
        font-size: 22px;
    }

    .contactCol .wpcf7-form-control {
        font-size: 15px;
        height: 55px;
        padding: 20px;
    }

    .mb-32 {
        margin-bottom: 20px;
    }

    .contactCol textarea.wpcf7-form-control {
        border-radius: 14px;
        min-height: 130px;
    }

    .contactCol .btn-orng {
        height: 45px;
    }

    .overlayTxtWrap h5 {
        font-size: 40px;
    }

    .footer {
        padding: 30px 0 10px;
    }

    .footer img {
        height: 70px;
    }

    .footer .col-auto {
        margin: 0 0 0 20px;
        font-size: 15px !important;
    }

    .socialNav {
        padding: 15px 0 0 10px;
    }

    .socialNav a img {
        width: 30px;
    }

    .footer h4 {
        font-size: 18px;
        margin: 0 0 20px 0;
    }
    .footer ul li {
        margin-bottom: 10px;
    }
    .footer ul li a {
        font-size: 15px;
    }

    .copyRightNav {
        padding: 22px 0;
    }
    .productDetailsWrap {
        padding: 75px 0 70px;
    }
    .productDetailsWrap table th {
        font-size: 18px;
        padding: 12px;
    }
    .productDetailsWrap table tr td {
        font-size: 16px;
        padding: 12px;
    }
    .titleBanner {
        min-height: 310px;
        margin-bottom: 50px;
    }
    .titleBanner h1 {
        font-size: 55px;
    }
    .dwnloadWrap td a {
        font-size: 16px;
    }
    .dwnloadWrap td a img {
        width: 14px;
    }
    .dwnloadWrap .table-responsive {
        margin-bottom: 45px;
    }
    .adresCol img{
        width: 40px;
    }
    .adresCol h6 {
        font-size: 20px;
        margin: 20px 0;
    }
    .adresCol p {
        font-size: 15px;
    }
    
}
.adresCol a{
    color: #000;
    display: block;
    text-decoration: none;
    margin-bottom: 4px;
}
.overlayTxtWrap h5 {
    font-size: 33px;
    padding: 20px 70px 20px 60px;
}

.linkWrap a {
	display: block;
	border-radius: 12px;
	background: #fff;
	text-align: center;
	color: #FF0000;
	text-decoration: none;
	font-weight: 600;
	border: 1px solid #FF000066;
	box-shadow: none;
	width: 300px;
	margin-bottom: 12px;
	padding: 14px 20px;
	font-size: 15px;
	height: 51px;
}
.linkWrap a:hover {
	background: #FF0000;
	color: #fff;
}

.productDetailsWrap table tr td {
    font-size: 16px;
    padding: 6px 12px;
  }
  
  .productDetailsWrap table tr th {
    font-size: 16px;
    padding: 6px 12px;
  }
 td.textcenter{
     text-align: center;
     }
   
 p.justifycontent {
     text-align: justify;
     }
     
   .productdivider {
      border: 2px solid red;
      }

.productDetailsWrap .table-responsive{
	width: 65%;    
    margin-left: 17%;
}
  
.productDetailsWrap .lineTitle{
		margin-left: 17%;
	}
    
.keyWrap a {
    display: flex;
    border-radius: 12px;
    background: #fff;
    text-align: center;
    color: #FF0000;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #FF000066;
    box-shadow: none;
    width: 300px;
    margin-bottom: 12px;
    padding: 14px 20px;
    font-size: 15px;
    height: 51px;
    gap: 10px;
margin: 0 auto;
}

@media (max-width: 1201px) {
.multiLevelMenu>ul>li>a {
        font-size: 12px;
        padding: 10px 0px 10px 0;
    }
    .topNav .btn-outline-danger {
        padding: 12px 12px;
        font-size: 12px;
    }
}
@media (max-width: 1114px) {
.multiLevelMenu>ul>li>a {
        font-size: 10px;
        padding: 10px 0px 10px 0;
    }
    .topNav .btn-outline-danger {
        padding: 10px 10px;
        font-size: 10px;
    }
    .multiLevelMenu>ul>li {
        margin-right: 11px;
    }
}

@media (min-width: 1281px) and (max-width: 1366px) {
.multiLevelMenu>ul>li>a {
        font-size: 11px;
        padding: 10px 0px 10px 0;
    }
    .topNav .btn-outline-danger {
        padding: 11px 11px;
        font-size: 11px;
    }
    .multiLevelMenu>ul>li {
        margin-right: 15px;
    }
}


@media (min-width: 1151px) and (max-width: 1280px) {
.multiLevelMenu>ul>li>a {
        font-size: 11px;
        padding: 10px 0px 10px 0;
    }
    .topNav .btn-outline-danger {
        padding: 11px 11px;
        font-size: 11px;
    }
    .multiLevelMenu>ul>li {
        margin-right: 15px;
    }
}

@media (min-width: 1115px) and (max-width: 1150px) {
.multiLevelMenu>ul>li>a {
        font-size: 11px;
        padding: 10px 0px 10px 0;
    }
    .topNav .btn-outline-danger {
        padding: 11px 11px;
        font-size: 11px;
    }
    .multiLevelMenu>ul>li {
        margin-right: 14px;
    }
}



/* Apply sticky only on the homepage */
body.home .topNav {
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: white;  /* Ensures navbar has a solid background when sticky */
  width: 100%;  /* Ensure full width of navbar */
}

/* Optional: Adding box shadow for a sticky effect */
body.home .topNav.sticky {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#designservice {
  scroll-margin-top: 80px; /* This will add 100px of space at the top when using auto-scroll */
}
#ourproduct#ourproduct {
  scroll-margin-top: 80px; /* This will add 100px of space at the top when using auto-scroll */
}
#oursystem{
  scroll-margin-top: 80px; /* This will add 100px of space at the top when using auto-scroll */
}

#about-us {
  scroll-margin-top: 80px; /* This will add 100px of space at the top when using auto-scroll */
}

#linksresources {
  scroll-margin-top: 80px; /* This will add 100px of space at the top when using auto-scroll */
}
