/* Copyright @ Balbooa, http://www.gnu.org/licenses/gpl.html GNU/GPL */
.service-card ul, .service-card p{
  font-size: 18px;
  line-height: 22px;
}

.service-card h5{
  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.service-card{
  max-height: auto;
}

.service-card img{
  max-height: 250px;
}

.service-card-photo{
  max-height: 300px;
}

.service-card-textonly ul, .service-card-textonly p{
  list-style-type: circle;
  font-size: 18px;
  line-height: 22px;
}

.subservice-title li {
    color: #2a5589;
    font-weight: 400;
}

.card {
  overflow: hidden;
}

.rapid_contact_form{
  font-size: 16px;
}

.rapid_contact.form-control {
    font-size: 16px;
}

.rapid_contact.form-control.textarea[name='rp_message']{
  height: 100px;
}

.rapid_contact.form-control.inputbox[name='rp_anti_spam_answer']{
  width:100%;  
}

.rapid_contact.btn.btn-primary.button{
  background-color: rgb(41 85 137);
  text-transform: capitalize;
}

.edit-page-btn{
  display:none;
}

.theolag_Slogan p{
  line-height: 38px;
}

p {
  font-size: 18px;
  line-height: 22px;
}

body, ul, ol, table, blockquote {
    color: var(--text);
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}

.contact_info_header{
	font-size: medium; 
	color: #ffffff;
	letter-spacing: normal;
	text-align: right;
	backface-visibility: hidden;
}

.tablet-fixedmenu{
	position: fixed;
	top: 0;
	z-index: 100;
}

.TabletMainMenu a{
    color: white;
    font-weight: 400;
    padding: 6px 10px;
    text-decoration: none;
}

.MobileMainMenu a{
    color: white;
    font-weight: 400;
    padding: 2px 6px;
    text-decoration: none;
    font-size: 0.9rem;
}

.MobileMainMenu a:first-child{
	padding-left: 0px;
}