/* fonts start */
@font-face {
  font-family: f1;
  src: url(../fonts/Sora-Regular.ttf);
}
@font-face {
  font-family: f2;
  src: url(../fonts/Sora-Medium.ttf);
}
@font-face {
  font-family: f3;
  src: url(../fonts/Sora-Bold.ttf);
}
/* fonts end */

/* display size and styles start */
.w-90 {
  width: 90%;
  margin: auto;
}

.w-100 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul {
  list-style: none !important;
  padding-left: 0 !important;
}

a {
  text-decoration: none !important;
}
p {
  /* text-align: justify; */
  /* word-spacing: -1px; */
  font-size: 15px !important;
  line-height: 35px;
}
/* display size and styles end */

/* d-flex start */
.d-flex-jc-ac {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.d-flex-jc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.d-flex-ac {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.d-jc-ac {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* d-flex end */

/* top navbar start */
.nav_info {
  background-color: #222222;
  padding: 6px;
}
.top_navbar img {
  width: 22px;
  height: 22px;
}

.top_navbar a {
  font-size: 16px;
  font-family: f1;
  margin-left: 5px;
  color: #ffffff;
}

.top_icon img {
  width: 35px;
  height: 35px;
  margin-left: 20px;
}
/* top navbar end */

/* nav starts */
.nav_bg {
  background: linear-gradient(90deg, #4db852, #44a08b);
}
.nav_me {
  padding-top: 0 !important ;
  padding-bottom: 0 !important;
}
.nav_me img {
  width: 300px !important;
}
.nav_me {
  z-index: 11;
}
.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.nav_me .nav_a li a {
  font-family: "f1";
  font-size: 14px;
  color: #ffffff !important;
  padding-right: 30px !important;
  cursor: pointer;
  /* margin: 15px; */
}
.dropdown-menu{
  background: linear-gradient(to right, #4db852, #a7cf45) !important;
}
.nav-item {
  position: relative;
}
.navbar-light .navbar-nav .nav-link.active {
  font-family: "f3";
}

.navbar-light .navbar-toggler {
  background-color: #4db852;
  color: #000 !important;
  margin-right: 20px;
}
/* .navbar-light .navbar-nav .nav-link {
    margin: 0px 10px;
  } */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
.dropdown-menu li {
  position: relative;
}
.dr_hv{
  position: relative;
}
.dropdown-toggle::after{
  position: absolute !important;
  right: 15px !important;
  top: 13px !important;
}
/* .drop-a-sub-main {
  position: absolute;
  right: 0;
  padding-left: 16px;
  padding-right: 16px;
  height: 35px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.dropdown-menu.dropdown-item:hover {
  background: #252525 !important;
}
.sub-drop-down-menu {
  position: inherit !important;
  padding: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
}
.sub-drop-down-menu li {
  width: 100% !important;
}
.sub-drop-down-menu a {
  margin-bottom: 5px;
}
.dr_hv:hover{
  background: #000 !important;
}
/* .dr_hv{
  cursor: pointer !important;
} */
.dr_supli {
  background: #a7cf45 !important;
}
.dropdown-item:focus{
  background: none !important;
}
/* .dropdown-menu:hover {
  background: #ffda30 !important;
} */

/* nav ends */

/* home banner start */
.hom-ban img {
  width: 100%;
}

.hom-ban h1 {
  font-size: 40px;
  font-family: f2;
}

.hom-ban p {
  font-size: 18px;
  font-family: f5;
}

.carousel-caption h5 {
  font-size: 40px;
  font-family: f2;
}

.carousel-caption p {
  font-size: 15px;
  font-family: f1;
  color: #fff;
}

.carousel-caption .btn-btn button {
  padding: 10px;
  border-radius: 5px;
  border: 0;
}
.ban_img {
  height: 90vh;
  position: relative;
}
.ban_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ban_cap {
  position: absolute;
  width: 50%;
  height: 100%;
  top: -35px;
  left: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: start;
  color: #fff;
}
.ban_cap h5 {
  color: #fff;
  font-size: 20px;
  font-family: "f1";
  padding-right: 80px;
  padding-top: 15px;
}
.ban_cap p {
  color: #fff;
  font-size: 16px;
  font-family: "f1";
}
.carousel-caption {
  text-align: start !important;
}
.read a {
  cursor: pointer;
  background: linear-gradient(90deg, #4db852, #a7cf45);
  color: #ffffff !important;
  padding: 8px 15px;
  border-radius: 5px;
  border: 0;
  margin-top: 20px;
  text-decoration: none;
  font-family: f3;
  font-size: 16px;
}
/* home banner end */

/* about us start */
.hom-abo {
  margin: 50px auto;
}

.hom-abo h6 {
  font-size: 18px;
  font-family: f3;
  color: #000000;
  margin-bottom: 0;
  margin-left: 10px;
}

.about_line {
  width: 50px;
  height: 5px;
  background-color: #9ef877;
}

.about {
  display: flex;
  align-items: center;
}

.hom-abo h1 {
  font-size: 40px;
  font-family: f3;
  color: #000000;
}

.hom-abo p {
  font-size: 16px;
  font-family: f1;
  color: #575f66;
}

.img_icon {
  margin-right: 5px;
}

.img_icon img {
  width: 50px;
  margin-right: 10px;
}

.img_icon p {
  font-size: 16px;
  font-family: f1;
  columns: #575f66;
  width: 50%;
  margin-bottom: 0;
}

.about_img img {
  width: 100%;
  /* border: 10px solid #40b554;
  border-radius: 50px; */
}
.abo_img img{
  width: 100%;
  /* border: 10px solid #40B554;
  border-radius: 40px; */
}

.read a {
  cursor: pointer;
  background-color: #9ef877;
  color: #000000;
  padding: 8px 15px;
  border-radius: 5px;
  border: 0;
  margin-top: 20px;
  text-decoration: none;
}

.user h1 {
  font-size: 16px;
  font-family: f1;
}
.user h4 {
  font-size: 20px;
  font-family: f3;
}
/* about us end */

/* product photos start */

.prod_line {
  width: 50px;
  height: 5px;
  background-color: #9ef877;
}
.product_pho h6 {
  font-size: 18px;
  font-family: f3;
  color: #000000;
  text-align: center;
}

.product h1 {
  font-size: 40px;
  font-family: f3;
  text-align: center;
}
.product p {
  font-size: 16px;
  font-family: f1;
  text-align: center;
}

.producthom_img {
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
}
.producthom_img img {
  width: 100%;
}
/* product photos end */

/* our product starts */
.mar_y {
  margin: 60px 0px;
}
p {
  font-family: "f1";
  line-height: 30px;
  color: #000;
  font-size: 15px;
}
.high_light .line {
  width: 70px;
  height: 2px;
  background: #40b554;
  margin-right: 15px;
}
.high_light span {
  font-size: 20px;
  font-family: "f3";
  color: #40b554;
  /* text-shadow: 2px 2px #000; */
}

.high_light p {
  text-align: justify;
}
.title_section1 span {
  font-size: 20px;
  font-family: "f3";
  color: #40b554;
  /* text-shadow: -1px 0px 20px #000000; */
  background: #ffffff;
  padding: 7px;
  border-radius: 10px;
}
.title_section h2 {
  font-family: "f2";
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
}
.title_section h2 span {
  color: #ff0202;
}
.product_features {
  width: 90%;
  margin: auto;
}
.productfea_card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0px 5px 13px 0px rgba(214, 214, 214, 90%);
  width: 90%;
  height: 100%;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.8s ease;
}
.productfea_card:hover {
  background: linear-gradient(90deg, #4db852, #a7cf45);
  transition: all 0.8s ease;
  transform: translateY(-10px);
}
.productfea_card:hover h3 {
  color: #fff;
  transition: all 0.2s ease;
}
.profea_icon img {
  width: 70px;
  margin: 20px auto;
}
.productfea_card h3 {
  font-family: "f3";
  font-size: 20px;
  color: #000;
  transition: all 0.2s ease;
}
/* our product ends */

/* eco red starts */

.eco_red_content h2 {
  font-family: "f3";
  font-size: 35px;
  color: #40B554;
  /* margin-left: 60px; */
}
.eco_red_content h3 {
  font-family: "f1";
  font-size: 25px;
  color: #000;
}
.eacs_list li {
  margin-bottom: 20px;
}
.eacs_list img {
  width: 20px;
  height: 20px;
  margin-right: 25px;
  margin: 12px;
  margin-top: 4px;
  
}
.eacs_list p {
  font-size: 16px;
  font-family: "f2";
  color: #000;
  margin: 0;
}
.eco_red .eco_red_img {
  width: 100%;
  border-radius: 20px;
}
/* eco red ends */

/* eco osd unique starts */

.eco_unique_property .eco_unique_img {
  width: 100%;
  border-radius: 20px;
  padding-left: 85px;
}
.eco_unique_property p {
  text-align: start;
}

.eco_unique_property h2 {
  font-family: "f3";
  font-size: 35px;
  color: #40B554;
  /* text-align: center; */
}
.eco_unique_property h3 {
  font-family: "f1";
  font-size: 25px;
  color: #000000;
  margin-bottom: 20px;
  /* text-align: center; */
}
/* eco osd unique ends */

/* why choose us start */
.choose_img img {
  width: 100%;
}

.choose_us_img img {
  width: 70px;
  margin-bottom: 8px;
}

.choose_us_font h3 {
  font-size: 18px;
  font-family: f3;
}
.choose_us_font p {
  font-size: 16px;
  font-family: f1;
}
/* why choose us end */

/* case studies starts */

.case_img {
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
}
.case_img img {
  width: 100%;
  border-radius: 20px;
}
.case_video {
  position: relative;
}
.case_video img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.gallery_view {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.play_btn {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.play_btn .play_ic {
  color: #78ae3f;
  font-size: 35px;
}
/* case studies ends */

/* footer start */
.footer {
  background-color: #222222;
  color: #fff;
  padding: 40px 0;
}
.footer_logo p {
  font-size: 14px;
  font-family: f1;
  color: #ffffff;
}

.footer_home h1 {
  font-size: 30px;
  font-family: f3;
  color: #ffffff;
}
.footer_home li {
  margin-bottom: 10px;
}
.footer_home li a {
  color: #fff !important;
  font-family: f2;
  font-size: 16px;
}

.footer_logo img {
  width: 170px;
}

.media img {
  width: 45px;
  margin: 8px 15px;
}

.copy_rights p {
  font-size: 20px;
  font-family: f2;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
/* footer end */

/* about page content start */
.abo-ban h1 {
  font-size: 40px;
  font-family: f2;
  color: #ffffff;
  /* position: absolute; */
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
}

.abo-ban {
  background: url(../img/abo_ban.webp);
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.choose_ban_img img {
  width: 90%;
  border-radius: 20px;
  border: 10px solid #40B554;
  border-radius: 40px;
}

.vision img {
  width: 70px;
  margin-bottom: 10px;
}
.mission img {
  width: 70px;
  margin-bottom: 15px;
}
.vision h1 {
  font-size: 35px;
  font-family: f3;
  margin-left: 10px;
}
.vision p {
  font-size: 15px;
  font-family: f1;
}
.mission h1 {
  font-size: 35px;
  font-family: f3;
}
.mission p {
  font-size: 14px;
  font-family: f1;
}
.team {
  background-color: #d7fbde;
}
.team img {
  width: 100%;
  /* padding: 10px 0; */
  /* border-radius: 40px; */
  border: 10px solid #40B554;
  border-radius: 40px;
}
.team h1 {
  font-size: 35px;
  font-family: f3;
  text-align: center;
  color: #40B554;
}
.team p {
  font-size: 15px;
  font-family: f1;
  text-align: center;
  text-align: justify;
}

.oil_ban_img img {
  width: 100%;
  border-radius: 20px;
  border: 10px solid #40B554;
  border-radius: 40px;
}

.drydock {
  background-color: #d7fbde;
  padding: 20px 30px;
}

.vision .our_vision {
  padding: 15px;
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  border-radius: 10px;
  height: 100%;
  background: #00000014;
}
.vision .our_mission {
  padding: 15px;
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  border-radius: 10px;
  height: 100%;
  background: #00000014;
  margin-top: 45px;
}
.mission {
  padding: 15px;
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  border-radius: 10px;
  height: 100%;
  background: #00000014;
}
/* about page content end */

/* contact page content start */
.con-ban h1 {
  font-size: 40px;
  font-family: f2;
  color: #ffffff;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
}

.con-ban {
  background: url(../img/contact_ban.jpg);
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.cont_con .cont_info .icon {
  font-size: 35px;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background: linear-gradient(to right, #4db852, #a7cf45) !important;
  text-align: center;
  border-radius: 100%;
  margin: auto;
  margin-bottom: 10px;
  position: relative;
}

.ic_on {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ic_on img {
  width: 35px;
}

.cont_info h4 {
  font-family: "f3";
  font-size: 20px;
}

.cont_info a {
  font-family: "f1";
  font-size: 16px;
  margin: 0;
  margin-top: 5px;
  color: #000;
  text-align: center;
}
.cont_info p {
  font-family: "f1";
  font-size: 16px;
  margin: 0;
  margin-top: 5px;
  color: #000;
  text-align: center;
}
.cont_info {
  padding: 15px;
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  border-radius: 10px;
  height: 100%;
  background: #00000014;
}
.re_ser .btn-nc {
  background: linear-gradient(to right, #4DB852, #A7CF45);
  border-radius: 5px !important;
  color: #000000 !important;
  font-family: "f2";
  font-size: 16px !important;
  border: none;
  padding: 8px 15px;
  margin-top: 10px;
}
/* form */
.cont_form {
  padding: 20px;
  /* box-shadow: 0 0 20px 3px rgba(0, 0, 0, 5%); */
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 5%);
  border-radius: 10px;
  background: #323232;
  color: #fff;
}

.cont_form h3 {
  font-family: "f2";
  font-size: 25px;
  margin-bottom: 15px;
}

.cont_grp {
  margin-bottom: 20px;
}

.cont_form .cont_grp label {
  margin-bottom: 7px;
  font-family: "f2";
  font-size: 16px;
}

.cont_form .cont_grp .form-control {
  background-color: #00000014;
  border-radius: 0;
  color: #fff;
}

.cont_form .cont_grp .form-control:focus {
  color: #fff !important;
  border: 1px solid #57a49d !important;
}

.cont_form .bt_sub {
  width: 100%;
  background: linear-gradient(to right, #D1FFBD, #9EF877) !important;
  color: #fff !important;
  font-family: "f2";
  font-size: 15px;
  border: none;
}

.cont_add h2 {
  font-family: "f2";
  font-size: 25px;
  color: #4ef208;
}

.cont_add p {
  font-family: "f1";
  font-size: 16px;
  color: #666666;
  margin: 0;
}
/* contact page content end */


/*  product starts */

.product_img img {
  width: 90%;
  border-radius: 20px;
}
.bg_img {
  background: url(../img/probg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  padding: 60px;
  position: relative;
}

.bg_img p {
  font-family: "f2";
}

.bg_img::before {
  position: absolute;
  content: "";
  background: #00000099;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg_card {
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  padding: 18px;
  height: 100%;
  top: 0;
  left: 0;
}

.bg_content p {
  font-family: "f2";
}

.title_sec {
  position: relative;
  z-index: 1;
  color: #fff;
}

.title_sec h2 {
  font-family: "f3";
  font-size: 30px;
  color: #fff;
  text-align: center !important;
}

.bg_content {
  background-color: #ffffff;
  z-index: 1;
  border-radius: 10px;
  padding: 20px 30px;
  margin-top: -350px;
  position: relative;
  box-shadow: 0px 3px 10px #00000026;
}

.bg_content h3 {
  font-family: "f5";
  font-size: 35px;
  color: #e30000;
}

.bg_content img {
  box-shadow: 0px 3px 10px #00000026;
  border-radius: 10px;
}
.ri-focus-2-fill {
  color: #40b554;
  font-size: 12px;
}
.works_title h2 {
  font-size: 30px;
  font-family: "f3";
  color: #252525;
  text-align: center;
}

.works_titlev p {
  text-align: justify;
}

.pro-ban {
  background: url(../img/banner_product.jpg);
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.pro-ban h1 {
  font-size: 35px;
  font-family: f3;
  color: #ffffff;
  /* position: absolute; */
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
}
.bg_img {
  background: url(../img/probg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  padding: 60px;
  position: relative;
}

.bg_img p {
  font-family: "f2";
}

.bg_img::before {
  position: absolute;
  content: "";
  background: #00000099;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg_card {
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  padding: 18px;
  height: 100%;
  top: 0;
  left: 0;
}

.bg_content p {
  font-family: "f2";
}

.title_sec {
  position: relative;
  z-index: 1;
  color: #fff;
}

.title_sec h2 {
  font-family: "f3";
  font-size: 30px;
  color: #fff;
  text-align: center !important;
}

.bg_content {
  background-color: #ffffff;
  z-index: 1;
  border-radius: 10px;
  padding: 20px 30px;
  margin-top: -350px;
  position: relative;
  box-shadow: 0px 3px 10px #00000026;
}

.bg_content h3 {
  font-family: "f5";
  font-size: 35px;
  color: #e30000;
}

.bg_content img {
  box-shadow: 0px 3px 10px #00000026;
  border-radius: 10px;
}
.ri-focus-2-fill {
  color: #40b554;
  font-size: 12px;
}
.works_title h2 {
  font-size: 30px;
  font-family: "f3";
  color: #252525;
  text-align: center;
}

.advantages h1 {
  font-size: 25px;
  font-family: f3;text-align: center;
  color: #40B554;
}
.advantages img {
  width: 100%;
  align-items: center;
}
/* product */

/* solution content page start */
.solution-ban {
  background: url(../img/red-barrels.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 40vh;
  padding: 60px;
  position: relative;
  background-position: bottom center;
}
.solution-ban h1 {
  font-size: 35px;
  font-family: f3;
  color: #ffffff;
  /* position: absolute; */
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
}
.solution_img_1 img {
  width: 100%;
  /* border-radius: 20px; */
  margin: 20px 0;
}

.solution_content h1 {
  font-size: 35px;
  font-family: f3;
  color: #40B554;
  margin-bottom: 20px;
}
.solution_content h3 {
  font-size: 20px;
  font-family: f3;
}
.solution_content p {
  font-size: 16px;
  font-family: f1;
  text-align: justify;
  word-spacing: -1px;
}

.solution_contents p span {
  color: #ff0202;
}
.oil_spill_content_1 h1 {
  font-size: 25px;
  font-family: f3;
  color: #40B554;
  text-align: center;
  margin-top: 20px;
}
.oil_spill_content_1 p {
  font-size: 15px;
  font-family: f2;
  margin-top: 15px;
  text-align: justify;
}

.oil_spill_content_2 h1 {
  font-size: 25px;
  font-family: f3;
  color: #40B554;
  text-align: center;
  margin-top: 20px;
}
.oil_spill_content_2 p {
  font-size: 15px;
  font-family: f1;
  text-align: justify;
}
.pcic {
  color: #40B554;
}

.solution1 {
  background-color: #a0f0ad81;
}

.dropdown-menu[data-bs-popper] {
  top: 144% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
/* solution content page end */

/* CERTIFICATES STARTS */
.crf-ban {
  background: url(../img/Certifications.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 40vh;
  padding: 60px;
  position: relative;
  background-position: center;
}
.crf-ban h1 {
  font-size: 35px;
  font-family: f3;
  color: #ffffff;
  /* position: absolute; */
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
}
.cou_card {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 3px 10px #0000004c;
  margin: 20px 4%;
}

.cou_img {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #000;
}

.cou_img img {
  width: 100%;
  border-radius: 10px;
  transition: 0.5s;
}

.cou_card h3 {
  font-size: 16px;
  font-family: "f3";
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  color: #171717;
}

.cou_card p {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-family: "f2";
  color: #000;
  font-size: 12px;
  height: 90px;
  text-align: start;
}

.cou_card:hover img {
  transform: scale(1.2);
  transition: 0.5s;
  opacity: 0.5;
}

.re_btn a {
  cursor: pointer;
  background: linear-gradient(90deg, #4db852, #a7cf45);
  color: #ffffff !important;
  padding: 8px 15px;
  border-radius: 5px;
  border: 0;
  margin-top: 20px;
  text-decoration: none;
  font-family: f3;
  font-size: 16px;
}
.download a {
  cursor: pointer;
  background: linear-gradient(90deg, #ecea3f, #f8c25e);
  color: #000000 !important;
  padding: 8px 15px;
  border-radius: 5px;
  border: 0;
  margin-top: 20px;
  text-decoration: none;
  font-family: f3;
  font-size: 16px;
  align-items: center;
}
.btn-nx {
  cursor: pointer;
  background: linear-gradient(90deg, #f8c25e, #ecea3f);
  color: #000000 !important;
  padding: 8px 15px;
  border-radius: 5px;
  border: 0;
  margin-top: 20px;
  text-decoration: none;
  font-family: f3;
  font-size: 16px;
}
/* CERTIFICATES ENDS */

/* slide icon start */

.social_icon {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 111;
}

.social_icon ul .en_quiry {
  font-size: 15px;
  background: linear-gradient(317deg, #f0990c, #964322);
  color: #fff;
  display: inherit;
  word-wrap: break-word;
  padding: 5px 10px;
  position: absolute;
  width: 30px;
  bottom: 65px;
  right: 0;
  z-index: 1000;
}
.social_icon ul .wh_at {
  font-size: 15px;
  background: linear-gradient(317deg, #095200, #76ff4a);
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  color: #fff;
  position: absolute;
  bottom: 250px;
  right: 0;
  justify-content: center;
}
.social_icon ul .ca_ll {
  font-size: 15px;
  background: #964322;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  color: #fff;
  position: absolute;
  bottom: 300px;
  right: 0;
  justify-content: center;
}
/* slide icon end */

.sticky_logo {
  position: fixed;
  right: 0;
  top: 5%;
  z-index: 111;
}

.sticky_logo img {
  width: 100px;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}
/* slide icon end */


/* eco red color change start */
.text_red p span {
  color: #ff0202;
}
.modal-body span {
  color: #ff0202;
}
.eacs_list span {
  color: #ff0202;
}
.title_section h2 span {
  color: #ff0202;
}
.title_section p span {
  color: #ff0202;
}
.cont p span {
  color: #ff0202;
}
.works_title p span {
  color: #ff0202;
}
.solution_content p span {
  color: #ff0202;
}
.oil_spill_content_1 h1 span {
  color: #ff0202;
}
.oil_spill_content_1 p span {
  color: #ff0202;
}
.oil_spill_content_2 p span {
  color: #ff0202;
}
/* eco red color change end */

.modal-dialog{
  display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* text align */
.text_red p {
  text-align: justify;
  word-spacing: -1px;
}

.text_reds p {

}

.text_reds p span {
  color: #ff0202;
}