/* Load Laila fonts locally */
@font-face {
    font-family: 'Laila';
    src: url('../fonts/Laila-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Laila';
    src: url('../fonts/Laila-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Laila';
    src: url('../fonts/Laila-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Laila';
    src: url('../fonts/Laila-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Laila';
    src: url('../fonts/Laila-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Apply Laila font to entire site */
body {
    font-family: 'Laila', sans-serif;
    font-weight: 400;
}
/* nav menu start */
.banner {
  height: 650px;
  background: url('../img/banner_bg.png') center/cover no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  align-items: center;
}
ul.navbar-nav.ms-auto.onpl_nav_menu_ban {
    margin-right: 2rem;
}
header {
  transition: all 0.3s ease;
}

header.full-width {
  background-color: #212529; /* Dark background */
}
.fixed-top{top:10px}
.fixed-top.full-width{top:0px}
header.full-width .header-container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-expand-lg {
    background-color: #fff;
    padding-right: 2rem;
    padding-left: 2rem;
    border-radius: 6px;}
.container-fluid .navbar-expand-lg {
      background-color: #ffffff;
    padding-left: 8rem;
    padding-right: 8rem;
    border-radius: 0px;
    border-bottom: solid 1px #dfdfe0;
    box-shadow: 0px 10px 30px rgb(26 54 85 / 0%);
    height: 80px;
    }
header.full-width .header-container{padding: 0;}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{color: #F98F2B;}
.onpl_nav_menu_ban li a:hover{color: #F98F2B;}
.onpl_nav_menu_ban li a{
    color: #3A4250;
    font-size: 14px;
    font-weight: 600;
}
.onpl_bann_desc{}
.onpl_bann_desc h1{    font-size: 40px;
    font-weight: bold;}
.onpl_bann_desc h1 span{color: #F98F2B;}
.onpl_bann_desc p{
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    width: 64%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.onpl_bann_desc a.btn:hover{background-color: #fff;}
.onpl_bann_desc a{
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    padding: 10px 40px;
    border-radius: 4px;
}
/* nav menu end */

/* form start */
.onpl_form_side_ban{padding: 4rem 2rem 2rem;}
.onpl_form_side_ban button.btn{
    text-align: center;
    background-color: #001C4C;
    color: #fff;
    padding: 14px 50px;
    font-size: 18px;
    font-weight: 500;
    border: transparent;
    border-radius: 4px;
    margin-top: 1.6rem;
    width: 100%;
}
.onpl_form_side_ban input.file_up{
    text-align: center;
    background-color: #001C4C;
    color: #fff;
    padding: 14px 50px;
    font-size: 18px;
    font-weight: 500;
    border: transparent;
    border-radius: 4px;
    margin-top: 1.6rem;
    width: 100%;
}
.file_up {
    color: transparent;       /* hides filename text */
}
.file_up::-webkit-file-upload-button {
    visibility: hidden;       /* hides default button in Chrome/Safari */
}
.file_up::file-selector-button {
    visibility: hidden;       /* hides default button in modern browsers */
}
.file_up {
    display: none;
}

/* Custom label acts like the button */
.upload-btn {
   text-align: center;
    background-color: #001C4C;
    color: #fff;
    padding: 14px 50px;
    font-size: 18px;
    font-weight: 500;
    border: transparent;
    border-radius: 4px;
    margin-top: 1.6rem;
    width: 100%;
    margin-right: 10px;
    cursor: pointer;
}

.onpl_form_side_ban button.btn:active{background-color: #001C4C;
    color: #fff;}
.onpl_form_side_ban button.btn.onpl_form_side_ban_btn{border:solid 1px #001C4C;color:#001C4C;background-color: transparent;}
.onpl_form_side_ban button.btn:hover{border:solid 1px #001C4C;color:#001C4C;background-color: transparent;}
.onpl_form_side_ban button.btn.onpl_form_side_ban_btn:hover{border:solid 1px #001C4C;color:#fff;background-color: #001C4C;}
.onpl_form_side_ban input, .onpl_form_side_ban select, .onpl_form_side_ban textarea{
     border-color: #6D7F8E;
    padding: 14px;
    border-radius: 4px;
    margin-bottom: 24px;
}
.onpl_form_side_ban input::placeholder, .onpl_form_side_ban select::placeholder, .onpl_form_side_ban textarea::placeholder{
        color: #6D7F8E;
}
.onpl_form_side_ban input:focus, .onpl_form_side_ban select:focus, .onpl_form_side_ban textarea:focus{
        box-shadow: none;
         border-color: #0E2B5C;
}
.onpl_form_sec_ban{background-color: #fff;box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);margin-bottom: 3rem;margin-top: -10rem;
    border-radius: 10px;}
.onpl_form_ban{background-color: #0E2B5C;display: grid;justify-content: center;align-items: center;text-align: center;    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;}
.onpl_form_ban h2{color: #fff;font-weight: 600;margin-top: 1rem;}
.onpl_form_ban p{
    color: #fff;
    margin-top: 1rem;
    font-weight: 600;
}
.onpl_form_ban img{
        margin-left: auto;
    margin-right: auto;
}
.onpl_form_side_ban h2{
    font-size: 30px;
    font-weight: 700;
    color: #0E2B5C;
}
.onpl_form_side_ban p{
    font-size: 14px;
    font-weight: 600;
    color: #2C2F33;
}
/* form end */

/* why choose us start */
.onpl_wyus_ban h2{
        font-size: 30px;
    font-weight: 600;
    color: #0E2B5C;
    line-height: 42px;
    margin-top: 8px;
}
.onpl_wyus_ban h4{
        font-size: 14px;
    text-transform: uppercase;
    color: #F98F2B;
    font-weight: 700;
    display: inline-block;
    padding-left: 4px;
    margin: 0;
    line-height: normal;
    vertical-align: middle;
}
.onpl_wyus_tit{
    padding-top: 14px;
    margin-right: 9rem;
    margin-bottom: 3rem;
}
.onpl_wyus_tit h2{
    font-size: 30px;
    font-weight: 600;
    color: #0E2B5C;
    line-height: 42px;
}
.onpl_wyus_tit p{
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: #7E8A96;
    padding-top: 6px;
}
.onpl_wyus_ban_main{}
.onpl_wyus_box_img{
    position: absolute;}
.onpl_wyus_box_img ul li{display: inline-block;margin-right: 1rem;};
.onpl_wyus_box_img ul{
    list-style: none;
    padding: 0px;
    width: auto;
}
.onpl_wyus_box_detai_inli h4{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
}
.onpl_wyus_box_detai_inli p{
       font-size: 14px;
    color: #6D7F8E;
    line-height: 22px;
}
.onpl_wyus_box_detai_inli{
       background-color: #fff;
    border-radius: 16px;
    padding: 1.2rem 1rem;
    text-align: left;
    color: #0E2B5C;
    box-shadow: -4px 0px 16px rgba(0, 0, 0, 0.08);
    width: 250px;
    border: solid 1px rgba(129, 153, 173, 0.2);
}
.onpl_wyus_box_detai{
    background-color: #0E2B5C;
    border-radius: 16px;
    width: auto;
    padding: 2.6rem 1rem;
    text-align: center;
    color: #fff;
        box-shadow: -4px 0px 16px rgba(0, 0, 0, 0.08);
}
.onpl_wyus_box_detai h4{
    font-size: 22px;
    padding-top: 1rem;
    margin: 0;
    font-weight: bold;
}
.onpl_wyus_box_detai p{
    font-size: 14px;
    margin: 0;
    margin-top: 9px;
}
/* why choose us end */

/* service started */
.onpl_serv_mani_ban{
    background: url(../img/service_bg.jpg) center / cover no-repeat;
    height: 450px;
    display: grid;
    align-items: center;
    margin-top: 3rem;
}
.onpl_serv_mani_ban h1{font-size: 50px;font-weight: bold;color: #fff; text-align: center;}
.onpl_serv_mani_ban h1 span{display: block;color: #F98F2B;}
.onpl_serv_mani_ban .onpl_ser_main_desc{
    text-align: center;
    margin: 1rem 5rem;
    color: #fff;
    line-height: 30px;
}
.onpl_serv_main_drop_ban{margin-top: -4rem; position: relative;margin-bottom: 2rem;}
.onpl_serv_main_drop_ban select.onpl_serv_main_drop_drop{
    color: #fff;
    background-color: #0E2B5C;
}
.onpl_serv_main_drop_ban i.new-ts {
    position: absolute;
    right: 14%;
    top: 20%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #ffffff;
}
.onpl_serv_main_drop_ban i{
    position: absolute;
    right: 14%;
    top: 20%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #0E2B5C;
}
.onpl_serv_main_drop_ban select{
            width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    --bs-form-select-bg-img: none;
    font-size: 28px;
    color: #0E2B5C;
    font-weight: 600;
    background-color: #fff;
    box-shadow: 0px 10px 30px rgba(26, 54, 85, 0.15);
    padding: 2.7rem 0rem 2.7rem 2rem;
    border-radius: 0;
      -webkit-appearance: none;  /* Chrome, Safari, Edge */
  -moz-appearance: none;     /* Firefox */
  appearance: none;          /* Standard */
  background-image: none;    /* Removes default arrow in some cases */
}
.onpl_serv_main_drop_ban::-ms-expand {
    display: none;
}
.onpl_serv_main_drop_ban select.form-select:focus {
    border-color: transparent; /* Custom focus color */
    box-shadow: none;
    outline: none;
}
.onpl_servi_pro_ban{}
.onpl_servi_pro_ban .onpl_servi_pro_ser_img img{}
.onpl_servi_pro_ban .onpl_servi_pro_ban_text h2{
    font-size: 16px;
    font-weight: 600;
    color: #0E2B5C;
    margin-top: -16px;
}
.onpl_servi_pro_ban .onpl_servi_pro_ban_text h3{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #F98F2B;
}
.onpl_servi_pro_ban .onpl_servi_pro_ban_text p{
        font-size: 12px;
    font-weight: 500;
    color: #7E8A96;
    line-height: 22px;
    margin: 0;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}
.onpl_servi_pro_ban .onpl_servi_pro_ban_text .onpl_servi_pro_plum_text_img img{
    margin-left: auto;
    display: block;
    margin-right: 36px;
    margin-top: -33px;
    border: solid 3px #D8DEE3;
    border-radius: 50px;
    position: relative;
    z-index: 10;
    width: 70px;
}
.onpl_servi_pro_ban .onpl_servi_pro_ban_text .onpl_servi_pro_plum_deta{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.onpl_servi_pro_ban .onpl_servi_pro_ban_text .onpl_servi_pro_plum_deta p{
font-weight: 700;
    color: #0E2B5C;
    line-height: normal;
        max-height: inherit;
    min-height: inherit;
}
.onpl_servi_pro_ban .onpl_servi_pro_ban_text .onpl_servi_pro_plum_deta span{
font-size: 12px;
    font-weight: 700;
    color: #717D87;
}
.onpl_serv_main_see_all_btn{
        text-align: center;
    background-color: #001C4C;
    color: #fff;
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 500;
    border: transparent;
    border-radius: 4px;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.onpl_serv_main_see_all_btn:hover{background-color: #000; color: #fff;}
.onpl_serv_main_link{
    text-align: center;
    background-color: #001C4C;
    color: #fff;
    padding: 8px 20px;
    font-weight: 500;
    border: transparent;
    border-radius: 2px;
    margin-top: 1rem;
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
}
.onpl_serv_main_link:hover{color: #fff;}
/* service end */

/* how it work start */
.onpl_wyus_ban_title_ng{display: flex;align-items: center;}
.onpl_wyus_ban_title_ng h2{
        font-family: 'Poppins';
    font-size: 110px;
    font-weight: 700;
    text-transform: uppercase;
    color: #E9ECEF;
    writing-mode: sideways-lr;
        margin: 0;
}
.onpl_wyus_ban_list{}
.onpl_wyus_ban_list li{
        list-style: none;
    display: inline-flex;
    align-items: center;margin-bottom: 3rem;

}
.thmsh_ss{padding:0rem 5rem;}
.onpl_wyus_ban_list_img{
        background-color: rgb(229 232 236 / 51%);
    padding: 20px;
    border-radius: 6px;
}
.onpl_wyus_ban_list_detail p{
    margin: 0px;
    font-size: 16px;
    color: #65696C;
    margin-right: 3rem;
    font-weight: 500;
}
.onpl_wyus_ban_list_detail h2{
        font-size: 18px;
    font-weight: 600;
    color: #0E2B5C;
}
.onpl_wyus_ban_list_detail h2 span{color: #F98F2B;}
/* how it work end */

/* plumber category start */
.onpl_plumb_serv{background-color: #0E2B5C;border-radius: 24px;padding: 5rem;margin-top: 5rem;}
.onpl_plumb_serv h1{    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;margin-bottom: 3rem;}
.onpl_plumb_serv_sub h2{
    font-size: 18px;
    font-weight: 600;
    color: #0E2B5C;
    padding-top: 6px;
}
.onpl_plumb_serv_sub h3{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #F98F2B;
    margin-top: 10px;
}
.onpl_plumb_serv_sub button{
    text-align: center;
    background-color: #001C4C;
    color: #fff;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 500;
    border: transparent;
    border-radius: 4px;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}
.onpl_plumb_serv_sub{
    background-color: #fff;
    border-radius: 12px;
    padding: 1.5rem;
}
/* plumber category end */

/* about us start */
.onpl_wyus_ban_desc{
    font-size: 14px;
    font-weight: 500;
    color: #7E8A96;
    margin-right: 8rem;
    line-height: 28px;
}
.onpl_abus_ban_list li p{
    font-size: 16px;
    color: #0E2B5C;
    font-weight: 600;
}
.onpl_abus_ban_list li{margin: 0;}
.onpl_about_us_btn:hover{
    background-color: #fff;
    color: #001C4C;
    border: solid 1px #001C4C;
}
.onpl_about_us_btn{
        text-align: center;
    background-color: #001C4C;
    color: #fff;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 500;
    border: solid 1px;
    border-radius: 4px;
}
/* about us end */



/* footer start */
.onpl_footer_ban p{
        width: 40%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}
.onpl_footer_ban ul{padding: 0}
.onpl_footer_ban ul li{
        list-style: none;
    display: inline-block;
}
.onpl_footer_ban ul li a{
    color: #0E2B5C;
    background-color: #D8DEE3;
    border-radius: 100px;
    padding: 8px 11px;
    margin-right: 4px;
}
.onpl_footer_ban h2{    font-weight: 700;}
.onlp_footer_top_detail{
text-align: center;
    background-color: #fff;
    box-shadow: 1px -1px 30px rgb(30 96 170 / 19%);
    padding: 30px 30px 10px;
    width: 80%;
    margin-top: 4rem;
}
.onlp_footer_top{
    margin-bottom: -80px;
    margin-top: 3rem;
}
.onlp_footer_top_detail .asdr img{transform: rotate(316deg);}
.onlp_footer_top_detail .asdr{
        border-radius: 0% 50% 50% 50%;
    background: #0f2b5b;
    padding: 1.8rem;
    transform: rotate(45deg);
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
    margin-top: -68px;
}
.onlp_footer_top_detail h4{    font-size: 18px;
    font-weight: 700;
    color: #0E2B5C;}
.onlp_footer_top_detail p{
    font-size: 14px;
    font-weight: 500;
    color: #7E8A96;
    line-height: 28px;
}
.onpl_footer_ban{
    background: url(../img/footer_bg.jpg) center center / cover no-repeat;
    height: 400px;
    text-align: center;
    color: #fff;
    display: grid;
    align-items: end;
}
.onpl_footer_copy_text{float: left;}
.onpl_footer_copy_text p{    padding-top: 20px;
    color: #fff;}
.onpl_footer_copy_links{text-align: right;}
.onpl_footer_copyright{background-color: #0E2B5C;    border-top: solid 1px #819fd07a;}
.onpl_footer_copy_links ul{margin: 0;}
.onpl_footer_copy_links ul li{
    display: inline-block;
    padding: 20px 0px;
}
.onpl_footer_copy_links ul li a{color: #fff;text-decoration: none;}
/* footer end */


/* Responsive for mobile start */
@media only screen and (max-width: 767px) {
  .onpl_wyus_ban_title_ng h2 {
    display: none;
  }
  .onpl_bann_desc {
    padding-top: 4rem;
}
.banner {
    height: 500px;}
.onpl_bann_desc h1 {
    font-size: 24px;}
    .onpl_bann_desc p {
    font-size: 12px;
    line-height: 24px;
    width: 100%;}
    .onpl_form_sec_ban{margin-top: 20px;}
    .navbar-toggler-icon {--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}
    .onpl_form_ban{        border-radius: inherit;
border-top-left-radius: 10px;
    border-top-right-radius: 10px;padding: 3rem}
    .onpl_form_side_ban h2 {
    font-size: 20px;
    }
    .onpl_form_side_ban {
    padding: 2rem 2rem 2rem;
}
.upload-btn{margin-top: 0;font-size: 14px;}
.onpl_form_side_ban button.btn{font-size: 16px;}
.onpl_wyus_tit {
    padding-top: 14px;
    margin-right: 0;
    margin-bottom: 1rem;
}
.onpl_wyus_tit h2 {
    font-size: 24px;
    font-weight: 600;
    color: #0E2B5C;
    line-height: 36px;
}
.container-fluid .navbar-expand-lg{padding: 0rem 2rem;height: 100%;}
.onpl_wyus_box_img {
    position: relative;
}
.onpl_wyus_box_img ul li {
    display: block;
    margin-right: 0rem;
}
.onpl_wyus_box_detai{margin: 1rem;}
.onpl_wyus_box_detai_inli{margin: 1rem;width: auto;}
.onpl_serv_mani_ban h1{font-size: 24px;margin-top: 3rem;}
.onpl_serv_mani_ban .onpl_ser_main_desc {
    margin: 1rem 1rem;
    line-height: 28px;
    font-size: 12px;
}
.onpl_serv_main_drop_ban
 {
    margin-top: -2rem;}

    .onpl_serv_main_drop_ban select {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    padding: 1.7rem 0rem 1.3rem 1rem;
    margin-bottom: 13px;
}
.onpl_serv_main_drop_ban i {
    right: 10%;
    top: 46%;}
.onpl_serv_main_drop_ban i.new-ts {
    right: 10%;
    top: 46%;}
    .onpl_servi_pro_ban .onpl_servi_pro_ban_text .onpl_servi_pro_plum_text_img img {    margin-right: 70px;}
    .onpl_wyus_ban h2 {
    font-size: 24px;}
    .thmsh_ss {
    padding: 0;
}
.onpl_wyus_ban_list
 {
    margin-top:28px;
    padding: 0;
}
.onpl_wyus_ban_list_detail h2 {
    font-size: 14px;
        font-weight: 700;
        margin-bottom: 2px;}
    .onpl_wyus_ban_list_img{padding: 14px;}
    .onpl_wyus_ban_list_img img{width: 30px;}
    .onpl_wyus_ban_list_detail p {
    font-size: 12px;
    margin-right: 0rem;
}
.onpl_wyus_ban_list_detail.ms-3 {
    margin-left: 10px !important;
}
.onpl_plumb_serv {
    background-color: #0E2B5C;
    border-radius: 10px;
    padding: 1rem;
    margin-top: 0rem;
}
.onpl_plumb_serv h1
 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom:1rem}
    .onpl_plumb_serv_sub{margin-bottom: 1rem;}
    .onpl_wyus_ban_desc{margin: 0;}
    .onpl_wyus_ban_res{margin-top: 3rem;}
    .onpl_abus_ban_list li p {
    font-size: 14px;}
    .onlp_footer_top_detail {
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 100%;
}
.onpl_footer_ban p {
    width: 100%;
    font-size: 12px;}
    .onpl_footer_ban {
    height: 270px;
        padding: 2rem !important;
    }
    .onpl_footer_copy_links ul li {
    padding: 0px 0px 10px;
}
.onpl_footer_copy_links ul{padding: 0;}
}
/* Responsive for mobile end */

