.slide-content .title {
  text-transform: uppercase;
  line-height: normal;
}
.grecaptcha-badge {
  display: none !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.inner-pages .site-header {
  background: #0b142e !important;
}
.inner-pages .section-title {
  padding-top: 0;
}
body.v-light .background-section {
  background-color: #e6e6e6;
}
.v-light:not(.no-light) .brand-client .wapper-client .logo-box .after-bg {
  opacity: 0;
}
.v-light:not(.no-light) .brand-client .wapper-client .logo-box {
  background-color: #fff;
  border-color: #f2f2f2;
}
.v-light:not(.no-light) .service .services-item .after-bg {
  opacity: 0;
}
.v-light:not(.no-light) .service .background-section {
  background-color: #fff;
}
.v-light:not(.no-light) .service .services-item {
  border-color: #f2f2f2;
}
.v-light:not(.no-light) .our-work .section-title h2 {
  background-color: #e6e6e6;
}
.slide-content .title {
  font-size: 40px;
  letter-spacing: 1px;
}
.our-work .section-title h2 {
  background: #011b34;
}
.slide-content {
  background: hsl(225deg 61% 11% / 13%)
}
.slide-content .content {
  padding: 75px;
}
.button-block .dsn-button-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 5px;
}
.how-we-work-icons-block span.icon {
  width: 50px;
  margin-right: 20px;
}
.how-we-work-icons-block h4 {
  margin-bottom: 0;
}
.how-we-work-icons {
  margin-bottom: 20px;
  display: inline-block;
  padding: 15px;
  width: 46%;
  border: 1px solid rgb(187 187 187 / 5%);
  margin-right: 2%;
}
.slide-content:before {
  content: "";
  height: 30px;
  background: #a87c4d;
  width: 100%;
  z-index: 999;
  position: absolute;
  bottom: 0;
}
.img-text-block {
  display: flex;
}
.text-intro {
  width: 100%;
  margin-right: 35px;
}
.services-about .title-block {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.intro-about ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: normal;
}
.intro-about ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border-radius: 100%;
  background: #a56433;
}
hr {
  border-bottom: 0;
  border-color: rgb(255 255 255 / 10%);
  margin: 30px 0;
}
.intro-about ul li:last-child {
  margin-bottom: 0;
}
.list-item li:after {
  display: none
}
ul.list-item {
  margin-left: 20px;
}
.list-item li {
  list-style: disc;
  padding-left: 0px !important;
  margin-bottom: 5px !important;
}
.list-item li ul {
  padding: 0;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.list-item li ul li {
  list-style: circle;
}
.key-benefits-sec, .product-module-sec {
  border-top: 1px solid rgb(255 255 255 / 10%);
  margin: 0px;
  padding: 80px 0;
}
.key-benefits-sec .section-title, .product-module-sec .section-title {
  padding-top: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.key-benefits-sec .services-item .icon img {
  width: 50px;
  max-width: 50px;
}
.key-benefits-sec .service-content {
  margin-top: 0px !important;
  margin-bottom: 15px;
}
.key-benefits-sec .service-content:last-child {
  margin-bottom: 0;
}
.key-benefits-sec .content p {
  font-size: 16px;
}
.key-benefits-sec .services-item {
  padding: 30px;
}
.key-benefits-sec .services-item .icon {
  line-height: normal;
}
.key-benefits-sec .services-item .content {
  align-items: center;
  display: flex;
}
.product-module-button {
  display: inline-block;
  margin-top: 10px;
}
.product-module-button .link-vist {
  left: auto;
}
.product-module-button .link-vist-text {
  font-size: 14px !important;
  text-align: center;
  height: auto !important;
  line-height: normal !important;
}
.product-module-sec .box-content .content p {
  margin-bottom: 20px;
}
.resources-title .contenet-hero.p-relative {
  padding-bottom: 130px;
}
.video-section iframe {
  width: 90%;
  margin: 0 auto;
  display: inherit;
  padding: 5px;
  background: #04112c;
}
.pdf-section .service-content a {
  width: 100%;
}
.blog-item p {
  word-break: break-word;
}
.services-item .content {
  z-index: 999;
}
@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0)
  }
  to {
    -moz-transform: rotate(360deg)
  }
}
button.btn-form.button {
  display: inline-block;
}
.alert {
  padding: 20px;
  letter-spacing: normal;
  line-height: 24px;
  font-size: 16px;
}
.alert.alert-success {
  color: #508e14;
  background: #f0f0f0;
}
.alert.alert-danger {
  color: #454545;
  background-color: #ffb4b4;
}
.alert.alert-danger p {
  color: white;
  background: red;
}
#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  visibility: hidden
}
p#error_data {
  color: #fff;
  font-size: 16px;
}
.intro-about ul ul {
  margin-left: 25px;
  margin-bottom: 15px;
}
@media only screen and (min-width:1025px) and (max-width:1399px) {
  .slide-content .title {
    font-size: 32px;
    letter-spacing: 1px;
    line-height: normal;
  }
}
@media only screen and (min-width:1023px) and (max-width:1199px) {
  .site-header .inner-header .main-logo {
    max-width: 180px;
  }
  .site-header ul.extend-container {
    padding: 0 0 0 40px;
  }
  .classic-menu .site-header .extend-container .main-navigation ul.extend-container > li {
    margin-left: 10px;
  }
  .slide-content .title {
    font-size: 25px;
    letter-spacing: 0px;
    line-height: normal;
  }
}
@media only screen and (min-width:767px) and (max-width:1022px) {
  .slide-content .content {
    padding: 40px;
  }
  .w-banner {
    width: 60%;
  }
  .slide-content .title {
    font-size: 25px;
    letter-spacing: 0px;
    line-height: normal;
  }
}
@media only screen and (max-width:1025px) {
  .inner-banner {
    height: auto;
    min-height: auto;
  }
  .inner-banner img.cover-bg-img {
    transform: inherit !important;
  }
  .inner-banner .p-absolute {
    position: relative !important;
  }
  header .header-page .contenet-hero {
    padding: 150px 0 60px;
  }
  header .header-page .title-page {
    margin-bottom: 5px;
  }
  .header-page h1.title {
    font-size: 40px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width:1023px) {
  .site-header {
    padding: 15px 40px;
  }
  .box-gallery-vertical.box-gallery-content .bg-mask-content p {
    padding-top: 0px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .hero-about .img-block {
    margin-top: 25px;
  }
}
@media only screen and (max-width:767px) {
  /*
	.main-slider .sub-text-header {
    display: none;
}
*/
  .main-slider .dsn-slider-content .dsn-button-link.mt-30 {
    margin-top: 20px;
  }
  .preloader .title {
    font-size: 28px;
    letter-spacing: 3px;
  }
  .site-header {
    padding: 10px 15px
  }
  .w-banner {
    width: 100%;
  }
  .slide-content .content {
    padding: 20px;
  }
  .slide-content .title {
    font-size: 20px;
    letter-spacing: 0px;
  }
  .metas {
    margin-bottom: 5px;
  }
  .site-header .inner-header .main-logo {
    max-width: 180px;
  }
  .how-we-work-icons {
    width: 100%;
    margin-right: 0px;
  }
  .how-we-work-icons-block .how-we-work-icons:last-child {
    margin-bottom: 0;
  }
  .how-we-work-icons-block h4 {
    font-weight: normal;
    letter-spacing: 0.5px;
  }
  .office-location-content .services-item {
    height: auto !important;
  }
}