/*!------------------------------------------------------------------
[MAIN STYLESHEET]

Template Name: Constra - Construction Html5 Template
Description: Constra - Construction Html5 Template
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,700i,800|Open+Sans:400,400i,600,600i,700,700i,800&display=swap);

/* Typography
================================================== */
body {
  background: #fff;
  color: #555;
}

body,
p {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  line-height: 26px;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

h3 {
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -.5px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: -.2px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}


/* Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

.body-inner {
  position: relative;
  overflow: hidden;
}


/* .top-bar {
  padding: 8px 0;
  background: #ebebeb;
  position: relative;
} */

/* Top info */
/* ul.top-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.top-info li {
  position: relative;
  line-height: 10px;
  display: inline-block;
  margin-left: 0;
  padding-right: 15px;
}

ul.top-info li i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

ul.top-info li p.info-text {
  margin: 0;
  line-height: normal;
  display: inline-block;
  flex-direction: column;
} */

/* Top social */
/* .top-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  
}

@media (max-width: 767px) {
  .top-social ul {
    margin-right: 0;
  }
}

.top-social ul li {
  display: inline-block;
  padding: 0;
}

.top-social ul li a {
  color: #00B5BE;
  font-size: 25px;
  transition: 400ms;
  padding: 9px 12px;
} */

/* .top-social ul li a:hover {
  color: #333;
} */

/* Top bar border */
/* .top-bar-border {
  padding: 8px 20px 8px;
  border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info {
  color: #707070;
  font-weight: 400;
}

.top-bar-border .top-social li a {
  color: #7c7c7c;
}



 .preload {
  position: fixed;
  background: #fff url(../images/preload.gif) center center no-repeat;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
} */






a:link,
a:visited {
  text-decoration: none;
}

a {
  color: inherit;
  transition: .2s ease;
}

a:hover {
  text-decoration: none;
  color: #000;
}


a.read-more:hover {
  color: #222;
}

section,
.section-padding {
  padding: 70px 0;
  position: relative;
}

.no-padding {
  padding: 0;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mrt-0 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

.ts-padding {
  padding: 60px;
}

.solid-bg {
  background: #f9f9f9;
}

.dark-bg {
  background: #252525;
  color: #fff;
}

.dark-bg h2,
.dark-bg h3 {
  color: #fff;
}

.solid-row {
  background: #f0f0f0;
}

.bg-overlay {
  position: relative;
}

.bg-overlay .container {
  position: relative;
  z-index: 1;
}

.bg-overlay:after {
  background-color: rgba(0, 46, 91, 0.8);
  z-index: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-overlay:after {
  position: relative;
}

.bg-overlay:after {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.content-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}




/* Ul, Ol */
.list-round,
.list-arrow,
.list-check {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}

.list-round li {
  line-height: 28px;
}

.list-round li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  margin-right: 10px;
  color: #ffb600;
  font-size: 12px;
}

.list-arrow {
  padding: 0;
}

ul.list-arrow li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
}

ul.list-check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  margin-right: 10px;
  /* color: #ffb600; */
  font-size: 14px;
}



/* Top Bar
================================================== */
.top-bar {
  padding: 8px 0;
  background: #ebebeb;
  position: relative;
}

/* Top info */
ul.top-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.top-info li {
  position: relative;
  line-height: 10px;
  display: inline-block;
  margin-left: 0;
  padding-right: 15px;
}

ul.top-info li i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

ul.top-info li p.info-text {
  margin: 0;
  line-height: normal;
  display: inline-block;
  flex-direction: column;
}

/* Top social */
.top-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: -12px;
}

@media (max-width: 767px) {
  .top-social ul {
    margin-right: 0;
  }
}

.top-social ul li {
  display: inline-block;
  padding: 0;
}

.top-social ul li a {
  color: #00B5BE;
  font-size: 25px;
  transition: 400ms;
  padding: 9px 12px;
}

.top-social ul li a:hover {
  color: #333;
}

