body {
font-family: 'Poppins', sans-serif;
}
/*  Header */
.header-top {
background-color: #454b50;
color: #fff;
font-size: 12px;
line-height: 1.7;
padding: 5px 0px;
}
.header-top .contact-info{
margin-bottom: 0px;
font-weight: 600;
}
.header-top .contact-info li {
display: inline-block;
position: relative;
margin-right: 15px;
}
.contact-phone a{
color: #fff;
text-decoration: none;
}
.header-top .step {
display: inline-block;
position: relative;
}
.vdf{
	display:flex;
}
.header-top .contact-info li .font-icon {
margin-right: 5px;
}
.fa-phone::before {
font-family: "Font Awesome 5 Free";
content: "\f095";
display: inline-block;
padding-right: 3px;
vertical-align: middle;
font-weight: 900;
}
.styled-icons li{
display: inline-block;
position: relative;
}
.header-top .social-link i{
color: #fff;
padding-right: 15px;
}
.btn-top-header-color {
color: #fff;
background-color: #f63b40;
border-color: #ed1823;
padding: 5px 20px;
font-size: 16px;
}
.mb-3x{
margin-bottom: -3px;
}
.btn-top-header-color:hover {
background-color: #ed1823;
}
.nav-pad{
  border-bottom: 2px solid #c11104;
  padding: 8px 0px !important;
}
.nav-set li a{
font-size: 15px;
font-family: sans-serif;
line-height: 22px;
color: #333;
background-color: transparent;
text-transform: uppercase;
}
.nav-set li{
margin-left: 22px;
}
.dropdown-menu{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}
.nav-set li a:hover{
color:#c11104;
}
.dropdown-menu li{
margin-left: 0px;
padding: 5px 0px;
}
.dropdown-menu li a{
    font-size: 12px;
    font-family: sans-serif;
    color: #333;
    background-color: transparent;
    text-transform: uppercase;
}
.dropdown-menu li a:hover{
background-color: unset;
}
.dropdown-divider{
    margin: 0px 20px 0px 16px;
}
/* Sub Menu */
/* Custom styles for multi-level dropdowns */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

/* Mobile-first approach: nested menus are a block list */
@media (max-width: 991.98px) {
  .dropdown-submenu .dropdown-menu {
    border: none;
    box-shadow: none;
    padding-left: 1rem;
  }
}

