body {
  overflow-x: hidden;
  font-family: poppins-regular;
  /* width: 100%; */
}

.container-fluid {
  width: 100%;
}

@media (min-width: 320px) and (max-width: 768px) {
  .container-fluid {
    width: 96% !important;
  }
}
/* --------------------------------------------------------- */

.SpacingBox {
  height: 40px;
}

.SpacingBox1 {
  height: 20px;
}

.SpacingBox2 {
  height: 10px;
}
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */

.desktop_view {
  display: block;
}

.mobile_view {
  display: none;
}
/* Medium devices (tablets, 767px and up) */
/* Large devices (tablets, 991px and up) */

@media (max-width: 767px) {
  .desktop_view {
    display: none !important;
  }
  .mobile_view {
    display: block !important;
  }
}
/* --------------------------------------------------------- */

.Header_section .logo_header img {
  width: 56%;
  padding: 11px;
}

.Header_section .col-md-9 .navbar {
  float: right;
}
/* --------------------------------- */

.nav-item a {
  color: black;
  font-size: 15px;
}
/* ====-=-============Fixed Button-=----------------=-======= */

.fixed-btn {
  /* display: flex; */
  text-align: center;
  /* align-content: center; */
  border-radius: 60px;
  position: fixed;
  background-color: #1ed633;
  width: 60px;
  height: 60px;
  line-height: 45px;
  bottom: 10%;
  right: 3%;
  z-index: 99999 !important;
}
.fixed-btn:hover {
  background-color: #2cb12c;
}
.fixed-btn i {
  color: #ffffff;
  font-size: 30px;
  margin-top: 15px;
}
/* ====-=-============end-=----------------=-======= */
/* --------------------------------------------------------------- */

.SliderSection .img_txt h1 {
  transform: translate(-200px, -344px);
  font-weight: 600;
  text-align: -webkit-auto;
}

.SliderSection .img_txt p {
  transform: translate(-200px, -344px);
  font-weight: 600;
  text-align: -webkit-auto;
}

.SliderSection .img_txt .slide_buton {
  transform: translate(-200px, -344px);
  background-color: #ccb77f;
  /* color: white; */
  font-weight: 900;
}

.SliderSection .img_txt .slide_buton:hover {
  background-color: #cccccc;
  color: #000000;
}

.SliderSection .carousel-indicators {
  /* color: #035735; */
  padding: 27px;
}

.carousel-indicators li {
  height: 7px;
}

.carousel-indicators .active {
  background-color: #035735;
}
/* .carousel-inner > .item {
  -webkit-transition: 0.1s ease-in-out left;
  -moz-transition: 0.1s ease-in-out left;
  -o-transition: 0.1s ease-in-out left;
  transition: 0.1s ease-in-out left;
} */
/* -------------------------------------------------------------------------------------- */

.small_bar .container {
  background-color: #035735;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  transform: translate(0px, -40px);
  margin-bottom: -40px;
  padding: 13px;
}

.small_bar .container p {
  border-left: 5px solid white;
  padding-left: 10px;
  margin-top: 13px;
  color: white;
  font-size: 20px;
}

.small_bar .btn {
  align-self: center;
  padding: 10px;
  font-weight: 900;
  /* color: white; */
}

.btn:hover {
  color: #000000;
  /* transform: scale(1.1); */
  /* transition: 0.5s; */
  background-color: #cccccc;
}
/* --------------------------------- */

.about_sec .container .row .col-md-5 img {
  width: 94%;
}

.about_sec .container .row .col-md-5 {
  align-self: center;
}

.about_sec .container .row .col-md-7 .slide_buton {
  background-color: #ccb77f;
  color: #000000;
  font-weight: 900;
}

.about_sec .container .row .col-md-7 .slide_buton:hover {
  background-color: #cccccc;
}
/* ------------------------------top tipsssssss------------------- */

.top_tips {
  text-align: center;
  background-color: #ccb77f;
  clip-path: polygon(100% 0, 100% 87%, 0 100%, 0 15%);
}

