#couple .title h2{
	font-size: 24px;
    color: #738ea5;
    font-family: "Great Vibes", cursive;
}

#couple .title h3{
    font-size: 46px;
    line-height: 55px;
    margin: 0;
    margin: 15px 0;
    position: relative;
    font-family: "Great Vibes", cursive;
    font-weight: 600;
}

.about-section-cus h5{
	font-size: 26px;
}

.about-section-cus .about-title{
	font-size: 3rem;
}

.topbar .contact-infos li a{
    color:#000 !important;
}
.contact-infot li a{
    color:#5880a2!important;
}

/* Style the disabled placeholder */
select.form-control option[disabled] {
    color: #999;         /* Grey color like a placeholder */
}

/* Optional: keep the dropdown text black when a real option is selected */
select.form-control {
    color: #000;
}
.rossi-section-title p{
    margin-bottom:0px!important;
}

.wpcf7 form .wpcf7-response-output {
   text-align: center;
    width: 840px;
}

.office-info-text a{
    color:#848892;
}
.rossi-contact-pg-section .office-info .office-info-item {
    text-align: center;
    box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
    padding: 15px!important;
}

.sideimg img{
    height:80px;
}

.portfolio-gallerycss img{
	height:450px;
}

.about-section-cus .about-card ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    content: "";
    background: #b7e6e6;
    border-radius: 50%;
}
.about-section-cus .about-card ul li {
    padding: 6px 0;
    position: relative;
    padding-left: 20px;
}
.about-section-cus .about-card ul {
    list-style: none;
}


.rossi-blog-section .rossi-blog-item .rossi-blog-img img {
    height: 400px;
    object-fit: cover;
}

.rossi-blog-single-section .entry-media img {
    object-fit: cover;
}

.rossi-blog-pg-section .entry-media img {
    object-fit: cover;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
    object-fit: cover;
}

.about-section-cus .about-img.abousec img {
    width: 100%;
	object-fit: cover;
}

.about-section-cus .about-img.eventtem img {
    width: 100%;
    object-fit: cover;
}

.rossi-video-section.eventpage::before {
    height: 100%;

}

.rossi-page-title {
    min-height: 440px;
    background-size: 100% 130%;
}


@media (min-width: 1440px) {
    .containers {
        max-width: 1500px;
		margin-right:auto;
		margin-left:auto;
    }
}



.rossi-video-section .rossi-video-img .video-btn1,
.rossi-video-section-s2 .rossi-video-img .video-btn1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  text-align: center;
  border-radius: 50%;
  line-height: 76px;
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 575px) {

  .rossi-video-section .rossi-video-img .video-btn1,
  .rossi-video-section-s2 .rossi-video-img .video-btn1 {
    width: 50px;
    height: 50px;
    line-height: 47px;
  }
}

.rossi-video-section .rossi-video-img .video-btn1 .fi,
.rossi-video-section-s2 .rossi-video-img .video-btn1 .fi {
  position: relative;
  right: -3px;
}

@media (max-width: 575px) {

  .rossi-video-section .rossi-video-img .video-btn1 .fi,
  .rossi-video-section-s2 .rossi-video-img .video-btn1 .fi {
    right: 0;
  }
}

.rossi-video-section .rossi-video-img .video-btn1 .fi:before,
.rossi-video-section-s2 .rossi-video-img .video-btn1 .fi:before {
  font-size: 30px;
  color: #000;
}

@media (max-width: 575px) {

  .rossi-video-section .rossi-video-img .video-btn1 .fi:before,
  .rossi-video-section-s2 .rossi-video-img .video-btn1 .fi:before {
    font-size: 20px;
  }