.hide-desktop{
  display: none;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    font-size: 100px;
    color: #333333;
}

.owl-nav {
 text-align: center;
}

.owl-2-style .owl-nav {
  display: none; 

}


.owl-2-style .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px; 
}

.owl-2-style .owl-dots .owl-dot {
  display: inline-block; 
}
    
.owl-2-style .owl-dots .owl-dot span {
  display: inline-block;
  width: 15px;
  height: 3px;
  border-radius: 0px;
  background: #cccccc;
  -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  margin: 3px; 
}

.owl-2-style .owl-dots .owl-dot.active span {
  background: #007bff; 
}

.owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
  outline: none; 
}

.features-header {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}

.iti {
    width: 100%;
}

.phone-div {
    width: 30px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 999;
    background: #ffffff;
    border-radius: 50%;
}

.whatsapp-div {
    width: 30px;
    position: absolute;
    bottom: 40px;
    right: 5px;
    z-index: 999;
    
}

.developer-logo-div {
    width: 100px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgb(0 0 0 / 75%);
    padding: 5px;
    
}

.developer-img{
  height: 30px;
}




.box {
  position: relative;
  max-width: 600px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 999;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #ee273a;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 40px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 40px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

.theme-btn {
    margin-left: 30px;
}

.news-block .price-fa-h4{
  font-size: 14px;
  font-weight: 900;
}

.news-block .lower-content {
    -webkit-box-shadow: 0px 6px 25px 0px rgba(111, 120, 142, 0.15);
    box-shadow: 0px 6px 25px 0px rgba(111, 120, 142, 0.15);
    background: #fff;
}

.property-div-btm{
    border-bottom: 15px solid #b9b9b9;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.news-section .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color: #23283b;
  border-radius: 10px;
  border-top:2px solid transparent;
  border-bottom:2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.button_div{
    display: flex;
    width: 110%;
    position: relative;
    left: -25px;
}

.brochure-btn-pos{
  left: -40px;
}

.mob-header-right{
    float: right;
    position: relative;
    top: 8px;
    right: -17px;
}

.header-style-two.fixed-header .logo-box{
  margin-top: 0.5em;
}

.pagination {
  margin-top: 30px;
  position: relative;
  text-align: center !important;
  justify-content: center;
}

.pagination li{
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0;
}

.page-link {
  position:relative;
  display:block;
  line-height:33px;
  font-size:18px;
  height:50px;
  width:50px;
  color:#222222;
  font-weight:500;
  text-align:center;
  background:#ffffff;
  border:1px solid #dddddd;
  border-bottom: 2px solid #ec167f;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
  filter: grayscale(100%);
}

.page-item.active .page-link {

  background-color: #ec167f;
  color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
  filter: grayscale(100%);
}

.page-item:first-child .page-link {
    font-size: 33px;
}

.page-item:last-child .page-link {
    font-size: 33px;
}

.home_developer_div{
    justify-content: center;
    text-align: center;
}

.home_developer_heading{
    display: block;
    font-size: 42px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding: 10px 0px;
}

.speaker-block .inner-box {
    border-radius: 10%;
}

.speaker-block .info-box {
    background-color: rgb(82 72 77 / 90%);
}

.speaker-block .inner-box {
    border: 1px solid #000000;
}

.speaker-block {
    margin-bottom: 12px;
}

.speaker-block .inner-box{
  box-shadow: 0px 7px 12px rgba(0,0,0,0.40);
}

.btn-developer{
    position: relative;
    font-size: 13px;
    line-height: 20px;
    font-weight: 800;
    padding: 8px 13px;
    border-radius: 30px;
    background-color: aliceblue;
    margin-top: 1em;
}

.speaker-block .social-links li{
  margin-top: 1em;
}

.speaker-block .social-links li a:hover {
    color: #020202;
}

.speaker-block .image-box .image img{
  width: 75%;
  height: 75%;
  display: inline-flex;
}

/* IPad Pro,Mini,Air */
@media only screen and (min-width: 760px) and (max-width: 1025px) {
  .box{
    max-width: unset;
  }

  .owl-carousel .owl-nav .owl-prev {
      left: 100px;
      margin-top: 770px;
  }

  .owl-carousel .owl-nav .owl-next {
      right: 100px;
      margin-top: 770px;
  }

}

/* Mobile IPhone 13 */
@media only screen and (min-width: 718px) and (max-width: 759px) {

  .mobile-hide {
    display: none;
  }

  .hide-desktop{
    display: block;
  }
  .developer-logo-div {
      width: 125px;
  }

  .phone-div {
      
  }

  .whatsapp-div {
      
  }

  .brochure-btn-pos{
    left: 0;
  }

  .button_div {
    width: 100%;
  }

  .w-mob-50{
    width: 50%;
  }

  .w-mob-60{
    width: 60%;
  }

  .w-mob-40{
    width: 40%;
  }

  .w-mob-80{
    width: 80%;
  }

  .w-mob-20{
    width: 20%;
  }

  .pos_left_neg_50{
    left: -50px;
  }

  .theme-btn {
      margin-left: 0;
  }

  .owl-carousel .owl-nav .owl-prev {
      left: 100px;
      margin-top: 650px;
  }

  .owl-carousel .owl-nav .owl-next {
      right: 100px;
      margin-top: 650px;
  }

}

/* Mobile */
@media only screen and (min-width: 320px) and (max-width: 550px) {
  .mobile-hide {
    display: none;
  }

  .hide-desktop{
    display: block;
  }
  .developer-logo-div {
      width: 125px;
  }

  .phone-div {
     
  }

  .whatsapp-div {
      
  }

  .brochure-btn-pos{
    left: 0;
  }

  .button_div {
    width: 100%;
  }

  .w-mob-50{
    width: 50%;
  }

  .w-mob-60{
    width: 60%;
  }

  .w-mob-40{
    width: 40%;
  }

  .w-mob-80{
    width: 80%;
  }

  .w-mob-20{
    width: 20%;
  }

  .pos_left_neg_50{
    left: -50px;
  }

  .theme-btn {
      margin-left: 0;
  }

  .owl-carousel .owl-nav .owl-prev {
      left: 100px;
      margin-top: 650px;
  }

  .owl-carousel .owl-nav .owl-next {
      right: 100px;
      margin-top: 650px;
  }

  .news-section .btn-box a {
      padding: 8px 20px;
  }

}