* {
    margin: 0;
    padding: 0;
    list-style: none !important;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

img {
    max-width: 100%;
    text-align: center;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

p {
    color: #888;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

span {
    color: #d61913;
}

ul.top-info li a:hover {
    color: #d61913;
}

/* top header start here  */
.logo img {
    height: 120px;
}

header.top-head {
    background: #000;
    padding: 3px 0;
}

ul.top-info {
    padding: 0;
    margin: 0;
}

ul.top-info li {
    display: inline-block;
    margin-right: 12px;
}

ul.top-info li {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}

ul.top-info li a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}

ul.top-info li i {
    color: #d61913;
    margin-right: 5px;
    font-size: 16px;
}

ul.top-right {
    text-align: right;
    padding: 0;
    margin: 0;
}

ul.top-right li {
    display: inline-block;
    margin-right: 8px;
}

ul.top-right li a {
    color: #fff;
}

ul.top-right li a:hover {
    color: #d61913;
}

.marquee {
    color: #fff;
    font-size: 11px;
    position: relative;
    top: 4px;
}

/* top header end here  */

/* nav bar start here */
.wrap.sticky-top nav#main_navbar {
    background: #fff !important;
    box-shadow: 1px 0 10px rgb(0 0 0 / 10%);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #d61913 !important;
    text-decoration: none;
    background-color: #0d6efd00 !important;
}

a.navbar-brand img {
    height: 65px;
}

li.nav-item.dropdown1 {
    margin-right: 60px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    margin-right: 60px;
}

.navbar-light .navbar-nav .nav-link:last-child {
    margin-right: 0px;
}

a.nav-link.dropdown-toggle:hover {
    color: #d61913 !important;
}

ul.dropdown-menu.animate__animated.animate__fadeIn.show li {
    border-bottom: 1px solid #dee2e6;
}

.dropdown-menu>li.show {
    color: #d61913 !important;
}

ul.dropdown-menu.animate__animated.animate__fadeIn.show li:last-child {
    border-bottom: 0px solid #dee2e600;
}

.dropdown-menu>li a:hover {
    color: #d61913 !important;
    padding-left: 20px !important;
}

.dropdown-item {
    transition: 0.3s;
}

.animate__fadeIn {
    animation-name: unset !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #d61913 !important;
}

.dropdown-menu>li.show>a {
    color: #fff !important;
    background: #d61913 !important;
}

.dropdown-menu>li a:hover,
.dropdown-menu>li.show {
    background: rgba(255, 255, 255, 0) !important;
    color: #d61913 !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/toggle.jpg) !important;
}

ul.dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

ul.dropdown-menu li:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, .15);
}

/* nav bar end here */


