.madin_header{
    background:linear-gradient(rgb(255 255 255 / 0%),rgba(255, 219, 183, 0.2)), url('../img/main_imageV1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    max-height: 120vh;
  }
  .top-header{
    background: linear-gradient(119.54deg,#F35D16 0%,#f4804a 100%);
  }
  .nav-bg{
    background: linear-gradient(69deg, rgb(254 246 237) 36%, rgba(255,255,255,1) 57%)
  }
  .nav-border-bt{
    height: 3px;
    background: linear-gradient(119.54deg,#F35D16 0%,#f4804a 100%);
  }
  .shot-menu{
    background:linear-gradient(119.54deg,#F35D16 0%,#f4804a 100%);
    /* background: linear-gradient(to bottom, #ff7c29, #ff8535, #ff8e40, #ff964c, #ff9e57, #fea35f, #fca968, #ffa45b, #ffa75d, #ffa65b, #ffa256, #fb9c46); */
    position: relative;
    top: -41px;
    /* border:2px solid #F15E2A; */

  }
.menu-our > a{
  font-size: 15px;
  text-decoration: none;
  /* color: #424242; */
  color: #ffff;
}
  .top-header  p,a{
    color: #fff;
    font-size: 11px;
    font-weight: 600;
  }
  .btn-orange{
    background-color: #9C2218;
    color:#fff;
    height: 35px;
    margin-top: 10px;
    padding:6px 18px;
    border:none;
    border-radius: 17px 17px;
    text-decoration: none;
    font-size: 14px;
  }
  .top-h-right{
    font-size: 12px;
  }
  .top-h-right > .fw-bold{
    color: #424242;
  }
  .hvr-shutter-out-horizontal:before{
    background:  #f96b24 !important;
    border:0px;
    padding:5px 17px;
    border-radius: 17px 17px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  }



  /* service */
  .bg-service{
    background-image: linear-gradient(rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0.7)), url('https://wallpapercave.com/wp/wp8815597.jpg');
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #FF5C0D;
    padding:5em 2em;
  }
  .bg-serv-head > span{
    color: #F15E2A;
    font-weight: 600;
  }
  .bg-serv-head_heading{
    font-size: 35px;
    background: -webkit-linear-gradient(180deg,#4e4e50 0%,#3e3e3f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Red Hat Display", sans-serif;
  }
 

  /* footer  */
  
  .data-head{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 76vh;
  }
  .data-head > a {
    color: #fff;
  }


  /*  Common CSS */
  .text-bgw{
    color: #f4783d;
  }
  .text-blue{
    color: #1B5587;
  }
  .main-select > option{
    background-color: #f4804a;
    color: #fff;
    padding: 0px 5px;
  }

  .btn-lottery{
    background: #f47e47;
    color: #fff;
    font-size: medium;
    transition: 0.4s ease;
    border-radius: 20px;
    text-align: center;
    align-items: center;
  }
  .btn-lottery:hover{
    transform: translateY(-10);
    background-color:#1B5587;
    color: #fff;

  }

  /* toggle btn sty */
  .switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 68px;
    height: 25px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing:content-box;
  }
  .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing:content-box;
  }
  .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing:content-box;
  }
  .switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing:content-box;
  }
  .switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaaaaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  }
  .switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
  }
  .switch-input:checked ~ .switch-label {
    background: #00AC2C;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
  }
  .switch-input:checked ~ .switch-label:before {
    opacity: 0;
  }
  .switch-input:checked ~ .switch-label:after {
    opacity: 1;
  }
  .switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 21px;
    height: 21px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  }
  .switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  }
  .switch-input:checked ~ .switch-handle {
    left: 47px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  }
   
  /* Transition  ========================== */
  .switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
  }
  .table-styled{
    font-size: 12px;

  }


.btn-primary {
    color: #fff;
    background-color: #f47e47;
    border-color: #f57a42;
}
    .btn-primary:hover {
        color: #fff;
        background-color: #f07237;
        border-color: #f57a42;
    }
    .btn-primary:focus {
        color: #fff;
        background-color: #f07237;
        border-color: #f57a42;
    }

    .btn-primary:disabled {
        color: #fff;
        background-color: #f5b89c;
        border-color: #f57a42;
    }
