body {
    background: #ffffff;
}

thead {
    background: #272727;
    color: #ffffff;
}

.font01 {
    font-family: 'Ubuntu', sans-serif;
}

.logo {
    padding: 2px 0px 3px;
    /*background:#ffffff;*/
    border-radius: 5px;
    /*border:1px solid #8a8a8a;*/
    margin: 3px 0 10px;
    width: 190px;
}

.top-contact{
    background: linear-gradient(to left, rgba(250, 167, 20, 0.9), rgb(239 159 6 / 90%));
    padding: 3px 0;
    font-size: 15px;
}
.top-section {
    /*background: #e31e24;*/
  /*  background: #13469d;*/
    background: #10316b;
    z-index: 10000;
}

.top-contact a{
    color: #000;
    font-size: 13px;
    font-weight: bold;
}


.gap-v{
    padding: 0 15px;
    font-size: 10px;
}

.gap-v1{
    padding: 0 5px;
    font-size: 16px;
}



.topmenu {
    margin: 20px 0 0 0;
}

.topmenu a {
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
}

.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem;
    color: #343434;
    font-size: 14px;
}

.dropdown .is-dropdown-submenu a:hover {
    padding: 0.7rem 1rem;

    font-size: 14px;
    color: #5356FF;
}


.box02 {
    transition: border-top 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adjust the shadow as needed */
    background: #ffffff;
    padding: 20px 20px;
    border-top:1px solid  rgba(206, 210, 206, 0.61);
    border-left:1px solid  rgba(206, 210, 206, 0.61);
    border-right:1px solid  rgba(206, 210, 206, 0.61);
    border-bottom: 15px solid rgba(206, 210, 206, 0.61);

    border-radius: 10px;
}
.box02:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Adjust the shadow as needed */
    border-bottom: 15px solid #15a839;
}

.bottom-border {
    border-top: 15px solid rgba(206, 210, 206, 0.61);
    transition: border-bottom 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adjust the shadow as needed */

    background: #ffffff;
    padding: 20px 20px;
    border-radius: 10px;

}

.bottom-border:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Adjust the shadow as needed */
    border-top: 15px solid rgba(206, 210, 206, 0.61);
    border-top: 15px solid #15a839;
}

.bottom-border:hover .title05 {
    color: #15a839;
}


.orange-btn {
    background: #15a839;
    font-size: 22px;
    border-radius: 12px;
    color: #ffffff !important;
    padding: 15px 45px;
}

.orange-btn:hover {
    background: #30cb56;

}

.orange-btn03 {
    background: #FF7301;
    border-radius: 8px;
    font-size: 14px;
    color: #ffffff !important;
    padding: 8px 20px;
    font-weight: bold;
}

.black-btn {
    background: #232323;
    border-radius: 8px;
    font-size: 16px;
    color: #ffffff !important;
    padding: 10px 20px;
    margin-left: 20px !important;
}

.orange-btn02 {
    background: #15a839;
    border-radius: 8px;
    font-size: 16px;
    padding: 12px 25px;
    color: #ffffff;

}

.orange-btn02:hover {
    background: #15a839;

}

.dark-bg1 {
    background-color: #13469d;
    padding: 50px 0 50px 0;
    background-size: cover;
    background-position: center right;
    /*border-top:1px dotted #126be6;*/
    /*border-bottom:1px dotted #126be6;*/
}

.dark-bg2 {
    background-color: #ff8000;
    padding: 40px 0 40px 0;
    background-size: cover;
    background-position: center right;
    /*border-top:1px dotted #126be6;*/
    /*border-bottom:1px dotted #126be6;*/
}

.orange-bg {
    background-color: #10215d; /* Set background color to black */

    opacity: 9;
    padding: 20px 0;
    /*border-top:2px dotted #FF7301;*/
    /*border-bottom:2px dotted #FF7301;*/
}

.orange-bg02 {
    background-color: #10215d; /* Set background color to black */

    opacity: 9;
    padding: 20px 0;

}

