@charset "UTF-8";
.ctct-form-wrapper .ctct-button {
font-size: 0.9rem;
}
.ctct-form-wrapper .ctct-message {
border: 1px solid;
padding: 1em;
}
.ctct-form-wrapper .ctct-message.ctct-error {
background-color: rgba(255, 0, 0, 0.02);
border-color: #ff0000;
color: #990000;
}
.ctct-form-wrapper .ctct-message.ctct-success {
background-color: rgba(46, 204, 64, 0.02);
border-color: #2ecc40;
color: rgb(27.232, 120.768, 37.888);
}
.ctct-form-wrapper .ctct-message .ctct-dismiss-ajax-notice {
border-radius: 50%;
float: right;
line-height: 1;
padding: 0.85rem 1rem;
text-decoration: none;
}
.ctct-form-wrapper .ctct-form-field {
margin: 0 0 1rem;
}
.ctct-form-wrapper .ctct-field-inline {
display: inline-block;
}
@media (min-width: 992px) {
.ctct-form-wrapper .ctct-field-half {
float: left;
margin-right: 2%;
width: 48%;
}
.ctct-form-wrapper .ctct-field-half:last-of-type {
margin-right: 0;
}
}
@media (min-width: 992px) {
.ctct-form-wrapper .ctct-field-third {
float: left;
margin-right: 2%;
width: 32%;
}
.ctct-form-wrapper .ctct-field-third:last-of-type {
margin-right: 0;
}
}
@media (min-width: 992px) {
.ctct-form-wrapper .ctct-field-fourth {
float: left;
margin-right: 2%;
width: 24%;
}
.ctct-form-wrapper .ctct-field-fourth:last-of-type {
margin-right: 0;
}
}
.ctct-form-wrapper .ctct-birthday-fields,
.ctct-form-wrapper .ctct-anniversary-fields {
display: flex;
}
.ctct-form-wrapper .ctct-birthday-fields.ctct-birthday-label-top, .ctct-form-wrapper .ctct-birthday-fields.ctct-anniversary-label-top,
.ctct-form-wrapper .ctct-anniversary-fields.ctct-birthday-label-top,
.ctct-form-wrapper .ctct-anniversary-fields.ctct-anniversary-label-top {
align-items: flex-end;
}
.ctct-form-wrapper .ctct-birthday-fields.ctct-birthday-label-top .ctct-date-field-separator, .ctct-form-wrapper .ctct-birthday-fields.ctct-anniversary-label-top .ctct-date-field-separator,
.ctct-form-wrapper .ctct-anniversary-fields.ctct-birthday-label-top .ctct-date-field-separator,
.ctct-form-wrapper .ctct-anniversary-fields.ctct-anniversary-label-top .ctct-date-field-separator {
margin: 0 10px 1.5rem;
}
.ctct-form-wrapper .ctct-birthday-fields.ctct-birthday-label-bottom, .ctct-form-wrapper .ctct-birthday-fields.ctct-anniversary-label-bottom,
.ctct-form-wrapper .ctct-anniversary-fields.ctct-birthday-label-bottom,
.ctct-form-wrapper .ctct-anniversary-fields.ctct-anniversary-label-bottom {
align-items: flex-start;
}
.ctct-form-wrapper .ctct-birthday-fields.ctct-birthday-label-bottom .ctct-date-field-separator, .ctct-form-wrapper .ctct-birthday-fields.ctct-anniversary-label-bottom .ctct-date-field-separator,
.ctct-form-wrapper .ctct-anniversary-fields.ctct-birthday-label-bottom .ctct-date-field-separator,
.ctct-form-wrapper .ctct-anniversary-fields.ctct-anniversary-label-bottom .ctct-date-field-separator {
margin: 0.5rem 10px 0;
}
.ctct-form-wrapper .ctct-form.ctct-inline {
display: flex;
align-items: flex-end;
}
.ctct-form-wrapper .ctct-form.ctct-inline .ctct-form-field-submit {
margin-left: 10px;
}
.ctct-form-wrapper input[type=text]:required:valid, .ctct-form-wrapper input[type=email]:required:valid, .ctct-form-wrapper input[type=password]:required:valid, .ctct-form-wrapper input[type=tel]:required:valid, .ctct-form-wrapper input[type=number]:required:valid {
background-image: url(//easyfleetgps.com/wp-content/plugins/constant-contact-forms/assets/images/check_circle.svg);
background-position: 8px 50%;
background-repeat: no-repeat;
background-size: 18px;
border-color: #2ecc40;
padding-left: 32px;
}
.ctct-form-wrapper input[type=text]:required.ctct-invalid, .ctct-form-wrapper input[type=text].ctct-invalid, .ctct-form-wrapper input[type=email]:required.ctct-invalid, .ctct-form-wrapper input[type=email].ctct-invalid, .ctct-form-wrapper input[type=password]:required.ctct-invalid, .ctct-form-wrapper input[type=password].ctct-invalid, .ctct-form-wrapper input[type=tel]:required.ctct-invalid, .ctct-form-wrapper input[type=tel].ctct-invalid, .ctct-form-wrapper input[type=number]:required.ctct-invalid, .ctct-form-wrapper input[type=number].ctct-invalid {
background: rgba(255, 0, 0, 0.02) url(//easyfleetgps.com/wp-content/plugins/constant-contact-forms/assets/images/error.svg) no-repeat 8px 50%;
background-size: 24px;
border-color: #ff0000;
padding-left: 40px;
}
.ctct-form-wrapper select.ctct-label-top, .ctct-form-wrapper select.ctct-label-bottom {
width: 100%;
}
.ctct-form-wrapper .ctct-field-error {
color: #ff0000;
font-size: 0.85rem;
font-style: italic;
}
.ctct-form-wrapper input.ctct-invalid {
background: #fff url(//easyfleetgps.com/wp-content/plugins/constant-contact-forms/assets/images/error.svg) no-repeat;
background-color: rgba(255, 0, 0, 0.02);
background-position: 8px 50%;
background-size: 24px;
border-color: #ff0000;
padding-left: 40px;
}
.ctct-form-wrapper input.ctct-label-left,
.ctct-form-wrapper textarea.ctct-label-left {
display: inline-block;
width: 75%;
}
.ctct-form-wrapper span.ctct-label-left {
display: inline-block;
margin-right: 5%;
width: 20%;
}
.ctct-form-wrapper input.ctct-label-right,
.ctct-form-wrapper textarea.ctct-label-right,
.ctct-form-wrapper select.ctct-label-right {
display: inline-block;
margin-right: 5%;
width: 75%;
}
.ctct-form-wrapper input.ctct-label-right[type=checkbox],
.ctct-form-wrapper textarea.ctct-label-right[type=checkbox],
.ctct-form-wrapper select.ctct-label-right[type=checkbox] {
width: auto;
}
.ctct-form-wrapper span.ctct-label-right {
display: inline-block;
width: 20%;
}
.ctct-form-wrapper span.ctct-label-hidden {
left: -9999px !important;
position: absolute !important;
top: -9999px !important;
}
.ctct-form-wrapper .no-recaptcha .ctct-submitted:disabled {
background-image: url(//easyfleetgps.com/wp-content/plugins/constant-contact-forms/assets/images/oval.min.svg);
background-position: center;
background-repeat: no-repeat;
color: transparent;
cursor: wait;
opacity: 0.3;
}
.ctct-form-wrapper .has-recaptcha .ctct-submitted:disabled {
cursor: not-allowed;
}
.ctct-form-wrapper .ctct-form::after {
clear: both;
content: "";
display: table;
}
.ctct-form-wrapper .ctct-form .ctct-label-top label,
.ctct-form-wrapper .ctct-form .ctct-label-bottom label {
display: block;
}
.ctct-form-wrapper .ctct-form .ctct-label-left label,
.ctct-form-wrapper .ctct-form .ctct-label-right label {
display: inline-block;
}
.ctct-form-wrapper .ctct-input-container label {
color: #aaa;
font-size: 0.8rem;
}
.ctct-form-wrapper .ctct-submit {
cursor: pointer;
}
.ctct-form-wrapper .ctct-form-field-checkbox fieldset {
border: none;
padding: 0;
}
.ctct-form-wrapper .ctct-form-field-checkbox fieldset legend {
font-weight: normal;
padding: 0;
} .wp-theme-twentyten input[type=tel] {
background: #f9f9f9;
border: 1px solid #ccc;
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
padding: 2px;
} .wp-theme-twentyeleven input[type=tel] {
background: #fafafa;
border: 1px solid #ddd;
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
padding: 3px;
} .wp-theme-twentythirteen input[type=tel] {
max-width: 270px;
width: 60%;
} .ctct-twentyfourteen .ctct-form-wrapper .ctct-button {
display: inline-block;
font-size: 1rem;
margin-bottom: 25px;
}
.ctct-twentyfourteen .ctct-form-field input:not(.ctct-checkbox) {
width: 100%;
} .ctct-twentyfifteen .ctct-form-description ~ .ctct-button {
display: inline-block;
font-size: 1rem;
margin-bottom: 25px;
}
.ctct-twentyfifteen .ctct-form-field input[type=tel] {
padding: 0.5278em;
width: 100%;
}
.ctct-twentyfifteen .ctct-form-wrapper .ctct-input-container label {
font-size: 75%;
} .ctct-twentysixteen .ctct-form-description ~ .ctct-button {
display: inline-block;
margin-bottom: 25px;
}
.ctct-twentysixteen .ctct-form-wrapper span.ctct-label-right {
width: 80%;
} .ctct-twentyseventeen .ctct-form-description ~ .ctct-button {
display: inline-block;
margin-bottom: 25px;
}
.ctct-twentyseventeen .ctct-form-wrapper .ctct-input-container label {
display: inline;
}
.ctct-twentyseventeen .ctct-form-wrapper span.ctct-label-right {
width: 80%;
} .ctct-twentynineteen .ctct-form-description ~ .ctct-button {
margin-bottom: 25px;
}
.ctct-twentynineteen .ctct-address {
margin-bottom: 1rem;
}
.ctct-twentynineteen .ctct-form-field input[type=text].ctct-label-top, .ctct-twentynineteen .ctct-form-field input[type=text].ctct-label-bottom,
.ctct-twentynineteen .ctct-form-field input[type=email].ctct-label-top,
.ctct-twentynineteen .ctct-form-field input[type=email].ctct-label-bottom,
.ctct-twentynineteen .ctct-form-field input[type=url].ctct-label-top,
.ctct-twentynineteen .ctct-form-field input[type=url].ctct-label-bottom,
.ctct-twentynineteen .ctct-form-field input[type=tel].ctct-label-top,
.ctct-twentynineteen .ctct-form-field input[type=tel].ctct-label-bottom {
width: 100%;
}
@media screen and (max-width: 414px) {
.ctct-twentynineteen .ctct-form-wrapper span.ctct-label-right {
width: 80%;
}
} .ctct-twentytwenty .ctct-form-description ~ .ctct-button {
margin-bottom: 25px;
}
.ctct-twentytwenty .ctct-form-wrapper .ctct-form abbr {
font-size: 1.6rem;
}
.ctct-twentytwenty .ctct-form-wrapper .ctct-input-container label {
font-size: 1.6rem;
} .ctct-twentytwentyone .ctct-button {
padding: 0 !important;
}
.ctct-twentytwentyone .ctct-form-field input[type=text],
.ctct-twentytwentyone .ctct-form-field input[type=email],
.ctct-twentytwentyone .ctct-form-field input[type=url],
.ctct-twentytwentyone .ctct-form-field input[type=tel] {
width: 100%;
}
.ctct-twentytwentyone .ctct-form-wrapper input.ctct-label-right[type=checkbox] {
width: 25px;
} .ctct-astra .ctct-form-wrapper .ctct-button {
margin-bottom: 15px;
}
.ctct-astra .ctct-form-wrapper fieldset {
margin-bottom: 15px;
}
.ctct-astra .ctct-form-wrapper .ctct-checkbox.ctct-label-right {
margin-right: 5px;
} .ctct-Avada .ctct-form-wrapper .ctct-checkbox {
min-width: auto;
}
.ctct-Avada .ctct-form-wrapper .ctct-checkbox.ctct-label-right {
margin-right: 5px;
}
.ctct-Avada .ctct-form-wrapper .ctct-form-field input[type=text],
.ctct-Avada .ctct-form-wrapper .ctct-form-field input[type=email],
.ctct-Avada .ctct-form-wrapper .ctct-form-field input[type=url],
.ctct-Avada .ctct-form-wrapper .ctct-form-field input[type=tel] {
width: 100%;
} .ctct-hello-elementor .ctct-form-wrapper .ctct-button,
.ctct-hello-biz .ctct-form-wrapper .ctct-button {
display: inline-block;
margin-bottom: 15px;
}
.ctct-hello-elementor .ctct-form-wrapper fieldset,
.ctct-hello-biz .ctct-form-wrapper fieldset {
margin-bottom: 15px;
}
.ctct-hello-elementor .ctct-form-wrapper .ctct-label-top label,
.ctct-hello-biz .ctct-form-wrapper .ctct-label-top label {
margin-bottom: 5px;
}
.ctct-hello-elementor .ctct-form-wrapper .ctct-checkbox.ctct-label-right,
.ctct-hello-biz .ctct-form-wrapper .ctct-checkbox.ctct-label-right {
margin-right: 5px;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
 @import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700|Source+Sans+Pro:300,400,700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
footer .footer-boxes .textwidget-icons .chambers-logos img:hover, .nav-header .solid-bar .btn-registration button:hover, .nav-header .solid-bar nav ul ul, .nav-header .solid-bar nav ul li ul li:hover, .nav-header .solid-bar .right-top nav .login-buttom a:hover, .about-page .wdp-container .wdp-left .chambers-about img:hover, .home-page .top-content .three-boxes .boxes, form input[type=submit]:hover {
-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
}
*,
*:before,
*:after {
box-sizing: border-box !important;
}
html {
font-size: 62.5%;
width: 100%;
height: 100%;
}
body {
font-size: 1.6rem;
width: 100%;
height: 100%;
line-height: 1.4;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
color: #535353;
background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-weight: 700;
font-family: "Libre Baskerville", serif;
color: #333333;
}
h1 {
font-size: 3rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.6rem;
}
p,
ul,
ol,
pre,
table,
blockquote {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
font-size: 1.6rem;
line-height: 1.5em;
}
.index-box p {
margin-bottom: 2em;
}
li {
list-style: none;
}
.home-page li:before,
.index-page li:before,
.single-page li:before {
content: "✔ ";
color: #125689;
}
a {
font-family: "Source Sans Pro", sans-serif;
font-weight: 700;
text-decoration: none;
cursor: pointer;
}
strong {
font-weight: bold;
}
sup {
position: relative;
top: -0.5em;
font-size: 80%;
}
.wdp-container {
width: 92%;
max-width: 1140px;
margin: auto;
position: relative;
}
.youtube-responsive {
position: relative;
display: block;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.youtube-responsive iframe,
.youtube-responsive object,
.youtube-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
::selection {
background: #125689; color: #ffffff;
}
::-moz-selection {
background: #125689; color: #ffffff;
}
.block-end {
width: 100%;
text-align: center;
}
.block-end .svg-icon {
width: 40px;
height: auto;
}
.pagination-box {
width: 100%;
display: block;
padding: 20px 10px;
}
.pagination-box .pagination {
width: 100%;
text-align: center;
}
.pagination-box .pagination a {
text-decoration: none;
color: #125689;
padding: 5px 10px;
}
.pagination-box .pagination a:hover {
color: #535353;
border-bottom: 2px solid #125689;
}
.pagination-box .pagination .current {
color: #125689;
font-weight: 700;
padding: 5px 10px;
border-bottom: 2px solid #125689;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width: 500px) {
.size-full {
width: 100% !important;
height: auto;
}
}
form input {
width: 100%;
max-width: 500px;
border-radius: 5px;
border: 1px solid #e1e1e1;
padding: 10px 15px;
font-size: 1.6rem;
}
form input[type=submit] {
background-color: #125689;
color: white;
cursor: pointer;
margin-top: 15px;
}
form textarea {
width: 92%;
border: 1px solid #e1e1e1;
border-radius: 5px;
}
form select {
width: 100%;
max-width: 500px;
border-radius: 5px;
border: 1px solid #e1e1e1;
padding: 10px 15px;
font-size: 1.6rem;
}
form .form-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
form .form-box .half {
width: 50%;
}
form .form-box .half input {
width: 80%;
}
form .form-box .one-space {
width: 20%;
}
form .form-box .one-space input {
width: 80%;
}
form .form-box .three-space {
width: 80%;
}
form .form-box .three-space input {
width: 90%;
}
.special-link {
color: #125689;
width: 100%;
max-width: 450px;
display: block;
text-align: right;
}
.special-link:hover {
color: #f3d61c;
}
.wpcf7-select {
width: 100%;
max-width: 500px;
border-radius: 5px;
border: 1px solid #e1e1e1;
padding: 10px 15px;
font-size: 1.6rem;
}
form input[type=submit] {
background-color: #125689;
}
form input[type=submit]:hover {
background-color: #0b426b;
}
.ctct-disclosure sub {
font-size: 11px;
}
.ctct-form-wrapper .ctct-form abbr {
color: #ffffff;
display: none;
}
.anim {
opacity: 0;
}
@keyframes anim1 {
from {
transform: translateY(-100px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
.contl {
opacity: 0;
}
@keyframes contleft {
from {
transform: translateX(-100px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
.contr {
opacity: 0;
}
@keyframes contright {
from {
transform: translateX(100px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
.sld-container {
width: 100%;
overflow: hidden;
position: relative;
}
.sld-item {
position: absolute;
right: -100%;
transition: all 600ms ease-in;
text-align: center;
opacity: 0;
}
.sld-active {
padding: 15px;
position: relative;
right: 0;
color: #535353;
opacity: 1;
}
#breadcrumbs {
list-style: none;
overflow: hidden;
text-transform: uppercase;
font-size: 12px !important;
font-weight: 400 !important;
}
#breadcrumbs a {
color: #125689;
font-size: 10px;
}
#breadcrumbs ol ul {
margin-bottom: 0px !important;
}
#breadcrumbs li {
display: inline-block;
vertical-align: middle;
margin-right: 15px;
color: #125689;
font-size: 10px;
}
#breadcrumbs .separator {
font-size: 18px;
font-weight: 100;
color: #125689;
}
#videoBG {
position: absolute;
z-index: -1;
width: 100%;
height: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
@media (max-width: 600px) {
#videoBG {
display: none;
}
}
@media (min-aspect-ratio: 16/9) {
#videoBG {
width: 100%;
height: auto;
}
}
.front-header {
background-color: #125689;
position: relative;
width: 100%;
overflow: hidden;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: 100%;
background-position: top;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 0;
}
.front-header:after {
position: absolute;
width: 100%;
height: 100%;
content: " ";
top: 0;
left: 0;
background-color: rgba(18, 86, 137, 0.4);
}
.front-header img {
width: 100%;
height: auto;
}
@media (max-width: 768px) {
.front-header {
padding-top: 0;
height: auto;
}
}
.front-header .title-box {
padding: 100px 0 150px;
margin: 0 auto;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.front-header .title-box .box {
max-width: 480px;
width: 100%;
padding: 10px;
}
.front-header .title-box .box img {
width: 100%;
height: auto;
}
@media (max-width: 767px) {
.front-header .title-box .box img {
margin-top: 50px;
}
}
.front-header .title-box .box a {
margin: 20px auto;
max-width: 200px;
}
.front-header .title-box .box h2 {
padding: 10px;
text-align: center;
font-size: 3.5rem;
text-transform: uppercase;
display: block;
margin: 0 auto;
color: #ffffff;
}
.front-header .title-box .box h3 {
padding: 10px;
text-align: center;
font-size: 2.8rem;
text-transform: uppercase;
display: block;
margin: 0 auto;
color: #ffffff;
font-family: "Source Sans Pro", sans-serif;
border-bottom: 2px solid #f3d61c;
}
.front-header .title-box .box h3 a {
color: #ffffff;
}
.home-page {
clear: both;
}
.home-page .top-content {
z-index: 3;
transform: translateY(-150px);
padding: 50px 10px 0;
}
@media (max-width: 767px) {
.home-page .top-content {
transform: translateY(0);
padding: 50px 10px;
}
}
.home-page .top-content .three-boxes {
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: space-around;
-ms-flex-pack: space-around;
justify-content: space-around;
-webkit-box-align: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
}
.home-page .top-content .three-boxes .boxes {
max-width: 290px;
width: 100%;
text-align: center;
padding: 15px 0;
height: 630px;
border-radius: 5px;
position: relative;
margin-bottom: 20px;
background-color: #ffffff;
}
@media (max-width: 767px) {
.home-page .top-content .three-boxes .boxes {
max-width: 350px;
}
}
.home-page .top-content .three-boxes .boxes h3 {
color: #125689;
font-size: 2.4rem;
}
.home-page .top-content .three-boxes .boxes h4 {
position: absolute;
text-align: center;
display: block;
width: 100%;
bottom: 15px;
margin-top: 30px;
color: #125689;
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
.home-page .top-content .three-boxes .boxes h4 strong {
text-align: center;
display: block;
font-size: 3.2rem;
}
.home-page .top-content .three-boxes .boxes h4.h4-special {
margin-top: 70px;
}
.home-page .top-content .three-boxes .boxes img {
margin: 10px 10px 20px;
max-width: 90px;
width: 100%;
height: auto;
}
.home-page .top-content .three-boxes .boxes ul {
text-align: left;
margin: 0 auto;
width: 85%;
}
.home-page .top-content .three-boxes .boxes ul .second-list {
text-align: left;
margin-left: 20px;
}
.home-page .top-content .three-boxes .boxes ul .second-list li::before {
content: " - ";
font-size: 2.5rem;
font-weight: bold;
color: #125689;
}
.home-page .app-img {
text-align: center;
margin: 50px auto 30px;
}
.home-page .app-img img {
max-width: 900px;
width: 100%;
}
.home-page .black-backg {
background-color: #000000;
background-image: url(//easyfleetgps.com/wp-content/themes/easyfleetgps/images/bo-play.png);
background-repeat: repeat;
padding: 50px 10px;
}
.home-page .black-backg .boxes {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.home-page .black-backg .boxes .box {
text-align: center;
width: 48%;
}
@media (max-width: 767px) {
.home-page .black-backg .boxes .box {
width: 100%;
}
}
.home-page .black-backg .boxes .box p {
font-size: 2.6rem !important;
color: #ffffff;
}
.home-page .black-backg .boxes .box strong {
display: block;
margin-top: 20px;
}
.home-page .black-backg .boxes .box img {
max-width: 300px;
width: 100%;
}
.home-page .section-one {
margin: 10px auto;
max-width: 800px;
padding: 100px 10px;
}
.home-page .sld-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 70px 0px 50px;
min-height: 550px;
margin: 20px auto 0;
background-image: linear-gradient(to right, rgba(18, 86, 137, 0.7), rgba(18, 86, 137, 0.7)), url(//easyfleetgps.com/wp-content/themes/easyfleetgps/images/fleet-vans.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
@media (max-width: 767px) {
.home-page .sld-section {
transform: translateY(0);
}
}
.home-page .sld-section p {
color: #ffffff;
font-size: 2rem;
}
.home-page .sld-section p strong {
margin-top: 20px;
display: inline-block;
}
.home-page .sld-section .sld-h2 {
text-align: center;
font-size: 2rem;
text-transform: uppercase;
display: block;
margin: 30px auto;
color: #ffffff;
word-spacing: 5px;
}
.home-page .managment-section {
margin: 50px 10px 100px;
}
.home-page .managment-section .ms-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: space-around;
-ms-flex-pack: space-around;
justify-content: space-around;
-webkit-box-align: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
}
.home-page .managment-section .ms-box .ms-boxes {
width: 100%;
max-width: 450px;
margin-bottom: 20px;
}
.home-page .managment-section .ms-box .ms-boxes img {
width: 95%;
height: auto;
margin: 5px auto;
}
.home-page .managment-section .ms-box .ms-boxes h2 {
text-align: center;
font-size: 1.8rem;
margin-bottom: 20px;
color: #125689;
}
.home-page .managment-section .ms-box .ms-boxes p {
margin-bottom: 20px;
}
@media (max-width: 767px) {
.home-page .managment-section .ms-box .ms-boxes {
max-width: 100%;
}
}
.home-page .org-section {
padding: 130px 15px 100px;
min-height: 350px;
margin: 20px auto 0;
background-image: linear-gradient(to right, rgba(18, 86, 137, 0.7), rgba(18, 86, 137, 0.7)), url(//easyfleetgps.com/wp-content/themes/easyfleetgps/images/youtube-banner.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-size: cover;
}
@media (max-width: 767px) {
.home-page .org-section {
transform: translateY(0);
}
}
.home-page .org-section .colServices {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
}
.home-page .org-section .colServices h2 {
width: 100%;
color: #ffffff;
text-align: center;
margin-bottom: 30px;
font-size: 25px;
}
.home-page .org-section .colServices .boxImproves {
width: 100%;
max-width: 290px;
padding: 20px;
}
.home-page .org-section .colServices .boxImproves:nth-child(3) {
max-width: 372px;
}
.home-page .org-section .colServices .boxImproves .colIcon {
text-align: center;
width: 100%;
height: 150px;
}
.home-page .org-section .colServices .boxImproves .colIcon img {
width: 100%;
max-width: 90px;
height: auto;
margin: 10px auto;
}
.home-page .org-section .colServices .boxImproves p {
color: #ffffff;
font-size: 2.3rem;
}
.home-page .org-section .colServices .boxImproves p strong {
margin-top: 20px;
display: inline-block;
}
.home-page .org-section .colServices .boxImproves h3 {
color: #ffffff;
margin-bottom: 20px;
text-align: center;
}
.home-page .org-section .colServices .boxImproves ul {
color: #ffffff;
}
.home-page .org-section .colServices .boxImproves ul li {
margin: 0 auto;
width: 215px;
text-align: left;
}
.home-page .org-section .colServices .boxImproves ul li::before {
content: "✔ ";
color: #ffffff;
}
.home-page .org-section .colServices .boxImproves a {
display: block;
color: #ffffff;
text-decoration: none;
font-size: 1.6rem;
margin: 0 auto;
padding: 15px;
width: 100%;
max-width: 215px;
text-align: left;
}
.home-page .org-section .colServices .boxImproves a:hover {
color: #f3d61c;
}
.home-page .org-section .colServices .boxImproves .org-h2 {
text-align: center;
font-size: 2rem;
text-transform: uppercase;
display: block;
margin: 30px auto;
color: #ffffff;
word-spacing: 5px;
}
.home-page .org-section .colServices .boxImproves:last-child {
width: 100%;
max-width: 500px;
}
.index-header-image {
position: relative;
width: 100%;
padding-bottom: 50px;
height: 300px;
overflow: hidden;
background-image: url(//easyfleetgps.com/wp-content/themes/easyfleetgps/images/fleet2-600.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-size: 100%;
background-position: top;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 0;
}
.index-header-image:after {
position: absolute;
width: 100%;
height: 100%;
content: " ";
top: 0;
left: 0;
background-color: rgba(18, 86, 137, 0.8);
}
.index-header-image img {
width: 100%;
height: auto;
transform: translateY(-20%);
}
@media (max-width: 768px) {
.index-header-image {
padding-top: 0;
}
}
.index-header-image .title-box {
position: absolute;
width: 80%;
margin: 0 auto;
z-index: 2;
}
.index-header-image .title-box h1 {
max-width: 500px;
padding: 10px;
text-align: center;
font-size: 3.5rem;
text-transform: uppercase;
display: block;
margin: 0 auto;
color: #ffffff;
border-bottom: 2px solid #f3d61c;
}
.index-page {
padding: 100px 10px;
}
.index-page a {
color: #125689;
}
.index-page h4 {
font-family: "Source Sans Pro", sans-serif;
font-size: 1.6rem;
font-weight: 700;
margin-top: 5px;
margin-bottom: 10px;
color: #125689;
}
.index-page hr {
clear: both;
border: none;
margin-top: 50px;
margin-bottom: 50px;
border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
.index-page {
padding-top: 20px;
}
}
.index-page .post-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.index-page .post-nav h4 {
width: 100%;
margin-bottom: 20px;
text-align: center;
}
.index-page .post-nav .tab-prev,
.index-page .post-nav .tab-next {
margin: 15px;
width: 40%;
}
.index-page .post-nav .tab-prev a,
.index-page .post-nav .tab-next a {
display: inline-block;
font-weight: 700;
color: #125689;
text-decoration: none;
padding: 10px 20px;
}
.index-page .post-nav .tab-prev a:hover,
.index-page .post-nav .tab-next a:hover {
color: #125689;
}
.index-about-image {
position: relative;
width: 100%;
padding-bottom: 50px;
height: 300px;
overflow: hidden;
background-image: url(//easyfleetgps.com/wp-content/themes/easyfleetgps/images/fleet2-600.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-size: 100%;
background-position: top;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 0;
}
.index-about-image:after {
position: absolute;
width: 100%;
height: 100%;
content: " ";
top: 0;
left: 0;
background-color: rgba(18, 86, 137, 0.8);
}
.index-about-image img {
width: 100%;
height: auto;
transform: translateY(-20%);
}
@media (max-width: 768px) {
.index-about-image {
padding-top: 0;
}
}
.index-about-image .title-box {
position: absolute;
width: 80%;
margin: 0 auto;
z-index: 2;
}
.index-about-image .title-box h1 {
max-width: 500px;
padding: 10px;
text-align: center;
font-size: 3.5rem;
text-transform: uppercase;
display: block;
margin: 0 auto;
color: #ffffff;
border-bottom: 2px solid #f3d61c;
}
.about-page .wdp-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
}
.about-page .wdp-container .wdp-left {
width: 100%;
max-width: 48%;
padding: 100px 20px;
}
@media (max-width: 600px) {
.about-page .wdp-container .wdp-left {
max-width: 100%;
padding: 15px;
}
}
.about-page .wdp-container .wdp-left img {
width: 100%;
height: auto;
margin-bottom: 50px;
}
@media (max-width: 600px) {
.about-page .wdp-container .wdp-left img {
margin-bottom: 15px;
}
}
.about-page .wdp-container .wdp-left .chambers-about {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.about-page .wdp-container .wdp-left .chambers-about a {
margin: 0 5px;
}
@media (max-width: 600px) {
.about-page .wdp-container .wdp-left .chambers-about {
display: none;
}
}
.about-page .wdp-container .wdp-left .chambers-about h3 {
border-bottom: 1px solid #f3d61c;
margin-bottom: 15px;
padding-bottom: 10px;
width: 100%;
}
.about-page .wdp-container .wdp-left .chambers-about img {
max-width: 120px;
width: 100%;
height: auto;
}
.about-page .wdp-container .wdp-left .chambers-about .img-special {
max-width: 250px;
}
.about-page .wdp-container .wdp-left .chambers-about .logoSize {
max-width: 150px;
}
.about-page .wdp-container .wdp-left .chambers-about .lf-img {
max-width: 120px;
height: auto;
}
.about-page .wdp-container .about-box {
width: 100%;
max-width: 48%;
padding: 100px 20px;
}
@media (max-width: 600px) {
.about-page .wdp-container .about-box {
max-width: 100%;
padding: 15px 15px 30px;
}
}
.about-page .wdp-container .about-box a {
color: #125689;
}
.about-page .wdp-container .about-box h4 {
font-family: "Source Sans Pro", sans-serif;
font-size: 1.6rem;
font-weight: 700;
margin-top: 5px;
margin-bottom: 10px;
color: #125689;
}
.about-page .wdp-container .about-box h2 {
font-weight: 700;
margin-top: 5px;
margin-bottom: 10px;
}
.about-page .wdp-container .about-box hr {
clear: both;
border: none;
margin-top: 50px;
margin-bottom: 50px;
border-bottom: 1px solid #e1e1e1;
}
.about-page .wdp-container .about-box .post-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.about-page .wdp-container .about-box .post-nav h4 {
width: 100%;
margin-bottom: 20px;
text-align: center;
}
.about-page .wdp-container .about-box .post-nav .tab-prev,
.about-page .wdp-container .about-box .post-nav .tab-next {
margin: 15px;
width: 40%;
}
.about-page .wdp-container .about-box .post-nav .tab-prev a,
.about-page .wdp-container .about-box .post-nav .tab-next a {
display: inline-block;
font-weight: 700;
color: #125689;
text-decoration: none;
padding: 10px 20px;
}
.about-page .wdp-container .about-box .post-nav .tab-prev a:hover,
.about-page .wdp-container .about-box .post-nav .tab-next a:hover {
color: #125689;
}
.single-page {
padding: 100px 10px;
}
.single-page a {
color: #f3d61c;
}
.single-page h4 {
font-family: "Source Sans Pro", sans-serif;
font-size: 1.6rem;
font-weight: 700;
margin-top: 5px;
margin-bottom: 10px;
color: #125689;
}
.single-page hr {
clear: both;
border: none;
margin-top: 50px;
margin-bottom: 50px;
border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
.single-page {
padding-top: 20px;
}
}
.single-page .post-nav {
margin-top: 20px;
border-top: 1px solid #e1e1e1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.single-page .post-nav h4 {
width: 100%;
margin: 20px auto 0;
text-align: center;
}
.single-page .post-nav .tab-prev,
.single-page .post-nav .tab-next {
margin: 15px;
width: 40%;
text-align: center;
}
.single-page .post-nav .tab-prev a,
.single-page .post-nav .tab-next a {
display: inline-block;
font-weight: 700;
color: #125689;
text-decoration: none;
padding: 10px 20px;
}
.single-page .post-nav .tab-prev a:hover,
.single-page .post-nav .tab-next a:hover {
color: #125689;
}
.nav-header {
padding: 5px;
width: 100%;
z-index: 99999;
}
.nav-header .solid-bar {
width: 100% !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px;            }
@media (max-width: 935px) {
.nav-header .solid-bar {
flex-direction: column;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
@media (max-width: 600px) {
.nav-header .solid-bar .btn-menu {
order: 3;
}
}
.nav-header .solid-bar .btn-menu h3 {
font-size: 3rem;
cursor: pointer;
color: #ffffff;
}
.nav-header .solid-bar .toggle,
.nav-header .solid-bar [id^=drop] {
display: none;
}
@media (max-width: 767px) {
.nav-header .solid-bar .right-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: space-between;
-ms-flex-align: space-between;
align-items: space-between;
order: 2;
}
}
.nav-header .solid-bar .right-top .sm-icons-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: flex-end;
-ms-flex-pack: flex-end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 767px) {
.nav-header .solid-bar .right-top .sm-icons-top {
text-align: center;
margin-top: 30px;
order: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.nav-header .solid-bar .right-top .sm-icons-top li:nth-child(2) {
display: none;
}
}
.nav-header .solid-bar .right-top .sm-icons-top li {
list-style: none;
margin: 5px;
}
.nav-header .solid-bar .right-top .sm-icons-top li a {
font-size: 1.8rem;
color: #333333;
}
.nav-header .solid-bar .right-top .sm-icons-top li a:hover {
color: #125689;
}
.nav-header .solid-bar .right-top .sm-icons-top li img {
width: 100%;
max-width: 20px;
height: auto;
}
.nav-header .solid-bar .right-top .sm-icons-top li img:hover {
-webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.9));
filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.9));
}
@media (max-width: 767px) {
.nav-header .solid-bar .right-top .sm-icons-top li:last-child {
margin: 10px auto;
display: block;
width: 100%;
}
}
.nav-header .solid-bar .right-top nav {
margin: 0;
padding: 0;
margin-top: 10px;
z-index: 99999;
}
@media (max-width: 767px) {
.nav-header .solid-bar .right-top nav {
order: 1;
}
}
.nav-header .solid-bar .right-top nav .login-buttom {
border-radius: 5px;
text-align: center;
border: solid 8px #f3d61c;
}
.nav-header .solid-bar .right-top nav .login-buttom:hover {
border: solid 8px #f3d61c;
background-color: #f3d61c;
}
.nav-header .solid-bar .right-top nav .login-buttom a:hover {
color: #ffffff;
border: none;
}
.nav-header .solid-bar #logo {
display: block;
padding: 0 30px;
float: left;
font-size: 20px;
line-height: 60px;
}
.nav-header .solid-bar nav:after {
content: "";
display: table;
clear: both;
}
.nav-header .solid-bar nav ul {
float: right;
padding: 0;
margin: 0;
list-style: none;
position: relative;
}
.nav-header .solid-bar nav ul .btn-yellow a {
border-radius: 5px;
border-bottom: 8px solid #ffffff;
background-color: #f3d61c;
font-size: 1.4rem;
display: flex;
flex-flow: row-reverse;
align-items: center;
justify-content: center;
border-bottom: none;
border-top: none;
transition: 0.2s;
}
.nav-header .solid-bar nav ul .btn-yellow a span {
margin-left: 5px;
}
.nav-header .solid-bar nav ul .btn-yellow a:hover {
color: #000000 !important;
border-bottom: 3px solid #b9a10a;
}
.nav-header .solid-bar nav ul li {
margin: 0px;
display: inline-block;
float: left;
list-style: none;
}
.nav-header .solid-bar nav ul li.active {
border-bottom: solid 8px #f3d61c;
}
.nav-header .solid-bar nav ul li.active a {
border: none;
}
.nav-header .solid-bar nav ul li ul li a {
border-top: none;
}
.nav-header .solid-bar nav a {
display: block;
padding: 5px 6px;
color: #333333;
font-size: 1.6rem;
text-decoration: none;
text-transform: uppercase;
font-size: 1.2rem;
border-bottom: 8px solid #fff;
}
.nav-header .solid-bar nav a:hover {
border-bottom: solid 8px #f3d61c;
}
.nav-header .solid-bar nav ul ul {
display: none;
position: absolute; background-color: #ffffff;
z-index: 999;
}
.nav-header .solid-bar nav ul li:hover > ul {
display: inherit;
}
.nav-header .solid-bar nav ul ul li {
width: 220px;
float: none;
display: list-item;
position: relative;
}
.nav-header .solid-bar nav ul ul ul li {
position: relative;
top: -60px; left: 170px;
}
.nav-header .solid-bar li > a:after {
content: " ⮟";
}
.nav-header .solid-bar li > a:only-child:after {
content: " ";
}
@media all and (max-width: 768px) {
.nav-header .solid-bar {        }
.nav-header .solid-bar #logo {
display: block;
padding: 0;
width: 100%;
text-align: center;
float: none;
}
.nav-header .solid-bar nav {
margin: 0;
order: 2;
}
.nav-header .solid-bar .toggle + a,
.nav-header .solid-bar .menu {
display: block;
}
.nav-header .solid-bar .toggle {
display: block;
padding: 14px 20px;
color: #fff;
font-size: 17px;
text-decoration: none;
border: none;
}
.nav-header .solid-bar [id^=drop]:checked + ul {
display: block;
}
.nav-header .solid-bar nav ul li {
display: block;
width: 100%;
}
.nav-header .solid-bar nav ul ul .toggle,
.nav-header .solid-bar nav ul ul a {
padding: 0 40px;
}
.nav-header .solid-bar nav ul ul ul a {
padding: 0 80px;
}
.nav-header .solid-bar nav ul li ul li .toggle,
.nav-header .solid-bar nav ul ul a,
.nav-header .solid-bar nav ul ul ul a {
padding: 14px 20px;
color: #333333;
font-size: 1.4rem;
}
.nav-header .solid-bar nav ul ul {
float: none;
position: static;
color: #ffffff;
display: block;
margin-bottom: 30px; }
.nav-header .solid-bar nav ul ul li:hover > ul,
.nav-header .solid-bar nav ul li:hover > ul {
display: block;
}
.nav-header .solid-bar nav ul ul li {
display: block;
width: 100%;
}
.nav-header .solid-bar nav ul ul ul li {
position: static; }
}
@media all and (max-width: 330px) {
.nav-header .solid-bar nav ul li {
display: block;
width: 94%;
}
}
.nav-header .solid-bar .btn-registration {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: flex-end;
-ms-flex-align: flex-end;
align-items: flex-end;
flex-direction: column;
}
@media (max-width: 768px) {
.nav-header .solid-bar .btn-registration {
order: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.nav-header .solid-bar .btn-registration button {
font-size: 1.8rem;
margin: 5px 15px;
background-color: #f3d61c;
padding: 10px 25px;
border: none;
border-radius: 5px;
cursor: pointer;
font-weight: 700;
color: #ffffff;
text-transform: capitalize;
border-bottom: 2px solid #b9a10a;
}
@media (max-width: 600px) {
.nav-header .solid-bar .btn-registration button {
padding: 10px 60px;
}
}
@media (max-width: 767px) {
.nav-header .solid-bar .btn-registration .top-logo {
order: 1;
}
}
.nav-header .solid-bar .btn-registration .top-logo img {
max-width: 300px;
height: auto;
}
.nav-header .topIcon {
display: none;
}
@media screen and (max-width: 767px) {
.nav-header .topIcon {
margin-top: 30px;
display: block;
width: 100%;
text-align: center;
}
.nav-header .topIcon h3 {
font-size: 3.2rem;
color: #333333;
}
.nav-header .topnav {
display: none;
}
.nav-header .topnav a.icon {
float: right;
display: block;
}
}
@media screen and (max-width: 767px) {
.nav-header .topnav.responsive {
position: relative;
display: block !important;
transition: 0.5s;
}
.nav-header .topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.nav-header .topnav.responsive {
float: none;
display: block;
text-align: left;
}
}
footer {
padding: 15px;
background-color: #125689;
}
footer .footer-boxes {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: space-around;
-ms-flex-pack: space-around;
justify-content: space-around;
-webkit-box-align: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
}
footer .footer-boxes .footer-box {
order: 1;
padding: 0px 4px;
flex-direction: column;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
-webkit-box-align: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
width: 100%;
max-width: 250px;
}
@media (max-width: 900px) {
footer .footer-boxes .footer-box {
order: 1;
}
}
@media (max-width: 600px) {
footer .footer-boxes .footer-box {
max-width: 100%;
}
}
footer .footer-boxes .footer-box h3 {
color: #ffffff;
border-bottom: 1px solid #f3d61c;
margin-bottom: 15px;
width: 100%;
}
footer .footer-boxes .footer-box .textwidget {
color: #ffffff;
}
footer .footer-boxes .footer-box .textwidget a {
color: #ffffff;
}
footer .footer-boxes .footer-box .textwidget a:hover {
color: #f3d61c;
}
footer .footer-boxes .footer-box .menu-footer-container .menu {
width: 100%;
}
footer .footer-boxes .footer-box .menu-footer-container .menu li {
list-style: none;
}
footer .footer-boxes .footer-box .menu-footer-container .menu li a {
color: #ffffff;
}
footer .footer-boxes .footer-box .menu-footer-container .menu li a:hover {
color: #f3d61c;
}
footer .footer-boxes .textwidget-icons {
order: 1;
width: 100%;
max-width: 250px;
color: #ffffff;
}
@media (max-width: 900px) {
footer .footer-boxes .textwidget-icons {
order: 2;
}
}
@media (max-width: 600px) {
footer .footer-boxes .textwidget-icons {
max-width: 100%;
}
}
footer .footer-boxes .textwidget-icons a {
color: #ffffff;
}
footer .footer-boxes .textwidget-icons a:hover {
color: #f3d61c;
}
footer .footer-boxes .textwidget-icons .chambers-logos {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: space-around;
-ms-flex-pack: space-around;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 600px) {
footer .footer-boxes .textwidget-icons .chambers-logos {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
footer .footer-boxes .textwidget-icons .chambers-logos h3 {
color: #ffffff;
border-bottom: 1px solid #f3d61c;
margin-bottom: 15px;
width: 100%;
}
footer .footer-boxes .textwidget-icons .chambers-logos img {
max-width: 70px;
width: 100%;
height: auto;
}
footer .footer-boxes .textwidget-icons .chambers-logos .footerLogo {
max-width: 100px;
}
footer .footer-boxes .textwidget-icons .chambers-logos .lf-img {
max-width: 120px;
height: auto;
}
footer .footer-boxes .textwidget-icons .sm-icons {
margin-top: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 767px) {
footer .footer-boxes .textwidget-icons .sm-icons {
margin-top: 30px;
order: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
footer .footer-boxes .textwidget-icons .sm-icons li {
list-style: none;
margin: 5px;
}
footer .footer-boxes .textwidget-icons .sm-icons li a {
color: #f3d61c;
}
footer .footer-boxes .textwidget-icons .sm-icons li a:hover {
color: #f3d61c;
}
footer .footer-boxes .textwidget-icons .sm-icons li:first-child img {
max-width: 40px;
}
footer .footer-boxes .textwidget-icons .sm-icons li img {
width: 100%;
height: auto;
max-width: 30px;
}
footer .footer-boxes .textwidget-icons .sm-icons li img:hover {
-webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.9));
filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.9));
}
footer .footer-boxes .textwidget-logos {
order: 3;
width: 100%;
max-width: 250px;
color: #ffffff;
}
@media (max-width: 900px) {
footer .footer-boxes .textwidget-logos {
order: 2;
}
}
@media (max-width: 600px) {
footer .footer-boxes .textwidget-logos {
max-width: 100%;
}
}
footer .footer-boxes .textwidget-logos a {
color: #ffffff;
}
footer .footer-boxes .textwidget-logos a:hover {
color: #f3d61c;
}
footer .footer-boxes .foot-copyright {
order: 2;
width: 100%;
max-width: 250px;
margin-top: 20px;
}
footer .footer-boxes .foot-copyright .menu-footer-container {
width: 100%;
}
@media (max-width: 900px) {
footer .footer-boxes .foot-copyright {
order: 3;
}
}
@media (max-width: 600px) {
footer .footer-boxes .foot-copyright {
max-width: 100%;
}
}
footer .footer-boxes .foot-copyright .copy-box {
text-align: center;
}
footer .footer-boxes .foot-copyright .copy-box .logo img {
max-width: 250px;
width: 100%;
height: auto;
}
footer .footer-boxes .foot-copyright .copy-box h6 {
color: #ffffff;
font-size: 1.4rem;
margin-top: 15px;
}
.category-page {
padding: 100px 10px;
}
.category-page .blog-box {
margin-bottom: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.category-page .blog-box .blog-img {
margin: 15px;
}
.category-page .blog-box .blog-cont {
width: 100%;
max-width: 500px;
}
@media (max-width: 800px) {
.category-page .blog-box .blog-cont {
max-width: 350px;
width: 100%;
}
}
.category-page .blog-box .blog-cont h2 {
text-transform: uppercase;
font-size: 2.4rem;
margin-bottom: 20px;
}
.category-page .blog-box .blog-cont h2 a {
color: #333333;
}
.category-page .blog-box .blog-cont .read-more-blog {
width: 100%;
text-align: right;
margin-top: 10px;
}
.category-page .blog-box .blog-cont .read-more-blog a {
color: #125689;
}
.category-page .blog-box .blog-cont .read-more-blog a:hover {
color: #f3d61c;
}
.client-login-page {
padding: 100px 10px;
}
.client-login-page .client-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.client-login-page .client-box form input {
margin-top: 5px;
margin-bottom: 15px;
}
.client-login-page .client-box form label {
padding-bottom: 20px;
clear: both;
font-family: "Source Sans Pro", sans-serif;
}