/*
Theme Name:   divichild
Description:  This is another child theme of divi theme
Author:       Mostafizur Rahman
Author URL:   https://shabbir.me/
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  divichild
*/

/* Write here your own personal stylesheet */



#navbar-desktop.sticky{
	margin-top: 0;
	margin-left: 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 1349px;
	padding: 0;
	z-index: 999;
}
#navbar-desktop.sticky #menu-main-menu li a {
	padding: 0px 4px !important;
}

#navbar-desktop.sticky .main-logo img {
	max-width: 75%;
	padding: 4px;
}
#navbar-desktop.sticky .et-menu .menu-item-has-children>a:first-child:after {
    right: -12px;
}
.et_pb_image_0_tb_header .et_pb_image_wrap img {
 transition: all .3s ease-in-out;
}
#navbar-desktop.sticky .et_pb_image_0_tb_header .et_pb_image_wrap img {
    max-height: 35px;
}

#menu-main-menu-2 {
	text-align: center;
}
#menu-main-menu-2 li a::after {
	content: "|";
	margin-left: 24px;
}
#menu-main-menu-2 li:last-child a::after {
	content: "";
}