
body {
    font-size: 14px;
}
body, h1, h2, h3, h4, h5, h6, p, span, a { 
    font-family: 'fira-sans', sans-serif;
    color: #322A2A;
}
*:hover {
    transition: all ease 0.5s;
}

input[type=text]:focus,
select:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
input[type=checkbox].css-checkbox, input[type=radio].css-radio{
    outline-color: #0693e3;
    box-shadow: none;
}
button[type=submit] { cursor: pointer; }
textarea { resize: none; }
img {
    max-width: 100%;
    height: auto; 
}
/* -- header -- */
.logo img {
    max-width: 104px;
}
.brand_name h1 {
    font-size: 24px;
    color:#fff;
    font-weight: 500;
    line-height: 34px;
}
.header_top .d-flex {
    align-items: center;
}
.lst_sec .cuntry_sec span, .lst_sec .cuntry_sec, .lst_sec .srch span {
    color: #fff;
}
.header_btm{
    background: #EBEBEB;
    height: 62px;
}
.header_btm ul.navbar-nav {
    margin: auto;
    padding-top: 8px;
}

.header_btm ul.navbar-nav li {
    display: inline-block;
}
.header_btm ul.navbar-nav li a{
  letter-spacing: 0;
  line-height: 17px;
}
/* -- search toggle -- */
.lst_sec .srch .fa {
    font-size: 20px;
}

.srch_toggle input {
    height: 50px;
    /* width: 379px !important; */
    border: 1px solid #979797;
    border-radius: 2px;
    background-color: #FFFFFF;
    font-size: 16px;
    margin-right: 10px;
}

.srch_toggle form.form-inline {max-width: 870px;margin: auto;}

.srch_toggle form.form-inline .form-group {
    width: 65%;
    position: relative;
}

.srch_toggle form.form-inline .form-group input {
    width: 100%;
    padding-left: 55px;
}

.srch_toggle form.form-inline .form-group button.btn {
    width: 40%;
}

.srch_toggle form.form-inline button.btn.btn-primary {
    width: 35%;
    height: 50px;
    border-radius: 3px;
    background-color: #B30000;
    border-color: #b30000;
}

.srch_toggle {
    background: #EBEBEB;
    padding: 15px 0;
    /* opacity: 0; */
    transition: all ease 0.5s;
    position: absolute;
    width: 100%;
    z-index: 1;
    display: none;
}

/* -- filter dropdown -- */
.mid_wrap {
    padding: 80px 0;
}
.mid_wrap form {
}
.site_heading {
    margin-bottom: 60px;
    font-weight: 600;
}
.mid_wrap .dropdown {
  position: relative;
  margin-bottom: 20px;
}
.mid_wrap .dropdown .dropdown-list {
  /* padding: 5px 0; */
  background: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 223px;
  overflow-y: auto;
  background: #fff;
  display: none;
  z-index: 10;
}
.mid_wrap .dropdown .checkbox {
  opacity: 0;
  transition: opacity 0.2s;
}
.mid_wrap .dropdown .dropdown-label {
  display: block;
  height: 45px;
  font-size: 14px;
  line-height: 43px;
  background: #f6f6f6;
  border: 1px solid #7b7b80;
  padding: 0 40px 0 20px;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  color: #5e6167;
  overflow: hidden;
  font-weight: normal;
}
.mid_wrap .dropdown .dropdown-label:before {
  content: "\f078";
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.25s;
  transform-origin: center center;
  font-family: 'FontAwesome';
  font-size: 11px;
}
.mid_wrap .dropdown.open .dropdown-list {
  display: block;
}
.mid_wrap .dropdown.open .checkbox {
  transition: 2s opacity 2s;
  opacity: 1;
  margin: 0;
  padding: 5px 15px;
}
.mid_wrap .dropdown.open .dropdown-label:before {
  transform: translateY(-50%) rotate(-180deg);
}

.mid_wrap .checkbox {
  margin-bottom: 20px;
}
.mid_wrap .checkbox:last-child {
  margin-bottom: 0;
}
.mid_wrap .checkbox .checkbox-custom {
  display: none;
}
.mid_wrap .checkbox .checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
}
.mid_wrap .checkbox .checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: white;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin-top: -2px;
}
.mid_wrap .checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  height: 8px;
  padding: 2px;
  transform: rotate(45deg);
  text-align: center;
  border: solid #000;
  border-width: 0 2px 2px 0;
}
.mid_wrap .dropdown.open .checkbox:hover {
    background: #ebebeb;
}

.srch_drop {
    padding: 15px 15px 0;
}
.srch_drop span.fa {
    position: absolute;
    top: 25px;
    right: 25px;
}
.srch_drop input {
    background: #f6f6f6;
    margin-bottom: 10px;
}
.mid_wrap form .form-control, .mid_wrap form select {
    background: #f6f6f6;
    border: 1px solid #7b7b80;
    height: 45px !important;
    font-size: 18px;
}

select#sel1 {
    font-size: 14px;
}

.mid_wrap form label {
    color: #75757A;
    font-weight: 600;
}

