/*Color scheme*/

.fixed-header.header-ver2 .logo {
    z-index: 99;
}

body {
    font-family: 'Lato', sans-serif;
    color: #000;
}

header {
    background: #ffffff;
}

.header_ver2 header {
    background: #001689;
}

.header-ver2 header nav > ul > li > a {
    font-size: 16px;
    font-weigth: bold;
  }

header .social-likes > div i {
    color: #ffa400;
}

header .right-controls .top-header .share p {
    color: #ffa400;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Lato', sans-serif
}

header .right-controls .top-header .share ul li a {
    font-size: 15px;
    color: #ffa400;
}

header .right-controls .top-header .subscribe a {
    color: #ffa400;
    font-size: 15px;
    font-weight: 500;
}

header .right-controls .top-header .subscribe a i {
    color: #ffa400;
    font-size: 17px;
}

header .right-controls .top-header .lang a,
header .right-controls .top-header .lang span {
    font-size: 15px;
    color: #ffa400;
    font-weight: 500;
}

header .right-controls .top-header .lang span {
    color: #ffa400;
}

header .right-controls .top-header .lang.dropdown-wrap .dropdown {
    background: #fff;
}

header .right-controls .top-header .lang.dropdown-wrap .dropdown li a {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

header .right-controls .search-box input {
    border: 1px solid #fff;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

header .right-controls .search-box .search-btn {
    color: #ffffff;
    font-size: 18px;
}

header .text-box p,
header .text-box a {
    color: #ffa400;
    font-size: 16px;
    line-height: 1.45em;
}

.no-touchevents header .text-box a:hover {
    text-decoration: none;
}

header .text-box .fa {
    font-size: 30px;
}

header nav:before {
    background: #001689;
}

header nav > ul > li.active > a:after {
    background: #ffa400;
}

header nav > ul > li > a {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

header nav > ul > li > a .fa {
    font-size: 23px;
    font-weight: 400;
    color: #ffffff;
}

header nav > ul > li > a:hover .fa,
header nav > ul > li > a:hover {
    color: #ffa400;
}

.no-touchevents header nav > ul > li > .submenu.col-2 > ul li:hover > a {
    /*background: transparent;*/
}

.no-touchevents header nav > ul > li > .submenu > ul li ul li:hover > a {
    /*background: transparent;*/
}

.no-touchevents header nav > ul > li > .submenu.col-2 > ul li a:hover {
     /*background: transparent;*/
}

header nav > ul > li > .submenu.col-2 > ul li ul li:before {
    background: #555555;
}

header nav > ul > li > .submenu.col-2 > ul li ul li:hover:before {
    background: #000000;
}

header nav > ul > li > .submenu > ul {
    background: #f2f2f2;
}

header nav > ul > li > .submenu > ul > li {
    border-bottom: 1px solid #999999;
}

header nav > ul > li > .submenu > ul > li > a {
    font-size: 17px;
    color: #555555;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    /*color: #ffffff;*/
}

header nav > ul > li > .submenu > ul > li > a .fa {
    font-size: 23px;
    font-weight: 400;
    color: #555555;
}

header nav > ul > li > .submenu > ul > li:hover > a .fa,
header nav > ul > li > .submenu > ul > li:hover > a {
    color: #000000;
}

header nav > ul > li > .submenu > ul ul {
    background: #f2f2f2;
}

header nav > ul > li > .submenu > ul ul li {
    border-bottom: 1px solid rgba(224, 229, 234, 0.1);
}

header nav > ul > li > .submenu > ul ul li:last-child {
    border-bottom: none;
}

header nav > ul > li > .submenu > ul ul li a {
    //background: #ffa400;
    color: #555555;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

.fixed-header header.fixed nav:before {
    background: #001689; //#ffffff
}

.fixed-header header.fixed nav > ul > li > a:hover {
    color: #ffa400;
}

#menu-toggle,
#menu-toggle-top,
#menu-toggle-bottom {
    background-color: #ffa400;
}

.img-overlay .img-box .text:after {
  background-image: linear-gradient(180deg, #25a6ec 0%, rgba(71, 94, 204, 0.3) 100%);
}

footer {
    background-color: #001076;
}

footer .row.footer-nav .row-item a {
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
}

footer .row .row-item h3 {
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
}

footer .row .row-item .social ul li a {
    font-size: 17px;
    color: #ffffff;
}

footer .add-info p {
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
}

footer .text-box {
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
}

footer .text-box a{
    color: #ffffff;
}

footer .note {
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
}

footer .copyright {
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    border-top: 1px solid #ffffff;
}

footer .copyright a {
    color: #ffffff;
}

footer .copyright a .fa {
    color: #ffffff;
    font-size: 20px;
}

.board-column .name {
    background: #ffa400;
}

.board-column .img-wrap .name h2 {
    color: #000000;
}

.board-column .img-wrap .name p {
    font-size: 14px;
    color: #000000;
}

.board-list .descr {
    background: #000000;
}

.board-list .descr h2 {
    color: #000000;
}

.board-list .item .descr h2 {
    color: #000000;
}

.board-list .descr p {
    font-size: 16px;
    color: #000000;
    line-height: 1.3em;
}


.board-list .descr p.position {
    font-size: 14px;
    color: #000000;
}

.downloads a, not(aside) .sub-nav a {
    color: #ffa400 !important;
}

.pager li a,
.pager li span {
    background: #ffa400;
    border-color: #ffa400;
    color: #fff;
}

.no-touchevents .pager li a:hover,
.no-touchevents .pager li span:hover {
    background: transparent;
    color: #ffa400;
}

.pager li.active span {
    background: transparent;
    color: #ffa400;
}

main h1 {
    color: #001689;
    font-size: 29px;
    font-weight: bold;
    line-height: 1.2em;
    font-family: 'Lato', sans-serif;
}

main h2 {
    color: #1d2440;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    font-family: 'Lato', sans-serif;
}

main h3 {
    color: #001689;
    font-size: 21px;
    font-weight: normal;
    line-height: 1.4em;
    font-family: 'Lato', sans-serif;
}

main h3.divider:after {
    background-color: #ffa400;
}

main h4 {
    color: #000000;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4em;
    font-family: 'Lato', sans-serif;
}

main h5 {
    color: #1d2440;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.3em;
    font-family: 'Lato', sans-serif;
}

main h6 {
    color: #000000;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.3em;
    font-family: 'Lato', sans-serif;
}

main b not(.text-block), main strong not(.text-block) {
    color: #000000;
}

main {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
}

main p {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6666em;
}

main p.category {
    font-size: 14px;
    color: #687b89;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}

main a {
    color: #001689;
    font-weight: normal;
    text-decoration: underline
}

.no-touchevents main a:hover {
    color: #ffa400;
    text-decoration: none
}

main ol > li:before {
    font-size: 16px;
    color: #000000;
    font-weight: 800;
}

main ol > li ol li:before {
    font-size: 16px;
    color: #000000;
    font-weight: 800;
}

main table thead tr th {
    color: #fff;
    background-color: #ffa400;
    font-size: 24px;
    font-weight: 500;
}

main table tbody tr td {
    font-size: 18px;
    color: black;
}

main figure figcaption {
    color: black;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
}

main ol li,
main ul li {
    color: black;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.27777em;
    font-weight: 400;
}

main ul li:before {
    background-color: #000000;
}

main ul li ul li:before {
    background-color: #000000;
}

main #bbp_reply_submit {
    border: 2px solid #ffa400;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 800;
    background: #ffa400;
}

.no-touchevents main #bbp_reply_submit:not(:disabled):hover {
    background: #fff;
    color: #ffa400;
}

.no-touchevents main #bbp_reply_submit:active {
    background: #475ecc !important;
    color: #fff !important;
}

main .btn,
main #bbp_topic_submit {
    border: 2px solid #ffa400;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 800;
    background: #ffa400;
}

.no-touchevents main .btn:not(:disabled):hover,
.no-touchevents main #bbp_topic_submit:not(:disabled):hover {
    background: #fff;
    color: #ffa400;
}

