

/* open-sans-300 - latin-ext_latin */
@font-face {
    font-family: OpenSans;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/open-sans-v23-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/open-sans-v23-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/open-sans-v23-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/open-sans-v23-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */ url('fonts/open-sans-v23-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/open-sans-v23-latin-ext_latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin-ext_latin */
@font-face {
    font-family: OpenSansRegular;
    font-style: normal;
    font-weight: 400;
    src: url("fonts/open-sans-v23-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
    src: local(""), url("fonts/open-sans-v23-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("fonts/open-sans-v23-latin-ext_latin-regular.woff") format("woff"),
        /* Modern Browsers */ url("fonts/open-sans-v23-latin-ext_latin-regular.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("fonts/open-sans-v23-latin-ext_latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-600 - latin-ext_latin */
@font-face {
    font-family: OpenSansSemibold;
    font-style: normal;
    font-weight: 600;
    src: url("fonts/open-sans-v23-latin-ext_latin-600.eot"); /* IE9 Compat Modes */
    src: local(""), url("fonts/open-sans-v23-latin-ext_latin-600.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("fonts/open-sans-v23-latin-ext_latin-600.woff") format("woff"),
        /* Modern Browsers */ url("fonts/open-sans-v23-latin-ext_latin-600.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("fonts/open-sans-v23-latin-ext_latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* open-sans-800 - latin-ext_latin */
@font-face {
    font-family: OpenSansBold;
    font-style: normal;
    font-weight: 800;
    src: url("fonts/open-sans-v23-latin-ext_latin-800.eot"); /* IE9 Compat Modes */
    src: local(""), url("fonts/open-sans-v23-latin-ext_latin-800.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("fonts/open-sans-v23-latin-ext_latin-800.woff") format("woff"),
        /* Modern Browsers */ url("fonts/open-sans-v23-latin-ext_latin-800.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("fonts/open-sans-v23-latin-ext_latin-800.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* cormorant-garamond-regular - latin-ext_latin */
@font-face {
    font-family: CormorantGaramondRegular;
    font-style: normal;
    font-weight: 400;
    src: url("fonts/cormorant-garamond-v10-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
    src: local(""), url("fonts/cormorant-garamond-v10-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("fonts/cormorant-garamond-v10-latin-ext_latin-regular.woff") format("woff"),
        /* Modern Browsers */ url("fonts/cormorant-garamond-v10-latin-ext_latin-regular.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("fonts/cormorant-garamond-v10-latin-ext_latin-regular.svg#CormorantGaramond") format("svg"); /* Legacy iOS */
}

/* cormorant-garamond-600 - latin-ext_latin */
@font-face {
    font-family: CormorantGaramondSemibold;
    font-style: normal;
    font-weight: 600;
    src: url("fonts/cormorant-garamond-v10-latin-ext_latin-600.eot"); /* IE9 Compat Modes */
    src: local(""), url("fonts/cormorant-garamond-v10-latin-ext_latin-600.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("fonts/cormorant-garamond-v10-latin-ext_latin-600.woff") format("woff"), /* Modern Browsers */ url("fonts/cormorant-garamond-v10-latin-ext_latin-600.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("fonts/cormorant-garamond-v10-latin-ext_latin-600.svg#CormorantGaramond") format("svg"); /* Legacy iOS */
}

/* poppins-regular - latin-ext_latin */
@font-face {
    font-family: PoppinsRegular;
    font-style: normal;
    font-weight: 400;
    src: url("fonts/poppins-v15-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
    src: local(""), url("fonts/poppins-v15-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"),
        /* Super Modern Browsers */ url("fonts/poppins-v15-latin-ext_latin-regular.woff") format("woff"), /* Modern Browsers */ url("/fonts/poppins-v15-latin-ext_latin-regular.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("fonts/poppins-v15-latin-ext_latin-regular.svg#Poppins") format("svg"); /* Legacy iOS */
}


body {
    padding: 0;
    overflow-x: hidden;
    font-family: OpenSansRegular;
}

img {
    max-width: 100%;
}

.theme-container {
    padding-top: 150px;
    /*background: #1f2732;*/
}

.hidden {
    display: none;
}

.contact {
    width: 100%;
}

.btn img {
    height: 19px;
    margin-bottom: 3px;
    margin-right: 10px;
}

.btn {
    padding: 11px 35px 9px;
    font-family: OpenSansSemibold;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
    line-height: 1px;
}

.btn-primary {
    background-color: #dbc2aa;
    border-color: #dbc2aa;
    color: #26303c;
}

.btn-primary:hover {
    background-color: #fff;
    border-color: #dbc2aa;
    color: #26303c;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

.header.fixed-header .topContactBar {
    transition: all 0.3s;
    opacity: 0;
    z-index: -99;
    position: relative;
    margin-top: -57px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    transition: all 0.3s;
}

.topContactBar {
    background: #1f2732;
    width: 100%;
    color: #ffffff !important;
    padding: 15px 0;
    margin-top: 0;
    transition: all 0.3s;
}

.topContactBar ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    font-family: OpenSans;

}

.topContactBar ul li a {
    color: #fff !important;
}

.topContactBar ul li {
    /*margin: 10px 25px;*/
    font-size: 14px;
}

.topContactBar ul .social-media-links {
    cursor: pointer;
}

.topContactBar ul li form input {
    background: none;
    border: none;
    border-bottom: 2px solid rgb(68, 68, 78);
    color: white;
    font-style: italic;
    padding-bottom: 3px;
}
.topContactBar ul li form a{

}

.navbar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #26303c;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    padding-right: 10px;
    flex-wrap: wrap;
}

navbar-collapse {
    padding-right: 9px;
}

.navbar-brand img {
    width: 320px;
    object-fit: cover;
}

.navbar .nav-item:last-of-type a {
    padding-right: 0;
}

.navbar .nav-item a.dropdown-item {
    padding: 10px 1.5rem;
}
.navbar .nav-item a.dropdown-item:hover {
    color: #26303c;
}
.navbar .nav-item .dropdown-menu {
    background: #26303c !important;
    box-shadow: none !important;
    border: none !important;
}
.navbar .nav-item a {
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    font-family: OpenSansSemibold;
}

.navbar .active a {
    color: #dbc2aa !important;
}

.header .row {
    justify-content: space-between;
    width: 100%;
}

.header .widget-body {
    width: 100%;
}

#collapsibleNavbar {
    justify-content: flex-end;
    margin-right: -8px;
}

.mainBanner {
    position: relative;
    /*background: url("../img/mainBannerBG.jpg");*/
    background-size: cover;
    width: 100%;
}

.mainBanner .mainBannerFilter {
    position: absolute;
    background: rgba(17, 17, 17, 0.68);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.mainBanner .bannerContainer {
    position: relative;
    z-index: 30 !important;
}

.mainBanner .bannerContainer h3 {
    color: #b5a483;
    font-family: OpenSansSemibold;
    font-size: 18px;
    letter-spacing: 0.7px;
}

.mainBanner .bannerContainer h2 {
    font-size: 80px;
    font-family: CormorantGaramondSemibold;
    color: #ffffff;
    margin-top: 20px;
}

.mainBanner .bannerContainer .p {
    font-size: 14px;
    width: 50%;
    color: white;
    margin: 15px 0;
    line-height: 23px;
}

.mainBanner .bannerContainer .btn {
    margin-top: 48px;
}

.mainBanner .bannerContainer button img {
    margin-top: -5px;
}

.mainBanner .bannerContainer {
    margin-top: 180px;
    margin-bottom: 280px;
}

.aboutUsHome {
    background: #26303c;
    width: 100%;
    padding-bottom: 300px;
}

.aboutUsHome .importantBox {
    background: #af3749;
    width: 100%;
    text-align: center;
    padding: 15px 20px;
}

.aboutUsHome .importantBox img {
    width: 42px;
    height: 39px;
}

.aboutUsHome .importantBox h3 {
    font-family: CormorantGaramondRegular;
    color: white;
}

.aboutUsHomeContainer .moreSol h2,
.aboutUsHomeContainer .moreSol {
    color: #DBC2AA;
    font-size: 14px !important;
    text-align: center;
    font-family: OpenSansRegular;
    text-transform: uppercase;
    margin-top: 20px;
    width: 100%;
    display: block;
}

.aboutUsHome .solutiiInfoDesc .p,
.aboutUsHome .importantBox .p {
    position: relative;
    width: 65%;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 15px;
    color: white;
    text-align: justify;
}

.solutiiInfoDesc .p {
    position: relative;
}

.solutiiInfoDesc .p::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 40px;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.aboutUsHome .solutiiInfoDesc .p::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 40px;
    background: transparent linear-gradient(180deg, #26303C00 0%, #26303C 100%) 0% 0% no-repeat padding-box;
}

.aboutUsHome .importantBox .p::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 40px;
    background: transparent linear-gradient(180deg, #af374900 0%, #af3749 100%) 0% 0% no-repeat padding-box;
}

.solutiiCardFloat.tab-pane .p::after,
.solutiiCardFloat.importantBox .p::after,
.solutiiCardFloat.aboutUsBox .p::after {
    display: none;
}

.aboutUsHome .importantBox h2 {
    color: #dbc2aa;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 3vh;
    cursor: pointer;
}

.aboutUsHome .aboutUsHomeContainer > h3 {
    font-family: CormorantGaramondRegular;
    font-size: 48px;
    color: white;
    text-align: center;
    margin-top: 45px;
}

.aboutUsHome .aboutUsHomeContainer > .p {
    position: relative;
    width: 50%;
    font-size: 14px;
    margin: 0 auto;
    color: white;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.aboutUsHome .aboutUsHomeContainer > .p::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 5vh;
    background: transparent linear-gradient(180deg, #26303c00 0%, #26303c 100%) 0% 0% no-repeat padding-box;
}

.aboutUsHome .aboutUsHomeContainer > h2 {
    color: #dbc2aa;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    cursor: pointer;
}

.characteristics {
    position: relative;
    background: white;
    width: 100%;
    /*padding-top: 240px;*/
    padding-bottom: 85px;
}

.characteristics .video-item {
    position: relative;
    width: 800px;
    height: 220px;
    margin: auto;
}

.characteristics .bgVideo {
    position: absolute;
    width: 800px;
    height: 420px;
    object-fit: cover;
    top: -240px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.characteristics h3 {
    font-family: CormorantGaramondRegular;
    font-size: 48px;
    color: #000000;
    text-align: center;
}

.characteristics .p {
    color: #666666;
    width: 50%;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}

.characteristics .gridCharacteristics {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    align-items: center;
}

.characteristics .boxCharacteristics img {
    max-width: 46px;
}

.characteristics .boxCharacteristics {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #e6e6e6;
    padding: 40px 40px;
    margin: 0 10px;
    transition:0.6s;
}
.characteristics .boxCharacteristics:hover img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(265deg) brightness(108%) contrast(101%);
}
.characteristics .boxCharacteristics:hover h5{
    color:white;
}
.characteristics .boxCharacteristics:hover{
    background: #484848;
    color:white;
}

.characteristics .boxCharacteristics h5 {
    color: #26303c;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-left: 20px;
}

.historic {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    padding: 140px 0;
}

.historic .historicFilter {
    position: absolute;
    background: rgba(45, 45, 59, 0.568);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.historic .historicContainer {
    position: relative;
    z-index: 5;
}

.historic .historicContainer > h3 {
    font-family: CormorantGaramondRegular;
    font-size: 48px;
    color: white;
}

.historic .p {
    color: #ffffff;
    font-size: 14px;
    margin-top: 17px;
    line-height: 23px;
}

.historic .gridHistoric {
    width: 100%;
    margin-top: 40px;
}

.historic .gridHistoric .boxHistoric {
    background: #dbc2aa42;
    padding: 20px 10px;
    text-align: center;
}

.historic .gridHistoric .boxHistoric > h3 {
    font-family: OpenSansSemibold;
    font-size: 40px;
    color: #dbc2aa;
    margin-bottom: 8px;
}

.historic .gridHistoric .boxHistoric > h4 {
    font-family: OpenSansSemibold;
    color: #dbc2aa;
    font-size: 12px;
    margin-bottom: 0;
}

.joinUs {
    width: 100%;
    background-color: #f3f3f3;
    position: relative;
}

.joinUs .backgroundLeft {
    padding-top: 118px;
    padding-bottom: 126px;
}

.joinUs ul li {
    background-image: url("../img/checkIcon.png");
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position-y: 2px;
}

.joinUs .backgroundRight {
    /*background: url("../img/backgroundWoman.png");*/
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
}

.joinUs .backgroundLeft .containerBGLeft {
    position: relative;
}

.joinUs .backgroundLeft .containerBGLeft > h3 {
    font-family: CormorantGaramondRegular;
    font-size: 40px;
    color: black;
}

.joinUs .backgroundLeft .containerBGLeft > .p {
    color: #666666;
    font-size: 14px;
    margin-top: 26px;
    margin-bottom: 26px;
}

.joinUs .backgroundLeft .containerBGLeft > img {
    position: absolute;
    bottom: 13%;
    left: -25%;
}

.joinUs .backgroundLeft .containerBGLeft ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 25px;
}

.joinUs .backgroundLeft .containerBGLeft ul li img {
    margin-top: -5px;
    margin-right: 10px;
}

.joinUs .backgroundLeft .containerBGLeft ul li {
    color: #666666;
    font-size: 14px;
    margin-top: 15px;
}

.parteners {
    width: 100%;
    background-color: #1f2732;
    text-align: center;
    padding: 133px 0;
}

.parteners h3 {
    font-family: CormorantGaramondRegular;
    font-size: 48px;
    color: rgb(255, 255, 255);
}

.parteners .p {
    color: #ffffff;
    font-size: 14px;
    width: 65%;
    margin: 0 auto;
    margin-top: 21px;
}

.parteners-slick {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logos .parteners-div {
    border: none !important;
}
.parteners-div {
    border-right: 1px solid #474E57;
    height: 120px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.parteners .parteners-slick img {
    height: auto;
    margin-left: 20px;
    width: 78%;
}

.testimonials {
    width: 100%;
    padding-top: 110px;
    padding-bottom: 70px;
}

.testimonials .testimonialsContainer1 h3 {
    font-family: CormorantGaramondRegular;
    font-size: 48px;
    color: #000000;
    width: 70%;
}


.testimonials .testimonialsContainer1 .p {
    color: #666666;
    font-size: 14px;
    width: 90%;
}

.testimonialsContainer1 {
    padding-top: 40px;
}

.statusProfile p,
.statusProfile {
    color: #66666690;
    font-size: 14px;
    font-family: OpenSansSemibold;
}

.testimonials .testimonialsContainer2 .p p,
.testimonials .testimonialsContainer2 .p {
    position: relative;
    background: #f3f3f3;
    font-family: CormorantGaramondRegular;
    font-style: italic;
    font-size: 20px;
    padding: 20px 30px;
    margin-bottom: 15px;
}

.testimonials .testimonialsContainer2 .p::after {
    position: absolute;
    bottom: -15px;
    left: 27px;
    content: "";
    width: 30px;
    height: 15px;
    background: #f3f3f3;
    clip-path: polygon(50% 0%, 100% 0, 76% 100%);
}

.testimonials .testimonialsContainer2 .flexProfile {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px 30px;
}

.testimonials .testimonialsContainer2 .flexProfile .imageProfile {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: rgb(75, 73, 73);
}

.testimonials .testimonialsContainer2 .flexProfile div > div {
    margin-bottom: 0;
    margin-left: 20px;
    padding: 0;
    line-height: 22px;
}

.testimonials .testimonialsContainer2 .flexProfile div > div:nth-child(1) {
    font-family: CormorantGaramondBold;
    font-size: 18px;
}

.testimonials .testimonialsContainer2 .slick-next {
    position: absolute;
    top: 45%;
}

.testimonials .testimonialsContainer2 .slick-prev {
    position: absolute;
    top: 45%;
}

.logos {
    margin-top: 80px;
    margin-bottom: 80px;
}

.logos .logos-slick img {
    height: auto;
    width: 90%;
    /*height: 70px;*/
    /*width: 120px;*/
    /*object-fit: cover;*/
}

.home .contact {
    position: relative;
    background: #1f2732;
    width: 100%;
    padding: 150px 100px;
}

.home .contact .backgroundLeft {
    position: absolute;
    background: rgb(165, 149, 149);
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
}

.home .contact .backgroundRight {
    padding-left: 70px;
}

.home .contact .backgroundRight h3 {
    font-family: CormorantGaramondRegular;
    font-size: 40px;
    color: #ffffff;
}

.home .contact .backgroundRight .p {
    color: #ffffff;
    font-size: 14px;
    width: 90%;
    line-height: 23px;
    margin-bottom: 15px;
}

.footer {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 80px;
}

.footer .footerFilter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 14, 14, 0.24);
    z-index: 0;
}

.footer .container {
    z-index: 10;
}

.footer .p {
    margin-top: 20px;
    margin-bottom: 15px;
    color: white;
    line-height: 18px;
}

.footer h3 {
    color: #dbc2aa;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.4px;
}

.footer ul {
    list-style-type: none;
    margin-top: 25px;
}

.footer ul li a img {
    margin-bottom: 3px;
}

.footer ul li a,
.footer ul li {
    color: #cfcbcb;
    line-height: 21px;
    margin-bottom: 30px;
    font-size: 14px;
}

.social a {
    margin: 0 5px;
}

.footer .docs ul li {
    margin-bottom: 20px;
}

.footer .docs h3 a {
    color: #DBC2AA;
}

.footer .news .p {
    font-size: 13px;
    color: #cfcbcb;
}

.footer .news .p a {
    color: #cfcbcb;
}

.footer .news .newsletterFlex input {
    border-radius: 0;
}

.footer .news .newsletterFlex button {
    border-radius: 0;
    padding: 17px 40px;
    font-weight: 100;
    width: 100%;
}

.footer .news .submit-newsletter {
    width: 100%;
}

.copyright {
    background: #1f2732;
    width: 100%;
    padding: 15px 0;
}

.copyright h2 {
    font-family: PoppinsRegular;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.2px;
    text-align: center;
}

.copyright a {
    color: #DBC2AA;
}

/*slick*/

.slick-dots li {
    display: inline-block;
    /*margin: 0 2px;*/
    padding: 0;
}

.slick-dots li button {
    width: 28px;
    height: 28px;
    overflow: hidden;
    border-radius: 50%;
    outline: 0;
    box-shadow: none;
    font-size: 0;
    margin-top: 30px;
    margin-bottom: 15px;
    transform: scale(0.5);
    background-color: rgb(68, 65, 65);
    border: 1px solid #484848;
}

.slick-dots {
    text-align: center;
    bottom: -70px;
    top: auto;
    left: 0;
    right: 0;
    position: absolute;
    padding-left: 0;
    margin-bottom: 0;
}

.slick-dots li.slick-active button {
    background-color: #484848;
    border-color: #484848;
}

/*slick arrow*/
.slick-next {
    position: absolute;
    top: 35%;
    z-index: 10;
    /*transform: translate(5%);*/
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0 !important;
    box-shadow: none;
    background: transparent;
    font-size: 0;
    background: url("../img/rightArrow.png") no-repeat;
    background-size: 100%;
    height: 84px;
    width: 42px;
    /*opacity: 0.7;*/
}

.slick-prev {
    position: absolute;
    top: 35%;
    z-index: 10;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0 !important;
    box-shadow: none;
    background: transparent;
    font-size: 0;
    background: url("../img/leftArrow.png") no-repeat;
    background-size: 100%;
    height: 84px;
    width: 42px;
    /*opacity: 0.7;*/
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.logos .slick-prev,
.logos .slick-next {
    top: 20%;
}

.map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
}

.tab-content .active.fade:not(.show) {
    opacity: 1;
}

.aboutUsHomeContainer {
    width: 100%;
}

.ourMission #youtube-iframe {
    top: 0 !important;
}

.contact-widget a.p {
    width: 100%;
    display: flex;
    align-items: center;
}

.search a {
    border-bottom: 2px solid rgb(68, 68, 78);
    padding-bottom: 4px;
    padding-right: 4px;
}

.search i {
    color: #DBC2AA;
}

.draft-info {
    color: #CB2424;
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

.noResults, .searchResults h3 {
    font-size: 21px;
    color: #000;
}

.searchResults {
    width: 100%;
    padding: 50px 0;
}

.searchResultsCard {
    box-shadow: 0px 3px 15px #00000020;
    padding: 30px 25px;
    margin-bottom: 20px;
}

.searchResults .searchResultsMain {
    font-family: CormorantGaramondRegular;
    font-size: 17px;
    color: #443737;
    line-height: 26px;
    margin-top: 20px;
}
.footer-desc span {
    margin-top: 15px;
    display: block;
}
.footer-desc {
    color: #CFCBCB !important;
    font-size: 13px;
}
.map-link {
    color: #0099F7 !important;
    cursor: pointer;
}
.pagination .page-item a{
    border: none;
    color: #000;
    padding: 0;
    font-family: OpenSansSemibold;
    font-size: 14px;
}
.page-link:focus {
    border: none;
    box-shadow: none;
}
.page-link:hover ,
.page-item.active .page-link {
    background-color: transparent;
    color: #DBC2AA;
}

.contact-form .alert-success {
    background-color: transparent;
    border: none;
    padding-left: 0;
    color: #000;
}

.p-0 {
    padding: 0!important;
}
.img-video {
    height: 250px;
}
.gridContributors a {
    color: #dbc2aa;
}

.faq-item.active .collapse{
    display: block;
}

.faq .title {
    font-size: 26px;
    font-family: CormorantGaramondSemiBold;
    margin-bottom: 30px;
}
.faq {
    padding: 30px 30px 50px 30px;
}

.faq-item ul,
.faq-item ol{
    padding-left: 17px;
}
.links-div a{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
}

.textAuction,
.textAuction p{
    text-align: justify;
}

.paragraphsCard img{
    display: block;
    margin: auto;
    margin-bottom: 25px;
}

.historicContainer .p {
    text-align: justify;
}
.footer-desc span{
    font-style: normal;
}
.footer-desc {
    font-style: italic;
}

html {
    scroll-behavior: smooth;
}
.gdpr-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 8;
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: CormorantGaramondSemiBold;
}
.textZone {
    font-style: normal;
}

#nav-teritorial p,
#nav-teritorial .p{
    color: rgb(122, 110, 110);
}

.pagination {
    font-style: initial;
}
.logos .slick-prev,
.logos .slick-next {
    top: 30%;
}

.logos-slick {
    /*height: 150px;*/
}

.textZone .price {
    font-style: normal !important;
    font-weight: normal !important;
}


.law {
    width: 100%;
}

.law .mainBanner {
    width: 100%;
    background-position: bottom;
}

.law .mainBanner h3 {
    font-size: 70px;
    font-family: CormorantGaramondRegular;
    color: #ffffff;
    margin-top: 20px;
    padding: 100px 0;
    text-align: center;
}

.law .contentLaw {
    padding: 50px 0;
}

.law .contentLaw h3 {
    /*font-size: 40px;*/
    font-size: 21px;
    font-family: CormorantGaramondSemiBold;
    text-transform: uppercase;
    line-height: 48px;
    color: #000000;
    width: 70%;
    margin: 30px auto;
    margin-top: 100px;
    text-align: center;
}

.law .contentLaw .containerCardLaw {
    padding: 25px 30px;
    width: 100%;
    background: rgb(248, 252, 252);
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 30px 0;
}
.law .contentLaw .containerCardLaw img {
    margin-right: 30px;
}

.law .contentLaw .containerCardLaw .textCardLaw {
    color: rgb(201, 54, 54);
    font-family: CormorantGaramondSemiBold;
    font-size: 18px;
    letter-spacing: -0.75px;
    line-height: 18px;
}

.law .contentLaw .containerCardLaw .textCardLaw span {
    color: rgb(86, 86, 107);
    cursor: pointer;
}
.law .contentLaw .containerCardLaw .textCardLaw p {
    display: inline;
}

.law .links {
    padding: 30px 0;
    padding-bottom: 140px;
}

.law .links h3 {
    /*font-size: 40px;*/
    font-size: 21px;
    font-family: CormorantGaramondRegular;
    text-transform: uppercase;
    color: #000000;
    width: 70%;
    margin: 0px auto;
    margin-bottom: 50px;
    text-align: center;
}

.law .links-slick .slick-prev {
    left: -150px;
}



.law .links {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.law  .links {
    border-right: 1px solid #474E57;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.law .links-slick .slick-slide img {
    max-height: 100%;
    /*height: auto;*/
    /*margin-left: 20px;*/
    /*width: 78%;*/
    /*max-height: 70px!important;*/
    /*max-width:78%;*/
}


.info {
    width: 100%;
}

.info .mainBanner {
    width: 100%;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.info .mainBanner h3 {
    font-size: 70px;
    font-family: CormorantGaramondRegular;
    color: #ffffff;
    margin-top: 20px;
    padding: 100px 0;
    text-align: center;
}

.info .contentInfo {
    width: 100%;
    background: rgb(240, 240, 240);
    padding: 80px 0;
}

.info .contentInfo .cardInfo {
    background: white;
    padding: 40px 50px;
    margin: 10px;
    margin-top: 25px;
    border-bottom: 5px solid rgb(221, 218, 218);
}

.info .contentInfo .cardInfo h5 {
    font-size: 26px;
    font-family: CormorantGaramondSemiBold;
    letter-spacing: 0.11px;
}

.info .contentInfo .cardInfo .nav-tabs {

    margin-top: 40px;
    border-bottom: 0;
    font-family: OpenSansSemiBold;
    text-transform: uppercase;
    font-size: 14px;
}

.info .contentInfo .cardInfo .nav-tabs a {
    color: #26303c;
    background: #dbc2aa3b;
    margin-right: 20px;
    border:none;
}

.info .contentInfo .cardInfo .tab .nav-link.active {
    border:none;
    box-shadow: 0px -5px 10px #0000000f;
    background: white;
}

.info .contentInfo .cardInfo .nav-tabs li:nth-child(3) a {
    color: #cb2424;
    background: #dbc2aa3b;
    margin-bottom: 0;

}

.info .contentInfo .cardInfo .nav-tabs li:nth-child(3) .nav-link.active {
    background: #af37491e !important;
}

.info .contentInfo .cardInfo .tab .tab-content .tab-pane {
    padding: 25px;
    box-shadow: 0px 30px 30px #0000000f;
    margin-top: 0;
}

.info .contentInfo .cardInfo .tab .tab-content .tab-pane:nth-child(1) p {
    color: #666666;
    font-size: 14px;
    padding-top: 30px;
}

.info .contentInfo .cardInfo .tab .tab-content .tab-pane:nth-child(1) p:nth-child(2) {
    text-align: center;
}

.info .contentInfo .cardInfo .tab .tab-content .tab-pane:nth-child(1) a span {
    position: relative;
    display: block;
    color: #666666;
    font-family: OpenSansSemiBold;
    font-size: 14px;
    letter-spacing: 0.8px;
    text-align: center;
    text-transform: uppercase;
    width: fit-content;
}

.info .contentInfo .cardInfo .tab .tab-content .tab-pane:nth-child(2) ul {
    list-style-type: none;
}

.info .contentInfo .cardInfo .tab .tab-content .tab-pane:nth-child(2) ul li{
    margin: 20px 0;
}

.info .contentInfo .cardInfo .tab .tab-content .tab-pane:nth-child(3) {
    background: #af37491e;
    color: #cb2424;
    padding: 25px 60px;
    text-align: center;
}

.info .contentInfo .cardInfo .tab .tab-content .tab-pane:nth-child(3) img {
    width: 40px;
    height: 35px;
    margin-bottom: 25px;
}

.info .contentInfo .cardInfo p ,
.info .contentInfo .cardInfo .p {
    font-size: 14px;
    color: #666666 !important;
    margin-bottom: 15px;
    line-height: 23px;
}

.info .contentInfo .cardInfo .p p{

}

.info .contentInfo .cardInfo .smallParagraph{
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
    line-height: 23px;
}

.info .contentInfo .cardInfo > .p > ul > li {
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    margin: 5px;
    margin-left: 15px;
}

.info .contentInfo .cardInfo .doc {
    color: rgb(216, 46, 46);
}

.info .contentInfo .cardInfo img {
    width: 18px;
    height: 25px;
}

.info .contentInfo .cardInfo img {
    margin: 0 5px;
}

.info .contentInfo .cardInfo .importantBox {
    background: #fce4e7;
    padding: 35px 45px;
    color: #cb2424;
    margin-top: 20px;
}

.info .contentInfo .cardInfo .importantBox .danger img {
    width: 45px;
    height: 40px;
}

.info .contentInfo .cardInfo .importantBox .cross img {
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.info .contentInfo .cardInfo .importantBox .importantText {
    margin-top: 15px;
    font-size: 14px;
    line-height: 23px;
}

.info .contentInfo .cardInfo .importantBox .importantText ul {
    color: #cb2424;
}

.info .news {
    padding: 0px 0;
    background: rgb(240, 240, 240);
}

.info .drafts h3 {
    font-size: 48px;
    font-family: CormorantGaramondRegular;
    color: black;
    text-align: center;
    margin: 95px 0 0px;
    /*margin: 60px 0 20px;*/
    /*margin: 40px 0;*/
}

.info .drafts .draftsContainer {
    background: white;
    padding: 30px 40px;
    margin: 0 25px;
}

.info .drafts .draftsContainer .pdf {
    color: #cb2424;
    font-size: 14px;
    margin-bottom: 30px;
    display: block;
}

.info .drafts .draftsContainer .pdf img {
    height: 22px;
    width: 17px;
    margin-right: 15px;
}

.info .drafts .draftsContainer .word {
    color: #005ec6;
    font-size: 14px;
    margin-bottom: 30px;
    display:block;
}

.info .drafts .draftsContainer .word img {
    height: 22px;
    width: 17px;
    margin-right: 15px;
}

.info .drafts .draftsContainer .colDocs {
    padding: 25px 50px;
}

.info .drafts .draftsContainer .colDocs:nth-child(1) {
    border-right: 2px solid #70707028;
}
.bannerGdpr {
    text-align: center;
    color: #fff !important;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    position: relative;
}
#gdpr-page-title {
    display: none;
}
.gdpr-container {
    padding-top: 100px;
    padding-bottom: 100px;
}
.gdpr-container,
.bannerGdpr {
    width: 100%;
}

.bannerGdpr h3 {
    font-size: 70px;
    font-family: CormorantGaramondRegular;
    color: #ffffff;
    margin-top: 20px;
    padding: 100px 0;
    text-align: center;
}

.gdpr-container p {
    color: gray;
    line-height: 25px;
    font-size: 15px;
}

.gdpr-container li{
    color: gray;
    line-height: 25px;
    font-size: 15px;
}

#gdpr-cookie-status{
    display:none;
}


.contact .mainBanner {
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    z-index: 5;
    position: relative;
    background-position: bottom;
}
.contact .mainBannerFilter {
    position: absolute;
    background-color: rgba(63, 63, 78, 0.596);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.contact .mainBanner {
    z-index: 10;
    position: relative;
}

.contact .mainBanner h3 {
    font-size: 70px;
    font-family: CormorantGaramondRegular;
    color: #ffffff;
    margin-top: 20px;
    padding: 100px 0;
    text-align: center;
}

.contact .contact {
    position: relative;
    background: #1f2732;
    width: 100%;
    padding: 150px 100px;
    margin-top: 0 !important;
}

.contact .contact .backgroundRight {
    padding-left: 70px;
}
.contact .contact .backgroundRight h3 {
    font-family: CormorantGaramondRegular;
    font-size: 48px;
    color: #ffffff;
    letter-spacing: 1.5px;
    line-height: 56px;
}

.contact .contact .backgroundRight .p {
    color: #ffffff;
    font-size: 14px;
    width: 90%;
    line-height: 23px;
    margin-bottom: 15px;
}

.contact .rowSocialsForm {
    padding: 140px 0;
}

.contact .rowSocialsForm h3 {
    font-family: CormorantGaramondRegular;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1.5px;
    line-height: 62px;
}

.contact .rowSocialsForm .p {
    color: #666666;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 15px;
}

.contact .rowSocialsForm .form label {
    color: rgb(94, 92, 92);
    font-size: 13px;
}

.contact .rowSocialsForm .form input {
    border-radius: 0;
    border: 1px solid rgb(226, 226, 226);
    margin: 5px 0;
    outline: none;
}

.contact .rowSocialsForm .form textarea {
    border-radius: 0;
    border: 1px solid rgb(226, 226, 226);
    margin: 8px 0;
    outline: none;
}
.contact .rowSocialsForm .form .form-group > a {
    width: 40%;
    padding: 15px 15px;
    padding-top: 17px;
    letter-spacing: 0.7px;
    font-size: 13px !important;
    font-family: PoppinsRegular;
    background: rgb(230, 198, 171) !important;
    color: black !important;
    transition: 0.4s;
}
.contact .rowSocialsForm .form .form-group > a:hover {
    background: rgb(252, 222, 198) !important;
}

.contact .rowSocialsForm .program {
    padding-left: 70px;
}

.contact .rowSocialsForm .program .socials ul{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact .rowSocialsForm .program .socials ul li{
    margin:0 5px;
}


.competence {
    width: 100%;
}
.competence .mainBanner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 0;
    width: 100%;
}
.competence .mainBannerFilter {
    position: absolute;
    background-color: rgba(34, 34, 39, 0.418);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.competence .competenceContainerBanner {
    z-index: 10;
    position: relative;
}

.competence .mainBanner h3 {
    font-size: 80px;
    font-family: CormorantGaramondRegular;
    color: #ffffff;
    margin-top: 20px;
    padding: 100px 0;
    text-align: center;
}

.competence .content {
    padding: 80px 0;
}

.competence .content .p {
    color: rgb(122, 110, 110);
    line-height: 23px;
    font-size: 14px;
    margin-bottom: 15px;
}

.competence .tabs {
    background: #f4f6f8;
    padding: 100px 0;
}

.competence .tabs nav {
    display: flex;
    justify-content: center;
    width: 100%;
}

.competence .tabs .nav-tabs {
    border: none;
}

.competence .tabs .nav-tabs button {
    font-size: 24px;
    font-family: CormorantGaramondSemiBold;
    padding: 30px 60px;
    background: #f4f6f8;
    opacity: 60%;
}

.competence .tabs .nav-tabs .active {
    background: #ffffff;
    outline: none;
    border-bottom: none;
    color: black;
    opacity: 100%;
}

.faq-item .tab-content ,
.competence .tab-content {
    background: #ffffff;
    width: 100%;
    padding: 80px 60px;
    box-shadow: 0px 5px 0px 0px rgb(218, 216, 216);
}

.faq-item .plus {
    line-height: 0.7;
    color: black;
    font-size: 45px;
    font-weight: 900;
}
.competence .tab-content .plus {
    color: black;
    font-size: 45px;
    font-weight: 900;
}
.faq-item .toggleText {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #bc362e;
    width: 100%;
    letter-spacing: -0.75px;
    font-family: CormorantGaramondSemiBold;
    font-size: 18px;
    background: #f4f6f8;
    padding: 6px 45px;
    margin: 0;
    margin-top: 20px;
}
.competence .tab-content .toggleText {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #bc362e;
    width: 100%;
    letter-spacing: -0.75px;
    font-family: CormorantGaramondSemiBold;
    font-size: 18px;
    background: #f4f6f8;
    padding: 6px 45px;
    margin: 0;
    margin-top: 40px;
}

.faq-item .card ,
.competence .tab-content .card {
    border: none;
    background: #f4f6f8;
    padding: 0px 45px;
}

.faq-item .p ,
.competence .tab-content .card .p {
    color: #666666;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 23px;
}

.faq-item .card .paragraphsCard {
    border-top: 1px solid rgb(233, 230, 230);
    padding: 20px 0 10px;
}
.competence .tab-content .card .paragraphsCard {
    border-top: 1px solid rgb(233, 230, 230);
    padding: 35px 0;
}

.auctions {
    width: 100%;
}

.auctions .mainBanner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 0;
    width: 100%;
}

.auctions .mainBanner h3 {
    font-size: 80px;
    font-family: CormorantGaramondRegular;
    color: #ffffff;
    margin-top: 20px;
    padding: 100px 0;
    text-align: center;
}

.auctions .dropDownsAuctions {
    width: 100%;
    padding: 26px 0px;
    position: relative;
    animation: fadeIn 0.8s;
}


.auctions .dropDownsAuctions .container {
    position: absolute;
    background-color: white;
    box-shadow: 0px 10px 20px #0000000f;
    padding: 25px;
    padding-bottom: 40px;
    margin-top: -100px;
    left: 0;
    right: 0;
}

.auctions .dropDownsAuctions h3 {
    font-family: CormorantGaramondSemiBold;
    font-size: 32px;
    color: #000000;
}

.auctions .dropDownsAuctions label {
    color: #87898a;
    font-size: 14px;
    padding-left: 3px;
}


.auctions .dropDownsAuctions input {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 10px 15px;
    font-size: 14px;
    height: 38px;
}


.auctions .dropDownsAuctions .custom-select select {
    display: none;
}

.auctions .dropDownsAuctions .select2-selection {
    background: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cdefs%3E%3Cstyle%3E.a,.b%7Bfill:%2326303c;%7D.a%7Bopacity:0;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(4715.837 -1397.337) rotate(90)'%3E%3Crect class='a' width='26' height='26' transform='translate(1397.337 4689.837)'/%3E%3Cpath class='b' d='M1.944,0,6.8,4.86,11.664,0l1.944.972-6.8,6.8L0,.972Z' transform='translate(1406.465 4709.562) rotate(-90)'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 7px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 5px 15px;
    margin-left: 0;
    outline: none;
}

.auctions .dropDownsAuctions .select2-selection .select2-selection__rendered {
    line-height: 25px;
}

.auctions .dropDownsAuctions .select2-selection .select2-selection__arrow {
    display: none;
}

.auctions .dropDownsAuctions .select2-selection .select2-selection__clear {
    margin-right: 0;
    margin-top: 7px;
}


.auctions .searchBox {
    padding: 30px 20px;
    text-align: center;
    animation: fadeIn 0.8s;
}

.auctions .searchBox input {
    position: relative;
    color: black;
    font-family: CormorantGaramondSemiBold;
    font-size: 24px;
    letter-spacing: 0.4px;
    width: 500px;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid black;
    outline: none;
}

.auctions .searchBox input::placeholder {
    color: black;
    font-family: CormorantGaramondSemiBold;
    font-size: 24px;
    letter-spacing: 0.4px;
}

.auctions .searchBox input:focus {
    border-bottom: 1px solid black;
}

.auctions .searchBox img {
    cursor: pointer;
}

.auctions .contentAuctions .rowAuction {
    margin: 60px 0;
    display: flex;
}

.auctions .contentAuctions .rowAuction .textZone {
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.auctions .contentAuctions .rowAuction .textZone h5 {
    font-size: 40px;
    font-family: CormorantGaramondSemibold;
    line-height: 48px;
    letter-spacing: -0.05px;
}

.auctions .contentAuctions .rowAuction .textZone .iconsArea span {
    color: #adadad;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 17px;
}

.auctions .contentAuctions .rowAuction .textZone .descriptionRow {
    min-height: 100px;
}

.auctions .contentAuctions .rowAuction .textZone .p {
    color: #666666;
    font-size: 14px;
    line-height: 23px;
    margin: 10px 0;
    padding-bottom: 5px;
    font-weight: normal;
}


.auctions .contentAuctions .rowAuction .textZone .price {
    border-top: 1px solid #70707015;
    padding-top: 10px;
}

.auctions .contentAuctions .rowAuction .textZone .price .col-md {
    font-size: 14px;
    font-family: OpenSansSemiBold;
    letter-spacing: 0.9px;
    margin-top: 10px;
}

.auctions .contentAuctions .rowAuction .textZone .price .col-md:nth-child(1) {
    color: #1f2732;
}

.auctions .contentAuctions .rowAuction .textZone .price .col-md:nth-child(2) {
    color: #dd0000;
}

.auctions .contentAuctions .rowAuction .textZone .price .col-md:nth-child(3) a {
    color: #26303c;
    background: #dbc2aa;
    padding: 10px 15px;
    text-align: right;
    letter-spacing: 0.7px;
    transition: 0.4s;
}

.auctions .contentAuctions .rowAuction .textZone .price .col-md:nth-child(3) a:hover {
    background: #e0d0c1;
    letter-spacing: 1.1px;
    padding: 10px 12px;
}

.auctions .contentAuctions .rowPages {
    margin: 30px auto;
    margin-bottom: 56px;
}

.auctions .contentAuctions .rowPages ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
}

.auctions .contentAuctions .rowPages ul li {
    margin: 0 15px;
    text-transform: uppercase;
    font-family: OpenSansSemiBold;
    font-size: 14px;
    cursor: pointer;
}

.scrolltrigger {
    opacity: 0;
    transform: translateY(50px);
    transition: 0.9s;
}

.scrolltrigger.triggered {
    opacity: 1 !important;
    transform: translateY(0);
}


.scrolltrigger .col-md-6 > img {
    transform: scale(0.8);
    transition: 0.9s;
}

.scrolltrigger.triggered .col-md-6 > img {
    transform: scale(1);
}


.scrolltrigger .iconsArea div:nth-child(even) img {
    transform: translateX(50px) translateY(50px);
    transition: 0.9s;
}

.scrolltrigger .iconsArea div:nth-child(even) span {
    transform: translateX(50px) translateY(50px);
    transition: 1.1s;
}

.scrolltrigger .iconsArea div:nth-child(odd) img {
    transform: translateX(-50px) translateY(50px);
    transition: 0.9s;
}

.scrolltrigger .iconsArea div:nth-child(odd) span {
    transform: translateX(-50px) translateY(50px);
    transition: 1.1s;
}

.scrolltrigger.triggered .iconsArea div:nth-child(even) img {
    transform: translateX(0px) translateY(0px);
}

.scrolltrigger.triggered .iconsArea div:nth-child(even) span {
    transform: translateX(0px) translateY(0px);
}

.scrolltrigger.triggered .iconsArea div:nth-child(odd) img {
    transform: translateX(0px) translateY(0px);
}

.scrolltrigger.triggered .iconsArea div:nth-child(odd) span {
    transform: translateX(0px) translateY(0px);
}


@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



.auction {
    width: 100%;
    padding: 0px 0;
    padding-top:30px;
    background: #F3F3F3;
}

.auction .col-md-5{
    margin-bottom: 50px;
}

.auction .breadcrumbs ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;


}
.auction .breadcrumbs ul li:first-child img{
    margin-bottom: 3px;
}
.auction .breadcrumbs ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    color:#1F2732;
    font-size: 16px;


}

.auction .breadcrumbs ul li a{
    text-transform: lowercase!important;
    color:#1F2732;
}

.auction .breadcrumbs ul li a::first-letter{
    text-transform: uppercase;
}

.auction .breadcrumbs ul li img {
    width: 15px;
    height: 16px;
}

.auction .leftSideAuction {
    background: #FFFFFF;

}


.auction .leftSideAuction .images {
    position: relative;
    padding: 20px;
    padding-bottom: 60px;
    min-height: 250px;
}

.auction .leftSideAuction .images img {
    width: 100%;
    animation:fadeInEffect 1.2s;
}

.auction .leftSideAuction .images h3 {
    position: absolute;
    bottom: 0;
    left: 0px;
    font-family: OpenSansSemiBold;
    font-size: 14px;
    text-transform: uppercase;
    background: #DBC2AA;
    color: #1F2732;
    letter-spacing: 0.9px;
    padding: 10px 15px;
    padding-right: 45px;
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
}

.auction .leftSideAuction .textAuction {
    padding: 20px;
    animation:fadeIn 0.8s;
}

.auction .leftSideAuction .textAuction h4 {
    font-family: CormorantGaramondSemiBold;
    font-size: 40px;
    color: #000000;
    margin: 20px 0;
}

.auction .leftSideAuction .textAuction p {
    font-size: 14px;
    color: #666666;
}

.auction .leftSideAuction .linkWebsite {
    padding: 20px;
}

.auction .leftSideAuction .links-auction {
    background: #fbfbfb;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    border-top: 1px solid #f5f5f5;
    padding: 50px 25px;
}

.auction .leftSideAuction .links-auction ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auction .leftSideAuction .links-auction li {
    margin: 0 5px;
    color: #666666;
    font-size: 14px;
}

.auction .rightSideAuction .infoAuction {
    background: #FFFFFF;
    padding: 30px 50px;
    padding-right: 35px;
    animation:fadeIn 0.8s;
}

.auction .rightSideAuction .infoAuction .date a{
    margin-left:7px;
    font-family: OpenSansRegular;
    color:#0099F7;
    font-size: 13px;
}

.auction .rightSideAuction .infoAuction h4 {
    font-family: CormorantGaramondSemiBold;
    font-size: 26px;
    letter-spacing: 0.11px;
    line-height: 31px;
    margin-bottom: 17px;
}

.auction .rightSideAuction .infoAuction p {
    display: flex;
    align-items: center;
    font-family: OpenSansSemiBold;
    font-size: 14px;
    color: #1F2732;
    margin-bottom: 0;
    margin-top:10px;
}

.auction .rightSideAuction .infoAuction p img {
    margin-right: 5px;
}

.auction .rightSideAuction .infoAuction a{
    display: flex;
    align-items: center;
    font-family: OpenSansSemiBold;
    font-size: 14px;
    color: #1F2732;
    margin:5px 0;
}

.auction .rightSideAuction .infoAuction a img {
    margin-right: 5px;
}

.auction .rightSideAuction .infoAuction .priceLabel {
    font-family: OpenSansRegular;
    color: #1F2732;
    letter-spacing: 0.9px;
    margin: 0;
}

.auction .rightSideAuction .infoAuction .price {
    color: #DD0000;
    font-size: 18px;
}

.auction .rightSideAuction .publicationSale {
    background: #FFFFFF;
    padding: 40px 50px;
    margin-top: 25px;
    animation:fadeIn 0.8s;
}
.auction .rightSideAuction .publicationSale .d-flex{
    margin-top:20px;
}

.auction .rightSideAuction .publicationSale .d-flex img{
    width:17px;
    height:22px;

}
.auction .rightSideAuction .publicationSale .pdf{
    color:#CB2424;
    margin-left:12px;
    display: inline;
}

.auction .rightSideAuction .publicationSale h4 {
    font-family: CormorantGaramondSemiBold;
    font-size: 26px;
    letter-spacing: 0.11px;
    line-height: 31px;
    margin-bottom: 17px;
}

.auction .rightSideAuction .publicationSale p {
    font-size: 14px;
    color: #666666;
    line-height: 23px;
}

.auction .rightSideAuction .otherDocs {
    background: #FFFFFF;
    padding: 40px 50px;
    margin-top: 25px;
    animation:fadeIn 0.8s;
}

.auction .rightSideAuction .otherDocs h4 {
    font-family: CormorantGaramondSemiBold;
    font-size: 26px;
    letter-spacing: 0.11px;
    line-height: 31px;
    margin-bottom: 17px;
}

.auction .rightSideAuction .otherDocs .docs {
    margin-top: 35px;
}
.auction .rightSideAuction .otherDocs .docs .d-flex img{
    width:17px;
    height: 21px;
}

.auction .rightSideAuction .otherDocs .word {
    color: #005EC6;
    margin: 5px 7px;
    cursor:pointer;
}


.auction .rightSideAuction .otherDocs .pdf {
    color: #CB2424;
    margin: 5px 7px;
    cursor:pointer;
}




@keyframes fadeInEffect {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.7);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.about {
    width: 100%;
}

.about .mainBanner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.aboutContainerBanner {
    position: relative;
    z-index: 5;
}

.about .mainBanner h3 {
    font-size: 70px;
    font-family: CormorantGaramondRegular;
    color: #ffffff;
    /*margin-top: 20px;*/
    padding: 100px 0;
    text-align: center;
}
.about .mainBanner .mainBannerFilter {
    background: rgba(34, 30, 29, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.about .ourStory {
    width: 100%;
    padding: 30px 0;
    padding-top: 70px;
}
.about .ourStory h5 {
    text-transform: uppercase;
    color: #666666;
    font-size: 14px;
    font-family: OpenSansSemibold;
    letter-spacing: 0.8px;
}
.about .ourStory .cms-intro {
    margin-top: 50px;
    padding-bottom: 50px;
}
.about .ourStory p {
    color: rgb(122, 110, 110);
    line-height: 23px;
    font-size: 14px;
    position: relative;
    margin: 0 auto;
    font-weight: 500;
    font-family: OpenSansRegular;
    margin-bottom: 15px;
}

.about .ourStory .cms-intro::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    height: 3px;
    background: rgb(226, 226, 236);
}

.about .badges {
    margin: 20px 0;
}

.about .badge {
    border: 1px solid rgb(231, 227, 227);
    border-radius: 0;
    padding: 50px 30px;
}

.about .badges h3 {
    letter-spacing: 1.2px;
    text-align: center;
    font-family: CormorantGaramondSemiBold;
    font-size: 24px;
    margin-top:20px;
}

.about .badges p {
    width: 70%;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
    white-space: normal;
    line-height: 23px;
    font-size: 14px;
    font-weight: 100;
    color: #666666;
}

.about .description {
    width: 100%;
    padding: 100px 50px;
}

.about .description h3 {
    font-size: 48px;
    font-family: CormorantGaramondRegular;
    line-height: 55px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.about .description p {
    color: #666666;
    font-size: 14px;
}

.about .description .quote {
    background-color: rgb(241, 241, 241);
    padding: 10px 40px;
    border-left: 8px solid #E6936B;
    color: #666666;
    margin-top:35px;
}
.about .description .quote p {
    font-size: 22px;
    font-family: CormorantGaramondSemiBold;
    letter-spacing: -0.9px;
}

.about .description .quote span {
    display: block;
    font-family: CormorantGaramondRegular;
    font-weight: bold!important;
}

.about .description img {
    width: 80%;
    height: 400px;
    object-fit: contain;
}

.about .ourMission {
    background: #26303c;
    width: 100%;
    padding: 70px 0;
    color: white;
}

.about .ourMission h5 {
    font-size: 48px;
    font-family: CormorantGaramondRegular;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.about .ourMission p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 15px;
}

.about .ourMission ul {
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-top: 20px;
}
.about .ourMission ul li {
    font-size: 13px;
    padding-left: 40px;
    background-image: url("../../img/rightArrow.png");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: left;
    margin-bottom: 15px;
}
.about .ourMission ul li img {
    width: 30px;
    height: 30px;
}
.about .ourMission .backgroundRight img {
    height: 90%;
    opacity: 0.7;
}
.about .ourTeam {
    width: 100%;
    background-color: whitesmoke;
    color: black;
    padding: 50px 0;
}
.about .ourTeam .intro {
    text-align: center;
}
.about .ourTeam .intro h5 {
    font-size: 48px;
    font-family: CormorantGaramondRegular;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.about .ourTeam .intro .p {
    width: 80%;
    margin: 0 auto;
    line-height: 23px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #666666;
}
.about .ourTeam .cards {
    margin-top: 50px;
}
.about .ourTeam .cards .cardCustom {
    position: relative;
    background: white;
    width: 160px;
    padding: 0;
    margin: 0 30px;
    border-bottom: 5px solid #e6e6e6;
}
.about .ourTeam .cards .cardCustom .imagePlace {
    width: 100%;
    height: 55%;
}
.about .ourTeam .cards .cardCustom .imagePlace img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about .ourTeam .cards .cardCustom .textPlace {
    width: 100%;
    height: 45%;
    box-shadow: 0px 5px 0px 0px rgb(230, 229, 229);
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 30px 45px;
}
.about .ourTeam .cards .cardCustom .textPlace h3 {
    font-size: 26px;
    font-family: CormorantGaramondSemiBold;
    letter-spacing: 0.11px;
}
.about .ourTeam .cards .cardCustom .textPlace h5 {
    text-transform: uppercase;
    font-style: italic;
    font-size: 12px;
    color: #666666;
}
.about .ourTeam .cards .cardCustom .textPlace .p {
    line-height: 23px;
    font-size: 14px;
    color: #666666;
    margin: 15px 0;
}
.about .ourTeam .cards .cardCustom .textPlace .socials {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.about .ourTeam .cards .cardCustom .textPlace .socials .phoneIcon{
    background: #26303C;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin:0 5px;
}
.about .ourTeam .cards .cardCustom .textPlace .socials .mailIcon{
    background: #DBC2AA;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin:0 5px;
}
.about .ourTeam .quote {
    margin-top: 50px;
    text-align: center;
}
.about .ourTeam .quote .p {
    margin-bottom: 0;
    font-family: CormorantGaramondRegular;
    font-style:italic!important;
    font-size: 32px;
}
.about .ourTeam .quote h6 {
    margin-top: 10px;
    font-size: 14px;
    font-family: OpenSansSemibold;
}
.about .ourContributors {
    position: relative;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    padding-top: 160px;
    z-index: 5;
    text-align: center;
    color: white;
}
.about .ourContributors .ourContributorsLayer {
    z-index: 0;
    background-color: rgba(59, 59, 82, 0.658);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.about .ourContributors h3 {
    font-size: 48px;
    font-family: CormorantGaramondRegular;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 70px;
}
.about .ourContributors .secondRow {
    border-top: 1px solid rgb(158, 157, 157);
}
.about .ourContributors .gridContributors .col-md-3 {
    padding: 40px 5px;
    border-right: 1px solid rgb(158, 157, 157);
    border-left: 1px solid rgb(158, 157, 157);
}
/*.about .ourContributors .gridContributors .col-md-3:nth-child(8) ,*/
/*.about .ourContributors .gridContributors .col-md-3:nth-child(7) ,*/
/*.about .ourContributors .gridContributors .col-md-3:nth-child(6) ,*/
/*.about .ourContributors .gridContributors .col-md-3:nth-child(5) {*/
/*    border-bottom: 0;*/
/*    border-top: 1px solid rgb(158, 157, 157);*/
/*}*/
/*.about .ourContributors .gridContributors .col-md-3:nth-last-child(1) ,*/
/*.about .ourContributors .gridContributors .col-md-3:nth-child(4) {*/
/*    border-right: 0;*/
/*}*/
.about .ourContributors .gridContributors .col-md-3 .initials {
    background: #727272;
    display: grid;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 22px;
    font-family: OpenSansSemiBold;
    font-style:italic;
    font-size: 19px;
}
.gridContributors .name p{
    margin-bottom: 0;
}
.about .ourContributors .gridContributors .col-md-3 .name ,
.about .ourContributors .gridContributors .col-md-3 .role {
    font-family: OpenSansSemiBold;
    font-style:italic!important;
    font-size: 13px;
}
.badges-img img {
    max-height: 54px;
}
.badges-img {
    min-height: 54px;
    max-height: 54px;
}
