.container{
	max-width: 1180px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	margin: 0px auto;
}
a{
	transition: 0.4s all;
}
body{
	font-family: 'Switzer';
	font-weight: 400;
	color: #000;
}
p{
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 20px 0;
}

.rst-toggle-menu{
	padding: 0;
    width: 50px;
    height: auto;
    cursor: pointer;
    transition: all .2s ease;
    margin-top: 0;
    display: none;
}
.rst-toggle-menu span {
    display: block;
    transition: all .4s ease;
    width: 100%;
    height: 3px;
    background: #202224 !important;
    margin: 0 auto;
    margin-bottom: 9px;
    border-radius: 1px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.rst-toggle-menu span:last-child {
    margin-bottom: 0;
}
.home .rst-toggle-menu span {
	background: #fff !important;
}
.menu-show .rst-toggle-menu {
    position: relative;
    height: 27px;
    width: 50px;
}
.menu-show .rst-toggle-menu span:first-child {
    transform: translateY(0px) rotate(27deg);
    position: absolute;
    left: 2px;
    margin: 0;
}
.menu-show .rst-toggle-menu span:nth-child(2) {
    opacity: 0;
}
.menu-show .rst-toggle-menu span:last-child {
    transform: translateY(0px) rotate(-27deg);
    position: absolute;
    left: 0px;
    top: 23px;
}
p:last-child{
	margin: 0;
}
.inner-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
	
.rst-header{
	padding: 65px 0;
}
.rst-header-top{
	display: flex;
	gap: 35px;
	justify-content: flex-end;
	align-items: center;
}
.rst-header-top ul{
	margin: 0;
	gap: 35px;
	padding: 0;
	list-style: none;
	align-items: center;
	display: flex;
}
.rst-header-top ul li a{
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
	color: #202224;
	display: block;
}
.rst-header-top ul li a:hover{
	color: #CC0033;	
}
.rst-main-menu{
	margin-top: 50px;
}
.rst-main-menu ul ul{
	position: absolute;
	display: none;
    width: 240px;
    left: 0;
    flex-direction: column;
    gap: 10px;
    background: #202224;
    z-index: 999;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
}
.rst-main-menu ul ul li a{
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	display: block;
}
.rst-main-menu ul li{
	position: relative;
	margin: 0;
}
.rst-main-menu ul{
	margin: 0;
	gap: 40px;
	justify-content: flex-end;
	padding: 0;
	list-style: none;
	align-items: center;
	display: flex;
}
.rst-main-menu > ul > li > a{
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	color: #202224;
	display: block;
	position: relative;
}
.rst-main-menu > ul > li:hover > a:after,.rst-main-menu > ul > li.current-menu-item > a:after{
	opacity: 1;
}
.rst-main-menu > ul > li > a:after{
	width: 100%;
	bottom: -4px;
	content:"";
	left: 0;
	height: 1px;
opacity: 0;
	position: absolute;
    transition: 0.4s all;
	background: #CC0033;
}
.rst-footer{
	background: #CC0033;
	padding-top: 50px;
	padding-bottom: 50px;
}
.rst-footer-top{
	display: flex;
    	justify-content: space-between;
    	gap: 30px;
	padding-bottom: 80px;
}
.rst-footer-top-left{
	display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 960px;
}
.footer-link a{
	font-weight: 300;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0;
	color: #FFFFFF;
	display: block;
	position: relative;
}
.footer-link a:after{
	content:"";
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -4px;
	transition: 0.4s all;
}
.footer-link a:hover:after{
	opacity: 0;
}
.rst-logo-footer{
	display: flex;
    align-items: center;
    gap: 50px;
}
.rst-logo-footer-title{
	color: #FFFFFF;
	display: flex;
	display: flex;
    gap: 10px;
    flex-direction: column;
}

.rst-logo-footer-title span,.rst-logo-footer-title p{
	font-weight: 400;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0;
	margin: 0;
}
.rst-logo-footer-title span{
	display: block;
	font-weight: 300;
}
.rst-header-top ul li{
	margin: 0;
}
.rst-footer-bottom{
	display: flex;
    gap: 20px;
    justify-content: space-between;
}
.rst-header-top svg{
	display: block;
}
.rst-footer-bottom-column{
	width: 177px;
}
.rst-footer-bottom-column p{
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0;
	color: #fff;
	margin: 0 0 10px 0;
}
.rst-footer-bottom-column p:last-child{
	margin: 0;
}
.rst-footer-bottom-column p a{
	display: inline-block;
	padding-bottom: 2px;
	color: #fff;
    	text-decoration: none;
		position: relative;
}
.rst-footer-bottom-column p a:after{
	content:"";
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0px;
	transition: 0.4s all;
}
.rst-footer-bottom-column p a:hover:after{
	opacity: 0;
}
.content-page{
	overflow: hidden;
	position: relative;
}
.content-page:after{
	background: #F2F2F2;
	content:"";
	left: 0;
	top: 516px;
	height: 712px;
	width: 100%;
	position: absolute;
}
.page-id-1757 .content-page:after{
	height: 2164px;
	top: 1061px;
}
.content-single .rst-title {
    margin: 0 0 79px 0;
}
.page-id-16 .content-page:after{
	height: 2426px;
	top: 822px;
}
.single-reference .content-page:after{
	height: 637px;
	top: 452px;
}
.content-page .container{
	position: relative;
	z-index: 1;
}
.rst-title-page{
	smargin-bottom: 58px;
}
.rst-title{
	font-weight: 300;
	font-size: 40px;
	line-height: 1.325em;
	letter-spacing: 0;
	text-transform: uppercase;
	margin: 0 0 58px 0;
	position: relative;
	padding-bottom: 2px;
}
.rst-title:after{
	width: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	content:"";
	height: 1px;
	background: #CC0033;
}
.content-page{
	padding-top: 55px;
}
.rst-title:before{
	width: 1000px;
	position: absolute;
	right: 100%;
	bottom: 0;
	content:"";
	height: 1px;
	background: #CC0033;
}
.rst-section-service{
	padding-top: 20px;
	padding-bottom: 124px;
}
.rst-section-service{
	display: flex;
    justify-content: center;
    gap: 112px;
}
.rst-box-service{
	width: 177px;
}
.rst-box-service img{
	width: 100%;
	display: block;
	margin: 0px auto;
	border-radius: 50%;
	
}
.rst-box-service span{
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: #CC0033;
	display: inline-block;
	border-bottom: 1px solid #CC0033;
	margin-top: 20px;
	transition: 0.4s all;
}
.rst-box-service a:hover span{
	border-bottom: 1px solid transparent;
}
.rst-section-detail-service{
	padding-bottom: 127px;
}
.rst-section-detail-service h2{
	smargin-bottom: 60px;
}
.content-detail-service{
	max-width: 755px;
	color: #000;
	margin: 0 0 20px 0;
}
.content-detail-service a{
	color: #CC0033;
}
.content-detail-service a:hover{
	text-decoration: underline;
}
.rst-text-link{
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0;
	color: #CC0033;
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
}
.rst-box-service a{
	display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}
.rst-text-link:after {
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    position: absolute;
    bottom: 0px;
	transition: 0.4s all;
}
.rst-text-link:hover:after{
	opacity: 0;
}
.rst-box-service a{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.gallery-child-service{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 60px;
}
.item-child-service{
	width: calc( 25% - calc( 45px / 4 ) );
}
.item-child-service img{
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
	aspect-ratio: 274 / 200;
	    object-fit: cover;
}
.item-child-service h4{
	font-weight: 400;
	font-size: 26px;
	line-height:34px;
	letter-spacing: 0;
	text-align: center;
	margin: 0;
	color: #202224;
}
.rst-section-contact{
	padding-top: 20px;
	padding-bottom: 80px;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	align-items: flex-start;
}
.rst-list-address{
	max-width: 563px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 16px;
}
.rst-box-address{
	width: calc( 33.333% - calc( 32px / 3 ) );
}
.rst-box-address p,.rst-box-address h3{
	margin: 0 0 10px 0;
}
.rst-box-address p span{
	margin-top: 10px;
	display: block;
}
.rst-box-address p:last-child{
	margin: 0 0 0px 0;
}
.rst-office{
	max-width: 466px;
	width: 100%;
	background: #CC0033;
	padding: 30px 50px;
	position: relative;
}
.rst-office:after{
	width: 1000px;
	content:"";
	left: 100%;
	top: 0;
	height: 100%;
	position: absolute;
	background: #CC0033;
}
.rst-office h3{
	font-weight: 300;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0;
	color: #FFFFFF;
	margin: 0 0 10px 0;
}
.rst-office h4{
	font-weight: 400;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0;
	color: #FFFFFF;
	margin: 0 0 20px 0;

}
.rst-office a{
	color: #fff;
}
.rst-office p{
	margin: 0 0 10px 0;
}

.rst-section-company{
	padding-bottom: 130px;
}
.rst-lists-company{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
	margin: 0px auto;
	width: 100%;
	
}
.rst-box-company{
	width: 200px;
	text-align: center;
}
.rst-box-company img{
	display: block;
	margin: 0px auto 18px;
}
.rst-box-company span{
	color: #202224;
}
.rst-box-company a:hover .rst-text-link:after{
	opacity: 0;
}
.rst-section-company .rst-title{
	    margin: 0 0 80px 0;
}
.rst-section-newsletter{
	padding-bottom: 126px;
}
.rst-section-newsletter .inf-main{
	padding: 92px 100px 78px 100px;
	background: #F2F2F2;
}
.rst-section-newsletter .inf-main h4{
	font-weight: 400;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0;
	color: #202224;
	margin: 0 0 22px 0;
}
.rst-section-newsletter .inf-main .inf-content{
	display: flex;
	gap: 60px;
}
.rst-section-newsletter .inf-main .inf-content .inf-input{
	width: 100%;
}
.rst-section-newsletter .inf-main .inf-content .inf-input input{
	font-family: 'TT Norms Pro';
	font-weight: 300;
	font-size: 18px;
	border: none !important;
	line-height: 22px;
	letter-spacing: 0%;
	background: none;
	width: 100%;
	padding: 0;
	    box-shadow: none;
    outline: none;
	color: #202224;
}
.rst-section-newsletter .inf-main .inf-content .inf-input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #202224;
}
.rst-section-newsletter .inf-main .inf-content .inf-input ::-moz-placeholder { /* Firefox 19+ */
  color: #202224;
}
.rst-section-newsletter .inf-main .inf-content .inf-input :-ms-input-placeholder { /* IE 10+ */
  color: #202224;
}
.rst-section-newsletter .inf-main .inf-content .inf-input :-moz-placeholder { /* Firefox 18- */
  color: #202224;
}
.rst-section-newsletter .inf-main .inf-content .inf-input{
	padding-bottom: 2px;
	border-bottom: 1px solid #202224;
}
.rst-section-newsletter .inf-main .inf-content .inf-submit{
	min-width: 92px;
}
.rst-section-newsletter .inf-main .inf-content .inf-submit button{
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	padding-bottom: 3px;
	position: relative;
	line-height: 25px;
	letter-spacing: 0;
	cursor: pointer;
	display: flex;
	color: #202224;
	gap: 9px;
	align-items: center;
	border: none;
	padding: 0;
	border: none;
}

.rst-section-newsletter .inf-main .inf-content .inf-submit button:after{
	content:"";
	bottom: -3px;
	left: 0;
	width: 100%;
	position: absolute;
	height: 1px;
	transition: 0.4s all;
	background: #202224;;
}
.rst-section-newsletter .inf-main .inf-content .inf-submit button:hover:after{
	opacity: 0;
}
.rst-section-team{
	padding-bottom: 130px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 14px;
}
.rst-box-team{
	width: calc( 33.3333% - calc( 28px / 3 ) );
	position: relative;
	overflow: hidden;
}

.rst-box-team img{
	display: block;
	width: 100%;
	    aspect-ratio: 370 / 555;
	display: block;
	    object-fit: cover;
}
.team-info-inner{
	overflow: hidden;
}
.team-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	padding: 20px;
	transition: 0.4s all;
}
.rst-box-team:hover .team-info {
	transform: translateY(0px) !important;
}
.rst-box-team:after{
	content:"";
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(180deg, rgba(32, 34, 36, 0) 65.5%, rgba(32, 34, 36, 0.78) 96.22%);
	bottom: 0;
	transition: 0.4s all
}
.rst-box-team:before{
	content:"";
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(180deg, rgba(32, 34, 36, 0) 0%, rgba(32, 34, 36, 0.98) 96.22%);
	bottom: 0;
	opacity: 0;
	transition: 0.4s all
}
.rst-box-team:hover::before {
  opacity: 1;
}

