@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

html,
body {
    overflow: hidden !important;
    /* overflow-wrap: anywhere !important; */
    overflow-y: hidden !important;
}

.overflow-auto{
    justify-content: center;
}

p {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif !important;
    text-align: justify;
    margin-bottom: 5px;
    line-height: 2;
}

.menubarbg {
    background-color: #ff5e15;
}

#bottomNavbar {
    background-color: #ff5e15;
}

.wrapper {
    /* max-width: 1080px; */
    margin: auto;
    padding: 20px;
}

.text-left td p {
    text-align: left;
}

.wrap-cont {
    display: flex;
}

#header {
    display: flex;
}

/* --------------------------------------header------------------------------------------- */


:root {
    --black: #1F1A47;
    --black2: #3c4257;
    --white: #fff;
    --gray-50: #f7fafc;
    --gray-100: #e3e8ee;
    --gray-200: #c1c9d2;
    --gray-500: #697386;
    --gray-para: #3c4257;
    --gray-800: #2a2f45;
    --button: #212529;
    --greylight: #858796;
    --danger: #e74a3b;
}

/* -------------------------bootstrap-sidebar--------------------------------- */

@media (min-width: 576px) {
    .h-sm-100 {
        height: 100%;
        display: grid !important;
    }
}

#homesection {
    padding: 20px;
}

#togglelg {
    background-color: #f2f2f2;
    width: fit-content !important;
}

#togglesm {
    background-color: #f2f2f2;
}

a.nav-link {
    padding: 2px;
    color: var(--black2) !important;
    font-weight: 600;
    font-size: 15px;
}

#nav-toggle-button {
    color: var(--black2);
    font-size: 30px;
    padding: 0px 8px;
}

.d-sm-inline {
    display: inline !important;
    font-size: 20px;
    padding: 5px 10px;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
}

.nav-pills .nav-link {
    border-bottom: 1px dashed grey;
    padding: 10px;
}

.top-header-details {
    border-bottom: 1px solid #e3e8ee;
}

.top-header-details2 {
    border-bottom: 1px solid #e3e8ee;
    display: flex;
    flex-direction: row-reverse;
    color: #003859;
}

.top-header-details2 a {
    color: #003859;
}

.top-header-details2 a:hover {
    color: #ff5e15;
}

table td th {
    font-family: Arial, Helvetica, sans-serif !important;

}

table tr td a:hover{
color: #ff5e15 !important;
}

.card-body {
    padding: 0px !important;
}

@media (min-width: 280px) and (max-width: 769px) {
    .top-header-details {
        display: none;
    }

    .top-header-details2 {
        display: none;
    }
}

@media (min-width: 280px) and (max-width: 768px) {
    #homesection {
        padding: 20px !important;
    }

    #menu {
        display: none;
    }
}

@media screen and (max-width: 1080px) and (min-width:280px) {
    .wrapper {
        max-width: 1080px !important;
        margin: auto;
    }
}

@media (min-width: 280px) and (max-width: 768px) {
    #togglesm {
        display: block !important;
        width: 100%;
        padding: 0;
        height: fit-content;
    }

    @media (min-width: 280px) and (max-width: 768px) {
        .wrap-cont {
            display: block;

        }

        #togglelg {
            display: none !important;
        }
    }
}


/* ------------------------------------------------------------index-page-section-------------------------------------------------- */
.with-border {
    border-bottom: 3px solid #ff5e15;
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: capitalize !important;
    margin: 2px 0px 10px 0;
    padding: 8px 0px;
    display: inline-block;
    font-family: "Oswald", sans-serif;
}

.with-border2 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: capitalize !important;
    padding: 10px 0px;
    margin: 8px 0px;
    display: inline-block;
    font-family: "Oswald", sans-serif;
}


.with-border3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize !important;
    padding: 15px 0px;
    margin: 5px 0px;
    letter-spacing: 0.7px;
    /* text-align: center; */
    font-family: "Oswald", sans-serif;
}

.with-border4 {
    border-bottom: 3px solid #ff5e15;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize !important;
    margin: 2px 0px;
    padding: 10px 0px;
    display: inline-block;
    font-family: "Oswald", sans-serif;
}

