@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap);
:root {
  --color-red: #940000;
  --color-red-dark: #880000;
  --color-blue: #000249;
  --color-blue-dark: #000249;
  --color-lite: #eff3f4;
}
@media print {
    .b-crumb,
    .bottom-banner,
    .bottom-banner2,
    .floating-bar,
    .footer-blocks,
    .footer-right,
    .menu_footer_mobile,
    .sidebar,
    header {
        display: none !important;
    }
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    line-height: 1.6rem;
    font-size: 0.95rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
li {
    text-align: left;
}

.our-team .card
{
  -moz-box-shadow: 0px 15px 32px -6px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 15px 32px -6px rgba(0,0,0,0.15);
  box-shadow: 0px 15px 32px -6px rgba(0,0,0,0.15);
  padding: 1rem;
  text-align: center;
  min-height: 400px;
  width: 15rem;
  margin-bottom: 5rem;
}
.our-team .card-title, .our-team .card-body
{
  color: var(--color-body);
  text-align: center;
}
.our-team .card-title a
{
  color: var(--color-body);
  text-align: center;
  font-weight: 600;
}

.our-team .card-text {text-align: center;}
.cta-ptop {padding: 1.15rem;}
.cta-ptop ul {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
}
.cta-ptop ul li{
  margin: 0 1rem;
  padding: 15px 0 15px 64px;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1.25rem;
}
.ikn-email{
  background: transparent url('../images/email_48.png') no-repeat left center;
  padding-left: 64px;
}
.ikn-phone{
  background: transparent url('../images/phone_48.png') no-repeat left center;
  padding-left: 64px;
}
.cta-ptop ul li a {
  font-weight: 600;
  color: var(--color-red);
  text-decoration:none;
  font-size:1.15rem;
}

.cta-ptop ul li a:hover,.cta-ptop ul li a:focus {
  color: var(--color-blue);
  text-decoration:none;
}



.btn {padding: .375rem .6rem;}
.contDetails a {color: rgba(255,255,255,0.8) !important;}
.contDetails a:hover,.contDetails a:focus {color: rgba(255,255,255,1) !important;}

.btn-danger {
    color: #fff;
    background-color: var(--color-red);
    border-color: var(--color-red);
}
.btn-danger:hover,
.btn-danger:focus {
  color: #fff;
  background-color: #560d0d;
  border-color: #560d0d;
}

.btn-secondary {
    color: #fff;
    background-color: var(--color-blue);
    border-color: var(--color-blue);
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  background-color: var(--color-blue-dark);
  border-color: var(--color-blue-dark);
}
.reveal{
    position: inherit;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}
.reveal.active{
    transform: translateY(0);
    opacity: 1;
}
.img-feature {
    background: transparent url('../images/img-feature.png') no-repeat left bottom;
    padding: 15px 0 80px 72px;
}

/* KARD [STARTS] */
.kard {
    background-color: #fff;
    /* background: #fff url('../images/corner03.png') no-repeat right bottom; */
    padding: 25px;
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 8px 6px -6px #aab2ba;
    -moz-box-shadow: 5px 8px 6px -6px #aab2ba;
    box-shadow: 5px 8px 6px -6px #aab2ba;
    border-left: 3px solid #0ba65b;
}
.kard p {
    margin-bottom: 0;
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.35rem;
    color: #666;
}
.kard h3 {
    margin: 0;
}
/* KARD [STARTS] */

/* GREVIEWS [STARTS] */
.blk_review {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 8px 6px -6px #aab2ba;
    -moz-box-shadow: 5px 8px 6px -6px #aab2ba;
    box-shadow: 5px 8px 6px -6px #aab2ba;
}
.blk_review a {
    text-decoration: none !important;
    color: var(--color-red);
}
.blk_review p {
    margin: 0;
    padding: 0;
}
.blk_review .review_name {
    font-weight: 900;
    font-size: 0.9rem;
}
.blk_review .review_img {
    float: left;
    display: block;
    margin: 0 15px 0px 0;
}
.blk_review .review_date {
    font-size: 0.85rem;
    color: #999;
}
.blk_review .review_stars {

}
.blk_review .review_stars img{
    width: 75px;
    height: 14px;
}
.blk_review .review_readmore {
    text-align: center;
    display: none;
}
.blk_review .review_readmore a{
    color: #999;
    font-size: 0.85rem;
    text-decoration: none;
}
.blk_review .review_readmore a:hover,
.blk_review .review_readmore a:focus,
.blk_review .review_readmore a:active{
    color: #000;
    text-decoration: none;
}
.blk_review .review_msg{
    color: #666;
    font-size: 0.9rem;
    max-height: 117px;
    height: 117px;
    overflow: auto;
    padding-right: 25px;
    text-align: left;
}
/* GREVIEWS [END] */
.full-width ul {
    margin: 1.25rem 5px;
    padding-left: 0;
}
.full-width ul li {
    margin-bottom: 0.5rem;
    padding-left: 30px;
    list-style: none;
    background: transparent url("../images/li16.png") no-repeat 5px 6px;
}

.full-width h2, .full-width h2 a {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.75rem;
    line-height: 2.5rem ;
    margin-bottom: 4rem;
    font-weight: 600;
    color: #212529;
}

.full-width .h2::after
 {
    background-image: -webkit-linear-gradient(to left, var(--color-blue) 50%, var(--color-red) 50%);
    background-image: linear-gradient(to left, var(--color-blue) 50%, var(--color-red) 50%);
    content: "";
    display: block;
    height: 7px;
    margin: 10px 0 20px 0;
    width: 125px;
}

.blks_service_lite {
    background-color: #fff;
    padding: 7rem 1rem;
    margin: 0;
}
.blks_service_dark {
    background-color: #f2f2f2;
    padding: 7rem 1rem;
    margin: 0;
}
.full-width .blk_service h2 {
    text-align: left;
    margin-bottom: 2rem;
}

.blks_service00 {
    background-color: #fff;
    padding: 0;
    margin: 0;
}
.blks_service00 .bg_layer {
    padding: 7rem 1rem;
    margin: 0;
}
.blks_service00 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blks_service00 ul li {
    display: inline-block;
    width: 32%;
    list-style: none;
    padding: 10px 10px 10px 80px;
    margin: 0 1% 25px 0;
    background: transparent url("../images/icon_ctick71x71.png") no-repeat left top;
    color: #777;
    text-align: left;
    vertical-align: top;
}
.blks_service00 ul li strong {
    color: #212529;
}

.blks_service01 {
    background: #f4f8fb url("../images/blk_01.jpg") no-repeat center bottom;
    /*
    background-size: auto;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
    padding: 0;
    margin: 0;
}
.blks_service01 .bg_layer {
    background-color: rgba(0,2,73,0.8);
    padding: 7rem 1rem;
    margin: 0;
}

.blks_service01 p {
    text-align: center;
    font-size: 1.5rem;
    text-transform: ;
    font-weight: 400;
    line-height: 2.25rem;
    color: rgba(255,255,255,0.8);
}
.blks_service01 a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    border-bottom: 4px solid var(--color-red);
}
.blks_service01 a:hover,
.blks_service01 a:focus,
.blks_service01 a:active {
    color: rgba(255,255,255,1);
    text-decoration: none;
    border-bottom: 5px solid #fff;
}

.blks_service02 {
    background-color: #f2f2f2;
    padding: 7rem 1rem;
    margin: 0;
}

.full-width .blks_service02 h2 {
    text-align: left !important;
    margin-bottom: 2rem;
}
.full-width .blks_service02 .blk_contact h2 {
    color: #fff;
}
.blks_service02 .blk_form {
  background-color: #fff;
  padding: 3rem;
  margin: 0 0 1rem;
}
.blks_service02 .blk_form .form-control {
 border: 1px solid #ced4da;
}
.blks_service02 .blk_contact {
  background-color: var(--color-blue);
  padding: 3rem;
  margin: 0 0 1rem;
  border-left: var(--color-red) 10px solid;
}


.wblk {
    background-color: #fff !important;
}
ul.checks {
    margin: 1rem 0;
    padding: 0 !important;
    list-style: none;
}
ul.checks li {
    margin: 10px;
    padding: 10px 10px 10px 48px;
    border-radius: 15px;
    list-style: none;
    background: #f2f2f2 url(../images/check.png) no-repeat 10px center;
}

ul.acord {
    margin: 1rem 0;
    padding: 0 !important;
    list-style: none;
}
ul.acord li {
    margin: 0;
    padding: 0;
    border-radius: 0;
    list-style: none;
    border-bottom: #212529 1px dotted;
}

ul.acord li a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 45px 15px 15px;
    text-decoration: none;
    background: #fff url(../images/down-arrow-24.png) no-repeat right center;
    color: #212529;
    font-weight: 600;
}
ul.acord li a:hover,
ul.acord li a:focus {
    text-decoration: none;
    color: #0ba65b;
    background: #f2f2f2 url(../images/down-arrow-24.png) no-repeat right center;
}

.card-cta {
    text-align: center;
    padding: 2rem !important;
    background-color: #f2f2f2;
    border: 6px solid #fff;
}
.card-cta h4 {
    text-align: center;
    color: #212529;
    font-weight: 900;
    font-size: 1.3rem;
    line-height: 2rem;
    border-bottom: 1px dotted #212529;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.card-cta .contact-info {
    padding: 2rem 1rem 1rem 1rem;
    background-color: var(--color-red);
    color: #fff;
    font-size: 1.1rem;
}
.card-cta .contact-info {
    padding: 2rem 1rem 1rem 1rem;
    background-color: var(--color-red);
    color: #fff;
    font-size: 1.1rem;
}
.card-cta .contact-info strong {
    background-color: var(--color-red);
    color: #fff;
    font-size: 1.5rem;
    display: block;
    margin-top: 18px;
    letter-spacing: 2px;
    margin-bottom: 0;
    line-height: 1rem;
}
.card-cta .contact-info a.btn {
    background-color: #fff;
    border-radius: 0;
    color: var(--color-red) !important;
    font-weight: 900;
    text-transform: uppercase;
}
.card-cta .contact-info a.btn:hover,
.card-cta .contact-info a.btn:active,
.card-cta .contact-info a.btn:focus {
    background-color: #f2f2f2;
}

.result__item + .result__item {
    border-top: 0 none #ccc !important;
}
.com-content-categories__item {
    border: 0 none;
    width: 100%;
}
.com-content-categories__item-title {
    padding: 0 !important;
    width: 100%;
}

.com-content-categories__item a,
table.category th a {
    padding: 0.75rem 2.3rem 0.75rem 0.75rem !important;
    background: #f2f2f2 url(../images/right-arrow2.png) no-repeat right center;
    color: #212529;
    font-weight: 900;
    line-height: 1.6rem;
    font-size: 1rem;
    display: block;
}

table.category th a:hover,
table.category th a:focus,
table.category th a:active {
    background-color: #e1e1e1;
    color: #212529;
}
table.category td,
table.category th {
    padding: 0 !important;
}

p.rmore {
    margin-bottom: 2rem;
    text-align: right !important;
}
.contFrm input.form-control {
    border: 1px solid #ced4da !important;
}
input#datepicker {
    background: #fff url(../images/calendar.png) right center no-repeat;
}
.contDetails {
    background-color: transparent;
    padding: 1rem 0;
    color: rgba(255,255,255,0.8);
}
.contDetails strong {
    color: #aa0000;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.contDetails hr {
    border-top: 1px dashed rgba(255,255,255,0.9);
    margin-bottom: 1rem !important;
    opacity: 0.3;
}

.contFrm form {
    padding: 50px;
    margin-bottom: 50px;
    background-color: #f2f2f2;
}

.contFrm2 form {
    padding: 50px;
    margin-bottom: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}
.contFrm2 form .form-control:focus,
.contFrm2 form input.form-control,
.contFrm2 form input.form-control:focus {
    border: 1px solid #666 !important;
}

.banner-top {
  padding: 120px 0 !important;
  background-color: var(--color-lite);
  text-align: center;
  background: var(--color-lite) url('../images/banx2.png') no-repeat fixed center top;
}
.btitle_inner {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 0;
  line-height: 5rem;
  padding-bottom: 10px;
  text-shadow: 1px 1px 1px #333;
}

.banner_form {
    background-color: #f2f2f2;
    background: #f2f2f2 url("../images/bk02.png") no-repeat center top fixed;
    background-size: auto;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 25px 50px 25px;
}
.bf_title {
    color: var(--color-red);
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 900;
    margin-bottom: 1rem;
    letter-spacing: 0;
    padding-bottom: 10px;
    margin-top: 8rem;
}
.bf_title::after {
    background-image: -webkit-linear-gradient(
        to left,
        #0ba65b 50%,
        var(--color-red) 50%
    );
    background-image: linear-gradient(to left, #0ba65b 50%, var(--color-red) 50%);
    content: "";
    display: block;
    height: 5px;
    margin: 10px 0 10px 0;
    width: 125px;
}
.frm_title {
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.banner_form_text {
    font-size: 1rem;
    color: #212529;
    line-height: 2rem;
    margin-bottom: 2rem;
}
.banner_form_text a {
    color: #0ba65b;
    text-decoration: underline;
}
.banner_form_text a:hover,
.banner_form_text a:focus {
    color: #0ba65b;
    text-decoration: underline;
}
.banner_form form {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 50px;
    border-top: 5px solid #0ba65b;
}
.banner_form form .form-control {
    border: 1px solid #ced4da;
    background-color: #fff;
    border-radius: 0;
}
.banner_form form .form-control:focus {
    border: 1px solid #999;
}

.b-crumb {
    background-color: #fff;
}
.b-crumb .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    font-size: 0.8rem;
    padding: 0.75rem 0;
}
.b-crumb .breadcrumb img {
    margin: 0 5px;
    vertical-align: baseline;
}
.bannerbox {
    margin-top: -55px;
}

.footer-block5 {
    background-color: var(--color-red);
    padding: 30px 20px;
}

.bannerbox .fblk52 {
    background-color: #004899;
}

.footer-block5 i {
    font-size: 20px;
    background: rgba(255, 255, 255, 0.1);
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    float: left;
    border-radius: 100%;
}

.bannerbox span {
    display: block;
    margin-left: 70px !important;
    margin-top: 1px;
    font-size: 15px;
    line-height: 24px;
}

.bannerbox small {
    opacity: 0.6;
    font-size: 15px;
}

.bannerbox a {
    color: #fff;
    text-decoration: none;
}

.bannerbox a:hover,
.bannerbox a:focus {
    color: #fff !important;
    text-decoration: none;
}

.btn_inner .btn.active,
.btn_inner .btn:active,
.btn_inner .btn:focus,
.btn_inner .btn:hover {
    color: #fff;
    background-color: #d03c10 !important;
    border: 1px solid #d03c10 !important;
}

#accordeonck251 {
    background: transparent;
    border-radius: 0;
    box-shadow: 0 0 0 0 !important;
    border: 0 none;
    padding-left: 15px;
}
#accordeonck251 li.level2:hover > span a {
    color: var(--color-red) !important;
}
#accordeonck251 li.level1.active > span a {
    color: #fff;
}
#accordeonck251 li.level1 > span a {
    color: rgba(255, 255, 255, 0.8);
}
#accordeonck251 li.level1 > span a:hover,
#accordeonck251 li.level1 > span a:focus,
#accordeonck251 li.level1 > span a:active,
#accordeonck251 li.level1:hover > span a {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}
.accordeonck ul li.level1 ul {
    background: #f2f2f2;
}

#accordeonck251 .accordeonck ul li.level2 {
    border-bottom: 1px solid #fff !important;
}
.accordeonck ul li.level1 ul ul {
    background: #fff;
}

#accordeonck251 li.level2 li.accordeonck > span a {
    border-bottom: 1px dotted #636363;
    font-size: 0.85rem !important;
}

#accordeonck251 li.level2 > span a {
    font-weight: 300;
    color: #333 !important;
    font-size: 0.85rem !important;
}

.mobicbtn {
    color: #fff !important;
    font-size: 1.15rem;
    font-weight: 900;
    vertical-align: middle;
}
.mobimbtn {
    margin-left: 15px !important;
    font-weight: 700;
    font-size: 1rem;
    color: #fff !important;
    background-color: #004899;
    padding: 8px;
    display: inline-block;
    text-transform: uppercase;
}
.mobimbtn i {
    font-weight: 700;
    font-size: 1rem;
    color: #fff !important;
}
.btn {
    color: #fff !important;
}
p.result__title {
    text-align: left !important;
}
#advancedSearch {
    display: none !important;
}
.navbar-toggler {
    display: none;
}
.footer-blocks .navbar {
    padding: 0;
    margin: 0;
}
.footer-blocks ul.mod-menu li a {
    display: block !important;
    width: 100% !important;
    padding: 5px 0 !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    background-color: transparent;
    text-transform: none;
    font-size: 0.85rem;
    font-weight: 400;
}
.footer-blocks ul.mod-menu li a:focus,
.footer-blocks ul.mod-menu li a:hover {
    color: rgba(255, 255, 255, 0.6) !important;
}
.meta_desc2 a,
.meta_desc2 a:focus,
.meta_desc2 a:hover {
    color: #f60 !important;
    font-weight: 400 !important;
}
.banner-form .form-control {
    font-size: 0.85rem !important;
}
input#q {
    border: 1px solid #ccc;
}
#search-form .btn {
    margin: 0 !important;
}
#search-form .btn-secondary {
    display: none !important;
}
.progress-container {
    width: 100%;
    background-color: transparent;
    height: 5px;
    display: block;
}
.progress-bar {
    background-color: red;
    width: 0%;
    display: block;
    height: inherit;
}
@keyframes myanimation {
    0% {
        background-color: #0ba65b;
    }
    50% {
        background-color: #01502a;
    }
    100% {
        background-color: #0ba65b;
    }
}
.topbar a.contact_no {
    margin-left: 15px !important;
    font-weight: 700;
    font-size: 19px;
    color: #fff !important;
    border-radius: 0 !important;
    background-color: #0ba65b;
    border: 0 none;
    animation: myanimation 2s infinite;
}
.topbar a.email {
    font-weight: 700;
    font-size: 19px;
    color: #fff !important;
}

.topbar a.contact_no i {
    color: #fff !important;
}
.blk_services .card {
    margin-bottom: 30px;
    min-height: 310px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}
.blk_services .card-title {
    padding: 10px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 900;
    background-color: var(--color-red);
}
.blk_services .card-title a {
    color: #fff;
    font-size: 0.95rem;
}
.blk_services .card-body a.rdmore {
    background-color: #f2f2f2;
    color: var(--color-red);
}
.blk_services .card-body {
    padding: 0;
}
.blk_services .card-list {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
}
.blk_services .card-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.blk_services .card-list li a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 2px 10px;
    border-bottom: 1px dotted #ccc;
    color: #212529;
    text-decoration: none;
    text-align: left;
}
.blk_services .card-list li a:active,
.blk_services .card-list li a:focus,
.blk_services .card-list li a:hover {
    color: var(--color-red);
    text-decoration: none;
}
.blk_services .card-body a.btn {
    margin: 0 10px 10px 10px !important;
}
.blk_services {
    background: #f2f2f2;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}
.blks {
    padding-top: 50px;
    padding-bottom: 50px;
}
.banner-inner h1,
.bottom-banner2 h3 {
    text-align: center;
}
.fwidth_block_lite {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #f2f2f2;
    margin-top: 50px;
    margin-bottom: 50px;
}
.fblks {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    line-height: 1.5rem;
    text-align: left;
    background-color: #fff;
    color: #212529;
    text-decoration: none;
    border: 2px solid #fff;
    min-height: 135px;
}
.fblks h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.fblks h3 a {
    font-size: 0.85rem;
    font-weight: 900;
    color: #212529;
    text-decoration: none;
}
.fblks h3 a:active,
.fblks h3 a:focus,
.fblks h3 a:hover {
    color: var(--color-red);
    text-decoration: none;
}
.fblks p {
    line-height: 1.3rem;
    margin-bottom: 0;
}
.fblks .fblks_img img {
    float: left;
    margin-right: 15px;
    max-width: 165px;
}
.fblks .btn-readmore {
    text-align: right;
}
.fblks .btn-readmore a {
    font-size: 15px;
}
#menuMobile .modal-body .smt-search input {
    display: inline-block !important;
    width: 74% !important;
    font-size: 0.85rem;
    color: #212529;
    background-color: #fff;
    border: 2px solid #1d2844;
    border-radius: 0;
}
#menuMobile .modal-body div.smt-search {
    width: 100%;
    margin-bottom: 5px !important;
}
#menuMobile .modal-body div.smt-search button {
    background-color: var(--color-red);
    border: 1px solid var(--color-red);
    color: #fff;
    margin: 0 0 0 8px;
    border-radius: 0;
}
#menuMobile .modal-header {
    border-bottom-color: var(--color-red);
    background-color: var(--color-red);
    color: #fff;
    border-radius: 0;
}
#menuMobile .modal-header .close {
    color: #fff;
}
#menuMobile .modal-body {
    background-color: #fff;
    color: #212529;
}
#menuMobile .modal-body h3 {
    color: #1d2844;
}
#menuMobile ul.mobi_cat {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#menuMobile ul.mobi_cat li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    width: 49%;
}
#menuMobile ul.mobi_cat li a {
    margin: 0;
    padding: 5px;
    display: block;
    width: 100%;
    color: #1d2844;
    background-color: #f2f2f2;
    text-decoration: none;
    font-size: 0.8rem;
    border-top: 2px solid #fff;
}
#menuMobile ul.mobi_cat li a:active,
#menuMobile ul.mobi_cat li a:focus,
#menuMobile ul.mobi_cat li a:hover {
    background-color: #dadfe6;
    text-decoration: none;
}
#accordeonck148,
#accordeonck148 li.level1 {
    background: var(--color-red) !important;
}
.mobile_phone {
    font-size: 1.2rem;
    font-weight: 900;
}
.footer-blocks ul.biz_hours li {
    padding: 5px 0 !important;
}
.full-width {
    margin-bottom: 0;
}

.alert-warning {
    color: #212529;
    background-color: #ff9800;
    line-height: 22px;
    padding: 10px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
    border: 0 none;
}
.mobi_cta {
    bottom: 60px !important;
    border: 0 none !important;
    background-color: var(--color-red) !important;
}
.mobi_cta a {
    font-size: 1rem !important;
    color: #fff !important;
    border-radius: 0;
    padding: 5px !important;
    margin: 0;
}
.mobi_cta a em {
    font-size: 1.3rem !important;
}
.top {
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    left: 30px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    position: fixed;
    width: 36px;
}
.top:active,
.top:focus,
.top:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.slim {
    margin: 30px 0;
}

.banner-top-home video {
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -10;
    height: 720px;
}
.banner-top-home .video_border{
    background: transparent url('../images/banner_border_up.png') center bottom no-repeat;
    width: 100%;
    min-height: 192px;
    margin-top: -192px;
    position: relative;
}
.banner-top-home {
    /*
    background-color: #0ba65b;
    background: #0ba65b url("../images/bk02.png") no-repeat center top fixed;
    background-size: auto;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
}
.banner-top-home .carousel-item {
    
}


.banner-top-home .car_img_01 {
    min-height: 650px;
    background: #f2f2f2 url("../images/bx0.png") no-repeat right bottom;
    background-size: cover;
}
.banner-top-home .car_img_02 {
    min-height: 650px;
    background: #f2f2f2 url("../images/bx1.png") no-repeat center center;
    background-size: cover;
}
.banner-top-home .car_img_03 {
    min-height: 650px;
    background: #f2f2f2 url("../images/bn03.jpg") no-repeat right bottom;
    background-size: cover;
}
.banner-top-home .car_img_inner {
    min-height: 650px;
    background: #f2f2f2 url("../images/bb02.jpg") no-repeat center bottom;
    background-size: cover;
}
.banner-top-home .carousel-item .car_contents {
    padding: 50px;
    margin-top: 190px;
    background-color: rgba(255,255,255,0.7) !important;
}
.banner-top-home .car_contents .car_title {
    color: #212529;
    font-size: 1.75rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: 2.75rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.banner-top-home .car_contents .car_desc {
    color: #212529;
    font-size: 1.25rem;
    line-height: 1.75;
    font-weight: 300;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.banner-top-home .btn-primary {
    color: #fff !important;
    background-color: var(--color-red);
    border: 1px solid var(--color-red);
    font-size: 1.5rem;
}
.banner-top-home .btn-primary:hover,
.banner-top-home .btn-primary:focus {
    color: #fff !important;
    background-color: #560d0d !important;
    border: 1px solid #560d0d !important;
}

.banner-top-home .btn-primary i {
    color: #fff !important;
    font-size: 1.75rem;
}
.main-article .slim h3 a {
    font-size: 0.85rem;
    font-weight: 300;
}
.fblock {
    margin-bottom: 20px;
}
.fblock h3 {
    padding: 0;
    margin: 0;
}
.fblock h3 a {
    padding: 0;
    margin: 0 0 15px;
    font-size: 1rem;
    display: block;
    padding: 15px 0;
    font-weight: 900;
    border-bottom: 1px solid #ccc;
}
.blks_service .card {
    -webkit-box-shadow: 0 10px 5px -6px #999;
    -moz-box-shadow: 0 10px 5px -6px #999;
    box-shadow: 0 10px 5px -6px #999;
    margin-bottom: 30px;
}
.blks_service .card-body {
    padding: 10px;
}
.blks_service .card-title {
    padding: 0;
    margin: 0;
    font-size: 0.85rem;
}
.blks_service .card .list-group-item {
    padding: 0;
}
.blks_service .card .list-group-item a {
    color: #212529;
    font-size: 0.8rem;
    display: block;
    padding: 5px 10px;
}
.blks_service .card .list-group-item a:focus,
.blks_service .card .list-group-item a:hover {
    background-color: #d5e7fb;
}
.h4,
h4 {
    font-size: 0.9rem;
    font-weight: 900;
}
span.highlight {
    background-color: #ff0;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #fff;
    border-bottom-width: 7px;
}
#categorylist_header_title,
caption {
    display: none;
}
ul.categories-module,
ul.categories-module li {
    padding: 0 !important;
    margin: 0;
    list-style: none;
}
.categories-module h4,
.main-article h3 {
    padding: 0;
    margin: 0 0 10px 0;
}
.categories-module h4 a,
.main-article h3 a {
    font-weight: 900;
    line-height: 1.6rem;
    font-size: 1rem;
    display: block;
}
.categories-module h4 a,
.main-article h3 a,
.table-bordered td a {
    padding: 0.75rem 2.3rem 0.75rem 0.75rem !important;
    background: #f2f2f2 url(../images/right-arrow2.png) no-repeat right center;
    /*background:#f2f2f2;  */
    color: #212529;
    /*border-bottom: 2px solid var(--color-red);*/
}
.categories-module h4 a:focus,
.categories-module h4 a:hover,
.main-article h3 a:focus,
.main-article h3 a:hover,
.table-bordered td a:focus,
.table-bordered td a:hover {
    background: #e1e1e1 url(../images/right-arrow2.png) no-repeat right center;
    /*background:#e1e1e1;*/
    color: #212529;
}
.table-responsive {
    margin-bottom: 1rem;
}
table {
    background-color: #666;
    border: 1px solid #666;
    width: 100%;
    margin-bottom: 1.5rem;
}
table li,
table p {
    text-align: left !important;
}
table thead td,
table thead th {
    border: 1px solid var(--color-blue) !important;
    vertical-align: middle !important;
    color: #fff;
    font-weight: 600;
    background-color: var(--color-blue);
    padding: 10px;
    font-size: 0.9rem;
    border-bottom: 7px solid var(--color-red) !important;
}
table tbody td {
    font-size: 0.9rem;
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
    vertical-align: top !important;
    background-color: #fff;
}

table p,
table tbody td p,
table thead td,
table thead th p {
    margin-bottom: 0;
}
em {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 900;
    font-style: normal;
}
.main-article ul ul {
    list-style: circle;
    padding-left: 15px;
}
.main-article ul {
    list-style: square;
    padding-left: 15px;
}
.main-article ol {
    padding-left: 15px;
    margin-bottom: 2rem;
}
.main-article ol li {
    margin-bottom: 0.4rem;
}
.main-article ol li a {
    text-decoration: underline;
}
.marb0 {
    margin-bottom: 0 !important;
}
.btn-dark {
    border: 1px solid #212529;
    background-color: #212529;
}
.btn-dark:focus,
.btn-dark:hover {
    border: 1px solid #444 !important;
    background-color: #444 !important;
}
.btn-light {
    border: 1px solid #fff;
    background-color: #fff;
}
.btn-light:focus,
.btn-light:hover {
    border: 1px solid #ddd !important;
    background-color: #ddd !important;
}
.page-contents .moduletable .featured_reviews {
    background-color: #efefef;
    padding: 25px;
    min-height: 400px;
}
.page-contents .moduletable .featured_reviews h3 {
    font-size: 1rem;
    color: #212529;
    margin: 0 0 10px 0;
    padding: 0;
    background-color: transparent;
}
.page-contents .moduletable .featured_reviews i {
    font-size: 0.85rem;
    color: #ffaf00;
    margin: 5px 2px 5px 0;
}
.page-contents .moduletable .featured_reviews p {
    text-align: left;
    font-size: 0.8rem;
    color: #666;
}
.page-contents .moduletable .featured_text {
    padding: 25px;
}
.page-contents .moduletable .featured_text p {
    text-align: center !important;
}
.page-contents .moduletable .featured_text p strong {
    font-size: 1.2rem;
}
.page-contents .moduletable .featured_black {
    background-color: #1d2844;
    color: #d5e7fb;
    padding: 25px;
}
.page-contents .moduletable .featured_black p {
    text-align: center !important;
}
.page-contents .moduletable .featured_black p strong {
    font-size: 1.2rem;
}
blockquote {
    background-color: var(--color-lite);
    padding: 25px;
    border-left: 5px solid var(--color-red);
    margin-bottom: 25px;
}
blockquote li,
blockquote p {
    padding: 0;
    margin: 0;
    text-align: left !important;
}
blockquote ul {
    padding-left: 15px;
}
blockquote em {
    font-size: 1rem;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 900;
    font-style: normal;
}
#finder-search a,
#finder-search label,
#search-query-explained,
.result-url {
    display: none;
}
#finder-search button {
    vertical-align: baseline;
    border-radius: 0;
}
#search-form {
    margin-bottom: 50px;
}
#search-result-list,
ul.search-results {
    margin: 0 0 0 25px !important;
    padding: 0 !important;
    list-style: decimal-leading-zero !important;
}
.result__title,
ul.search-results h4 {
    font-size: 1.2rem;
    font-weight: 900;
    text-align: left;
}
.smt-search input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.smt-search br,
.smt-search label {
    display: none;
}
.smt-search button {
    background-color: var(--color-red);
    border: 1px solid var(--color-red);
    margin-top: 0;
}
.smt-search button:focus,
.smt-search button:hover {
    background-color: #d03c10 !important;
    border: 1px solid #d03c10 !important;
}
.jeAccordion {
    overflow: hidden;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
}
.jeAcc-section {
    border: 1px solid #d5e7fb;
    margin-bottom: 11px;
}
.jeAcc-title {
    font-family: "Roboto Slab", serif !important;
    font-weight: 300;
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 1.25rem;
    border-bottom: 1px solid #d5e7fb !important;
    background: #d5e7fb !important;
    color: #212529 !important;
}
.jeAcc-content {
    padding: 15px;
    border: 5px solid #fff;
    background-color: #efefef !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000;
    opacity: 1;
}
.btn:active,
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
.page-contents .btn-success {
    margin-top: 10px !important;
    border-radius: 0.3rem;
}
form .table td {
    padding: 0;
    vertical-align: middle;
}
form .table td a {
    padding: 0.75rem;
    display: block;
}

