/*   ------------------------------------------------    ------------------------------------------------*/

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #202020;
    background-color: #FFF;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}

img {
    vertical-align: bottom;
}

p {
    margin: 7px 0px;
    text-align: justify;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
    display: block;
}

.zerogrid {
    width: 1000px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.content-wrapper {
    margin: 0px;
    overflow: hidden;
    padding: 0px;
}


/* ------------------Content------------------- */

#content {}

.top-inside {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 0;
}

.top-left {
    width: 58%;
    height: auto;
    float: left;
    text-align: left;
}

.logo-box {
    width: 39%;
    height: auto;
    float: left;
    text-align: left;
}

.logo-box img {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
}

.top-middle-box {
    width: 60%;
    height: auto;
    float: right;
    text-align: left;
    padding-top: 15px;
}

.top-right {
    width: 32%;
    height: auto;
    float: right;
    text-align: left;
}

.top-right img {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
    float: left;
    margin-right: 10px;
}

.top-right h3.styleFontface {
    font-family: Khand-Bold;
    font-size: 36px;
    line-height: 40px;
    color: #014085;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.top-right h3.styleFontface a {
    color: #014085;
    text-decoration: none;
}

.top-menu {
    padding: 2px;
    margin-top: 15px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    background: #ff5546;
}

.top-menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.top-menu li {
    margin: 0 2px 0 0;
    float: left;
}

.top-menu li a {
    padding: 9px 40px;
    display: block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.top-menu li a:hover,
.top-menu li.current-menu-item a {
    color: #ef4c25;
    background: #fff;
}

.top-menu .menutoggle {
    width: 30px;
    float: left;
    display: none;
}

.top-menu .menutoggle span {
    margin-bottom: 4px;
    width: 100%;
    height: 4px;
    float: left;
    background: #fff;
}

.top-menu .menutoggle span:last-child {
    margin-bottom: 0px;
}

.top-menu.mobile {
    display: none;
}


/* app area */
.appArea { padding: 15px 20px; width: 100%; float: left; text-align: left; background: #F0F0F0; }
.appArea, .appArea div, .appArea label, .appArea input, .appArea * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.appArea h2 { padding: 0 0 12px 0; margin: 20px 0; width: 100%; float: left; font-size: 22px; border-bottom: 1px solid #ccc; }
.appArea .fgroup { margin-bottom: 20px; padding: 0 10px 0 0; width: 33.33%; float: left; }
.appArea .fgroup.full { padding: 0px; width: 100%; }
.appArea .fgroup.half { width: 50%; }
.appArea .fgroup label { margin-bottom: 6px; width: 100%; float: left; font-size: 15px; color: #555; font-style: normal; }
.appArea .fgroup label em { color: #790000; font-style: normal; }
.appArea .fgroup .style { padding: 0 10px; width: 100%; height: 40px; float: left; border: 1px solid #ccc; }
.appArea .fgroup .style.wpcf7-not-valid { border-color: #f00; }
.appArea .fgroup .month, .appArea .fgroup .day { padding: 0 10px 0 0; width: 33.33%; float: left; }
.appArea .fgroup .year { width: 33.33%; float: left; }
.appArea .fgroup span.wpcf7-list-item { margin: 0 15px 0 0; font-size: 14px; }
.appArea .fgroup cite { display: block; font-size: 12px; color: #555; font-style: normal; line-height: 18px; }
.appArea .wpcf7-not-valid-tip { display: none !important; }
.appArea div.wpcf7-response-output { margin: 0px; width: 100%; float: left; font-size: 14px; }
.appArea .fgroup .mybtn {
    background: #202020;
    text-align: center;
    display: block;
    width: 200px;
    height: 50px;
    text-decoration: none;
    font-size: 18px;
    line-height: 27px;
    color: #FFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 10px auto 0 auto;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.appArea .fgroup .mybtn:hover {
    background: #000000;
}

.welcome-box {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
}

.welcome-left {
    width: 70%;
    height: 500px;
    float: left;
    text-align: left;
    background: url(../images/welcome-left-bg.jpg) left top no-repeat;
    background-size: cover;
}

.welcome-left-top {
    width: 96%;
    height: auto;
    float: left;
    text-align: left;
    padding-top: 52px;
    padding-bottom: 22px;
    padding-left: 4%;
}

.welcome-left-top h2.styleFontface {
    font-family: Khand-Bold;
    font-size: 40px;
    line-height: 40px;
    color: #FFF;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.welcome-left-middle {
    width: auto;
    height: 120px;
    float: left;
    text-align: left;
    padding-top: 20px;
    padding-left: 4%;
    padding-right: 10%;
    background: url(../images/welcome-left-middle-bg.png) left top no-repeat;
    background-size: 100% 100%;
}

.welcome-left-middle h2.styleFontface {
    font-family: Khand-Bold;
    font-size: 36px;
    line-height: 36px;
    color: #FFF;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.welcome-left-middle h3.styleFontface {
    font-family: Khand-Bold;
    font-size: 72px;
    line-height: 72px;
    color: #ff5546;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
}

.subnav {
    width: 96%;
    height: auto;
    float: left;
    text-align: left;
    padding-top: 22px;
    padding-left: 4%;
}

.subnav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.subnav ul li {
    width: 94%;
    height: auto;
    float: left;
    text-align: left;
    display: block;
    background: url(../images/right-arrow.png) left 10px no-repeat;
    padding: 3px 0px 3px 30px;
    font-size: 24px;
    line-height: 30px;
    color: #FFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.form-box {
    width: 30%;
    height: 500px;
    float: right;
    text-align: left;
    background-color: #357ab5;
}

.form-title {
    width: 90%;
    height: auto;
    float: left;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 14px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 11px;
    line-height: 14px;
    color: #FFF;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.form-title h2.styleFontface {
    font-family: Khand-Bold;
    font-size: 58px;
    line-height: 54px;
    color: #FFF;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.form-inside {
    width: 80%;
    height: auto;
    float: left;
    text-align: left;
    padding-left: 10%;
    padding-right: 10%;
}

.input-box {
    width: 95%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #2f3337;
    font-weight: mormal;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding-left: 5%;
    padding-top: 6px;
    padding-bottom: 4px;
    background-color: #FFF;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 4px;
}

input:focus {
    outline: none;
}

.input {
    width: 94.4%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    font-weight: mormal;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding-left: 9%;
    padding-top: 6px;
    padding-bottom: 4px;
    background-color: #FFF;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 4px;
}

.lastname .input {
    float: right;
}

.form-inside .wpcf7-form-control-wrap {
    width: 100%;
    float: left;
}

.form-inside .wpcf7-form-control-wrap.firstname {
    width: 47%;
}

.form-inside .wpcf7-form-control-wrap.lastname {
    width: 47%;
    float: right;
}

.wpcf7-not-valid.input,
.wpcf7-not-valid.input-box {
    box-shadow: inset 0px 0px 2px 1px #000;
}

.form-inside .wpcf7-not-valid-tip {
    display: none !important;
}

.form-inside div.wpcf7-response-output {
    padding: 1px 5px;
    margin: -28px 0 0 0;
    font-size: 12px;
    line-height: 14px;
}

.button {
    background: #202020;
    text-align: center;
    float: left;
    padding: 16px 0px;
    width: 100%;
    height: auto;
    text-decoration: none;
    font-size: 18px;
    line-height: 27px;
    color: #FFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.button:hover {
    background: #000000;
    text-align: center;
    float: left;
    padding: 16px 0px;
    width: 100%;
    height: auto;
    text-decoration: none;
    font-size: 18px;
    line-height: 27px;
    color: #FFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.services {
    width: 96%;
    height: auto;
    float: left;
    text-align: left;
    padding-top: 72px;
    padding-bottom: 64px;
    padding-left: 2%;
    padding-right: 2%;
    background-color: #f0f0f0;
}

.services ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.services ul li {
    width: 7%;
    height: auto;
    float: left;
    text-align: center;
    display: block;
}

.services ul li.big:nth-of-type(3n) {
    margin-right: 0px;
}

.services ul li.big:nth-of-type(3n):after {
    display: none;
}

.services ul li.big {
    margin: 0 9% 0 0;
    width: 27%;
    text-align: left;
    position: relative;
}

.services ul li.big:after {
    position: absolute;
    right: -56px;
    top: 30px;
    width: 40px;
    height: 117px;
    float: right;
    content: "";
    background: url(../images/services-arrow-bg.jpg) no-repeat center;
}

.services ul li.big p {
    margin: 18px 0px 7px 0px;
    text-align: left;
}

.services ul li img {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
    margin-top: 24px;
}

.content-box {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    padding-top: 72px;
    padding-bottom: 72px;
}

.content-left {
    width: 40%;
    height: auto;
    float: left;
    text-align: left;
}

.content-left img {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
    padding: 9px;
    border: 1px solid #d0d0d0;
}

.content-right {
    width: 55%;
    height: auto;
    float: right;
    text-align: left;
}

.content-right p {
    margin: 18px 0px 7px 0px;
    text-align: left;
}

.testimonial-box {
    width: 94%;
    height: auto;
    float: left;
    text-align: center;
    padding-top: 72px;
    padding-bottom: 72px;
    background-color: #f0f0f0;
    padding-left: 3%;
    padding-right: 3%;
}

.testimonial-left {
    width: 24%;
    height: auto;
    float: left;
    text-align: left;
}

.testimonial-left img {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
}

.testimonial-right {
    width: 71%;
    height: auto;
    float: right;
    text-align: left;
}

.testimonial-right h3.styleFontface {
    font-family: Khand-Light;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
}

.testimonial-right h4.styleFontface {
    font-family: Khand-Bold;
    font-size: 24px;
    line-height: 28px;
    color: #ff5546;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    margin-top: 15px;
}

.clear {
    clear: both;
}


/* ------------------Footer-------------------- */

footer .wrap-footer {}

footer {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    background-color: #FFF;
}

.footer-main-box {
    width: 100%;
    height: auto;
    text-align: center;
    float: left;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-main-box p {
    margin: 0px;
    text-align: center;
}

.footer-main-box span a { font-size: 14px !important; }

.footer-main-box a {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.footer-main-box a:hover {
    font-size: 18px;
    line-height: 24px;
    color: #ef4c25;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}


/*Heading styles*/

h1,
h2,
h3,
h4 {
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: 'Khand-Bold';
    src: url(../Khand-Bold.ttf)
}

@font-face {
    font-family: 'Khand-Medium';
    src: url(../Khand-Medium.ttf)
}

@font-face {
    font-family: 'ARCENA';
    src: url(../ARCENA.ttf)
}

@font-face {
    font-family: 'Khand-Light';
    src: url(../Khand-Light.ttf)
}

h1.styleFontface {
    font-family: Khand-Bold;
    font-size: 60px;
    line-height: 60px;
    color: #FFF;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
}

h2.styleFontface {
    font-family: Khand-Bold;
    font-size: 48px;
    line-height: 48px;
    color: #ff5546;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
}

h3.styleFontface {
    font-family: Khand-Bold;
    font-size: 30px;
    line-height: 30px;
    color: #014085;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
}

h4.styleFontface {
    font-family: ARCENA;
    font-size: 36px;
    line-height: 36px;
    color: #909090;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
}

h5.styleFontface {
    font-family: Khand-Medium;
    font-size: 24px;
    line-height: 28px;
    color: #202020;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

.contentArea {
    padding: 40px 20px;
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: left;
    line-height: 26px;
    box-sizing: border-box;
    background: #f0f0f0;
}

.contentArea h1 {
    font-size: 32px;
}

.contentArea h2 {
    font-size: 30px;
}

.contentArea h3 {
    font-size: 28px;
}

.contentArea h4 {
    font-size: 26px;
}

.contentArea h5 {
    font-size: 24px;
}

.contentArea h6 {
    font-size: 20px;
}

.contentArea h1,
.contentArea h2,
.contentArea h3,
.contentArea h4,
.contentArea h5,
.contentArea h6 {
    margin-bottom: 15px;
    font-family: Khand-Bold;
    font-weight: normal;
}

.contentArea ul,
.contentArea ol {
    padding: 0 0 0 20px;
}

.contentArea img {
    max-width: 100%;
}