.with-border5 {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize !important;
    margin: 2px 0px;
    padding: 10px 0px;
    display: inline-block;
    font-family: "Oswald", sans-serif;
}

#tablehead tr th {
    align-items: center;
    border: 1px solid #fff;
    vertical-align: middle;
    font-family: "Oswald", sans-serif;
    font-weight: lighter;
}

#tablehead tr th a{
    color: #fff;
}

table,
td,
th {
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    /* text-decoration: none; */
    font-family: Arial, Helvetica, sans-serif;
}

#tablehead tr th {
    background-color: #ff5e15;
    color: #fff;
}

tbody tr td a {
    color: #000;
}

#imageid {
    margin: auto !important;
    text-align: center;
}

/* -------------------------------------------------------gallery-bootstrap------------------------------------------------------ */

.linksbg {
    background-color: #ff5e15;
    text-align: center;
    padding: 8px 0px;
}

.linksbg a {
    color: #fff;
    font-size: 20px;
    /* text-decoration: none; */
    font-family: "Oswald", sans-serif;
}



/* ------------------image-zoom-in-effect-------------------- */

.card {
    position: relative;
   /* Adjust the width as needed */
    overflow: hidden;
  }
  
  .card img {
    max-width: 100%;
    transition: transform 0.3s ease; /* Smooth zoom effect */
  }

  .card a{
    margin: auto;
  }
  
  .card:hover img {
    transform: scale(1.2); /* Adjust the scale factor as needed */
  }

  /* ----------------------------------------------------------- */

.carousel-control-next-icon {
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    position: absolute;
    top: 110px !important;
}

.carousel-control-next :hover {
    background-color: #ff5e15 !important;
    transition: all 0.3s;
}

.carousel-control-prev :hover {
    background-color: #ff5e15 !important;
    transition: all 0.3s;
}

.carousel-control-prev-icon {
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    position: absolute;
    top: 110px !important;
}

.bi-chevron-right::before {
    padding-top: 8px;
}

.bi-chevron-left::before {
    padding-top: 8px;
}

@media screen and (max-width:2400px) and (min-width:1280px) {

    #galleryid {
        margin-top: -60px;
    }
}


/* -----------------------------------------------------footer-section------------------------------------------------------ */


#wrappernone {
    padding: 0px 0px 15px 0px;
}

.footerid {
    background-image: url(images/footer-bg.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eee;
    border-top: 15px solid #ff5e15;
    font-family: "Oswald", sans-serif;
    margin-top: 50px;
    padding: 0px;
}

#footer {
    padding: 0px !important;
}

#divcopyright {
    height: 25px;
    padding-top: 75px;
}

#divcopyright h3 {
    font-size: 12px;
    color: #fff;
    padding-top: 15px;
}


#divcopyright2 h3 {
    font-size: 12px;
    color: #fff;
}

#stylenone ul li {
    list-style: none !important;
}

/* #stylenone {
    max-width: 1080px;
} */

.listcont {
    margin-top: 5px;
    letter-spacing: 0.8px;
    font-weight: 400;
}

#wrappernone ul {
    margin-left: -45px !important;
}

.footcont a {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    overflow-wrap: anywhere !important;
    font-family: Arial, Helvetica, sans-serif;
}

.footcont i {
    font-size: 22px;
    font-weight: 400;
    margin-right: 12px;
    color: #ff5e15;
}

.footcont img {
    width: 165px;
}

.listcont li a {
    font-size: 14px;
    color: #ff5e15;
    /* text-decoration: none; */
    font-weight: 400;
    color: #ff5e15;
}

.bs-example {
    background-color: #ff5e15;
    color: #fff;
}

.contactfoot {
    background-color: #ff5e15;
    font-size: 18px;
    padding: 8px 0px !important;
    padding-left: 14px !important;
}

.contactfoot a {
    color: #fff;
}

.contactfoot1 {
    background-color: #ff5e15;
    font-size: 18px;
    padding: 8px 0px !important;
    padding-left: 14px !important;
}

.contactfoot1 a {
    color: #fff;
}

.footcont h6 {
    display: flex;
}

.listcont a {
    font-size: 20px !important;
    color: #000;
    font-family: "Oswald", sans-serif;
    /* text-decoration: none; */
}

.socialmedia {
    display: flex;
    flex-wrap: wrap;
}