.col-left .moduletable {
  border: 0 none !important;
  padding: 0;
  border-radius: 0;
  margin-bottom: 20px;
  background-color: #fff !important;
}

.col-left .moduletable h3 {
  color: #212529 !important;
  background-color: #fff !important;
  padding: 0.5rem;
  font-size: 1.5rem;
}

.col-left .moduletable ul.mod-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.col-left .moduletable ul.mod-menu li {
    list-style: none !important;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}
.col-left .moduletable ul.mod-menu li a {
    display: block;
    width: 100%;
    padding: 0.5rem;
    border-bottom: 1px dotted #999;
    color: #999;
}
.col-left .moduletable ul.mod-menu li a:hover,
.col-left .moduletable ul.mod-menu li a:focus,
.col-left .moduletable ul.mod-menu li.active a
 {
    color: #212529;
    background-color: #f1f1f1;
}

.sidebar h3 {
    font-size: 1rem;
    background-color: var(--color-red);
    margin: 0;
    padding: 12px !important;
    color: #fff;
}
.btn:focus,
.form-control:focus,
input.form-control,
input.form-control:focus {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
}
.sidebar .moduletable {
    padding: 0;
    border-radius: 0;
    margin-bottom: 20px;
}
.sidebar .moduletable form {
    padding: 1.25rem;
    background-color: #f2f2f2;
}
.sidebar .moduletable form .form-control {
    border: 0 none #ccc;
}
.sidebar .moduletable form .form-group {
    margin-bottom: 5px;
}
.sidebar .moduletable form label {
    margin-bottom: 5px;
}
.sidebar .moduletable form a {
    color: #406b33;
    border-bottom: 1px dotted #406b33;
    padding-bottom: 3px;
    text-decoration: none;
}
.sidebar .moduletable form a:focus,
.sidebar .moduletable form a:hover {
    color: #212529;
    border-bottom: 1px dotted #212529;
    padding-bottom: 3px;
    text-decoration: none;
}
.mobi_tbar {
    padding: 0;
    text-align: center;
    font-size: 0.9rem;
}
.mobi_tbar a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 20px 10px;
    text-shadow: 1px 1px 1px #406b33;
}
.page-contents .pagination li {
    display: inline;
    margin-right: 5px;
}
.pagination .pagenav {
    padding: 2px 10px;
    display: inline-block;
    border: #d5e7fb 2px solid;
}
.pagination .counter {
    padding: 2px 10px;
    display: inline-block;
    border: #d5e7fb 2px solid;
    background-color: #d5e7fb;
}
.readmore {
    text-align: right !important;
}
.readmore a.btn {
    background-color: #d5e7fb;
}
.accordeonck {
    width: 98%;
}
.accordeonck li.level1 a,
.accordeonck li.level2 a {
    padding: 5px !important;
    font-size: 0.95rem !important;
    font-weight: 300;
}
.accordeonck ul li.level1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.accordeonck ul li.level1 ul {
    margin: 0;
    padding: 5px 5px 10px 5px;
}
.accordeonck ul li.level2 {
    list-style-type: none !important;
    margin: 0 !important;
    border-bottom: none !important;
}
.accordeonck ul li.level2 a.isactive {
    color: var(--color-red) !important;
}
.page-contents {
    margin: 100px 0 50px 0;
}
.header-right a.mobmenu::before {
    color: var(--color-red);
    position: none;
    margin-left: 0 !important;
    margin-top: 10px;
    font-size: 36px;
}
.header-right a::before {
    font-family: LineIcons !important;
    color: var(--color-red);
    position: absolute;
    margin-left: -50px !important;
    margin-top: 10px;
    font-size: 36px;
}
.header-right a.ikn-phone::before {
    content: "\eac1";
}
.header-right a.ikn-email::before {
    content: "\e997";
}
.header-right a.ikn-time::before {
    content: "\e903";
}
.header-right a.ikn-location::before {
    content: "\e91e";
}
.header-right a.mobmenu {
    color: #fff;
    padding: 5px;
    text-align: center !important;
    line-height: 19px;
    font-size: 1rem;
}
.header-right a.mobmenu:focus,
.header-right a.mobmenu:hover {
    color: #fff;
}
.btn-success {
    border-radius: 0;
    background-color: var(--color-red);
    border: 1px solid var(--color-red);
    margin: 0 !important;
}
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    background-color: #0ba65b;
    border: 1px solid #0ba65b;
}
.btn-warning {
    border-radius: 0;
    background-color: #0ba65b;
    border: 1px solid #0ba65b;
    margin: 0 !important;
    color: #fff !important;
}
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    background-color: #997432;
    border: 1px solid #997432;
}
.menu-main-inside {
    
}
.menu-main-container {
    background-color: #f2f2f2;
}
.page-contents .finner .fblks {
    border: 8px solid #f2f2f2;
    padding: 5px;
}
.page-contents .finner .fblks p {
    text-align: left !important;
}
.glance {
    margin: 0 0 20px 10px;
    padding: 0 0 20px 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: transparent url(../images/check.png) no-repeat 0 0;
}
.glance p {
    line-height: 1.43rem;
    margin-bottom: 0;
    text-align: left !important;
}
.glance h3 {
    font-weight: 900;
    font-size: 1rem;
    color: #212529;
    margin-bottom: 0;
}
.menu_footer_mobile {
    background-color: #efefef;
    border-top: #ddd 5px solid;
    position: fixed;
    width: 100%;
    z-index: 100;
    bottom: 0;
}
.mobi_bar {
    padding-right: 0;
    padding-left: 0;
}
.mobi_bar a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding: 5px 2px;
    font-size: 13px;
}
.mobi_bar a:focus,
.mobi_bar a:hover {
    color: #000;
}
.mobi_bar a i {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
}
.menu_footer_mobile .br {
    border-right: #ddd 0 none;
}
.fblks {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    line-height: 1.5rem;
    text-align: left;
    background-color: #fff;
    color: #212529;
    text-decoration: none;
    border: 2px solid #fff;
    min-height: 135px;
}
.fblks h3 a {
    font-size: 0.85rem;
    font-weight: 900;
    color: #212529;
    text-decoration: none;
}
.fblks h3 a:active,
.fblks h3 a:focus,
.fblks h3 a:hover {
    color: var(--color-red);
    text-decoration: none;
}
.fblks p {
    line-height: 1.3rem;
    margin-bottom: 0;
}
.fblks .fblks_img img {
    float: left;
    margin-right: 15px;
    max-width: 165px;
}
.fblks .btn-readmore {
    text-align: right;
}
.fblks .btn-readmore a {
    font-size: 15px;
}
.pull-right {
    @extend .float-right;
}
.pull-left {
    @extend .float-left;
}
.services-row {
    margin-top: 50px;
}
.services-row .services-pic {
    background-color: #fff;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}
.btn-primary {
    color: #fff;
    background-color: #212529;
    border: 1px solid #212529;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #000 !important;
    border: 1px solid #000 !important;
}
.txt-menu {
    margin-left: 5px;
}
p {
    margin-bottom: 1rem;
}
.h3,
h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #212529;
    margin-top: 0.5rem;
    line-height: 1.75;
}
.main-contents .h3 {
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    color: var(--color-red) !important;
    margin-top: 0.5rem !important;
    line-height: 1.75 !important;
}
.page-contents .h3::after {
    background-image: none !important;
    background-image: none !important;
    content: "";
    display: none;
    height: 0 !important;
    margin: 0 !important;
    width: 0 !important;
}
.clearfix hr {
    margin: 0;
}
a {
    color: var(--color-red);
    text-decoration: none;
    outline: 0;
}
a:active,
a:focus,
a:hover {
    color: #212529;
    text-decoration: none;
    outline: 0;
}
.toc a {
    color: #212529;
    text-decoration: none !important;
    outline: 0;
    border-bottom: 1px dotted #212529;
}
.toc a:active,
.toc a:focus,
.toc a:hover {
    color: var(--color-red);
    text-decoration: none !important;
    outline: 0;
    border-bottom: 1px dotted var(--color-red);
}



.floating-bar {
    right: 0;
    bottom: 100px;
    position: fixed;
    z-index: 10000;
}
.floating-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #95adc7;
    color: #1d2844;
    text-align: center;
    min-width: 65px;
}
.floating-bar ul li.floating_title {
    background-color: #d5e7fb;
    color: #1d2844;
    padding: 5px;
    font-size: 13px;
}
.floating-bar ul li a {
    margin: 0;
    padding: 6px;
    color: #1d2844;
    text-decoration: none;
    display: block;
    font-size: 24px;
}
.floating-bar ul li a:focus,
.floating-bar ul li a:hover {
    color: #1d2844;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
}
.btn-facebook {
    color: #fff;
    background-color: #3a5795;
    border: 1px solid #3a5795;
}
.btn-facebook.active,
.btn-facebook:focus,
.btn-facebook:hover {
    color: #fff !important;
    background-color: #194483;
    border: 1px solid #194483;
}
.btn-twitter {
    color: #fff !important;
    background-color: #00a6e9;
    border: 1px solid #00a6e9;
}
.btn-twitter.active,
.btn-twitter:focus,
.btn-twitter:hover {
    color: #fff;
    background-color: #007fc0;
    border: 1px solid #007fc0;
}
.main-article {
    padding-bottom: 0;
}
.bul_mar {
    margin: 0 20px 50px 10px !important;
}
ul.check {
    margin: 0;
    padding: 0 15px 15px;
}
ul.check li::before {
    font-family: LineIcons !important;
    color: #406b33;
    content: "\e94f";
    line-height: 30px;
    margin-left: -15px;
    margin-right: 5px;
}
ul.ticked {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.ticked li {
    background: transparent url(../images/ikon_check4.png) no-repeat 0 0;
    margin: 15px 0;
    padding: 0 0 0 75px;
}
ul.ticked li strong {
    display: block;
    width: 100%;
}
.lblk {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    line-height: 1.5rem;
    text-align: left;
    background-color: #fff;
    color: #212529;
    text-decoration: none;
    border: 2px solid #fff;
}
.lblk:focus,
.lblk:hover {
    color: #212529;
    text-decoration: none;
    border: 2px solid var(--color-red);
}
.lblk img {
    float: left;
    margin-right: 18px;
    max-width: 200px;
}
.mb-0,
.my-0 {
    margin: 0 !important;
}
#accordion {
    margin: 0;
}
.accord .card {
    margin-bottom: 11px;
    border: 1px solid #f2f2f2;
}
.accord .card-body {
    border: 5px solid #f2f2f2;
    background-color: #fff;
    color: #000;
    text-align: justify;
    line-height: 1.5rem;
}
.accord .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #f2f2f2;
    border-bottom: 0 none;
}
.accord .card-header h3 a {
    font-size: 0.85rem;
    padding: 1rem;
    line-height: 1.5rem;
    text-align: left;
}
.accord .card-header a {
    font-weight: 300;
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
    display: block;
    width: 100%;
    color: #212529;
    text-decoration: none;
    font-size: 1.25rem;
}
.accord .card-header a i {
    vertical-align: middle;
    font-size: 32px;
}
.accord .card-header a:focus,
.accord .card-header a:hover {
    color: #212529;
    text-decoration: none;
}
.accord .card-body {
    padding: 1.25rem;
    font-size: 0.8rem;
}
.accord_faqs .card-header {
    background-color: #f2f2f2;
}
.accord_faqs .card-body {
    padding: 1rem 0.5rem 0 0.5rem;
    font-size: 0.85rem;
}
.accord_faqs .card-header h3 a {
    background-image: none;
}
.fnt-arial {
    font-weight: 700;
}
em {
    font-weight: 400;
    font-style: normal;
}
.full-width {
    text-align: justify;
}
.pricing {
    margin-top: 50px;
    margin-bottom: 0;
}
.price_heading {
    color: var(--color-red);
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center !important;
    padding: 10px;
    margin-bottom: 0 !important;
}
.price_amount {
    color: #1d2730;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    text-align: center !important;
    padding: 10px;
    background-color: #f2f2f2;
    margin-bottom: 0 !important;
}
.price_amount span {
    color: #999;
    font-size: 14px;
    font-weight: 700;
}
.price_button a {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: var(--color-red);
    color: #fff;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}
.price_button a:focus,
.price_button a:hover {
    background-color: #1d2730;
    text-decoration: none !important;
    color: #fff !important;
}
.pricing .bold {
    color: #212529;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 48px;
}
.pricing p {
    text-align: center !important;
}
.ficon {
    font-size: 24px;
    vertical-align: top;
    text-decoration: none;
    margin-right: 15px;
}
.bottom-bar .container {
    padding-bottom: 0;
    border-top: 1px dotted rgba(255, 255, 255, 0.3);
    padding-top: 1rem;
}
.bn_btn {
    margin-bottom: 0;
}
b,
strong {
    font-weight: 900;
}
.hideme {
    display: none;
}

header p {
    margin: 0;
    padding: 0;
}
header a {
    color: #fff;
    text-decoration: none;
}
header a:active,
header a:focus,
header a:hover {
    color: #fff;
    text-decoration: none;
}
.card .form-control,
.card .form-control:focus {
    border: 1px solid #ccc !important;
}
.topbar {
    background-color: var(--color-red);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    padding-right: 0;
    border-bottom: 10px solid var(--color-blue);
}
.topbar .btn i,
.topbar a i {
    margin-right: 5px;
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
    vertical-align: middle;
}
.topbar .btn,
.topbar a {
    margin: 0 0 0 10px;
    border-radius: 0;
    color: rgba(255, 255, 255, 1);
}
.topbar-left {
    padding: 10px 0;
}
.topbar-right {
    padding: 0 15px;
}
.header {
    background: #fff;
    -webkit-box-shadow: 0 8px 7px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 7px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 7px -4px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    position: relative;
    border-bottom: var(--color-red) 4px solid;
}
.header-logo a {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    text-align: center;
}
.header-logo img {
    padding: 1.5rem;
}
.header-right {
    margin-top: 0;
}
.btn {
    font-size: 0.95rem;
    margin-top: 5px;
}
.btn i {
    font-size: 19px;
    vertical-align: text-bottom;
    margin-right: 0;
}

.banner-top h1,
.banner-top h2,
.banner-top p.h2 {
    font-size: 24px !important;
    line-height: 36px !important;
    color: var(--color-red) !important;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}
.banner-top h2 strong {
    font-weight: 400;
}
.banner-top h2::after {
    background-image: none;
    content: "";
    display: block;
    height: 0;
    margin: 0;
    width: 0;
}
.banner-top h2.h2 {
    text-align: left;
}
.banner-top .meta_contents {
    margin-top: 25px;
    margin-bottom: 3rem;
}
.banner-top .meta_contents p {
    text-align: left;
    font-size: 0.85rem;
    line-height: 1.75rem;
}
.banner-top a.highli,
.banner-top a.highli:focus,
.banner-top a.highli:hover {
    color: #f60 !important;
    text-decoration: none;
    font-weight: 400;
}
.banner-form form {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.4);
}
.banner-form form .form-control {
    border: 1px solid #f2f2f2 !important;
}
.banner-form form input,
.banner-form form label {
    margin-bottom: 2px;
}
.banner-form form h3 {
    font-weight: 300;
    color: var(--color-red);
    margin-bottom: 25px;
    text-align: center;
}

