.top-bar {
    border-bottom: none;
}
.navbar {
    min-height: 76px;
}

.text h2{
    font-size: 36px;
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 45px;
    text-align: center;
    line-height: 50px;
    color: #981E32;
}
.text p, .text a, .carousel a, .section a{
    font-size: 16px;
    text-align: center;
    line-height: 33px;
}
.text {
    padding-top: 120px;
    display: flex;
    align-items: center;
}
.text .rich-text {
    width: 100%;
}
.text img{
    margin-top: 60px;
}
.portfolio-img img{
    margin-top: 0;
}
.recent-projects p{
    padding-bottom: 60px;
}

.text .target {
    text-align: center;
    font-weight: 500;
}
.text .form_status {
    padding-top: 20px;
    font-size: 16px;
    line-height: 33px;
}
.bg-light{
    background-color: #f7f7f7;
}
.next-btn{
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: center;
}
.next-btn p{
    color: #981E32;
}
.next-block i{
    font-size: 60px;
    position: absolute;
    left: calc(50% - 19.28px);
    -webkit-transition: padding-top 250ms ease-out;
    -moz-transition: padding-top 250ms ease-out;
    -o-transition: padding-top 250ms ease-out;
    transition: padding-top 250ms ease-out;
}
.next-block .arrow {
    position: relative;
}
.next-block:hover i{
    padding-top: 25px;
    -webkit-transition: padding-top 250ms ease-in;
    -moz-transition: padding-top 250ms ease-in;
    -o-transition: padding-top 250ms ease-in;
    transition: padding-top 250ms ease-in;
}

.video-header {
  position: relative;
  background-color: black;
  height: 60vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-header .container {
  position: relative;
  z-index: 2;
}

.video-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.45;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  .video-header {
    background: black no-repeat center center scroll;
  }
  .video-header video {
    display: none;
  }
}
.text-white{
    color: #fff !important;
}
.d-flex {
    display:flex;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.h-100{
    height: 100%;
}
.w-100{
    width: 100%;
}
.video-header .tp-caption{
    background: none;
}
.video-header .text-overlay{
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.counter, .call-action-style1  {
    margin: 0;
}
.video-header h2{
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 20px;
}
.video-header h1 {
    font-size: 53px;
    color: #fff;
    line-height: 60px;
    margin: 0;
    letter-spacing: 0;
    padding: 20px;
}
.video-header i{
    font-weight: 700;
    color: #981E32;
    font-style: normal;
}
.video-header a{
    margin: 20px;
}
.copyright-section.margin-top {
    margin-top: 0 !important;
}
.modal-body{
    padding: 0 0 35px 0;
}
@media (min-width: 768px) {
    .modal-dialog{
        width:790px
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        width:1010px
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        width:1210px
    }
}
.features .features-item .features-content {
    padding-right: 5px;
}
.carousel{
    padding:0;
}

.section.next{
    padding-top: 0px;
    padding-bottom: 120px;
}