body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.preloader {
  position: fixed;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader .loader {
  position: absolute;
  width: 250px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.preloader .loader .loader-outter {
  position: absolute;
  width: 250px;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-outter 3s linear infinite;
          animation: loader-outter 3s linear infinite;
}


.preloader::before, .preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  /*background: #2D930B;*/
  background: white;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes loader-outter {
  0% {
    transform: rotate(0);
    transform-origin: bottom;
  }
  100% {
    transform: rotate(360deg);
    transform-origin: bottom;
  }
}


@-webkit-keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.heading_container h2 {
  position: relative;
    /* font-weight: bold; */
    font-size: 28px;
    font-weight: 600;
    background: #CFA324;
    border-radius: 4px 30px 30px 4px;
    color: white;
    padding: 10px 20px;
    animation: header 2s cubic-bezier(0.7, 0.16, 0.41, 0.88) infinite;
    margin-top: 20px;
}

@keyframes header {
0%, 100% {
    transform : translateX(0);
}    
50% {
    transform : translateX(15px);
}    
}

.heading_container h2 span {
  color: #2c7873;
}
.heading_container h3 {
  text-decoration: underline;
    text-decoration-style: double;
    text-decoration-color: darkcyan;
    text-decoration-thickness: 3px;
    margin-bottom: 25px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

/*header section*/
.hero_area {
    
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.hero_area .hero_bg_box img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
/*.hero_area .hero_bg_box::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));*/
/*}*/

.sub_page .hero_area {
  min-height: auto;
}

.header_section .header_top {
  padding: 15px 0;
  border-bottom: 1px solid #26315e;
    background: white;
}
.header_section .header_top .header_top_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_section .header_top .contact_nav {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.header_section .header_top .contact_nav a {
  color: #26315e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  background-color: #CFA324;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
}
.header_section .header_top .contact_nav a:hover i {
  background-color: #26315e;
}
.header_section .header_top .social_box {
  display: flex;
  justify-content: flex-end;
  min-width: 200px;
}
.header_section .header_top .social_box a i {
  margin-right: 5px;
  background-color: #159ec0;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
}
.header_section .header_top .social_box a:hover i {
  background-color: #26315e;
}
.header_section .header_bottom {
  padding: 0;
  background: #ffffff;
}
.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand video{
  /*color: #26315e;*/
  /*font-weight: 500;*/
  /*font-size: 24px;*/
  /*display: flex;*/
  /*  align-items: center;*/
  /*  text-align: center;*/
      object-fit: cover;
    width: 366px;
    height: 92px;
    object-position: center center;
}

@media screen and (max-width: 769px){
    .navbar-brand video{
    width: 210px;
    height: 55px;    
    }
.navbar-brand {
      font-size: 16px;
}
.navbar-brand img{
    width: 45px;
}
.header_section .header_top {
    display:none;
}
.heading_container h2 {
font-size: 16px;
}
}
.navbar-brand span {
  color: #2c7873;
}
.navbar-brand:hover {
  color: inherit;
}

.navbar-brand img{
    width: 65px;
}
.custom_nav-container {
  padding: 0;
}
.custom_nav-container .navbar-nav {
  margin-left: auto;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 30px;
  color: #26315e;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 15px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-nav .nav-item .nav-link i {
  margin-right: 5px;
}
.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #CFA324;
}

.custom_nav-container .navbar-nav .active .nav-link{
        color: #CFA324;
}
.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}
.custom_nav-container .nav_search-btn:hover {
  color: #2c7873;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
  mix-blend-mode: difference;
}
.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] {
  transform: rotate(360deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span {
  transform: rotate(45deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span::before, .custom_nav-container .navbar-toggler[aria-expanded=true] span::after {
  transform: rotate(90deg);
  top: 0;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-1 {
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-2 {
  display: none;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-3 {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-3 {
  transform: none;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #CFA324;
}

/*end header section*/
/* slider section */
.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
}
.slider_section .row {
  align-items: center;
}
.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}
.slider_section .detail-box {
  color: #000000;
  text-align: center;
}
.slider_section .detail-box h1 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #000000;
  font-size: 66px;
}
.slider_section .detail-box p {
  font-size: 25px;
}
.slider_section .detail-box .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.slider_section .detail-box .btn-box a {
  text-align: center;
  width: 165px;
}
.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #2c7873;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
  border: 1px solid #2c7873;
}
.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #2c7873;
}
.slider_section .img-box img {
  width: 100%;
}
.slider_section .carousel_btn-box {
  display: flex;
  justify-content: space-between;
  margin: 45px auto 0 auto;
  width: 110px;
  height: 50px;
}
.slider_section .carousel_btn-box a {
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  opacity: 1;
  color: #004445;
  font-size: 14px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}
.slider_section .carousel_btn-box a:hover {
  background-color: #2c7873;
  color: #ffffff;
}
.slider_section .carousel_btn-box .carousel-control-prev {
  left: 25px;
}
.slider_section .carousel_btn-box .carousel-control-next {
  right: 25px;
}

.service_section .heading_container {
  margin-bottom: 0;
}
.service_section .box {
  margin: 10px;
  text-align: center;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service_section .box .img-box {
  width: 100%;
  /*height: 65px;*/
}
.service_section .box .img-box img {
  max-height: 100%;
  max-width: 100%;
  transition: all 0.3s;
}
.service_section .box .img-box a {
  color: inherit;
}
.service_section .box .detail-box {
  margin-top: 15px;
}
.service_section .box .detail-box h5 {
  font-weight: bold;
}
.service_section .box .detail-box p {
  margin: 0;
}
.service_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background: #262D49;
  color: #ffffff;
  border-radius: 4px;
  transition: all 0.3s;
  border: 1.7px solid #262D49;
}
.service_section .btn-box a:hover {
  border: 1.7px solid #CFA324;
  background: #ffffff;
  color: #CFA324;
}
.service_section .owl-stage .owl-item.active {
  transform: scale(0.85);
  transition: 0.6s ease;
}
.service_section .owl-stage .owl-item.active.center {
  transform: scale(1);
}
.service_section .owl-stage .owl-item.active.center .box {
  background-color: #bd8c00;
  color: #ffffff;
}
.service_section .owl-stage .owl-item.active.center .box .img-box img {
}
.service_section .owl-nav {
  display: none;
}
.service_section .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.service_section .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 100%;
  margin: 0 2px;
  background-color: #ccc;
  border: none;
  outline: none;
}
.service_section .owl-dots .owl-dot.active {
  background: #bd8c00;
}

.service-box img{
    height: 270px;
}
.service_section .btn-box i, .detail-box a i{
    animation: move 1s infinite ease-in-out;
}

@keyframes move{
    0%, 100%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(10px);
    }
}
.about_section .row {
  align-items: center;
  margin: 53px 0;
}
.about_section .img-box {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.about_section .img-box img {
  width: 100%;
}
.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}
.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background: #262D49;
  color: #ffffff;
  border-radius: 4px;
  transition: all 0.3s;
  border: 1.7px solid #262D49;
  margin-top: 15px;
}
.about_section .detail-box a:hover {
  border: 1.7px solid #CFA324;
  background: #ffffff;
  color: #CFA324;
}

.team_section .box {
  display: flex;
  flex-direction: column;
  background-color: #004445;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 45px;
}
.team_section .box .img-box {
  width: 100%;
}
.team_section .box .img-box img {
  width: 100%;
}
.team_section .box .detail-box {
  width: 100%;
  color: #ffffff;
  padding: 25px 15px;
  text-align: center;
}
.team_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.team_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  color: #000000;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #000000;
}
.team_section .btn-box a:hover {
  color: #CFA324;
  border: 1px solid #CFA324;
}

.contact_section {
  position: relative;
  background-color: #f9f9f9;
}
.contact_section .heading_container {
  margin-bottom: 45px;
}
.contact_section .row {
  align-items: center;
}
.contact_section .form_container {
  padding: 45px;
}
.contact_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  border-radius: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.contact_section .form_container .form-control::-moz-placeholder {
  color: #565554;
}
.contact_section .form_container .form-control::placeholder {
  color: #565554;
}
.contact_section .form_container .form-control.message-box {
  height: 95px;
}
.contact_section .form_container .btn_box {
  display: flex;
}
.contact_section .form_container .btn_box button {
  border: none;
  display: inline-block;
  padding: 12px 55px;
  background-color: #262D49;
  color: #ffffff;
  border-radius: 0px;
  transition: all 0.3s;
  border: 1.4px solid #262D49;
  width: 100%;
}
.contact_section .form_container .btn_box button:hover {
  background-color: transparent;
  color: #CFA324;
  border: 1.4px solid #CFA324;
}
.contact_section .img-box {
  overflow: hidden;
}
.contact_section .img-box img {
  min-width: 100%;
  height: 527px;
    object-fit: cover;
    object-position: center;
}

.client_section .client_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-top: 15px;
}
.client_section .client_container .img-box {
  width: 125px;
}
.client_section .client_container .img-box img {
  width: 100%;
  border-radius: 5px;
}
.client_section .client_container .detail-box {
  margin-top: 25px;
}
.client_section .client_container .detail-box h5 {
  color: #1d1b28;
  margin-bottom: 15px;
}
.client_section .client_container .detail-box p {
  color: #1d1b28;
  margin: 20px;
}
.client_section .client_container .detail-box span {
  margin-top: 25px;
  color: #1eb36a;
  font-size: 28px;
}
.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  border-radius: 0px;
  background-color: #000000;
  opacity: 1;
  top: 28%;
  color: #ffffff;
  font-size: 12px;
  margin: 0 2.5px;
}
.client_section .carousel-control-prev {
  left: 15%;
}
.client_section .carousel-control-next {
  right: 15%;
}
.client_section .carousel_btn-box {
  display: flex;
  justify-content: center;
}

