/*

Flaticon icon font: Flaticon

Creation date: 07/10/2018 16:53

*/

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal !important;
    font-style: normal !important;
    line-height: normal !important;
}

.flaticon-tick:before {
    content: "\f100";
}

.flaticon-add:before {
    content: "\f101";
}

.flaticon-subs:before {
    content: "\f102";
}

.flaticon-facebook:before {
    content: "\f103";
}

.flaticon-twitter:before {
    content: "\f104";
}

/*==================================*/

*:focus {
    outline: -webkit-focus-ring-color none;
    outline: none;
}

a:visited,
a:focus,
a:active,
a:hover {
    outline: none !important;
    text-decoration: none;
}

::-webkit-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    opacity: 0.5;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0.5;
}

::selection {
    background: #FFFF00;
    color: #000;
    text-shadow: none;
}

::-moz-selection {
    background: #FFFF00;
    color: #000;
    text-shadow: none;
}

input:focus,
select:focus {
    outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus,
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
select:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    box-shadow: 0 0 0px 1000px white inset;
    background-color: #fff !important;
}

/*============================================================*/

html {
    position: relative;
    height: 100%;
}

body {
    color: #707070;
    font-size: 22px;
    position: relative;
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

/*a,a *,a:before,a:after,.btn,.btn *{-webkit-transition:.3s linear;-moz-transition:.3s linear;-ms-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear;}*/

a {
    text-decoration: none;
    outline: none;
    color: #c7293d;
}

a:focus,
a:hover {
    color: #000;
    text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: normal;
    color: #c7293d;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    margin-top: 0;
    margin-bottom: 18px;
}

h1,
.h1 {
    font-size: 40px;
}

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

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

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

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

h6,
.h6 {
    font-size: 22px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
    display: block;
    color: #58595b;
    font-weight: normal;
    font-size: 80%;
    line-height: 1.4;
}

p {
    line-height: 160%;
    margin-bottom: 30px;
    color: #707070;
    font-size: 22px;
}

b,
strong {
    color: #072c49;
    font-weight: 700;
}

/*==============================================================*/

hr,
.hr {
    clear: both;
    margin: 35px 0;
    display: block;
    width: 100%;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #e9e9e9;
    box-shadow: 0 1px #f9f9f9;
}

label {
    font-weight: 600;
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    text-align: left !important;
}

label sup {
    color: #ed0302;
    font-size: 14px;
    top: 1px;
    left: 3px;
}

.control-label {
    font-weight: normal;
    margin-bottom: 10px;
}

.form-control {
    height: 40px;
    border-radius: 9px;
    border-color: #2d4557;
}

textarea.form-control {
    resize: vertical;
    min-height: 160px;
}

.form-control:focus,
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #547ebd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group {
    margin-bottom: 20px;
}

.form-control.input-sm {
    height: 40px;
    font-size: 14px;
}

select.input-sm {
    line-height: 1.5;
}

.input-group .form-control:focus+.input-group-addon,
.input-group .form-control:focus+.ng-not-empty+.input-group-addon {
    border-color: #483C30;
}

.form-control option {
    color: #666 !important;
}

.form-control-holder {
    position: relative;
}

.form-control-holder .form-control {
    padding-right: 40px;
}

.form-control-holder.perfix .form-control {
    padding-left: 40px;
    padding-right: 12px;
}

.form-control-holder.perfix .form-control-feedback {
    right: auto;
    left: 0;
}

.form-control-holder .form-control-feedback {
    line-height: 40px;
    height: 40px;
    font-size: 1.3em;
    width: 40px;
    color: #999;
}

/*======================================*/

.checkBox,
.radioBtn {
    position: relative;
    color: #483c32;
    font-weight: 600;
    margin-bottom: 0;
}

.checkBox+.checkBox,
.radioBtn+.radioBtn {
    margin-left: 10px;
}

.checkBox:hover,
.radioBtn:hover {
    cursor: pointer;
}

.checkBox input,
.radioBtn input {
    display: none;
}

.checkBox .checkMark:before,
.radioBtn .checkMark:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #d3d3d3;
    display: inline-block;
    margin-bottom: -4px;
    margin-right: 10px;
    text-align: center;
    font-weight: normal;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.radioBtn .checkMark:before {
    border-radius: 50%;
}