.rst-box-team:hover::after {
  opacity: 0;
}
.team-info h3{
	font-weight: 400;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0;
	color: #fff;
	margin: 0 0 10px 0;
}
.team-info p{
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0;
	margin: 0 0 10px 0;
	color: #fff;
}
.team-info-more{
	padding-top: 10px;
}
.team-info p:last-child{
	margin: 0;
}
.team-info p a{
	text-decoration: underline;
	color: inherit;
}
.team-info p a:hover{
	text-decoration: none;
}
.content-reference-page{
	background: none;
	margin-bottom: 138px;
}
.content-reference-page .archives__filter{
	width: 100% !important;
	position: static;
}
.rst-list-reference{
	display: flex;
	max-width: 1044px;
	flex-wrap: wrap;
	gap: 112px;
	    background: none;
    padding: 0;
	margin: 0;
	min-height: 20px;
}
.rst-list-reference .archive {
    position: relative;
    top: 0;
    margin-bottom: 0;
    width: calc( 50% - 56px );
    color: #c03;
    opacity: 1;
    visibility: visible;
    transition: .4s;
    overflow: hidden;
}
.rst-thumb-reference{
	position: relative;
}
.rst-thumb-reference img{
	display: block;
	width: 100%;
	    aspect-ratio: 466 / 400;
	display: block;
	    object-fit: cover;
}
.rst-thumb-reference:after{
	content:"";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(180deg, rgba(32, 34, 36, 0) 48%, rgba(32, 34, 36, 0.8) 91.25%);
	opacity: 0;
	transition: 0.4s all;
}
.rst-thumb-reference figure{
	margin: 0 0 20px 0;
}
.rst-list-reference .archive h2{
	font-weight: 400;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0;
	margin: 0;
	text-transform: none;
}
.rst-thumb-reference span{
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: 23px;
	z-index: 2;
	transition: 0.4s all;
	opacity: 0;
	transform: translateX(-50%);
}
.rst-list-reference .archive a:hover .rst-thumb-reference:after{
	opacity: 1;
}
.rst-list-reference .archive a:hover .rst-thumb-reference span{
	opacity: 1;
}
.rst-list-domains{
	margin: 10px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.rst-list-domains span{
	padding: 2px 5px;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
	color: #202224;
	background: #D4D4D4;
	transition: 0.4s all;

}
.rst-list-domains span:hover{
	color: #fff;
	background: #202224;
}


.content-reference-page .archive-nav {
    margin-bottom: 0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    color: #202224;
    font-size: 30px;
    position: relative;
    top: 0px;
    width: 100%;
	margin-top: 60px;
    text-align: center;
	
}
.archives__filter:before{
	display: none;
}
.content-reference-page .archives__filter{
	margin-bottom: 78px;
}
.content-reference-page .archives__filter > ul{
	display: flex;
	gap: 15px;
}
.content-reference-page .archives__filter > ul > li{
	padding: 5px 10px;
	width: 33.3333%;
	background: none;
	color: #202224;
	border: none;
	
}
.content-reference-page .archives__filter > ul > li h5{
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
	color: #202224;
	margin: 0 0 10px 0;
}
.archives__filter .archives__filter__title {
    display: block;
    height: auto;
    line-height: 25px;
    padding: 0px;
    font-size: 10px;
    position: relative;
    cursor: pointer;
	    font-size: 18px;
    transition: .2s;
	padding-bottom: 4px;
	border-bottom: 1px solid #202224;
}
.archives__filter .archives__filter__title:before{
	display: none;
}
.archives__filter .archives__filter__title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    height: 10px;
    width: 6px;
    display: inline-block;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjQyNDMxNiAwLjQyNDI1NUw0LjkyNDMyIDQuOTI0MjZMMC40MjQzMTYgOS40MjQyNiIgc3Ryb2tlPSIjMjAyMjI0IiBzdHJva2Utd2lkdGg9IjEuMiIvPgo8L3N2Zz4K) no-repeat center;
    color: #c03;
    transition: .4s;
}
.archives__filter .archives__filter__title.archives__filter__title--opened:after {
    transform: rotate(90deg);
}
.archives__filter>ul>li:first-child, .archives__filter>ul>li:first-child li {
    background: none;
	    color: #202224;
}