#fffsoc h6 {
    margin-bottom: 15px;
}


@media screen and (max-width:2400px) and (min-width:1320px) {

    .contactfoot {
        display: flex;
        justify-content: center !important;
        align-items: center;
    }

    .contactfoot1 {
        display: flex;
        /* justify-content: center !important; */
        align-items: center;
        padding-left: 0px !important;
    }
}

@media screen and (max-width:990px) and (min-width:767px) {

    /* .contactfoot1{
        padding-left: 0px !important;
    } */

    #listcont4 {
        display: none !important;
    }

}

@media screen and (max-width:767px) and (min-width:300px) {
    .wrappernone {
        display: none;
    }
}

#d-none {
    display: none;
}

#d-block {
    display: block;
}

@media screen and (max-width:767px) and (min-width:300px) {
    #d-none {
        display: block;
    }

    #d-block {
        display: none;
    }

    #listcont1 {
        display: none;
    }

    #listcont2 {
        display: none;
    }

    #listcont3 {
        display: none;
    }
}

/* ---------------------------------------------contact-page-------------------------------------------------------- */

.divimgcon {
    max-width: 200px;
}

.divimgcon img {
    width: 100%;
    height: 100%;
}

.contactwrap {
    /* margin: auto !important; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sbutton {
    width: 105px;
    /* padding: 7px 5px; */
}

.btn {
    background-color: #ff5e15;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ff5e15;
}

.wrapper h6 .anclink {
    color: #ff5e15;
}


/* -----------------------------------------dropdown-menu-css--------------------------------------------- */

.navbar-nav .nav-link {
    color: #fff;
}

.dropdown .dropdown-menu {
    display: none;
    background-color: #f2f2f2;

}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: .125em;
    margin-left: .125em;
    position: absolute;
    left: 175px !important;
    top: 0px !important;
    background-color: #f2f2f2;
}

@media screen and (min-width:769px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: .5em;
    }
}

.d-sm-inlined {
    display: inline !important;
    font-size: 18px !important;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif !important;
}

.d-sm-inlined2 {
    font-size: 17px !important;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif !important;
    text-align: start;
}

/* .dropdown-toggle::after {
    content: ;
} */

.d-sm-inlined2:hover {
    background-color: #ff5e15;
    color: #fff;
    border-radius: 0px 35px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
}

.d-sm-inlined3 {
    text-align: start;
}

.d-sm-inlined3:hover {
    background-color: #ff5e15;
    color: #fff;
}

.nav-linked {
    color: var(--black2) !important;
    padding: 10px 0px !important;
    text-decoration: none !important;
}

.nav-item2 {
    padding: 10px !important;
    border-bottom: 1px dashed grey;
    margin: 0px 10px !important;
    text-align: start !important;
}

@media screen and (max-width:768px) and (min-width:280px) {
    .d-sm-inlined2:hover {
        background-color: #ff5e15;
        color: #fff;
    }

    #listcont4 {
        display: none;
    }

    .d-sm-inlined {
        font-size: 18px !important;
        font-weight: 300;
        font-family: Arial, Helvetica, sans-serif !important;
    }
}


/* ---------------------------------------------------sitemap--------------------------------------------- */

.tree {
    min-height: 20px;
    padding: 19px;
    margin: 20px 15px !important;
    background-color: #fbfbfb;
    border: 1px solid #999;
    border-radius: 4px;
}

.tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 160px;
    position: relative
}

.tree li::before,
.tree li::after {
    content: '';
    left: -20px;
    position: absolute;
    right: auto
}

.tree li::before {
    border-left: 1px solid #999;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px
}

.tree li::after {
    border-top: 1px solid #999;
    height: 20px;
    top: 25px;
    width: 180px;
}

.tree li span {
    /* -moz-border-radius: 5px;
    -webkit-border-radius: 5px; */
    border: 1px solid #999;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.tree li.parent_li>span {
    cursor: pointer
}

.tree>ul>li::before,
.tree>ul>li::after {
    border: 0
}

.tree li:last-child::before {
    height: 30px
}

.tree li.parent_li>span:hover,
.tree li.parent_li>span:hover+ul li span {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000
}

.main-header .header-upper .upper-right {
    padding-left: 60px;
}