.red-bg {
    background: #ecf7ff;
    padding: 30px 25px;
    border-radius: 10px;
}

.blue-bg {
    background: #faeeb1;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 20px 0;
}
.blue-bg:hover {
    background: #ecf7ff;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 20px 0;
}


.yellow-bg {
    background: #faeeb1;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 20px 0;
}
.yellow-bg:hover {
    background: #ecf7ff;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 20px 0;
}
.img-round {
    border-radius: 12px;
    /*box-shadow: 10px 10px 20px rgba(117, 117, 117, 0.2);*/
    transition: border-bottom 0.3s ease, box-shadow 0.3s ease;

}

.img-round:hover {
    border-radius: 12px;
    transition: border-bottom 0.3s ease, box-shadow 0.3s ease;

    /*box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.5);*/
    opacity: .8;
}

.img-round02 {
    border-radius: 8px;
    border: 1px solid #8a8a8a;
    padding: 10px 20px;
    transition: border-bottom 0.3s ease, box-shadow 0.3s ease;


}

.grey-bg {
    background: #f2f2f2 url("../img/img06.jpg");
    padding: 50px 0 50px 0;
    background-size: cover;
    background-position: center right;
    /*border-top:1px dotted #126be6;*/
    /*border-bottom:1px dotted #126be6;*/
}

.box01{
    border-radius: 16px;
    background: #004138;
}
.box01-content{
    padding: 80px 60px;

}
.box01-img {
    height: 100%;
    object-fit: cover;
    display: block;
    border-top-right-radius: 16px;
    border-bottom-right-radius:16px;
}


.service-bg {
    background: linear-gradient(to left, rgb(189 35 35 / 90%), rgb(239 159 6 / 90%)), url(../../assets/images/pressure-vessel/5.jpg);
    padding: 50px;
    background-size: cover;
    background-position: center right;
    position: relative;
    /*border-top:1px dotted #126be6;*/
    /*border-bottom:1px dotted #126be6;*/
}

.design-bg {
    background: linear-gradient(to left, rgba(234, 234, 234, 0.9), rgba(255, 255, 255, 0.9)),
    url("../../assets/images/designs/1.jpg");
    padding: 50px;
    background-size: cover;
    background-position: center right;
    position: relative;
    /*border-top:1px dotted #126be6;*/
    /*border-bottom:1px dotted #126be6;*/
}

.valves-bg {
    background: linear-gradient(to left, rgba(234, 234, 234, 0.8), rgba(255, 255, 255, 0.9)),
    url("../../assets/images/valves/1.jpg");
    padding: 50px;
    background-size: cover;
    background-position: center right;
    position: relative;
    /*border-top:1px dotted #126be6;*/
    /*border-bottom:1px dotted #126be6;*/
}

.vision-mission-bg {
    background: linear-gradient(to left, rgba(15, 91, 190, 0.85), rgba(255, 218, 0, 0.82)), url("../../assets/img/products/vision-mission.jpg");
    padding: 50px;
    background-size: cover;
    background-position: center right;
    position: relative;
    /*border-top:1px dotted #126be6;*/
    /*border-bottom:1px dotted #126be6;*/
}

.all-products-bg {
    background: linear-gradient(to left, rgba(15, 91, 190, 0.55), rgba(255, 218, 0, 0.42)), url("../../assets/img/products/all-products.jpg");
    padding: 50px;
    background-size: cover;
    background-position: center right;
    position: relative;
    /*border-top:1px dotted #126be6;*/
    /*border-bottom:1px dotted #126be6;*/
}

.text-green{
    color: #15a839;
}

.heat-exchange-bg {
    background: linear-gradient(to left, rgb(225 240 253 / 83%), rgb(223 241 255 / 86%)), url(../../assets/images/heat-exchange/AdobeStock_450434975.jpg);

    padding: 50px;
    background-size: cover;
    background-position: center right;
    position: relative;
    /*border-top:1px dotted #126be6;*/
    /*border-bottom:1px dotted #126be6;*/
}

