.navbar-bg {
  background-color: #008000;
}

a:hover {
  text-decoration: none;
}

.welcome-section {
  padding-top: 60px;
}

.welcome-heading {}

.welcome-text {}

.company-card-wrapper {
  padding: 10px 15px;
  margin-top: 20px;
}

.company-card {
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.company-card .logo-wrapper {
  padding: 10px 0;
  border-radius: 20px 20px 0 0;
  border: 1px solid #f3f3f3;
}

.company-card .logo-wrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.company-card .name-wrapper {
  border-radius: 0 0 20px 20px;
  background: #f3f3f3;
  text-align: center;
  padding: 10px 10%;
}

.company-card .name-wrapper h2 {
  font-size: 16px;
  line-height: 18px;
  height: 26px;
  font-weight: bold;
  text-transform: capitalize;
  color: #333333;
}

/* Model Style Start */

.center-block {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sag-blue-gradient {
  background-image: linear-gradient(to right, #00aa00, #008000) !important;
  color: #ffffff !important;
}

.modal-input {
  background-color: #f3f3f3 !important;
  border: none !important;
  color: grey !important;
}

.modal-input ::placeholder {
  color: grey !important;
  font-size: 12px !important;
}

.sag-btn {
  text-align: center !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
  border-radius: 30px !important;
}

.sag-btn-dark {
  color: #ffffff !important;
  background-color: #071157 !important;
}

.sag-btn-light {
  color: #071157 !important;
  background-color: #ffffff !important;
}

.sag-btn-square {
  text-align: center !important;
  padding: 5px 10px !important;
  background: #071157 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 1px -1px black, 0 1px 1px 0 black, 0 1px 3px 0 black !important;
  border-radius: 4px !important;
  font-size: 14px !important;
}

.sag-btn-square i {
  margin-right: 8px;
}

.sag-btn-square:hover {
  background: #071157 !important;
  color: #ffffff !important;
}

.sag-rounded-all {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.sag-modal .modal-content {
  border-radius: 20px !important;
}

.sag-modal .modal-content .modal-header {
  border-bottom: 0;
}

.sag-modal .modal-content .modal-header .modal-title {
  font-weight: bold;
  font-size: 20px;
  padding: 20px 25px 0;
}

.sag-modal .modal-content .modal-header button {
  background: #EDEDED;
  border-radius: 0 20px 0 20px;
  width: 60px;
  height: 60px;
  font-size: 2rem;
  font-weight: normal;
}

.sag-modal .modal-content .modal-body {
  padding: 0 40px 40px 40px;
}

.sag-modal .modal-content .modal-body input.sag-input {
  width: 100%;
  background: #f3f3f3;
  color: grey;
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding: 4px 10px !important;
  height: 50px;
}

.sag-modal .modal-content .modal-body input.sag-input ::placeholder {
  font-size: 14px !important;
}

.sag-modal .modal-content .modal-body .input-row {
  margin-top: 18px;
}

.sag-modal .modal-content .modal-body .input-row textarea {
  margin-top: 5px;
}

.sag-modal .modal-buttons {
  padding: 0 25px 40px !important;
}

.sag-modal .modal-buttons .button-wrapper {
  float: left;
  margin: 0 !important;
}

.sag-modal .modal-buttons .button-wrapper button {
  width: 80%;
  display: block;
}

.sag-modal .modal-buttons .button-wrapper button:first-child {
  margin-left: auto;
}

.sag-modal .modal-buttons .button-wrapper button:last-child {
  float: left !important;
}

.sag-textarea-input {
  width: 100%;
  resize: none;
  border-radius: 10px;
  background: #f3f3f3;
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 12px;
  color: grey;
}

.modal-message p {
  text-align: center;
}

.sag-textarea-input {
  height: 110px;
}

.error-message-wrapper {
  line-height: 13px;
  min-height: 15px;
  padding-left: 16px;
}

.error-message-wrapper .error-message {
  padding: 3px 0 0 20px;
  color: red;
  font-weight: normal;
  font-size: 12px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* Model Style End */

/*Footer */

footer p {
  text-align: justify;
  width: 90%;
}

footer a, footer a:visited, footer a:hover, footer p, footer address, footer i {
  color: #ffffff;
  font-size: 14px;
}

footer ul {
  padding-left: 5px;
  margin-bottom: 0;
}

footer li {
  list-style-type: none;
}

footer h5 {
  font-weight: bold;
  color: #ffffff;
}
footer .icon-wrapper {
  text-align: right !important;
}

/* footer End */

/* Template */

.template-main-logo {
  height: 60px;
  width: auto;
}

.template-main-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  display: inline-block;
  float: right;
  padding-top: 20px;
}

/* Main Banner */

.template-main-banner {
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.2);
}

.template-main-banner h1 {
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
}

.template-main-banner p {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}

.template-about h3 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.template-about h2 {
  font-weight: bold;
}

.template-services h2 {
  font-weight: bold;
}

.template-services h3 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.template-service-item h4 {
  font-weight: bold;
}

.template-service-item p {
  min-height: 50px;
}

.template-service-image {
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.sac-text-input {
  width: 100%;
  border: 1px solid #122b3f;
  border-radius: 4px;
  font-size: 16px;
  padding: 2px 10px 4px;
  background-color: #e7e5e6;
}

.vertical-padded {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-info {
  background-color: #122b3f;
  color: #ffffff;
  padding: 30px;
}

.contact-info p, .contact-info a, .contact-info h3, .contact-info i {
  color: #ffffff;
}

.service-image-section {
	min-height: 400px;
}

.service-text-section {
	background: #ffffff;
}
h3.sac-heading {
	font-weight:bold;
	color: #122b3f;
	font-size: 24px;
}
.product-modal .modal-content {
	padding: 20px;
}

.product-modal .product-image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.product-modal .product-description {
	padding: 3em 3em 3em 0;
}

.product-modal .product-description h3 {
	font-weight: bold;
	color: #3e3e3e;
}

.product-modal .table-responsive {
	max-height: 250px;
}

.product-modal .table-responsive table {
	width: 100%;
}

/*fuel page updation*/

#image-gallery .modal-footer{
  display: block;
}
 .img-thumbnail {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
/* Responsive */

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
  footer h2, footer h5, footer p, footer a, footer li, footer address {
    text-align: center;
  }
  footer .sac-text-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  footer p.no-margin {
    width: 100% !important;
  }
  .template-main-banner h1 {
    font-size: 40px;
  }
  
  .template-main-banner p {
    font-size: 26px;
  }

}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {}