 
        .image-content-vertical {
            background: #f8f8f8;
            padding: 60px 0;
        }

        .img-box img {
            width: 300px;
            height: 320px;
            object-fit: cover;
            border-radius: 15px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
            transition: 0.4s;
            margin-left: 36px;
        }

        .img-box img:hover {
            transform: scale(1.05);
        }

        .content-box h2 {
            font-size: 38px;
            font-weight: 600;
            margin-bottom: 20px;
            color: #111;
        }

        .content-box p {
            max-width: 900px;
            margin: 0 auto 20px;
            font-size: 16px;
            color: #555;
            line-height: 1.9;
        }
 



        /* contact css start */

        /* Contact */

.contact-con {
    background-color: var(--e-global-color-dark-moderate-blue);
}
.contact-con::before {
    content: "";
    width: 40%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background-image: url(../images/contact-rightbackground.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.contact-con .contact-bottomimage {
    position: absolute;
    left: 0;
    bottom: 0;
}
.contact-con .contact_wrapper {
    z-index: 1;
}
.contact-con .contact_wrapper .contact-rightbackground{
    display: none;
}
.contact-con .contact_wrapper .contact-centerimage{
    position: absolute;
    left: 66px;
    top: -50px;
}
.contact-con .contact_content{
    padding: 125px 0;
    position: relative;
    z-index: 1;
}
.contact-con .contact_content h6{
    margin-bottom: 16px;
}
.contact-con .contact_content h2{
    margin-bottom: 28px;
}
.contact-con .contact_content .form-group{
    margin-bottom: 26px;
}
.contact-con .contact_content .input1 {
    float: left;
    margin-right: 26px;
}
.contact-con .contact_content input,
.contact-con .contact_content textarea,
.contact-con .contact_content select {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    height: 53px;
    width: 257px;
    padding: 10px 10px 10px 26px;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-white);
    font-family: "Rajdhani", sans-serif;
    border-radius: 25px;
    overflow: visible;
    outline: none;
}
.contact-con .contact_content textarea {
    height: 118px;
    width: 100%;
    padding: 16px 26px;
    border-radius: 18px;
    resize: none;
    outline: none;
    overflow: auto;
}
.contact-con .contact_content .message {
    margin-bottom: 32px;
}
.contact-con .contact_content select {
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 90.3% 23px !important;
    background-image: url(../images/dropdown-arrow.png) !important;
}
.contact-con .contact_content select option{
    color: var(--e-global-color-text);
}
.contact-con .contact_content input:focus,
.contact-con .contact_content textarea:focus,
.contact-con .contact_content select:focus {
    box-shadow: 2px 3px 42px rgb(55 225 197 / 16%);
    border: 1px solid var(--e-global-color-accent);
}
.contact-con .contact_content .submit_now {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    padding: 20px 39px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 30px;
    text-transform: uppercase;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    transition: all 0.8s ease-in-out;
    text-align: center;
    outline: none;
    border-style: none;
}
.contact-con .contact_content .submit_now:hover {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
}
.contact-con .contact_content .submit_now i {
    font-size: 12px;
    margin-left: 22px;
    color: var(--e-global-color-white);
    transition: all 0.8s ease-in-out;
}
.contact-con .contact_content .submit_now:hover i {
    transform: translateX(4px);
}
.contact-con .contact_content input::placeholder{
    color: var(--e-global-color-text);
}
/* Specific styles for Firefox */
@-moz-document url-prefix() {
    .contact-con .contact_content select:invalid {
        color: #BCBCBC;
    }
}
.contact-con .contact_content form span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-top: 5px;
    position: absolute;
    display: block;
    color: var(--e-global-color-pure-red);
}