/*other page title */
.t-top-title {
  text-align: center;
  padding-top: 82px;
}
.t-top-title .t {
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #000;
  margin-bottom: 16px;
}
.t-top-title p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #808080;
}
/*other page title */
.brand-assests .container{
  max-width: 1200px;
}

/*logo sec*/
.logo-sec .ccol {
  padding-left: 9.5px;
  padding-right: 9.5px;
}
.logo-sec .st {
  text-align: center;
  padding-top: 48px;
  font-size: 36px;
  line-height: 42px;
  color: #0B0B0B;
  margin-bottom: 48px;
}
.logo-sec .img-box {
  border: 1px solid rgba(120, 120, 120, 0.2);
  border-radius: 4px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.logo-sec .img-box img{
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;  
  padding: 5px;
}
.logo-sec .boxed {
  max-width: 282px;
  margin-bottom: 16px;
}
.logo-sec .boxed p{
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  padding-top: 24px;
}
.max-259{
  max-width: 259px;
}
.logo-sec .download {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  background-image: url(../images/dw.svg);
  padding-left: 27px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0px 1.9px;
}
.logo-sec .download:hover,
.logo-sec .download:focus{
  opacity: 0.8;
}
@media(max-width: 1250px){
  .logo-sec .img-box {
    height: 245px;
}
}
@media(max-width: 1060px){
  .logo-sec .img-box {
    height: 216px;
}
.logo-sec .boxed p {
  font-size: 14px;
  line-height: 18px;
}
}
@media(max-width: 767px){
  .logo-sec .ccol {
    width: 50%;
}
.logo-sec .boxed {
  margin: auto;
  margin-bottom: 22px;
}
.logo-sec .img-box {
  height: 251px;
}
.logo-sec .ccol {
  width: 50%;
  margin-bottom: 18px;
}

}
@media(max-width: 610px){
  .logo-sec .ccol {
    width: 100%;
}
}
/*logo sec*/
/**/
.logo-sec.illustrations .boxed {
  max-width: 384px;
  margin-bottom: 16px;
}
/*media*/
@media(max-width: 767px){
  .row.logo-sec.illustrations{
    justify-content: center;
  }
}
@media(max-width: 610px){
  .logo-sec.illustrations .boxed {
    max-width: 282px;
    margin-bottom: 16px;
}
}
/*media*/

.row.logo-sec .col-sm-12 {
  padding: 0px;
}
ul.colors.d-flex.justify-content-around {
  flex-wrap: wrap;
  padding-left: 0px;
}

.colors {
  list-style: none;
  padding-left: 0px;
  padding-left: 18px;
}
.colors li {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #A2B2C2;
  display: inline-block;
  margin-right: 21px;
  margin-bottom: 15px;
}
.colors li b {
  display: block;
  color: #808080;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 24px;
}

.box {
  width: 129px;
  height: 129px;
  border-radius: 4px;
  margin-bottom: 24px;
  overflow: hidden;
}

.emerald {
  background-color: #60CA9C;
  border: 1px solid #60CA9C;
}

ul.colors li:last-child {
  margin-right: 0px;
}

.royal {
  background-color: #222338;
  border: 1px solid #222338;
}

.clay {
  background-color: #A2B2C2;
  border: 1px solid #A2B2C2;
}

.boulder {
  background-color: #808080;
  border: 1px solid #808080;
}

.scorpion {
  background-color: #565656;
  border: 1px solid #565656;
}

.thunder {
  background-color: #1C1919;
  border: 1px solid #1C1919;
}

.magnolia {
  background-color: #FEFDFF;
  border: 1px solid rgba(120, 120, 120, 0.2);
}

.white {
  background-color: #fff;
  border:  1px solid rgba(120, 120, 120, 0.2);
}

/**/

@media(max-width: 1400px){
  ul.colors.d-flex.justify-content-around {
    flex-wrap: wrap;
    justify-content: center !important;
    max-width: 890px;
    margin: auto;
    gap: 12px;
  }
  ul.colors.d-flex.justify-content-around  li{
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .row.logo-sec .col-sm-12 {
    padding: 15px;
  }

}
@media(max-width: 992px){
  ul.colors .box {
    margin-bottom: 10px;
}
.t-top-title .t {
  font-size: 60px;
  line-height: 66px;
  margin-bottom: 10px;
}
.t-top-title p {
  font-size: 14px;
  line-height: 18px;
}
.logo-sec .st {
  padding-top: 34px;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 19px;
}

}
@media(max-width: 767px){
  .brand-assests .other-pages-title {
      padding-top: 19px;
  }
  .t-top-title {
    text-align: center;
    padding-top: 14px;
  }
}
@media(max-width: 510px){
  .t-top-title .t{
    font-size: 35px;
    line-height: 37px;
    padding-top: 25px;
  }
  .t-top-title p {
    margin: auto;
    max-width: 309px;

}
 
}
@media(max-width: 290px){
  .logo-sec .st {
    padding-top: 34px;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 0px;
}
}
/**/