.column-reactor-bg {
    background: linear-gradient(to left, rgb(255 240 217 / 93%), rgb(246 233 214 / 86%)), url(../../assets/images/column-reactor/AdobeStock_814739652.jpg);

    padding: 50px;
    background-size: cover;
    background-position: center right;
    position: relative;
    /*border-top:1px dotted #126be6;*/
    /*border-bottom:1px dotted #126be6;*/
}

.skids-bg {
    background: linear-gradient(to left, rgba(234, 234, 234, 0.9), rgba(255, 255, 255, 0.9)),
    url("../../assets/images/skids/AdobeStock_779035051.jpg");

    padding: 50px;
    background-size: cover;
    background-position: center right;
    position: relative;
    /*border-top:1px dotted #126be6;*/
    /*border-bottom:1px dotted #126be6;*/
}

.grey01-bg {
    background: #ecf7ff;
    padding: 50px;
    background-size: cover;
    background-position: center right;
    position: relative;
    /*border-top:1px dotted #126be6;*/
    /*border-bottom:1px dotted #126be6;*/
}

.white-bg {
    background: #ffffff;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}


.dark-bg {
    background: linear-gradient(to left, rgba(83, 86, 255, 0.79), rgba(83, 86, 255, 0.88)),
    url("../../assets/images/others/1.jpg");
    padding: 50px;
    background-size: cover;
    background-position: center right;
    position: relative;
    /*border-top: 1px dotted #126be6;*/
    /*border-bottom: 1px dotted #126be6;*/
}

.dark-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(18, 70, 157, 0.8), rgba(18, 70, 157, 0.8));
    opacity: 0.4;
    z-index: 1;
    pointer-events: none; /* Ensures overlay does not interfere with any interactions */
}

.dark-bg > * {
    position: relative;
    z-index: 2;
}


.faq01 {
    background: #f2f2f2 url("../img/img03.jpg");
    padding: 50px 0 50px 0;
    background-size: cover;
    background-position: center right;
    /*border-top:1px dotted #126be6;*/
    /*border-bottom:1px dotted #126be6;*/
}

.faq02 {
    background: #f2f2f2 url("../img/img06.jpg");
    padding: 50px 0 50px 0;
    background-size: cover;
    background-position: center right;
    /*border-top:1px dotted #126be6;*/
    /*border-bottom:1px dotted #126be6;*/
}

.faq03 {

    background: linear-gradient(to left, rgba(3, 3, 3, 0.6), rgba(10, 10, 10, 0.5)),
    url("../../assets/images/pressure-vessel/7.jpg");
    padding: 50px 0 50px 0;
    background-size: cover;
    background-position: center right;
    /*border-top:1px dotted #126be6;*/
    /*border-bottom:1px dotted #126be6;*/
}

.faq04 {
    background: #f2f2f2 url("../img/img04.jpg");
    padding: 50px 0 50px 0;
    background-size: cover;
    background-position: center right;
    /*border-top:1px dotted #126be6;*/
    /*border-bottom:1px dotted #126be6;*/
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #ffffff transparent transparent;
}

.grey-bg05 {
    background: #f5f5f5;
    padding: 50px 0 50px 0;
    background-size: cover;
    background-position: center right;

    /*border-top:1px dotted #126be6;*/
    /*border-bottom:1px dotted #126be6;*/
}

.shadow-box01 {
    box-shadow: 15px 15px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7;
}

.copyright-footer {
    background: #15a839;
    opacity: 9;
    padding: 15px 0 15px 0;
    background-size: cover;
    background-position: center right;
    color: #ffffff;
    /*border-top:1px dotted #126be6;*/
    /*border-bottom:1px dotted #126be6;*/
}

.copyright-footer a{
    color: #ffffff!important;
    padding: 0rem 1rem!important;
    font-size: 14px!important;
}
.dark-bg02 {
    background: #1f1f1f;
    padding: 20px 0 20px 0;
    background-size: cover;
    background-position: center right;
    /*border-top:1px dotted #126be6;*/
    /*border-bottom:1px dotted #126be6;*/
}

