/* 6505 */
body {
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media only screen and (max-width: 1199px) {
  body {
    font-size: 17px;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
a:hover, a:active, a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #be1e13;
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}

.divider-style2 .divider-thumb-content .thumb {
  position: relative;
  overflow: hidden;
}
.divider-style2 .divider-thumb-content .thumb img {
  width: 100%;
   border: 2px solid #ff0000;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.divider-style2 .divider-thumb-content .thumb:before {
  background-color: rgba(255, 255, 255, 0.08);
  content: "";
  height: 200%;
  left: -500px;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 0;
}
.divider-style2 .divider-thumb-content .thumb:after {
  background-color: rgba(255, 255, 255, 0.08);
  content: "";
  height: 200%;
  left: 280%;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 0;
}
.divider-style2 .divider-thumb-content .content {
  padding: 20px 0 0 20px;
}
@media only screen and (max-width: 1399.98px) {
  .divider-style2 .divider-thumb-content .content {
    padding: 53px 0 0 0;
  }
}
@media only screen and (max-width: 1199px) {
  .divider-style2 .divider-thumb-content .content {
    padding: 30px 0 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .divider-style2 .divider-thumb-content .content {
    padding: 30px 0 45px 0;
  }
}
.divider-style2 .divider-thumb-content .content .title {
  color: #333131;
  font-size: 60px;
}
@media only screen and (max-width: 1199px) {
  .divider-style2 .divider-thumb-content .content .title {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .divider-style2 .divider-thumb-content .content .title {
    font-size: 34px;
    margin-bottom: 8px;
  }
}
.divider-style2 .divider-thumb-content .content .desc {
  color: #595858;
  font-size: 24px;
  margin-bottom: 34px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .divider-style2 .divider-thumb-content .content .desc {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.divider-style2 .divider-thumb-content:hover .thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.divider-style2 .divider-thumb-content:hover .thumb:before {
  left: 500%;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.divider-style2 .divider-thumb-content:hover .thumb:after {
  left: -500px;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
}
