/* be-vietnam-pro-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/be-vietnam-pro-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* be-vietnam-pro-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/be-vietnam-pro-v11-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* be-vietnam-pro-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/be-vietnam-pro-v11-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* be-vietnam-pro-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: italic;
  font-weight: 500;
  src: url('/fonts/be-vietnam-pro-v11-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* be-vietnam-pro-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/be-vietnam-pro-v11-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* be-vietnam-pro-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: italic;
  font-weight: 600;
  src: url('/fonts/be-vietnam-pro-v11-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* be-vietnam-pro-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/be-vietnam-pro-v11-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* be-vietnam-pro-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/be-vietnam-pro-v11-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* be-vietnam-pro-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/be-vietnam-pro-v11-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* be-vietnam-pro-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: italic;
  font-weight: 800;
  src: url('/fonts/be-vietnam-pro-v11-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.sucheheader{
    padding: 4px;
    padding-left:10px;
    font-size: 14px;
}

.welcome-area--l8 {
    background-color: #efefef;
}

body {
    font-family: "Be Vietnam Pro", serif;
	font-weight: 400;
	font-style: normal;
}

ul.parsley-errors-list{
    list-style: none;
    padding-left: 0px;
}
li.parsley-required, li.parsley-length, li.parsley-type {
    font-weight: 600;
    color: #b90032;
    padding-top: 5px;
    font-size: .8em;
}

a:hover {
    color: #5f5f5f;
    text-decoration: none;
}

.page-title-content {
    padding-top: 250px;
}

mark {
    background-color: yellow;
}

.richtext img{padding-right:20px;padding-bottom:20px;}

.totop {
    position: fixed;
    right: 12px;
    top: 93%;
    z-index: 99999;
    height: 40px;
    width: 40px;
    background-color: #b5b5b5;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    padding-top: 6px;
}

a {
    color: #000000;
    text-decoration: none;
}

.accordion-button {
    font-size: 1.2rem;
}

.gridx{margin-top:100px;margin-bottom:100px;}

.bg-default {
    background: #efefef;
}

.navbar {
    padding-bottom: 0;
}

.card-testimonial--l4:hover {
    background-color: #fff;
    color: #000;
}
.card-testimonial--l4:hover .card-title, .card-testimonial--l4:hover .card-icon {
    color: #000;
}

.grey{color:#707070;}
.site-menu-main .nav-link-item {
    color: var(--color-headings-2);
    font-size: 17px;
    font-weight: 400;
}



h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 500;
	line-height: 1.1;
	margin-bottom:1.2rem;
}

h2.start{font-size:1.8rem;}

.card-header:first-child {
    border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
}
.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #e05c4f;
    border-bottom: none; 
}

.bg-footer{background-color:#fff;}
.bg-white{background-color:#fff;}
.bg-news{background-color:#ececec;}
.ff-red-color{color:#e05c4f!important;}
.ff-red-bg{background-color:#e05c4f!important;}

.btn-ff-red-insideout {
    background-color: #ffffff;
    border-color: #e05c4f;
    color: #e05c4f !important;
}

.btn-ff-red {
    color: #000;
    background-color: #e05c4f;
    border-color: #e05c4f;
}

.btn-ff-red:hover {
    color: #000;
    background-color: #ff8787;
    border-color: #ff8080;
}

.testimonial-btn button {
		color: #e05c4f;
}

.testimonial-btn button:hover {
    box-shadow: 0 4px 4px #afafaf;
    background-color: #a7a7a7;;
    color: #e05c4f;
}

.welcome-home{width:550px;background-color:#ffffffd9;position:absolute;bottom: -120px;}

@media (min-width: 576px) {
    .card-testimonial--l4 .card-body {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
}
@media (max-width: 576px) {
	
		.welcome-home{width:94%!important;}
}
@media (max-width: 992px) {
    .welcome-home {
        position: relative;
        bottom: -20px;
        width: 94% !important;
    }
    .service-area--l8 {
        padding-top: 1px;
        padding-bottom: 36px;
    }
    
    .welcome-area--l8 {
        padding-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .card-testimonial--l4:hover {
        box-shadow: 0px 0px 10px rgba(80, 52, 252, 0.25);
    }
	.service-area--l8 {
        padding-bottom: 170px;
    }
    .page-title-content {
        padding-top: 200px;
        padding-bottom: 70px;
    }
    .feature-section {
        padding-top: 60px;
        padding-bottom: 105px;
    }
    
    .slick-list.draggable{
        padding:0px 0px 30px 10px;
        
    }
}


@media (min-width: 1200px) {
    .site-menu-main .nav-link-item {
		padding-left: 15px !important;
		padding-right: 15px !important;
    }
}


.be-vietnam-pro-thin {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 100;
  font-style: normal;
}

.be-vietnam-pro-extralight {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 200;
  font-style: normal;
}

.be-vietnam-pro-light {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 300;
  font-style: normal;
}

.be-vietnam-pro-regular {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 400;
  font-style: normal;
}

.be-vietnam-pro-medium {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 500;
  font-style: normal;
}

.be-vietnam-pro-semibold {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 600;
  font-style: normal;
}

.be-vietnam-pro-bold {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 700;
  font-style: normal;
}

.be-vietnam-pro-extrabold {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 800;
  font-style: normal;
}

.be-vietnam-pro-black {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 900;
  font-style: normal;
}

.be-vietnam-pro-thin-italic {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 100;
  font-style: italic;
}

.be-vietnam-pro-extralight-italic {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 200;
  font-style: italic;
}

.be-vietnam-pro-light-italic {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 300;
  font-style: italic;
}

.be-vietnam-pro-regular-italic {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 400;
  font-style: italic;
}

.be-vietnam-pro-medium-italic {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 500;
  font-style: italic;
}

.be-vietnam-pro-semibold-italic {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 600;
  font-style: italic;
}

.be-vietnam-pro-bold-italic {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 700;
  font-style: italic;
}

.be-vietnam-pro-extrabold-italic {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 800;
  font-style: italic;
}

.be-vietnam-pro-black-italic {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 900;
  font-style: italic;
}