
.sub-header {
  height: 600px;
  background-size: cover;
  position: relative;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url(../images/background-shape.png);
  mask-image: url(../images/background-shape.png);
  margin-bottom: 10px;
  background-position: center;
  z-index: 1;
}
.clr-white{
  color: #ffffff;
}
.clr-gray{
  color: #898989;
}
.sub-header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(123, 196, 167, .25);
}
.page-title {
  color: #3C57A5;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 1;
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 17%;
}
.sub-header .inner-container {
  position: relative;
  height: 100%;
}
.sub-elements {
  position: relative;
  height: 350px;
  margin-top: -120px;
}
.sub-elements img {
  position: absolute;
}
.ele-two {
  right: 20%;
  top: -70%;
}
.ele-one {
  left: 4%;
  top: -90%;
}
.ele-four {
  position: absolute;
  bottom: -80px;
}
.inner-container {
  width: 80%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.vm-section {
  margin-top: -200px;
  padding-bottom: 100px;
}
.sub-title {
  color: #3C57A5;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.fcol-mtop {
  margin-top: -2%;
}
.fcol-mtop p {
  margin-bottom: 50px;
}
.ele-three {
  position: absolute;
  bottom: -5%;
  right: -5%;
  z-index: -1;
}
.page-title:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.46);
  position: absolute;
  z-index: -1;
  top: 25%;
  left: 50%;
  border-radius: 100%;
  box-shadow: 0 0 100px 100px rgba(255,255,255,0.46);
  transform: translate(-50%, -50%);
}
.vm-section ul li{
  margin-bottom: 30px;
  position: relative;
}
.vm-section ul li::before{
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: -50px;
  color: #3B57A5;
}
.vm-section ul{
  padding-left: 50px;
}
.vm-section ul li::marker{
  color: #3B57A5;
  font-size: 30px;
}
.vm-area img{
  margin-left: auto;
}
.design-row{
  margin-bottom: 5%;
}
.vm-area{
  position: absolute;
  right: 0px;
  bottom: -15%;
}
.press-item{
  display: none;
}
.item{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}
.press-item .image{
  flex-basis: 35%;
}
.press-item .image img{
    height: auto;
}
.press-item .title{
  flex-basis: 65%;
}
.press-item .sub-title{
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  display: inline;
}
.press-item .category {
  color: #666666;
  display: block;
  margin-top: 10px;
}
.press-item .fa{
  position: relative;
  background: #5BC39D;
  border: 0px;
  width: 73px;
  height: 73px;
  line-height: 73px;
  border-radius: 100%;
  color: #fff;
  font-size: 26px;
  left: 10px;
  top: 0px;
  transition: .5s;
  display: inline-block;
  text-align: center;
}
.press-item a:hover .fa{
  left: 20px;
  background: #3b57a5;
}
#loadMore{
  font-size: 18px;
  line-height: 1px;
  border: 2px solid #3C57A5;
  display: inline-block;
  padding: 18px 30px;
  font-weight: bold;
  color: #3C57A5;
  border-radius: 10px;
  transition: .5s;
  background-color: transparent;
  float: right;
}
#loadMore:hover{
  background: #3C57A5;
  color: #ffffff;
}
#loadMore i{
  display: inline-block;
  padding-left: 54px;
  transition: .5s;
  position: relative;
  left: 0px;
}
#loadMore:hover i{
  left: 10px;
  color: #ffffff;
}

/* Responsive */
@media only screen and (min-width: 1941px){
    .sub-header {
      height: 650px;
    }
}
@media only screen and (min-width: 2100px){
    .sub-header {
      height: 720px;
    }
}
@media only screen and (min-width: 2300px){
    .sub-header {
      height: 780px;
    }
}
@media only screen and (max-width: 1820px){
  .sub-elements {
    margin-top: -150px;
  }
}
@media only screen and (max-width: 1720px){

  .press-item .image img{
    max-width: 450px;
  }
}
@media only screen and (max-width: 1681px){

  .sub-header {
    height: 550px;
  }
  .sub-elements {
    margin-top: -110px;
  }
  .fcol-mtop {
    margin-top: -6%;
  }
  .press-item .fa{
    width: 63px;
    height: 63px;
    line-height: 63px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 1599px){
  .sub-header {
    height: 500px;
  }
  .ele-one {
    top: -80%;
  }
  .press-item .fa{
    width: 53px;
    height: 53px;
    line-height: 53px;
    font-size: 20px;
  }
  .press-item .image img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1560px){

}
@media only screen and (max-width: 1520px){

}
@media only screen and (max-width: 1480px){
  .sub-header {
    height: 475px;
  }
  .ele-one {
    top: -65%;
  }
  .ele-two {
    top: -40%;
    width: 180px;
  }
  .ele-one {
    top: -60%;
    width: 220px;
  }
  .ele-three {
    width: 320px;
  }
  .ele-four {
    width: 165px;
  }
  .fcol-mtop p {
    margin-bottom: 40px;
  }
  #loadMore{
    font-size: 16px;
    padding: 15px 25px;
    border-radius: 5px;
  }
  #loadMore i{
    padding-left: 44px;
  }
}
@media only screen and (max-width: 1440px){

}
@media only screen and (max-width: 1400px){
  .press-item .image img {
    max-width: 380px;
  }
}
@media only screen and (max-width: 1366px){
  .sub-header {
    height: 450px;
  }
  .os-section {
    padding-bottom: 80px;
  }
  .press-item .fa{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .press-item .image img {
    max-width: 350px;
  }
}

@media only screen and (max-width: 1340px){

}
@media only screen and (max-width: 1320px){

}
@media only screen and (max-width: 1280px){
  .sub-header {
    height: 400px;
  }
  .press-item .image img {
    max-width: 330px;
  }
}
@media only screen and (max-width: 1199px){
  .sub-header {
    height: 375px;
  }
  .ele-one {
    top: -50%;
  }
  .vm-section {
    padding-bottom: 50px;
  }
  .ele-four {
    width: 140px;
    bottom: -50px;
  }
  .os-section {
    padding-bottom: 60px;
  }
  .ele-five {
    bottom: -50px;
    right: -50px;
    width: 150px;
  }
  .page-template-our-team .owl-theme .owl-nav .owl-next {
    right: 17%;
  }
  #loadMore{
    font-size: 14px;
    padding: 12px 20px;
  }
  #loadMore i{
    padding-left: 34px;
  }
  .press-item .fa{
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  .press-item .image img {
    max-width: 290px;
  }
}

