.banner_area .dnd-section {
  padding: 0 !important;
}
.banner_area .dnd-section > div {
  max-width: 100% !important;
  width: 100% !important;
}

/* ==========================================================================
Hero Area
========================================================================== */

#hero-area-new {
  background-size: cover;
/*   overflow: hidden; */
  position: relative;
  padding-top:0px;
  padding-bottom:43%;
  background-color: #ccc;
  height:max-content;
  width:100vw;
}

#hero-area-new video {
  position: absolute;
  top: 60%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100vw;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

#hero-area-new .overlay {
  position: absolute;
  width: 100%;
  top: 70%;
  z-index:1;

  bottom:0;
  left: 0px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f2f4f5+100&0+0,1+100 */
/*   background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(242,244,245,1) 100%); /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(242,244,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(242,244,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f4f5',GradientType=0 ); /* IE6-9 */
 /*  opacity: 1; */
}

.hero-area {
  margin-top:110px;
  min-height:500px;
  padding-top:50px;
  padding-bottom:50px;
  overflow: hidden;
  position: relative;
  display:flex;
  align-items:center;
}

.class404 {
  color:#E5E9EB;
  font-size:200px;
  font-family:'Montserrat';
  font-weight:300;
  line-height:1.2;
}

.d-none {
  display: none!important;
}
.d-block {
  display: block!important;
}

#hero-area-new .container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
#hero-area-new .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#hero-area-new .pb-5 {
  padding-bottom: 3rem!important;
}
#hero-area-new .col-md-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.mt-4 {
  margin-top: 1.5rem!important;
}
.button-common {
  pointer-events: auto;
  cursor: pointer;
  background: #00263E;
  border: none;
  padding: 8px 30px;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  min-width: 160px;
  text-align: center;
}
.button-common.button--pan {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-radius: 40px;
  overflow: hidden;
  color: #fff;
}
.button-common::before, .button-common::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button-common.button--pan:before {
  content: '';
  background: #0C7BBD;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.button-common.button--pan:hover:before {
  transform: translate3d(0,-100%,0);
}
.button-common.button--pan span {
  position: relative;
}
.button-common.button--pan:hover span {
  color: #fff;
}
.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
#hero-area-new .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.mb-5 {
  margin-bottom: 3rem!important;
}
.box-info {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.55);
  height: 100%;
  padding: 40px 20px 40px 80px;
  position: relative;
  z-index: 10;
}
.button-plus {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  display: block;
  padding: 12px 10px;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
  margin-left: 6%;
}
.box-info .button-plus {
  position: absolute;
  top: -25px;
  right: 40px;
}
.box-info .button-plus:hover {
  right: 30px;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.box-info .img-ico {
  width: 42px;
  position: absolute;
  left: 15px;
  top: 36px;
}
.box-info h4 {
  color: #0C7BBD;
  font-weight: 700;
  font-size: 22px;
}
.box-info p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #1E2C38;
  margin: 0;
}

@media (min-width: 576px) {
  #hero-area-new .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  #hero-area-new .container {
    max-width: 720px;
  }
  #hero-area-new .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  #hero-area-new .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block!important;
  }
  .d-lg-none {
    display: none!important;
  }
  #hero-area-new .container {
    max-width: 960px;
  }
  #hero-area-new .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  #hero-area-new .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mb-lg-0 {
    margin-bottom: 0!important;
  }
}

@media (min-width: 1200px) {
  #hero-area-new .container {
    max-width: 1140px;
  }
}


@media screen and (max-width: 1190px) {
  .box-info {
    padding: 40px 17px 30px 60px;
  }
  .box-info .img-ico {
    left: 10px;
  }
}

@media (max-width: 767px) {
  #hero-area-new {
    padding-top: 150px;
    padding-bottom: 20px;
  }
  #hero-area-new .container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
  }
  .button-plus {
    width: 45px;
    height: 45px;
  }
}












