body {
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;}
header.masthead {
position: relative;
background: url("../img/top-banner.jpg") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
header.masthead h1 {
font-size: 2rem;
padding: 8px 0 12px 65px;
}
@media (min-width: 768px) {
header.masthead h1 {
font-size: 2rem;
}
}
.showcase .showcase-text {
padding: 3rem;
}
.showcase .showcase-img {
min-height: 30rem;
background-size: cover;
}
@media (min-width: 768px) {
.showcase .showcase-text {
padding: 7rem;
}
}
.features-icons {
padding-top: 4rem;
padding-bottom: 4rem;
}
.features-icons .features-icons-item {
max-width: 20rem;
}
.features-icons .features-icons-item .features-icons-icon {
height: 7rem;
}
.features-icons .features-icons-item .features-icons-icon i {
font-size: 4.5rem;
}
.features-icons .features-icons-item:hover .features-icons-icon i {
font-size: 5rem;
}
.testimonials {
padding-top: 4rem;
padding-bottom: 4rem;
}
.testimonials .testimonial-item {
max-width: 18rem;
}
.testimonials .testimonial-item img {
max-width: 12rem;
box-shadow: 0px 5px 5px 0px #adb5bd;
}
.call-to-action {
position: relative;
background-color: #343a40;
background: url("../img/bg-masthead.jpg") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top: 7rem;
padding-bottom: 7rem;
}
.call-to-action .overlay {
position: absolute;
background-color: #212529;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0.3;
}
footer.footer {
padding-top: 4rem;
padding-bottom: 4rem;
}
/* Zabiq*/
.side-text h1 {
font-size: 32px;
line-height: 40px;
color: #243b4b;
font-weight: 500;
}
.side-text h1 span {
color: #ff7a00;
font-weight: 700;
border-bottom: 2px solid #ff7a00;
}
.side-text h3 {
margin: 0;
padding: 15px 0 2px 65px;
color: #0b506e;
font-family: Lato;
font-size: 24px;
font-weight: 500;
line-height: 25px;
}
.side-text ul {
margin: 0;
padding: 8px 0 12px 65px;
list-style-type: none;
list-style-image: none;
}
.side-text li {
padding: 0 0 0 36px;
color: #243b4b;
font-family: Lato;
font-size: 20px;
font-weight: 500;
line-height: 38px;
}
.side-text li i {
color: #ff7a00;
padding: 0px 19px;
}
.side-text h3 span i {
padding: 0px 6px;
color: #3faae6;
font-size: 30px;
position: relative;
top: 3px;
}
header.masthead .overlay {
position: absolute;
background-color: #ffffff;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0.3;
}
.side-text {
padding: 60px 0px;
}
.bg-frm {
padding: 30px;
background: #0c638aab;
}
.bg-frm .tab input {
display: block;
width: 100%;
box-sizing: border-box;
margin: 2px 0 8px 0;
padding: 6px 8px;
color: #444;
font-family: Lato;
font-size: 14px;
font-weight: 400;
line-height: 22px;
background: #fff;
border: 2px solid #fff;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.bg-frm h2 {
margin: 0;
padding: 0px 0 15px 0;
color: #fff;
font-family: Lato;
font-size: 32px;
font-size: 32px;
font-weight: 600;
line-height: 42px;
text-align: center;
text-shadow: 1px 1px 1px #267ca2;
}
.bg-frm h2 strong {
color: #ef853a;
}
.bg-frm .finish {
display: block;
width: 100%;
box-sizing: border-box;
margin: 15px auto 20px auto;
padding: 0;
background: #ff7a00;
font-family: Lato;
font-size: 20px;
font-weight: 600;
line-height: 51px;
color: #fff;
text-align: center;
text-decoration: none;
border: 1px solid orange;
border-radius: 4px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.bg-frm .finish:hover {
color: orange;
background: #fff;
}
a {
color: #ff7901;}
p#form-disclaimer {line-height: 1.3;
font-size: 14px;}
.features-icons h1, .testimonials h1 {
font-size: 25px;
font-weight: 600;
text-align: center;
color: #029ee3;
text-transform: capitalize;
}
.features-icons h3 {
    margin: 0;
    padding: 10px 10px 10px 0px;
    color: #ff793c;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    position: relative;
}
.lead {
font-size: 1rem;
font-weight: 500;
}
.testimonials-v1 blockquote:before {
content: " ";
display: block;
position: absolute;
bottom: -20px;
left: 70px;
width: 0;
height: 0;
border-left: 0 inset rgba(0, 0, 0, 0);
border-right: 22px inset rgba(0, 0, 0, 0);
border-top: 22px solid #53a4de33;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
margin-bottom: 0;
text-align: left;
font-size: 16px;
line-height: 1.4;
}
.testimonials blockquote {
padding: 15px;
border: none;
height: 100px;
color: #666;
display: block;
font-size: 14px;
line-height: 20px;
background: #53a4de33;
position: relative;
}
.testimonials blockquote:before {
content: " ";
display: block;
position: absolute;
bottom: -22px;
left: 70px;
width: 0;
height: 0;
border-left: 0 inset rgba(0, 0, 0, 0);
border-right: 22px inset rgba(0, 0, 0, 0);
border-top: 22px solid #53a4de33;
}
.testimonials blockquote:after {
background-color: #009ee2;
}
.testimonials blockquote:after {
width: 13px;
height: 13px;
z-index: 23;
content: " ";
display: block !important;
position: absolute;
right: 0;
bottom: 0;
background: #039ee3 url(../img/blockquote-corner.png) no-repeat;
}
.testimonials .carousel-info img {
margin-right: 15px;
}
.testimonials .carousel-info img {
width: 75px;
height: 75px;
padding: 3px;
border-radius: 150px !important;
border: solid 1px #f5f5f5;
}
.testimonials span.testimonials-name {
color: #009ee2;
}
.btn-primary {
background-color: #3faae6;
border-color: #007bff;
}
.pre-footer {
background-color:#000;
color: #b0b0b0;
padding: 40px 0px;
}
.footer-img img {
margin-bottom: 10px;
}
.pre-footer .list-unstyled li a {
color: #ffffff;
}
.call-num {
color: #ffffff;
font-size: 25px;
font-family: Lato;
font-weight: 700;
}
.pre-footer li {
margin-bottom: 6px;
}
.disclr p {
font-size: 15px;
}
.disclr p strong {
color: #8e8e8e;
}
li.call-num a i {
font-size: 23px;
margin: 15px 9px 0px 8px;
}
.footer {
background: #00a0e4;
color: #000000;
font-size: 15px;
padding: 10px 0 0px;
}
.footer .powered {
color: #ffffff;
}
.list-inline>li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
.footer a:hover {
text-decoration: none;
}
.footer ul li a {
color: #fff;
}
.bg-frm input.error {
border: 2px solid #ee353f;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
background-color: #ffdddd !important;
}
/* Hide all steps by default: */
.tab {
display: none;
}
/* Make circles that indicate the steps of the form: */
.step {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbbbbb;
border: none; 
border-radius: 50%;
display: inline-block;
opacity: 0.5;
}
/* Mark the active step: */
.step.active {
opacity: 1;
}
/* Mark the steps that are finished and valid: */
.step.finish {
background-color: #4CAF50;
}
.navbar .btn-primary {
font-size: 22px;}
.btn-primary:hover {
    color: #fff;
    background-color: #777777;
    border-color: #606263;
}
.instyles label {
    font-size: 19px;
    margin-bottom: 14px;
}
.instyles select {
    width: 100%;
    padding: 11px 7px;
    border: none;
    text-transform: capitalize;
    margin-bottom: 20px;
}
label.radio-inline {
    font-size: 16px;
    padding: 0px 40px 0px 0px;
}

.radio-inline input {
    width: auto !important;
    display: inline-block !important;
    margin: 0px 15px !important;
}
.navbar-brand img {
    float: left;
    padding: 0px 10px 0px 0;
}
.salgon {
    margin-top: 20px;
}
.step.finish {
    display: none;
}

.sepert {
    float: left;
    padding: 8px;
    font-size: 36px;
    color: #c4c7cb8a;
}
@media (max-width: 480px) {
header.masthead h1 {font-size: 1.5rem;padding: 8px 0 12px 10px;}
.side-text h3 span i {font-size: 25px;}
.side-text h3 {padding: 15px 0 2px 5px;}
.side-text h3 {font-size: 19px;}
.side-text ul {padding: 8px 0 12px 0px;}
.side-text li {padding: 0 0 0 20px;font-size: 18px;}
.features-icons {padding-bottom: 0rem;}
.sepert, .salgon {display:none;}
.navbar-brand, .navbar .btn-primary {margin: 0 auto;}
}