/* banner start here */
section.banner {
    background-image: url(../images/apply.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 5%;
}

.banner-text {
    text-align: left;
}

.banner-text h1 {
    color: #333;
    font-size: 37px;
    font-weight: 700;
    padding: 11% 0;
    margin-top: 0;
    text-align: left;
    line-height: 1.3;
}

/* banner end here */

/* hd text start here */
section.hd-part {
    margin-bottom: 5% !important;
}

.hd-text {
    background: #f8f8f8;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    padding: 40px 70px;
}

.hd-text h3 {
    color: #d61913;
    font-weight: 700;
    font-size: 32px;
}

input.apply-input {
    width: 100%;
    border: 1px solid #d3d3d3;
    background: transparent;
    padding: 0 20px;
    margin-bottom: 20px;
    height: 50px;
}

textarea.textarea {
    width: 100%;
    border: 1px solid #d3d3d3;
    background: transparent;
    padding: 20px 20px;
    margin-bottom: 20px;
    height: 150px;
}

input.apply-input::placeholder {
    color: #888;
    font-size: 14px;
}

input.apply-input:focus {
    background-color: #f0f0f0;
    border-color: #0f61d7;
    outline: 0;
    box-shadow: none;
}

textarea.textarea:focus {
    background-color: #f0f0f0;
    border-color: #0f61d7;
    outline: 0;
    box-shadow: none;
}

h2.little-text {
    font-size: 16px;
    margin-bottom: 15px;
}

input.submit {
    font-size: 16px;
    background: #d61913;
    border: 2px solid #d61913;
    color: #fff;
    padding: 10px 30px;
    transition: 0.5s;
}

.input {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

input.submit:hover {
    background: #fff;
    border: 2px solid #d61913;
    color: #d61913;
}

/* hd text end here */


/* footer start here */
footer.main-footer {
    padding: 1% 0 1% 0;
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

ul.footer-icon {
    text-align: left;
    margin-top: 20px;
}

ul.footer-icon li {
    display: inline-block;
    margin-right: 12px;
}

ul.footer-icon li a {
    color: #fff;
    font-size: 22px;
    transition: 0.2s;
}

ul.footer-icon li a:hover {
    color: #d61913;
}

h2.footer-hd-text {
    color: #fff;
    font-size: 22px;
}

ul.footer-ul li {
    margin-bottom: 15px;
    list-style: none;
}

ul.footer-ul li a {
    color: #888;
    text-decoration: none;
    transition: 0.3s;
}

ul.footer-ul li a:hover {
    color: #d61913;
    text-decoration: underline;
}

h3.mail {
    position: relative;
    bottom: 10px;
}

h3.mail a {
    color: #888;
    font-size: 16px;
    text-decoration: none;
}

h3.mail a:hover {
    color: #fff;
    text-decoration: underline;
}

h4.copyright {
    color: #888;
    font-size: 14px;
    font-weight: 400;
}

h4.copyright2 {
    color: #888;
    font-size: 14px;
    font-weight: 400;
}

.footer-logo img {
    height: 120px;
}

h3.mail a:hover {
    color: #d61913;
}

.footer-btn.pt-2 {
    text-align: center;
}

.footer-btn.pt-2 ul li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

.footer-btn.pt-2 ul li a {
    display: inline-block;
    font-size: 14px;
    color: #888;
    margin-top: 5px;
    text-decoration: underline;
}

.footer-btn.pt-2 ul li a:hover {
    color: #d61913;
}

li.footer-after:after {
    content: "";
    width: 1px;
    background-color: #fff;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
}

/* footer end here*/

/* responsive 1199px start here*/
@media only screen and (max-device-width:1199px) {
    .submit.text-end.mt-4 {
        margin-top: -7% !important;
    }

    .footer-full.border-bottom.pb-5 {
        padding-bottom: 15px !important;
    }
}

/* responsive 1199px start here*/


/* responsive 1024px start here*/
@media only screen and (max-device-width:1024px) {
    h4.copyright {
        text-align: center !important;
    }

    h4.copyright2 {
        text-align: center !important;
        padding-top: 5px !important;
        font-size: 14px;
    }

    ul.footer-ul li {
        margin-bottom: 12px;
    }

    h2.footer-hd-text {
        margin-bottom: 20px !important;
    }

    li.footer-after:after {
        display: none;
    }

    .footer-btn.pt-2 ul li {
        padding: 0 10px;
    }

    .footer-btn.pt-2 {
        padding: 0 !important;
    }

    h4.copyright {
        margin-bottom: 0;
    }

    .banner-text h1 {
        font-size: 30px;
    }

    .hd-text h3 {
        font-size: 30px;
    }

    .submit.text-end.mt-4 {
        margin-top: -49px !important;
    }

}

/* responsive 1024px end here */

/* responsive 991px start here */
@media only screen and (max-device-width:991px) {
    ul.top-info {
        text-align: center;
    }

    ul.top-right {
        text-align: center;
    }

    header.top-head {
        padding: 10px 0;
    }

    .marquee {
        top: 2px;
    }
}

/* responsive 991px end here */

/* responsive 980px start here */
@media only screen and (max-device-width:980px) {
    ul.top-info {
        text-align: center;
    }

    ul.top-right {
        text-align: center;
    }

    body {
        padding: 0 !important;
    }


    h2.footer-hd-text {
        font-size: 18px;
    }

    .submit.text-end.mt-4 {
        margin-top: -11% !important;
    }

    header.top-head {
        padding: 3px 0;
    }

    ul.top-info {
        display: none;
    }

    ul.top-right {
        display: none;
    }
}

/* responsive 980px end here */


/* responsive 768px start here */
@media only screen and (max-device-width:768px) {
    .banner-text h1 {
        font-size: 30px;
    }

    .hd-text h2 {
        font-size: 16px;
    }

}

/* responsive 768px end here */

/* responsive 767px start here */
@media only screen and (max-device-width:767px) {
    h2.footer-hd-text.mt-5.mb-5 {
        text-align: center;
    }

    ul.footer-ul {
        text-align: center;
    }

    h3.mail {
        text-align: center;
    }

    ul.footer-icon {
        text-align: center;
    }

}

/* resposnive 767px end here */

/* responsive 667px start here */
@media only screen and (max-device-width:667px) {
    .submit.text-end.mt-4 {
        margin-top: -16% !important;
    }

}

/* responsive 667px end here */

/* responsive 540px start here */
@media only screen and (max-device-width:540px) {
    .submit.text-end.mt-4 {
        margin-top: -15% !important;
    }

}

/* responsive 540px end here */

/* responsive 425px start here */
@media only screen and (max-device-width:425px) {
    .banner-text h1 {
        font-size: 25px;
        width: 50%;
    }

    ul.footer-icon {
        text-align: center;
    }

    ul.footer-ul {
        text-align: center;
    }

    h2.footer-hd-text {
        text-align: center;
    }

    h3.mail {
        text-align: center;
    }

    h2.footer-hd-text {
        margin-top: 20px !important;
    }

    .hd-text h3 {
        font-size: 25px;
    }

    .hd-text {
        padding: 40px 20px;
    }

    .hd-text h2 {
        font-size: 16px;
    }

    .submit input {
        padding: 8px 18px;
    }

    .submit.text-end.mt-4 {
        text-align: center !important;
        margin-top: 25px !important;
    }

    .file {
        text-align: center;
    }

    section.hd-part {
        margin-top: 3rem;
    }

    .submit.text-end.mt-4 {
        margin-top: 9% !important;
    }
}

/* responsive 425px end here */



/* responsive 360px start here */
@media only screen and (max-device-width:360px) {
    .hd-text h3 {
        font-size: 24px;
    }

    .box-text h4 {
        font-size: 24px;
    }
}

/* responsive 360px end here */

/* responsive 320px start here */
@media only screen and (max-device-width:320px) {
    input.file-input {
        width: 88%;
    }

    .hd-text h3 {
        font-size: 20px;
    }


}

/* responsive 320px end here */