.top_tips h2 {
  font-weight: 700;
}

.top_tips h5 {
  font-weight: 600;
}

.top_tips p {
  font-size: 15px;
}

.top_tips h1 {
  color: #035735;
  font-family: "poppins-bold";
}

.top_tips .row {
  margin-left: 0px;
}
/* -----------------------about_sec------------------ */

.about_sec .container span {
  color: #035735;
  font-weight: 700;
}

.about_sec h2 {
  background-color: #035735;
  color: white;
  padding: 20px;
  text-align: center;
  font-weight: 700;
}

.about_sec .container p {
  text-align: justify;
  font-size: 15px;
}

.about_sec .container .row h3 {
  color: #ed1d24;
  text-align: center;
}

.about_sec .our_vision_goal {
  background-color: #000000;
  /* text-align: center;
     */
  justify-content: center;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}
/* .about_sec .our_vision_goal p{
  text-align: justify;
} */
.about_sec .row .our_vision .card {
  /* padding-right: 15px; */
  /* border: 1px solid black; */
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  padding: 29px;
}

.about_sec .container .row .col-md-7 button a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}
/* --------------------------------------------------------------------------- */

.our_services .container .row .col-md-3 p {
  padding-top: 13px;
}

.our_services .container .row .col-md-4 .card {
  border-radius: 6px;
}

.our_services .container .row .col-md-4 .card img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.our_services .container .card-header {
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
}

.our_services .container .row .col-md-4 a {
  text-decoration: none;
  color: black;
}
/* -------------------------our services----------- */

.our_services .container {
  text-align: center;
}

.our_services .container h1 {
  font-weight: 600;
}

.Gallery_section h2 {
  font-weight: 600;
}

.service_section {
  text-align: center;
}

.service_section .row {
  text-align: -webkit-auto;
}

.service_section .row h4 {
  color: #035735;
  margin: 10px;
}

.service_section .row .img_service {
  text-align: -webkit-right;
}

.service_section p {
  margin: 10px;
  text-align: justify;
}

.SpacingBox2 {
  height: 20px;
}

.equipment_list {
  text-align: center;
  /* padding: 15px; */
}

.equipment_list h2 {
  background-color: #035735;
  color: white;
  padding: 20px;
  text-align: center;
  font-weight: 700;
}

.equipment_list .container .table thead {
  background-color: #035735;
  color: white;
}

.Contact_section {
  background-color: #ebebeb;
}

.Contact_section .container .row {
  /* text-align: center;
     */
  justify-content: center;
}

.Contact_section .container .row .col-md-4 {
  background-color: #035735;
  border-radius: 8px;
  padding: 53px;
  /* color: white; */
}

.Contact_section .container .slide_buton {
  background-color: #035735;
  color: white;
}

.Contact_section .container .row .col-md-6 {
  /* background-color: #035735; */
  border-radius: 25px;
}

.Contact_section .container .row .col-md-6 h3 {
  text-align: center;
  font-weight: 700;
  padding: 10px;
  color: rgb(0, 0, 0);
}

.Contact_section h2 {
  padding: 20px;
  font-weight: 700;
  background-color: #035735;
  text-align: center;
  color: rgb(255, 254, 254);
}

.Contact_section p {
  text-align: center;
  color: rgb(12, 0, 0);
}

.specifi_sect1 img {
  border-radius: 100%;
  background-color: white;
  /* margin-top: 25px; */
  align-self: center;
}

.specifi_sect1 h4 span {
  font-size: 14px;
}

.specifi_sect1 h4 {
  padding-left: 15px;
  color: rgb(255, 255, 255);
  text-align: -webkit-auto;
}

.specifi_sect2 img {
  align-self: center;
}

.specifi_sect2 h4 {
  padding-left: 15px;
  color: rgb(255, 255, 255);
  text-align: -webkit-auto;
}

.specifi_sect3 h4 {
  padding-left: 15px;
  color: rgb(255, 255, 255);
  text-align: -webkit-auto;
}

.specifi_sect3 img {
  align-self: center;
}