.checkBox:hover input:not(:checked)+.checkMark:before,
.radioBtn:hover input:not(:checked)+.checkMark:before {
    background-color: #FFCFAC;
}

.checkBox input:checked+.checkMark:before,
.radioBtn input:checked+.checkMark:before {
    color: #fff;
    background-color: #e26203;
}

/*============================================*/

.btn {
    padding: 5px 20px;
    border: none;
    font-size: 22.81px;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    border-radius: 0;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 11px;
}

.btn-lg {
    font-size: 20px;
    padding: 14px 40px;
}

/*========================*/

.btn-default {
    background: #ec592b;
    color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* prevents bg color from leaking outside the border */
    background-color: #c7293d;
    /* layer fill content */
    -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, .4), inset 1px 1px 0 #ff6a7c;
    /* drop shadow and inner shadow */
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, .4), inset 1px 1px 0 #ff6a7c;
    /* drop shadow and inner shadow */
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .4), inset 1px 1px 0 #ff6a7c;
    /* drop shadow and inner shadow */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3MjkzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iOSUiIHN0b3AtY29sb3I9IiNjNzI5M2QiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iI2FlMWUzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M3MjkzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #c7293d 0%, #c7293d 9.33%, #ae1e30 27.71%, #c7293d 100%);
    /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #c7293d 0%, #c7293d 9.33%, #ae1e30 27.71%, #c7293d 100%);
    /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #c7293d 0%, #c7293d 9.33%, #ae1e30 27.71%, #c7293d 100%);
    /* gradient overlay */
    background-image: linear-gradient(bottom, #c7293d 0%, #c7293d 9.33%, #ae1e30 27.71%, #c7293d 100%);
    /* gradient overlay */
}

