/*
*	Theme Name: DIVI Child theme
*	Description: Child theme for Divi theme
*	Theme URI: http://www.elegantthemes.com/gallery/divi/
*	Version: 2.7.5
*	Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
*	Author: Elegant Themes
*	Template: Divi
*
*/

@import url('css/fontello.css');

/* Additional Font -Sample */

@font-face {
    font-family:'Poppins Regular';
    src: url('font/Poppins-Regular.ttf') format('truetype');
    font-display: swap;
} 

@font-face {
    font-family:'Century-Regular';
    src: url('font/CENTURY.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family:'BASKVILL';
    src: url('font/BASKVILL.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family:'bashing';
    src: url('font/Bashing-Regular.ttf') format('truetype');
    font-display: swap;
}


/***************** Header **********************/
.et_pb_menu_0_tb_header.et_pb_menu ul li a{
	color: #d6cd75 ;
}
.menu-item-1857{
    margin-top: 0px !important;
    background: #3f392c !important;
	padding-bottom: 5px;
    padding-top: 10px;
    padding-right: 25px !important;
    padding-left: 25px !important;
    border-radius: 30px;
}
.menu-contact1 .et_pb_menu_0_tb_header.et_pb_menu ul li a{
	color: black !important;
}
.menu-item-13:hover{
    background: #ffffff !important;
}
.menu-item-13{
    margin-top: 0px !important;
    background: #3f392c !important;
	padding-bottom: 5px;
    padding-top: 10px;
    padding-right: 25px !important;
    padding-left: 25px !important;
    border-radius: 30px;
}
.menu-contact1 .et_pb_menu_0_tb_header.et_pb_menu ul li a{
	color: black !important;
}

/************************************/
.scrollup-button {
    border-radius: 8px !important;
    border: 1px solid white !important;
}
.scrollup-button:hover {
  transition: .25s;
  transform: scaleX(1.3) scaleY(1.3);
}

@media ( max-width: 375px ) { 

}
@media only screen and ( max-width: 320px ) { 

    
}


/* End of Responsive Style 