.bn_btn .btn {
    margin-bottom: 0;
}
.banner-inner {
    text-align: center;
}
nav a {
    color: #212529;
    text-decoration: none;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 75%;
    font-weight: 700;
}
.page-contents p {
    text-align: justify;
}
.page-contents ul {
    padding-left: 20px;
}
.page-contents ul li {
    text-align: left;
    margin-bottom: 0.3rem;
    list-style: square;
}
.page-contents li strong {
    /* color: #0ba65b; */
}
.h1, h1 {
    font-weight: 900;
    color: #212529;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 2rem;
}

.page-contents h2,
.page-contents h2 a {
    font-weight: 900;
    color: var(--color-red);
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 2rem;
}
.page-contents h2 a:focus,
.page-contents h2 a:hover {
    color: #212529 !important;
}
.bottom-banner2 {
    background: #1d2844;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 15px;
    color: #d5e7fb;
}
.bottom-banner2 i {
    color: #95adc7;
    margin-right: 30px;
    font-size: 36px;
    vertical-align: middle;
}
.bottom-banner2 p {
    margin-bottom: 0;
}
.bottom-banner2 h3 {
    color: #d5e7fb;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 2rem;
}
.bottom-banner2 .container {
    padding: 90px 0 40px 0;
    border-bottom: 2px solid rgba(149, 173, 199, 0.15);
}
.bottom-bar a {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 25px;
}
.bottom-bar a:active,
.bottom-bar a:focus,
.bottom-bar a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.bottom-bar .nav {
    margin-bottom: 10px;
}
.bottom-banner {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.bottom-banner h3 {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.bottom-banner p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 36px;
}
.footer-left p {
    margin-bottom: 10px;
}
.bn_title_bottom {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}
.bottom-bar {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    background-color: var(--color-blue);
}
.bottom-bar p {
    margin-bottom: 1rem;
}
.footer-right {
    text-align: right;
}
.contact-info .ikon {
    line-height: 21px;
    margin-bottom: 0;
    padding: 0.9rem 0;
}
.footer-blocks {
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer-blocks a,
.footer-blocks a:active,
.footer-blocks a:focus,
.footer-blocks a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.footer-left a {
    color: #fff;
}
.footer-blocks h3 {
    font-weight: 400;
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}
.footer-blocks h3::after
 {
    background-image: -webkit-linear-gradient(to left, #560d0d 50%, var(--color-red) 50%);
    background-image: linear-gradient(to left, #560d0d 50%, var(--color-red) 50%);
    content: "";
    display: block;
    height: 2px;
    margin: 10px 0 20px 0;
    width: 125px;
}
.footer-blocks li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 1.5rem;
}
.footer-blocks li a {
    display: block;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
}
.footer-blocks li a:focus,
.footer-blocks li a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}
.social a i.lni {
    font-size: 2rem;
    margin-right: 0.5rem;
}
.page-contents ol li {
    text-align: left;
}
.contact-info i {
    color: #212529;
    float: left;
    font-size: 48px;
    margin: 10px 20px 0 10px;
    text-align: center;
    padding: 0;
}
.blks_lcms {
    background-color: #fff;
    padding-top: 65px;
    padding-bottom: 35px;
}
.flist {
    line-height: 1.43rem;
}
.flist .ikon {
    color: #212529;
    display: block;
    width: 100%;
    border: 2px solid #fff;
    padding: 1.04rem 0;
}
.flist .ikon strong {
    font-weight: 900;
    font-size: 1rem;
    text-decoration: none;
    color: #212529;
}
.flist a.ikon:focus,
.flist a.ikon:hover {
    text-decoration: none;
    color: #212529;
    border: 2px solid var(--color-red);
}
.blks_lcms .ikon i {
    color: #212529;
    float: left;
    font-size: 48px;
    margin: 0 20px 25px 10px;
    text-align: center;
    padding: 0;
}
h1::after
 {
    background-image: -webkit-linear-gradient(to left, var(--color-blue) 50%, var(--color-red) 50%);
    background-image: linear-gradient(to left, var(--color-blue) 50%, var(--color-red) 50%);
    content: "";
    display: block;
    height: 7px;
    margin: 10px 0 20px 0;
    width: 125px;
}
.blks_service {
    background-color: #fff;
    padding-top: 65px;
    padding-bottom: 35px;
}
.sblk {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    line-height: 1.7rem;
    text-align: left;
    color: #212529;
    text-decoration: none;
    min-height: 260px;
    padding: 20px;
    background: #fff url(../images/corner.png) no-repeat right bottom;
    border: 2px solid var(--color-red);
}
.sblk:active,
.sblk:focus,
.sblk:hover {
    text-decoration: none;
    border: 2px solid var(--color-red);
    color: #212529;
    background: #f2f2f2 url(../images/corner.png) no-repeat right bottom;
}
.sblk i {
    font-size: 48px;
    color: var(--color-red);
    display: block;
}
.sblk b,
.sblk strong {
    font-size: 1rem;
    display: block;
    text-align: left;
    font-weight: 300;
    padding: 10px;
    color: #fff;
    background-color: var(--color-red);
}
.sf-menu li.menu-item-has-children > a {
    background: #fff url(images/dsarrow.png) no-repeat center right !important;
    padding-right: 15px;
}
.sf-menu li.parent > a {
    padding-right: 13px;
    background: transparent url(../images/dsarrow.png) no-repeat center right !important;
}
.sf-menu ul li.parent > a {
    background: #fff url(../images/sarrow.png) no-repeat center right !important;
}
.sf-menu ul li.parent > a:hover {
    background: #0ba65b url(../images/sarrow.png) no-repeat center right !important;
    color: #fff;
}
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;

}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.sf-menu > li {
    float: left;
  border-top: 2px dotted #ccc;
}
.sf-menu li.sfHover > ul,
.sf-menu li:hover > ul {
    display: block;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}
.sf-menu {
    float: right; 
}
.sf-menu ul {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    min-width: max-content;
    border-left: 3px solid var(--color-red);
}
.sf-menu a {
    padding: 1.4em 1.4em 1.4em 1em;
    text-decoration: none;
    zoom: 1;
}
.sf-menu ul a {
    text-transform: none;
    padding: 0.5em;
    color: #212529;
    background-color: #fff;
    text-decoration: none;
    zoom: 1;
    border-bottom: 1px dotted #252525;
    margin: 0 !important;
    text-align: left !important;
    text-shadow: 0 0 0 !important;
    font-size: 0.95rem !important;
    display: block;
    width: 100%;
}
.sf-menu ul a:hover {
    color: #fff;
    background-color: var(--color-red);
}
.sf-menu a {
color: #212529;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}
.sf-menu a:focus,
.sf-menu a:hover {
    color: #fff;
    text-decoration: none;
  background-color: var(--color-red);
}
.sf-menu ul li {
    background-color: #fff;
    text-align: left;
    display: block;
    width: 100%;
}
.sf-menu ul ul li {
    background-color: #fff;
}
.sf-menu li.sfHover,
.sf-menu li:hover {
    -webkit-transition: none;
    transition: none;
}
.sf-arrows .sf-with-ul:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
}
.sf-arrows > .sfHover > .sf-with-ul:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > li > .sf-with-ul:focus:after {
    border-top-color: #fff;
}
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dfeeff;
    border-left-color: rgba(255, 255, 255, 0.5);
}
.sf-arrows ul .sfHover > .sf-with-ul:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul li > .sf-with-ul:focus:after {
    border-left-color: #fff;
}
.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal.left .modal-body {
    padding: 0;
}
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.show .modal-dialog {
    left: 0;
}
.modal-content {
    border-radius: 0;
    border: none;
}
.modal-header {
    border-bottom-color: #fff;
    background-color: #fff;
    color: #212529;
    border-radius: 0;
}
.modal-header .close {
    color: #212529;
    opacity: 1;
}
.modal-body {
    background-color: var(--color-red);
    color: #fff;
}
.modal-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 0 none;
    background: #fff;
}

