 

@media (min-width: 1205px) {
    section.custom-header-section {
    margin-top: 123px;
}
}

    @media screen and (max-width: 768px) {
    .mt50 {
        margin-top: 0px !important;
    }
    
    .custom-header-section .item-custom .cover-custom .header-content-custom {
     padding: 30px !important;
 
}

.custom-header-section .item-custom.one .cover-custom .header-content-custom {
    position: relative;
    padding: 30px;
    overflow: hidden;
}

}

/*@media (min-width: 768px) and (max-width: 1400px) {*/
/*.custom-header-section .item-custom.one .cover-custom {*/
/*    padding: 75px 0;*/
/*    position: absolute;*/
/*    width: 55%;*/
/*    height: 100%;*/
/*    top: 0;*/
   left: 550px;  
    background: rgba(0, 0, 0, 0);
/*    display: flex;*/
/*    align-items: center;*/
/*}*/


/*.custom-header-section .item-custom.one .cover-custom .header-content-custom {*/
/*    position: relative;*/
/*    padding: 35px;*/
/*    overflow: hidden;*/
/*}*/
/*}*/

.custom-header-section .item-custom {
  height: 100vh;
  position: relative;
}
.custom-header-section .item-custom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-header-section .item-custom .cover-custom {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.7);*/
  display: flex;
  align-items: center;
}






.custom-header-section .item-custom .cover-custom .header-content-custom {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.custom-header-section .item-custom .cover-custom .header-content-custom .line-custom {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.custom-header-section .item-custom .cover-custom .header-content-custom h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.custom-header-section .item-custom .cover-custom .header-content-custom h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.custom-header-section .item-custom .cover-custom .header-content-custom h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.custom-header-section .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.custom-header-section .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.custom-header-section .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.custom-header-section .owl-item.active .line-custom {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.custom-header-section .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0) !important;
  width: 70px;
  cursor: pointer;
  height: 70px;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.custom-header-section .owl-nav .owl-prev span {
  font-size: 10.6875rem;
  color: #fff;
}
.custom-header-section .owl-nav .owl-prev:focus {
  outline: 0;
}
.custom-header-section .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.custom-header-section .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.custom-header-section .owl-nav .owl-next span {
  font-size: 10.6875rem;
  color: #fff;
}
.custom-header-section .owl-nav .owl-next:focus {
  outline: 0;
}
.custom-header-section .owl-nav .owl-next:hover {
  background: #000 !important;
}
.custom-header-section:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.custom-header-section:hover .owl-next {
  right: 0px;
  opacity: 1;
}
 