/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;1,400&display=swap');*/
@import url('fonts/Poppins.woff2');


/* @import url('https://fonts.googleapis.com/css2?family=Gothic+A1&display=swap'); */

::selection {
  background: #664244;
  color: #fff;
}

html,

body{
      font-family: 'Poppins', sans-serif !important;
  letter-spacing: 0.5px;
    padding-top:0px!important
    
}
p {
  font-size: 15px
}

a,
a:hover {
  text-decoration: none;
}

/* Shared styles */
.section-heading {
  color: #EE7A25;
  text-transform: uppercase;
}

/* Colored Box styles */
.colored-box {
  padding: 15px;
  border: 2px solid #EE7A25;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}

.box-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0;

}


.box-content img {
  max-width: 300px;
  height: auto;
  padding: 10px 10px;
  filter: grayscale(100%);
  transition: filter 0.5s;
}

.box-content:hover img {
  filter: grayscale(0%);
}


.box-content p {
  font-size: 16px;
  color: #fff;
  text-align:left;
    font-weight: 100;
word-spacing: -3px;
  
}

.box-content h2 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

.subtitle {
  color: #EE7A25;
  text-align: center;
  font-weight:400;
  padding-top: 2px;
}

.text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify: left;
  padding: 20px;
}

/* Team Members styles */
.team-box {
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.team-member {
  flex: 1;
  flex-basis: calc(25% - 20px);
  text-align: center;
  margin: 10px;
  float: left;
  
}

.team-member img {
  max-width: 100%;
  height: auto;
  border-radius: 2%;
  margin-bottom: 10px;
}

.team-member h3 {
  color: #fff;
  text-transform:uppercase;
      font-size: 18px;
  
}

.subtitle {
  margin: 0;
}



.career-container {
  float: left;
  justify-content: space-between;
  width: 100%;
  /* Adjust the width as needed */
}

.career-container input {
  width: 400px;
  /* Adjust the width for each input box */
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.career-container textarea {
  width: 400px;
  /* Textarea takes full width */
  box-sizing: border-box;
  margin-bottom: 10px;
}

.career-container btn {
  width: 30px;
  /* Textarea takes full width */
  box-sizing: border-box;
  margin-bottom: 10px;
}

/* Style for the file input container */
.file-input-container {
  display: flex;
  align-items: center;
}

/* Add some margin-bottom to the checkbox */
.checkbox-container input {
  margin-bottom: 0;
}



    .accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
    background-color: none;
    color: #F47634;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}


.navbar-nav {
  margin-left: 75px
}

.header {

  position: fixed;
  padding: 8px 41px;
  background: #fff;

}

.menubar {


  padding: 8px 41px;
  background: #fff;
  border-bottom: 1px solid #eee;

}

.dropdown-toggle::after {
  display: none
}

.dropdown-menu {
  border-radius: 0px;
  top: 59px;
  border-bottom: 4px solid #dd0f0f;
}

.nav-link {
  padding: 10px 15px !important;
  color: #1B1656;
  /* font-weight: 600 */
}

.nav-link i {
  font-size: 11px;
  margin-left: 6px
}


/* nav .active::after{content: '';
        width: 50px;
        height: 3px;
        position: absolute;
        background: #dd0f0f;
        bottom: 0px;
        margin-left: 11px;
        } */

nav .active .nav-link {
  color: #F47634;
  font-weight: 600
}

nav .nav-link:hover {
  color: #F47634;
}


.banner-breadcrumb {
  background-size: cover;
  background-position: center;
  height: 400px
}

.banner-section-about {
  background-image: url("/admin/media/images/site_images/banner_img_About-Us.png");
  background-size: cover;
  background-position: center;
  height: 265px;
  margin-top: 85px;

}

.banner-section-service {
  background-image: url("/admin/media/images/site_images/banner_img_Services.png");
  background-size: cover;
  background-position: center;
   height: 265px;
  margin-top: 85px;

}


.banner-section-lifeofhelios {
  background-image: url("/admin/media/images/site_images/banner_img_Life-At-Helios.png");
  background-size: cover;
  background-position: center;
  height: 265px;
  margin-top: 85px;

}



.banner-section-career {
  background-image: url("/admin/media/images/site_images/banner_img_Careers.png");
  background-size: cover;
  background-position: center;
   height: 265px;
margin-top: 85px;
}

.banner-section-contact {
  background-image: url("/admin/media/images/site_images/banner_img_Contact-Us.png");
  background-size: cover;
  background-position: right;
   height: 265px;
margin-top: 85px;
}


footer {
  padding-top: 20px;
    padding-bottom: 15px;
  background: #1B1656;
  color: #fff
}


footer .soc-div a {
  color: #F47634;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #F47634;
  display: inline-block;
  text-align: center;
  margin-left: 10px
}

.link-a a {
  color: #fff !important;

}

footer a {
  font-size: 14px;
}

footer p {
  font-size: 14px;
}


@media only screen and (min-width:320px) and (max-width:600px) {


  .navbar-brand {
    width: 42% !important
  }

  .navbar-brand img {
    width: 100% !important;
        margin-left: -19px;
  }

  .cust-div .col-lg-4 {
    margin-top: 30px;
  }

  .foot-bottom .text-right {
    text-align: left !important
  }

  .carrer-div h3 {
    margin-top: 20px
  }

  .navbar-brand img {
    position: relative !important;
    top: 0 !important;
    left: 15px !important;
            margin-left: -19px;
  }

  .menubar {
    padding: 0px !important
  }

  /* .navbar-toggler {
    margin-right: 15px
  } */

  .navbar-nav {
    margin-left: 4px;
  }



.image-div-new a {
    color: #fff;
    font-size: 10px;
   
   
}


.soc-div {
    margin-left: 1px;
    margin-top: -3px;
}

}

.navbar-brand img {
  width: 60%;
          margin-left: -19px;
  /* border: 1px solid #ddd; */
  /* position: absolute;
    top: -52px;
    z-index: 999;
    left: 63px; */
}



@media only screen and (max-width:768px) {
  .div-section .d-flex {
    display: block !important;
  }

  .div-section .d-flex div {
    margin-top: 20px
  }

  .div-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .menubar {
    padding: 8px 0px !important
  }

  .navbar-toggler {
    line-height: 1.5;
  }

  .soc-div {
     margin-top: 3px;
  }

  .image-div-new p {
    margin-bottom: 15px !important;
    font-size: 13px !important;
     padding-left:5;
  }

  .image-div-new {
    width: 300px
  }

  .image-div-new p i {
    font-size: 22px !important
  }


  .navbar {
    padding: 0px;
  }

  .banner-section-service,
  .banner-section-about,
  .banner-section-career,
  .banner-section-lifeofhelios,
  .banner-section-contact {
    height: 98px;
    margin-top: 55px;
  }

  .banner-breadcrumb {
    height: 100%;
  }

  .banner-section-service img,
  .banner-section-about img,
  .banner-section-career img,
  .banner-section-contact img {
    height: 200px
  }

  .mob-img {
    display: none;
  }

  .box-content {
    display: block
  }


  .box-content .image-content {
    text-align: center;
  }

  .text-content {

    padding: 0px;
  }

  .team-member {

    flex-basis: calc(50% - 20px);

  }

  .team-member h3 {
    color: #fff;
    font-size: 16px;
  }

  .about-section-team {
    background-color: #1B1656;
    border-bottom: 1px solid #5a5959;
  }

  .career-container input {
    width: 100%
  }

  .career-container textarea {
    width: 100%;
  }
  

.image-div-new a {
    color: #fff;
    font-size: 11px;
}
.soc-div {
    margin-left: 1px;
    margin-top: -5px;
}

}







#navbarNavDropdown {
  justify-content: end;
}

.section {
  padding: 60px 0px
}

.about-section img {
  margin-bottom: 5px;
}

.about-section {
  text-align: left;
}

.about-section h3 {

  
    color: #1B1656;
  font-size:1rem;
  font-weight: 600;
font-size: 32px;
text-align: left;
}

.about-section p {
  text-align: left;
   color: #1B1656;
   word-spacing: -3px;
   
}
.life-section h1 {
  color: #F47634;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  
  
    /*  margin-bottom: 30px;*/
    /*font-weight: 600;*/
    /*font-size: 2.5rem;*/
    /*color: #F47634;*/
    /*margin-bottom: 0.5rem;*/
    /*font-weight: 500;*/
    /*line-height: 1.2;*/
}

.life-section p {
  text-align: left;
}

.life-section {
  background-color: #ECEDEF;
}

.about-section-service {
  background-color: #fff;
}


.about-section-service h1{
    
     color: #F47634;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
 
}


.career-section h1 {
  color: #F47634;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}


.know-more-btn {
     margin-bottom: 30px;
    font-weight: 600;
  background: #F47634;
  color: #fff;
}

.know-more-btn:hover {
  background: #1B1656;
  color: #fff;
}


.helio_title {
     margin-bottom: 30px;
    font-weight: 600;
font-size:2.5rem;
color: #F47634;
margin-bottom:0.5rem;
font-weight:500;
line-height:1.2;
  
}



.about-section-helios {
  background-color: #ECEDEF;
  

}


.about-content-title {
  color: #1B1656;
  font-size:1rem;
  font-weight: 600;
font-size: 32px;
text-align: left;
}


  

.about-section-helios h3 {
  color: #EE7A25;
  font-size:1rem;
  font-weight: 600;
font-size: 24px;
text-transform: uppercase;
}


.about-section-ourmanagment {
  background-color: #1B1656
}

.about-section-team {
  background-color: #1B1656
}

.about-section-career {
  background-color: #1B1656;
  padding-top:45px;
  padding-bottom:7px;
}


.image-div-new {
  position: absolute;
  top: 0;
  right: 15px;
  background: #f47634b8;
  height: 100%;
  width: 220px;
  padding: 5px
}

.image-div-new p {
  color: #fff;
  font-size: 15px;
  text-align: left !important;
  display: flex;
  margin-bottom: 15px;
  opacity: 0.6;
}

.image-div-new a {
  color: #fff;
  padding-left: 13px ;
}

.image-div-new p i {
  position: relative;
  top: 1px;
  font-size: 30px;
  margin-right: 10px;
  opacity: 0.6 !important;
}

.div-active {
  opacity: 1 !important;
  font-weight: 600
}

.div-active i {
  visibility: visible !important;
}

.map-div i {
  color: #F47634;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid;
  text-align: center;
  line-height: 30px;
  margin-right: 20px;
}

.map-div p {
  margin-bottom: 0px;
}

.map-div a {
  color: #000;
  font-weight: 600
}

.owl-dots {
  right: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0px;

}

.owl-dots button:focus {
  outline: none;
  border: none
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  margin: 5px 7px;
  background: #1B1656 !important;

}

.owl-theme .owl-dots .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
  margin: 5px 7px;
  background: #EE7A25 !important;

}


.service-main-section img {

  filter: grayscale(100%);

  transition: filter 0.5s;

}
.service-main-section img:hover {

  filter: grayscale(0%);

  transition: filter 0.5s;

}


.service-main-section .active1 img {
  filter: grayscale(0%) !important
}

.service-main-section h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1B1656;
  margin-top: 15px;
  text-align: left;
  /* Set text alignment to the left */
}