.info_section {
  background-color: #262D49;
  color: #ffffff;
  padding: 45px 0 10px 0;
}
.info_section h5 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.info_section .info_top {
  margin-bottom: 25px;
}
.info_section .info_top .row {
  align-items: center;
}
.info_section .info_contact {
  
}
.info_section .info_contact a {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.info_section .info_contact a i {
  margin-right: 5px;
  font-size: 24px;
}
.info_section .social_box {
  display: flex;
}
.info_section .social_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  color: #ffffff;
  margin-right: 5px;
  font-size: 24px;
}
.info_section .info_bottom .row > div {
  margin-bottom: 30px;
}
.info_section .info_menu {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.info_section .info_menu li {
  list-style-type: none;
  margin-bottom: 10px;
}
.info_section .info_menu li a {
  color: #ffffff;
}
.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}
.info_section .info_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #2c7873;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #2c7873;
}
.info_section .info_form button:hover {
  background-color: transparent;
  color: #2c7873;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}
.footer_section p {
  color: #252525;
  padding: 25px 0;
  margin: 0;
}
.footer_section p a {
  color: inherit;
}/*# sourceMappingURL=style.css.map */

.whatsapp_float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        left: 40px;
        background-color: #25d366;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
      }
      .whatsapp-icon {
        margin-top: 16px;
      }
      .mobile {
        display: none;
      }

      /* for mobile */
      @media screen and (max-width: 767px) {
        .whatsapp-icon {
          margin-top: 10px;
        }
        .whatsapp_float {
          width: 40px;
          height: 40px;
          bottom: 20px;
          left: 10px;
          font-size: 22px;
        }
        .desktop {
          display: none;
        }
        .mobile {
          display: block;
        }
      }
      
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background: #CFA324;
}