/* Top bar border */
.top-bar-border {
  padding: 8px 20px 8px;
  border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info {
  color: #707070;
  font-weight: 400;
}

.top-bar-border .top-social li a {
  color: #7c7c7c;
}


/* start navigation bar */
/* header{
  background-color: #000000;
}

.navbar-collapse ul li a{
  color: #fff;
  font-size: 18px;
  font-weight: 450;
}

.navbar-collapse ul li a:hover{
  color: #00B5BE;
  
} */







/* end navigation bar */



/* video  header home start  */
.video-container {
  background: #325f72;
  /* Semi-transparent background */

  width: 100%;
  /* height: 50%; */

}

.video-container video {

  width: 100%;
  height: 50%;
  /* width:1440 ;
 height:1080;
   */
}


/* For Tablets */
@media (max-width: 768px) {
  .video-container1 {
    width: 100%;
  }
}

/* For Mobile Phones */
@media (max-width: 480px) {
  .video-container1 {
    width: 100%;
  }

  .video-wrapper1 {
    border-radius: 5px;
  }
}



/* end home  youtube video */




/*--start Main home page slide --*/

.banner-carousel .banner-carousel-item {
  height: 470px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 550px;
  }

}

@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 130px;
  }

}

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #ffb600;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 10px;
}

@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 60px;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}

@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.border {
  background: none;
  border: 2px solid #ffb600 !important;
}


/* Carousel control */
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all .25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}

@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.slick-dots li button::before {
  font-size: 12px;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: #ffffff;
  color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/*-- end Main home page slide --*/





/* start professional laser equipment*/
/* .section-sub-title{
  font-size: 38px;
  text-transform: capitalize;
  color: #222323;
  font-weight: 1000;

}
.service-box-title1{
  font-size: 30px;
  color: #000000;
  text-transform: capitalize;
  font-weight: 900;

} 

 .box-content{
  margin-top: -20px;
  font-size: 18px;
  font-weight: 100;
  color: #000000; 
}

.bgbox{
  border:4px solid black ;
  padding: 20px;
  margin-top: -90px;
  background-color: rgb(243, 243, 243);
  border: none;
  border-radius: 10px;
  border: 3px solid #000000;
  border-radius: 0%;
} */
/* end professional laser equipment*/









/* start home about us */
.about-section {
  background: #fcfcfc;
}



.About-title {
  color: #000;
  margin-top: 40px;
  font-size: 35px;
  text-transform: capitalize;
  /* font-weight: 1000; */
  margin-left: 20px;

}

@media screen and (max-width: 768px) {
  .About-title {
    color: #000;
    margin-top: 40px;
    font-size: 35px;
    text-transform: capitalize;
    margin-left: 5px;

  }
}

.About-title1 {
  color: #000;
  margin-top: 60px;
  font-size: 35px;
  font-weight: 1000;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #00B5BE;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .About-title1 {
    color: #000;
    margin-top: 60px;
    font-size: 30px;
    font-weight: 1000;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: #00B5BE;
    margin-left: 5px;

  }
}

.About-content {
  font-size: 18px;
  color: #000;
  margin-left: 20px;

}

@media screen and (max-width: 768px) {
  .About-content {
    font-size: 18px;
    color: #000;
    margin-left: 5px;

  }
}

.btn-sm {
  margin-left: 20px;

}

@media screen and (max-width: 768px) {
  .btn-sm {
    margin-left: 5px;

  }
}

/* end home about us */


/* <!-- start three code --> */

/* .ts-facts-title {
  font-size: 20px;
  font-weight: 500;
  padding-left: 30px;
  color: white;
  }

.three-codebg{
  padding: 40px 40px; 
  margin-right: -15px; 
  background-color:#325f72;
} */
@media screen and (max-width: 768px) {
  .three-code {
    margin-top: -90px;
  }
}

/* /* <!-- end three code --> */






/* why choose us */


@media screen and (max-width:480) {
  .ts-service-area {
    padding-top: -900px;
  }
}

.whychoose-title {
  font-weight: 1000;
  font-size: 40px;
  color: #000;
}

.ts-service-box .ts-service-box-info {
  margin-left: 25px;
  margin-bottom: 30px;
}

.sub-text {
  text-align: justify;
}

