/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.24.0.1708246902
Updated: 2024-02-18 09:01:42

*/

/*** Remove header boader ***/
#main-header {
    -webkit-box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 1%)!important;
}

.blackandwhite img{
    filter:grayscale(100%);
}

/*** contact section in mobile view first view image ***/
@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile { -webkit-order: 1; order: 1; }
 
.second-on-mobile { -webkit-order: 2; order: 2; }

.third-on-mobile { -webkit-order: 3; order: 3; 
 }
}

.cf .et-pb-contact-message {
    position: absolute;
    bottom: -200px !important;
    font-size: 18px;
}

.cf2 .et-pb-contact-message {
    position: absolute;
    top: 350px !important;
    font-size: 18px;
}