.sub-heading{
    margin: 85px auto;
}

.sub-heading h2{
    color: white;
    font-weight: 600;
    font-size: 50px;
}

@media screen and (max-width: 1025px){
.sub-heading h2{    
font-size: 35px;
}
}

@media screen and (max-width: 769px){
.sub-heading h2{    
font-size: 24px;
}
}
.contact-details{
padding: 20px 10px;
    border: 1.2px solid black;
    border-radius: 10px;
    font-size: 24px;
    margin-bottom: 13px;
        box-shadow: 2px 2px;
}

.counter-box i {
    font-size: 66px;
    text-shadow: 3px 3px 9px #CFA324;
}

.counter-box div {
    font-size: 58px;
    font-weight: 500;
    font-family: sans-serif;
    text-shadow: 5px 2px 9px #CFA324;
    margin: 7px 0;
}

.counter-box p {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.counter-box{
    margin: 20px 0;
    /*box-shadow: 1px 1px 8px 1px #aeaeae;*/
    border-right: 1.5px solid #aeaeae;
    padding: 8px 4px;
}
.counter-box:last-child{
    border-right: 0;
}

.certificates h4 {
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
    color: goldenrod;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.vision-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vision-cont img {
   width: 150px;
   margin: 12px 0;
}

.vision-cont h2 {
   font-weight: 600;
}


.vision-cont p {
    font-size: 18px;
}

.values{
    box-shadow: inset 0px 0px 1.6px 0.1px;
    border-radius: 4px;
    padding: 15px 12px;
}

.collaboration-section .owl-carousel .owl-item img{
    aspect-ratio: 3/2;
    border: 1.7px solid black;
}


.collaboration-section .owl-carousel .owl-item h4{
    text-align: center;
}


/*  Call Button  */
.call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	left: 40px;
    bottom: 115px;
	background: #ec8b00;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; 

}
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem;
	  }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); 
	    
	}
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); 
	    
	}
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); 
	    
	} 
      
  }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); 
	    
	}
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); 
	    
	} 
      
  }

	span.num{
		position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
	}
	
