section.about-content {
    background: #fff;
}
section.about-content img{
    width: 100%;
    border-radius: 3%;
    height: 350px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    transition: all .2s ease-out !important;
}
section.about-content img:hover{
    transform: scale(1.06);
}
section.about-content .abt-cont {
    display: flex;
    align-items: center;
}
section.about-content.rev {
    background: #f7f7f7;
}
section.about-content.rev .image-content{
    padding-right: 20px;
}
section.about-content.rev p.head {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 18px;
}
section.ready-form h2 {
    color: var(--black-color);
    font-size: 32px;
    line-height: 1.3;
    font-weight: 400;
    font-family: var(--heading-font);
    margin-bottom: 25px;
}
section.ready-form form input, section.ready-form form select, section.ready-form form textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    font-size: 13px;
    color: #060606;
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: 10px 10px 10px 10px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-top: 5px;
    margin-bottom: 15px;
}
section.ready-form form .form-group {
    padding: 0px;
}
section.ready-form form .col-lg-6{
width: 49%;
}
section.ready-form form .row{
    justify-content: space-between;
}
section.ready-form form label{
    font-size: 13px;
    font-weight: bold;
}
section.ready-form form .col-lg-3{
    width: 23.5%;
}
.budgets p, .events p{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}
section.ready-form form input[type="radio"]{
    display: inline;
    width: 19px;
    height: 19px;
    margin-top: 2px;
    margin-bottom: 0;
    float: left;
    margin-right: 5px;
}
section.ready-form form .budgets label, section.ready-form form .events label{
    margin-bottom: 10px;
}
.radio-list-group {
    display: flex;
    justify-content: space-between;
}
.budgets {
    width: 49%;
}
.events {
    width: 49%;
}
section.ready-form p.head-form {
    margin-bottom: 10px;
}
section.ready-form form textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
}
section.ready-form {
    background: #f7f7f7;
    padding-top: 20px;
    margin-top: 50px;
}
p.msg {
    padding: 0px;
    }
   section.ready-form button.main-btn {
    width: 150px;
}
section.gallery {
    background: #f7f7f7;
    padding: 0px;
}
section.gallery .container-fluid{
    padding: 0px;
}
section.gallery img{
    height: 280px;
    object-fit: cover;
}
section.gallery .owl-nav i{
    font-size: 40px;
    color: #fff;
}
section.gallery .owl-nav {
    width: 95%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
}
section.gallery-sec .head-sec{
    text-align: center;
    margin-bottom: 30px;
}
section.gallery-sec .head-sec h2{
    color: var(--black-color);
}
section.gallery-sec img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.gallery-sec .gallery-image{
    position: relative;
    overflow: hidden;
    height: 550px;
}
section.gallery-sec .gallery-details {
    position: relative;
}
section.gallery-sec a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
section.gallery-sec h4{
    font-size: var(--f28);
    line-height: 1.2;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 0;
    text-align: center;
    font-family: var(--heading-font);
    text-shadow: 0 0 2px #000;
}
section.gallery-sec .gallery-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #00000040;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.gallery-sec .gallery-details:hover img{
transform: scale(1.14);
}
section.ready-form .form-head{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
section.ready-form .form-head ul.social{
  display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    padding-left: 0;
    list-style: none;
}
section.ready-form .form-head ul.social a{
  width: 46px;
    display: flex;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--secondary-color);
    border-radius: 100%;
    color: var(--secondary-color);
}
section.ready-form .form-head ul.social a:hover{
  color: var(--other-color);
}