.archives__filter>ul>li:first-child li a {
    color: #202224;
}
.content-reference-page .archives__filter > ul > li{
	position: relative;
}
.archives__filter__items{
	max-height: 80vh;
    overflow-y: auto;
    padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	top: 100%;
	left: 0;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	z-index: 999;
	width: 100%;
	display: none;
}
.archives__filter__items--opened {
    display: block;
}
.archives__filter .archives__filter__items li{
    padding: 0 0  10px 0 !important;
}
.archives__filter .archives__filter__items li a{
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0;
	color: #202224;
	display: block;
}
.archives__filter .archives__filter__items li ul{
	margin-top: 10px;
	margin-bottom: 10px;
	    list-style: disc;
    padding-left: 23px;
}

.archives__filter .archives__filter__items li:last-child{
    padding: 0 0  0px 0 !important;
}
.archive{
	top: 0;
    margin-bottom: 0;
    width: 100%;
}
.archive.reset-filters {
    font-size: 18px;
	line-height: 25px;
    color: #202224;
    padding-top: 0;
	width: 100% !important;
}
.archives__filter .archives__filter__items > li{
	padding: 0 0 10px 0!important;
}
.archives__filter li a.selected, .archives__filter li a.selected+ul li a {
    opacity: 1;
    color: #CC0033!important;
}
.archives__filter__title--selected span:first-child{
	display: none;
}
.archives__filter__title span:last-child{
	    position: static;
    padding: 0;
}
.content-single .rst-title-page{
	max-width: 658px;
}
.single-inner{
	display: flex;
	gap: 30px;
	justify-content: space-between;
}
.single__media{
	max-width: 563px;
	width: 100%;
}
.single__media img {
    width: 100%;
	display: block;
    margin-bottom: 30px;
}
.single__media img:last-child{
	margin-bottom: 0px;
}
.single__content{
	max-width: 466px;
	width: 100%;
}
.content-single{
	padding-bottom: 130px;
}
.post-navigation{
	margin-top: 130px;
}
.nav-links:after{
	clear: both;
	content:"";
	display: table;
}
.nav-links a{
	
}
.prev-post{
	float: left;
}
.next-post{
	float: right;
}
.single__content .rst-list-domains{
	margin: 0px 0 30px 0;
}
.single__content{
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0;
}
.single__content h3{
	font-weight: 400;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0;
	margin-top: 30px;
	margin-bottom: 10px;
}
.single__content ul{
	list-style: disc;
    padding-left: 23px;
}
.single__content ul li {
    padding-left: 0px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
}
.single__content ul li:before{
	display: none;
}
.single__content hr {
    height: 1px;
	    margin-left: 0;
    width: 100%;
	max-width: 274px;
    background: #CC0033;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
}
.create-pdf-download{
	margin-top: 15px;
}
.rst-section-service-big .rst-box-service {
    width: 273px;
}
.rst-section-title-image{
	padding-top: 36px;
	padding-bottom: 127px;
	text-align: center;
}
.rst-section-title-image h2{
	font-family: 'TT Norms Pro';
	font-weight: 400;
	line-height: 1.27777777em;
	color: #202224;
	text-transform: uppercase;
	margin: 0 0 33px 0;
	text-align: center;
	font-size: 72px;
}
.rst-section-title-image img{
	display: block;
	 margin: 0px auto;
}
.news-archive{
	top: 0;
}
.single-news__picture{
	top: 0;
}
.single-news:after{
	content:"";
	clear: both;
	display: table;
}
.rst-section-linkedin{
	padding-bottom: 130px;
	padding-top: 50px;
}
.rst-heading-linkedin{
	    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
}
.rst-heading-linkedin .rst-title{
	margin-bottom: 80px
}
.rst-heading-linkedin a{
	margin-top: 12px;
}
.rst-lists-linkedin{
	sdisplay: flex;
	sgap: 16px;
	sflex-wrap: wrap;
	
}
img{
	max-width: 100%;
	display: block;
}
.rst-box-linkedin{
	width: calc( 33.333% - calc( 32px / 3 ) );
	border: 1px solid rgba(32, 34, 36, 1);
	padding: 23px;
}
.rst-box-linkedin iframe{
	width: 100%;
	display: block;
}
.rst-box-linkedin.rst-box-linkedin--image{
	padding: 0;
	overflow: hidden;
}
.rst-box-linkedin--image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.rst-box-linkedin--image a{
	display: block;
	width: 100%;
	height: 100%;
}
.rst-section-news{
	padding-bottom: 128px;
}
.rst-list-news{
	display: flex;
	gap: 30px;
	justify-content: space-between;
}
.rst-item-news{
	max-width: 466px;
	width: 100%;
}
.rst-news-right{
	max-width: 562px;
	width: 100%;
}
.rst-item-news img{
	display: block;
	width: 100%;
	 aspect-ratio: 466 / 400;
	display: block;
	    object-fit: cover;
}
.rst-item-news h3{
	font-weight: 400;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0;
	color: #202224;
	margin: 20px 0 10px 0;
}	
.rst-item-news h3 a{
	color: inherit;
	display: block;
}
.title-right{
	text-align: right;
}
.title-right .rst-title{
	display: inline-block;
}
.title-right .rst-title:after{
	width: 100%;
}
.title-right .rst-title:before {
    left: 100%;
	right: auto;
    
}
.rst-section-news.two-new .rst-list-news{
	gap: 111px;
}
.rst-section-news.two-new .rst-item-news {
    max-width: 50%;
    width: 100%;
}
.rst-section-banner{
	padding-top: 245px;
	background: #CC0033;
	overflow: hidden;
}
.home .rst-header {
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}
@media (min-width: 1025px) {
	.home .rst-header{
		padding: 69px 0;
	}
	.home .rst-title{
		line-height: 1.275em;
		padding-bottom: 3px;
	}
	.home .rst-main-menu ul {
		gap: 35px;
	}
	.home .rst-main-menu {
		margin-top: 28px;
	}
	.home .rst-header-top ul li a{
		color: #fff;
	}
	.home .rst-main-menu > ul > li > a{
		color: #fff;
	}
	.home .rst-main-menu > ul > li > a:after{
		background: #fff;
	}
	.home .rst-header-top svg path[stroke]{
		stroke: #fff;
	}
	.home .rst-header-top svg path[fill]{
		fill: #fff;
	}
}
.rst-inner-banner{
	position: relative;
}
.rst-inner-banner h1{
	font-weight: 300;
	font-size: 40px;
	line-height: 1.325em;
	letter-spacing: 0;
	text-transform: uppercase;
	max-width: 756px;
	position: absolute;
	top: 87px;
	left: 0;
	z-index: 99;
	color: #fff;
	margin: 0;

}
.rst-reference-banner{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding-bottom: 78px;
}
.rst-reference-banner-img{
	width: 57.8%;
	position: relative;
	    margin-bottom: -78px;
}
.rst-reference-banner-img:after{
	content:"";
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	
	background: linear-gradient(309.69deg, rgba(0, 0, 0, 0) 51.43%, rgba(0, 0, 0, 0.3) 88.94%);
	left: 0;
}
.rst-reference-banner-img img{
	width: 100%;
	aspect-ratio: 659 / 572;
	display: block;
	    object-fit: cover;
}
.rst-reference-banner-info{
	width: 42.2%;
	padding-right: 20px;
	position: relative;
	padding-bottom: 27px;
}
.rst-section-banner{
	position: relative;
}
.rst-section-banner:after{
	width: 100%;
	height: 78px;
	content:"";
	left: 0;
	bottom: 0;
	background: #fff;
	position: absolute;
}