.no-touchevents main .btn:active,
.no-touchevents main #bbp_topic_submit:active {
    background: #ffa400 !important;
    color: #fff !important;
}

main .btn,
main #bbp_topic_submit {
    background: #ffa400;
    border-color: #ffa400;
}

.no-touchevents main .btn:not(:disabled):hover,
.no-touchevents main #bbp_topic_submit:not(:disabled):hover {
    color: #ffa400;
}

.no-touchevents main .btn:active,
.no-touchevents main #bbp_topic_submit:active {
    background: #ffa400 !important;
    color: #fff !important;
}

main .btn.white,
main #bbp_topic_submit.white {
    background: transparent;
    color: #ffa400;
}

.no-touchevents main .btn.white:not(:disabled):hover,
.no-touchevents main #bbp_topic_submit.white:not(:disabled):hover {
    background: #ffa400 !important;
    color: #fff !important;
}

main .text-box {
    border: 4px solid #25a6ec;
}

main .text-box{
    border: none;
    background-color: #eceff1;
}

.field-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b:after,
.bbp-form .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    color: #ffa400;
}

.mc-field-group.input-group input[type='checkbox'] + label:before,
.field-wrap.check-wrap input + label:before,
.bbp-form.check-wrap input + label:before {
    border: 2px solid #ffa400;
}
.mc-field-group.input-group input[type='checkbox']:checked + label:before,
.field-wrap.check-wrap input:checked + label:before,
.bbp-form.check-wrap input:checked + label:before {
    background: #ffa400;
}

