/*
Theme Name:   Divi Child
Description:  Write here a brief description about your child-theme
Author:       Elegant Themes
Author URL:   https://www.elegantthemes.com/
Template:     Divi
Version:      4.8.2
Text Domain:  Divi Child
*/

/* Write here your own personal stylesheet */

/*--- home --*/
a.materials-anchor {
    color: #092336;
}
a.materials-anchor:hover{

	
}
.home-slider a.et-pb-arrow-prev {
    background-color: #fff;
}
.home-slider a.et-pb-arrow-next {
    background-color: #fff;
}
.gallery-section a.et-pb-arrow-prev {
    color: #ffff !important;
}
.gallery-section a.et-pb-arrow-next {
    color: #ffff !important;
}
/*--- Footer---*/
div#footer-widgets {
    display: none;
}
div#footer-info {
    width: 100%;
}
.footer-bar {
    display: flex !important;
    justify-content: space-between !important;
}
.footer-menu-list a {
    font-size: 17px;
    font-weight: 400 !important;
    font-family: 'Oswald';
    line-height: 28px;
    margin-right: 32px;
}
.footer-menu-list a:hover {
    color: #3E8128 !important;
}
p.footer-text {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: 'Oswald';
    line-height: 28px;
}
/*----About Page---*/
.Breadcrumb p a {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Oswald';
}
.Breadcrumb {
    display: flex;
    justify-content: center;
    gap: 10px;
}
/*---Contact us ---*/
.contact-form .et_contact_bottom_container {
    justify-content: center !important;
    margin-top: 40px;
    float: unset;
}

.et-l--header {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.et-l--header .et_pb_section {
    background: rgb(0 0 0 / 72%);
}
/** careers form ---*/
.resume-form {
    max-width: 1000px;
    margin: 0 auto;
}

.resume-form .form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.resume-form .form-col {
    flex: 1;
}

.resume-form input[type="text"],
.resume-form input[type="email"],
.resume-form input[type="tel"] {
    width: 100%;
    height: 70px;
    padding: 0 30px;
    background: #f5f5f5;
    border: none;
    font-size: 16px;
    box-sizing: border-box;
}

.resume-form .full-width {
    width: 100%;
    padding: 25px 30px;
    background: #f5f5f5;
    box-sizing: border-box;
}

.resume-form input[type="file"] {
    width: 100%;
}

.resume-form .submit-wrap {
    text-align: center;
    margin-top: 30px;
}

.resume-form input[type="submit"] {
    background: #000;
    color: #fff;
    border: none;
    padding: 18px 45px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
}

.resume-form input[type="submit"]:hover {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .resume-form .form-row {
        flex-direction: column;
        gap: 20px;
    }
	.footer-bar {
    display: unset !important;
}
	.footer-menu-list {
    margin-top: 5px;
}
	.footer-menu-list a {
    font-size: 15px;
    margin-right: 12px;
}
	.Breadcrumb p a {
    font-size: 14px;
}
.resume-form input[type="submit"] {
    padding: 15px 0px;
    font-size: 16px;
    width: 100%;
}	
	.et_mobile_menu li a {
    color: #000 !important;
}
	ul#mobile_menu {
    background-color: #fff !important;
}
	.et_mobile_device .et-pb-arrow-prev {
    font-size: 27px;
    top: 12rem;
}
	.et_mobile_device .et-pb-arrow-next {
   
    font-size: 27px;
    top: 12rem;
}
	#logo {
    max-height: 100% !important;
}
	.et_pb_svg_logo #logo {
    height: 80%;
}
}










/* Mobile Menu Full Width */
@media only screen and (max-width: 1024px) {

    .et_pb_menu .et_mobile_menu {
        position: fixed !important;
        top: 70px !important;
        left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: calc(100vh - 70px) !important;
        overflow-y: auto !important;
        z-index: 99999 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .et_pb_menu .mobile_nav {
        position: static !important;
    }

    .et_pb_menu .et_mobile_menu li a {
        padding: 15px 20px 0px !important;
    }
}
.nav li ul {
    border-top: 3px solid #000000 !important;
}
.et_pb_module .mobile_menu_bar:before {
    color: White !important;
}
.et_mobile_menu {
    border-top: 3px solid #000;
}

#top-menu li {
    padding-right: 30px;
}
header#main-header {
    background: rgb(0 0 0 / 72%);
}
#main-header .nav li ul a {
    color: #000000 !important;
}
ul.sub-menu {
    padding: 9px 0 !important;
}
#top-menu li li {
    padding: 0 10px;
    margin: 0;
}
ul.sub-menu {
    width: 190px !important;
}
.nav li li ul {
    left: 190px;
}
#top-menu li li a {
    width: 185px;
}
.mobile_menu_bar:before {
    color: #fff;
}