/* header-light */
.header-light ul li a:hover{
    color: #FF6201 !important;
}
#mainmenu ul li a:hover{
    background: #A23E48 !important;
    color: #fff !important;
}

.branches_work span{
    font-size: 1.2rem;
    font-weight: 600;
    color: #c7c7c7;
}

.btn-custom{
    border: 2px solid #FF6201 !important;
    background-color: #FF6201 !important;
}
.btm2{
    border: 2px solid #FF6201 !important;
    background-color: transparent !important;
}
.btm2:hover{
    background-color: #FF6201 !important;
}


/* e_con_grp */
.e_con_grp {
    background-color: #fff;
    border-radius: 1rem;
    height: 300px;
    padding: 1rem;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border: 1px solid #ced4da ;
    /* outline: none; */
    box-shadow: none;
  }
  .countrysec {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none !important;
    appearance: none;
    background-color: var(--bs-body-bg) !important;
    background-clip: padding-box;
    border:1px solid #ced4da !important;
    border-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .eligible_btn {
    background: #262C42;
    color: #fff;
    width: 100%;
  }
  .eligible_btn:hover,
  .eligible_btn:focus,
  .eligible_btn:active {
    color: #fff;
    background: #262C42;
    box-shadow: none;
  }
  .btn-check:checked + .btn,
  .btn.active,
  .btn.show,
  .btn:first-child:active,
  :not(.btn-check) + .btn:active {
    color: #fff !important;
    background-color: #262C42;
    border-color: none;
    box-shadow: none;
  }
  .form_card {
    padding: 1.5rem;
  }
  .sub_head {
    font-size: 1.6rem;
  }
  

  .de_tab.tab_steps .de_nav li.active span, a.btn-border.btn-invert, .small-border, .icon-box, .profile-sm img {
    border-color: #A23E48 !important;
  }


  /* section-methods */
  #section-methods .card{
    min-height: 400px;
    border-radius: 1rem;
    color: #ffffff;
    position: relative;
    overflow: hidden;
  }
  #section-methods .card .card-body{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #section-methods .card .card-body .crad-title{
    color: #ffffff;
  }
  #section-methods .ss_card{
    background: linear-gradient(#0000006b, #00000000),url("../images/background/cd_1.jpg") no-repeat center center/cover;
  }
  #section-methods .card .card-body{
    padding: 0;
  }
  #section-methods .card .card-body .crad-title{
    background: linear-gradient(#000000fc, #00000000);
    padding: 1rem;
    font-size: 1.5rem;
  }
  #section-methods .card .card-body p{
    background: linear-gradient( #00000000,#000000fc);
    padding: 1rem;
    margin-bottom: 0;
  }
  #section-methods .ir_card{
    background: linear-gradient(#0000006b, #00000000) ,url("../images/background/cd_2.jpg") no-repeat center center/cover;
  }
  #section-methods .fw_card{
    background: linear-gradient(#0000006b, #00000000),url("../images/background/cd_3.jpg") no-repeat center center/cover;
  }
  #section-methods .ew_card{
    background: linear-gradient(#0000006b, #00000000), url("../images/background/cd_4.jpg") no-repeat center center/cover;
  }
  #section-methods .hp_card{
    background: linear-gradient(#0000006b, #00000000),url("../images/secImg/hp-7.jpg") no-repeat center center/cover;
  }

  .req_qte{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #0000008c;
    top: 0;
    left: 0;
    border-radius: 1rem;
    transform: translate(-100%, -100%);
    transition: all .3s ease-out;
  }

  #section-methods .card:hover .req_qte{
    transform: translate(0);
  }
  
  .quote_btn{
    background-color: #FF6201;
    color: #fff;
    padding: .3rem 1.5rem;
    border-radius: .3rem;
  }
  .quote_btn:hover{
    color: #fff;
  }

  .idWork .card{
    border-radius: .5rem;
  }
  .idWork .card .card-body{
    margin: 0;
    padding: 0;
  }
  .idWork .card .card-body img{
    border-radius: .5rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none !important;
    outline: none !important;
  }

  /* back-to-top */
#back-to-top{
    background: #FF6201 !important;
}

/* section-news */
#section-news{
    padding-top: 0 !important;
}
.date-box{
    background-color: #A23E48 ;
}
.post-text .p-tagline{
    color: #FF6201 !important;
}

.id-color{
    color: #FF6201 !important;
}
.de_testi_by span{
    color: #FF6201 !important;
}
.owl-dot.active {
    background: #FF6201 !important;
}

.bg-color{
    background-color: #FF6201;
}

#teamCard .card{
    min-height: 280px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
#teamCard .card img{
    width: 50px;
}
.icn_bg{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #FF6201;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .8rem;
    margin-top: .8rem;
}

/* footer */
address .blt_branch{
    display: inline-block;
    font-size: 1.2rem !important;
    font-weight: 600;
    color: #d3d3d3 !important;
}
address span i{
    color: #FF6201 !important;
}
.social-icons a i{
    background-color: #FF6201 ;
}
.social-icons a i:hover{
    color: #FF6201 ;
}
.tb-social a i{
    color: #FF6201 !important;
}

@media (max-width:950px){
    #logo{
        margin-top: -15px;
    }
    #menu-btn{
        margin-top: 3px;
    }
}