
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

ul {
  list-style-type: none;
}

p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 27px;
}

.pad-left {
  padding-left: 0;
}

.pad-right {
  padding-right: 0;
}

section {
  width: 100%;
  float: left;
  padding: 40px 0;
}

.get-a-quote {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.get-a-quote a {
  background: #000;
  color: #fff;
  padding: 12px 40px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.5s;
  border-radius: 25px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}

.get-a-quote a.quote i {
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  border-radius: 50%;
  top: 2px;
  transition: 0.5s;
  animation: 2s infinite pulso;
  left: 0;
}

@keyframes pulso {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }

  70% {
    -moz-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent;
  }

  100% {
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}

.get-a-quote a.quote:hover {
  border-radius: 25px;
  padding: 12px 50px 12px 0px;
  background: #000;
  color: #fff;
  border-color: #000;
}

.get-a-quote a.quote:hover i {
  left: 110px;
}

.get-a-quote a.contact {
  background: #D0DDFF;
  color: #000;
}
.get-a-quote a.contact:hover {
  background: #000;
  color: #fff;

}
/***/
.custom-head {
  font-weight: 400;
  font-size: 32px;
  margin: 0 0 20px 0;
  line-height: 46px;
}

.custom-head span {
  color: #064CFF;
  font-weight: 600;
}

.custom-banner {
  width: 100%;
  height: calc(100vh + 50px);
  background: url(../webp/banner-bg.webp) no-repeat;
  padding-top:130px;
  background-size: cover;
}

.custom-banner-sec {
  padding-top: 15%;
}

.custom-banner-sec strong {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.custom-banner-sec h1 {
  font-weight: 400;
  line-height: 54px;
  font-size: 46px;
  margin: 5px 0 10px;
  color: #000;
}

.custom-banner-sec h1 span {
  color: #064CFF;
  font-weight: 600;
  font-size: 40px;
}

.custom-banner-sec p {
  color: #000000;
  font-size: 13px;
}

.custom-img {
  position: relative;
  left: -100px;
}

.banner-info {
  width: 100%;
  height: 510px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-evenly;
  justify-content: flex-end;
}

.banner-info p {
    border-radius: 15px;
    background: #EEF3FF;
    font-size: 40px;
    color: #000;
    font-weight: normal;
    text-align: right;
    padding: 15px 30px;
    font-family: "BebasNeue-Regular";
    line-height: 45px;
}

.banner-info p span {
  font-size: 12px;
  display: block;
  text-align: right;
  line-height: 21px;
  font-family: "Poppins";
}

/*****/
.power-section,
.hire-section {
  padding: 40px 0;
  position:relative;
}
.power-section .custom-head{
	padding-left:30px;
}
.power-section .custom-head::before{
  content: '';
  position: absolute;
  height: 95px;
  border: 1px solid #333;
  border-radius: 0;
  left: 0;
  top: 0;
}
.power-section-bg{
	position:relative;
}
.power-section-bg::before{
  content: '';
  position: absolute;
  width: 100%;
  background: #E4E6E6;
  height: 2px;
  left: 0;
  top: 59%;
}
.power-section-bg::after{
    content: '';
    position: absolute;
    width: 2px;
    background: #E4E6E6;
    height: 100%;
    left: 50%;
    top: 0;
}

.power-pack,
.hire {
  width: 100%;
  min-height: 160px;
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}
.power-section-bg .power-pack{
	padding: 30px;
}




.power-head,
.hire-head {
  font-size: 18px;
  font-weight: 600;
}

.power-info,
.hire-info {
  width: 90%;
  font-size: 13px;
}

/****/
.unique-section,
.hire-section {
  background: #F2F6FF;
}

.unique-section .custom-head,
.hire-section .custom-head {
  text-align: center;
}

.hire-section .custom-head+p {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}

.unique {
  width: 100%;
  margin-bottom: 30px;
  min-height: 270px;
}

.unique b {
  color: #064CFF;
  font-size: 44px;
  position: relative;
  display: block;
  z-index: 1;
  width: 50px;
  font-weight: 600;
}

.unique b img {
  position: absolute;
  z-index: -1;
  left: 5px;
  top: -10px;
}


.unique-head {
  font-size: 21px;
  font-weight: 500;
  width: 86%;
  /*min-height: 55px;*/
  margin: 10px 0 15px;
  color:#000;
}

/****/
.industry {
  width: 100%;
  min-height: 350px;
  background: #F2F6FF;
  padding: 25px;
  border-radius: 20px;
}

.industry-head {
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 15px;
}

/****/
.panel-group .card {
  width: 100%;
  border-bottom: 0.5px solid #00000050;
  padding: 25px 0;
  line-height: 27px;
}

.panel-group .card .card-header {

  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  color: #000;
  margin-bottom:10px;
  margin-top: 10px;
}

.panel-group .card .card-header .btn-faq {
  margin-left: auto;
  background: transparent;
  border: none;
}

.panel-group .card .collapse{
  color: #000000;
  font-size: 14px;
  line-height: 27px;
  margin: 0px 0 10px;
}

.faq-img img {
  position: absolute;
  top: -100px;
}

.hire-section .custom-head{
	font-weight: 600;
	color:#000;
}
.faq-section{
	padding-bottom:0px;
}
.faq-section .custom-head{
	padding-left:30px;
	position:relative;
}
.faq-section .custom-head::before{
  content: '';
  position: absolute;
  height: 95px;
  border: 1px solid #333;
  border-radius: 0;
  left: 0;
  top: 0;
}