.field-wrap.radio-wrap input + label:before,
.bbp-form.radio-wrap input + label:before {
    border: 2px solid #ffa400;
}

.field-wrap.radio-wrap input:checked + label:before,
.bbp-form.radio-wrap input:checked + label:before {
    background: #ffa400;
}

.wpcf7-acceptance input + .wpcf7-list-item-label,
.wpcf7-checkbox input + .wpcf7-list-item-label {
    color: #444444;
    font-size: 16px;
    font-weight: 500;
}

.wpcf7-acceptance input + .wpcf7-list-item-label:before,
.wpcf7-checkbox input + .wpcf7-list-item-label:before {
    border: 2px solid #ffa400;
}

.wpcf7-acceptance input:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input:checked + .wpcf7-list-item-label:before {
    background: #ffa400;
}

.wpcf7-radio input + .wpcf7-list-item-label {
    color: #444444;
    font-size: 16px;
    font-weight: 500;
}

.wpcf7-radio input:checked + .wpcf7-list-item-label:before {
    background: #ffa400;
}

.wpcf7-radio input + .wpcf7-list-item-label:before {
    border: 2px solid #ffa400;
}

.wpcf7-radio input + .wpcf7-list-item-label:after {
    background: #fff;
}

.send-status .success {
    color: #25a6ec;
}

.send-status .success i {
    color: #25a6ec;
    border: 2px solid rgba(37, 166, 236, 0.5);
}

.send-status .fail {
    color: #b62c2c;
}

.send-status .fail i {
    border: 2px solid rgba(182, 44, 44, 0.5);
    color: #b62c2c;
}

.span.wpcf7-not-valid-tip {
    color: #b62c2c;
    font-size: 13px;
    font-weight: 700;
}

.top-img.small .text h1,
.top-img.small .text .title {
    color: white;
    line-height: 1.25em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
}

.top-img .text h1,
.top-img .text .title {
    color: white;
    font-size: 54px;
    font-weight: 300;
    line-height: 1.25em;
    font-family: 'Roboto', sans-serif;
}

.top-img .text p {
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.666666em;
}

.article-controls a {
    color: #72808e;
    font-size: 13px;
    font-weight: 500;
}

.article-controls a i {
    color: #ffa400;
    font-weight: 400;
    font-size: 17px;
}

.content-box.wo_bg aside:after {
    background: #25a6ec;
}

.content-box.wo_bg aside .text-box p {
    color: #444444;
}

.content-box .content .link-box a {
    color: #000;
}

.no-touchevents .content-box .content .link-box a:hover {
    color: #ffa400;
}

.content-box aside .text-box.divider:after {
    background-color: #ffa400;
}