.btn-default:focus,
.btn-default:hover,
.btn-default.active,
.btn-default:active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
    background: #000;
    color: #fff;
    background-image: -moz-linear-gradient(bottom, #9a0013 0%, #7d0010 9.33%, #b30017 27.71%, #ff0020 100%);
    background-image: -o-linear-gradient(bottom, #9a0013 0%, #7d0010 9.33%, #b30017 27.71%, #ff0020 100%);
    background-image: -webkit-linear-gradient(bottom, #9a0013 0%, #7d0010 9.33%, #b30017 27.71%, #ff0020 100%);
    background-image: linear-gradient(bottom, #9a0013 0%, #7d0010 9.33%, #b30017 27.71%, #ff0020 100%);
}

/*========================*/

.btn-primary {
    color: #c7293d;
    background-color: #fff;
    border: 2px solid #c7293d;
    border-radius: 10px;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    background: #c7293d;
    color: #fff;
    border: 2px solid #c7293d;
}

/*========================*/

.btn-info {
    color: #fff;
    background: #99202e;
}

.btn-info:focus,
.btn-info:hover,
.btn-info.active,
.btn-info:active,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover {
    background: #101820;
}

.btn-danger {
    background: #d72a38;
}

.btn-success {
    background: #e28413;
}

.btn-warning {
    background: #f0ad4e;
}

.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0 auto -webkit-focus-ring-color;
}

.has-error .help-block {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
}

.has-error .help-block.fontSize2x {
    font-size: 16px;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error .radio-inline label {
    color: #d9534f;
}

.has-error .form-control {
    border-color: #d9534f;
}

.has-error .form-control:focus {
    border-color: #B5433F;
}

.editable-error,
.error {
    margin-top: 5px;
    color: #d80000;
    font-size: 12px;
}

.success {
    margin-top: 5px;
    color: #00B009;
    font-size: 12px;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    background-color: #c6c6c6;
    color: #fff;
}

/*========selectDropdown===============================*/

.selectDropdown {
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
}

.selectDropdown>select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    font-size: 14px;
    color: #666;
    height: 40px;
    padding: 6px 30px 6px 12px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-weight: 500;
}

.selectDropdown:after {
    position: absolute;
    right: 10px;
    content: "\f107";
    font-family: 'FontAwesome';
    top: 10px;
    pointer-events: none;
    z-index: 5;
    font-size: 1.5em;
    color: #999;
    line-height: 1;
}

.selectDropdown>select:focus {
    border-color: #547ebd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*=========================================*/

label.checkBox,
label.radiobox {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-bottom: 0;
}

.checkBox span,
.radiobox span {
    border: 1px solid #d5e0e6;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    margin-bottom: -4px;
}

.checkBox span:before,
.radiobox span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 11px;
    margin: 3px;
    height: 11px;
    background-color: #547cbb;
    transform: scale(0);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.checkBox:hover span:before,
.radiobox:hover span:before {
    transform: scale(0.5);
    opacity: 0.5;
}

.checkBox input[type="checkbox"],
.radiobox input[type="radio"] {
    width: 0;
    height: 0;
    display: none;
}

.checkBox input[type="checkbox"]:checked+span:before,
.radiobox input[type="radio"]:checked+span:before {
    transform: scale(1);
    opacity: 1;
}

/*===========*/

.label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
}

.label-cbx .checkbox {
    position: relative;
    top: 2px;
    float: left;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-top: 0;
}

.label-cbx .checkbox svg {
    position: absolute;
    top: -2px;
    left: 0px;
}

.label-cbx .checkbox svg path {
    fill: #ccc;
    stroke: #ccc;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    transition: all 0.6s ease;
}

.label-cbx .checkbox svg polyline {
    fill: none;
    stroke: #FFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 0;
    transition: all 0.3s ease;
}

.label-cbx>span {
    pointer-events: none;
    vertical-align: middle;
    font-weight: 500;
    color: #666;
    font-size: 14px;
}

.cntr {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
}

.invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

.label-cbx input:checked+.checkbox svg path {
    fill: #547cbb;
    stroke: #547cbb;
}

/*=========================================*/

div.wpcf7 {
    margin-top: 20px;
}

span.wpcf7-not-valid-tip {
    font-size: 0.8em;
}

div.wpcf7-mail-sent-ng,
.wpcf7-form.invalid div.wpcf7-validation-errors {
    background-color: #d00000;
    border: 2px solid #d00000;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0;
    text-align: center;
    width: 100%;
}

div.wpcf7-mail-sent-ok {
    background-color: #398f14;
    color: #fff;
    width: 100%;
}

.form-control.wpcf7-not-valid {
    border-color: red;
}

div.wpcf7-response-output {
    text-align: center;
}

div.wpcf7-mail-sent-ok {
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0;
    background-color: #008000;
}

div.wpcf7 img.ajax-loader {
    float: right;
    margin-right: 5px;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

img.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

img.alignright,
img.alignleft,
img.alignnone,
img.aligncenter,
figure.alignright,
figure.alignleft,
figure.alignnone {
    border: 1px solid #d3d3d3;
    padding: 9px;
    margin-bottom: 20px;
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 30px;
}

.wp-caption-text {
    text-align: right;
    color: #84898e;
    font-style: italic;
    padding: 10px 0 5px;
}

.text-italic {
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

/*=====================*/

.topBar {
    padding: 15px 0;
}

/*============*/

.siteSearch {
    text-align: right;
    margin: 0 0 auto auto;
}

.siteSearch .allCo {
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    font-weight: bold;
    padding-top: 11px;
    display: inline-block;
}

#custom-search-input {
    padding: 0;
    border: solid 1px #072c49;
    border-radius: 6px;
    background-color: #e8e8e8;
    width: 250px;
    float: right;
    margin-left: 35px;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
    padding: 5px 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 1.3333333;
    margin-bottom: 0;
    color: #072c49;
    background-color: #e8e8e8;
    background-image: none;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #072c49;
    padding: 0 8px 0 10px;
    font-size: 26px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
    font-size: 23px;
}

/*===========*/

.accEBook {
    background: url(../images/bgban.jpg) no-repeat center center/cover;
}

.accEBook .leftBox {
    text-align: center;
    padding-top: 90px;
}

.accEBook .rightBox img {}

.accEBook h2,
.accEBook p {
    color: #fff;
}

.accEBook h2 {
    margin-bottom: 20px;
}

.accEBook p {
    margin-bottom: 20px;
    line-height: 135%;
}

/*===========*/

.siteHeading {
    background-color: #fff;
    padding: 40px 0 30px 0;
    text-align: center;
}

.siteHeading h1 {
    font-weight: 400;
}

/*===========*/

.accKeyBook {
    background-color: #ebf2f8;
    padding: 50px 0;
}

.breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    font-size: 24px;
    text-transform: normal;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 20px;
    color: hsl(0, 0%, 30%);
}

.breadcrumbs li a {
    display: block;
    padding: 0 18px 0 0px;
    color: #707070;
    text-decoration: none;
    height: 20px;
    position: relative;
    perspective: 700px;
}

.breadcrumbs li.active {
    color: #072c49;
}

.breadcrumbs li a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-color: #707070;
    border-style: solid;
    border-width: 2px 2px 0 0;
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    position: absolute;
    right: 8px;
    top: 8px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
    -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
    -ms-transform: rotateZ(45deg) skew(10deg, 10deg);
    transform: rotateZ(45deg) skew(10deg, 10deg);
}

.mybrecrums {
    padding-bottom: 50px;
}

.mybrecrums:after {
    content: "";
    display: block;
    clear: both;
}

.accKeyBook p {
    line-height: 136%;
}

/*=====================*/

.accBOx {
    max-width: 600px;
    border: 2px solid #000;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 20px 20px 20px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #072b49;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, .4);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .4);
    margin-bottom: 80px;
    margin-top: 50px;
}

.accBOx h4 {
    margin-bottom: 25px;
    color: #072c49;
}

.formBoxx {
    max-width: 382px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.help-text {
    font-size: 11px;
    color: #000000;
    line-height: 120%;
    margin-bottom: 10px;
}

.help-text a {
    font-weight: 700;
}

.myCheck {
    margin-bottom: 10px;
}

.myCheck label {
    color: #707070;
    line-height: 100%;
    font-weight: 400;
    font-size: 14px;
}

.myCheck label input[type=checkbox],
.myCheck label input[type=radio] {
    margin: 4px 15px 10px 0;
    float: left;
}

.accBOx .btn-default {
    -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, .4), inset 1px 1px 0 #ff6a7c;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, .4), inset 1px 1px 0 #ff6a7c;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .4), inset 1px 1px 0 #ff6a7c;
    font-size: 29px;
    width: 100%;
    margin-top: 20px;
    padding: 8px 15px;
}

.accBOx .form-group {
    margin-bottom: 30px;
}

/*===============*/

.mobimgbox {
    text-align: center;
    padding: 40px 0;
}

/*==============*/

.bookChap {
    padding: 60px 0;
}

.bookChap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bookChap ul li {
    position: relative;
    padding-left: 35px;
}

.bookChap ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #707070;
    position: absolute;
    top: 10px;
    left: 0;
}