.service-main-section .active h3 {
  color: #1B1656;
}

.service-main-section .active:hover h3 {
  color: #EE7A25;
}

.service-main-section .active1 h3 {
  color: #EE7A25;
}



.serv-section h1 {
  color: #F47634;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  
}

.div-section {
  background-color: #e36b2a;
}

.div-section h4 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-top: 16px
}

.div2-section h4 {
  color: #EE7A25;
  font-weight: 600
}

.div2-section i {
  color: #e36b2a;
  font-size: 6px;
  position: relative;
  top: -3px
}
.owl-carousel.owl-drag .owl-item{
    -ms-touch-action:none;
    touch-action:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;user-select:none;
    
}

@media only screen and (min-width:1400px) {
  .main-banner .owl-stage-outer {
    height: 108vh
  }

  .main-banner img {
    height: 64vh;
    object-fit: cover;
  }
.owl-carousel.owl-drag .owl-item{
    -ms-touch-action:none;
    touch-action:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;user-select:none;
            padding-top: 0px;
}
}

@media only screen and (min-width:1200px) and (max-width:1300px) {
  .main-banner .owl-stage-outer {
    height: 93vh
  }

  .main-banner img {
    height: 64vh;
    object-fit: cover;
  }
  
.owl-carousel.owl-drag .owl-item{
    -ms-touch-action:none;
    touch-action:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;user-select:none;
            padding-top: 42px;
}

}

@media only screen and (min-width:1300px) and (max-width:1400px) {
  .main-banner .owl-stage-outer {
    height: 93vh
  }

  .main-banner img {
    height: 87vh;
    object-fit: cover;
  }
  
}


@media only screen and (max-width:768px) {

    .owl-dots {
  right: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 42px;

}
  
  /* .owl-stage-outer {
    height: 90vh
  }

  .owl-stage-outer img {
    height: 90vh;
    object-fit: cover;
  } */
  .footer-bot {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}


.page-header {
  width: 100%;
  transition: all 0.3s ease;
  /* For a smooth transition when header becomes fixed */
  /* Your header styles */
  background: #fff;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /* Your fixed header styles */
}

body {
  padding-top: 0;
  /* Initially no padding on body */
}

/* 
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
} */


/* orange patch css added */

.about-section-service img{height:100%}