.list-title{
  font-size: 35px;
  letter-spacing: 2px;
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
}
.list-title img {
    width: 35px;
    margin-top: -5px;
}
.padding{
  padding: 20px 0px;
}
.padding-1{
  padding: 0px 0px 0px 35px;
}
.image-1{
  width: 30%;
}
.left{
  float: left;
}
.center-box{
  max-width: 980px;
  left: 0;
  right: 0;
  margin: auto;
}
.center{
  display:flex;
  align-items:center;
  padding: 20px 0;
}
.text-1{
  font-size: 20px;
  letter-spacing: 2px;
  color: #959596;
}
.text-2{
  font-size: 30px;
  text-align: justify;
  /*display: -webkit-box;*/
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-3{
  font-size: 15px;
  padding: 10px 0;
  color: #b3b3b3;
  letter-spacing: 2px;
  max-height: 74px;
  text-align: justify;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* news-Inside */

.news-lnside-box{
  max-width: 1270px;
  left: 0;
  right: 0;
  margin: auto;
}
.border{
  border-bottom: 1px solid #7d7d7d;
  margin: 20px 0;
}
.input{
  background: #7fffd400;
  border: 0px;
  font-size: 22px;
  letter-spacing: 2px;
}

/* news-Inside */

/* stronghold */
.stronghold-box{
  max-width: 1270px;
  left: 0;
  right: 0;
  margin: auto;
}
.ph-box{
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
}
.ph-box img{
  width: 100%;
}
.title-height{
  height: 90px;
}
      .title-height1{
        height: 50px;
      }
.stronghold-title-box{
  padding: 3%;
  border: 1px solid #C6BA8E;
  margin: 0 0px 20px 0px;
}
.stronghold-title{
  font-size: 25px;
  padding: 10px 0 0 0;
  letter-spacing: 2px;
}
.str-title2{
  color: #ababab;
  letter-spacing: 2px;
}
.str-title3{
  display: inline-block;
  border-bottom: 1px solid #a7a7a7;
  padding-right: 1%;
  width: 100%;
}
      .str-title3-1{
        display: inline-block;
      }
      .str-title3-2{
        display: inline-block;
        padding-left: 3%;
      }

.str-title4{
  padding-right: 9px;
  display: inline-block;
}
      .str-title4-1{
        padding: 10px 0 0 0;
      }
.str-bottom{
  width: 100%;
  background: #C6BA8E;
  color: white;
  display: inline-block;
  text-align: center;
  padding: 10px;
  font-size: 22px;
  letter-spacing: 2px;
  margin: 10px 0px 0px 0px;
}
.str-bottom:hover{
  color: white;
}
.select-box{
  background: #c8ba8a;
  padding: 6px 0px 18px 0px;
  box-shadow: 1px 7px 11px -4px rgba(115, 115, 115, 0.35);
}
.select-box-center{
  max-width: 1200px;
  right: 0;
  left: 0;
  margin: auto;
}
.select-text-color button{
  background: #3e3a39!important;
  color: white!important;
}

.select-width{
  width: 25%;
}
      .select-width-1{
        width: 35%;
      }

.select-input{
  background: #3e3a39;
  border: 0px;
  font-size: 22px;
  color: white;
  padding: 7px 16px;
  width: 100%;
}

.select-button{
  border: 0px!important;
  background: none!important;
}
      .select-button-1{
        width: 45px;
        background: #3e3a39;
        padding: 5px;
      }

.bootstrap-select.btn-group .dropdown-toggle .caret{
	color: #ffffff00!important;
  top: 43%!important;
  border-top: 13px dashed!important;
  border-right: 10px solid transparent!important;
  border-left: 10px solid transparent!important;
}
.blank{
  width: 100%;
  height: 76px;
}
/* stronghold */
@media (max-width: 920px){
  .str-title3{
    width: 100%;
    border-right:0px;
  }
  .str-title4{
    padding-left:0px;
  }
  .select-width{
    width: 50%;
  }
  .select-width-1{
    width: 92%!important;
    padding: 10px 8px 2px 15px;
  }
  .select-button {
    padding: 10px 6px;
  }
  .blank{
    height: 135px;
  }
}
@media (max-width: 768px){
  .stronghold-title-box{
    border: 0px;
    border-bottom: 1px solid #C6BA8E;
    padding: 8% 2%;
    margin: 0px 0px 9px 0px;
  }
  .select-width-1{
    width: 90%!important;
  }
  .blank{
    height: 150px;
  }
}
@media (max-width: 600px){
  .image-1{
    width: 100%;
  }
  .padding-1{
    padding: 0px;
  }
  .center{
    display: block;
  }
  .select-width-1{
    width: 85%!important;
  }
}
@media (max-width: 400px){
  .select-width-1{
    width: 82%!important;
  }
}