.bookChap ul li a {
    color: #707070;
}

.bookChap ul li a:hover {
    color: #c7293d;
}

.chapBoxx {
    margin-bottom: 60px;
}

.chapBoxx p {
    font-weight: 600;
}

/*=============*/

.bokrev strong {
    color: #707070;
}

/*==============*/

.accEBook2 {
    background-color: #ebf2f8;
    padding: 30px 0;
}

.accEBook2 .leftBox {
    text-align: center;
    padding-top: 80px;
}

.accEBook2 h2 {
    color: #072c49;
}

.rightBox {
    text-align: right;
}

/*===========*/

.addResourece {
    background-color: #fff;
    padding: 60px 0;
}

.addResourece ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.addResourece ul li {
    position: relative;
    padding-left: 35px;
}

.addResourece ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #707070;
    position: absolute;
    top: 10px;
    left: 0;
}

.addResourece ul li a {
    color: #707070;
}

.addResourece ul li a:hover {
    color: #c7293d;
}

/*===============*/

.finacialCert {
    background-color: #ebf2f8;
    padding: 60px 0;
}

.finacialCert span {
    font-weight: bold;
}

/*===========*/

.finacialCert h6 {
    color: #072c49;
    margin-bottom: 55px;
}

.boxEnrool {
    background-color: #072c49;
    margin-bottom: 35px;
}

.boxEnrool img {
    float: right;
}

.blueBox {
    padding: 35px 20px 20px 20px;
    text-align: center;
    overflow: hidden
}

