/* p{
    font-weight: 300;
} */
.color-yellow {
    color: #ffa910 !important;
}
.service-section-1 img{
    margin-right: -80px;
    position: relative;
    z-index: 5;
}
.service-section-1 img.web-img{
    margin-top: -40px;
}
.service-section-1 .default-h2-heading{
    margin-left: -140px;
    font-size: 32px;
    background-color: #fff;
}
.service-section-1 .default-h2-heading span{
    padding: 10px 25px;
    padding-left: 140px;
    display: inline-block;
}
.service-section-1 .default-h2-heading span:nth-child(1){
    margin-bottom: 5px;
}


.services-list img{
    max-height: 180px;
    margin: 20px auto;
}
.services-list h3{
    color: #FFA910;
    font-weight: 600;
}
/* .services-list p{
    font-weight: 300;
} */

/* .service-section-2 h3{
    color: #ffffff;
    padding-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 7px solid #ffffff;
    margin-bottom: 20px;
    font-size: 1.5rem;
} */
.service-section-2 hgroup h2{
    margin-bottom: 20px;
}
.heading-design-2{
    display: flex;
    border: 2px solid #ffffff;
    align-items: center;
    height: 66px;
    border-radius: 100px;
    margin-bottom: 20px;
}
.heading-design-2 img{
    width: 65px;
    transform: translateX(-1px);
}
.heading-design-2 h3{
    width: calc(100% - 70px);
    padding: 0 6px;
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.2rem;
}
/* .service-section-2 p, .process-list p{
    font-weight: 300;
} */
.process-list{
    position: relative;
}
.process-list:before{
    content: "";
    position: absolute;
    left: 88px;
    top: 2px;
    height: calc(100% - 10%);
    border-left: 2px dashed #707070;
    z-index: -1;
}
.process-list li{
    display: flex;
    margin-top: 2rem;
}
.process-list li:first-child{
    margin-top: 0;
}
.process-list h3{
    font-size: 1.5rem;
    color: #000000;
    font-weight: 600;
}
.process-list li .pro-text{
    width: calc(100% - 150px);
}
.process-list li .pro-icon{
    text-align: center;
    width: 150px;
}
.process-list li .pro-icon img{
    width: 64px;
}
.service-faq .accordion{
    max-width: 850px;
    margin: 0 auto;
}

.service-faq .card{
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    margin-bottom: 20px;
}
.service-faq .card-header{
    background: transparent;
    border: 0;
    padding: 15px 40px 0 40px;
}
.service-faq .card-header h2 button{
    color: #000000;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0;
    padding-top: 35px;
}
.service-faq .card-body{
    padding: 10px 100px 35px 40px;
}
.service-faq .card-body p{
    margin-bottom: 0;
    /* font-weight: 300; */
}
.service-faq .collapse{
    padding-bottom: 0;
}
.service-faq .collapse.show{
    padding-bottom: 15px;
}
.service-faq .card-header h2 button.btn:focus{
    box-shadow: none;
}
.service-faq .card-header h2 button.collapsed{
    padding-top: 0;
    padding-bottom: 15px;
}

.service-faq .card-header h2 button:before {
    float: right !important;
    font-family:'Font Awesome 6 Pro';
    content:"\f00d";
    padding-right: 5px;
    font-weight: 300;
    color: #ffffff;
    background: #707070;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    text-align: center;
    font-size: 18px;
    padding-top: 1px;
    padding-left: 4.5px;
}
.service-faq .card-header h2 button.collapsed:before {
    float: right !important;
    content:"\f078";
    font-weight: 300;
    color: #707070;
    background: transparent;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-left: 0;
}
.service-faq .card-header h2 button::after{
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    background: url("../images/services/comment.svg");
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 284px;
    width: 100%;
    height: 90%;
    opacity: 1;
    /* z-index: -1; */
}
.service-faq .card-header h2 button.collapsed::after{
    opacity: 0;
}
.service-faq .card-header h2 button span, .service-faq .card-body{
    position: relative;
    z-index: 55;
}
#service-carousel figure{
    text-align: center;
}
#service-carousel figure img{
    max-width: 125px;
    margin: auto;
}

.pdd-carousel{
    max-width: 1000px;
    margin: auto;
    width: 100%;
}

.footer-sec article {
    margin-top: 2rem;
  }
  .footer-sec article p {
    max-width: 350px;
    font-size: 21px;
    font-weight: 500;
  }
  .footer-sec article a {
    display: inline-flex;
    align-items: center;
    font-size: 21px;
    margin-top: 2rem;
    color: #000000;
  }
  .footer-sec article a svg {
    width: 65px;
    margin-right: 10px;
  }
  
  .footer-sec ul {
    margin-top: 2rem;
  }
  .footer-sec ul li {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #000000;
    display: inline-block;
    margin-right: 10px;
    border-radius: 100%;
    line-height: 50px;
  }
  .footer-sec ul li:last-child {
    margin-right: 0;
  }
  .footer-sec ul li a {
    color: #ffffff;
    font-size: 28px;
  }



  
.footer-sec ul li a svg{
    height: 22px;
    margin-top: -7px;
    fill: #ffffff;
}

.footer-sec ul li a svg .st0, .footer-sec ul li a svg .cls-1 {
    fill:#ffffff;
} 

.footer-sec form label {
  display: block;
  color: #ffffff;
  margin-top: 20px;
}
.footer-sec form input,
.footer-sec form textarea {
  width: 100%;
  display: block;
  color: #ffffff;
  border: none;
  border-bottom: 2px solid #ffffff;
  background: none;
  height: 35px;
  margin-top: 10px;
  outline: none;
}
.footer-sec form button {
  background: #000000;
  color: #ffffff;
  padding: 8px 35px;
  border-radius: 50px;
  font-size: 24px;
  margin-top: 35px;
  /* margin-bottom: 35px; */
  margin-bottom: 20px;
  outline: none;
  border: 2px solid #000000;
  transition: .2s all ease-in-out;
}

.footer-sec form label {
  color: #000000;
}
.footer-sec form button {
  background: #ffa910;
  color: #ffffff;
  border: 2px solid #ffa910;
}
.footer-sec form input {
  border-bottom: 2px solid #000000;
  color: #000000;
}
.footer-sec form textarea {
  min-height: 50px;
  border-bottom: 2px solid #000000;
  color: #000000;
}
.footer-sec form button:hover{
  background-color: #ffffff;
  color: #ffa910;
}

.footer-sec .heading-design {
    padding: 10px 60px;
    display: inline-block;
    margin: 0;
    background-color: #000000;
}

.footer-sec form input[type="checkbox"]{width: 15px;height: 15px;margin-top: 20px;margin-right: 10px;}
.footer-sec form label.sub{color: #000000;margin-bottom:0;}.footer-sec a{color:#ffa910;}

@media screen and (max-width: 991px){
    .service-section-1 img.web-img{
        margin-right: 0;
        text-align: center;
    }
    .default-h2-heading.port-heading{
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
    .service-section-1 .default-h2-heading span{
        padding-left: 25px;
    }
}