.service-box-title {
  font-size: 20px;
  color: #000000;
  font-weight: 800;
  text-transform: capitalize;
}

.why-us-image {
  margin-top: -25PX;
}


/* <!-- end why choose us --> */



/* <!-- start popular products -->*/

.card-titlep {
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

.section-sub-title {
  color: #000;
  /* text-decoration: underline; */
  /* text-underline-offset: 16px; */
  font-size: 35px;
  font-weight: 1000;
  /* text-decoration-color: #00B5BE; */
  margin-top: -80px;
}

@media screen and (max-width: 768px) {
  .section-sub-title {
    color: #000;
    /* text-decoration: underline; */
    /* text-underline-offset: 16px; */
    font-size: 33px;
    font-weight: 1000;
    /* text-decoration-color: #00B5BE; */
    margin-top: -140px;

  }
}

.product-button {
  text-align: center;
  padding: 8px 32px 13px 32px;
  background-color: #030303;
  border: none;
  color: white;
  border-radius: 10px;
}

.product-button:hover {
  background-color: #00B5BE;
  ;

}

/* <!-- end popular products -->*/


/* counter */
.facts-area1 {
  background-color: #325f72;
  margin-top: -70px;
  padding-top: 150px;

}

@media screen and (max-width: 768px) {
  .facts-area1 {
    background-color: #325f72;
    margin-top: -70px;
    padding-top: 190px;
  }
}

.facts-wrapper {
  text-align: center;
  /* padding: 27px; */
}

.facts-wrapper .ts-facts {
  color: #fff;
}

.ts-facts .ts-facts-content .ts-facts-num {
  color: #ffffff;
  font-size: 44px;
  margin: 30px 0 20px;

}

.ts-facts .ts-facts-content .ts-facts-title1 {
  font-size: 22px;
  /* background-color: #ffffff; */
  color: #ffffff;
  margin: 0;
  /* padding: 27px; */
  font-weight: 900;
  margin-top: -20px;


}

/* start three video */


/* * Container for videos */
.video-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 50px 20px;

}

/* Individual video styling */
.video {
  width: 30%;
  height: 240px;
  border: #1e1f1f 2px solid;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .video-container {
    flex-direction: column;
    align-items: center;
  }

  .video {
    width: 100%;
    height: 200px;
  }
}

/* end three video */


/* start Home page form */
.section-sub-title1 {
  font-weight: 1000;
  font-size: 40px;
  color: #000;
}

.subscribe {
  background: #325f72;
  margin-top: -60PX;
}

@media (max-width: 575px) {
  .subscribe {
    margin-top: -15PX;
  }
}

/* Call to action */
.subscribe-call-to-acton {
  min-height: 15px;
  padding: 0px 0 0 0px;
  text-align: center;
  margin-left: -80px;
}

@media (max-width: 575px) {
  .subscribe-call-to-acton {
    min-height: 15px;
    padding: 0px 0 0 0px;
    text-align: center;
    margin-left: -15px;
  }
}


.subscribe-call-to-acton h2 {
  color: #fff;
  font-size: 30px;
  margin: 0;
}

.subscribe-call-to-acton h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 27px;
  text-align: center;
}

.subscribe-call-to-acton h4 {
  color: #fff;
  font-size: 15px;
  margin: 0;
  line-height: 20px;
}

/* Newsletter */
.ts-newsletter {
  background: #252525;
  position: relative;
  min-height: 175px;
  padding: 15px 0 70px 50px;
}