.content-box aside .text-box > ul > li > a {
    font-size: 18px;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.content-box aside .text-box.with-icon > ul > li > a {
        font-size: 18px;
        color: #001689;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
}

.content-box aside .text-box > ul > li ul li a {
    color: black;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.content-box aside .text-box.with-icon > ul > li ul li a {
    color: #001689;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.content-box aside .text-box.with-icon > ul > li ul li ul li a {
    color: #ffa400;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.content-box aside .link-box ul li a {
    color: #001689;
    font-size: 18px;
}

.content-box aside .link-box.with-icon ul li a {
    color: #001689;
    font-size: 20px;
}

.content-box.bg_fwidth:after, .content-box:after, .content-box.wo_bg aside:after {
    background: #f6f7fb;
}

.content-box aside .facebook-widget h3, .content-box aside .instagram-widget h3, .content-box aside .twitter-widget h3, .content-box aside h3, .content-box aside .text-box h3 {
    color: #001689;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.content-box aside .link-box.bullets ul li:before {
  background: #000000;
}

.question-box .question {
    color: #ffa400;
}

.no-touchevents .faq-toggle .question-wrap h2:hover {
    color: #ffa400;
}

.faq-toggle .question-wrap h2 i {
    color: #ffa400;
}

.faq-toggle .question-wrap.open h2 {
    color: #ffa400;
}

/*Delete this*/

.slider-box.slider-fw .slider-wrap .slider .slide .text h2 {
    color: white;
    font-size: 54px;
    font-weight: 300;
}

.slider-box.slider-fw .slider-wrap .slider .slide .text p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.slider-box.slider-right .text h2,
.slider-box.slider-left .text h2 {
    color: black;
    font-size: 38px;
    font-weight: 300;
}

.slider-box.slider-right .text h2:after,
.slider-box.slider-left .text h2:after {
    background-color: #ffa400;
}

.no-touchevents .slider-box .slider-controls .slick-arrow:hover {
    color: #ffa400;
}

.slider-box .slider-controls .slick-dots li.slick-active button {
    border: 2px solid #ffa400;
    background-color: #ffa400;
}

.key-features h2 {
    color: white;
    font-size: 38px;
    font-weight: 300;
}

.key-features .row {
    margin: 0 -20px;
}

.key-features .row .row-item h3 {
    color: #001689;
    font-size: 24px;
    font-weight: 300;
}

.key-features .row .row-item p {
    color: #ffa400;
    font-size: 16px;
    font-weight: 500;
}

.key-features .row .row-item .icon {
    border: 2px solid #ffa400;
    transition: all .2s;
}

.menu-features .row .row-item .icon {
    border: 2px solid #25a6ec;
}

.key-features .row .row-item .icon .fa {
    color: #ffa400;
    line-height: 46px;
    font-size: 46px;
}

.menu-features .row .row-item .icon .fa {
    color: #25a6ec;
}

.no-touchevents .key-features .row .row-item a:hover .icon {
    background: #ffa400;
}

.no-touchevents .menu-features .row .row-item a:hover .icon {
    background: #25a6ec;
}

.no-touchevents .key-features .row .row-item a:hover .icon .fa {
    color: #fff;
}

.main-events .row .row-item .descr h3 {
    color: white;
    font-size: 24px;
    font-weight: 500;
}

.main-events .row .row-item .descr p {
    color: #b8ddfa;
    font-size: 16px;
    font-weight: 400;
}

.topics h2 {
    color: #000;
    font-size: 38px;
    font-weight: 300;
    text-align: center;
}

.topics h2:after {
    background-color: #ffa400;
}

.text-box h2:after {
    background-color: #ffa400;
}

.topics h2 .board {
    background-color: #ffa400;
}

.topics .topics-list .icon {
    background-color: #ffa400;
}

.topics .topics-list .icon .fa {
    color: #fff;
    line-height: 54px;
    font-size: 27px;
}

.topics .topics-list p {
    font-family: 'Lato', sans-serif;
    color: black;
    font-size: 18px;
    font-weight: 400;
}

.feeds {
    background-color: #f5f8fa;
}

.feeds .row .row-item h2 {
    font-weight: 300;
    color: #000;
}

.feeds .row .row-item .content {
    background-color: #ffffff;
}

.feeds .row .row-item .box {
    background-color: #ffffff;
}

.feeds .row .row-item .box h3 {
    color: #687b89;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.feeds .row .row-item .box p.category {
    font-size: 14px;
    color: #687b89;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.feeds .row .row-item .box p.text {
    color: #687b89;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.feeds .row .row-item .box time {
    color: #687b89;
    font-size: 12px;
    font-weight: 500;
}

.feeds .row .row-item .box .more {
    color: #16b1b5;
    font-size: 14px;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
}

.feeds .row .row-item .box .more .fa {
    font-size: 20px;
}

.search h3 {
    font-family: 'Roboto', sans-serif;
}

.breadcrumbs ul li a {
    color: #333333;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}

.breadcrumbs ul li span {
    color: #000000;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}

#bbpress-forums li.bbp-header {
    background: #ffa400;
}

#bbpress-forums li.bbp-header li {
    color: #fff;
}

#bbpress-forums li a {
    color: #ffa400;
    font-size: 14px;
}

.wpcf7 .field-wrap span input,
.wpcf7 .field-wrap span textarea,
.wpcf7 .field-wrap span.select2-selection,
.rc-anchor-light.rc-anchor-normal,
.select2-container--open {
    border: 1px solid #000000;
}

.wpcf7 .field-wrap label {
    color: #000000;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

main .wpcf7 .btn {
    color: #fff;
    background: #ffa400;
    border: 2px solid #ffa400;
}

.no-touchevents main .wpcf7 .btn:not(:disabled):hover {
    background: #fff;
    color: #ffa400;
}

main .wpcf7 .btn.white {
    background: transparent;
    color: #ffa400;
    border: 2px solid #ffa400;
}

.no-touchevents main .wpcf7 .btn.white:not(:disabled):hover {
    background: #ffa400 !important;
    color: #fff;
}

div.wpcf7-mail-sent-ok {
  color: #001689;
}

div.wpcf7-mail-sent-ok:before {
  color: #001689;
  border-color: rgba(0, 22, 137, 0.5);
}

div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
  color: #ffa400;
}

div.wpcf7-validation-errors:before,
div.wpcf7-spam-blocked:before {
  border-color: rgba(255, 164, 0, 0.5);
  color: #ffa400;
}

#bbpress-forums li a.subscription-toggle {
    color: #fff;
}

