@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "BrushScriptMT";
  src: url("webFonts/BrushScriptMT.woff2") format("woff2"),
    url("webFonts/BrushScriptMT.woff") format("woff"),
    url("webFonts/BrushScriptMT.ttf") format("truetype"),
    url("webFonts/BrushScriptMT.svg#BrushScriptMT") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "gil";
  src: url("webFonts/GIL_____.eot");
  src: url("webFonts/GIL_____.eot?#iefix") format("embedded-opentype"),
    url("webFonts/GIL_____.woff") format("woff"),
    url("webFonts/GIL_____.TTF") format("truetype");
}

* {
  text-decoration: none;
  outline: none;
}

html,
body {
  font-family: "Raleway", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 100%;
  font-weight: normal;
  line-height: 28px;
}

a:hover {
  text-decoration: none;
}

body {
  width: 100%;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;
}

a {
  text-decoration: none;
  transition: 0.7s;
}

a:focus {
  text-decoration: none;
  outline: none;
}

/* -----------top to end--------- */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

#myBtn {
  position: fixed;
  bottom: 12px;
  right: 20px;
  z-index: 1;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #27196b;
  color: white;
  cursor: pointer;
  padding: 12px 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #3bb604;
}

/*-----------------scrolbar-------------*/
body::-webkit-scrollbar {
  width: 0.8em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background: #111;
}

body::-webkit-scrollbar-thumb {
  background-color: white;
  /* outline: 1px solid slategrey; */
}
/*-----------------SCROL-BAR_END-------------*/

.main_container {
  width: 100%;
  position: relative;
  max-width: 2500px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.main_section {
  width: 100%;
  height: 100%;
  max-width: 1800px;
}

.standard {
  position: relative;
  margin: 0 auto;
  width: 85%;
  padding: 10px 0px 0px 0px;
}
.ineer_page_standard {
    margin-top: 4rem;
    margin-bottom: 4rem;
}



}


.flex_ {
  display: flex;
}

.grid_ {
  display: grid;
}

img {
   width: 100%; 
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

li {
  list-style: none;
}

p {
  color: #111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  margin: 0;
}

/*--------------------------- Roots -------------------------------*/

/* -------------TOP HEADER---------------- */
.mini-header {
  background: #f4f4f4;
  width: 100%;
  /* height: 36px; */
  font-size: 12px;
  border-bottom: 1px solid rgb(228, 228, 228);
}

.panel-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  /* height: 36px; */
  width: 100%;
  overflow: hidden;
}

.right-min a {
  color: rgb(0, 0, 0);
  font-size: 15px;
}
.right-min a:hover {
  color: #3bb604;
}
.right-min a i {
  color: #3e5189;
  padding: 9px;
}

.flag-language {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  align-items: center;
  gap: 0.5rem;
}
.flag-language li {
  /* margin: 7px 7px; */
  border-right: 2px solid #d4d4d4;
  width: 65px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-right: 5px;
}
.flag-language li a {
  align-items: center;
  width: 100%;
  display: flex;
  gap: 0.5rem;
}
.flag-language li a img {
  width: 100%;
  height: 100%;
}
.flag-language li a p {
  margin: 0 4px 0 0;
  font-size: 12px;
}

.flag-language li:hover img {
  cursor: pointer;
  transform: scale(1.2);
}
.right-min {
  width: 50%;
  display: flex;
  justify-content: end;
  gap: 2rem;
  margin: 0 20px;
}

