h2{
  color:#1d1d1d;
}
/******Banner***/
.hero-image{
  top: 0px;
right: 0px;
width: 50%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;';
position: absolute;
}
.banner_page_row{
      /*height: calc(100vh - 102px);*/
      /*padding:0px;*/
      padding:90px 0px;
          border-bottom: 1px solid #ebeaeb;
}
.banner_row >div:first-child{
  align-self:center;
  padding-right: 5rem;
}
.banner_row >div:first-child h1{
      margin-bottom: 48px;
}
.banner_row >div:first-child p{
  line-height: 35px;
  font-size: 22px;
}

@media (min-height: 725px) {
    .banner_page_row{
        height: calc(100vh - 102px);
    }
}

/******End Banner*****/

/***Delivery***/
.delivery_rows{
      text-align: center;
}
.deliver_laptops{
  margin: 3rem auto;
}
.deliver_laptops img{
      max-width: 900px;
}

.content_box{
  padding:2rem;
}
.modules_table_img{
          height: 130px;
          display:flex;
}
.modules_table_img img{
  margin:auto auto 20px;
}

/*.content_box:hover{
  background-color: #e1f3fb;
  cursor:pointer;
}*/

@media (max-width: 1000px){
  .deliver_laptops img{
        max-width: 100%;
  }

}

/***End delivery***/

/****Content blocks****/
.page-rows div.two_column_content_blocks:nth-child(odd){
    background-color: #eff1f3;
}

.two_column_content_blocks .col-lg-6{
    align-self: center;
  }

.two_column_content_blocks h2{
  margin-bottom:25px;
}

.two_column_content_blocks .block-image {
  text-align: center;
}

@media screen and (max-width: 991px){
.page-rows div.two_column_content_blocks:nth-child(2n) .row {
    flex-flow: column-reverse;
}
.page-rows div.two_column_content_blocks:nth-child(2n+1) .row {
    flex-flow: column;
}
}
/****End Content blocks****/

/***Blog box***/
.post-box {
    margin-bottom: 30px;
}
.post-box .post-box-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.post-box .post-box-content {
    box-shadow: 0px 20px 50px 0 rgba(24, 24, 24, 0.1);
    height: 100%;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    background: #fff;
    margin:0px 1.5rem;
}
.post-box .post-box-content .post-imgbox {
    position: relative;
        margin-top: 20px;
}
.post-box .post-box-content .post-imgbox .ratio-img {
    padding-bottom: 50%;
    position: relative;
    overflow: hidden;
}
.post-box .post-box-content .post-imgbox .ratio-img img {
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    height: 100%;
    object-fit: contain;
}
.ratio-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.post-box .post-box-content .post-imgbox .category-label {
    background: #0da1e2;
      background-color: #0A7CAE;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    display: inline-block;
    padding: 11px 17px;
    color: #FFF;
    position: absolute;
    bottom: -18px;
    min-width: 100px;
    font-weight:700;
}
.post-box .post-box-content .post-detail {
    padding: 1rem 25px 1rem;
    margin-bottom: auto;
}
.post-box .post-box-content .post-detail .title {
  margin-bottom: 0rem;
  font-size: 20px;
  line-height: 30px;
}
.post-box .post-box-content .post-detail .title a {
    color: #000;
}
.post-box .post-box-content .post-link {
  padding: 0rem 25px 0.5rem;
  margin-bottom: 0rem;
}
.read-more {
    color:#1d1d1d;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    display: inline-block;
}
@media (max-width: 767px){
.post-box .block-image {
    height: 300px;
}
.blog_panel_right{
  margin-top:2rem;
      margin-left: 0rem;
}
}

.post-box-content:hover {
    transform: scale(1.014);
    cursor: pointer;
}
.post-box a:hover {
    text-decoration: unset;
}

.resources_row{
    /*background-color: #e1f3fb;*/
}

@media (max-width: 999px){
  .post-box .post-box-content {
      margin:0px 0rem;
  }
}
/***End Blog box***/
/******Bottom CTA***/
.bottom_cta{
  background-color: #0A7CAE !important;
}
.bottom_cta .content_row h2 {
    color: #ffffff;
}
.bottom_cta .block-image{
  text-align: center;
}
.bold_link{
  margin-top:1rem;
  width: auto;
    border-radius: 10px;
    padding: 10px 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25em;
    display: inline-block;
    cursor: pointer;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: .5px;
  border: 1px solid #0da1e2;
background: #0da1e2;
color: #ffffff!important;
}
.bottom_cta .bold_link{
  background: white;
  border: 1px solid #0A7CAE;
  color: #0A7CAE!important;
}
.bottom_cta .bold_link:hover{
  border-color: white;
  color: white !important;
  background: #0da1e23d;
}
.bottom_cta .content_row .text_content_column {
    padding-right: 0rem;
}
/**End bottom cta**/