thead, tbody, tfoot {
    border: 0px solid #f1f1f1;
    background-color: #fefefe;
}


.title-section {
    position: absolute;

    width: 100%;
    top: 35%;

}

.title-top {
    z-index: 100000;
}

.title-bg {
    /* background: rgba(0, 59, 99, 0.78);*/
    padding: 20px 20px 15px;
    z-index: 100000;
}

.title-bg02 {
    /* background: rgba(0, 59, 99, 0.78);*/
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.title01 {
    font-family: "Roboto Condensed", sans-serif;

    font-size: 46px;
    line-height: 1.2;
}

.title02 {
    font-size: 33px;
    font-family: "Roboto Condensed", sans-serif;

}

.title03 {
    font-size: 42px;
    font-family: "Roboto Condensed", sans-serif;

}

.dark-bg .title03 {
    font-size: 32px;
}

.title04 {
    font-size: 26px;
    font-family: "Roboto Condensed", sans-serif;

}

.title04a {
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;

}

.title04b {
    font-size: 24px;
    font-family: "Roboto Condensed", sans-serif;

}

.title05 {
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;

}

.title05a {
    font-size: 18px;
}

.title06 {
    font-size: 14px;
}

.title07 {
    font-size: 12px;
}

.text16px{
    font-size: 16px;
}
.mt05 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

#map {
    height: 400px;
    width: 100%;
    border-radius: 10px;
}

/*.accordion-item:first-child > :first-child{*/
/*    background-color: #2bd0cd;*/
/*    color: #ffffff;*/
/*}*/

.accordion-title:hover, .accordion-title:focus {
    background-color: #ecf7ff;
    color: #13469d;
}

.is-active > .accordion-title {
    background-color: #ecf7ff;
    color: #13469d !important;
}

.coin-row {
    background: rgba(255, 115, 1, 0.2);
    background: linear-gradient(to right, #fcefcf, #ffefe4);

}

.row-header {
    background: linear-gradient(to right, #FF7301, #FFC837);
    /*background: rgb(18,107,230);*/
    /*background: linear-gradient(90deg, rgba(18,107,230,1) 0%, rgba(24,39,91,1) 58%);*/
}


.slider01 {
    position: relative;
    width: 100%;
    height: 70vh; /* Full viewport height */
    overflow: hidden;
}

#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 70%;
    width: auto;
    height: auto;
    z-index: -1;
    background-size: cover;
    object-fit: cover;
}

.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    z-index: 1;
}

.title-bg {
    background: rgba(0, 0, 0, 0); /* Semi-transparent background for better text readability */
    padding: 20px;
    border-radius: 10px;
}


.slider01a {
    background: url("../img/products/slides/1.jpg") no-repeat;
    background-size: cover;
    height: 600px;
}

.slider02 {
    background: url("../img/products/slides/2.jpg") no-repeat;
    background-size: cover;
    height: 600px;
}