.footer-company {
    padding: 2rem 0 0.5rem 0;
}
.footer-container {
    padding-top: 45px;
    padding-bottom: 0;
    background-color: var(--color-blue);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
  border-top: 5px solid var(--color-red);
}

@media (max-width: 575.98px) {
    .banner-top-home .carousel-item .car_contents {
        padding: 42px;
        background: transparent !important;
    }
    .banner-top-home .car_contents .car_title {
        color: #fff;
        font-size: 1.75rem;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 1rem;
        line-height: 2.75rem;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    }
    .banner-top-home .car_contents .car_desc {
        color: #fff;
        font-size: 1.25rem;
        line-height: 1.75;
        font-weight: 300;
        margin-bottom: 1rem;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    }


    .img-feature {padding: 21px;}
    .blks_service02 {padding: 3rem 1rem;}
    .blks_service00 ul li {width: 99%;}
    .header_container {margin-top: 0;}
    .h1,
    h1 {
        font-size: 1.5rem !important;
        padding: 0.5rem;
        margin-bottom: 1rem;
    }
    .banner-top-home .carousel-item .car_contents {margin-top: 185px; min-height: 425px;}
    .banner-top-home .car_img_01 {
        min-height: 550px;
        background: #f2f2f2 url("../images/bx0_576.png") no-repeat right bottom;
    }
    .banner-top-home .car_img_02 {
        min-height: 550px;
        background: #f2f2f2 url("../images/bx1_576.png") no-repeat right bottom;
    }
    .banner-top-home .car_img_03 {
        min-height: 550px;
        background: #f2f2f2 url("../images/bn03_576x650.jpg") no-repeat center bottom;
    }
    .page-contents {
        margin: 50px 0;
    }
    .contFrm form {
        padding: 25px;
    }

    .bn_title {
        font-size: 28px;
        line-height: 41px;
        margin-bottom: 20px;
    }
    .bn_btn {
        margin-bottom: 10px;
    }
    .footer-right {
        text-align: center;
    }
    .footer-left p {
        text-align: center;
    }
    .header-right {
        padding: 25px 15px 25px 0;
    }
    .txt-menu {
        display: none;
    }
    .fblks .fblks_img img {
        max-width: 135px;
        height: 145px;
    }
    .banner-top {
        padding: 0;
    }
  .header-logo img {
    padding: 7px 0;
    height: 110px;
    width: auto;
  }
    .bottom-bar {
        margin-bottom: 0;
        text-align: center;
    }
    .bottom-banner2 {
        text-align: center;
    }
    .contact-info i {
        margin-bottom: 20px;
    }
    .top {
        right: 75px;
        bottom: 175px;
        display: block;
    }
    .footer-blocks {
        padding-bottom: 0;
    }
    .bottom-banner2 .container {
        padding-top: 50px;
    }
    .header {
        text-align: left;
    }
    .blks {
        padding: 50px 25px;
    }
    .topbar-right {
        padding: 0;
    }
    .banner-top .meta_contents p,
    .banner-top h2.h2 {
        text-align: center;
    }
    .banner-form form {
        margin-bottom: 2rem;
    }
    .sf-menu a {
        font-size: 0.95rem;
    }
    .banner_form form {
        padding: 10px;
    }
    .bf_title {
        margin-top: 1rem;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    /*.banner-top-home .carousel-item .car_contents {background-color: transparent;}*/
    .blks_service00 ul li {width: 99%;}
   
/*
    .banner-top-home .car_img_01 {
        background: #f2f2f2 url("../images/bb01_992x650.jpg") no-repeat right bottom;
    }
    .banner-top-home .car_img_02 {
        background: #f2f2f2 url("../images/bb03_992x650.jpg") no-repeat right bottom;
    }
*/

    .banner-top-home .car_img_02 {
        background: #f2f2f2 url("../images/bx1_992.png") no-repeat right center;
    }
    .banner_form form {
        padding: 20px;
    }
    .bf_title {
        margin-top: 1rem;
    }
    .h1,
    h1 {
        font-size: 1.5rem !important;
        padding: 0.5rem;
        margin-bottom: 1rem;
    }
    .page-contents {
        margin: 50px 0;
    }
    .contFrm form {
        padding: 25px;
    }

    .bn_title {
        font-size: 31px;
        line-height: 49px;
        margin-bottom: 20px;
    }

    .footer-right {
        text-align: center;
    }
    .footer-left p {
        text-align: center;
    }
    .banner-inner {
        padding: 0;
    }
    .header-right {
        padding: 25px 15px 25px 0;
    }
    .bottom-bar {
        margin-bottom: 0;
        text-align: center;
    }
    .bottom-banner2 {
        text-align: center;
    }
    .top {
        right: 75px;
        bottom: 75px;
    }
    
  .header-logo img {
    padding: 7px 0;
    height: 110px;
    width: auto;
  }
    .footer-blocks {
        padding-bottom: 0;
    }
    .bottom-banner2 .container {
        padding-top: 50px;
    }
    .header {
        text-align: left;
    }
    .topbar-right {
        padding: 0;
    }
    .banner-top .meta_contents p,
    .banner-top h2.h2 {
        text-align: center;
    }
    .banner-form form {
        margin-bottom: 2rem;
    }
    .sf-menu a {
        font-size: 13px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .blks_service00 ul li {width: 99%;}
    .kard {min-height: 215px;}

    .bf_title {
        margin-top: 1rem;
    }
    .bn_title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .bn_desc {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .banner-inner {
        padding: 0;
    }
    .header-right {
        padding: 25px 15px 25px 0;
    }
    .bottom-bar {
        margin-bottom: 0;
    }
    .top {
        right: 75px;
        bottom: 75px;
    }
    .header {
        text-align: left;
    }
  .header-logo img {
    padding: 7px 0;
    height: 110px;
    width: auto;
  }
    .topbar-right {
        padding: 0;
    }
    .banner-top .meta_contents p,
    .banner-top h2.h2 {
        text-align: center;
    }
    .banner-form form {
        margin-bottom: 2rem;
    }
    .sf-menu a {
        font-size: 13px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .blks_service00 ul li {width: 48%;}
    .kard {min-height: 215px;}
    .bn_title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .bn_desc {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .sf-menu a {
        /* margin: 1.1em 1em 1.1em 0;*/
        font-size: 0.9rem;
    }
    .btn {
        font-size: 12px;
    }
    .header-logo img {
        padding: 22px 22px 0 0;
    }
    label {
        font-size: 0.95rem;
    }
    .header {
        text-align: left;
    }

}


h3.faq {
    margin-bottom: 0;
    padding: 0.75rem 2.3rem 0.4rem 0.75rem !important;
    font-weight: 300;
    display: block;
    width: 100%;
    color: #212529;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.5rem;
    text-align: left;
    background-color: #f2f2f2;
    font-weight: 600;
}
div.faq,
p.faq {
    border: 7px solid #f2f2f2;
    padding: 1rem;
}
.menuacc {
    height: auto;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
.menuacc ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.menuacc .btn1 {
    display: block;
    padding: 0.5rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    position: relative;
    text-align: left;
    color: #fff;
}
.menuacc .btn1:hover,
.menuacc .btn1:focus,
.menuacc .btn1:active {
    background-color: rgba(0, 0, 0, 0.2);
}
.menuacc .btn1::after {
    content: "\ea45";
    font: normal normal normal 1em/1 "LineIcons";
    float: right !important;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 6px;
}
.menuacc .submenu {
    background: #f2f2f2;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.8s ease-out;
}
.menuacc .submenu a {
    display: block;
    padding: 0.3rem;
    position: relative;
    border-bottom: 1px dotted #999;
    color: #000;
    font-size: 0.8rem;
}
.menuacc .submenu a:hover,
.menuacc .submenu a:focus,
.menuacc .submenu a:active {
    background: rgba(255, 255, 255, 0.5);
}
.menuacc .submenu a::before {
    content: "\ea46";
    font: normal normal normal 1em/1 "LineIcons";
    float: left !important;
    color: #ff6600;
    margin-top: 6px;
    margin-right: 10px;
}
/* .menuacc .submenu a::before {
    content:'';
    display:block;
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 5px;
    background: #f60;
    opacity: 0;
    transition: all .5s;
}
 .menuacc .submenu a:hover{
    padding-left: calc(1rem + 5px);
}
 */
.menuacc .submenu a:hover::before {
    opacity: 1;
}
.item:target .submenu {
    max-height: 50rem;
}
#exampleModal .modal-body {
    background-color: var(--color-red);
    color: #fff;
}
#exampleModal .modal-body .mod-custom {
    width: 100%;
}

/* MOBILE ANIMATION MENU BUTTON */
.menu9 {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 3rem 3rem 0 0;
}
.menu9 span {
    margin: 0 auto;
    position: relative;
    top: 12px;
}
.menu9 span:before,
.menu9 span:after {
    position: absolute;
    content: "";
}
.menu9 span,
.menu9 span:before,
.menu9 span:after {
    width: 30px;
    height: 6px;
    background-color: #000;
    display: block;
}
.menu9 span:before {
    margin-top: -12px;
}
.menu9 span:after {
    margin-top: 12px;
}
.menu9 span {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.menu9:hover span {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.menu9 span:before {
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}
.menu9:hover span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}
.menu9 span:after {
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}
.menu9:hover span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}