@media (max-width: 767px) {
  .ts-newsletter {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .ts-newsletter {
    padding: 30px 5px 30px 5px;
    min-height: auto;
    text-align: center;
  }
}

.ts-newsletter:after {
  content: "";
  position: absolute;
  background: #252525;
  display: block;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
}

.newsletter-form {
  padding: 30px 0px;
}

.newsletter-form input {
  background: none;
  font-size: 12px;
  height: 45px;
  border: 2px solid white;
}

.newsletter-form textarea {
  background: none;
  font-size: 12px;
  border: 2px solid white;
}

.newsletter-form label {
  color: white;
}

.submit-button {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  font-size: 18px;
}

.submit-button:hover {
  background-color: #325f72;
  ;
}

.submit-button {
  position: absolute;
  left: 10;
  bottom: -20px;
}


/* Mobile View: Center Submit Button */
@media screen and (max-width: 767px) {
  .submit-button {
    display: block;
    margin: 10px auto 0;
  }

  .submit-button:hover {
    background-color: #325f72;
    ;
  }
}

/* end Home page form */





/* start footer */

.footer {
  background-color: #000000;
  color: #ffffff;
}

.footer-main {
  padding: 80px 0 60px;
}

.footer .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  border-left: 3px solid #00B5BE;
}

/* Footer about us */
.footer-logo {
  margin-bottom: 25px;
  max-height: 85px;
}

/* footer-content */
.footer-content {
  color: #ffffff;

}

/* Footer social */
.footer-social {
  margin-top: 15px;
  margin-left: 10px;
}

.footer-social .widget-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -13px;
}

.footer-social ul li {
  display: inline-block;
}

.footer-social ul li a i {
  display: block;
  font-size: 20px;
  color: #ffffff;
  transition: 400ms;
  padding: 13px 16px;
  background: #00B5BE;
  border-radius: 100%;

}

.footer-social ul li:hover {
  color: #fff;
}


Links
.footer-widget ul.list-arrow li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px 0;
}

.footer-widget ul.list-arrow li:last-child {
  border-bottom: 0;
}

.footer-widget ul.list-arrow li a,
.footer-widget ul.list-arrow li:before {
  color: #ffffff;
}

.footer-widget ul.list-arrow li:hover a,
.footer-widget ul.list-arrow li:hover {
  color: #00B5BE;
}

.info-text span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
}

.footer-widget ul.list-unstyled li p,
.footer-widget ul.list-unstyled li:before {
  color: #ffffff;
}

.working-hours {
  padding-right: 10px;
}

.working-hours .text-right {
  float: right;
}

/*-- Copyright --*/
.copyright-info span {
  color: #ffffff;
  font-size: 15px;

}

.copyright {
  background: #00B5BE;
  color: #ffffff;
  padding: 7px 0;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 12px;
}

.list-unstyled li a {
  color: #000000;
}

.footer-menu ul li {
  display: inline-block;
  line-height: 12px;
  padding-left: 15px;
  font-size: 15px;

}

.footer-menu ul.nav li a {
  background: none;
  color: #ffffff;
  padding: 0;

}

.footer-menu ul li a:hover {
  color: #fff;
}

#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  display: none;
}

#back-to-top .btn:focus {
  outline: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  #back-to-top {
    right: 15px;
  }
}

#back-to-top.position-fixed {
  bottom: 20px;
}

#back-to-top .btn.btn-primary {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #000000;
  border-radius: 3px;
  color: #00B5BE;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
}

@media (max-width: 767px) {
  #back-to-top .btn.btn-primary {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

#back-to-top .btn.btn-primary:hover {
  color: #fff;
}

.info-text {
  font-size: 14px;
  font-weight: 600;
}

/* end home page form */



/*  css whatshap */

/* .whatsapp-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
} 

 .whatsapp-button a {
  display: inline-block;
  background-color: #f6f8f7; 
  border-radius: 50%;
  padding: 2px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.whatsapp-button img {
  width: 50px;
  height: 50px;
}  */
/* end css whatshap */






/*-- start About us page --*/

/* header */
.abouts {
  background-color: #3a3b3b;
  padding-top: 150px;
  padding-bottom: 90px;
}

.abouts1 {
  background-color: #96d1d4;
  padding-top: 150px;
  padding-bottom: 90px;
  border-left: 2px solid white;
  border-right: 2px solid white;
}

.about-content {
  font-size: 18px;
}

@media (max-width: 767px) {
  .events-section1 {
    margin-top: 50px;
  }
}

/* @media (max-width: 767px) {
.visionbox{
margin-top: -50px;
}
} */