/* Desktop: show nested menus on hover */
@media (min-width: 992px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
/* End Sub Menu */
.t-space{
margin-top:60px;
}
.b-space{
margin-bottom:60px;
}
/* Header Close */
/* --Main Home */

.head01{
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.hone h1{
font-size:32px;
font-weight:600;
}
.color01{
  color: #f63b40;
}
.pt-10{
    padding-top:10px;
}
.pt-50{
  padding-top:50px;
}
.br-20{
  border-radius:20px;
}

.tset{
  position:relative;
}
.tset::before{
  width: 9px;
  height: 9px;
  content: "";
  position: absolute;
  bottom: 2px;
  left: 2px;
  transform: scale(1) rotate(-45deg) translateX(0) translateY(0) skewX(0) skewY(0);
  background: #c11104;
}
.tset::after{
  content: "";
  width: 85px;
  height: 2px;
  left: 12px;
  bottom: 5px;
  position: absolute;
  background: #c11104;
}

.pt-5px{
padding-top: 5px;
}
.pb-20{
padding-bottom: 20px;
}
.h-set img{
width:170px;
height:10px;
}
blueC{
color: #0066ac;
}
.pt-20{
padding-top:20px;
}
.py-50{
padding: 50px 0px;
}
.bg-dark{
background-color:#042a42 !important;
}
.fw-600{
  font-weight: 600;
}
.img-radius{
  border-radius: 10px;
  margin-top: 18px;
}
/* #c11104 */
.bg-1{
  background-color: #4b768f;
}
.df{
  display: flex;
}
.fsp {
  font-size: 26px;
  padding: 15px 0px 25px 0px;
  font-weight: 600;
}
.sbox-card{
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  border-radius: 10px;
}
.sbox-body h5{
  color: #666;
  padding: 10px 10px 5px 15px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 25px;
}
/* Three Card */
.threecard{
  background-color: #ffffff;
  border-radius: 20px;
  margin: 15px 2px 0px 2px;
  box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
  transition: .5s;
  height: auto;
  overflow: hidden;
}
.threecard-body{
  background-color: #ebecec;
  height: 180px;
  position: relative;
}
.threecard-body h5{
  font-weight: 700;
  text-align: start;
  padding: 16px 16px 0px 16px;
  line-height: 1.3;
}
.threecard-body h5 a{
  font-family: GraphikBold;
  color: #042a42;
  text-decoration: none;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.threecard-body p{
  font-size: 14px;
  padding-left: 16px;
}
.threecard .btn-more {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
/* Three Card End */
.scard{
  background-color: #ffffff;
  border-radius: 20px;
  margin: 15px 2px 0px 2px;
  box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
  transition: .5s;
  height: auto;
  overflow: hidden;
}
.scard img{
  height: 200px;
  padding: 10px 0px;
  object-fit: cover;
  object-position: center center;
}
.scard-body{
  background-color: #ebecec;
  height: 200px;
  position: relative;
}
.scard-body h5{
  font-weight: 700;
  text-align: start;
  padding: 16px 16px 0px 16px;
  line-height: 1.3;
}
.scard-body h5 a{
  font-family: GraphikBold;
  color: #042a42;
  text-decoration: none;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.scard-body p{
  font-size: 14px;
  padding-left: 16px;
}
.scard .btn-more {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.btn-more {
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 50px;
  height: 35px;
  line-height: 35px;
  width: 120px;
  border: 0px;
  transition: 0.5s;
  color: #222;
  text-decoration: none;
  text-align: center;
}
.btn-more:hover {
  background-color: #000;
  color: #fff;
}
.hbox-card{
margin-bottom: 30px;
background-color: #fff;
border-bottom: 2px solid #eee;
border-radius: 0px 11px 10px 10px;
}
.hcard-body h5{
color: #343434;
padding: 10px 0 10px 20px;
border-left: 3px solid #0066ac;
font-size: 20px;
font-weight: 600;
}
.hcard-body p{
    padding: 10px 20px;
  text-align: justify;
}
.hcard-body a{
color: crimson;
text-decoration: none;
font-size: 18px;
}
.img-border{
  border: 1px solid #f4524d;
  padding: 5px;
}
.bg-home {
background: #252525 url(../images/bg-home.webp) no-repeat fixed center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.home-product{
background-color:#fff;
}
.home-product h4{
padding: 20px 0px;
text-align: center;
font-weight: 600;
font-size: 20px;
}
.pt-50{
padding-top: 50px;
}
.bgc {
    background-color: #ececec;
    border-radius: 60px;
}
.text-justify{
text-align:justify;
}

.user{
padding: 30px 20px 20px 20px;
}
.user .fa{
margin-right: 10px;
font-size: 20px;
color:#000;
}
.user h4{
padding-bottom: 20px;
}
.en-left{
padding-left: 45px;
}
.my-15{
padding-top:15px;
padding-bottom:15px;
}
.homecard{
    background: #fff;
  padding: 13px 65px 9px 20px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.07);
}
.homecard p{
    text-align:justify;
    padding-top:10px;
}
.pcard{
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #dd2121;
  border-radius: 10px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.07);
}
.pcard-body h5{
  color: #343434;
  padding: 15px 5px;
  text-align: center;
}
.pcard-body a{
  color: crimson;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
}
.pfs{
    font-size: calc(1.325rem + .9vw);
}
/* --End Home section */
/* -- About Us */
.ab-sec{
background:#0066ac;
padding:60px 0;
}
.contact-box{
background-color: #0066ac;
padding:40px;
}
/* -- Products */
.table-set{
background-color: #130505;
padding:50px;
}
.ptable,th,td{
background-color: transparent !important;
color:#fff;
}
.ppimg{
    border: 2px solid #eee;
    background-color: #4c3a3a;
    padding: 10px 0px;
}
.pp-h4{
background-color: #0066ac;
color:#fff;
padding:15px 0px 15px 10px;
border-radius:5px;
margin: 20px 0px;
text-transform: uppercase;
}
.bg-darkB{
background-color:#0066ac;
}
.c-black, th, td{
color:#000 !important;
}
/* --Footer Start */
.bg-footer {
background-color: #042a42;
}
.footer {
padding: 50px 0 0px 0;
}
.box-info {
padding: 0;
border: 1px solid #4A4B4F;
border-bottom: 1px solid #f63b40;
margin-bottom: 30px;
}
.box-info .box-info-icon {
padding: 15px 20px;
font-size: 30px;
color: #4b768f;;
display: inline-block;
height: 100%;
}
.box-info .box-info-body {
padding: 20px 0 20px 20px;
border-left: 1px solid #4A4B4F;
color: #fff;
display: inline-block;
vertical-align: middle;
}
.box-info .box-info-body p {
color: #ccc;
margin-bottom: 0;
}
.box-info .box-info-body h4 {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
}
.box-info a {
color: #fff;
text-decoration: none;
}
.footer-item {
line-height: 20px;
color: #999999;
font-weight: 400;
margin-bottom: 20px;
min-height: 250px;
}
.footer-title {
font-size: 18px;
line-height: 22px;
color: #fff;
position: relative;
padding: 10px 0;
margin-bottom: 40px;
margin-left: 10px;
}
.footer-title:before {
position: absolute;
content: '';
width: 50px;
height: 10px;
left: -10px;
bottom: -6px;
border-bottom: 3px solid #f63b40;
}
.footer-title h5 {
margin-bottom: 10px;
font-size: 16px;
line-height: 22px;
text-transform: uppercase;
}
.footer-title:after {
position: absolute;
content: '';
width: 120px;
height: 10px;
border-bottom: 1px solid #aaa;
}
.footer-item .list li {
padding: 12px 0;
color: #999;
}
.footer-item .list li:hover{
color:#c11104;
}
.contact-info-item .fa {
color: #4b768f;
font-size: 24px;
margin-right:10px;
}
.contact-info-item a {
color: #ccc;
text-decoration: none;
}
.contact-info-item {
padding: 12px 0;
}
.fsosmed {
text-align: center;
padding-top:20px;
}
.fsos {
color: #f63b40;
display: inline-block;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
}
.footer-sosmed {
margin-top: 20px;
display: inline-block;
}
.footer-sosmed .item {
color: #fff;
display: inline-table;
margin: 0 14px;
}
.footer-sosmed a{
text-decoration: none;
}
.ula a{
    color:#fff;
}
.footer-sosmed .item .fab {
font-size: 20px;
}
.fcopy {
padding-top: 15px;
text-align: center;
color: #fff;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
background-color: rgba(34, 34, 34, .70);
}
.whatsapp-setup {
position: fixed;
bottom: 20px;
right: 15px;
}
.btnSet a{
    text-decoration: none;
  color: white;
  background-color: #b10000;
  padding: 10px 15px;
  border-radius: 10px;
  text-transform: uppercase;
}
/* Popup */
.popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.popup-content {
  background: white;
  margin: 10% auto;
  padding: 2rem;
  width: 90%;
  max-width: 400px;
  border-radius: 10px;
  position: relative;
}

.popup-content input,
.popup-content button {
  width: 100%;
  margin-top: 1rem;
  padding: 0.8rem;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.popup-content button {
  background-color: #005daa;
  color: white;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}
/* WhatsApp Contact Button */
.whatsapp-contact {
  margin-top: 20px;
  text-align: center;
}

.whatsapp-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #25d366; /* WhatsApp Green */
  font-size: 1rem;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: background-color 0.3s;
}

.whatsapp-link:hover {
  background-color: #25d366;
  color: white;
}

.whatsapp-link i {
  margin-right: 8px;
  font-size: 1.2rem;
}
/* Floating Right Bottom Icons */

.floating-icons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.floating-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #25d366;
  color: white;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.floating-icons a.call {
  background-color: #f63b40;
}

.floating-icons a:hover {
  transform: scale(1.1);
}

.floating-icons i {
  font-size: 22px;
}
/* --Footer End */


