.blueBox h4,
.blueBox p {
    color: #fff;
}

.boxEnrool:after {
    content: "";
    display: block;
    clear: both;
}

/*============*/

.signEbok {
    background: url(../images/signbg.jpg) no-repeat center center/cover;
    text-align: center;
    padding: 100px 0;
}

.signEbok h2 {
    color: #fff;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, .6);
}

.signEbok .form-control {
    height: 60px;
    border-radius: 9px;
    border-color: #2d4557;
    width: 100%;
    font-size: 22px;
    padding: 6px 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, .4), inset 1px 1px 0 #ffffff;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, .4), inset 1px 1px 0 #ffffff;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .4), inset 1px 1px 0 #ffffff;
}

.signEbok .btn-default {
    width: 100%;
    padding: 10px 10px;
    font-size: 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, .4), inset 1px 1px 0 #ff7d8e;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, .4), inset 1px 1px 0 #ff7d8e;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .4), inset 1px 1px 0 #ff7d8e;
}

.signForm {
    padding-top: 25px;
}

/*============*/

.resources {
    background: url(../images/resourcesbg.jpg) no-repeat center center/cover;
    padding: 60px 0;
}

/*=======*/

.resources .mybrecrums {
    padding-bottom: 30px;
}

.resources .breadcrumbs li a {
    color: #fff;
    font-weight: 500;
}

.resources .breadcrumbs li.active {
    color: #fff;
    font-weight: 700;
}

.resources .breadcrumbs li a:after {
    border-color: #ffffff;
}

/*========*/

.resources .resBoxx {
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    max-width: 355px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 2px solid #fff;
}

.resources .resBoxx img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.resources .resBoxx.blankBox img {
    border-radius: 15px;
}

.resources .contBx {
    padding: 20px 15px;
}

.resources .resBoxx h4 {
    font-size: 24px;
    color: #003663;
}

.resources .resBoxx p {
    line-height: 120%;
    margin-bottom: 15px;
    color: #707070;
    font-size: 20px;
}

.resources .resBoxx .btn-primary {
    font-size: 20px;
    line-height: 100%;
    vertical-align: middle;
    display: inline-block;
    padding: 5px 20px 8px 20px;
}

.resources .resBoxx .fa {
    font-size: 24px;
    line-height: 100%;
}

/*==============*/

.eBooks {
    padding: 40px 0 0 0;
}

.leftCon {
    padding-top: 40px;
}

/*===========*/

.logoFoot {
    text-align: center;
    padding: 50px 0;
}

/*===========*/

.bottomFot {
    background-color: #072c49;
    padding: 35px 0;
    border-top: 6px solid #c7293d;
}

.bottomFot p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.bottomFot ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 100%;
}

.bottomFot ul li {
    display: inline-block;
    position: relative;
    line-height: 100%;
    padding-right: 17px;
}

.bottomFot ul li:after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 3px;
    right: 2px;
    bottom: 0;
}

.bottomFot ul li:last-child:after {
    display: none;
}

.bottomFot ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
}

.bottomFot ul li a:hover {
    color: #ff0020;
}

/*===============*/

@media (min-width: 1200px) {
    .container {
        width: 1170px;
        padding: 0;
    }
}

@media (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 34px;
    }
    h2,
    .h2 {
        font-size: 30px;
    }
    h3,
    .h3 {
        font-size: 28px;
    }
    h4,
    .h4 {
        font-size: 26px;
    }
    h5,
    .h5 {
        font-size: 24px;
    }
    h6,
    .h6 {
        font-size: 22px;
    }
    p {
        margin-bottom: 15px;
        font-size: 18px;
    }
    body {
        font-size: 18px;
    }
    /*=========*/
    .mybrecrums {
        padding-bottom: 25px;
    }
    /*========*/
    .finacialCert {
        padding: 25px 0;
    }
    .finacialCert h6 {
        margin-bottom: 25px;
    }
    /*===========*/
    .accEBook2 {
        padding: 10px 0;
    }
    /*=========*/
    .chapBoxx {
        margin-bottom: 30px;
    }
    /*==========*/
    .resources .resBoxx h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .resources .resBoxx p {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .resources .resBoxx .btn-primary {
        font-size: 16px;
        padding: 5px 15px;
    }
    .resources .resBoxx .fa {
        font-size: 18px;
    }
    /*============*/
    .resources {
        padding: 30px 0;
    }
    .resources .mybrecrums {
        padding-bottom: 15px;
    }
    /*=========*/
    .eBooks {
        padding: 20px 0 0 0;
    }
    .leftCon {
        padding-top: 20px;
    }
    .bottomFot {
        padding: 20px 0;
        text-align: center;
    }
    /*========*/
    .signEbok {
        padding: 50px 0 35px 0;
    }
    /*=======*/
    .logoFoot {
        padding: 25px 0;
    }
    /*=======*/
    .siteHeading {
        padding: 25px 0 10px 0;
    }
    /*===========*/
    .signForm {
        padding-top: 10px;
    }
}