span.fa.addon {
    color: #322A2A;
    font-size: 16px;
    position: absolute;
    top: 14px;
    left: 20px;
}

.srch_toggle span.fa {
    font-size: 20px;
}
.srch_toggle.collapsed.pressed {
    display: block;
}
.header_top {
    overflow: hidden;
}


.mid_wrap form input {
    padding-left: 40px !important;
}


.search_result span.res_btn {
    border: 1px solid #75757A;
    border-radius: 19.5px;
    color: #322A2A;
    font-size: 14px;
    line-height: 37px;
    display: inline-block;
    height: 39px;
    width: 171.5px;
    text-align: center;
}

.search_result {
    margin: -10px 0 30px;
}

.search_result a {
    padding-left: 32px;
    text-decoration: underline;
}

span.fa.fa-times {
    padding-left: 8px;
}
/* -- Table grid -- */
.output_wrap .tab_head {
    border-radius: 4px;
  background-color: #4A3D3D;
      padding: 13px 20px;
}
.output_wrap .tab_head p {
    color: #fff;
    margin: 0;
}
.output_wrap .tab_grid p {
    color: #3C807C;
}
.output_wrap .grid_row .cont_sec h3 {
    color: #141414;
    font-size: 20px;
    font-weight: 600;
}
.output_wrap .grid_row .cont_sec p {
    color: #4A3D3D;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.output_wrap .theme_btn {
    color: #B30000;
    border: 1px solid #B30000;
    border-radius: 100px;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 20px;
}
.output_wrap .theme_btn:hover {
    background: #b30000;
    color: #fff;
}
.output_wrap .tab_grid {
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.13), 0 3px 7px 0 rgba(0,0,0,0.12);
    padding: 25px 20px;
    margin-top: 12px;
}
.output_wrap .tab_grid .grid_row {
    width: 100%;
    float: left;
}
.output_wrap .tab_grid .grid_row .img_sec {
    width: 17%;
    float: left;
    padding-right: 25px;    
}
.output_wrap .tab_grid .grid_row .cont_sec {
    width: 83%;
    float: left;
}
.output_wrap .tab_grid.img_no .grid_row .cont_sec {
    width: 100%;
}
.btn_block{
    max-width: 380px;
    border-radius: 4px;
    background-color: #B30000;
    text-transform: uppercase;
    display: block;
    margin: 60px auto;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 5px;
    color: #fff !important;
}

/* -- footer -- */
.mid_ftr{
    background: #EBEBEB;
    padding: 30px 0;
}
.mid_ftr ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.social_icon p{
    justify-content: flex-end;
    font-size: 23px;
}
.social_icon p a{
    justify-content: flex-end;
    font-size: 23px;
    padding: 12px;
}

.ftr_logo_sec span {
    padding-left: 30px;
}
.mid_ftr ul li {
    display: inline-block;
    padding: 5px 20px 5px 0;
}

.btm_ftr .d-flex > div {margin-right: 40px;}

.btn1 a {
    border: 1px solid;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
}

.btn1 a span.fa {
    padding-left: 40px;
}
.img_logo img {
    width: 104px;
}

footer .top_ftr {
    border-top: 1px solid;
    padding: 30px 0;
    position: relative;
}
footer .top_ftr img {
    width: 130px;
}

/* -- Inner Page -- */
.side_row, .left1, .right1{
    float: left;
}
.side_row {
    width: 100%;
    border-bottom: 1px solid #DEDEDE;
    margin-top: 18px;
}
.left1 {
    width: 35%;
}
.right1 {
    width: 65%;
}
.brdcrumb ul {
    padding: 0;
    list-style: none;
}
.brdcrumb ul li {
    display: inline-block;
    color: #75757A;
}
.brdcrumb {
    margin: 50px 0;
}
.site_content p {
    line-height: 33px;
    font-size: 20px;
    margin-bottom: 3rem;
}
.cat_detail_wrap .site_heading {
    margin-bottom: 25px;
}
.cat_detail_wrap .col-md-9 {
    padding-right: 74px;
}

.side_bar img {
    margin-bottom: 20px;
}

.right1 a {
    color: #3C807C;
}

.right1 span.fa {
    font-size: 21px;
    padding-right: 20px;
}
.register_form {
    background: #fafbfc;
    padding: 25px;
}
.form_wrap {
    padding: 35px;
}
.register_form .form_wrap label {
    font-size: 16px;
    font-weight: 600;
}
.register_form .form_wrap .form-control {
    height: 51px !important;
    border: 1px solid #aaa;
    padding: 17px 7px;
}
.register_form .form_wrap button {
    background: #5cb85c;
    margin: 20px 0;
    width: 260px;
    padding: 20px;
    border: 1px solid #5cb85c;
    font-size: 26px;
    font-weight: normal;
}
.minus_mr {
    margin-top: -15%;
}
.resp_img_blck {
    display: none;
}
.tab_grid.list-view .grid_row .btn-primary:focus{
    box-shadow: none;
}

.tab_grid.list-view .grid_row .btn-primary:not(:disabled):not(.disabled):active{
    color: #ffffff;
    border: 1px solid #B30000;
    background:#B30000;
}