

nav.mobile_menu ul li a {
    color: #F48121;
    font-size:20px !important;
}
nav.mobile_menu ul li.active a {
    color: #b2d236;
 font-size:20px !important;
}
nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active>a {
    color: #004B74;
}
nav.mobile_menu ul li.active a {
    color: #b2d236 !important;
    font-size: 20px !important;
}
ul li{
    list-style-position: outside;
    font-size:18px !important;
    color:black;
}
 p,  div, ul li, a{
        font-family: trebuchet ms !important;
}
h1, h2, h3, h4, h5, h6{
  line-height:1.2 !important;
  letter-spacing:1px;
    font-family: trebuchet ms !important;
}
.title_subtitle_holder h1 {
    color: white;
    font-size: 50px !important;
}
footer a {
    color: darkgrey !important;
}
input.wpcf7-form-control.wpcf7-submit {
    margin-top: 15px;
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {
.title_subtitle_holder h1 {
    font-size: 25px !important;
}
}
nav.main_menu.drop_down.right ul li a {
    font-size: 17px !important;
}
a{color: #F4811F !important}
a:hover {color: #004B74 !important}
div.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #F44336 !important;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #B2D236 !important;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
    .mycircle{
    left:-105px !important;
}
nav.main_menu.drop_down.right ul li a {
    font-size: 13px !important;
}
}