.specifi_sect2 h4 span {
  font-size: 14px;
}

.specifi_sect3 h4 span {
  font-size: 14px;
}

.specifi_sect2 img {
  border-radius: 100%;
  background-color: white;
}

.specifi_sect3 img {
  border-radius: 100%;
  background-color: white;
}

.service_section h2 {
  background-color: #035735;
  color: white;
  padding: 20px;
  text-align: center;
  font-weight: 700;
}
/* --------------------------------------------------------- */
/* ---------------------------------------------- */

.our_team_section h2 {
  background-color: #035735;
  color: white;
  padding: 20px;
  text-align: center;
  font-weight: 700;
}

.our_team_section .container .row .card h6 {
  color: green;
}

.our_team_section .container .row .card h5 {
  font-size: 16px;
}

.our_team_section .container .row .card {
  text-align: center;
  background-color: #ebebeb;
  padding: 15px;
  margin-bottom: 10px;
  border: 0px;
  /* box-shadow: 1px 2px 4px rgb(31% 35% 24%); */
}

.our_team_section .container .row .card:hover {
  transform: scale(1.01);
  transition: 0.5s;
}
/* ------------------------------------------ */

.news_section h2 {
  background-color: #035735;
  color: white;
  font-weight: 700;
  padding: 20px;
  text-align: center;
}

.news_section .container .row .col-md-7 p {
  background-color: #121e31;
  padding: 5px;
  color: white;
}

.SpacingBox5 {
  height: 10px;
}

.SpacingBox {
  height: 40px;
}
/* --------------------gallery section-------------- */

.Gallery_section {
  text-align: center;
  font-weight: 600;
}

.Gallery_section .container-fluid .row .col-md-3 {
  padding-left: 0px;
  padding-right: 0px;
}

.SpacingBox {
  height: 40px;
}

.SpacingBox11 {
  height: 24px;
}
/* ........media query... */
/* @media (max-width: 575.98px) {
        .Gallery_section img {
            width: 200px;
            height: 50%;
        }
    } */
/*---------------------------------------------------*/

.Footer {
  font-family: poppins-regular;
  color: #e6e7e9;
  background-color: #035735;
  padding-top: 60px;
  /* padding-bottom: 20px; */
  font-size: 16px;
  text-align: center;
}

.Footer .Box {
  padding: 20px;
  border: 2px solid #8e9968 !important;
}

.Footer .Box h4 {
  font-family: poppins-regular;
  font-size: 16px;
}

.Footer .container .row .Box h4 a {
  color: white;
}

.Footer .CenterBox {
  padding: 20px;
  text-align: center;
  border: 2px solid #8e9968 !important;
}

.Footer .CenterBox h4 {
  font-family: poppins-regular;
  font-size: 16px;
  color: white;
}

.Footer .container .row .CenterBox h4 a {
  color: white;
}

.Footer .CenterBox p {
  font-weight: 600;
}

.Footer .CenterBox center img {
  width: 16%;
}

.Footer .Box p {
  font-weight: 600;
}

.Footer .Box center img {
  width: 16%;
}

.Footer a {
  color: #e6e7e9;
}

.Footer a:hover {
  color: #27a8e0;
  text-decoration: none;
}

.Footer a:focus {
  outline: none;
}

.Footer h4 {
  font-size: 22px;
  padding-top: 10px;
  height: 55px;
}

.Footer .SocialIcons {
  padding-top: 20px;
  font-size: 35px;
}

.Footer .SocialIcons .fa {
  padding-left: 7px;
  padding-right: 7px;
}

.Footer .FooterLink {
  padding-top: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: poppins-bold;
}

.Footer .FooterLink a:nth-child(1) {
  padding-left: 10px;
  padding-right: 10px;
}

.Footer .FooterLink a:nth-child(2) {
  border-left: #ffffff 1px solid;
  padding-left: 10px;
  padding-right: 10px;
}

.Footer .FooterLink a:nth-child(3) {
  border-left: #ffffff 1px solid;
  padding-left: 10px;
  padding-right: 10px;
}

