/* 
 Theme Name:   Divi-child
 Theme URI:    
 Description:  
 Author:       Admin Build
 Author URI:   
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/******** Header *********/
header#main-header {
    padding: 12px 0;
}
header ul#mobile_menu {
    background: #fff !important;
    padding: 0;
}

header ul#mobile_menu li a {
    color: #09092b;
    border-bottom: 1px solid #09092b;
}
#top-menu-nav ul li a, .footer-widget li a {
    opacity: 1;
    color: #b5b5b5!important;
}
#top-menu-nav ul li a:hover, .footer-widget li a:hover {
    opacity: 1;
	color: #fff!important;
}
#top-menu li.current-menu-item a, .footer-widget li.current-menu-item a {
    opacity: 1;
	color: #fff!important;
}
/******** Top Banner ********/
.top-banner {
    min-height: 100vh;
    display: flex;
}
.what-we-do h2, .nextomic-benefits h2 {
    background: radial-gradient(84.11% 118.44% at 29.78% 11.23%, #721FFF 0%, #FF2400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top-banner h1, .carrer-top-banner h1 {
	 background: linear-gradient(124.35deg, #05D3E7 0%, #FF17CE 57.66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/******* Contact Page ******/
.contact-page-sec input, .contact-page-sec textarea {
    color: #331D4D;
    font-size: 20px;
    border: none !important;
    border-bottom: 2px solid #331D4D !important;
}

.contact-page-sec .contact-btn {
    background: #331D4D !important;
    border-radius: 10px !important;
    color: #fff !important;
    padding: 10px 40px !important;
}

.contact-page-sec .wpforms-submit-container {
    text-align: center;
}

/********** Carrers Page ********/
.nextomic-benefits img {
    max-width: 50px;
}
.mg-values img {
    max-width: 80px;
}
.mg-values .et_pb_blurb_container {
    padding-left: 40px;
}

/********** Footer **********/
.footer-widget ul li {
    display: inline;
}
.footer-widget li:before {
    display: none;
}
footer#main-footer .container {
    min-width: 100% !important;
}
footer div#footer-widgets {
    padding: 2%!important;
}
footer p {
    font-size: 14px !important;
}

.footer-widget {
    margin-bottom: 0 !important;
}



/***** Media ********/
@media screen and (min-width: 981px) {
#main-header .container.et_menu_container {
    width: auto !important;
    float: right;
}
#main-header .container.et_menu_container .logo_container {
    position: relative !important;
    padding: 0;
    float: right;
    width: auto;
    height: auto;
}
#main-header .container.et_menu_container div#et-top-navigation {
       padding: 0!important;
    float: left;
    top: 16px;
    position: relative;
    margin-right: 30px;
}
	footer #footer-widgets {
    display: flex;
    align-items: center;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.who-we-are {
    background-size: 100% 100%;
}
.footer-widget:last-child {
    width: 100% !important;
}
.footer-widget .fwidget:last-child {
    text-align: center;
    width: 100%;
}
.footer-widget:nth-child(n) {
    margin-bottom: 3% !important;
}
footer ul#menu-main-menu {
    margin-top: 15px;
}
}

@media screen and (max-width: 767px) {
.what-we-do p, .who-we-are p {
    font-size: 16px;
}
.mg-values .et_pb_blurb_container {
    padding-left: 15px;
}
footer #media_image-2 img {
    width: 50%;
}
footer #footer-widgets {
    width: 100%;
    text-align: center;
}
footer .menu-main-menu-container a {
    font-size: 16px;
}
footer .footer-widget {
    display: flex;
    justify-content: center;
}
footer #footer-widgets .footer-widget:nth-child(n) {
    margin-bottom: 3% !important;
}
footer {
    padding-top: 15px;
}
.mg-values.et_pb_with_background.et_section_regular {
    background: none;
}
}

@media screen and (min-width: 981px) and (max-width: 1024px){
	body .footer-widget:last-child {
    width: 40% !important;
}
	footer div#footer-widgets {
    display: flex;
	align-items: center;
}
}