.access_our_videos {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.access_our_videos .modal .popup-form .hs-submit .actions {
  margin: 0;
  padding: 0;
}

.access_our_videos .row.title-wrap.related-projects {
  -ms-flex-pack: center!important;
  justify-content: center!important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.access_our_videos .card-item {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.access_our_videos .related-projects .top-title {
  padding-right: 15px;
  padding-left: 15px;
}
.access_our_videos .related-projects h2 {
  padding-bottom: 40px;
  color: rgb(29 32 37);
  position: relative;
  margin: 0;
}
.access_our_videos .related-projects h2:after {
  left: 50%;
  transform: translateX(-50%);
  background: rgb(207 5 0 / 70%);
  background-color: rgb(207 5 0 / 70%);
  bottom: 25px;
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
}
.access_our_videos .card-item {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.access_our_videos .related-projects h2:before {
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  background-color: rgb(214 219 226);
}
.access_our_videos .related-projects {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.access_our_videos .card-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.access_our_videos .card-item .card {
  border: 0px;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgb(255 255 255);
  background-clip: border-box;
}
.access_our_videos .card-item .card_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.access_our_videos .card-item .card_img a img.img-full {
  width: 100%;
}
.access_our_videos .card-item .hover-overlay.effect-scale {
  z-index: 5;
  transition: all 0.4s ease;
  transform: scale(0);
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.access_our_videos .card-item .hover-overlay.effect-scale:before {
  background-color: rgb(237 144 143 / 70%) !important;
  opacity: 0;
  transform: scale(0);
  z-index: -1;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 2px;
  position: absolute;
  content: '';
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
}
.access_our_videos .card-item .overlay-content {
  text-align: center;
  color: rgb(255 255 255);
  font-weight: 300;
}
.access_our_videos .card-item .overlay-content a {
  width: 50px;
  height: 50px;
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 100%;
  line-height: 48px;
  display: inline-block;
  margin: 15px 5px;
  transform: rotate(45deg);
  color: rgb(255 255 255);
}
.access_our_videos .card-item .overlay-content a i {
  transform: rotate(-45deg);
}
.access_our_videos .card-item .overlay-content a:hover {
  color: rgb(207 5 0 / 70%);
  background: rgb(255 255 255);
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-chain:before, 
.fa-link:before {
  content: "\f0c1";
}
.access_our_videos .card-item .card:hover .hover-overlay.effect-scale {
  transform: scale(1);
  opacity: 1;
}
.access_our_videos .card-item .card:hover .hover-overlay.effect-scale:before {
  opacity: 1;
  transform: scale(1);
}
.access_our_videos .card-item .card .card-block.text-center {
  padding: 0;
}
.access_our_videos .card-item .card .card-block.text-center h5.card-title {
  margin: 0px;
  padding: 15px 0 10px;
  line-height: 1.1;
  transition: all 0.3s ease;
}
.access_our_videos .card-item .card .card-block.text-center a:hover h5.card-title {
  color: rgb(207 5 0 / 70%);
}
.access_our_videos .access-btn a#click_here {
  color: rgb(255 255 255);
  border-radius: 100px;
  border: 1px solid rgb(12 198 82);
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-color: rgb(207 5 0 / 70%);
  background: rgb(207 5 0 / 70%);
  background-color: rgb(207 5 0 / 70%);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
  vertical-align: middle;
}
.access_our_videos .access-btn {
  margin-top: 1rem!important;
}
.access_our_videos .modal .modal-dialog.modal-lg h2 {
  font-size: 30px;
  line-height: 1.1;
  margin: 0;
  color: rgb(34 34 34);
  text-align: center;
}
.access_our_videos .modal .popup-form {
  background-color: rgb(255 255 255);
  color: rgb(0 0 0);
  border: 1px dashed rgb(205 224 236);
  border-radius: 4px;
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}
.access_our_videos .modal .popup-form form {
  margin: 12px 0 0;
}
.access_our_videos .modal .popup-form .form-title {
  display: none;
}
.access_our_videos .modal .popup-form .hs-form-field {
  margin-bottom: 16px;
  border-radius: 4px;
  border: 1px solid rgb(0 0 0 / 0%);
  transition: border .2s ease-in-out;
  padding: 0 15px;
}
.access_our_videos .modal .popup-form .hs-form-field>label {
  color: rgb(0 0 0);
  font-size: .875rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;
}
.access_our_videos .modal .popup-form .hs-form-field>label .hs-form-required {
  color: rgb(0 0 0);
  font-size: .875rem;
}
.access_our_videos .modal .popup-form .hs-submit input {
  color: rgb(255, 255, 255);
  border: 0px solid rgb(15, 15, 16);
  border-radius: 0.3125px;
  padding: 11px;
  width: 100%;
  white-space: normal;
  font-size: 100%;
  font-weight: 600;
  transition: all .2s ease-in-out 0s;
  min-width: 85px;
  cursor: pointer;
  background-color: rgb(11, 104, 67);
  line-height: 1;
  outline: 0;
  margin: 0;
  font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;
  height: 47.19px;
}
.access_our_videos .modal .popup-form .hs-submit {
  margin-bottom: 16px;
  border-radius: 4px;
  border: 1px solid rgb(0 0 0 / 0%);
  transition: border .2s ease-in-out;
  padding: 0 15px;
}
.access_our_videos .modal .col-lg-12.col-xl-12.text-left {
  margin: 0 !important;
  padding-bottom: 7px;
}
.access_our_videos .modal .popup-form .hs_email>label .hs-form-required {
  margin-left: 4px;
}
.access_our_videos .modal .popup-form .hs-input::-webkit-input-placeholder {
  color: rgb(159 161 163)!important;
}
.access_our_videos .modal .popup-form .hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height:auto;
  background-color: rgb(243 248 251);
  border: none;
  border-radius: 0.25rem;
  display: block;
  padding: 15px 20px!important;
  font-size: .875rem;
  line-height: 1.5;
  background: rgb(243 248 251);
  background-clip: padding-box;
  transition: all .2s ease-in-out 0s;
  font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;
}
.access_our_videos .modal .hs_error_rollup {
  padding: 0 20px;
}


@media (min-width: 768px){
  .access_our_videos .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .access_our_videos .col-md-6 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 992px){
  .access_our_videos .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .access_our_videos .access-btn {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


@media (min-width: 1200px){
  .access_our_videos .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}






.access_our_videos .modal {
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  outline: 0;
  padding-right: 17px;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
}
.pop-active .access_our_videos .modal {
  visibility: visible;
  opacity: 1;
}
.access_our_videos .modal .modal-dialog.modal-lg {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px);
  max-width: 870px!important;
  margin: 1.75rem auto;
  position: relative;
  width: auto;
}
.access_our_videos .modal .modal-dialog.modal-lg .modal-content.bg-sand {
  box-shadow: 0 3px 12px rgb(0 0 0 / 8%);
  border: none;
  background-color: rgb(245 245 246);
  border-radius: 0.3rem;
  outline: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.access_our_videos .modal .modal-dialog.modal-lg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.access_our_videos .modal button.close.push-xs-right {
  transition: all 0s ease 0s;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 16px;
  -webkit-appearance: none;
  position: absolute;
  right: 15px;
  z-index: 55;
  padding: 0;
  float: right;
  font-weight: 700;
  line-height: 1;
  color: rgb(0 0 0);
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.access_our_videos .modal button.close.push-xs-right i.fa.fa-close:before {
  content: "\f00d";
}
.pop-active .modal .modal-dialog.modal-lg {
  transform: translate(0,25%);;
}
.access_our_videos .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0 0 0);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.pop-active .modal-backdrop{
  opacity: 0.5;
  visibility: visible;
}
.access_our_videos .modal .modal-dialog.modal-lg .modal-body .container-fluid.modal-item {
  padding: 30px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.access_our_videos .modal .modal-dialog.modal-lg .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.access_our_videos .modal .modal-dialog.modal-lg .row .pop-inner {
  text-align: left!important;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.access_our_videos .access-btn {
  padding: 0 15px;
}
@media(max-width: 1199px){
  .access_our_videos .content-wrapper {
    padding: 0 20px;
  }
}

@media(max-width: 991px){
  .access_our_videos .modal .modal-dialog.modal-lg {
    max-width: 500px !important;
    margin: 1.75rem auto;
  }
  .access_our_videos .modal .modal-dialog.modal-lg .modal-body .container-fluid.modal-item {
    padding: 15px;
  }
  .pop-active .access_our_videos .modal .modal-dialog.modal-lg {
    transform: translate(0,15%);
  }
  .access_our_videos {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
  }
  .access_our_videos .related-projects h2 {
    padding-bottom: 30px;
    font-size: 28px;
  }
  .access_our_videos .related-projects h2:after, .access_our_videos .related-projects h2:before {
    bottom: 17px;
  }
}

@media(max-width: 767px){
  .access_our_videos .related-projects h2 {
    color: rgb(29 32 37);
    position: relative;
    margin: 0;
    font-size: 24px;
    padding-bottom: 20px;
  }
  .access_our_videos .related-projects h2:after, 
  .access_our_videos .related-projects h2:before {
    bottom: 12px;
  }
  .access_our_videos .content-wrapper {
    padding: 0 10px;
  }
  .access_our_videos .related-projects {
    justify-content: center;
  }
  .access_our_videos .access-btn a#click_here {
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 40px;
  }
  .access_our_videos .card-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media(max-width: 575px){
  .access_our_videos .modal .modal-dialog.modal-lg {
    margin: 0.5rem;
    max-width: 100% !important;
  }
  .access_our_videos .modal {
    padding: 0;
  }
  .access_our_videos .modal .modal-dialog.modal-lg img {
    float: none;
    padding: 40px 20px 20px 0;
    width: 250px;
    height: auto;
    vertical-align: middle;
    border-style: none;
  }
}