@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
body {
  /* font-family: Verdana, Geneva, sans-serif; */
  font-family: "Rubik", sans-serif !important;
}
p{
  text-align: justify;
  font-weight: 400;
}
.text-justify{
  text-align: justify;
}
.text-primary {
  color: #343337 !important;
}
.iso-set{
  height: 100px !important;
}
.iso-logo-set {
  position: absolute !important;
  top: -48px;
  right: -31px;
}
.text-blue{
  color: #0B88CB !important;
}
.bg-blue{
  background-color: #0B88CB !important;
}
.text-dark-blue{
  color: #392F85 !important;
}
.text-red{
  color: #E31F23 !important;
}
.text-secondary {
  color: #b17d45 !important;
}
.bg-about {
  background-color: #e8eeef !important;
}
.bg-primary {
  background-color: #343337 !important;
}
.bg-secondary {
  background-color: #bd8d59 !important;
}
.bg-grey {
  background-color: #EFEEE8 !important;
}
/* .bg-grey{
  background-color: lightgray !important;
} */
a{
  text-decoration: none;
  color: black;
}
a:hover{
  color: black !important;
}

ul {
  list-style-type: square;
}
.get-support-btn {
  /* border: 2px solid black; */
  background-color: black;
  color: white;
  font-weight: 600;
  padding: 12px 25px;
  text-transform: capitalize;
}
.get-support-btn:hover {
  background-color: white;
  color: black;
  transition: all 0.5s ease;
}

::-webkit-scrollbar {
  display: none;
}
.pt-6 {
  padding-top: 120px;
}
.py-6 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.mt-6 {
  margin-top: 120px;
}
.fs-35rem{
  font-size: 3.5rem;
}

.service-banner-blog .content, .quality-banner-blog .content{
  color: white;
  text-align: center;
}
.google-review-section .owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.service-banner-blog ul li, .quality-banner-blog ul li{
  display: inline;
}
.service-banner-blog ul, .quality-banner-blog ul{
  padding-left: 0 ;
}
.certificate-img {
  max-width: 100%;
  height: 360px !important;
  width: 100%;
  border: 2.5px solid #b17d45;
}
.position-absolute-eye {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 12px;
  background-color: #b17d45;
  color: #000000;
  font-weight: bolder;
  font-size: 20px;
}
.service-banner-blog {
  background-image: url(/embed/chirag_oil_corporation_assets/images/service.jpg);
  min-height: 350px;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  width: 100%;
  background-position: center;
}
.quality-banner-blog {
  background-image: url(/embed/chirag_oil_corporation_assets/images/service.jpg);
  min-height: 350px;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  width: 100%;
  background-position: center;
}
.about-btn {
  border: 2.5px solid #0B88CB;
  background-color: #0B88CB;
  padding: 10px 20px;
  color: #fff;
}
.about-btn:hover {
  color: #0B88CB;
  background-color: #fff;
  transition: all 0.7s;
}
.product-btn{
  background-color: #E31F23;
  color: #fff;
  padding: 5px 10px;
}
.product-img{
  height: 300px !important;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1170px !important;
  }

}

@media (max-width: 768px) {

  .flex-direction {
    flex-direction: column-reverse;
  }
  .certificate-img {
    height: auto !important;
  }

}


@media (max-width: 528px) {

 
}

/* dark:blue:#392F85,light blue: #0B88CB, red:#E31F23,ase:#7A7A7A */