
.header-transparent .navbar{
    background-color: #fff;
}
/* .header-transparent .module__btn, .header-transparent .nav__item .nav__item-link, .header-transparent .module__btn-request{
    color: #000000;
} */
/* .header-transparent .module__btn-phone a
{
    color: #000000;
} */
.bg-overlay-theme:before
{
    background-color: none;
}
#bannerLayout2{
    background:linear-gradient( 90deg, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 1) 100% ) , url('../images/home/BOILERS.jpg');
    background-size: cover;
    height: 110vh;
}
.get_home{
    color: #fff;
    font-size: 35px;
}


.home5 .contact__panel{
    background-color: transparent;
}

.home5 .input-type {
    background: rgba(255, 255, 255, 0.5);
    mix-blend-mode: normal;
    border: 1px solid #ababab;
    border-radius: 10px;
    box-shadow: none;
    color: #fff;
}

.home5 .model-spans {
    font-weight: 400;
    font-size: 16px;
    line-height: 4;
    color: #ffffff;
}

.home5 .get_para{
    color: #ffffff;
    text-align: justify;
}
.home5 .contact__panel-layout2{
    padding: 0px 80px;
}

.home5 .djsui{
    padding: 50px 0;
}

.home5{
    padding: 10px
}

.home5 .form-group{
    margin-bottom: 30px;
}

.home5 .message1, .message2, .message3, .message4, .message5{
    position: absolute;
}

.home-btn1::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
    border-radius: 5px;
    transform-origin: left;
    transition: transform 0.5s;
    transform: scaleX(0);
}

.home-btn1:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.home-btn1 {
    background: #005cc3;
    animation: btn 2s ease-in-out infinite;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    top:-10px;
    z-index: 1;
    border-radius: 5px !important;
    padding: 10px 20px;
    color: #fff;
}

.home5 .hdsu{
    display: flex;
    justify-content: center;
    align-items: center;
}
.home5 .dev{
    display: flex;
    align-items: center;
}

.home5 .contactform_ul a{
    margin-left: 0px;
}

.home5 .cdld{
    padding-left: 25px;
}
.heading-2 .heading__title
{
    font-size: 37px;
}

.home_banner{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) , url('../images/home/banner2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
}

.home_banner .slide__title{
    font-size: 70px;
    /* text-align: center; */
    line-height: 95px;
    color: #ffffff;
    margin-bottom: 20px;
}

.slide__desc{
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
}

.home7  .fhdbh{
    color: #005cc3;
    font-size: 28px;
    font-weight: 500;
    text-align: left    ;
    padding: 10px 0;
}
.home4 .fhdbh{
    color: #005cc3;
    font-size: 58px;
    font-weight: 500;
    text-align: center;
    padding: 35px 0;
}

.about__text p{
    text-align: justify;
}

.home4  .forwarding1 {
    line-height: 3;
}
.forwarding1 li {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    padding-bottom: 25px;
}
.forwarding1 .flight {
    padding: 0 30px;
    font-size: 19px;
    color: #005cc3;
}
.heading-2 .heading__title{
    margin-bottom: 0PX;
}


.social-media-side {
    position: fixed;
    bottom: 20px;
    z-index: 99;
    width: 50px;
}

.social-media-side ul {
    padding: 0px;
    transform: translate(-270px,0);
}

.social-media-side ul li {
    display: block;
    margin: 14px;
    background: #005488;
    width: 300px;
    text-align: right;
    padding: 4px;
    border-radius: 0 30px 30px 0;
    transition: all 1.5s;
}

.social-media-side ul li:hover {
    transform: translate(110px,0);
    background: #005488;
    transition: all 1.5s;
}

.social-media-side ul li:hover a {
    color: white;
}

.social-media-side ul li:hover i{
    color: #c44a73;
    background: white;
    transform: rotate(360deg);
    transition: all 1.5s;
}

.social-media-side ul li i {
    margin-left: 10px;
    color: #000;
    background: white;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transform: rotate(0deg);
    text-align: center;
    font-size: 20px;
}

.youtubeBtn{
    position: fixed;
    left: 50%;
  transform:translatex(-50%);
    bottom: 20px;
    cursor: pointer;
    transition: all .3s;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
  background:#000;
  padding:2px 10px;
  border-radius:5px;
}