@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Montserrat:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700;900&display=swap');

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

a {
    text-decoration: none;
    ;
}

.hidden {
    display: none;
    transition: 0.6s;
}

#ChangeToggle {
    border: 2px solid #fff;
    padding: 10px;
    font-size: 24px;
    box-shadow: none;
    border-radius: 5px;
    width: 50px;
    height: 50px
}

.home i {
    color: #941c1e;
}

.navbar-brand img {
    width: 100px;
    transition: 0.5s;
}

.nav-item a {
    color: #fff !important;
    font-size: 16px;
    padding: 10px 40px !important;
    font-weight: 400;
}

.nav-item {
    position: relative;
}

.nav-item:hover a {
    color: #941c1e !important;
}

.sticky {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.sticky .navbar-brand img {
    width: 80px;
}

.btn-custom {
    background-color: #283782;
    padding: 10px 30px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    transition: 0.6s;
    margin-top: 30px;
}

.text-right {
    text-align: right;
}

.btn-custom:hover {
    color: #fff;
    background: #33c132;
    border: 1px solid #283782;
}

h2.abt-title {
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    color: #941c1e;
    font-family: 'Lato', sans-serif;
    font-size: 44px;
    font-weight: 900;
}

.bg-dark {
    background-color: #000 !important;
}

section {
    padding: 60px 0
}

.pd-list li {
    display: inline-block;
    padding: 0px 15px;
    list-style: none;
    text-align: center;
    border-right: 1px solid #941c1e;
    margin: 10px 0 20px
}

.pd-list li a:active {
    color: #941c1e;
}

.pd-list li a {
    color: #941c1e;
    font-weight: 700;
}

.cont-box {
    display: grid;
    align-content: center;
    height: 100%;
    padding: 0 0 0 9%;
    position: relative;
}

.cont-box h3 {
    color: #941c1e;
    font-size: 30px;
    font-weight: 800;
}

.cont-box p {
    width: 65%
}

.cont-box .rd-mre {
    border: 2px solid #941c1e;
    padding: 8px 20px;
    border-radius: 20px;
    width: fit-content;
}

.read-mre a {
    color: #941c1e;
    font-weight: bold;
    transition: 0.5s;
}

.cont-box .rd-mre:hover {
    background-color: #941c1e;
    color: #fff;
    box-shadow: 0 0 10px #ccc;
}

.prd-img {
    box-shadow: 10px 15px 22px rgb(0 0 0 / 0%);
}

.prds-section {
    padding: 0 0 60px;
}

.prds-sing-section {
    padding: 60px 0 30px
}

.prds-sing-section p {
    width: 90%;
}

h3.single-head:before {
    content: '';
    position: absolute;
    left: -45px;
    background: #941c1e;
    width: 35px;
    height: 4px;
    top: 14px;
}

h3.specs,
h3.single-head {
    position: relative;
}

h3.specs:before {
    content: '';
    position: absolute;
    left: -50px;
    background: #941c1e;
    width: 35px;
    height: 4px;
    top: 14px;
}

.spec-list {
    padding-left: 40px;
}

.spec-list li {
    line-height: 30px;
}

.gal-img {
    margin-bottom: 30px;
}

/* Footer */
footer {
    background: url('../img/footer-bg.jpg');
    background-size: cover;
    background-position: center;
}

.txt-big {
    font-size: 20px;
    font-weight: 600;
}

.ft-bx {
    padding-right: 20%
}

.menu-list,
.social-icons {
    padding-left: 0;
}

.menu-list li {
    color: #fff;
    list-style: none;
    line-height: 40px;
}

.menu-list li a,
.social-icons li a {
    color: #fff
}

.social-icons li {
    display: inline;
    padding: 0 10px;
    font-size: 30px;
    list-style: none;
}

.ft-big {
    font-size: 20px
}

.mnu-bx {
    border-right: 1px solid #fff
}

.cnt-lnk h3 {
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 36px
}

.cnt-lnk li {
    list-style-type: none;
    display: inline;
    padding-right: 10px;
    color: #fff;
}

.cnt-lnk li i {
    font-size: 20px;
    ;
}

.about-content:before {
    content: '';
    position: absolute;
    background: #1a3485;
    width: 200px;
    height: 200px;
    top: -43px;
    right: -47px;
    z-index: -1;
}

.carousel-control-next,
.carousel-control-prev {
    width: 8%
}

.carousel-caption {
    top: 15rem;
    left: 8%
}

.desk {
    /*    display: block;*/
}

.mobi {
    /*    display: none;*/
}

.cont-box.rightpaddingcss {
    padding-left: 100px;
}

@media(max-width:950px) {
    .ic-img {
        display: none;
    }

    .cont-box {
        padding: 15px 15px 30px !important
    }

    .prd-img {
        margin-bottom: 20px;
        margin-top: 25px;
    }

    .cont-box p {
        width: 100%
    }

    .desk {
        /*        display: none;*/
    }

    .mobi {
        /*        display: block;*/
    }


    .w-75 {
        width: 100% !important
    }

    .about {
        padding: 60px 0 15px
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #941c1e;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 30px 32px;
    text-decoration: none;
    font-size: 30px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #aaa;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    border: 0;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}



.footerlogo {
    width: 300px;
}

@media (min-width: 1400px) {
    .footerconatiner {
        max-width: 1080px;
    }
}

.mt-20 {
    margin-top: 20px;
}

.footericoncss li a {
    color: #ffffff;
    border: 2px solid #941c1e;
    padding: 8px 12px;
    border-radius: 50%;
    font-size: 20px;
}

.footericoncss li a:hover {
    color: #ffffff;
    background: #941c1e;
    border: 2px solid #941c1e;
}

.menu-list li {
    margin-bottom: 10px;
}

.mnu-bx {
    border-right: 1px solid #941c1e;
}

.menu-list li {
    line-height: 28px !important;
}



.position-relative {
    position: relative;
}

.trianglright {
    content: '';
    position: absolute;
    width: 100px;
    height: 58px;
    background: white;
    left: -21px;
    top: 200px;
    z-index: 1;
    clip-path: polygon(55% 0, 100% 100%, 0 100%);
    transform: rotate(90deg);
}

.trianglleft {
    content: '';
    position: absolute;
    width: 100px;
    height: 58px;
    background: white;
    right: -21px;
    top: 200px;
    z-index: 1;
    clip-path: polygon(55% 0, 100% 100%, 0 100%);
    transform: rotate(270deg);
}

.numberbox:before {
    content: '';
    position: absolute;
    width: 128px;
    height: 1px;
    background: #a7a7a7;
    transform: rotate(315deg);
    left: -109px;
    top: 122px;
}

.numberbox h4 {
    margin-bottom: 0px;
    color: #a7a7a7;
    transform: rotate(314deg);
    position: relative;
    top: 11px;
    left: 19px;
}

.numberbox {
    position: absolute;
    left: 45px;
    top: 37.2%;
    z-index: 1;
    border: 1px solid #a7a7a7;
    /* padding: 14px 24px; */
    transform: rotate(45deg);
    width: 80px;
    height: 80px;
}

.leftboximg {
    padding-left: 180px;
}

.rightboximg {
    padding-right: 50px;
}

.rightboximg .numberbox {
    position: absolute;
    right: 56px;
    left: auto;
    top: 39.2%;
    z-index: 100;
    border: 1px solid #a7a7a7;
    /* padding: 22px 24px; */
    transform: rotate(45deg);
    width: 80px;
    height: 80px;
}

.rightboximg .numberbox h4 {
    margin-bottom: 0px;
    color: #a7a7a7;
    transform: rotate(314deg);
    position: relative;
    top: 8px;
    left: 19px;
}

.rightboximg .numberbox:before {
    content: '';
    position: absolute;
    width: 128px;
    height: 1px;
    background: #a7a7a7;
    transform: rotate(315deg);
    right: -110px;
    top: -47px;
    left: auto;
}

.hidedesktop {
    display: none;
}


@media screen and (max-width: 950px) {
    .hidedesktop {
        display: block;
    }

    .hidemobile {
        display: none;
    }

    .trianglright {
        width: 0px !important;
        height: 0px !important;
        background: #ffffff00 !important;
    }

    .trianglleft {
        width: 0px !important;
        height: 0px !important;
        background: #ffffff00 !important;
    }

    .flexcss {
        flex-direction: column-reverse !important;
    }

    .numberbox {
        display: none;
    }
}

@media (max-width: 900px) {
    .footerlogo {
        width: 150px;
        margin-bottom: 25px;
    }

    .mnu-bx {
        border-right: 1px solid #941c1e00;
        margin-top: 20px;
    }

    .cnt-lnk {
        margin-top: 20px;
    }

    .pd-list li {
        width: 45%;
        height: 50px;
        align-items: center;
        justify-items: center;
        justify-content: center;
        display: inline-table;
        text-align: center;
        padding: 0px 20px;
        border: 1px solid #941c1e;
        background: #941c1e;
        border-radius: 3px;
        margin: 8px 5px;
    }

    .pd-list li:last-child {
        border: 1px solid #941c1e !important;
    }

    .pd-list li a {
        color: #ffffff;
        font-weight: 500;
        position: relative;
        top: 10px;
    }

    .pd-list li a.notopcss {
        top: 10px;
    }
     .productstabcss {
        display: none;
    }

}
@media (min-width: 768px) and (max-width:992px){
.prds-section .col-md-8, .prds-section .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
}
}
.floatingicon .fl-fl {
    background: #941c1e;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 6px;
    width: 280px;
    position: fixed;
    right: -230px;
    z-index: 1000;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.floatingicon .fa {
    font-size: 27px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
}

.floatingicon .fl-fl:hover {
    right: 0;
}

.floatingicon .fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: 6px !important;
}

.floatingicon .float-fb {
    bottom: 180px;
}

.float-tw {
    bottom: 115px;
}