@media screen and (max-width: 767px) {
    .call-buton .cc-calto-action-ripple {
        left: 10px;
    bottom: 70px;
	background: #ec8b00;
	width: 34px;
    height: 34px;
    padding: 11px;
    }
    .call-buton .cc-calto-action-ripple i {
        font-size: 15px;
    }
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 260px;
}

.dropdown-menu .dropdown-item {
    white-space: break-spaces;
}

.process h3{
    background-image: url(../images/hero.png);
    color: transparent;
    font-weight: 900;
    background-clip: text;
    text-align: center;
    background-position: bottom;
    filter: drop-shadow(0px 0px 9px #00000044);
    font-size: 32px;
    margin: 20px 0;
}

.process li{
    margin: 10px 0;
}

.plant img{
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 2px solid;
    padding: 20px;
    border-image: linear-gradient(to right, #262D49, #CFA324) 1;
    width: 320px;
    display: block;
    margin: 0 auto;
    transition: 1s ease-in-out;
}

.plant:hover img{
    padding: 5px;
}

.machinery h4{
    background: linear-gradient(45deg, #CFA324, #262D49);
    color: transparent;
    background-clip: text;
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 20px;
}

.machinery ul{
    font-size: 18px;
}

.machinery ul li {
    margin: 7px 0;
}

.machinery img {
    max-width: 370px;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.spare-parts{
    border: 1.4px solid black;
    padding: 9px;
    border-radius: 12px;
    background: #262D49;
    color: #CFA324;
    height: 100%;
}

.spare-parts img{
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 1/1;
    object-fit: cover;   
}

.spare-parts h4{
    font-weight: 600;
    text-align: center;
    margin: 15px 0;
    font-size: 18px;
}

.oil-mill-spares{
    border-radius: 20px;
    background: #262D49;
    padding: 30px;
    margin: 10px 0;
}

.oil-mill-spares img{
    border-radius: 50%;  
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.oil-mill-spares h2{
    color: #ffffff;
    margin: 10px 0;
    font-size: 26px;
    font-weight: 600;
}

.oil-mill-spares p{
    color: #ffffff;
    text-align: justify;
}

.oil-mill-spares table{
    color: white;
    text-align: center;
    font-size: 20px;
    border: 1.6px solid white;
}

.oil-mill-spares table td{
    padding: 10px;
    border: 1px solid #ffffff;
}

.secondary-header{
    background: url(../images/hero-img.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}


.header-details{
    
}