.left-min {
  width: 50%;
  display: flex;
  justify-content: start;
}
/* ---------------------HEADER ----------------------------*/
.sticky {
  position: fixed;
  top: 0;
  /* left: 0; */
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
  background: white;
  z-index: 999999999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.menu_bar_header {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.standard1 {
  width: 95%;
}

.navigation {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation .logo_side {
  width: 120px;
  position: relative;
  width: 50%;
  display: flex;
  text-align: center;
  /* justify-content: center; */
  align-items: center;
  gap: 1rem;
}

.navigation .logo_side .logo_side_img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /*width: 100%;*/
  /*max-width: 110px;*/
}

.logo_side_img img {
  width: 100px;
  height: 100%;
}

.navigation .logo_side h2{
  font-size: 34px;
  /* font-family: "BrushScriptMT"; */
  font-family: Swiss721BT;
  font-family: Arial, Helvetica, sans-serif;
  color: #27196b;
  /* position: relative; */
  font-family: "Big Caslon Black";
  /* display: inline-block; */
  /* vertical-align: middle; */
  /* text-align: unset; */
  /* margin-left: 10px; */
  /* white-space: nowrap; */
  transition: 0.5s;
  font-weight: 500;
  /* text-align: center; */
  letter-spacing: 1px;
  text-align: start;
}
.logo_side .logo-text {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.navigation .logo_side span {
  color: #c0d3c1;
  font-size: 14px;
  /* font-family: Swiss721BT; */
  text-align: center;
  line-height: 39px;
  letter-spacing: 1px;
  font-family: "Big Caslon Black";
}

.navigation .logo_side a {
  gap: 0.5rem;
  align-items: center;
  width: max-content;
  max-width: 100%;
}

.navigation .logo_side h2:hover {
  color: rgb(59 182 4);
  background-color: white;
}

.nav_item {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.nav_item ul {
  display: flex;
  justify-content: end;
  display: -webkit-flex;
  gap: 2rem;
}

.nav_item ul li {
  list-style: none;
}

.nav_item ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #27196b;

  /*color: rgba(0, 0, 0, 0.55);*/
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
}

.nav_item ul li a:hover {
  color: #3bb604;
  background-color: white;
  font-weight: 600;
}

.nav_item ul li a:active {
  color: #27196b;
  background-color: white;
  font-weight: 600;
}

/*------------------- INDEX ---------------------*/

/*----------------- Swiper Start ------------------*/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/*--------------------- Swiper End----------------------- */

/*--------------------------- BANNER---------------------- */
.banerimg {
  width: 100%;
  height: 75vh;
}

.swiper-slide .banerimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#indexbaner .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide .banerbox {
  background: #0000002b;
  width: 45.5%;
  text-align: left;
  height: 287px;
  height: auto;
  position: absolute;
  /* top: 11rem; */
  left: 8%;
  padding: 35px;
  backdrop-filter: blur(5px);
}

.banerbox a {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500 !important;
}

.btn_banner1:hover {
  color: #f3f3f3 !important;
  background-color: #bbb5b2 !important;
}

.swiper-slide .banerbox h4 {
  font: 300 50px / 1.2;
  font-family: "Big Caslon Black";

  font-weight: bold;
  font-size: 40px;
  color: #eee;
  margin: 8px 0px;
  padding: 6px 0px;
      line-height: 1;
}

.swiper-slide .banerbox p {
  max-width: 1000px;
  color: #eee;
  font-size: 16px;
  line-height: 2.1;
  font-weight: 700;
  margin: 14px 0px;
}

.swiper-slide .banerbox .btn_banner1 {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  text-align: center;
  text-transform: uppercase;
}

.btn_banner1 span {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 900;
}

.nextarow::after,
.prearow::after {
  font-size: 29px !important;
  font-weight: 900;
  text-shadow: 0px 0px 5px #757373;
  color: #d0d0d0;
}

/* ----------------------ABOUT US------------------------------ */
.Main_about {
  margin-top: 4rem;
}

.maincontainer {
  display: flex;
  display: -webkit-flex;
  gap: 2rem;
}


.aboutcontainer {
  width: 50%;
}
 /*.maincontainer_about{*/
 /*    display:unset;*/
 /*}*/
 .maincontainer_about .aboutcontainer {
  width: 100%;
}


.aboutcontainer h1 {
  font-size: 48px;
  font-family: "Big Caslon Black";
  margin-bottom: 28px;
  color: #3f5086;
}

.aboutcontainer p {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}

.textcontainer {
  width: 50%;
}

.textcontainer p {
  font-size: 16px;
  margin: 0px;
  font-family: "Raleway", sans-serif;
  line-height: 22px;
}

.logocontainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

.listcontainer {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 100px;
  margin-top: 50px;
  align-items: flex-start;
  gap: 1rem;
}

.contimg {
  width: 100%;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cont-img {
  width: 10%;
  overflow: hidden;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}
.contimg img {
  width: 100%;
  filter: invert(8%) sepia(97%) saturate(1000%) hue-rotate(82deg)
    brightness(87%) contrast(114%);
    height: 100%;
}

.cont-text {
  width: 90%;
}

.contimg h3 {
  font-size: 20px;
  font-weight: 700;
  color: #27196b;
  font-family: "Big Caslon Black";
}

.contimg p {
  font-size: 16px;

  font-family: "Raleway", sans-serif;
  margin: 0;
}

.right {
  width: 100%;
}

.right .right_img {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.right_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  
}

/* ---------------------OUR PRODUCTS----------------------------  */
.main_product {
  background-color: #f1f1f1;
  padding: 90px 0px;
  padding: 70px 0px;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.product_main_container .boxcontainer h2 {
  font-size: 48px;
  line-height: .9;
  font-family: "Big Caslon Black";
  font-weight: 700;
  color: #3f5086;
  text-transform: uppercase;
}

.product_main_container .boxcontainer p {
  font-family: "Raleway", sans-serif;
  line-height: 21px;
  max-height: 90px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.boxcontainer span {
  color: #3f5086;
}

.boxcontainer a {
  border: 1px solid black;
  font-size: 16px;
  padding: 7px 7px;
  text-decoration: none;
  color: #493d82;
  font-weight: 600;
  display: inline-block;
  transition: 0.2s;
}

.boxcontainer a:hover {
  color: black !important;
}

.product_main_container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  row-gap: 1.7rem;
}

.product_main_container .boxcontainer {
  width: 24%;
  height: 291px;
  position: relative;
  border-right: 3px solid #f1f1f1;
  overflow: hidden;
  object-fit: contain;
}

.boxcontainer img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.hover {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  transition: 0.6s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
}

.hover:hover {
  opacity: 0;
  border: dotted;
  cursor: pointer;
}

.hover .imghover {
  width: 81px;
  height: 76px;
  margin-top: 25px;
  /*filter: invert(8%) sepia(97%) saturate(1000%) hue-rotate(82deg)*/
  /*  brightness(87%) contrast(114%);*/
}

.hover h4 {
  font-family: "Big Caslon Black";
  font-size: 15px;
  text-transform: uppercase;
  color: #27196b;
}

.hover p {
  line-height: 16px;
  padding: 0px 15px;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}
/* -----------------------OUR PRODUCTS HOVER ---------------------------------- */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #3bb604;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* ---------------------PROCESSING FACILITIES-----------------------------  */

/* .main_processing {
  margin-top: 5rem;
}

.main_processing .container h1 {
  font-family: "Big Caslon Black";
  text-transform: uppercase;
  color: #3f5086;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}

.main_processing .porces_container {
  background-image: url(../webImages/process/arrows.png);
  height: 250px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.main_processing .porces_container_second {
  background-image: url(../webImages/process/arrows-rotateee.png);
  margin-top: 3rem;
}

/* .main_processing .porces_container_second .container_proces_second {
  display: flex;
  display: -webkit-flex;
  position: absolute;
  gap: 130px;
  text-align: center;
  top: 57px;
  left: 40px;
  flex-wrap: wrap;
} 

.porces_container .container_proces {
  display: flex;
  display: -webkit-flex;
  position: relative;

  justify-content: space-between;
  text-align: center;
  top: 83px;
 
  flex-wrap: wrap;
}

.container_proces .procesdata {
  height: 138px;
  width: 144px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.procesdata .porcesimg {
  background-color: white;
  box-shadow: 1px 1px 13px #d9d9d987;
  border-radius: 7rem;
  width: 100%;
  height: 100%;
}

.textproces h3 {
  font-size: 16px;
  padding-top: 17px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Big Caslon Black";
 
}

.procesdata .top {
     background-color: #3bb604;
  border-radius: 4rem;
  width: 27px;
  height: 27px;
  position: absolute;
  right: 15px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0px;
}

.buttom {
  background-color: #3bb604;
  border-radius: 4rem;
  width: 27px !important;
  height: 27px !important;
  position: relative;
  color: white;
  font-size: 18px;
  font-weight: 600;
  left: 101px;
  top: -20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: -27px;
} */

/* ///////new */
/* .main-processing {
  margin-top: 5rem;
  text-align: center;
}

.main-processing .container h1 {
  font-family: "Big Caslon Black", serif;
  text-transform: uppercase;
  color: #3f5086;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 2rem;
}

.process-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

.process-container.second-row {
  margin-top: 3rem;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
  width: 10%;
}

.process-step.visible {
  opacity: 1;
  transform: translateY(0);
}

.process-step .process-image {
  background-color: white;
  box-shadow: 1px 1px 13px #d9d9d987;
  border-radius: 7rem;
  width: 144px;
  height: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.process-step .process-image img {
  width: 70%;
}

.process-step .step-number {
  background-color: #3bb604;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -10px;
}

.process-step .process-text h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Big Caslon Black", serif;
  margin-top: 1rem;
}

.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
}

.arrow.visible {
  opacity: 1;
  transform: translateY(0);
}

.arrow svg {
  fill: #d9d9d987;
  width: 50px;
  height: 50px;
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .arrow svg {
    width: 30px;
    height: 30px;
  }

  .process-step .process-image {
    width: 100px;
    height: 100px;
  }

  .process-step .step-number {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }

  .process-step .process-text h3 {
    font-size: 14px;
  }
} */




.main-processing {
  margin-top: 5rem;
  text-align: center;
}

.main-processing .container h1 {
  font-family: "Big Caslon Black", serif;
  text-transform: uppercase;
  color: #3f5086;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 2rem;
}

.process-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
  width: 10%;
}

.process-step.visible {
  opacity: 1;
  transform: translateY(0);
}

.process-step .process-image {
  background-color: white;
  box-shadow: 1px 1px 13px #d9d9d987;
  border-radius: 50%;
  width: 144px;
  height: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.process-step .process-image img {
  width: 70%;
  height: 70%;
}

.process-step .step-number {
  background-color: #3bb604;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -10px;
}

.process-step .process-text h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Big Caslon Black", serif;
  margin-top: 1rem;
}

.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
}

.arrow.visible {
  opacity: 1;
  transform: translateY(0);
}

.arrow svg {
  fill: #d9d9d987;
  width: 50px;
  height: 50px;
  transform: rotate(90deg);
}


@media (max-width: 992px) {
  .process-step {
      width: 30%;
  }
  .arrow svg {
      width: 30px;
      height: 30px;
  }
}

@media (max-width: 768px) {
  .process-step {
      width: 40%;
  }
  .arrow svg {
      width: 20px;
      height: 20px;
  }
}

@media (max-width: 1200px) {
  .process-container {
      flex-wrap: wrap;
  }

  .process-step {
      width: 22%;
  }
  .arrow svg {
      width: 40px;
      height: 40px;
  }
}

@media (max-width: 992px) {
  .process-step {
      width: 30%;
  }
  .arrow svg {
      width: 30px;
      height: 30px;
  }
}

@media (max-width: 768px) {
  .process-step {
      width: 40%;
  }
  .arrow svg {
      width: 20px;
      height: 20px;
  }
}


@media (max-width: 579px) {
  .process-container {
      flex-direction: column;
  }

  .arrow svg {
      display: none;
  }

  .process-step {
      width: 60%;
  }
  
  .process-step .process-image {
      width: 150px;
      height: 150px;
  }

  .process-step .step-number {
      width: 20px;
      height: 20px;
      font-size: 14px;
  }

  .process-step .process-text h3 {
      font-size: 14px;
  }
}
/*  -----------------------------CORPORATE SOCIAL RESPONSIBILITY ABOUT US-------------------------------- */
.socialabout {
  margin-top: 4rem;
  margin-bottom: 4rem;
  background-color: #f1f1f1;
  padding: 5.5rem 0px;
}

.socialabout .imnerimg {
  height: 450px;
  width: 100%;
  text-align: center;
  /* overflow: hidden; */
  position: relative;
}

.imnerimg img {
  border-radius: 10px;
  /* box-shadow: 1px 1px 20px #d8d8d8; */
  width: 100%;
  height: 100%;
}

.socialabout .imnerimg2 {
  position: absolute;
  top: 14rem;
  left: -2rem;
  height: 121px;
  width: 165px;
  background-color: #27196b;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  padding: 35px 11px;
  color: white;
}

.imnerimg2 .inerheading {
  display: flex;
  position: absolute;
  left: 5px;
  top: 67px;
}

.imnerimg2 .inerspan {
  font-size: 1.5rem;
}

.imnerimg2 span {
  font-size: 3rem;
  color: white;
}
.imnerimg2 .icon-innerspan {
  width: 55%;
}

.imnerimg2 .icon-innerspan img {
  width: 100%;
  filter: brightness(0.5) invert(1);
}

.imnerimg2 p {
  color: white;
}

.socialcontainer .socialimg {
  display: flex;
  gap: 2rem;
}

.socialimg .socialright {
  width: 50%;
  height: 100%;
  padding: 0 48px 0 0;
}

.right_text h1 {
  font-family: "Big Caslon Black";
  text-transform: uppercase;
  color: #3f5086;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
}

.right_text p {
  line-height: 32px;
  font-size: 16px;
  text-align: justify;
  font-family: "Raleway", sans-serif;
  line-height: 29px;
}

.socialright .social-btn a {
  padding: 12px 35px;
  background: #f1f1f1;
  color: #27196b;
  border: 1px solid #27196b;
  text-decoration: none;
  margin: 0px 21px 2px 0px;
  display: inline-block;
  font-weight: 700;
}
.social-btn a:hover {
  color: white;
}

/*--------------------------------HOVER IMPORT----------------------------------------- */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
  color: white;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #27196b;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/*--------------HOVER IMPORT END -------------- */

/* ---------------------------INQUIRY FORM----------------------------------- */
/* inquiry form */
/* .mt-100 {
  margin-top: 6rem;
  margin-bottom: 4rem;
}
 .text-center h2{
  
    text-align: center;
    color: #3f5086;
    font-size: 40px;
    font-family: "Big Caslon Black";
    margin-bottom: 1rem;
}
.text-center p {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}


.inquiry-main{
  width: 100%;
  padding: 20px;
  border-radius:5px; 
} 

 .row.p-5 {
  display: flex;
  flex-direction: row;
  align-items: center;
   justify-content: center;
  justify-items: center;
  width: 100%;
  align-items: center;
  gap: 2rem;
}
.br-left {
  align-items: center;
  border-radius: 5% 0% 0% 5% / 5% 0% 0% 5%;
  width: 25%;
}
.container{
  width: 100%;
}
.justify-content-center .p-4 img{
  width: 100%;
}

.br-right {

  width: 40%;
}
.text-center {
  text-align: center;
  margin-bottom: 2rem;
}

button.btn.finbyz-button {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 20px;
  line-height: 1.5;
  background-color: #3bb604;
  color: white;
  font-family: "Raleway", sans-serif;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 1px solid black;
  font-size: 16px;
  height: 40px;
  width: 130px;
  padding: 7px 7px;
  text-decoration: none;
  color: #493d82;
  background-color: white;
  font-weight: 600;
  display: inline-block;
  transition: 0.2s;
  outline: 0;
} 

 .btn.focus, .btn:hover{
  outline: 0;
  box-shadow: 0 0 0 .2rem #27196b;
} 
.inquiry-main label.inquiry-label span {
color: #a2aabd;
font-size: 1.2em;
font-weight: 500;
left: 0;
opacity: 0;
position: absolute;
top: -1em;
transition: all 0.1s linear;
}


.inquiry-main .inquiry-label, .inquiry-main .inquiry-label, .inquiry-main textarea.inquiry-textarea {
  width: 100%;
  display: inline-block;
  margin-bottom: .5rem;
}
.inquiry-main input.inquiry-input:focus + label.inquiry-label span,
.inquiry-main input.inquiry-input + label.inquiry-label.show span {
border-radius: 4px;
color: #3bb604;
font-size: 1em;
padding: 0 .15em;
opacity: 1;
top: -4.2em;
font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.inquiry-main input.inquiry-input:focus::-webkit-input-placeholder {
color: red !important;
opacity: 0;

}

.inquiry-main input.inquiry-input{
  color: black;
  font-size: 1em;
  padding: .75em .5em .5em;
  padding-bottom: 0;
  width: 100%;
  border: 0!important;
  border-bottom: 1px solid #ececec!important;
  border-radius: 0!important;
  background-image: linear-gradient(#3bb604, #3bb604);  background-size: 0 2px, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all .2s ease-out!important;
  outline: 0!important;
}
.inquiry-main textarea.inquiry-textarea {
border: 0;
  border-bottom: 1px solid #ececec!important;
}
.inquiry-main textarea.inquiry-textarea::-webkit-input-placeholder{
font-size: 1.2em;
font-weight: 500;
}
.inquiry-main .field {
margin-bottom: 1em;
position: relative;
}
.inquiry-main input.inquiry-input:hover{
background-size: 100% 2px, auto;
}
.inquiry-main input.inquiry-input{
width: 100%!important;
margin-bottom: 10px!important;
font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.inquiry-main input.inquiry-input:focus{
box-shadow: inset 0 -2px 0 #27196b !important;
outline: 0!important;
box-shadow: none;
}
.inquiry-main textarea.inquiry-textarea:focus{
box-shadow:inset 0 -2px 0 #27196b !important;
border: 0;
outline: 0!important;
box-shadow: none;
}
.inquiry-main input.inquiry-input[type=number]::-webkit-inner-spin-button, 
.inquiry-main input.inquiry-input[type=number]::-webkit-outer-spin-button { 
-webkit-appearance: none; 
}



.br-left{
border-radius: 5% 0% 0% 5% / 5% 0% 0% 5% ;
}
.br-right{
border-radius: 0% 5% 5% 0% / 0% 5% 5% 0% ;
}

.inquiry-main .inquiry-label, .inquiry-main .inquiry-label, .inquiry-main textarea.inquiry-textarea{
width: 100%;
}

#inquiry, .inquiry-main .inquiry-label, .inquiry-main .inquiry-input {
position: relative;
}

.inquiry-main .inquiry-input, .inquiry-main textarea.inquiry-textarea {
padding: 0.5em;
border: none;
font: 300 100%/1.2 Ubuntu, sans-serif;
}
.inquiry-main .inquiry-input[type="text"], .inquiry-main .inquiry-input[type="email"], .inquiry-main textarea.inquiry-textarea {
margin: 0 0 1em;
outline: none;
font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.inquiry-main .inquiry-input.invalid, .inquiry-main textarea.inquiry-textarea.invalid {
border-color: #d5144d;
}
.inquiry-main .inquiry-label > span {
vertical-align: top;
display: inline-block;
padding: 0.5em;
border: 1px solid transparent;
text-align: right;
}
.inquiry-main .inquiry-input, .inquiry-main textarea.inquiry-textarea{

line-height: 1.5;
} */

.mt-100 {
  margin-top: 6rem;
  /* margin-bottom: 4rem; */
}

.text-center h2 {
  text-align: center;
  color: #3f5086;
  font-size: 48px;
  font-family: "Big Caslon Black";
  margin-bottom: 1rem;
}

.text-center p {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}

.inquiry-main {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
}

.row.p-5 {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: center;
  justify-items: center;
  width: 100%;
  /* align-items: center; */
  gap: 2rem;
}

.br-left {
  align-items: center;
  border-radius: 5% 0% 0% 5% / 5% 0% 0% 5%;
  width: 25%;
}

.container {
  width: 100%;
}

.justify-content-center .p-4 img {
  width: 100%;
  height: 100%;
}

.br-right {
  width: 40%;
}

.text-center {
  text-align: center;
  margin-bottom: 2rem;
}

.p-4 {
  height: 450px;
  width: 100%;
}
button.btn.finbyz-button {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 20px;
  line-height: 1.5;
  background-color: #3bb604;
  color: white;
  font-family: "Raleway", sans-serif;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid black;
  font-size: 16px;
  height: 40px;
  width: 130px;
  padding: 7px 7px;
  text-decoration: none;
  color: #493d82;
  background-color: white;
  font-weight: 600;
  display: inline-block;
  transition: 0.2s;
  outline: 0;
  cursor: pointer;
}

.btn.focus,
.btn:hover {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #27196b;
}

.inquiry-main label.inquiry-label span {
  color: #a2aabd;
  font-size: 1.2em;
  font-weight: 500;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -1em;
  transition: all 0.1s linear;
}

.field textarea::placeholder {
  font-weight: 500 !important;
  font-size: 16px !important;

  font-family: "Raleway", sans-serif !important;
}
.field textarea {
  resize: none;
}

.inquiry-main .inquiry-label,
.inquiry-main textarea.inquiry-textarea {
  width: 100%;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.inquiry-main input.inquiry-input:focus + label.inquiry-label span,
.inquiry-main input.inquiry-input + label.inquiry-label.show span,
.inquiry-main textarea.inquiry-textarea:focus + label.inquiry-label span,
.inquiry-main textarea.inquiry-textarea + label.inquiry-label.show span {
  border-radius: 4px;
  color: #3bb604;
  font-size: 1em;
  padding: 0 0.15em;
  opacity: 1;
  top: -5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.inquiry-main textarea.inquiry-textarea:focus + label.inquiry-label span {
  top: -7.8rem;
}

.inquiry-main input.inquiry-input:focus::-webkit-input-placeholder,
.inquiry-main textarea.inquiry-textarea:focus::-webkit-input-placeholder {
  color: red !important;
  opacity: 0;
}

.inquiry-main input.inquiry-input,
.inquiry-main textarea.inquiry-textarea {
  color: black;
  font-size: 1em;
  padding: 0.75em 0.5em 0.5em;
  padding-bottom: 0;
  width: 100%;
  border: 0 !important;
  border-bottom: 1px solid #ececec !important;
  border-radius: 0 !important;
  background-image: linear-gradient(#3bb604, #3bb604);
  background-size: 0 2px, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all 0.2s ease-out !important;
  outline: 0 !important;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.inquiry-main textarea.inquiry-textarea {
  border: 0;
  border-bottom: 1px solid #ececec !important;
}

.inquiry-main textarea.inquiry-textarea::-webkit-input-placeholder {
  font-size: 1.2em;
  font-weight: 500 !important;
}

.inquiry-main .field {
  margin-bottom: 1em;
  position: relative;
}

.inquiry-main input.inquiry-input:hover,
.inquiry-main textarea.inquiry-textarea:hover {
  background-size: 100% 2px, auto;
}

.inquiry-main input.inquiry-input:focus,
.inquiry-main textarea.inquiry-textarea:focus {
  box-shadow: inset 0 -2px 0 #27196b !important;
  outline: 0 !important;
  box-shadow: none;
}

.inquiry-main input.inquiry-input[type="number"]::-webkit-inner-spin-button,
.inquiry-main input.inquiry-input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.br-left {
  border-radius: 5% 0% 0% 5% / 5% 0% 0% 5%;
}

.br-right {
  border-radius: 0% 5% 5% 0% / 0% 5% 5% 0%;
}

.inquiry-main .inquiry-label,
.inquiry-main .inquiry-label,
.inquiry-main textarea.inquiry-textarea {
  width: 100%;
}

#inquiry,
.inquiry-main .inquiry-label,
.inquiry-main .inquiry-input {
  position: relative;
}

.inquiry-main .inquiry-input,
.inquiry-main textarea.inquiry-textarea {
  padding: 0.5em;
  border: none;
  font: 300 100%/1.2 Ubuntu, sans-serif;
}

.inquiry-main .inquiry-input[type="text"],
.inquiry-main .inquiry-input[type="email"],
.inquiry-main textarea.inquiry-textarea {
  margin: 0 0 1em;
  outline: none;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.inquiry-main .inquiry-input.invalid,
.inquiry-main textarea.inquiry-textarea.invalid {
  border-color: #d5144d;
}

.inquiry-main .inquiry-label > span {
  vertical-align: top;
  display: inline-block;
  padding: 0.5em;
  border: 1px solid transparent;
  text-align: right;
}

.inquiry-main .inquiry-input,
.inquiry-main textarea.inquiry-textarea {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500 !important;
}
.inquiry-main .inquiry-input {
  line-height: 2;
}

/* ----------------------------------OUR CLINTS--------------------------------------------*/

/* -----------SLIDER--------------- */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper1 {
  width: 82%;
  height: 100%;
}

.swiper2 {
  width: 82%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.swiper-slide1 {
  display: flex;
  flex-direction: column;
}
/* .swiper-slide2 img{
  width: 50%;
  height: 100%;
  object-fit: fill;
} */

/* -----------SLIDER END--------------- */

/* -----------------CERTIFICATE----------------- */

/* .main_certificate_bck{
  background-color: #f1f1f1;
} */

.certificate_imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

.certificate_img1 img {
  width: 100%;
  height: 100%;
}

.certificate_img.certificate_img1 {
  width: 25%;
  height: 100%;
}
.main_certificate {
  /* margin-top: 5rem;
  margin-bottom: 5rem; */
  padding: 2rem 0;
  margin-top: 2rem;
}

.main_certificate .certificate h3 {
  text-align: center;
  margin-bottom: 4rem;
  color: #3f5086;
  font-size: 48px;
  font-family: "Big Caslon Black";
}

.certificate_img {
  height: 110px;
  width: 200px;
  object-fit: contain;
}




/* -------------Latest News & Events----------------- */

.main_certificate_news{
  position: relative;
}
.swiper-button-news{
  color: #3f5086 !important;
}
.swiper-button-news::after{
font-weight: 900;
}
.swiper-pagination-news{
  position: relative;
  bottom: -6px !important;
  }
.certificate_img_news{
  width: 100%;
  height: 250px;
  transition: .5s;
  overflow: hidden;
}
.swiper10{
  width: 80%;
  height: 100%;
}
.news_btn a{
  border: 1px solid black;
    font-size: 16px;
    padding: 10px 30px;
    text-decoration: none;
    color: #493d82;
    font-weight: 600;
    display: inline-block;
    transition: 0.2s;
        text-transform: capitalize;
}
.news_btn{
        text-align: center;
        
        
}

.swiper-slide-news{
  text-align: left;
  background: #f1f1f1;
  transition: .5s;
  overflow: hidden;
    width: 31%;

}

.swiper-slide-news:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;}


  .swiper-slide-news:hover .certificate_img_news{
transform: scale(1.1);
  }


.flg-name-news{
  padding: 20px;
      height: 206px;
}
.flg-name-news p {
  max-height: 90px;
  min-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.event_new_container{
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content:center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* -----------------------Inner news------------------------- */
.container_inner_product_news{
  margin-top: 3rem !important;
}
.inner_news_text{
  display: flex;
  gap: 1rem;
}
.inner_news_text .left_news_side{
  width: 50%;
}

.inner_news_text .right_news_side{
  width: 50%;
}

.left_news_side h1{
  color: #27196b;
  margin-bottom: 2rem;
  font-family: "Big Caslon Black";
  font-size: 48px;
  line-height: .9;
}
.left_news_side p{
  line-height: 1.7;
  font-family: "Raleway", sans-serif;
}
.right_news_side img{
width: 100%;
/*height: 100%;*/
    object-fit: fill;
}


/* -------------------------FOOTER--------------------------------------- */

.sectionfooter {
  background-color: #333333;
  /* height: 450px; */
  border-bottom: 1px solid #354144;
  padding: 30px 0;
}

.footercontainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 1.675rem;
  align-items: flex-start;
  gap: 1rem;
}

.footerimg {
  width: 19%;
}

.text {
  width: 22%;
  font-size: 16px;
}

.list {
  width: 19%;
  font-size: 16px;
}

.footercontainer .list2 {
  width: 20%;
}
.footercontainer .lits3 {
  width: 20% !important;
}

.footercontainer .footerimg img {
  width: 80%;
  filter: brightness(0) invert(1);
  height: 100%;
}

.text h1 {
  color: white;
  font-family: "Big Caslon Black";
  letter-spacing: 2px;
  font-size: 24px;
}

.text p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.text p a {
  color: white;
}

.list h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: "Big Caslon Black";
}

.list ul {
  padding: 0;
}

.list ul li i {
  color: #fff;
  font-size: 16px;
  padding: 4px;
}

.list ul li a {
  color: #fff;
  line-height: 2.5rem;

  transition: 0.3s;
}

.list ul li a:hover {
  color: #3ab501;
}

.textlogo {
  display: flex;
  gap: 0.5rem;
}

.textlogo a {
  background: #354144;
  position: relative;
  display: inline;
  padding: 7px;
  color: white;
  font-size: 17px;

  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: 0.3s;
}

.textlogo a i {
  position: absolute;
}

.textlogo a:hover {
  background: #5b5b5b;
}

.inqiryform input {
  margin: 10px 0px;
  padding: 8px 20px;
  width: 100%;

  /* border: none; */
  /* border: 1px solid #2a3336; */
  border-radius: 10px;
  outline: 2px solid #3bb60400;
  border: 2px solid #27196b00;
}
.inqiryform textarea {
  margin: 10px 0px;
  height: 78px;
  padding: 8px 20px;
  width: 100%;
  border-radius: 10px;
  outline: 2px solid #3bb60400;
  border: 2px solid #27196b00;
}
.inqiryform .sent-form {
  /* padding: 10px 35px;
  background: #fff;
  display: inline-block;
  width: auto;
  font-family: 'Poppins';
  font-weight: 600;
  color: black;
  font-size: 16px;
  margin-top: 0px; */

  font-size: 16px;
  padding: 10px 35px !important ;
  border-radius: 10px;
  background-color: white;
  color: #493d82;
  font-weight: 600;
  display: inline-block;
  transition: 0.2s;
}
.sent-form:hover {
  cursor: pointer;
}
/* * .inqiryform .sent-form:focus {
  outline-offset: -6px;
  outline: 2px dotted #3bb604;
} */
.inqiryform input:focus-visible {
  outline: 2px solid #3bb604;
  border: 2px solid #27196b;
}
.inqiryform textarea:focus-visible {
  outline: 2px solid #3bb604;
  border: 2px solid #27196b;
}
/* -------------------------SECOND FOOTER--------------------------------------------*/

.footerbuttom {
  background-color: #f1f1f1;
  /* height: 50px; */
}

.footerbuttom .foterend {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.leftfooter {
  color: #2a3336;
  font-family: "Swiss721BT-Roman";
  font-size: 16px;
}

/* --------RIGHT_SIDE---------- */
.copy-imedia {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-family: "gil";
}

.copy-imedia a {
  display: block;
  line-height: 13px;
  font-size: 16px;
  text-align: left;
  transition: all 0.3s ease-in-out;
  color: black;
}

.copy-imedia a:nth-child(2) {
  font-size: 8.6px;
}

.copy-imedia a span {
  color: #80af41;
  transition: 0.7s;
}

.copy-imedia p {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.copy-imedia a:hover {
  color: var(--color_orange);
}

.copy-imedia img {
  padding: 0 10px;
  height: 20%;
}

/* ------------------------INNER SECTIONS---------------------------------- */
/* ---------------------------INNER BANER---------------------------------- */
.inner_about {
  position: relative;
}

.about_baner_img img {
  width: 100%;
  height: 100%;
  
}

.about_baner_img {
  width: 100%;
  height: 320px;
      filter: brightness(0.7);
  
}

.about_baner_text {
  position: absolute;
  top: 46%;
  left: 16%;
}

.about_baner_text h1 {
  color: white;
  font-family: "Big Caslon Black";
  font-size: 48px;
      line-height: .9;
}

/* ----------------------------INNER ABOUT------------------------- */

/* ----------------WHY CHOOSE US----------------------- */
.heading_choose h1 {
  font-family: "Big Caslon Black";

  text-transform: uppercase;
  color: #3f5086;
  display: block;
  font-weight: 700;
  font-size: 48px;
}

.choose_box ul li {
  list-style-type: disclosure-closed;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  margin: 12px 0;
}
.choose_box {
  margin: 30px 0;
}

.choose_box{
        font-size: 16px;
    font-family: "Raleway", sans-serif;
}
li strong {
  font-size: 18px;
  color: #3f5086;
}
.container_choose {
  background-color: #f1f1f1;
  padding: 20px 0px 20px 0;
}

.choose_box ul li::marker {
  color: #3bb604;
}

/* ----------------------IMMER CONTACT US----------------------------- */

/* -----------------BOXES ADRESS------------------- */

.container_adress {
  margin-top: 4rem;
}
.container_adress .container_adress_flex {
  display: flex;
  justify-content: center;
  width: 95%;
  text-align: center;
  gap: 2rem;
  margin: 0 auto;
      flex-wrap: wrap;
}

.container_adress_flex .boxes_adress {
  width: 28%;
  border: 3px solid #ededed;
  padding: 50px 20px 50px 20px;
  transition: 0.5s ease-in-out;
  /* cursor: pointer; */
  display: flex;
  align-items: center;
  justify-items: flex-start;
  flex-direction: row;
  gap: 1rem;
}
.text_boxes_contact {
  line-height: 33px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  /* margin-top: 2rem; */
  width: 70%;
  text-align: left;
}

.text_boxes_contact_social{
    text-align: unset;
    width: 100%;
}
.boxes_social {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding-top: 10px;
}
.boxes_social a {
    width: 60px;
    height: 60px;
       background: #27196b;
    border-radius: 40px;
    /* align-items: center; */
    text-align: center;
    align-content: center;
}
.boxes_social a i {
    color: white;
}
.boxes_social a:hover {
    background: #3bb604;
}
.text_boxes_contact a {
  margin: 0;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  color: black;
  font-weight: 600;
  transition: 0.3s;
}
.text_boxes_contact p {
  line-height: 25px;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.text_boxes_contact h3 {
  font-family: "Big Caslon Black";
  font-size: 24px;
  color: #3bb604;
}
.boxes_adress span {
  background: #27196b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  text-align: center;
  height: 60px;
  font-size: 30px;
  align-items: center;
  color: white;
  width: 60px;

}

.boxes_adress span i {
  padding: 20px;
  color: white;
align-content: center;  

}

.boxes_adress:hover {
  /* transform: translate(scale 1); */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  /* cursor: pointer; */
}

.text_boxes_contact a:hover {
  color: #3bb604;
}
.text_boxes_contact p:hover {
  color: #3bb604;
  cursor: pointer;
}

.Map_inner {
  margin-bottom: 3rem;

}
.Map_inner iframe{
  border: 0;
  width: 100%;
  height: 400px;

}

/* ------------------------FACILITY------------------------ */

.socialabout2 {
  background-color: white;
  margin-top: 4rem;
  padding: 0;
}

.social_left {
  width: 50%;
}
.right_text_facility2 p {
  font-size: 20px;
}

/* .socialimg2 .innerimg3 {
  position: absolute;
  top: 14rem;
  left: 75rem;
} */
.imnerimg3 img {
  transition: 0.5s;
}
.imnerimg3 {
  overflow: hidden;
}

.imnerimg3:hover img {
  transform: scale(1.2);
}
.right_text2 {
  text-align: left;
}
.right_text2 h3,
h4 {
  font-family: "Big Caslon Black";
  text-transform: uppercase;
  color: #3bb604;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}

.social-btn2 {
  text-align: left;
}
.facility_btn3 a {
  padding: 10px 10px !important;
  width: 70%;
  font-size: 16px;
  text-align: center;
}
.facility_btn3 {
  text-align: left;
  width: 98%;
}
.mySwiper4 .product_box {
  width: 100%;
}

.main_certificate2 {
  margin-top: 0rem;
  padding: 0;
  margin-bottom: 2rem;
}

.main_container_facility {
  /* height: 612px; */
  margin-top: 5rem;
}

.main_container_facility .flex_facility {
  display: flex;
  gap: 1rem;
  /* height: 700px; */
  align-items: center;
  margin-bottom: 5rem;

}
.flex_facility .right_side_facility {
  width: 45%;
}
.right_side_facility h1 {
  line-height: 1;
  color: #3f5086;
  font-size: 48px;
  font-family: "Big Caslon Black";
}

.right_side_facility p {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  padding-right: 30px;
}

.flex_facility .left_side_facility {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 55%;
  gap: 2rem;
}
.left_facility_img {
  width: 50%;
  height: 600px;
  overflow: hidden;
  position: relative;
}

.left_facility_img img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.bck_inner {
  position: absolute;
  background-color: #3bb6047d;
  width: 100%;
  height: 100%;
  top: 0;
  align-content: center;
  opacity: 0;
  transition: 0.5s;
}
.bck_inner:hover {
  opacity: 1;
}

.bck_inner h2 {
  text-align: center;
  font-size: 26px;
}

.left_side_facility .right_facility_img {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 50%;
  gap: 2rem;
}

.right_inner_img {
  height: 42%;
  overflow: hidden;
  position: relative;
}
.right_facility_img img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  transition: 0.5s;
}

.left_facility_img:hover img {
  transform: scale(1.2);
}

.right_inner_img:hover img {
  transform: scale(1.2);
}

.social-btn3 a {
  border: 1px solid black;
  padding: 1px 21px 0;
  padding: 12px 35px;
  background: #f1f1f1;
  color: #27196b;
  border: 1px solid #27196b;
  text-decoration: none;
  margin: 0px 21px 2px 0px;
  display: inline-block;
  font-weight: 700;
}
/* ----------------------INNER PRODUCTS--------------------------- */
.container_products {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.container_products .container_product_flex {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product_box {
  width: 30%;
  height: 350px;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  transition: 0.3s;
}
.mySwiper3 .product_box {
  width: 100%;
}
.product_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s;
}

.product_box .icon_product {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  background-color: rgb(0 0 0 / 73%);
  position: absolute;
  top: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
}
.icon_product2 {
  background-color: #3bb60475 !important;
}

.icon_product h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

.icon_product span a {
  font-size: 25px;
  color: white;
}

.icon_product span a i {
  font-size: 40px;
  color: white;
}
.product_box .icon_product:hover {
  opacity: 1;
}

.product_box:hover img {
  transform: scale(1.2);
}


.tab_btn_product{
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 16.2px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  transition: all ease 400ms;
  background: rgb(39 25 107 / 66%);
  color: white;
  border-radius: 10px;
  cursor: pointer;
}
/* .tab_btn_product:active{
  background-color: rgb(114, 10, 250) ; 
  color: white;
} */
.tab_btn_product:hover {
  background-color:#27196b;
  color: #fff;
}
.tablinks1{
  border: 1px solid #3bb604;
}

.tab_btn_product.selected1{
  background: white !important;
  color: black !important;
  border: 1px solid #3bb604 !important;
}
.tab {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto 3rem auto;
      flex-wrap: wrap;
      gap:.5rem;
}

/* -----------------------------INNER PRODUCTS 2-------------------------------------- */
.container_inner_product {
  width: 100%;
  background-color: rgb(241 241 241);
  margin: 0rem 0 3rem 0;
  padding: 60px 0;
  border-top: 2px solid white;
}

.container_inner_product .inner_product_flex {
  display: flex;
  gap: 2rem;
  align-items: self-start;
  flex-direction: row-reverse;
}

.left_inner,
.right_inner {
  width: 50%;
}

/* .left_inner .inner_left_image{
  width: 100%;
  height: 500px;
  object-fit: cover;
  position: relative;
  transition: .3s;
  overflow: hidden;
} */
/* .inner_left_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.right_inner {
  text-align: left;
}
.right_inner p {
  line-height: 1.7;
  font-family: "Raleway", sans-serif;
}
.right_inner h1 {
  color: #27196b;
  margin-bottom: 2rem;
  font-family: "Big Caslon Black";
  font-size: 48px;
      line-height: .9;
}

/* .inner_left_image:hover img{
  transform: scale(1.2);
} */

#myCarousel {
  max-width: 640px;
  margin: 0 auto;
}

#myCarousel .f-carousel__slide {
  display: flex;
  justify-content: center;
  /*align-items: center;*/
      height: 420px;
}
.f-carousel__slide .fancy_img{
  width: 100%;
  height: 100%;
  /*min-width: 100%;*/
  /*min-height: 480px;*/
      object-fit: cover;
}
#myCarousel {
  --f-carousel-spacing: 10px;
  --f-carousel-slide-width: 100%;
  --f-progress-color: #3bb604;
}

/* .f-carousel__slide a{
  width: 100%;
} */
/* .f-carousel   {
  width: 100%;
} */

/* ----------------MENU BAR--------------------- */

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 9; /* Stay on top */
  top: 0;
  right: 0;
  background-color: white; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  /* padding-top: 60px; Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav h2{
  color: #27196b;
  font-size: 20px;
}
.side_nav_logo {
  display: flex;
  text-align: left;
  flex-direction: column;
  padding: 0px 19px 14px;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;

  display: block;
  transition: 0.3s;
  font-size: 15px;
  color: #27196b;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}



/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
/* @media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
} */



/* -------------------------------------RESPONSIVE-------------------------------------------- */

/* --------------------------- RESPONSIVE---------------------------------- */
@media only screen and (max-width: 1560px) {
  .product_main_container {
    justify-content: center;
  }
}
@media only screen and (max-width: 1475px) {
    .product_main_container .boxcontainer h2{
        font-size:45px;
    }
    
}

@media only screen and (max-width: 1390px) {
    .product_main_container .boxcontainer h2{
        font-size:40px;
    }
    
}


@media only screen and (max-width: 1355px) {
  .text p {

font-size:14px ;
  }
}
@media only screen and (max-width: 1320px) {
  .flex_facility .right_side_facility {
    width: 55%;
}

.flex_facility .left_side_facility {
width: 45%;
}
}

@media only screen and (max-width: 1265px) {
  .right_text h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 1250px) {
  .container_adress .container_adress_flex {
width: 100%;  
}


    .product_main_container .boxcontainer h2{
        font-size:37px;
    }
}
@media only screen and (max-width: 1233px) {
    .tab{
            justify-content: center;
    }
}

@media only screen and (max-width: 1195px) {
        .text p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1180px) {
  .menu_bar_header {
    display: block;
  }
  .side_nav_logo {
    display: none;
  }
  .sidenav {
    padding-top: 60px;
  }
  .socialcontainer .socialimg {
    flex-direction: column;
    align-items: center;
  }


  .socialimg .socialright {
  width: 100%;
  padding: 0;
  }

  .nav_item {
    display: none;
  }

}
@media only screen and (max-width: 1178px) {
  .navigation .logo_side {
    width: 80%;
  }
}

@media only screen and (max-width: 1171px) {
  .container_adress .container_adress_flex {
  flex-wrap: wrap;
  }

  .container_adress_flex .boxes_adress {
  width: 38%;
  
  }
}

@media only screen and (max-width: 1150px) {
  .product_main_container .boxcontainer {
    width: 32%;
  }
}

@media only screen and (max-width: 1124px) {
  .swiper-slide .banerbox h4 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 1113px) {
        .text p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1080px) {
  .right_text h1 {
    font-size: 45px;
  }
  .right_side_facility h1 {
    font-size: 45px;
  }
   .swiper-slide-news{
    width: 48%;
  }
}
@media only screen and (max-width: 1050px) {

  .footercontainer {
  flex-wrap: wrap;
  gap: 2rem;
  }


  .footerimg {
    width: 30%;
  }

  .text {
    width: 30%;
  }
  .list {
    width: 30%;
  }

  .footercontainer .list2 {
    width: 30%;
  }

.footercontainer .lits3 {
  width: 30%!important;
}


.text p {
  font-size:16px ;
    }
}

@media only screen and (max-width: 1024px) {
  .inner_news_text {
    flex-direction: column;
  }
  .inner_news_text .left_news_side, .inner_news_text .right_news_side{
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .main_container_facility .flex_facility {
  flex-direction: column;
  }
  .left_facility_img {
  width: 70%;
  }
  .left_side_facility .right_facility_img {
  width: 70%;
  }

  .right_side_facility h1 {
    font-size: 48px;
  }

  .flex_facility .right_side_facility {
    width: 100%;
}

.flex_facility .left_side_facility {
  width: 70%;
  }

  .container_inner_product .inner_product_flex {
    flex-direction: column;
  }
    
      .left_inner, .right_inner {
        width: 100%;
    }
    
}
@media only screen and (max-width: 1014px) {
  .right_side_facility h1 {
    font-size: 43px;
  }
}

@media only screen and (max-width: 1012px) {
  .right_text h1 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 983px) {
  .swiper-slide .banerbox h4 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 960px) {
  .container_adress_flex .boxes_adress {
    width: 42%;
    
    }
}

@media only screen and (max-width: 950px) {
  .cont-img {
    width: 14%;
   }

   .row.p-5 {
    flex-direction: column;
    align-items: center;
    }
    .p-4 {
      height: unset;
  }
  .br-right {
  width: 50%;
  }
  
  .br-left {
  
    width: 30%;
  }
}
@media only screen and (max-width: 944px) {
  .right_text h1 {
    font-size: 39px;
  }
}

@media only screen and (max-width: 900px) {
  .aboutcontainer {
    width: 100%;
  }
  .textcontainer {
    width: 100%;
  }
  .maincontainer {
    flex-direction: column;
    gap: 1rem;
  }
  .listcontainer {
  flex-direction: column;
  gap: 2rem;
  }
  .right {
order: 1 !important;  }

  .logocontainer{
    order: 2 
    ;
  }

  .social_left {
    width: 60%;
  }

  .container_products .container_product_flex{

    flex-direction: column;
  } 

  .product_box {
  width: 100%;
  }
}


@media only screen and (max-width: 891px) {
  .swiper-slide .banerbox {
    width: 50%;
  }
}
@media only screen and (max-width: 877px) {
  .right_text h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 860px) {
  .container_adress_flex .boxes_adress {
    width: 90%;
    flex-direction: column;
    }

    .text_boxes_contact {
    text-align: center;
    }
}

@media only screen and (max-width: 855px) {
  .footerimg {
    width: 35%;
  }

  .text {
    width: 35%;
  }
  .list {
    width: 35%;
  }

  .footercontainer .list2 {
    width: 35%;
  }

.footercontainer .lits3 {
  width: 73%  !important ;
}

.inqiryform input {
  width: 80%;
}
.inqiryform textarea {
  width: 80%;
}



}
@media only screen and (max-width: 850px) {
  .product_main_container .boxcontainer {
    width: 45%;
  }

  .standard_products{
    width: 90%  !important; 
    margin: 0 auto !important;
  }
}

@media only screen and (max-width: 811px) {
  .swiper-slide .banerbox {
    width: 55%;
  }
}
@media only screen and (max-width: 810px) {
  .right_text h1 {
    font-size: 33px;
  }
}

@media only screen and (max-width: 805px) {
  .panel-header {
    flex-wrap: wrap;
  }
  .right-min {
    width: 100%;
    gap: 0.5rem;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
  }
  .left-min {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: center;
  }
  .flag-language {
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  .certificate_img.certificate_img1 {

    width: 30% !important ;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-slide-news{
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .social_left {
    width: 70%;
  }

  .f-carousel__slide .fancy_img {
    min-width:100%;
    object-fit: cover;
}
}
@media only screen and (max-width: 742px) {
  .right_text h1 {
    font-size: 30px;
  }


}
@media only screen and (max-width: 738px) {
  .swiper-slide .banerbox {
    width: 65%;
    /* top: 9rem; */
  }
}
@media only screen and (max-width: 735px) {
  .navigation .logo_side h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 732px) {
  .text p {
font-size:14px ;
  }
}
@media only screen and (max-width: 716px) {
  .main_certificate .certificate h3 {

font-size:45px ;
  }
}
@media only screen and (max-width: 700px) {
  .flex_facility .left_side_facility {
    width: 80%;
    }

    .left_facility_img {
      width: 80%;
      }
      .left_side_facility .right_facility_img {
      width: 80%;
      }
}
@media only screen and (max-width: 675px) {
  .right_text h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 672px) {
  .main_certificate .certificate h3 {

font-size:42px ;
  }
}
@media only screen and (max-width: 670px) {
  .footerbuttom .foterend { 
    justify-content: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 655px) {
  .navigation .logo_side h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 650px) {
  .product_main_container .boxcontainer {
    width: 65%;
  }

  .product_main_container .boxcontainer:first-child {
    align-content: center;
}

  .standard_products{
    width: 100%  !important; 
    margin: 0 auto !important;
  }

  .br-right {
    width: 70%;
    }
    
    .br-left {
    
      width: 40%;
    }

}
@media only screen and (max-width: 640px) {

  .footerimg {
    width: 40%;
}

.text {
  width: 40%;
}

.list {
  width: 40%;
}

.footercontainer .list2 {
  width: 40%;
}
}
@media only screen and (max-width: 630px) {
  .right_text h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 627px) {
  .main_certificate .certificate h3 {

font-size:40px ;
  }
}
@media only screen and (max-width: 624px) {
  .swiper-slide .banerbox {
    width: 70%;
    /* top: 7rem; */
  }
}

@media only screen and (max-width: 617px) {
  .navigation .logo_side h2 {
    font-size: 26px;
  }
  .logo_side_img img {
    width: 90px;
  }
}
@media only screen and (max-width: 600px) {
  .right .right_img {
    height: fit-content; 
    }

    .cont-img {
width: 12%;

    }

    .social_left {
      width: 80%;
    }
    .certificate_img.certificate_img1 {

      width: 35% !important ;
    }
}

@media only screen and (max-width: 596px) {
  .main_certificate .certificate h3 {

font-size:38px ;
line-height: 1;
  }
}
@media only screen and (max-width: 595px) {
  .swiper-slide .banerbox p {
    line-height: 30px;
  }
}
@media only screen and (max-width: 585px) {
  .right_text h1 {
    font-size: 24px;
  }

  .right_side_facility h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .text-center h2 {
  font-size: 45px;
  }

}
@media only screen and (max-width: 574px) {
  .navigation .logo_side h2 {
    font-size: 23px;
  }
  .logo_side_img img {
    width: 80px;
  }
}
@media only screen and (max-width: 562px) {
  .main-processing .container h1 {
    font-size: 39px;
    line-height: 1;
  }
}
@media only screen and (max-width: 560px) {

  .footerimg {
    width: 45%;
}

.text {
  width: 45%;
}

.list {
  width: 45%;
}

.footercontainer .list2 {
  width: 45%;
}
}
@media only screen and (max-width: 555px) {
  .list ul li a {
    font-size:14px ;
  }
}
@media only screen and (max-width: 548px) {
  .right_side_facility h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 540px) {
  .right_text h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 536px) {
  .text-center h2 {
  font-size: 42px;
  line-height: 1;
  }

}
@media only screen and (max-width: 534px) {
  .navigation .logo_side h2 {
    display: none;
  }
  .logo_side_img img {
    width: 100px;
  }
  .side_nav_logo {
    display: block;
  }
  .sidenav {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 512px) {
  .right_side_facility h1 {
    font-size: 39px;
  }
}
@media only screen and (max-width: 500px) {
  .cont-img {
    width: 12%;
   }

   .contimg h3 {
    font-size: 18px;
   }
   .contimg p {
  font-size: 14px; 
  }

  .social_left {
    width: 90%;
  }

  .flex_facility .left_side_facility {
    width: 100%;
    }

    .left_facility_img {
      width: 70%;
      }
      .left_side_facility .right_facility_img {
      width: 70%;
      }
}


@media only screen and (max-width: 496px) {
    
        .text p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 478px) {
  .list h2 {
    font-size:22px ;
  }

  .text h1 {
    font-size: 22px;
  }

}
@media only screen and (max-width: 473px) {
  .tab_btn_product{
    width:100%;
    font-size:15px;
  }
}

@media only screen and (max-width: 470px) {
  .socialright .social-btn a {
width: 100%;
text-align: center;
padding: 12px 0;
  }

   .social-btn3 a {
    width: 100%;
    text-align: center;
    padding: 12px 0;
      }
    


}

@media only screen and (max-width: 465px) {
  .swiper-slide .banerbox {
   left:unset !important;
  }

  .menu_bar_header {
   top: unset !important;
}

.panel-header {
  padding: 0px 0 5px 0;
}
.logo_side_img img {
  width: 75px;
}
}
@media only screen and (max-width: 450px) {
  .container_adress_flex .boxes_adress {
    padding: 30px 10px 30px 10px;
    gap: .5rem;
  }
  .container_adress .container_adress_flex {
gap: .5rem;
  
  }

  .boxes_adress span  {
    height: 50px;
    font-size: 25px;
    width: 50px;
    align-content: center;
    text-align: center;
  }

  .br-right {
    width: 80%;
    }
    
    .br-left {
    
      width: 50%;
    }

}

@media only screen and (max-width: 425px) {
        .text p {
        font-size: 11px;
    }

}


@media only screen and (max-width: 420px) {
  .cont-img {
    width: 16%;
   }
}
@media only screen and (max-width: 400px) {
 
  .left_facility_img {
    height: 400px;
    }
    .list {
      display: none;
    }
  
    .lits3{
      display: block;
    }
  
    .footerimg {
    width: 100%;
    text-align: center;
    }
  
    .text {
    width: 100%;
    text-align: center;
    }
  
    .textlogo {
      justify-content: center;
    }
  
    .text p {
    font-size: 16px;
    }
    .footercontainer .lits3 {
      width: 100%  !important ;
    }
    .socialabout .imnerimg2 {
      width: 161px;
    height: 100px;
    left: 0rem;
    }
    .social_left {
      width: 100%;
    }
    .sidenav2 {
      width: 100% !important;
    }
   
  
    
}
@media only screen and (max-width: 406px) {
  .right_inner h1 {
  line-height: 40px;
  }

}
@media only screen and (max-width: 384px) {
  .swiper-slide .banerbox {
    width: 80%;
    padding: 25px;

  }

  .swiper-slide .banerbox h4 {
  padding: 0;
  margin: 0;
  }

}


@media only screen and (max-width: 372px) {
  .copy-imedia {
    justify-content: center;
  }

  .copy-imedia p {
  margin: 3px;
  }
  .footer_right.copy-imedia:first-child{
  width: 100%;
  text-align: center;
  }

  .buttom_text {
    width: 100%;
    text-align: center;
}
}
@media only screen and (max-width: 360px) {
  .right-min a i {
    padding: 5px;
  }

  .cont-img {
    width: 18%;
   }
   .contimg h3 {
    font-size: 16px;
   }

   .heading_choose h1 {
    font-size: 45px;
    line-height: 1;
    }

    .right_side_facility h1 {
      font-size: 36px;
    }
}
@media only screen and (max-width: 350px) {
  .product_main_container .boxcontainer {
    width: 75%;
  }
}
@media only screen and (max-width: 340px) {
  .main_certificate .certificate h3 {

font-size:34px ;
  }

  .right_side_facility h1 {
    font-size: 33px;
  }
}

@media only screen and (max-width: 343px) {
  .right-min a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 330px) {

  .text_boxes_contact a {
  font-size: 17px;
  
  }

  .text_boxes_contact p {
  font-size: 17px;
  }
}
@media only screen and (max-width: 324px) {
  .swiper-slide .banerbox {
    /* top: 3rem; */
    left: 5%;
  }
}
@media only screen and (max-width: 315px) {
  .flag-language li {
    width: 60px;
  }

  .right_side_facility h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 310px) {
  .right_inner h1 {
  font-size: 44px;
  line-height: 1;
  
  }

  .text-center h2 {
    font-size: 40px;
    }

}

@media only screen and (max-width: 303px) {
  .swiper-slide .banerbox {
    /* top: 2rem; */
    left: 3%;
  }

  .swiper-slide .banerbox p {
    font-size: 14px;
  }
  .swiper-slide .banerbox h4 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 301px) {
  .right-min a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 290px) {
  .flag-language li {
    width: 57px;
  }
  .flag-language li a p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 287px) {
  .aboutcontainer h1 {
font-size: 45px;  }
}

/* @media only screen and (max-width: 1190px) {
  .right_text h1 {
    font-size: 44px;
  }
} */
