/* ------------------------------------------------------------------------------ 
Project Name : SPTC 
Description : Theme Style Sheet 
Author : Imran Rovan 
Created On : 08 Feb 2023 
--------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Eurostile';
    src: url('../fonts/EurostileRegular.eot');
    src: url('../fonts/EurostileRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/EurostileRegular.woff2') format('woff2'), url('../fonts/EurostileRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eurostile';
    src: url('../fonts/EurostileBold.eot');
    src: url('../fonts/EurostileBold.eot?#iefix') format('embedded-opentype'), url('../fonts/EurostileBold.woff2') format('woff2'), url('../fonts/EurostileBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Reset */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, p, a, li, span, div {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

ul, ol, li table {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    /* font-family: var(--bs-head-font-family);
    */
    font-family: 'Eurostile';
}

h1, h2, h3 {
    font-weight: bold;
}

h4, h5, h6 {
    font-style: normal;
}

h2 {
    font-size: 50px;
}

img {
    display: block;
    outline: none;
    max-width: 100%;
}

img, input, textarea, button, select {
    border: 0;
    outline: 0 !important;
    resize: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    -moz-transition: all .300s ease-in-out;
    -webkit-transition: all .300s ease-in-out;
    transition: all .300s ease-in-out;
}

/* Loader */
body.loader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.intro-loader {
    width: 100%;
    height: 85vh;
    background-color: #fff;
}

.intro-loader .loader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 1.5s ease;
    transform: translate(-50%, -50%) scale(0.5);
}

.intro-loader .loader.on {
    transform: translate(-50%, -50%) scale(1);
}

.intro-loader .loader.go {
    opacity: 0;
}
  
/* Layout */
header {
    padding: 15px 0;
    height: 100px;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-transition: all .500s ease-in-out;
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
}

header.header-fixed {
    padding: 10px 0;
    height: 95px;
}

header.on {
    top: 0;
}

.logo img {
    height: 75px;
        -moz-transition: all .300s ease-in-out;
    -webkit-transition: all .300s ease-in-out;
    transition: all .300s ease-in-out;

}
header.header-fixed .logo img {
    height: 75px;
}
button.btn-profile {
    font-size: 15px;
    font-weight: 500;
    color: var(--bs-red) !important;
    display: inline-block;
    background: #fff;
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    margin-left: 30px;
}
button.btn-profile::after {
    vertical-align: 0.200em;
}

.head-brochure .qr.dropdown-menu.show {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 0
}
.head-brochure .qr img {
    margin: 15px;
    border-radius: 10px;
    border: 4px solid #333;
    width: 85%;
}
.head-brochure .qr a {
    display: inline-block;
    background-color: var(--bs-red);
    color: #fff;
    margin: 0;
    margin-top: 5px;
    padding: 12px 15px !important;
    text-align: center;
}
.main-banner .sliderContainer {
    width: 100%;
    /* max-height: 85vh; */
}

.main-banner .sliderContainer .slider {
    display: block;
    /* max-height: 85vh; */
    width: 100vw
}

.main-banner {
    padding-top: 80px;
}

.sliderContainer {
    position: relative;
}

.slick-slide {
    color: white;
}

.slick-prev:before, .slick-next:before {
    color: black;
}

.slick-dots {
    bottom: -30px;
}
.main-banner .slick-slide img {
    width: 100%;
}
.progressBarContainer {
    position: absolute;
    bottom: 20px;
    left: 150px;
    z-index: 0;
    display: flex;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    display: none !important;
}

.progressBarContainer.on {
    bottom: 50px;
    opacity: 1;
    visibility: visible;
    -moz-transition: all .300s ease-in-out;
    -webkit-transition: all .300s ease-in-out;
    transition: all .300s ease-in-out;
}

.progressBarContainer div {
    display: block;
    width: 150px;
    padding: 0;
    cursor: pointer;
    margin-right: 0;
    color: white;
}

.progressBarContainer div p {
    margin-top: 5px;
}

.progressBarContainer div:last-child {
    margin-right: 0;
}

.progressBarContainer div span.progressBar {
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
}

.progressBarContainer div span.progressBar .inProgress {
    background-color: var(--bs-red);
    width: 0%;
    height: 4px;
}

.main-banner .sliderContainer .slick-slide .maxinner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 56%;
    padding-left: 150px;
    display: flex;
    align-items: flex-end;
}

.main-banner .sliderContainer .slick-slide .maxinner h2 {
    opacity: 0;
    font-size: 3rem;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.005em;
    line-height: 1.2em;
}

.main-banner .sliderContainer .slick-slide.slick-active .maxinner h2 {
    opacity: 1;
}

.main-banner .sliderContainer .slick-slide .maxinner strong {
    font-weight: 800;
    vertical-align: baseline;
}

.main-banner .sliderContainer .slick-slide .maxinner .ani-txt-wrap {
    overflow: hidden;
    display: block;
}

.main-banner .sliderContainer .slick-slide {
    opacity: 0;
}

.main-banner .sliderContainer .slick-slide.slick-active {
    opacity: 1;
}

.main-banner .sliderContainer .slick-slide .maxinner .ani-txt-wrap>span {
    display: block;
    opacity: 0;
}

.main-banner .sliderContainer .slick-slide.slick-active .ani-txt-wrap>span {
    -webkit-animation: textAni 1s ease forwards;
    -moz-animation: textAni 1s ease forwards;
    -ms-animation: textAni 1s ease forwards;
    -o-animation: textAni 1s ease forwards;
    animation: textAni 1s ease forwards;
}