.rst-reference-banner-info h5{
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
	margin: 0 0 5px 0;
	color: #fff;
}
.rst-reference-banner-info h3{
	font-weight: 400;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0;
	margin: 0 0 30px 0;
	color: #fff;
}
.click-next-slider{
	display: flex;
	align-items: center;
	gap: 9px;
}
.rst-section-banner{
	margin-bottom: 111px;
}
.action-slider{
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
}
.action-slider a{
	color: #fff;
	
}
.rst-slider-banner .swiper-pagination-bullets.swiper-pagination-horizontal{
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 20px;
	gap: 15px;
	z-index: 99;
}
.rst-slider-banner .swiper-pagination-bullets.swiper-pagination-horizontal{
	padding-left: 42.2%;
}
.rst-slider-banner .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{
	margin: 0;
	width: 40px;
	height: 4px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	display: block;
	opacity: 1;
}
.rst-slider-banner .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: none;
}
.content-page-home{
	position: relative;
}
.content-page-home:after{
	width: 100%;
	content:"";
	left: 0;
	top: 2683px;
	height: 703px;
	background: #F2F2F2;
	position: absolute;
}
.content-page-home  > .container{
	position: relative;
	z-index: 1;
}


@media (max-width: 1200px) {
	.rst-inner-banner h1 {
		font-size: 32px;
		top: 46px;
	}
  
}
@media (max-width: 1024px) {
	.rst-logo img {
        width: 120px;
        height: auto;
    }
	.rst-header-right{
		display: none;
		position: absolute;
        top: 100%;
        z-index: 9999;
        width: 100%;
        left: 0;
        background: #fff;
        padding: 40px 20px;
        flex-direction: column-reverse;
        align-items: center;
        gap: 60px;
		border-top: 3px solid #CC0033;
		        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
	}
	.menu-show .rst-header-right{
		display: flex;
	}
	.rst-main-menu > ul > li > a {
		font-size: 20px;
		line-height: 26px;
	}
	.rst-header-top ul {
		gap: 20px;
		flex-direction: column;
	}
	.rst-header-top {
		gap: 20px;
		align-items: center;
		flex-direction: column;
	}
	.rst-header-top ul li a {
		font-size: 18px;
		line-height: 25px;
	}
	.rst-main-menu ul{
		gap: 20px;
		flex-direction: column;
	}
	.rst-section-banner {
		margin-bottom: 60px;
	}
	.rst-reference-banner-info {
		width: 100%;
		padding-right: 00px;
		padding-bottom: 20px;
	}
	.rst-reference-banner-img {
		width: 100%;
		position: relative;
		margin-bottom: -138px;
	}
	.rst-section-banner:after {
		height: 138px;
	}
	.rst-inner-banner h1 {
		max-width: 100%;
		position: static;
		margin-top: 0px;
		padding-bottom: 60px;
	}
	.rst-reference-banner {
		padding-bottom: 138px;
		flex-direction: column;
	}
	.inner-header {
		align-items: flex-start;
	}
	.rst-header {
		padding: 48px 0;
	}
	.rst-section-company .rst-title{
	    margin: 0 0 40px 0;
	}
	.rst-toggle-menu{
		display: block;
	}
	.rst-footer-top {
		padding-bottom: 60px;
		flex-direction: column;
	}
	.rst-footer-top-left {
		gap: 25px;
		width: 100%;
		padding-top: 0px;
		padding-bottom: 0px;
		max-width: 100%;
		flex-direction: column;
	}
	.rst-logo-footer{
		padding-bottom: 20px;
	}
	.rst-footer-top-left p{
		margin: 0;
	}
	.footer-link a{
		width: fit-content;
		display: inline-block;
	}
	.rst-footer-bottom {
		flex-wrap: wrap;
	}
	.rst-footer-bottom-column {
		width: calc( 33.333% - calc( 40px / 3 ) );
	}
	.rst-footer-bottom {
		gap: 30px 20px;
		justify-content: flex-start;
	}
	.rst-section-company {
		padding-bottom: 100px;
	}
	.rst-section-newsletter .inf-main {
		padding: 32px 40px 15px 40px;
	}
	.rst-section-newsletter{
		padding-bottom: 100px;
	}
	.rst-title {
		font-size: 32px;
		margin: 0 0 40px 0;
	}
	.content-page {
		padding-top: 0px;
	}
	.rst-office {
		max-width: 300px;
		padding: 30px 30px;
	}
	.rst-box-team {
		width: calc(50% - calc(14px / 2));

	}
	.rst-section-team {
		padding-bottom: 100px;
	}
	.rst-list-reference {
		gap: 60px;
	}
	.rst-list-reference .archive {
		width: calc(50% - 30px);
	}
	.content-reference-page {
		margin-bottom: 100px;
	}
	.content-single {
		padding-bottom: 100px;
	}
	.post-navigation {
		margin-top: 100px;
	}
	.rst-section-service {
		gap: 60px;
	}
	.rst-section-service {
		padding-bottom: 100px;
	}
	.rst-section-detail-service {
		padding-bottom: 100px;
	}
	.rst-section-title-image h2 {
	
		font-size: 50px;
	}
	.rst-section-title-image {
		padding-top: 0px;
		padding-bottom: 100px;
		text-align: center;
	}
	.rst-section-news {
		padding-bottom: 100px;
	}
	.rst-heading-linkedin .rst-title {
		margin-bottom: 50px;
	}
	.rst-section-linkedin {
		padding-bottom: 100px;
	}
	.rst-slider-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
		padding-left: 0;
	}
	.content-page-home:after {
		top: 1832px;
	}
	.rst-main-menu {
		margin-top: 0;
	}
	.content-single .rst-title {
		margin: 0 0 40px 0;
	}
}