#bbpress-forums li a.favorite-toggle {
    color: #fff;
}

main input.gsc-search-button-v2 {
    background: green;
}

main .gs-webResult.gs-result a.gs-title {
    color: #475ecc;
}

main .gs-webResult.gs-result a.gs-title:hover {
    color: #475ecc;
}

main .gsc-results .gsc-cursor-box .gsc-cursor-page {
    background: #ffa400;
    border-color: #ffa400;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

main .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
main .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background: transparent;
    background: #fff;
    color: #ffa400;
}

main .gsc-result-info {
    font-size: 15px;
    color: black;
    font-weight: 400;
}

main .gs-webResult .gs-snippet {
    font-family: 'Lato', sans-serif !important;
    color: black;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6666em;
}

main .gsc-control-cse,
main .gsc-control-cse * {
    font-family: 'Lato', sans-serif;
}

main .gsc-control-cse .gs-spelling,
main .gsc-control-cse .gs-result .gs-title,
main .gsc-control-cse .gs-result .gs-title * {
    font-size: 24px !important;
    font-weight: 500;
    line-height: 1.4em;
}

.text-main-box {
    background: lemonchiffon;
}

.text-main-box h2 {
    color: black;
    font-size: 38px;
    font-weight: 300;
}

.text-main-box h2 .board {
    background-color: blueviolet;
}

.text-main-box p {
    color: darkslategrey;
    font-size: 18px;
    font-weight: 400;
}

