/*
Theme Name: Hydrogen
Theme URI: http://gantry.org
Author: RocketTheme, LLC
Author URI: http://rockettheme.com
Description: Default Gantry 5 theme. Provides a simple, clean and fast design to get you started on developing your own theme or setting up a quick new site
Version: 5.5.19
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
#g-footer {
  border-top:0px solid rgba(0, 0, 0, 0.05);
}
.g-offcanvas-toggle {

  position: fixed;
  margin-top: 19.5px;
}
#g-offcanvas a {
  color: #676767;
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  margin-top: 10px;
}

.logo img {
  max-width: 250px;
}

#g-footer .tm-title {
  font-family: "Poppins";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18.5px;
  color: #fff;
}
#g-footer .tm-description {
  color: #fff;
  font-size: 14px;
}
#g-footer a {
  color: #fff;
  font-size: 14px;
}
#g-navigation {
  border-bottom:2px solid #b394b3;
}

.imm img {
  border-radius:
10px;
  box-shadow: 5px 5px 0px #b394b3;
  border:
2px solid #fff;
}

.ev {
  background:#faf0bc;
  padding:5px 10px;
  margin:-5px -10px 10px -5px;
  border-radius:10px;
}

h1, h2, h3, h4, h5, h6, strong {
 color: $base-text-color!important;
}

.cont{
  background: #fafafa;
  border-radius: 10px;
  margin-bottom: 50px;
}

.cont h1{
  font-family: "Poppins";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 35px;
  color: #98a280;
	margin:0;
}

.cont h2{
  font-family: "Poppins";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  color: #98a280;
	margin:0;
}

.forminator-ui#forminator-module-201.forminator-design--default .forminator-button-submit {
  font-size: 14px;
  font-family: inherit;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  margin:
0 auto;
    margin-top: 0px;
  padding:
10px 20px;
  background:
#ea5170;
  color: #fff;
  border-radius:
10px;
  margin-top: 20px;
  width: 100%;
}