.Footer .FooterLink a:nth-child(4) {
  border-left: #ffffff 1px solid;
  padding-left: 10px;
  padding-right: 10px;
}

.Footer .FooterLink a:nth-child(5) {
  border-left: #ffffff 1px solid;
  padding-left: 10px;
  padding-right: 10px;
}

.Footer .FooterLink a:nth-child(6) {
  border-left: #ffffff 1px solid;
  padding-left: 10px;
  padding-right: 10px;
}

.Footer .FooterLink a:nth-child(7) {
  border-left: #ffffff 1px solid;
  padding-left: 10px;
  padding-right: 10px;
}

.Footer .Copyrights {
  padding-top: 20px;
  font-weight: 500;
}

@media (min-width: 666px) and(max-width: 1280px) {
  .Footer {
    font-size: 14px;
  }
  .Footer h4 {
    font-size: 18px;
  }
  .Footer .FooterLink {
    font-size: 12px;
  }
}

@media (min-width: 320px) and(max-width: 740px) {
  .Footer {
    font-size: 12px;
  }
  .Footer .Box {
    padding: 20px;
  }
  /* .Footer .CenterBox {
        border-left: #57585a 0 solid;
        border-right: #57585a 0 solid;
        border-top: #57585a 1px solid;
        border-bottom: #57585a 1px solid;
    } */
  .Footer .SocialIcons {
    font-size: 30px;
  }
  .Footer .FooterLink {
    font-size: 12px;
  }
}
/* --------------------------------------------------------------- */

.about_section {
  text-align: center;
}

.about_section h2 {
  color: #ffffff;
  background-color: #035735;
  padding: 15px;
  font-weight: 600;
}

.SpacingBox4 {
  height: 8px;
}

.SpacingBox6 {
  height: 29px;
}

.about_section .container .row h3 {
  text-align: center;
  color: #ed1d24;
}

.about_section .container .row {
  text-align: -webkit-auto;
}
/* ----------------------blog section------------ */

.blogSection .container .row .col-md-4 .card .card-header {
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0);
}

.blogSection .container .row .col-md-4 .card .card-header h6 {
  font-weight: 600;
  color: #3e3e3e;
}

.blogSection .container .row .col-md-4 a {
  /* list-style: none;
     */
  text-decoration: none;
  padding: 15px;
  border: 0px;
}

.blogSection .container .row .col-md-4 .card {
  border: none;
  color: #8875bb;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.blogSection .card-body p{
  text-align: justify;
}

.blogSection .container .row .col-md-4 a h5 {
  padding: 15px;
  font-weight: 700;
  color: #3e3e3e;
}

.blogSection .container .row .col-md-4 a p {
  color: black;
}

.blogSection .container .row .col-md-4 a button {
  /* justify-content: end; */
  float: right;
}

.SpacingBox7 {
  height: 25px;
}
/* ----------------------------blog section--------------- */