.main-banner .sliderContainer .slick-slide.slick-active .ani-txt-wrap:nth-child(1)>span {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.main-banner .sliderContainer .slick-slide.slick-active .ani-txt-wrap:nth-child(2)>span {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.main-banner .sliderContainer .slick-slide.slick-active .ani-txt-wrap:nth-child(3)>span {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.main-banner .sliderContainer .slick-slide.slick-active .ani-txt-wrap:nth-child(4)>span {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

/* .main-banner .sliderContainer .slick-slide.slick-active .ani-txt-wrap>span {
    animation: none !important;
}
*/
/* Support */
@-webkit-keyframes textAni {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-moz-keyframes textAni {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-ms-keyframes textAni {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-o-keyframes textAni {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes textAni {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.servcaro {
    position: relative;
}

.servcaro::before {
    content: '';
    width: 225px;
    height: 98%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-radius:0 25px 25px 0 !important;
    background: rgb(255, 255, 255);
    background: linear-gradient(260deg, rgba(255, 255, 255, 0) 0%, rgba(33, 52, 63, 0.2) 50%, rgb(33 52 63) 100%);
}

.main-banner .sliderContainer .slick-arrow {
    position: absolute;
    left: 150px;
    z-index: 99;
    bottom: 150px;
    border: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    display: block;
    border-radius: 50%;
    font-size: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.main-banner .sliderContainer .slick-next {
    left: 220px;
}

.main-banner .sliderContainer .slick-prev::before {
    content: "\f104";
    font-size: 25px;
    color: #fff;
}

.main-banner .sliderContainer .slick-next::before {
    content: "\f105";
    font-size: 25px;
    color: #fff;
}

.main-banner .sliderContainer .slick-arrow:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #666;
}

.main-banner .sliderContainer .slick-arrow:hover::before {
    color: #222;
}

.hme-service {
    background-color: #eee;
    margin-top: 0px;
}

.hme-subsid h2, .hme-subsid p {
    color: #fff;
}
.hme-subsid h2 {
    font-size: 40px;
}
.hme-service p, .intro {
    font-size: 18px;
    opacity: 0.8;
}
.card-parent {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.card-parent .img img {
    width: 130px;
    min-width: 130px;
    margin-right: 20px;
    border-radius: 50%;
}
.card-parent .dtls h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.card-parent .dtls p {
    font-size: 14px;
    color: #ddd;
}
.card-parent .dtls a {
    font-size: 14px;
    color: rgba(255, 255, 225, 0.9);
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 225, 0.4);
}
.btn-readmore {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.servcaro .slick-slider {
    padding: 0 15px;
    position: relative;
    overflow: hidden;
}

.servcaro .slick-slider img {
    border-radius: 15px;
}

.servcaro .slick-slider .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 20px;
    padding: 10px 20px;
    z-index: 9;
}

.servcaro .slick-slider>a {
    position: relative;
    display: block;
}

.servcaro .slick-slider>a::before {
    content: '';
    width: 100%;
    height: 200px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-radius: 0 0 13px 13px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.servcaro .slick-slider .desc h6 {
    font-family: var(--bs-body-font-family);
    font-size: 15px;
}

.servcaro .slick-slider .desc h6 {
    font-weight: 400;
}

.servcaro .slick-slider .desc h5 a {
    color: var(--bs-white);
    font-size: 22px;
    line-height: 25px;
    display: block;
}

.servcaro .slick-slider:hover .desc h5 a {
    color: var(--bs-red);
}

.servcaro .slick-arrow {
    position: absolute;
    left: 16px;
    z-index: 999;
    bottom: 150px;
    border: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    display: block;
    border-radius: 50%;
    font-size: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.servcaro .slick-arrow.slick-next {
    bottom: 80px;
}

.servcaro .slick-prev::before {
    content: "\f104";
    font-size: 25px;
    color: #fff;
}

.servcaro .slick-next::before {
    content: "\f105";
    font-size: 25px;
    color: #fff;
}

.servcaro .slick-arrow:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #666;
}

.servcaro .slick-arrow:hover::before {
    color: #222;
}

.hme-subsid {
    background-color: var(--bs-red);
}

.hme-subsid ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 225, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hme-subsid ul li a, .hme-subsid ul li i {
    color: var(--bs-white);
}

.hme-subsid .col-md-6 {
    position: relative;
}

.hme-subsid .subimg {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 90px;
    position: relative;
    z-index: 5;
}

.hme-subsid .subimg:nth-child(2), .hme-subsid .subimg:nth-child(3), .hme-subsid .subimg:nth-child(4), .hme-subsid .subimg:nth-child(5) {
    position: absolute;
    left: 0;
    top: 0;
}

.hme-subsid .col-md-6 .subimg:nth-child(2) {
    z-index: 7;
}

.hme-subsid .col-md-6 .subimg:nth-child(3) {
    z-index: 8;
}

.hme-subsid .col-md-6 .subimg:nth-child(4) {
    z-index: 9;
}

.hme-subsid .col-md-6 .subimg:nth-child(5) {
    z-index: 10;
}

.dot-animation {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dot-animation img {
    transform: scale(0.60);
    animation-name: dot_anim_01;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform-origin: center;
    animation-delay: 4s;
    width: 100%;
    height: 100%;
    filter: invert(1);
    opacity: 0.7;
}

/* key frame */
@keyframes dot_anim_01 {
    from {
        transform: scale(0.60);
    }

    70% {
        transform: scale(1.6);
        opacity: 0;
    }

    95% {
        opacity: 0;
        display: none;
    }

    to {
        transform: scale(1.6);
        display: block;
        opacity: 0;
    }
}

.hme-subsid .subimg .mainimg {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.hme-subsid .subimg .sublogoimg {
    width: 140px;
    border-radius: 100%;
    position: absolute;
    top: 40px;
    right: 40px;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
}

.hme-products {
    position: relative;
    background-color: var(--bs-red);
}

.hme-products::before {
    content: '';
    background-color: var(--bs-white);
    border-radius: 80px 80px 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1px;
}

.hme-products .container {
    position: relative;
    z-index: 5;
}

/* .prodlist .prodcard:nth-child(3n+2) {
    margin-top: -150px;
} */

.prodlist .prodcard .img a img {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-position: bottom;
    object-position: bottom;
    top: 0;
    */
    transform: scale(1.3);
    transition: 2s cubic-bezier(0.8, 0, 0, 1);
}

.prodcard.aos-animate .img a img {
    transform: scale(1);
}

.prodcard .img {
    margin-bottom: 15px;
    height: 460px;
    overflow: hidden;
}

.prodcard .img a {
    overflow: hidden;
    display: block;
    margin-bottom: 0;
    max-width: 100%;
    position: relative;
    -webkit-clip-path: inset(0% 100% 0% 0%);
    clip-path: inset(0% 100% 0% 0%);
    -webkit-transition: 0.8s cubic-bezier(0.8, 0, 0, 1);
    transition: 0.8s cubic-bezier(0.8, 0, 0, 1);
}

.prodcard.aos-animate .img a {
    -webkit-clip-path: inset(0%);
    clip-path: inset(0%);
}

.prodlist .prodcard .desc span {
    display: block;
    color: #666;
    font-size: 16px;
}

.prodlist .prodcard .desc h6 a {
    display: block;
    color: #333;
    font-size: 25px;
}

.prodlist .prodcard:hover .desc h6 a {
    color: var(--bs-red);
}

.prodcard.lastcard {
    margin-left: auto;
    margin-top: 0px;
}

.prodcard.lastcard:nth-child(even) {
    margin-left: auto;
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
}

.btn-link {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    background: var(--bs-red);
    border: 2px solid var(--bs-red);
    padding: 8px 25px;
    border-radius: 50px;
    margin-bottom: 10px;
    text-decoration: none;
}

.btn-link:hover {
    border-color: var(--bs-red);
    color: var(--bs-red);
    background-color: transparent;
}

.hme-about {
    position: relative;
}

.hme-about::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #ddd url(../images/bg-lines.png) no-repeat left bottom;
    opacity: 0.3;
}

.hme-about span {
    font-size: 18px;
    color: var(--bs-red);
    margin-bottom: 10px;
    display: block;
}

.hme-about h2 {
    width: 100%;
    font-size: 45px;
}

.hme-about p {
    font-size: 16px;
    max-width: 575px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.newslist {
    max-width: 400px;
    list-style: none;
}
.newslist li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newslist li a {
    color: var(--bs-black);
}
.hme-abt-btns {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
 }
 ul.hme-abt-btns li {
    display: flex;
}
 .hme-abt-btns li a {
    background-color: transparent;
    border: solid 2px #b80000;
    padding: 8px 6px;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    transition: 0.4s;
    color: #b80000;
    margin-top: 0;
    border-radius: 8px;
}

.hme-abt-btns li a {
    color: #b80000;
}

.hme-abt-btns li:hover a {
   color: #fff;
   background-color: #b80000;
}
.hme-abt-btns ul li a i {
    transform: rotate(180deg);
}

.hme-about .abtcard {
    margin-bottom: 20px;
}

.hme-about .abt-left .abtcard {
    width: 100%;
}

.hme-about .abt-left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.hme-about .abt-left .abtcard:last-child {
    /* width: 225px;
    height: 225px;
    */
    width: 70%;
    padding-bottom: 70%;
    border-radius: 15px;
    background-color: #e8c7c8;
}

.hme-about .abt-right .abtcard:first-child {
    width: 60%;
    padding-bottom: 60%;
    border-radius: 15px;
    background-color: #929292;
}

.hme-about .abt-right .abtcard:last-child {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    background-color: #dee2e6;
}

.newslist {
    font-size: 14px;
}

.hme-about .newslist li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.hme-careers {
    background-color: #ddd;
    border-bottom: 1px solid #ccc;
}

.hme-careers h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

.hme-careers ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hme-careers ul li a {
    color: var(--bs-black);
}

.hme-careers ul li:hover a {
    color: var(--bs-red);
}
.fa-twitter:before {
    content: "\e61b";
}
footer {
    background-color: #eee;
    padding: 25px 0;
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.img-footer {
    max-height: 100px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
}
.img-eic {
    max-height: 100px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
}

footer .container .col-4 {
    width: 25%;
}

footer .container h6 {
    display: block;
    font-size: 16px;
    color: var(--bs-red);
    margin-bottom: 15px;
    letter-spacing: 0.8px;
}

footer a, footer p {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-bottom: 15px;
}

footer p a {
    margin-bottom: 0px;
}

footer a:hover {
    color: var(--bs-red);
}

ul.footer-social {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    list-style: none;
}

ul.footer-social li a {
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 18px;
}
ul.footer-social li:first-child a {
    color: #222;
    background-color: transparent;
    border-color: #222;
}

ul.footer-social li:first-child:hover a {
    color: #fff;
    background-color: #222;
    border-color: #222;
}
ul.footer-social li:nth-child(2) a {
    color: #0077af;
    background-color: transparent;
    border-color: #0077af;
}
ul.footer-social li:nth-child(2):hover a {
    color: #fff;
    background-color: #0077af;
    border-color: #0077af;
}
ul.footer-social li:nth-child(3) a {
    color: #c8312b;
    background-color: transparent;
    border-color: #c8312b;
}
ul.footer-social li:nth-child(3):hover a {
    color: #fff;
    background-color: #c8312b;
    border-color: #c8312b;
}

ul.footer-social li:last-child a {
    color: #395693;
    background-color: transparent;
    border-color: #395693;
}

ul.footer-social li:last-child:hover a {
    color: #fff;
    background-color: #395693;
    border-color: #395693;
}
.padr-50 {
    padding-right:50px;
}
.copyrights {
    padding-top: 20px;
    padding-bottom: 0px;
    border-top: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
}
.mainform .wrapinput {
    margin-bottom: 20px;
}
.mainform .wrapinput input, .mainform .wrapinput textarea {
    font-size: 14px;
    color: #555555;
    line-height: 30px;
    border: none;
    outline: 0;
    background-color: #fff;
    display: block;
    width: 100%;
    border-radius: 3px;
    padding: 0px 15px 0;
    height: 35px;
    background-color: #fff;
    border-radius: 2px;
    border: solid 1px #cbcbcb;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.mainform .wrapinput textarea {
    height:90px;
}
.mainform .wrapinput label {
    font-size: 15px;
    color: #444;
    display: block;
    width: auto;
    background: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.surveycheck {
    display: flex;
    flex-wrap: wrap;
}
.surveycheck li {
    width: 20%;
    margin-bottom: 15px;
    position: relative;
}
.mainform .wrapinput  .surveycheck input.styled-checkbox {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 23px;
   z-index: 2;
}
.flexwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.flexwrap .colright ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.flexwrap .colright ul li {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #ddd;
}
.flexwrap .colright ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}
.tablewrap {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ddd;
}
.tablewrap, .tablewrap table {
    width:100%;
}
.tablewrap table thead th, .tablewrap table tbody td {
    width:80px;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.tablewrap table thead th:first-child, .tablewrap table tbody td:first-child {
    width: calc(100% - 400px);
    text-align: left;
}
.tablewrap table tbody td .inputradio {
    margin: auto;
    width: 22px;
    position: relative;
}
.tablewrap table tbody td .inputradio  input[type=radio] {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 23px;
   z-index: 2;
}
.tablewrap table .styled-radio + label:before {
    margin-right: 0;
}
.customersurveywrap label {
    display: block;
    margin-bottom: 6px;
}
.customersurveywrap ul {
    list-style: none !important;
    margin: 0 !important;
}
.styled-checkbox, .styled-radio {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label, .styled-radio + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
}
.styled-checkbox + label:before, .styled-radio + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #aaa;
}
.styled-radio + label:before {
    border-radius: 50%;
}
.styled-checkbox:hover + label:before {
    background: #0703d6;
}
.styled-checkbox:focus + label:before, .styled-radio:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before, .styled-radio:checked + label:before {
    background: #0703d6;
}
.styled-checkbox:disabled + label, .styled-radio:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before, .styled-radio:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked + label:after, .styled-radio:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}
.inputradio {
    margin-right: 15px;
}
.btn-login {
    margin: 15px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.register-button {
    background-color: transparent;
    border: solid 1px #b80000;
    padding: 10px 30px;
    color: #b80000;
    margin-top: 0;
    border-radius: 5px;
    margin-left: 20px;
}
.login-button {
    border: solid 1px var(--bs-red);
}
/* Inner pages */
.inner-banner {
    position: relative;
}

.inner-banner .sub_visual {
    position: relative;
    overflow: hidden;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sub_visual:after {
    display: block;
    content: '';
    width: 100%;
    height: 101%;
    position: absolute;
    top: -0.5%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--bs-blue);
    transition: left 1.4s ease-in-out;
    -webkit-transition: left 1.4s ease-in-out;
    -moz-transition: left 1.4s ease-in-out;
    -ms-transition: left 1.4s ease-in-out;
    -o-transition: left 1.4s ease-in-out;
}

.sub_visual.animate::after {
    left: 100%;
}

.sub_visual.ban_about {
    background-image: url(../images/innerban/large-banner.jpg);
    background-size: cover;
}

.sub_visual.ban_vision {
    background-image: url(../images/innerban/vision.jpg);
    background-size: cover;
}

.sub_visual.ban_mission {
    background-image: url(../images/innerban/mission.jpg);
    background-size: cover;
}

.sub_visual.ban_chairman {
    background-image: url(../images/innerban/chairman.jpg);
    background-size: cover;
}

.bantitle {
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: 99;
    width: 100%;
}

.bantitle h5 {
    font-size: 65px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.inner-content {
    padding: 115px 0 40px 0;
}

.inner-content ul {
    margin: 0 0 0 20px;
}

.inner-content ul li {
    margin: 0 0 15px 0;
}

.inner-title {
    text-align: center;
}

.inner-title p {
    text-align: center;
    width: 80%;
    max-width: 750px;
    font-size: 18px;
    margin: 15px auto 0;
}

.abtwrap {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.abtwrap img {
    width: 100%;
    padding-right: 50px
}

.abtwrap .col-md-6>p:first-child {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: var(--bs-red);
}

.visionwrap {
    background-color: #222;
    padding: 60px 0;
}

.visionwrap h2 {
    font-size: 50px;
    color: #fff;
}

.visionwrap h2 span {
    color: var(--bs-red);
}

/* .visioncard {
    color: #fff;
} */

.visioncard:first-child {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.visioncard img {
    margin: 15px;
    height: 60px;
    filter: invert(1);
}

.visioncard h4 {
    margin-bottom: 15px;
    color: var(--bs-red);
    font-size: 30px;
    letter-spacing: 1px;
}

.visioncard p {
    font-size: 18px;
}

.visioncard ul {
    margin: 0 0 0 25px;
}

.visioncard ul li {
    margin: 0 0 15px 0;
    font-size: 16px;
}

.chairmmsg {
    padding: 80px 0 60px 0;
    margin-bottom: 0px;
    background: #b40e13 url(../images/bg-dots.png) no-repeat right center;
    color: var(--bs-white);
}

.chairmmsg h4 {
    margin-bottom: 15px;
    color: var(--bs-white);
    font-size: 30px;
    letter-spacing: 1px;
}

.chairmmsg .col-md-6>p:first-of-type {
    font-size: 22px;
    line-height: 35px;
    font-weight: 300;
    color: var(--bs-white);
}

.inner-content h3 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 45px;
}

.bg-grey {
    background-color: #ddd;
}

.qulitywrap {
    padding: 40px 0;
    margin-bottom: -40px;
}

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

.clients li {
    width: 18%;
    border: 1px solid #eee;
    padding: 0;
    margin: 20px;
    list-style: none;
    overflow: hidden;
}

.clients li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
}

.clients li img {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    transition: all .300s ease-in-out;
}

.clients li p {
    font-size: 14px;
    padding: 6px;
    border-top: 1px solid #ddd;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0px;
}

.clients li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
ul.transformer-dtls {
    display: flex;
    list-style: none;
    margin: 0;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

ul.transformer-dtls li {
   font-size: 25px;
    line-height: 26px;
    font-weight: 500;
    color: var(--bs-red);
}
ul.transformer-dtls li span {
    font-weight: 500;
    color: #222;
}

.addresswrap .cardblk {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.addresswrap h6 {
    margin-bottom: 15px;
    color: var(--bs-red);
    font-size: 30px;
    letter-spacing: 1px;
}

.addresswrap p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.contactwrap {
    width: 50%;
    list-style: none;
    margin: 0 0 0 50px !important;
}

.contactwrap li:first-child {
    margin-bottom: 25px;
}

.contactwrap p {
    font-weight: 600;
    margin: 0;
}

.contactwrap a {
    color: var(--bs-red);
    border-bottom: 1px solid var(--bs-red);
    ;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
}

.contactform {
    padding: 40px 35px;
    background: #fff;
    width: 100%;
}

.contactform {
    margin-top: -250px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.contactform .float-label .control {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.contactform .float-label input, .contactform .float-label textarea {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    height: 50px;
}

.contactform .float-label textarea {
    height: 150px;
    resize: none;
}

.contactform button, .quoteform button, .login-button {
    background-color: var(--bs-red);
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    transition: all .300s ease-in-out;
    box-shadow: 0 2px 18px 2px rgba(0, 0, 0, 0.15);
}

.contactform button:hover, .quoteform button:hover, .login-button:hover {
    background-color: var(--bs-blue);
}

.side-title {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 50px;
}

.side-title h2 {
    width: 40%;
}

.side-title p {
    width: 50%;
    max-width: 550px;
    font-size: 18px;
    line-height: 28px;
}

.prodcards .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 80px;
}

.prodcards .row:nth-child(even) {
    flex-direction: row-reverse;
}

.prodcards .row img {
    width: 100%;
}

.prodcards .row:nth-child(odd) .col-md-6:last-child {
    margin-left: 30px;
}

.prodcards .row ul {
    margin-left: 20px;
}

.prodcards .row:nth-child(even) .col-md-6:last-child {
    margin-left: 0px;
    margin-right: 30px;
}

.prodcards .row:nth-child(even) ul {
    margin-left: 0px;
    margin-right: 20px;
}

.prodcards h6 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 26px;
    color: var(--bs-red);
}

.service-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.service-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.service-list::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.service-list {
    margin: 0 0 40px 0 !important;
    padding: 0 !important;
    list-style: none;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: auto;
}

ul.service-list.sidenav-fixed {
    position: fixed;
    top: 85px;
    width: 100%;
    left: 0;
}

.service-list li {
    margin: 0px !important;
}

.service-list li a {
    display: block;
    color: #252525;
    font-weight: 500;
    font-size: 14px;
    background: #fff;
    position: relative;
    padding: 0 15px;
    text-align: center;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
    text-transform: capitalize;
    border-bottom: 4px solid #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.service-list li.active a {
    border-bottom: 4px solid var(--bs-blue);
    ;
}

.service-list li.active a {
    color: var(--bs-blue);
}

.broucher-btn {
    margin-top: 10px;
    width: 100%;
    padding: 12px 0;
    color: #252525;
    font-weight: 500;
    font-size: 16px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.broucher-btn i {
    margin-right: 10px;
}

.servdtls .servimg {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.servdtls .servimg img {
    width: 33.33%;
}

.servlist {
    width: 100%;
    padding: 50px 0;
    background: #eff4f7;
    margin-bottom: -40px;
}

.downloadlist li {
    list-style: none;
}

.downloadlist li a {
    display: block;
    background-color: #eee;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

.downloadlist li img {
    height: 200px;
    margin-right: 50px;
}

.downloadlist li .dtls h3, .downloadlist li .dtls p {
    margin-bottom: 5px !important;
    color: #222
}

.newswrap {
    margin-top: 50px;
}

.newswrap .column {
    display: flex;
    flex-wrap: wrap;
}

.post-module {
    margin: 0 15px 30px 15px;
    width: calc(33% - 30px);
    max-width: 33%;
    position: relative;
    z-index: 1;
    display: block;
    background: #FFFFFF;
    height: auto;
    -webkit-box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 15%);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module {
    width: calc(33% - 30px);
    max-width: 33%;
}

.post-module .thumbnail {
    background: #222;
    overflow: hidden;
}

.post-module .thumbnail img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module:hover .thumbnail img, .hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
}

.post-module .post-content {
    position: relative;
    background: #FFFFFF;
    width: 100%;
    padding: 15px 20px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
    position: absolute;
    top: -36px;
    left: 0;
    background: var(--bs-red);
    padding: 6px 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-module .post-content .title a {
    margin: 0 0 10px 0;
    padding: 0;
    color: #333333;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.post-module .post-content .description {
    color: #666666;
    font-size: 14px;
    line-height: 1.6em;
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
}

.post-module .post-content .post-meta {
    margin: 10px 0 0;
    color: #999999;
}

.post-module .post-content .post-meta .timestamp {
    margin: 0 16px 0 0;
    font-size: 14px;
}

.quoteform label {
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 4px;
}

.quoteform input, .quoteform textarea, .quoteform select {
    width: 100%;
    padding: 10px;
    background: #f7f7f7;
    border: 3px solid #eaeaea;
    border-radius: 4px;
    outline: none;
    margin-bottom: 15px;
}

.quoteform textarea {
    height: 120px;
}

.radio-input .control-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.radio-input .control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
}

.radio-input .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.radio-input .control__indicator {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 2px solid #ccc;
}

.radio-input .control--radio .control__indicator {
    border-radius: 50%;
}

.radio-input control input:checked~.control__indicator {
    background: #2aa1c0;
}

.radio-input .control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.radio-input .control--radio .control__indicator:after {
    left: 3px;
    top: 3px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #b5121b;
}

.radio-input .control input:checked~.control__indicator:after {
    display: block;
}

.radio-input .control input:checked~.control__indicator {
    background: #fff;
    border: 2px solid #b5121b;
}
.certificatelist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.inner-content .certificatelist li {
    width: calc(25% - 20px);
    padding: 15px;
    list-style: none !important;
    margin: 0 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.certificatelist li img {
    width: 100%;
    padding: 0;
}
/* ------------------------------------------------------------------------------ 
Project Name : SPTC 
Description : Responsive Style Sheet 
Author : Imran Rovan 
Created On : 08 Feb 2023 
--------------------------------------------------------------------------------*/
@media screen and (min-width: 1025px) {
    .ph-number {
        pointer-events: none;
        user-select: none;
        cursor: default !important;
        color: #666 !important;
        text-decoration: none !important;
        border: none !important;
    }
    header nav a {
        display: inline-block;
    }

    header nav h6, header nav a {
        color: var(--bs-blue);
    }
    header nav ul li ul li a {
        color: #222;
    }
    header nav ul li ul li:hover a {
        color: #fff;
    }
    header nav h6 {
        overflow: hidden;
    }

    header nav h6 span {
        display: block;
        font-size: 17px;
        text-transform: uppercase;
        background: rgb(252, 70, 107, 1);
        background: radial-gradient(circle, rgba(182, 0, 0, 1) 0%, rgba(252, 70, 107, 1) 100%);
        background-size: 200%;
        font-weight: 600;
        color: transparent;
        background-clip: text;
        -webkit-background-clip: text;
        animation: animation 1.7s linear infinite;
    }

    @keyframes animation {
        to {
            background-position: 200% center;
        }
    }

    header nav .top a {
        padding-left: 12px;
        margin-left: 12px;
        border-left: 1px solid rgba(0, 0, 0, 0.15);
    }

    header nav .top a:hover {
        color: var(--bs-red);
    }

    .lang {
        font-family: 'Cairo', sans-serif;
        color: var(--bs-red);
    }

    header nav .top a:first-of-type {
        padding-left: 0px;
        margin-left: 0px;
        border-left: none;
    }

    header nav .btm>ul {
        list-style: none;
        display: flex;
        align-items: center;
    }

    header nav .btm>ul>li {
        position: relative;
        margin-left: 25px;
        padding-bottom: 20px;
    }

    header nav .btm>ul>li>ul {
        list-style: none;
        top: 24px;
        left: 0;
        padding-top: 0px;
        position: absolute;
        top: calc(100% - 5px);
        left: 0;
        width: 100%;
        perspective: 1000px;
        z-index: -1;
    }
    header nav .btm>ul>li:hover>ul {
        z-index: 1;
    }
    header nav .btm>ul>li:hover>ul>li {
        display: block;
    }

    header nav .btm>ul>li>ul li {
        background: #fff;
        padding: 10px 10px;
        min-width: 240px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
    }
    header nav .btm>ul>li>ul li {
        display: none;
        color: #222;
        background-color: #fff;
        padding: 10px 20px;
        font-size: 16px;
        opacity: 0;
    }

    header nav .btm>ul>li>ul li:hover {
        background: #d40000;
    }
    @keyframes slideDown {
        0% { 
          opacity: 0;
          transform: translateY(-60px);
        }
      
        100% {
          opacity: 1;
          transform: translateY(0);
        }
      }
    .dropdown li:nth-child(1) {
        transform-origin: top center;
        animation: slideDown 300ms 50ms ease-in-out forwards;
    }
    .dropdown li:nth-child(2) {
        transform-origin: top center;
        animation: slideDown 300ms 100ms ease-in-out forwards;
    }
    .dropdown li:nth-child(3) {
        transform-origin: top center;
        animation: slideDown 300ms 150ms ease-in-out forwards;
    }
    .dropdown li:nth-child(4) {
        transform-origin: top center;
        animation: slideDown 300ms 200ms ease-in-out forwards;
    }
    .dropdown li:nth-child(5) {
        transform-origin: top center;
        animation: slideDown 300ms 250ms ease-in-out forwards;
    }
    .dropdown li:nth-child(6) {
        transform-origin: top center;
        animation: slideDown 300ms 300ms ease-in-out forwards;
    }
    .dropdown li:nth-child(7) {
        transform-origin: top center;
        animation: slideDown 300ms 350ms ease-in-out forwards;
    }
    .dropdown li:nth-child(8) {
        transform-origin: top center;
        animation: slideDown 300ms 400ms ease-in-out forwards;
    }
    .dropdown li:nth-child(9) {
        transform-origin: top center;
        animation: slideDown 300ms 450ms ease-in-out forwards;
    }
    .dropdown li:nth-child(10) {
        transform-origin: top center;
        animation: slideDown 300ms 500ms ease-in-out forwards;
    }
    header nav .btm>ul>li>a {
        font-size: 15px;
        font-weight: 500;
        position: relative;
    }

    header nav .btm>ul>li>a i {
        font-size: 11px;
        margin-left: 5px;
    }
    
    header nav .btm>ul>li>a i.fa-solid.fa-house {
        font-size: 18px;
    }
    header nav .btm>ul>li>a::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: currentColor;
        top: 100%;
        left: 0;
        transform-origin: 100% 50%;
        transform: scale3d(0, 1, 1);
        transition: transform 0.3s;
    }

    header nav .btm>ul>li:hover>a::after {
        transform-origin: 0% 50%;
        transform: scale3d(1, 1, 1);
    }
    header nav .btm>ul>li:last-child a {
        font-size: 15px;
        font-weight: 500;
        color: #fff !important;
        display: inline-block;
        background: var(--bs-red);
        border: 2px solid var(--bs-red);
        padding: 3px 10px;
        border-radius: 50px;
        margin-bottom: 0px;
        text-decoration: none;
    }
    header nav .btm>ul>li:last-child a:hover {
        background: transparent;
        color: var(--bs-red) !important;
    }
    header nav .btm>ul>li:last-child>a::after {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1100px) {
    header nav .btm>ul>li>a, header nav .btm>ul>li:last-child a {
        font-size: 14px;
    }
    .main-banner .sliderContainer .slick-arrow {
        bottom: 100px;
    }
}

@media screen and (max-width: 1300px) {
    .hme-subsid .subimg {
        padding: 65px;
    }
    header nav .btm a {
        font-size: 16px;
        margin-left: 0px;
    }

    .chairmmsg {
        background: #b40e13 url(../images/bg-dots.png) no-repeat right center;
        background-size: 60% auto;
    }
    header nav .btm>ul>li {
        margin-left: 25px;
    }
}
@media screen and (min-width: 1350px) {
    .hme-subsid .col-md-6 {
        padding: 0 3%;
    }
}
@media screen and (max-width: 1400px) {
    header .container {
        width: 100%;
        max-width: 100%;
        padding: 0 50px;
    }
    header nav .btm>ul>li {
        margin-left: 25px;
    }
    header nav .top a {
        font-size: 15px;
    }
    header nav .btm a {
        font-size: 16px;
        margin-left: 0px;
    }
    .hme-careers h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1299px) {
    header nav .btm>ul>li {
        margin-left: 15px;
    }
}
@media screen and (max-width: 1199px) {
    header .container {
        width: 100%;
        max-width: 100%;
        padding: 0 25px;
    }
    header nav .btm>ul>li {
        margin-left: 15px;
    }
    .hme-subsid .subimg {
        padding: 20px;
    }
    .hme-subsid .col-md-4, .qulitywrap .col-md-5 {
        flex: 0 0 auto;
        width: 50%;
    }
    .hme-careers p {
        font-size: 14px;
    }
    h2 {
        font-size: 40px;
    }
    .hme-careers h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .clients li {
        width: 31%;
    }
    .hme-subsid .subimg .sublogoimg {
        width: 120px;
    }
    .inner-content .certificatelist li {
        width: calc(33% - 20px);
    }
}
@media screen and (max-width: 1100px) {
    header nav .btm>ul>li {
        margin-left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {
    .prodcard .img a {
        -webkit-clip-path: none;
        clip-path: none;
    }

    .hme-about .row .col-md-6, .hme-careers .row .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .hme-about .abt-left .abtcard:last-child, .hme-about .abt-right .abtcard:first-child {
        display: none;
    }

    .hme-about .abt-left .abtcard img {
        width: 100%;
        max-width: 400px;
    }

    .hme-about p, .hme-about ul {
        max-width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    header .container {
        padding: 0 20px;
    }

    header nav .btm a {
        font-size: 16px;
    }

    .logo img {
        height: 75px;
    }
}
@media screen and (max-width: 1025px) {
    .intro-loader {
        display: none;
    }
    #burgernav {
        display: block;
    }
    
    nav {
        display: none;
    }

    .mob-nav {
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .main-banner .sliderContainer .slider.active {
        clip-path: none;
        width: 100%;
        height: 100%;
        transform: none;
        transition: all 1s ease-in-out;
        margin-top: 0%;
    }

    .main-banner .sliderContainer {
        position: relative;
        top: 0;
        left: 0%;
        z-index: 9;
        transform: none;
        width: 100%;
        height: auto;
        overflow: hidden;
        /* height: calc(var(--vh, 1vh)*100); */
    }

    .progressBarContainer.on {
        bottom: 20px;
    }

    .main-banner .sliderContainer .slick-arrow {
        bottom: 85px;
    }

    .container {
        max-width: 90%;
    }


    .mob-nav .lang {
        font-family: 'Cairo', sans-serif;
        font-size: 18px;
        text-align: right;
    }

    .prodcard .img a {
        -webkit-clip-path: none;
        clip-path: none;
    }

    .hme-about .row .col-md-6, .hme-careers .row .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .hme-about .abt-left .abtcard:last-child, .hme-about .abt-right .abtcard:first-child {
        display: none;
    }

    .hme-about .abt-left .abtcard img {
        width: 100%;
        max-width: 400px;
    }

    .hme-about p, .hme-about ul {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    header .container {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }
    .main-banner .sliderContainer .slick-slide .maxinner {
        padding-left: 50px;
    }

    .progressBarContainer {
        left: 50px;
    }

    header {
        background-color: #fff;
        padding: 10px 0;
        top: 0;
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    }

    /* .sliderContainer {
        padding-top: 80px;
    } */

    .main-banner .sliderContainer .slick-slide .maxinner h2 {
        font-size: 35px;
    }

    #burgernav, header.header-fixed #burgernav {
        top: 30px;
    }

    .hme-service .container .d-flex {
        flex-direction: column;
        width: 100%;
    }

    .hme-service .container .d-flex p {
        padding-left: 0 !important;
        width: 100% !important;
    }

    .hme-subsid .col-md-4, .hme-subsid .col-md-6, .qulitywrap .col-md-5 {
        flex: 0 0 auto;
        width: 100%;
    }

    .hme-products .mb-5.w-50 {
        width: 100% !important;
    }

    .prodlist .prodcard {
        width: 100%;
    }

    .prodlist .prodcard .img a img {
        transform: scale(1);
    }

    .prodlist .prodcard:nth-child(even) {
        margin-top: 0px;
    }

    .prodcard.lastcard {
        margin-left: auto;
        margin-top: 0px;
    }
    .prodcards .row {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .inner-content .col-md-3, .inner-content .col-md-4, .inner-content .col-md-5, .inner-content .col-md-6,
    .inner-content .col-md-7, .inner-content .col-md-8, .inner-content .col-md-9, .inner-content .col-md-10 {
        flex: 0 0 auto;
        width: 100%;
    }

    .inner-content img {
        margin-bottom: 15px;
    }

    footer .col {
        display: none;
        width: 100%;
    }

    footer .col:first-child, footer .col:last-child {
        display: block;
        width: 100%;
    }
    .padr-50 {
        padding: 0px !important;
    }
    footer img {
        width: auto;
        height: 80px !important;
        margin: auto;
    }

    .copyrights {
        max-width: 90%;
        margin: auto;
        padding-top: 25px;
        padding-bottom: 0px;
        border-top: none;
        text-align: left;
        font-size: 14px;
    }

    .side-title {
        flex-direction: column;
    }

    .side-title h2, .side-title p {
        width: 100%;
        max-width: 100%;
    }

    .prodcards .row h3, .prodcards .row p, .prodcards .row:nth-child(even) h3, .prodcards .row:nth-child(even) p {
        margin-left: 0px;
        margin-right: 0px;
    }

    .progressBarContainer {
        display: none;
    }

    .hme-products {
        background-color: #fff;
    }

    .clients li {
        width: 50%;
    }

    .addresswrap .cardblk {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
   
    .contactform {
        margin-top: 0px;
        box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    }

    .contactwrap {
        width: 100%;
        list-style: none;
        margin: 0 !important;
    }

    .downloadlist li a {
        align-items: flex-start;
        flex-direction: column;
    }

    .post-module {
        width: calc(50% - 30px);
        max-width: 50%;
    }

    footer .container .col {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .main-banner .sliderContainer .slick-slide .maxinner h2 {
        font-size: 22px;
    }

    .main-banner .sliderContainer .slick-arrow {
        display: none !important;
    }

    .clients li {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .post-module {
        width: 100%;
        max-width: 100%;
    }
    .inner-content .certificatelist li {
        width: calc(50% - 20px);
    }
    .bantitle h5 {
        font-size: 45px;
    }
    .hme-about h2 {
        width: 100%;
    }
    h2 {
        font-size: 35px;
    }
    .hme-abt-btns li a {
        font-size: 14px;
    }
    ul.hme-abt-btns li {
        width: 100%;
    }
    .hme-abt-btns li a {
        width: 100%;
        display: block;
    }
    .card-parent {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }
    .hme-subsid .subimg .sublogoimg {
        width: 100px;
        top: 0px;
        right: 0px;
    }
    .prodcard .img {
        height: auto;
    }
    .main-banner .sliderContainer, .main-banner .sliderContainer .slider {
        height: auto;
    }
    ul.transformer-dtls {
        flex-direction: column;
        gap: 0px;
    }
    ul.transformer-dtls li {
        font-size: 20px;
    }
}
@media screen and (max-width: 500px) {
    .inner-content .certificatelist li {
        width: 100%;
    }
    footer .container {
        flex-direction: column;
    }
}