.caption h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
  margin-bottom: 30px;
  color: #fff;
}
.bg-color{
  background-color: #ffbc3b !important;
}
.family {
  font-family: "Roboto", sans-serif;
}

#mainMenu nav > ul > li > a {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 10px 12px;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #000;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  transition: all .3s ease;
  line-height: normal;
}
button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
/* font-family: 'Young Serif' !important;*/
font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-radius: 5px 5px 5px 5px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .5px;
  text-decoration: none;
  outline: none;
  padding: 12px 18px;
  position: relative;
  text-transform: uppercase;
  background-color: #2250fc;
  border-color: #2250fc;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  transition: all 0.3s;
  margin-bottom: 6px;
  outline: none;
  line-height: 14px;
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
/*  font-family: 'Young Serif' !important;*/
/*  font-family: 'Aileron', sans-serif !important;*/
/*    font-family: "Poppins",sans-serif !important;*/
font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
    color: #1f1f1f;
    margin: 0;
    margin-bottom: 0px;
  letter-spacing: 0.5px;
}
p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.7;
  letter-spacing: 0;
  color: #777;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
/*  font-family: "Poppins",sans-serif !important;*/
/*font-family: 'Aileron', sans-serif !important;*/
}
#book {
  background-color: #ffbc3b;
  border: 10px solid #ffbc3b;
}
.primary-color{
  color: #ffbc3b;
}
h1, .h1 {
  font-size: 3.14285714em;
/*  line-height: 1.31818182em;*/
line-height: 0.96654em;
}
p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.7;
  letter-spacing: 0;
  color: black !important;
  font-family: "Poppins",sans-serif !important;
}
.text-color{
  color: #ffbc3b !important;
}
.bg-color{
  background-color:#ffbc3b !important;
}
.btn-color{
  background-color:#ffbc3b !important ;
  border-color: 2px solid #ffbc3b !important;
  border-color: #ffbc3b !important;
}
.swal-button:not([disabled]):hover {
  background-color: #ffbc3b !important;
}
.swal-button   {
  background-color: #ffbc3b !important;
  border-color:#ffbc3b !important ;
}
#mainMenu nav > ul > li.hover-active > a, #mainMenu nav > ul > li.hover-active > span, #mainMenu nav > ul > li.current > a, #mainMenu nav > ul > li.current > span, #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li:hover > span, #mainMenu nav > ul > li:focus > a, #mainMenu nav > ul > li:focus > span {
  color: #ffbc3b !important;
}
a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
  text-decoration: none;
  outline: none;
  color: #ffbc3b !important;
}
input:not([type="checkbox"]):not([type="radio"]), select {
  line-height: 18px;
  padding: 10px 16px;
  min-height: 40px;
  font-size: 1.2rem !important;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1.2rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* OMER CSS */
/*button.btn{
  background-color: #53b0f8 !important;
  border-color: #53b0f8 !important;
  color: #fff;
  text-decoration: none;
}*/