.blogSection h2 {
  color: #ffffff;
  background-color: #035735;
  padding: 15px;
  font-weight: 600;
  text-align: center;
}
/*---------------------------------------------------*/
/* // Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
  .Header_section .logo_header {
    width: 76%;
  }
  .Header_section .col-md-9 .navbar {
    /* padding: 24px; */
    justify-content: flex-end;
    margin-top: -80px;
  }
  .Header_section ul{
    margin-top: 40px !important; 
  }
  .about_sec .container .row .col-md-5 img {
    width: 80%;
    padding: 15px;
  }
  .about_sec .our_vision_goal .row .our_vision .col-md-4 {
    border-right: none;
  }
  .about_sec .container span {
    font-size: 25px;
  }
  .about_sec .container .row .col-md-7 .slide_buton{
    color: #000000;
  }
  .small_bar .container {
    padding: 10px;
    text-align: center;
    display: block;
    font-size: small;
    transform: translate(0px, -35px);
    width: 90%;
  }
  .SliderSection .img_txt h1 {
    text-align: justify;
    transform: translate(13px, -74px);
    font-weight: 600;
    font-size: 24px;
  }
  .SliderSection .img_txt p {
    transform: translate(-25px, -9px);
    display: none;
    font-weight: 100;
    font-size: 12px;
  }
  .SliderSection .img_txt .slide_buton {
    transform: translate(73px, -73px);
    font-size: 10px;
  }

  .small_bar .container p {
    border: 0px;
    font-size: 14px;
    text-align: initial;
  }
  .small_bar .container .btn {
    font-size: 10px;
    color: #000000;
  }
  .our_services .container .card-header {
    font-size: 6px;
  }
  .about_sec .container .row .col-md-7 h1 {
    text-align: center;
    font-size: 33px;
  }
  .top_tips h5 {
    font-size: 16px;
  }
  .top_tips p {
    font-size: 9px;
  }
  .top_tips {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
  .desktop-size {
    display: none !important;
  }
}
/* // Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {
  .Header_section .col-md-9 .navbar {
    /* padding: 24px; */
    justify-content: flex-end;
    margin-top: -73px;
  }
  .Header_section .logo_header {
    width: 66%;
  }
  .about_sec .container .row .col-md-5 img {
    width: 76%;
    padding: 15px;
  }
  .about_sec .container .row .col-md-1 {
    display: none;
  }

  .small_bar .container {
    /* display: block; */
    font-size: small;
    transform: translate(0px, -40px);
  }
  .small_bar .container p {
    border: 0px;
    font-size: 11px;
  }
  .small_bar .container .btn {
    font-size: 10px;
  }
  /* .about_sec .container p {
    font-size: 12px;
  } */
  .about_sec .container .row .col-md-7 h1 {
    text-align: center;
    font-size: 33px;
  }
  .top_tips {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
  .mobile-size {
    display: none !important;
  }
  .SliderSection .img_txt h1 {
    transform: translate(-61px, 0px);
    font-weight: 100;
    font-size: 20px;
  }
  .SliderSection .img_txt p {
    transform: translate(-61px, -9px);
    /* display: none; */
    font-weight: 100;
    font-size: 12px;
  }
  .SliderSection .img_txt .slide_buton {
    transform: translate(-61px, -18px);
    font-size: 12px;
  }
  
}
/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
  .Header_section .col-md-9 .navbar {
    justify-content: flex-end;
    margin-top: 14px;
  }
  .Header_section .logo_header img {
    width: 100%;
  }
  .mobile-size {
    display: none !important;
  }
  .small_bar .container {
    padding: 10px;
    transform: translate(0px, -28px);
  }
  /* .about_sec .container p {
    font-size: 12px;
  } */
  .top_tips p {
    font-size: 9px;
  }
  .small_bar .container p {
    font-size: 15px;
  }
  .SliderSection .img_txt h1 {
    font-size: 35px;
    transform: translate(-65px, 0px);
  }
  .SliderSection .img_txt p {
    font-size: 12px;
    transform: translate(-65px, -11px);
  }
  .SliderSection .img_txt .slide_buton {
    transform: translate(-65px, -22px);
  }
  .Footer .CenterBox h4 {
    font-size: 12px !important;
    
      }
}
/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {
  .SliderSection .img_txt h1 {
    transform: translate(-100px, -100px);
  }
  .SliderSection .img_txt p {
    transform: translate(-100px, -100px);
  }
  .SliderSection .img_txt .slide_buton {
    transform: translate(-100px, -100px);
  }
  .nav-item a {
    color: black;
    font-size: 12px;
  }
  .mobile-size {
    display: none !important;
  }
  .navbar-nav .nav-link{
    padding-left: 3px !important;
  }
}
/* // Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .SliderSection .img_txt h1 {
    transform: translate(-114px, -44px);
  }
  .mobile-size {
    display: none !important;
  }
  .SliderSection .img_txt p {
    transform: translate(-114px, -44px);
  }
  .SliderSection .img_txt .slide_buton {
    transform: translate(-114px, -44px);
  }
  .Header_section .col-md-9 .navbar {
    padding: 16px;
  }
  .Gallery_section .container-fluid .row .col-md-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