.visionbox {
  border: 4px solid black;
  padding: 20px;
  /* margin-top: -90px; */
  background-color: #325f72;
  border: none;
  border-radius: 10px;
}

.vision-box-title {
  color: #dbdbdb;
  font-size: 30px;

}

.vision-box-content {
  font-size: 18px;
  color: #dbdbdb;
}

/* <!-- Events Section --> */

.imginfo {
  margin-left: 50px;
  border-radius: 50%;

}

@media (max-width: 509px) {
  .imginfo {
    margin-left: 0px;
  }
}

.gy-5 {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #adc0c9;
  margin-top: 90px;
  /* padding-bottom: 20px;
  padding-top: 20px;
  margin-top: 20px; */
}

/* .gy-5 .member .member-info{
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #adc0c9;
  padding-bottom: 20px;
  padding-top: 20px; 
  margin-top: 20px;
} */

.member-info span {
  font-size: 20px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.section-trainers {
  background-color: #325f72;
  padding-top: 150px;
}

@media (max-width: 509px) {
  .section-trainers {
    background-color: #325f72;
    padding-top: 200px;
  }
}

/*-- end About us page --*/





/* start product page button */

.productheading {
  margin-left: 30px;
}

@media (max-width: 509px) {
  .productheading {
    margin-left: 0x;
  }
}

.product-title1 {
  margin-top: 140px;
  color: #00B5BE;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 509px) {
  .product-title1 {
    margin-top: 10px;

  }
}

.product-title2 {
  text-transform: capitalize;
}

.product-title3 {
  text-transform: capitalize;
  text-align: justify;
}

.button-container {
  display: flex;
  gap: 20px;
  /* Space between buttons */
}

/* Button styling */
.btn {
  text-decoration: none;
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;

}

/* Responsive design for mobile */
@media (max-width: 768px) {
  .button-container {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .btn {
    width: 80%;
  }
}

.pcontact-button {
  background-color: #00B5BE;
  padding: 8px 35px;
  color: white;
  width: 30%;
}

@media (max-width: 509px) {
  .pcontact-button {
    margin-left: 0px;
    width: 100%;

  }
}

.section-title-p {
  font-size: 25px;
}

/* end product page button */





/* start product-single page menu */

.nav-service-menu {
  margin-left: 3px;
}

.three-box {
  margin-left: -30px;
}



@media (max-width: 768px) {
  .thboxheading {
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .three-box {
    margin-left: 0px;
  }
}

/* Full-width image container */
.full-width-image {
  width: 100%;
  /* Ensures full width */
  overflow: hidden;
  /* Prevents overflow issues */
}

/* Image inside the container */
.full-width-image img {
  width: 100%;
  /* Ensures the image takes full width */
  height: auto;
  /* Maintains aspect ratio */
  display: block;
  /* Removes unwanted spacing below image */
}


.bg {
  background-color: #ffffff;
}


.bg h2 {
  font-weight: 900;
  color: rgb(255, 255, 255);
  padding: 20px 20px 20px 20px;
  background-color: #00B5BE;
}

@media (max-width: 509px) {
  .bg h2 {
    margin-top: -10px;
    padding: 20px 20px 0px 10px
  }
}

.bg h4 {
  color: #000000;
  padding: 0px 20px 0px 20px;
  text-transform: capitalize;

}

@media (max-width: 509px) {
  .bg h4 {
    margin-top: -10px;
    padding: 20px 20px 0px 10px
  }
}

.bg p {
  color: #000000;
  padding: 0px 20px 20px 20px;
  text-transform: capitalize;
  text-align: justify;

}

@media (max-width: 509px) {
  .bg p {
    margin-top: -10px;
    padding: 20px 20px 20px 7px;

  }
}

@media (max-width: 509px) {
  .sgimage {
    margin-top: -8px;
  }
}


@media (max-width: 509px) {
  .widget1 {
    margin-top: -80px;
  }
}

.sidebar ul.service-menu li {
  width: 100%;
}

.sidebar ul.service-menu li {
  background-color: #e2e6e7;
  padding: 5px 8px;
  border: 0;
  margin-bottom: 8px;
  position: relative;
  transition: 400ms;
  display: block;
  color: rgb(11, 11, 11);
}

.sidebar ul.service-menu li span {
  color: #ffffff;
  font-weight: 550;
  font-size: 15px;
  list-style-type: disc;
}

.mb-0 {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}

ul li span {
  color: #000000;
  font-weight: 600;
  font-size: 16px;

}

/* end product-single page menu */




/* contact us page */
/*  Icon squre */
.cs-service-box-bg {
  background: #252525;
  color: #fff;
  padding: 30px;
}

.ts-service-icon.icon-round i {
  font-size: 24px;
  color: #ffffff;
  background: #00B5BE;
  text-align: center;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  position: relative;
  float: none;
}

.map {
  width: 100%;
  z-index: 1;
}

iframe {
  width: 100%;
  height: 450px;
  z-index: 1;
}

.contact-info-box {
  margin-top: 20px;
}


.contact-info-box-content {
  padding-left: 40px;
}

.ts-service-box-content h4 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
}


.ts-service-box-content p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
}


.contact-info-box-content h4 {
  font-size: 16px;
  margin-top: 0;
  line-height: normal;
  font-weight: 700;
}

.contact-info-box-content p {
  margin-bottom: 0;
}

label {
  font-weight: 400;
  font-size: 20px;
  font-weight: 700;
}


.solid-blank {
  width: 180px;
  margin-left: 0;
  margin-top: -30px;
}

.ts-service-box.text-center .ts-service-icon.icon-squre i {
  float: none;
  margin-bottom: 20px;
}

.ts-service-box.text-center .ts-service-box-content {
  margin: 0;
}


/* end contact us page */





/*start navigation bar */
@media (max-width: 991.98px) {
  .navbar-nav .dropdown-menu {
    position: static !important;
    float: none;
    margin-top: 0;
    background-color: #f8f9fa;
  }
}


header {
  background-color: #000000;
}

.navbar {
  display: flex;
  background-color: #000000;
  padding: 1rem 2rem;
  align-items: center;
  justify-content: space-between;
}

.navbar-collapse ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 450;
}