.slider03 {
    background: url("../img/products/slides/3.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    height: 600px;
}

.slider04 {
    background: url("../img/products/slides/4.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    height: 600px;
}

.slider05 {
    background: url("../img/products/slides/5.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    height: 600px;
}


.orange-text {
    color: #FF7301 !important;
}

.white-color {
    color: #ffffff;
}

.header {
    position: relative;
}

.blue-text {
    color: #c0c0d7;
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    padding: 50px 0 0 0;

}

.title-top1a {
    text-shadow: -2px 2px 2px rgba(38, 38, 38, 0.81);
}

.lgreen-color {
    /* color: #003B64;*/
    color: #ffffff;

}

.grey-color {
    color: #686868;
}

.accordion-title {
    font-size: 18px;
    line-height: 1;
    color: #232323;
    font-weight: 500;

}

.accordion-content {
    display: none;
    padding: 18px;
    color: #232323;
}

.round-img {
    border-radius: 12px;
}

.image-size01 {
    height: 200px;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    background-color: #f0f0f0; /* Optional: Adds a background color to fill any empty space */
}

.image-size03 {
    width: 100%;
    height: 350px;

    border-radius: 12px;

    background-color: #f0f0f0; /* Optional: Adds a background color to fill any empty space */
}


.image-size02 {
    width: 100%;
    object-fit: cover;
    background: #f0f0f0 url("../images/skids/AdobeStock_779035051.jpg"); /* Optional: Adds a background color to fill any empty space */
    height: 600px;
}

ul, ol, dl {
    margin-bottom: 0rem;

}

.inner-heat-exchanger {
    background-color: #fff4f4;
    background-image: url("../images/heat-exchange/1.jpg");
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}


.inner-column-reactor {
    background-color: #fff4f4;
    background-image: url("../images/column-reactor/2.jpg");
    background-size: cover;
    background-position: right;
    color: #ffffff;
    padding: 200px 40px;
    position: relative;
}


.inner-pressure-vessels {
    background-color: #fff4f4;
    background-image: url("../images/pressure-vessel/3.jpg");
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}

.inner-bf-burner {
    background-color: #fff4f4;
    background-image: url("../images/valves/bf-valves01/2/general.png");
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}

.inner-bf-butterfly {
    background-color: #fff4f4;
    background-image: url("../images/valves/bf-valves01/2/general.png");
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}

.inner-bf-ram {
    background-color: #fff4f4;
    background-image: url("../images/valves/bf-valves01/2/general.png");
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}

.inner-bf-swing {
    background-color: #fff4f4;
    background-image: url("../images/valves/bf-valves01/2/general.png");
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}

.inner-bf-hot {
    background-color: #fff4f4;
    background-image: url("../images/valves/bf-valves01/2/general.png");
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}

.inner-ed-bg {
    background-color: #fff4f4;
    background-image: url("../images/v2/pressure-vessels02.jpg");
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}

.inner-valves {
    background-color: #fff4f4;
    background-image: url("../images/valves/2.jpg");
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}

.inner-buoyancy {
    background-color: #fff4f4;
    background-image: url("../images/buoyancy/1.jpg");
    background-size: cover;
    background-position: right;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}

.inner-process-skids {
    background-color: #fff4f4;
    background-image: url("../images/skids/1.jpg");
    background-size: cover;
    background-position: right;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}

.company {
    background-color: #fff4f4;
    background-image: url("../img/products/about.jpg");
    background-size: cover;
    background-position: center 36%;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}

.vision-mission {
    background-color: #fff4f4;
    background-image: url("../img/products/vision-mission.jpg");
    background-size: cover;
    background-position: center 36%;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}
.team-bg {
    background-color: #fff4f4;
    background-image: url("../img/products/team02.jpg");
    background-size: cover;
    background-position: center 36%;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}
.luft-engine {
    background-color: #fff4f4;
    background-image: url("../img/products/luft-engine/2.jpg");
    background-size: cover;
    background-position: center 36%;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}

.robo-tyre {
    background-color: #fff4f4;
    background-image: url("../img/products/tyre/2.jpg");
    background-size: cover;
    background-position: center 36%;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}
.power-plant01 {
    background-color: #fff4f4;
    background-image: url("../img/products/powerplant/2.jpg");
    background-size: cover;
    background-position: center 36%;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}

.solar-windmill {
    background-color: #fff4f4;
    background-image: url("../img/products/solar-windmil/1.jpg");
    background-size: cover;
    background-position: center 36%;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}


.refinery-plant {
    background-color: #fff4f4;
    background-image: url("../img/products/refinery/4.jpg");
    background-size: cover;
    background-position: center 56%;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}
.power-plant {
    background-color: #fff4f4;
    background-image: url("../img/products/powerplant/");
    background-size: cover;
    background-position: center 36%;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}


.inner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2c0c0c;
    opacity: 0.4;
    padding: 20px 0 0 0;

}

.inner-title-section {
    position: absolute;
    width: 100%;
    top: 40%;
}
.inner-faq {
    background-color: #fff4f4;
    background-image: url("../img/products/faq.jpg");
    background-size: cover;
    background-position: center 65%;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}
.inner-career {
    background-color: #fff4f4;
    background-image: url("../img/products/career02.jpg");
    background-size: cover;
    background-position: center 65%;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}
.terms-bg {
    background-color: #fff4f4;
    background-image: url("../img/products/terms-condition.jpg");
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}

.privacy-bg {
    background-color: #fff4f4;
    background-image: url("../img/products/privacy01.jpg");
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}

.inner-contact {
    background-color: #fff4f4;
    background-image: url("../img/contact.jpg");
    background-size: cover;
    background-position: center 35%;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}

.inner-customer {
    background-color: #fff4f4;
    background-image: url("../img/clients.jpg");
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding: 200px 0px;
    position: relative;
}

.inner-gallery {
    background-color: #fff4f4;
    background-image: url("../images/new-pics/GalleryPage-pic-big.png");
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding: 200px 40px;
    position: relative;
}

.inner-founder {
    background-color: #fff4f4;
    background-image: url("../images/inners/founder.jpg");
    background-size: cover;
    background-position: bottom center;
    color: #ffffff;
    border-radius: 10px;
    padding: 100px 30px;
}

.user-left {
    background-color: #18275b;
    /*background: rgb(18,107,230);
     background: linear-gradient(90deg, rgba(18,107,230,1) 0%, rgba(72,59,145,1) 58%);*/
    padding: 20px;
    height: 600px;
}

.user-right {
    padding: 20px 20px 20px 0;
}

.dashboard {
    border: 1px solid rgba(176, 176, 176, 0.3);
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 23px -11px rgba(158, 158, 158, 1);
    -moz-box-shadow: 0px 0px 23px -11px rgba(158, 158, 158, 1);
    box-shadow: 0px 0px 23px -11px rgba(158, 158, 158, 1);
}

.dash-icon {
    height: 50px;
    width: 50px;
    border-radius: 50px;
}

.dashboard a {
    color: #ffffff;
}

.dashboard a {
    padding: 0.7rem 1rem !important;
}

.dashboard a:hover {
    color: #FF7301;
    background: #ffffff;
}

.dashboard-active {
    background: rgb(18, 107, 230);
    background: linear-gradient(90deg, rgba(18, 107, 230, 1) 0%, rgba(72, 59, 145, 1) 58%);
    border-radius: 8px;
}

.accordion {
    border-radius: 6px;
}

.accordion-title {
    border: 0px solid #e6e6e6 !important;
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: 0px solid #e6e6e6 !important;
}

/*Footer*/
.footer-bg {
    background: linear-gradient(to left, rgba(16, 49, 107, 0.14), rgb(16, 49, 107)), url(../../assets/img/products/luft-engine/1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 0 0px;
}

.footer-bg a {
    font-size: 16px;
    padding: 0.6rem 0rem;
    color: #8ea1c1;
}

.footer-bg a:hover {
    color: #5356FF;

}

a:hover {
    text-decoration: unset;
    color: #5356FF;

}

.blue-text-light {
    color: #c0c0d7;
}

.blue-text-light1 {
    color: #c0c0d7;
}

/* Style for the video chat button */
.video-container {
    width: 100%;
    overflow: hidden;
}

#bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slideshow-mn {
    position: relative;

    margin: auto;
    overflow: hidden;
    white-space: nowrap;
}

.slideshow-mn-img {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    transition: transform 1s ease-in-out;
}



.slideshow-mn-inner {
    display: flex;
    transition: transform 1s ease-in-out; /* Smooth slide effect */
    width: 300%; /* Adjust based on the number of images */
}

.typewriter1 {
    font-size: 13px; /* Adjusted font size */
    font-weight: bold;
    color: #333; /* Text color */
    overflow: hidden; /* Hides the text overflow */
    white-space: nowrap; /* Prevents text from wrapping */
    width: 22ch; /* Adjust to match the length of the text */
    animation: typing 4s steps(22) 1s infinite, blink 1.5s step-end infinite;
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 22ch; /* Matches the number of characters in the text */
    }
}

@keyframes blink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