@media (min-width: 961px) {
    .fixed-header header.fixed nav:before {
        background: #001689;
    }

    .fixed-header:not(.header-ver3) header.fixed nav > ul > li > a, .fixed-header:not(.header-ver3) header.fixed nav > ul > li > a .fa {
        color: #ffffff;
    }

    .desktop header nav > ul > li > .submenu > ul > li:hover > a {
        color: #000000;
    }

    .desktop header nav > ul > li > .submenu > ul > li:hover > a i {
        color: #000000;
    }

    .mobile header nav > ul > li > .submenu > ul > li.has-child.nav-visible a,
    .tablet header nav > ul > li > .submenu > ul > li.has-child.nav-visible a {
        color: #fff;
        background: #ffa400;
    }

    .mobile header nav > ul > li > .submenu > ul > li.has-child.nav-visible a i,
    .tablet header nav > ul > li > .submenu > ul > li.has-child.nav-visible a i {
        color: #fff;
    }

    .no-touchevents header nav > ul > li > .submenu > ul ul li a:hover {
        color: #000000;
        background: #ffffff;
    }

    .header-ver2 header .search-box .open-search {
        font-size: 18px;
        color: #ffa400;
    }

    .header-ver2 header .right-controls:after {
        background: #ffffff;
    }

    .header-ver3 header .right-controls .search-box form input {
        color: #585858;
        background: #ffffff;
        border-bottom: 2px solid #ffa400;
    }

    .header-ver3 header .right-controls .search-box form input::-webkit-input-placeholder {
        color: #585858;
    }

    .header-ver3 header .right-controls .search-box form input::-moz-placeholder {
        color: #585858;
    }

    .header-ver3 header .right-controls .search-box .search-btn {
        color: #585858;
    }

    .header-ver3 nav, .header-ver3 nav:after, .header-ver3 nav > ul > li > .submenu > ul, .header-ver3 nav > ul > li > .submenu > ul > li ul {
        color: #585858;
        background: #001689;
    }

    .header-ver2 header {
        background: #001689;
    }

    .header-ver2 header.fixed {
        color: #ffffff;
        background: #001689;
    }

    .header-ver3 nav > ul > li > a {
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        color: #ffffff;
    }

    .header-ver3 nav > ul > li > a .fa {
        color: #ffffff;
        font-size: 16px;
    }

    .header-ver3 nav > ul > li > a:hover {
        color: #ffa400;
    }

    .header-ver3 nav > ul > li:hover > a, .header-ver3 nav > ul > li:hover > a .fa {
        color: #ffa400;
    }

    .header-ver3 nav > ul > li > .submenu > ul > li:hover > a {
        color: #555555 !important;
    }

    .header-ver3 nav > ul > li > .submenu > ul > li > a {
        color: #555555;
        font-family: 'Lato', sans-serif
        font-size: 17px;
    }

    .header-ver3 nav > ul > li > .submenu > ul > li > a .fa {
        font-size: 16px;
        color: #555555 !important;
    }

    .header-ver3 nav > ul > li > .submenu > ul > li > a:hover, .header-ver3 nav > ul > li > .submenu > ul > li > a:hover .fa {
        color: #000000 !important;
    }

    .header-ver3 nav > ul > li > .submenu > ul > li.active > a {
        color: #ffa400 !important;
    }

    .header-ver3 nav > ul > li > .submenu > ul > li ul li a {
        font-size: 17px;
        color: #555555;
        font-family: 'Lato', sans-serif
    }

    .header-ver3 nav > ul > li > .submenu > ul > li ul li a:hover {
        color: #000000 !important;
    }

    .header-ver3 nav > ul > li > .submenu > ul > li ul li.active a {
        color: #ffa400 !important;
    }

    .header-ver3 nav > ul > li > .submenu > ul > li.nav-visible.has-child > a, .header-ver3 nav > ul > li > .submenu > ul > li.nav-visible.has-child > a .fa {
        color: #555555;
    }

    .header-ver3 nav > ul > li > .submenu > ul > li.nav-visible.has-child > a:hover .fa {
        color: #000000;
    }

    .header-ver3 nav > ul > li.nav-visible.has-child > a, .header-ver3 nav > ul > li.nav-visible.has-child > a .fa {
        color: #ffa400;
    }

    .header-ver3 nav > ul > li.active a, .header-ver3 nav > ul > li.active a .fa {
        color: #ffa400;
    }
}

