@import url('https://fonts.googleapis.com/css2?family=Muli:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap');
.bg_innercls {
  background-color: #FFFFB2;
  font-family: 'Muli', sans-serif;
  font-size:20px;
}
.main_hdr{font-family: 'Playfair Display', serif;}
.hp1{
  background-color: #FF8C01;
  font-family: 'Muli', sans-serif;
  font-size:20px;

}

.txtcls{font-family: 'Muli', sans-serif;
  font-size:17px;
  color:#5E1400;}
.container_bg{
  /*position: relative;*/
    background-color: #FF8C01;
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url("../img/hp_bg_final.jpg");
    /*min-height:540px;*/
}
.pad0{padding-right:0px;padding-left:0px;}
.container_bg_inner{
  /*position: relative;*/
    background-color: #FFFFB2;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  	background-image: url("../img/bg_inner.png");
  	min-height:540px;
}

.container_bg1{
  /*position: relative;*/
    background-color: #fff;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  background-image: url("../img/hp_bg1.png");
  width:100%;
  min-height:800px;
}
.bottom_bg{
  /*position: relative;*/
    background-color: #fff;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  background-image: url("../img/bottom_bg.jpg");
}
h1{font-size:46px;color:#56181B;}
.scalewidth{width:65%;}
.ptop_layer_50px{padding-top:50px;}
.pbottom_layer_50px{padding-bottom :50px;}
.ptop_layer_20px{padding-top:20px;}
.ptop_layer_30px{padding-top:30px;}
.pbottom_layer_30px{padding-bottom :30px;}
.pbottom_layer_20px{padding-bottom :20px;}
p {
    margin: 0 0 15px;
}

.txtcenter_with_line_hdr {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.txtcenter_with_line_hdr:before, .txtcenter_with_line_hdr:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: red;
}
.txtcenter_with_line_hdr:before {
    margin-left: -50%;
    text-align: right;
}
.basic_menu{
	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
  	/*background-color: #333333;*/
}
.basic_menu li {
  /*float: left;*/
  display:inline-block;
  font-size:22px;
  text-align: center;
  line-height: 40px;
}
.basic_menu li a {
  /*display: block;*/
  color: #5E1412;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  font-size:20px;
  font-weight: bold;

}

.active_menu{ 
	background-color: #FECC00;
}
.basic_menu li a:hover {
  background-color: #FECC00;
}

.basic_menu li:after {content:'|'}

.well_bg{background-color: #FECC00;border-color: #FECC00;font-weight: bold;font-size:20px;}
.bgcls{background-color: #E95422;}
.well1{margin-bottom:0px!important;background-color: #FFFFB2;border-color: #EF7F1A; min-height: 400px!important;}
.wellbox{border-right: 1px solid #EF7F1A;}
.padding_left_30px{padding-left:30px;}
.padding_left_30px1{padding-left:30px;}

/*.panel-primary {
    border-color: #337ab7;
}*/
.panel-primary > .panel-heading {
    color: #56181B;
    background-color: #FFCB05;
    border-color: #FFCB05!important;
    font-weight: bold;
}

/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/


.panel {
    margin-bottom: 20px;
    background-color: #FFFFB2;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
    /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
    -webkit-box-shadow: none !important;
}
    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        /*border-color: #EEEEEE;*/
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FFCB05;
        border-color: #FFCB05;
    }

    .panel-title {
        font-size: 14px;
        font-weight: bold;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #5E1400;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }

.ct_cls{
  width:100%;
  background-color: #FFCB05;
  margin-top:20px;
  padding:15px 15px;
  font-weight: bold;
}
.facls{
  vertical-align: middle;padding-right:20px;
}


@media only screen and (min-width: 320px) and (max-width: 480px){
    .banner-bg{
        padding: 20px 40px 20px!important;
    }
    .resp_cls{
      padding-top:350px!important;
    }
    h1{font-size:35px;}
    .container_bg{
      min-height: 450px;
    }
    .container_bg_inner{
      min-height: 450px;
    }
    .wellbox{border-right: none;}
    .padding_left_30px1{padding-left:15px;}
    

}