@media (max-width: 991px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        margin-bottom: 10px;
    }
    h1,
    .h1 {
        font-size: 30px;
    }
    h2,
    .h2 {
        font-size: 28px;
    }
    h3,
    .h3 {
        font-size: 26px;
    }
    h4,
    .h4 {
        font-size: 24px;
    }
    h5,
    .h5 {
        font-size: 24px;
    }
    h6,
    .h6 {
        font-size: 22px;
    }
    p {
        margin-bottom: 15px;
        font-size: 18px;
    }
    /*============*/
    .signEbok .form-control {
        height: 50px;
        font-size: 16px;
    }
    .form-group {
        margin-bottom: 10px;
    }
    .signEbok .btn-default {
        font-size: 24px;
        max-width: 360px;
    }
    .imgcent {
        text-align: center;
    }
    /*========*/
    .accEBook .leftBox {
        padding-top: 65px;
    }
    /*===========*/
    .accBOx {
        margin-bottom: 35px;
        margin-top: 35px;
    }
    /*========*/
    .mobimgbox {
        padding: 10px 0;
    }
    /*=========*/
    .bookChap {
        padding: 30px 0;
    }
    /*==========*/
    .bookChap ul li {
        padding-left: 20px;
    }
    .bookChap ul li:before {
        top: 11px;
    }
    .addResourece ul li {
        padding-left: 20px;
    }
    .addResourece ul li:before {
        top: 11px;
    }
    /*============*/
    .accEBook2 .leftBox {
        padding-top: 55px;
    }
    /*=========*/
    .addResourece {
        padding: 40px 0;
    }
    /*===========*/
    .boxEnrool img {
        float: none;
        text-align: center;
    }
    /*==========*/
    .finacialCert {
        text-align: center;
    }
    .boxEnrool {
        max-width: 424px;
        margin: 0 auto;
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .signEbok .btn-default {
        font-size: 24px;
        max-width: 100%;
    }
    .rightBox {
        text-align: center;
    }
    .accEBook .leftBox {
        padding-top: 30px;
    }
    .accEBook2 .leftBox {
        padding-top: 25px;
    }
    .accBOx .form-group {
        margin-bottom: 10px;
    }
    /*============*/
    .accBOx h4 {
        margin-bottom: 10px;
    }
    .accBOx {
        padding: 25px 15px 15px 15px;
    }
    .accBOx {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .boxEnrool {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    h1,
    .h1 {
        font-size: 22px;
    }
    h2,
    .h2 {
        font-size: 20px;
    }
    h3,
    .h3 {
        font-size: 20px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
    h5,
    .h5 {
        font-size: 20px;
    }
    h6,
    .h6 {
        font-size: 18px;
    }
    p {
        margin-bottom: 10px;
        font-size: 14px;
    }
    body {
        font-size: 14px;
    }
    /*========*/
    .signEbok .form-control {
        height: 40px;
        font-size: 14px;
    }
    .signEbok .btn-default {
        font-size: 20px;
        max-width: 100%;
        padding: 7px 10px;
    }
    .signEbok {
        padding: 25px 0 20px 0;
    }
    /*=======*/
    .resources .mybrecrums {
        padding-bottom: 5px;
    }
    .breadcrumbs li {
        font-size: 14px;
    }
    /*============*/
    .accKeyBook {
        padding: 20px 0;
    }
    .mybrecrums {
        padding-bottom: 10px;
    }
    .accBOx .btn-default {
        margin-top: 10px;
        font-size: 20px;
    }
    .formBoxx {
        margin-bottom: 15px;
    }
    .myCheck label {
        font-size: 12px;
    }
    .bookChap ul li:before {
        top: 8px;
    }
    .addResourece ul li:before {
        top: 8px;
    }
}

@media (max-width: 480px) {
    h1,
    .h1 {
        font-size: 20px;
    }
    h2,
    .h2 {
        font-size: 18px;
    }
    h3,
    .h3 {
        font-size: 18px;
    }
    h4,
    .h4 {
        font-size: 18px;
    }
    h5,
    .h5 {
        font-size: 18px;
    }
    h6,
    .h6 {
        font-size: 18px;
    }
    .topBar .col-xs-4,
    .topBar .col-xs-8 {
        width: 100%;
    }
    .topBar {
        text-align: center;
    }
    .siteSearch {
        text-align: center;
        margin: 0 auto;
    }
    #custom-search-input {
        width: 100%;
        float: none;
        margin-left: 0;
    }
}

.bottomFot .help-text p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    margin-top: 8px;
}

.bottomFot #menu-footer-menu-german li:after,
.bottomFot #menu-footer-menu-dutch li:after,
.bottomFot #menu-footer-menu-italian li:after {
    right: 1px;
    height: 8px;
    top: 1px;
}