.navbar-collapse ul li a:hover {
  color: #00B5BE;

}

.navbar-logo a {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

.navbar-menu {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}

.navbar-menu li {
  position: relative;
}


.dropdown-menu {
  display: none;
  position: absolute;
  top: 2.5rem;
  left: 0;
  background-color: #fff;
  list-style: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 0%;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu {
  border-radius: 0%;
}

.dropdown-submenu {
  position: relative;
  color: #b61d1d;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
  top: 0;
  left: 100%;
}

.dropdown-menu li {
  padding: 0.5rem 1rem;
  white-space: nowrap;
}


ul .dropdown-menu li .dropdown-submenu a {
  color: #000000;
}

.dropdown-menu ul .dropdown-menu li a {
  color: #000000;
  border-radius: 0%;
  border: none;
}

.dropdown-menu li a {
  color: #000;
}

/* end navigation bar */

/* MOBILE RESET */
/* @media (max-width: 991.98px) {
  .navbar-nav .dropdown-menu {
    position: static !important;
    float: none;
    margin-top: 0;
    background-color: #f8f9fa;
  }

  .dropdown-submenu > .dropdown-menu {
    display: none;
    margin-left: 15px;
  }

  .dropdown-submenu.show > .dropdown-menu {
    display: block;
  }
}

HEADER STYLES
header {
  background-color: #000000;
}

.navbar {
  display: flex;
  background-color: #000000;
  padding: 1rem 2rem;
  align-items: center;
  justify-content: space-between;
}

.navbar-collapse ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 450;
}

.navbar-collapse ul li a:hover {
  color: #00B5BE;
}

.navbar-menu {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}

.navbar-menu li {
  position: relative;
}

DROPDOWN STYLES
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  list-style: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 0%;


  
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
  top: 0;
  left: 100%;
}

.dropdown-menu li {
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

.dropdown-menu li a {
  color: #000000;
  border-radius: 0%;
  border: none;
}








  @media (max-width: 991.98px) {
  .dropdown-submenu > .dropdown-menu {
    display: none;
    margin-left: 15px;
  }

  }







.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

.dropdown-submenu.show > .dropdown-menu {
  display: block;
}















.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

.dropdown-submenu.show > .dropdown-menu {
  display: block;
} */

























/* Base mobile view (vertical) */

.sidebar-sidebar{
    margin-top:-170px ;

}

 @media (max-width: 480px) {
    .sidebar-sidebar{
    margin-top:-100px ;

}}
@media (max-width: 480px) {

.app-heading1{
  margin-top: 150px;
}}
.app-heading {
  text-align: left;
 
}

@media (max-width: 480px) {
 .app-heading {
  text-align: left;

}
}


.application {
  list-style: none;
  padding: 0;
  margin: 0;
  /* display: flex; */
  flex-direction: column;
  gap: 10px;
  font-family: Arial, sans-serif;
}

.application li {
  /* display: flex; */
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
@media (min-width: 768px) {

  .application li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
}
/* Font Awesome icon styling */
.application i {
  color: #00b5be; 
  /* font-size: 80px; */
    align-items: left;
     font-size: 22px;


}

@media (min-width: 768px) {
  .application i {
  color: #00b5be; 
  /* font-size: 15px; */
    align-items: left;

}
}


/* Desktop view (horizontal layout) */
@media (min-width: 768px) {
  .application {
    flex-direction: row;
    justify-content: left;
  }
}




.application1 {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  gap: 10px;
  font-family: Arial, sans-serif;
    margin-top: 40px;
}



@media (max-width: 480px) {

.application1 {

    margin-top: 100px;
}




}


.application1 li {
  /* display: flex; */
  align-items: center;
  gap: 8px;
  font-size: 16px;
}



.application1 i {
  color: #00b5be; 
  /* font-size: 80px; */
    align-items: left;
     font-size: 22px;


}










/* .footer {
  background-color: #000000;
  color: #ffffff;
}

.footer-main {
  padding: 80px 0 60px;
}

.footer .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  border-left: 3px solid #00B5BE;
}

Footer about us
.footer-logo {
  margin-bottom: 25px;
  max-height: 85px;
}

footer-content
.footer-content {
  color: #ffffff;

}

Footer social
.footer-social {
  margin-top: 15px;
  margin-left: 10px;
}

.footer-social .widget-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -13px;
}

.footer-social ul li {
  display: inline-block;
}

.footer-social ul li a i {
  display: block;
  font-size: 20px;
  color: #ffffff;
  transition: 400ms;
  padding: 13px 16px;
  background: #00B5BE;
  border-radius: 100%;

}

.footer-social ul li:hover {
  color: #fff;
}


Links
.footer-widget ul.list-arrow li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px 0;
}

.footer-widget ul.list-arrow li:last-child {
  border-bottom: 0;
}

.footer-widget ul.list-arrow li a,
.footer-widget ul.list-arrow li:before {
  color: #ffffff;
}

.footer-widget ul.list-arrow li:hover a,
.footer-widget ul.list-arrow li:hover {
  color: #00B5BE;
}

.info-text span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
}

.footer-widget ul.list-unstyled li p,
.footer-widget ul.list-unstyled li:before {
  color: #ffffff;
}

.working-hours {
  padding-right: 10px;
}

.working-hours .text-right {
  float: right;
}

-- Copyright --
.copyright-info span {
  color: #ffffff;
  font-size: 15px;

}

.copyright {
  background: #00B5BE;
  color: #ffffff;
  padding: 7px 0;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 12px;
}

.list-unstyled li a {
  color: #000000;
}

.footer-menu ul li {
  display: inline-block;
  line-height: 12px;
  padding-left: 15px;
  font-size: 15px;

}

.footer-menu ul.nav li a {
  background: none;
  color: #ffffff;
  padding: 0;

}

.footer-menu ul li a:hover {
  color: #fff;
}

#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  display: none;
}

#back-to-top .btn:focus {
  outline: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  #back-to-top {
    right: 15px;
  }
}

#back-to-top.position-fixed {
  bottom: 20px;
}

#back-to-top .btn.btn-primary {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #000000;
  border-radius: 3px;
  color: #00B5BE;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
}

@media (max-width: 767px) {
  #back-to-top .btn.btn-primary {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

#back-to-top .btn.btn-primary:hover {
  color: #fff;
}

.info-text {
  font-size: 14px;
  font-weight: 600;
}



.info-text {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px; space between items
  align-items: center;font-size: 14px;
  font-weight: 600;
}

.label {
  font-weight: bold;
  margin-right: 10px;
}

Responsive view: stack phone numbers vertically
@media (max-width: 768px) {
  .info-text {
    flex-direction: column;
    align-items: flex-start;
  }

  .label {
    margin-bottom: 5px;
  }
}




 */





/* start footer */

.footer {
  background-color: #000000;
  color: #ffffff;
}

.footer-main {
  padding: 80px 0 60px;
}

.footer .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  border-left: 3px solid #00B5BE;
}

/* Footer about us */
.footer-logo {
  margin-bottom: 25px;
  max-height: 85px;
}

/* footer-content */
.footer-content {
  color: #ffffff;

}

/* Footer social */
.footer-social {
  margin-top: 15px;
  margin-left: 10px;
}

.footer-social .widget-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -13px;
}

.footer-social ul li {
  display: inline-block;
}

.footer-social ul li a i {
  display: block;
  font-size: 20px;
  color: #ffffff;
  transition: 400ms;
  padding: 13px 16px;
  background: #00B5BE;
  border-radius: 100%;

}

.footer-social ul li:hover {
  color: #fff;
}


Links
.footer-widget ul.list-arrow li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px 0;
}