.sitemap1 {
    padding: 0px 12px !important;
    color: #003859;
}

@media screen and (max-width:1040px) and (min-width:768px) {
    .tree li {
        padding: 10px 2px 0px 50px;
    }

    .tree li::after {
        border-top: 1px solid #999;
        height: 20px;
        top: 29px;
        width: 70px;
    }
}


@media screen and (max-width:768px) and (min-width:583px) {
    .tree li {
        padding: 10px 2px 0px 50px;
    }

    .tree li::after {
        border-top: 1px solid #999;
        height: 20px;
        top: 29px;
        width: 70px;
    }
}

@media screen and (max-width:584px) and (min-width:280px) {
    .tree li {
        padding: 10px 2px 0px 0px;
    }

    .tree li::after {
        border-top: 1px solid #999;
        height: 20px;
        top: 29px;
        width: 20px;
    }
}

@media screen and (min-width: 280px) and (max-width: 425px) {
    .img-fluid {
        max-width: 100%;
        height: auto;
    }

    .sitemap1 {
        padding: 0px 12px !important;
        color: #003859;
    }
}

/* ---------------------------------------------------sidebar-accordian-navbar----------------------------------- */

.icon-flipped {
    position: absolute;
    right: 50px;
    padding-top: 6px;
}

li ul li {
    list-style: none !important;
}

.sidenav-collapse {
    padding: 0px !important;
}

.sidenav-item{
    width: 250px;
}

/* ---------------------------------------------------faq------------------------------------------- */

.accordion-button {
    background-color: #f2f2f2;
    color: #3c4257;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif !important;
}

.accordion-body p {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif !important;
}

.accordion-button:focus {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-color: #a4bac1 !important;
}

.accordion-button:not(.collapsed) {
    border-color: #a4bac1 !important;
}

/* -------------------additional-css---------------------- */

.all-technical-product ul li {
    width: 50%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    border: 1px solid #CCC;
    font-size: 14px;
    transition: 300ms linear all;
    vertical-align: top;
}

.all-technical-product ul li a {
    text-decoration: none;
    color: #666;
}  

.all-technical-product ul li .left-product {
    width: 25%;
    float: left;
    padding: 8px 10px;
    font-weight: bold;
}

.all-technical-product ul li .right-product {
    width: 40%;
    float: left;
    padding: 8px 10px;
    font-weight: bold;
}

/* -------------Breadcrumbs------------------ */

.default-breadcrumb {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    /* margin-top: 2rem; */
    margin-bottom: 0rem;
    font-size: 1.1rem;
    padding-left: 0rem;
  }
  
  .default-breadcrumb li.crumb {
    position: relative;
    margin-bottom: 0.5em;
    padding: 0.25em;
    background-color: #eaecf1;
    color: #8093a7;
  }
  
  .default-breadcrumb li.crumb::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 1.5em;
    background-color: #eaecf1;
    clip-path: polygon(50% 50%, -50% -50%, 0 100%);
  }
  
  .default-breadcrumb li.crumb::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 1px;
    height: 100%;
    width: 1.5em;
    background-color: #eaecf1;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 50% 50%, 0% 0%);
    transform: translateX(-100%);
  }
  
  .default-breadcrumb li.crumb:not(:first-child) {
    margin-left: 2em;
  }
  
  .default-breadcrumb li.crumb:first-child {
    padding-left: 0.5em;
    border-radius: 5px 0 0 5px;
  }
  
  .default-breadcrumb li.crumb:first-child::before {
    display: none;
  }
  
  .default-breadcrumb li.crumb:last-child {
    padding-right: 1em;
    border-radius: 0 5px 5px 0;
  }
  
  .default-breadcrumb li.crumb:last-child::after {
    display: none;
  }
  
  .default-breadcrumb li.crumb.active {
    background-color: #00b0ff;
    color: #ffffff;
  }
  
  .default-breadcrumb li.crumb.active::before,
  .default-breadcrumb li.crumb.active::after {
    background-color: #00b0ff;
  }
  
  .default-breadcrumb li.crumb .link {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .default-breadcrumb li.crumb a {
    color: #003859;
  }
  
  .default-breadcrumb li.crumb a:hover {
    color: #ff5e15;
  }