@media (max-width: 960px) {
    header nav > ul > li > .submenu > ul {
        background: #ffffff;
    }

    header .menu-wrap {
        background: #ffffff;
    }

    header .menu-wrap:after {
        background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, transparent 100%);
    }

    header nav > ul > li.active > a {
        color: #ffa400;
    }

    header nav > ul > li.has-child.nav-visible > a {
        color: #ffa400;
        background: #ffffff;
    }

    header nav > ul > li.has-child.nav-visible > a .fa {
        color: #ffa400;
    }

    header nav > ul > li > .submenu.col-2 > ul {
        border-bottom: 1px solid #999999;
    }

    header nav > ul > li > .submenu.col-2 > ul:last-child {
        border-bottom: none;
    }

    header nav > ul > li > .submenu > ul > li.has-child.nav-visible > a .fa,
    header nav > ul > li > .submenu > ul > li.has-child.nav-visible > a {
        color: #ffa400;
        background: #ffffff;
    }

    header nav > ul > li > .submenu > ul ul {
        background: #fff;
    }

    header nav > ul > li > .submenu > ul ul li {
        border-bottom: 1px solid #e0e5ea;
    }

    header nav > ul > li > .submenu > ul ul li a {
        color: #555555;
        background: #ffffff;
    }

    header nav > ul > li > .submenu > ul ul li:hover > a {
        color: #000000;
    }

    .slider-box.slider-fw .slider-wrap .slider .slide .text h2 {
        font-size: 30px;
    }

    .no-touchevents header nav > ul > li > .submenu.col-2 > ul li a {
        background: #ffffff;
    }



    header nav > ul > li > .submenu > ul > li:active > a .fa {
        color: #000000;
    }

    header nav > ul > li > .submenu.col-2 > ul > li:active > a .fa,
    header nav > ul > li > .submenu.col-2 > ul > li:active > a {
        color: #000000;
    }

    .no-touchevents header nav > ul > li > .submenu > ul li ul li:hover > a {
        color: #000000;
        /*background: transparent;*/
    }

    .no-touchevents header nav > ul > li > .submenu.col-2 > ul li ul li:hover a {
        color: #000000;
         /*background: transparent;*/
    }
}

@media (max-width: 540px) {
    .top-img .text h1,
    .top-img .text .title {
        font-size: 36px;
    }
}


.footer__bottom {
    background: #00827E;
    font-size: 12px;
    line-height: 1.2;
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
    padding-top: 20px;
    margin-bottom: -47px;
    margin-top: 30px;
}

@media (min-width: 700px) {
    .footer__bottom {
        font-size:14px;
        padding-bottom: calc(14px + env(safe-area-inset-bottom));
        padding-top: 15px
    }
}

.footer__bottom-nav {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0
}

@media (min-width: 700px) {
    .footer__bottom-nav {
        flex-direction:row
    }
}

.footer__bottom-nav-item {
    align-items: center;
    display: flex;
    margin-bottom: 20px
}

@media (min-width: 700px) {
    .footer__bottom-nav-item {
        margin:0
    }
}

.footer__bottom-nav-item:after {
    display: none
}

@media (min-width: 700px) {
    .footer__bottom-nav-item:after {
        background:#fff;
        content: "";
        display: block;
        height: 12px;
        margin: 0 20px;
        position: relative;
        top: 1px;
        width: 1px
    }
}

@media (min-width: 1000px) {
    .footer__bottom-nav-item:after {
        margin:0 10px
    }
}

.footer__bottom-nav-item:last-child {
    margin: 0
}

.footer__bottom-nav-item:last-child:after {
    display: none
}

.footer__bottom-nav-link {
    align-items: center;
    color: #fff;
    display: flex;
    text-decoration: none
}

.footer__bottom-nav-link br {
    display: none
}

@media (min-width: 700px) {
    .footer__bottom-nav-link br {
        display:block
    }
}

@media (min-width: 1000px) {
    .footer__bottom-nav-link br {
        display:none
    }
}

.footer__bottom-nav-icon {
    margin-right: 10px
}

@media (min-width: 1000px) {
    .footer__bottom-nav-icon {
        margin-right:5px
    }

    .footer__bottom-nav-text {
        width: auto
    }
}

.footer__bottom-nav.layout__container {
    padding-left: calc(5vw + env(safe-area-inset-left));
    padding-right: calc(5vw + env(safe-area-inset-right));
    width: 100%;
}

.footer__bottom-nav a:hover {
    color: #FFA400;
    text-decoration: none;
}