@media (max-width: 767px) {
	.rst-section-company .rst-title{
	    margin: 0 0 20px 0;
	}
	.rst-reference-banner-info h3 {
		font-size: 20px;
		line-height: 26px;
		letter-spacing: 0;
		margin: 0 0 20px 0;
	}
	.rst-slider-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 10px;
	}
	.rst-reference-banner-img img {
		aspect-ratio: 350 / 304;
	}
	.rst-section-banner {
		padding-top: 154px;
	}
	.rst-section-banner {
		margin-bottom: 48px;
	}
	.rst-section-linkedin {
		padding-bottom: 60px;
	}
	.rst-heading-linkedin {
		gap: 18px;
		flex-direction: column;
		margin-bottom: 20px;
	}
	    .rst-logo-footer {
        padding-bottom: 17px;
    }
	.rst-heading-linkedin .rst-title {
		margin-bottom: 0px;
	}
	.rst-footer {
		padding-top: 60px;
		padding-bottom:60px;
	}
	.rst-footer-bottom-column p a {
		
		padding-bottom: 3px;
	}
	.rst-heading-linkedin .rst-title {
		margin-bottom: 0px;
	}
	.rst-section-news {
		padding-bottom: 60px;
	}
	.rst-heading-linkedin a {
		margin-top: 0px;
	}
	.rst-list-news {
		display: flex;
		gap: 59px;
		flex-direction: column-reverse;
	}
	.rst-thumb-reference figure {
		margin: 0 0 10px 0;
	}
	.rst-list-reference .archive h2 {
		font-size: 20px;
		line-height: 26px;
	}
	.rst-item-news h3 {
		font-size: 20px;
		line-height: 26px;
		margin: 10px 0 10px 0;
	}
	.rst-item-news {
		max-width: 100%;
		width: 100%;
	}
	.rst-news-right {
		max-width: 100%;
		width: 100%;
	}
	.content-detail-service {
		max-width: 100%;
	}
	.rst-section-title-image {
		padding-top: 0px;
		padding-bottom: 49px;
	}
	.rst-title{
		padding-bottom: 1px;
	}
	.rst-section-title-image h2 {
		line-height: 49px;
		margin: 0 0 20px 0;
		font-size: 38px;
	}
	.rst-section-detail-service {
		padding-bottom: 60px;
	}
	.gallery-child-service {
		gap: 30px 15px;
		margin-top: 40px;
	}
	.item-child-service {
		width: calc(50% - calc(30px / 2));
	}
	.item-child-service h4 {
		font-size: 18px;
		line-height: 25px;
	}
	.rst-section-service {
		padding-top: 0px;
		padding-bottom: 60px;
	}
	.rst-section-service {
		display: flex;
		justify-content: center;
		gap: 42px;
		flex-direction: column;
		align-items: center;
	}
	.post-navigation {
		margin-top:60px;
	}
	.content-single {
		padding-bottom: 60px;
	}
	.rst-title-page .rst-title{
		margin: 0 0 40px 0;
	}
	.content-reference-page {
		margin-bottom: 60px;
	}
	.rst-list-reference {
		gap: 30px;
	}
	.content-reference-page .archives__filter > ul {
		flex-direction: column;
	}
	.content-reference-page .archives__filter {
		margin-bottom: 40px;
	}
	.content-reference-page .archives__filter > ul > li {
		padding: 5px 0px;
		width: 100%;
	}
	.rst-list-reference .archive {
		width: 100%
	}
	.rst-box-team {
		width: 100%;

	}
	.rst-section-team {
		padding-bottom: 60px;
	}
	.rst-office:after{
		display: none;
	}
	.rst-office {
        max-width: 100%;
        padding: 30px 20px;
    }
	.rst-list-address {
		max-width: 100%;
		gap: 30px 16px;
	}
	
	.rst-section-contact {
		padding-top: 0px;
		padding-bottom: 60px;
		flex-direction: column-reverse;
	}
	.rst-title:after{
		width: 100%;
	}
	.rst-box-company img{
		max-height: 108px;
		        width: auto;
	}
	.rst-title {
		display: inline-block;
		font-size: 28px;
		line-height: 37px;
		margin: 0 0 20px 0;
	}
	.rst-section-newsletter{
		padding-bottom: 60px;
	}
	.rst-section-newsletter .inf-main {
		padding: 32px 20px 15px 20px;
	}
	.rst-section-newsletter .inf-main .inf-content {
		display: flex;
		gap: 20px;
		flex-direction: column;
		align-items: end;
	}
	.rst-section-newsletter .inf-main h4 {
		margin: 0 0 32px 0;
	}
	.rst-section-company {
		padding-bottom: 60px;
	}
	.rst-lists-linkedin{
		padding-bottom: 12px;
	}
	.rst-lists-linkedin .swiper-pagination-bullets.swiper-pagination-horizontal{
		display: flex;
		align-items: center;
		justify-content: center;
		bottom: 0px;
		gap: 15px;
		z-index: 99;
	}
	
	.rst-lists-linkedin .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{
		margin: 0;
		width: 40px;
		height: 4px;
		background: #202224;
		border: 1px solid #202224;
		border-radius: 0;
		display: block;
		opacity: 1;
	}
	.rst-lists-linkedin .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active{
		background: none;
	}
	.rst-logo img{
		width: 80px;
		height: auto;
	}
	.rst-footer-bottom-column {
		width: calc( 50% - calc( 10px / 2 ) );
	}
	.single-inner {

		flex-direction: column;
	}
	.single__media {
		max-width: 100%;
		width: 100%;
	}
	.team-info p {
		font-size: 16px;
		line-height: 22px;
	}
	.single__content {
		font-size: 16px;
		line-height: 22px;
	}
	.single__content {
		max-width: 100%;
		width: 100%;
	}
	.rst-footer-bottom-column p {
		font-size: 16px;
		line-height: 22px;
	}
	.rst-footer-bottom {
		gap:  30px 10px;
	}
	.footer-link a {
		font-size: 20px;
		line-height: 26px;
	}
	.rst-logo-footer-title span, .rst-logo-footer-title p {
		font-size: 20px;
		line-height: 26px;
	}
	.rst-logo-footer img{
		width: 110px;
		height: auto;
	}
	.rst-logo-footer {
		gap: 40px;
	}
	.rst-footer-top {
		gap: 25px;
		padding-bottom: 34px;
		flex-direction: column;
	}
	.rst-text-link {
		font-size: 16px;
		line-height: 22px;
	}
	.rst-lists-company {
		justify-content: center;
		gap: 57px;
	}
	.rst-box-company {
		width: 118px;
		text-align: center;
	}
	.rst-box-team img {
		aspect-ratio: 370 / 450;
		object-position: top;
	}
	.rst-box-service span {
		font-size: 16px;
		line-height: 22px;
	}
	.rst-section-service-big .rst-box-service{
		width: 177px;
	}
	.rst-inner-banner h1{
		font-size: 28px;
		line-height: 37px;
	}
	p {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width: 600px) {
	.rst-box-address {
		width: calc(50% - calc(16px / 2));
	}
}


/* Ajustement padding actualités */
/* Ajustement padding actualités */
.single-news {
    padding-bottom: 60px !important;
}

.single-news .post-navigation {
    margin-top: 60px;
    padding-bottom: 70px;
    clear: both;
}

img.single-news__picture {
	padding-bottom: 50px;
}

.single-news .news-date-detail {
    margin-top: -20px;
    font-size: 16px;
    color: #666;
}