/* Add here all your CSS customizations */
.allupc {
    text-transform: uppercase
}

.mt-10,
.my-10 {
    margin-top: 6rem!important
}

#header .header-top.header-top-dark,
#header .header-top.header-top-colored {
    background: #034ea2;
    border-bottom: 0;
}

#footer .footer-copyright {
    background: #1C1F21;
    padding: 2em 0;
}

/*-----------------Blog Grid (Style 1)-------------------*/

.blog-grid {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    margin: 25px 0px 25px 0px;
}

.blog-grid img {
    width: 100%;
}

.data-box-grid {
    display: block;
    float: right;
    position: absolute;
    text-align: center;
    background: #034ea2;
    left: 15px;
    top: 15px;
    min-width: 60px;
    padding: 5px;
}

.data-box-grid h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-bottom: 5px;
}

.data-box-grid p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.blog-grid-text {
    padding: 25px;
}

.blog-grid-text span {
    color: #d21e2b;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.blog-grid-text h4 {
    color: #111;
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0px 5px 0px
}

.blog-grid-text ul li {
    display: inline-block;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 25px 10px 0px;
}

.blog-grid-text ul li i {
    color: #d21e2b;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}

.blog-grid-text p {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
}
header .item {
    height: 100vh;
    position: relative;
  }
  header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
  }
  header .item .cover .header-content {
    position: relative;
    padding: 500px 56px 56px 56px;
    overflow: hidden;
  }
  header .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
  }
  header .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 0px;
    word-spacing: 3px;
    color: #fff;
  }
  header .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
  }
  header .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;
  }
  header .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;
  }
  header .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;
  }
  header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