.footer-widget ul.list-arrow li:last-child {
  border-bottom: 0;
}

.footer-widget ul.list-arrow li a,
.footer-widget ul.list-arrow li:before {
  color: #ffffff;
}

.footer-widget ul.list-arrow li:hover a,
.footer-widget ul.list-arrow li:hover {
  color: #00B5BE;
}

.info-text span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
}

.footer-widget ul.list-unstyled li p,
.footer-widget ul.list-unstyled li:before {
  color: #ffffff;
}

.working-hours {
  padding-right: 10px;
}

.working-hours .text-right {
  float: right;
}

/*-- Copyright --*/
.copyright-info span {
  color: #ffffff;
  font-size: 15px;

}

.copyright {
  background: #00B5BE;
  color: #ffffff;
  padding: 7px 0;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 12px;
}

.list-unstyled li a {
  color: #000000;
}

.footer-menu ul li {
  display: inline-block;
  line-height: 12px;
  padding-left: 15px;
  font-size: 15px;

}

.footer-menu ul.nav li a {
  background: none;
  color: #ffffff;
  padding: 0;

}

.footer-menu ul li a:hover {
  color: #fff;
}

#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  display: none;
}

#back-to-top .btn:focus {
  outline: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  #back-to-top {
    right: 15px;
  }
}

#back-to-top.position-fixed {
  bottom: 20px;
}

#back-to-top .btn.btn-primary {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #000000;
  border-radius: 3px;
  color: #00B5BE;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
}

@media (max-width: 767px) {
  #back-to-top .btn.btn-primary {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

#back-to-top .btn.btn-primary:hover {
  color: #fff;
}

.info-text {
  font-size: 14px;
  font-weight: 600;
}



.site-footer {
  background-color: #000000;
  color: #f0f0f0;
  font-family: 'Arial', sans-serif;
  padding: 40px 20px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-section {
  flex: 1 1 250px;
}

.footer-section h3, .footer-section h4 {
  color: #fff;
  margin-bottom: 15px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section li {
  margin-bottom: 8px;
}

.footer-section a {
  color: #f0f0f0;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #444;
  margin-top: 30px;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.footer-links a {
  margin-left: 15px;
  color: #ffffff;
  text-decoration: none;font-size: 15px;
    /* font-weight: 100; */
}

.footer-links a:hover {
  color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    text-align: center;
  }

  .footer-links a {
    margin-left: 0;
    margin-right: 15px;
        text-align: center;

  }
}