.bottomFot #menu-footer-menu-german li,
.bottomFot #menu-footer-menu-dutch li,
.bottomFot #menu-footer-menu-italian li,
.bottomFot #menu-footer-menu-finnish li {
    padding-right: 9px;
}

.bottomFot #menu-footer-menu-german li a,
.bottomFot #menu-footer-menu-dutch li a {
    font-size: 10px;
}

.bottomFot #menu-footer-menu-italian li a {
    font-size: 12px;
}

.bottomFot #menu-footer-menu-swedish li,
.bottomFot #menu-footer-menu-danish li {
    padding-right: 15px;
}

.bottomFot #menu-footer-menu-danish li a,
.bottomFot #menu-footer-menu-finnish li a {
    font-size: 13px;
}

.bottomFot #menu-footer-menu-italian li:after {
    right: 2px;
}

.bottomFot #menu-footer-menu-spanish li a {
    font-size: 11px;
}

.bottomFot #menu-footer-menu-portuguese-portugal li a {
    font-size: 12px;
}

.bottomFot #menu-footer-menu-spanish li,
.bottomFot #menu-footer-menu-portuguese-portugal li {
    padding-right: 9px;
}

.bottomFot #menu-footer-menu-spanish li:after,
.bottomFot #menu-footer-menu-portuguese-portugal li:after {
    right: 1px;
    height: 9px;
    top: 1px;
}

.help-text p:lang(ar) {
    font-size: 12px;
}

:lang(ar)>.bookChap ul li,
.addResourece ul li {
    padding-right: 35px;
}

:lang(ar)>.bookChap ul li:before,
.addResourece ul li:before {
    right: 0;
}

.bottomFot #menu-footer-menu-arabic li a {
    font-size: 12px;
}

:lang(ar)>.bottomFot .help-text p {
    font-size: 14px;
    margin-top: 3px;
}

:lang(ar)>.bottomFot ul li:after {
    right: inherit;
    left: -12px;
}

:lang(es-ES)>.finacialCert .blueBox h4 {
    font-size: 24px;
}

:lang(es-ES)>.finacialCert .blueBox p {
    font-size: 21px;
}

:lang(es-ES)>.myCheck label {
    font-size: 13px;
}

@media screen and (max-width: 400px) {
    :lang(pt-pt)>.boxEnrool .blueBox .btn {
        font-size: 17.81px;
    }
}

@media screen and (max-width: 340px) {
    :lang(de-DE)>.btn {
        font-size: 18.81px;
    }
}

.custom-to-menu-class ul li {
    display: inline-block !important;
    margin-right: 20px;
}

@media screen and (max-width: 780px) {
    .custom-to-menu-class ul li {
        margin-top: 20px;
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) {
    .custom-to-menu-class ul {
        margin-top: 1px;
        margin-bottom: 10px;
    }
}