@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Heebo:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Righteous&display=swap');

.u-header {
    position: sticky;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    top: 0;
}
.topbar {
    background: #fff;
    padding-bottom: 7px;
    border-bottom: 1px solid #dddddd7a;
}

body {
    margin: 0;
	font-family: "Heebo", serif;
}
[class*=navbar-expand] .dropdown-item.active:not(:focus):not(:active), [class*=navbar-expand] .dropdown-item:hover {
    color: #377dff;
    background-color: #00bcd400;
    border-left: 4px solid #377dff;
    transition: 0.2s all;
}
[class*=navbar-expand] .dropdown-item {
    background-color: transparent;
    border-bottom: 1px solid #dddddd66;
    padding: 6px 8px !important;
}
.custom-logo img {
	width: 180px;
    position: absolute;
    top: 0;
    background: #fff;
    padding: 6px;
    border-radius: 9px;
}
.section {
	padding: 90px 0px !important;
}
/* Style the tab */
.tab {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 600px) {
	.tab {
	  float: left;
	  border: 1px solid #ccc;
	  background-color: #f1f1f1;
	  width: 100%;
	  height: auto;
	  display: flex;
	}
}
/* Style the buttons inside the tab */
.tab button {
	display: block;
	background-color: inherit;
	color: black;
	padding: 15px 10px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 14px;
	border-bottom: 1px solid #e1e1e1;
	text-transform: uppercase;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
	background-color: #fff;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 15px 15px;
  width: 100%;
  border-left: none;
}
@media only screen and (max-width: 600px) {
	.tabcontent {
		float: left;
		padding: 15px 15px;
		border: 1px solid #ccc;
		width: 100%;
		border-left: none;
	}
}
p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
	line-height: normal;
}
.text-justify {
	text-align:justify;
}
.fs-12 {
	font-size: 12px;
}
.fs-14 {
	font-size: 14px;
}
.uppercase {
	text-transform: uppercase;
}
.servicbox {
	transition: all .25s ease;
    padding: 10px;
    border: 1px solid #03a9f430;
	border-radius: 12px;
	margin-bottom: 20px;
}
.servicbox:hover {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	padding: 10px;
	cursor:pointer;
	border: 1px solid blue;
	background: #fff;
}
.servicbox .readmore {
	visibility:hidden;
}
.servicbox:hover .readmore {
	visibility:visible;
}
.servicbox:hover .readmore .service-icon-button {
	background: #004fac;
	color:#fff;
}
.servicbox img {
	width: auto;
	height: 250px;
	margin-bottom: 10px;
	border-radius: 10px;
}
.servicbox .services-classic-title {
	font-size: 25px;
    font-weight: 600;
    margin-top: 18px;
}
.quality_bxx {
	border: 1px solid;
    padding: 20px;
    height: auto;
    margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	transition: 0.3s;
}
.quality_bxx:hover{
	border: 1px solid red;
    padding: 20px;
    height: auto;
    margin-bottom: 20px;
    box-shadow: none;
    cursor: pointer;
}
@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-up {
    animation: slideUp 0.5s ease-out forwards;
}
.bg_gas {
	background-image: url(../img/banner-background.webp);
	background-size: cover;
    background-position: bottom;
	padding: 90px 0px !important;
}
.bg_gas h1 {
	font-size: 55px;
    color: #000 !important;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1500px;
    }
}
.bg-gray-7 {
    background-color: #f3f3f3;
}
.u-unfold {
    position: absolute;
    z-index: 99;
    min-width: 12.4375rem;
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 5px 15px rgba(55, 125, 255, 0.075), 0 5px 15px rgba(119, 131, 143, 0.075);
    padding: 0.5rem;
    border: none;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + 1.625rem);
    padding: .75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: .0625rem solid #3333335c;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
	background: #fff;
}
th, td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: left;
}
th {
	background-color: #0154b1;
	color: white;
}
.quality_bg_section {
	background-image:url(../img/quality_bg2.png);
	padding: 50px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.card-header {
    padding: 0px !important;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: .0625rem solid rgba(231, 234, 243, .7);
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: .0625rem solid #e7eaf37a;
}
.servicbox .services-classic-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.rightsidebar {
    background: #fff;
    padding: 15px;
    border: 1px solid #0154b140;
}
.rightsidebar ul {
	padding-left: 0;
	margin-bottom: 0;
}
.rightsidebar .nav-link {
	border-bottom: 1px solid #ddd;
	color: #000;
	font-family: "Righteous", serif;
}
.active-link {
    background-color: #0154b1 !important;
    color: white !important;
}
.rounded-3 {
	border-radius:15px;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

/* Table header */
th {
  padding: 12px 15px;
  text-align: left;
}

/* Table cells */
td {
  padding: 10px 15px;
  border: 1px solid #ddd;
}

/* Zebra striping for table rows */
tr:nth-child(even) {
  background-color: #f2f2f2;
}

tr:hover {
  background-color: #ddd;
}

/* Table borders and styling */
table, th, td {
  border: 1px solid #ddd;
}

.lazyload {
position: relative;
width: 370px;
height: 274px;
display: block;
background: url('https://i.gifer.com/ZZ5H.gif') center center no-repeat; /* Dotted loader */
background-size: 50px 50px;
}

.lazyload.loaded {
background: none; /* Remove loader once loaded */
}
.u-list__link {
    display: block;
    color: #000 !important;
    font-size: 0.875rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.u-unfold-wrapper {
    color: #000;
    font-weight: 300;
    font-size: 0.875rem;
}
.text-dark {
    color: #000000 !important;
}
.btn-soft-primary {
    color: #000;
    background-color: rgba(55, 125, 255, .1);
    border-color: transparent;
}
@media only screen and (max-width: 600px) {
	.mob-w-50 {
		width:50%;
	}
	.servicbox img {
		width: 300px !important;
		height: 200px !important;
	}

}
