/* Firefox */
input[type=number] {
    -moz-appearance: textfield !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Remove focus style */
.form-control:focus, .form-select:focus {
    outline: none;
    box-shadow: none;
}

/* Remove hover style */
.form-control:hover, .form-select:hover {
    background-color: inherit; /* or set to a specific color */
    border-color: inherit; /* or set to a specific color */
}
.success {
    color: green;

}

.error {
    color: red;

}



.row {
    margin-right: 0px;
    margin-left: 0px;

}

.contact-page-section {
    position: relative;
    padding: 40px 0px 20px !important;
}

.info-column {
    margin-top: 45px;
    padding-right: 0px;
    padding-left: 0px;
}

.content-column {
    padding-right: 0px;
    padding-left: 0px;
}

.contact-form {
    position: relative;
    margin-bottom: 30px;
    box-sizing: border-box;

}

/* .main-menu .navigation>li>ul>li>ul>li>a {
        padding: 7px 20px;
        right: 448px;
        background-color: #001e57;
        margin-top: 25px;
    }

    .main-menu .navigation li>ul>li.dropdown:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 0px;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    } */

/* .image{
        margin-top:100px;
    } */
.contact-form .form-group {
    position: relative;
    margin-bottom: 10px;
}

.contact-form .form-group textarea {
    border: 2px solid #001e57;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="number"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="file"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    color: black;
    line-height: 26px;
    padding: 10px 15px;
    height: 55px;
    font-size: 14px;
    border-radius: 2px;
    background: #f6f6fa;
    border: 2px solid #001e57;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group option[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    color: black;
    line-height: 26px;
    padding: 10px 28px;
    height: 60px;
    font-size: 14px;
    border-radius: 2px;
    background: #f6f6fa;
    border: 2px solid #001e57;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group option[type="text"]:focus {
    border-color: #f7f4f4;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group input[type="file"]:focus,
.contact-form .form-group select:focus {
    outline: none;
    box-shadow: none;
}
.contact-form .form-group input[type="text"]:hover,
.contact-form .form-group input[type="password"]:hover,
.contact-form .form-group input[type="tel"]:hover,
.contact-form .form-group input[type="email"]:hover,
.contact-form .form-group input[type="file"]:hover,
.contact-form .form-group select:hover {
    outline: none;
    box-shadow: none;
}
.succes {
    color: green;
}

.error {
    color: red;
}

#txtInput {
    height: 60%;
}

#mainCaptcha {
    height: 60%;
    /* width: 60%; */
    /* background: linear-gradient(#001e57, #bc9a9d); */
    background: linear-gradient(#001e57, #bc9a9d);
    text-decoration: line-through;
    text-align: center;
    letter-spacing: 6px;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-style: italic;
    font-size: 16px;

}

.btn {
    /* border-radius:20px; */
    margin-top: 30px;
    background-color: #7c828f;
    /* margin-left: -153px; */
}

.form-column {
    padding-left: 30px;
    padding-right: 2px;
}
/* 
.image1 {
    margin-top: -145px;
    width: 70%;
    height: 60%;
    margin-left: 45px;
} */
.image1 {
    display: block;
    margin: 0 auto; /* Centers the image horizontally */
    width: 70%; /* Adjust width as needed */
    height: auto; /* Maintains aspect ratio */
    margin-top: -147px; /* Adjust vertical positioning */
}
.sec-title1 h2 {
    color: #1b1464;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0.5px;
    margin-top: 0px;
}

.icon1 {
    margin-top: 20px;
}

/* .page {
        padding: 5px 0 0px;
    } */
 
    .innovation-section {
        padding-bottom: 0px;
        margin-top: 0px;
    }
@media only screen and (max-width: 767px) {
    .image {
        padding:0px !important;
    }
    .innovation-section {
        padding-bottom: 0px;
        margin-top: 10px !important;
    }
    .btn-style-five {

        font-size: 16px;
        line-height: 30px;
        padding: 8px 30px;
        font-weight: 700;
        border-radius: 3px;
        letter-spacing: 1px;
        background-color: #1f496b;

    }

    .icon1 {
        margin-top: 60px;
    }

    .image1 {
        max-width: 70%;
        max-height: 28%;
        display: block;
        margin: 0 auto;
        position: absolute;
        top: -92px;
        left: 50%;
        transform: translateX(-50%);
    }

    .info-column {
        margin-top: 100px;
    }

    .form-column {
        padding-left: 0px;
        padding-right: 0px;
    }

    /* .dropdown-submenu .dropdown-item.item2 {
            padding: 5px 4px;
            line-height: 22px;
            color: white;
            font-size: 14px;
            background: transparent;
            margin-left: 80px;
        } */

    /* .main-menu .navigation>li>ul>li>ul>li>a {
            padding: 0px 0px;
            right: 0px;
            background-color: #001e57;
            margin-top: 0px;
        } */

    .sec-title1 h2 {
        margin-top: 10px;
    }

    #mainCaptcha {
        width: 80%;
        flex-grow: 1;
        width: 100%;
        font-weight: bold;
    }

    .theme-btn {
        margin-top: 0px;
    }

    .title-box {
        display: none;
    }

    .image1 {
        display: block;
    }

    .contact-page-section {
        position: relative;
        padding: 0px 0px 0px !important;
    }

    /* .page>img {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            height: 200px;
            width: 100%;
        } */

    .contact-page-section .info-column {
        position: relative;
        margin-bottom: 20px;
    }

    .contact-form .form-group input[type="text"] {
        height: 50px;
    }
}