@media only screen and (min-width: 1441px) {
    .top-left .top-text, .bottom-left .top-text {
    width: 300px;
    margin: 15px auto 40px;
    transform: translateX(-65px);
  }

  .top-left .bottom-text, .bottom-left .bottom-text {
    width: 300px;
    margin: 40px auto 15px;
    transform: translateX(-65px);
  }
  
    .top-right .top-text, .bottom-right .top-text {
    width: 300px;
    margin: 15px auto 40px;
    transform: translateX(65px);
  }

  .top-right .bottom-text, .bottom-right .bottom-text {
    width: 300px;
    margin: 40px auto 15px;
    transform: translateX(65px);
  }
    .quarter h4 {
    width: 275px;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 33px !important;
    text-align: center;
  }
	.centered-circles {
    height: 100vh !important;
    width: 100vw;
  }

}

@media only screen and (min-width: 1101px) {
  .mobile-circle {
    display: none;
  }

  .centered-circles {
    height: 140vh;
    width: 100vw;
  }

  .circle {
    border-radius: 50%;
  }

  .outer {
    background-color: #f0f2f4;
    width: 600px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
  }



  .middle {
    background-color: white;
    width: 550px;
    height: 550px;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
  }

  .inner.circle {
    background-color: white;
    width: 400px;
    height: 400px;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
  transition: all .2s ease-in-out;
  }
  
  .inner.circle:hover {
  transform: translateX(-50%)translateY(-50%)scale(1.05)
  }
  
  .inner > .text {
    margin: 0 auto;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%);
  }

  .quarter {
    background-color: #404040;
    height: 270px;
    width: 270px;
    position: absolute;
    z-index: 2;
    transition: all .2s ease-in-out;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
    display: flex;
    align-items: center;
  }

  .one {
    -moz-border-radius: 0 270px 0 0;
    border-radius: 0 270px 0 0;
  transform: translateX(5px)translateY(-275px);
}

  .two {
    -moz-border-radius: 0 0 270px 0;
    border-radius: 0 0 270px 0;
    transform: translateX(5px)translateY(5px);
  }

  .three {
    -moz-border-radius: 0 0 0 270px;
    border-radius: 0 0 0 270px;
    transform: translateX(-275px)translateY(5px);
  }

  .four {
    -moz-border-radius: 270px 0 0 0;
    border-radius: 270px 0 0 0;
    transform: translateX(-275px) translateY(-275px);
  }

  .quarter:hover {
    background-color: #99cc33;
  }
  
  .quarter.mobile:hover {
    background-color: #404040;
  }
  
  .four.mobile:hover {
    transform: translateX(-140px)translateY(-140px);
  }

  .one.mobile:hover {
    transform: translateX(140px)translateY(-140px);
  }

  .three.mobile:hover {
    transform: translateX(-140px)translateY(140px);
  }

  .two.mobile:hover {
    transform: translateX(140px)translateY(140px);
  }

  .four:hover {
    transform: translateX(-286px)translateY(-286px)scale(1.1);
  }

  .one:hover {
    transform: translateX(16px)translateY(-286px)scale(1.1);
  }

  .three:hover {
    transform: translateX(-286px)translateY(16px)scale(1.1);
  }

  .two:hover {
    transform: translateX(16px)translateY(16px)scale(1.1);
  }

  .plus {
    position: absolute;
    font-weight: 700;
    z-index: 2;
    transition: all .2s ease-in-out;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
       -moz-transform: translateX(-50%)translateY(-50%);
        -ms-transform: translateX(-50%)translateY(-50%);
         -o-transform: translateX(-50%)translateY(-50%);
            transform: translateX(-50%)translateY(-50%);
  }



  .four-plus {
    transform: translateX(-330%)translateY(-330%);
      color: #fff;
    font-size: 44px;
    background-color: #99cc33;
    border: 1px solid #6e9a16;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    transition: all .2s ease-in-out; 
  }

  .one-plus {
    transform: translateX(330%)translateY(-330%);
      color: #fff;
    font-size: 44px;
    background-color: #99cc33;
    border: 1px solid #6e9a16;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    transition: all .2s ease-in-out;
  }

  .three-plus {
    transform: translateX(-330%)translateY(330%);
      color: #fff;
    font-size: 44px;
    background-color: #99cc33;
    border: 1px solid #6e9a16;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    transition: all .2s ease-in-out;
  }

  .two-plus {
    transform: translateX(330%)translateY(330%);
      color: #fff;
    font-size: 44px;
    background-color: #99cc33;
    border: 1px solid #6e9a16;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    transition: all .2s ease-in-out;
  }

  .quarter:hover, .plus:hover, .one-plus:hover, .two-plus:hover, .three-plus:hover, .four-plus:hover {
    cursor: pointer;
  }

  .one:hover ~ .plus > .one-plus {
    transform: translateX(400%)translateY(-400%);
  }

  .two:hover ~ .plus > .two-plus {
    transform: translateX(400%)translateY(400%);
  }

  .three:hover ~ .plus > .three-plus {
    transform: translateX(-400%)translateY(400%);
  }

  .four:hover ~ .plus > .four-plus {
    transform: translateX(-400%)translateY(-400%);
  }

  .quarter:hover ~ .outer {
    background-color: #D7E8FD;
  }

  .quarter > .text {
    font-weight: 700;
    display: none;
  }

  .inner .text .title {
    text-align: center !important;
    font-weight: 700 !important;
    margin: 5px auto;
  }
  .inner .text .title span{
    font-weight: 500;
  }

  .inner .text .body {
    text-align: center;
    color: #404040;
    font-weight: 300;
    width: 250px;
    margin: 5px auto;
  }

  .quarter-container {
    height: 200px;
    width: 200px;
    position: absolute;
    z-index: 2;
    transition: all .2s ease-in-out;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }


  .four .text, .three .text {
    text-align: right;
    position: absolute;
    right: 350px;
  bottom: auto
  }

  .one .text, .two .text {
    position: absolute;
    left: 350px;
    text-align: left;
  bottom: auto
  }

  .digital-transformation {
    position: absolute;
    opacity: 0;
    flex-direction: column;
    justify-content: center;
    display: flex;
    -webkit-display: flex;
  }

  .visible-section {
    opacity: 1 !important;
    display: flex !important;
  }

  .visible-block {
    display: block !important;
    vertical-align: middle;
  }

  .top-left {
    left: 0;
    top: 0;
    width: 50%;
    height: 50%;
    background-color: #f0f2f4;
  }

  .top-left .top-text h4, .bottom-left .top-text h4 {
    color: #404040;
    font-weight: 300;
  }

  .top-left .top-text p, .bottom-left .top-text p {
    color: #007bFF;
    font-weight: 300;
    line-height: 24px;
  }

  .top-left .bottom-text p, .bottom-left .bottom-text p {
    color: #404040;
    font-weight: 300;
  }

  .top-left .logo, .bottom-left .logo {
    width: 200px !important;
  }

  .top-right {
    right: 0;
    top: 0;
    width: 50%;
    height: 50%;
    background-color: #f0f2f4;
  }

  .bottom-left {
    left: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    background-color: #f0f2f4;
  }

  .bottom-right {
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    background-color: #f0f2f4;
  }

  .driving-value-across h3 {
    font-weight: 700 !important;
  }

  .discover-how-visionet h6 {
    color: #666;
    font-weight: 300 !important;
  }

  .driving-value-icon-title {
    color: #404040;
    font-weight: 700;
  }

  .driving-value-icon-body {
    color: #404040;
    font-weight: 300;
  }

  .top-right .top-text h4, .bottom-right .top-text h4 {
    color: #404040;
    font-weight: 300;
  }

  .top-right .top-text p, .bottom-right .top-text p {
    color: #007bFF;
    font-weight: 300;
    line-height: 24px;
  }

  .top-right .bottom-text p, .bottom-right .bottom-text p {
    color: #404040;
    font-weight: 300;
  }

  .top-right .logo, .bottom-right .logo {
    width: 200px !important;
  }
}




/***************** Full Width Section ******************/
.full-width-section{
  background-size:cover;
  -moz-background-size:cover;
  -webkit-background-size:cover;
  box-sizing:content-box!important;
  -moz-box-sizing:content-box!important;
  -webkit-box-sizing:content-box!important; 
  width:100%;  
  position:relative;  
}

.wpb_row{
	position:relative;
	overflow: hidden;
}
.wpb_row .row-bg,
.full-width-section .row-bg,
#page-header-bg .page-header-bg-image-wrap {
  position:absolute;
  top:0; left:0;
  width:100%;
  height:100%;
  background-size:cover;
  -moz-background-size:cover;
  -webkit-background-size:cover
} 