@media only screen and (max-width: 1100px){
  .sub-header {
    height: 350px;
  }
  .ele-one {
    top: -44%;
    width: 200px;
  }
}
@media only screen and (max-width: 1024px){
  .sub-header {
    height: 330px;
  }
  .ele-two {
    top: -25%;
    width: 150px;
  }
  .ele-one {
    top: -36%;
  }
  .ele-four {
    width: 100px;
    bottom: -30px;
  }
  .press-item .image img {
    max-width: 270px;
  }
}
@media only screen and (max-width: 999px){
  .vm-area {
    max-width: 400px;
  }
  .ele-three {
    width: 200px;
    bottom: -4%;
  }
  .ele-one {
    width: 160px;
  }
  .ele-two {
    width: 130px;
  }
  .press-item .fa{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px){
  .padd-lft-zero {
    padding-left: 15px;
  }
  .ele-five {
    bottom: -40px;
    right: -40px;
    width: 120px;
  }
  .page-template-our-team .owl-theme .owl-nav{
    position: absolute;
    width: 100%;
  }
  .page-template-our-team .owl-theme .owl-nav .owl-prev{
    bottom: 80px;
    left: -25%;
  }
  .page-template-our-team .owl-theme .owl-nav .owl-next{
    bottom: 80px;
    right: 0px;
  }
  .vm-area{
    position: relative;
    bottom: 0px;
  }
  .design-row {
    margin-bottom: 0;
  }
  .vm-section ul{
    padding-left: 30px;
  }
  .vm-section ul li::before{
    left: -30px;
  }
  #loadMore{
    font-size: 12px;
    padding: 10px 15px;
  }
  #loadMore i{
    padding-left: 24px;
  }
}

@media only screen and (max-width: 900px){

  .press-item .image img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 800px){
  .sub-header {
    height: 300px;
    -webkit-mask-image: url(../images/background-shape-mobile.png);
    mask-image: url(../images/background-shape-mobile.png);
  }
  .ele-one {
    top: -28%;
  }
}
@media only screen and (max-width: 767px){
  .fcol-mtop p {
    margin-bottom: 30px;
  }
  .sub-header {
    height: 275px;
  }
  .vm-area {
    max-width: 360px;
  }
  .ele-one,.ele-three {
    width: 130px;
  }
  .ele-two {
    width: 100px;
    top: -15%;
  }
  .sub-elements {
    margin-top: -80px;
  }
  .page-title {
    font-size: 40px;
    left: 30px;
  }
  .inner-container {
    width: 95%;
  }
  .ele-four {
    width: 90px;
  }
  .ot-section{
    padding-bottom: 0px !important;
  }
  .ele-five {
    bottom: -30px;
    right: -30px;
    width: 100px;
  }
  .sec-title {
    font-size: 45px !important;
  }
  .padd-rit-normal{
    padding-right: 15px;
  }
  .item{
    flex-direction: column;
    align-items: flex-start;
  }
  .press-item .image{
    width: 100%;
  }
  .press-item .image img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 650px){
  .sub-header {
    height: 250px;
  }
  .sub-elements {
    margin-top: -60px;
  }
  .vm-section {
    margin-top: -240px;
  }
}
@media only screen and (max-width: 600px){
  .ele-two {
    top: -25%;
  }
}
@media only screen and (max-width: 580px){
    .sub-header {
    height: 220px;
  }

  .page-title {
    font-size: 30px;
    left: 20px;
  }
  .ele-four {
    width: 80px;
  }
  .sec-title {
    font-size: 40px !important;
  }
  .ele-five {
    bottom: -25px;
    right: -25px;
    width: 80px;
  }
  .press-item .fa{
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
  .ele-one {
    top: -20%;
  }
  .ele-two {
    top: -15%;
  }
}
@media only screen and (max-width: 540px){
  .sub-elements {
    margin-top: -120px;
  }
}
@media only screen and (max-width: 480px){
    .sub-header {
    height: 180px;
  }
  .ele-one {
    width: 100px;
  }
  .ele-three {
    right: 0;
    bottom: 0px;
  }
  .ele-two {
    width: 70px;
  }
  .sec-title {
    font-size: 35px !important;
  }
  .ele-five {
    bottom: -20px;
    right: -20px;
    width: 70px;
  }
}
@media only screen and (max-width: 460px){

}
@media only screen and (max-width: 430px){
    .sub-header {
    height: 170px;
  }
  .page-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 400px){
  .sub-elements {
    margin-top: -120px;
  }
  .page-title {
    font-size: 20px;
  }
  .vm-section {
    margin-top: -280px;
  }
}
@media only screen and (max-width: 380px){
  .sec-title {
    font-size: 30px !important;
  }
}

@media only screen and (max-width: 359px){

}
