:root {
  --color-1 : #05203c;
  --color-2 : #dc3545;
  --color-2-rgba : rgb(96, 153, 197, 0.3);
  --black : #242424;
  --white : #fff;

  --color-1-hover : #052f56;
  --color-2-hover : #bd2a38;
  --black-hover : #383838;
  --white-hover : #d9d9d9;

  --shadow-color : #444;

  --font-family-1 : "Montserrat", sans-serif;
  --font-family-2 : "Poppins", sans-serif;
}

body {
    background-color: var(--white);
    font-family: var(--font-family-1);
    margin: 0;
    overflow-x: hidden;
    color: var(--black);
    font-weight: 500;
    font-size: 16px;
    background-image: url(../images/bg-body.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

a:hover, a:focus { text-decoration: none; }
a.link { color: var(--color-1); transition: all .2s; }
a.link:hover, a.link:focus { color: var(--color-2-hover); }

.lightbox {cursor: pointer; }

.round-social a { width: 50px; height: 50px; line-height: 50px; text-align: center; display: inline-block; border-radius: 100%; margin: 0 5px; -webkit-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; }
.round-social a:hover { -webkit-transform: translate3d(0px, -5px, 0px); transform: translate3d(0px, -5px, 0px); }
.round-social.light a { color: var(--black); background: var(--white); }
.round-social.light a:hover { background: var(--black-hover); color: var(--white-hover); }

.blog-image { padding-top: 40%; background-repeat: no-repeat; background-size: cover; background-position: center;  }

.img-with-frame { border-radius: 20px; padding: 15px; box-shadow: 3px 3px 25px var(--shadow-color); background-color: #fff; }

.text-shadow { text-shadow: 2px 2px 4px var(--shadow-color); }
.box-shadow { box-shadow: 2px 2px 5px var(--shadow-color); }

.uppercase { text-transform: uppercase; }

.color-1 { color: var(--color-1); }
.color-2 { color: var(--color-2); }
.bg-1 { background-color: var(--color-1); }
.bg-2 { background-color: var(--color-2); }

.btn-custom {
    padding: 13px 13px 13px 30px;
    background: var(--color-2);
    color: var(--black);
    display: inline-flex;
    font-size: 18px;
    text-transform: uppercase;
    gap: 28px;
    align-items: center;
    transition: all 0.3s;
    font-weight: 600;
}

.btn-custom i, .btn-custom svg {
    width: 31px;
    height: 31px;
    background-color: var(--color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.btn-custom:hover {
    background-color: var(--color-1);
}

.btn-custom:hover i, .btn-custom:hover svg {
    color: var(--black);
    background-color: var(--color-2);
}

.btn-outline-custom:hover {
  color: var(--white);
  background-color: var(--color-1);
  border-color: var(--color-1);
  transition: all .3s;
}

.slider-pro a {transition: all .3s !important;  }

.column-2 { column-count: 2; column-gap: 40px; }
.column-3 { column-count: 3; column-gap: 40px; }

.container-fluid.px-5 { padding-left: 10vw !important; padding-right: 10vw !important; }

/* NOTIFY */
[data-notify="progressbar"] { margin-bottom: 0px; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 5px; }

/* ERORI LA VALIDARE */
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; }
.has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); }
.has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; }
.has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442; }
.has-error .form-control-feedback { color: #a94442; }

.titlu { font-family: var(--font-family-2); letter-spacing: 2px; font-size: 1.8rem; font-weight: 700; }

html body .py-90 { padding-top: 90px; padding-bottom: 90px; }
html body .py-60 { padding-top: 60px; padding-bottom: 60px; }

h1 { line-height: 40px; font-size: 36px; }
h2 { line-height: 1.2em; font-size: 30px; }
h3 { line-height: 30px; font-size: 24px; }
h4 { line-height: 26px; font-size: 21px; }
h5 { line-height: 22px; font-size: 18px; font-weight: 300; }
h6 { line-height: 20px; font-size: 16px; font-weight: 300; }

html body .fs-65 { font-size: 65px; }
html body .fs-56 { font-size: 56px; }
html body .fs-52 { font-size: 52px; }
html body .fs-48 { font-size: 48px; }
html body .fs-36 { font-size: 36px; }
html body .fs-32 { font-size: 32px; }
html body .fs-28 { font-size: 28px; }
html body .fs-24 { font-size: 24px; }
html body .fs-20 { font-size: 20px; }
html body .fs-18 { font-size: 18px; }
html body .fs-16 { font-size: 16px; }
html body .fs-14 { font-size: 14px; }
html body .fs-13 { font-size: 13px; }
html body .fs-12 { font-size: 12px; }

.ff-1 { font-family: var(--font-family-1); }
.ff-2 { font-family: var(--font-family-2); }

.ls-26 { letter-spacing: .26em; }
.ls-3px { letter-spacing: 3px; }
.ls-1px { letter-spacing: 1px; }
.ls-2px { letter-spacing: 2px; }

.fw-100 { font-weight: 100; }
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
b, .fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }

.lh-2 { line-height: 2em; }
.lh-30 { line-height: 30px !important; }
.lh-14 { line-height: 1.4; }
.lh-16 { line-height: 1.6; }
.lh-1 { line-height: 1; }
.lh-12 { line-height: 1.2; }

.box { border-radius: 4px; padding: 10px; }
.card { border: 0px; margin-bottom: 30px; }
.card .date-pos { font-family: 'Lato', sans-serif; display: inline-block; position: absolute; left: 15px; top: 15px; color: #ffffff; border-radius: 4px; text-align: center; }
.card .date-pos span { display: block; font-size: 30px; line-height: 30px; }
.odd-border:nth-child(1) { border-bottom: 1px solid #dcdcdc; }
.card .date-pos-bottom { position: absolute; right: 15px; top: 15px; }

.no-wrap td, .no-wrap th { white-space: nowrap; }
.circle { border-radius: 50%; }

/* BUTOANE */
.btn-arrow { position: relative; }
.btn-arrow span { display: inline-block; position: relative; -webkit-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; will-change: transform; }
.btn-arrow:hover span, .btn-arrow:focus span { -webkit-transform: translate3d(-1rem, 0, 0); transform: translate3d(-1rem, 0, 0); }
.btn-arrow i { position: absolute; width: 1.1em; right: 0px; right: 0rem; opacity: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; will-change: right, opacity; }
.btn-arrow:hover i, .btn-arrow:focus i { opacity: 1; right: -2rem; }

/*pagination*/
.pagination { list-style: none; padding: 30px 0; display: block; text-align: center; vertical-align: middle; border-width: 1px 0; border-style: solid; border-color: #e6e6e6; margin: 0px 0 50px; }
.pagination li { float: inherit; display: inline-block; vertical-align: middle; }
.pagination li a { margin: 0 3px; padding: 0; display: block; width: 30px; height: 30px; line-height: 27px; border-radius: 100%; background-color: transparent; color: #5d5d5d; border: 1px solid #e9e9e9; }
.pagination li a i { font-size: 25px; vertical-align: middle; }
.pagination>li:first-child>a, .pagination>li:first-child>span { margin-left: 0; border-radius: 50px 0 0 50px; }
.pagination>li:last-child>a, .pagination>li:last-child>span { border-radius: 0 50px 50px 0; }
.pagination a.active,.pagination a:active { background-color: #231f20; border-color: #231f20; color: #fff; }
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover { color: #fff; background-color: #231f20; border-color: #231f20; }

/* SEARCH MODAL */
.header-search { position: fixed; top: 0; left: 0; display: block; visibility: hidden; width: 100%; height: 100vh; background-color: rgba(34,34,34,0.95); opacity: 0; z-index: 99999; transition: all 0.3s ease 0s; }
.header-search.open { visibility: visible; opacity: 1; }
.search-close {position: absolute; top: 0; right: 0; width: 60px; height: 60px; font-size: 18px; border: none; background-color: #fff !important; opacity: 1 !important; z-index: 999; transition: all 0.3s; }
.search-open { float: right; height: 40px; padding-top: 7px; padding-left: 22px; font-size: 14px; color: #666; background-color: #fff; }
.header-search.open { visibility: visible; opacity: 1; }
.search-global { position: absolute; top: 50vh; margin-top: -120px; }
.search-gi { width: 100%; padding-right: 50px; padding-bottom: 12px; font-size:62px; color: #fff; border: none; border-bottom: 1px solid #919191; background-color: transparent; opacity: 1; }
.search-gi::-moz-placeholder { color: #666; }
.search-gi:-ms-input-placeholder { color: #666; }
.search-gi::-webkit-input-placeholder { color: #666; }
.search-gi:focus { outline-style: none; }
.search-gb { position: absolute; top: 34px; right: 0; font-size: 30px; color: #fff; border: none; background-color: transparent; transition: all 0.3s; }
.search-gn { margin-top: 20px; font-weight: 300; font-size: 16px; color: #fff; }

/* MAIN SLIDER */
.slider-bg { 
  position: absolute; width: 100%; height: 100%; 
  background-color: var(--color-2);
  top: 0; left: 0;
  background-image: url(../images/bg-6.jpg); background-size: cover; background-position: center;
}
/*
.slider-bg:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background-color: var(--color-2-rgba);
} 
*/

#particles-js { background: #3A3A3A; position: absolute; width: 100%; height: 100%; }
.page-wrap { position: relative; }
.slider-container { position: relative; height: 100%; width: 100%;  }

.slider-container .sp-layer { max-width: 50%; }

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.card-thumb { position: relative; }
.card-info { position: absolute; bottom: 0; left: 0; width: 100%; background-color: rgba(0,0,0, .4); }
.card-info div { padding: 5px 10px; font-weight: 600; color: #fff; font-size: .8em; }

.infobar { position: relative; padding-bottom: 20px; padding-top: 20px; }
.infobar::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  background-size: cover;
}

/* hamburger menu icon  */
.nav-icon {
    width: 24px; height: 24px; position: absolute; top: 10px; right: 15px; cursor: pointer;
    -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out;
}

.nav-icon span { display: block; position: absolute;
    height: 3px; width: 100%; background: var(--black); border-radius: 5px; opacity: 1; left: 0;
    -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;
}

/* mobile nav icon */
.nav-icon span:nth-child(1) { top: 0px; }
.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) { top: 8px; }
.nav-icon span:nth-child(4) { top: 16px; }

.nav-icon.open span:nth-child(1) { top: 18px; width: 0%; left: 50%; }
.nav-icon.open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.nav-icon.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.nav-icon.open span:nth-child(4) { top: 18px; width: 0%; left: 50%; }

/* Mobile menu */
.mobile-menu-area { position: relative; padding: 15px 0px; width: 100%; display: block; z-index: 20; background: var(--white);  }
.mobile-menu-area.st { background: var(--white); position: fixed; top:0; }
.mobile-menu-area .nav-brand img { max-height: 100px; }
.mobile-menu-area .nav-brand span { display: none; }

.mobile-menu-area.st .nav-brand img {display: none; }
.mobile-menu-area.st .nav-brand span {display: inline; }

.mobile-menu { width: 250px; height: 100%; top: 0; z-index: 2000; left: -250px; background: var(--color-1); position: fixed; }
.mobile-menu.mobile-menu-open { left: 0px; }
.mobile-menu { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }

.sidebar-nav .sidebar-search { padding: 30px 0px; padding-right: 15px; }
.sidebar-nav .sidebar-search .form-control { background-color: rgba(255, 255, 255, 0.1); border: 0; color: #fff; }
.mobile-menu-btn { color: #fff; background-color: #231f20; border-color: #c2b697; border-radius: 0px 25px 25px 0px; }
.side-menu li { padding-top: 3px; padding-bottom: 3px; }
.sidebar-nav ul { margin: 0; padding-left: 15px; font-size: 18px; font-weight: 600; list-style: none; }
.sidebar-nav ul li a { color: #fff; font-weight: 300; display: block; }
.sidebar-nav ul li a:focus, .sidebar-nav ul li a:hover { text-decoration: none; background-color: transparent; color: var(--color-2); }
.sidebar-nav .nav-second-level li, .sidebar-nav .nav-third-level li { border-bottom: none !important; font-size: 16px; }
.sidebar-nav .nav-second-level li a { padding-left: 10px; }
.sidebar-nav .nav-third-level li a { padding-left: 10px; }
.sidebar-nav .social { margin-bottom: 0; padding: 30px 15px; text-align: center; }

.social ul li { border-bottom: 0; }
.sidebar-nav .social ul li a { width: 30px; height: 30px; padding-top: 6px; }
.sidebar-nav .social ul li a i { font-size: 12px; }
.sidebar-nav .social ul li a:hover { background-color: #fff; }
.sidebar-nav .social ul li a:hover:after {  border-top-color: #fff; }

/* MAIN MENU & TOPBAR */
.main-menu.fixed, .main-menu.st, .mobile-menu-area.st { width: 100%; position: fixed; z-index: 20; }
.mobile-menu-area.st, .main-menu.st { top:0; }
.main-menu .navbar-nav .dropdown-toggle::after, .topbar .navbar-nav .dropdown-toggle::after { display: none; }

.topbar { padding: 10px 30px; background: var(--color-1); position: relative; }
.topbar #topNavbar { z-index: 1;}

.topbar .navbar-nav .nav-link, .topbar .navbar-text { color: var(--black); padding: 8px 0px 8px 20px; }
.topbar .navbar-text:first-child { padding-left: 0 !important; }
.topbar .navbar-nav.langs { margin-left: 60px; }
.topbar .navbar-nav.langs .nav-link { padding-left: 0px; }

.topbar .navbar-nav.social .nav-link { color: var(--white); }

.topbar .navbar-nav .nav-link:hover, .topbar .navbar-nav .nav-link.selected { color: #d3d3d3; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }

.topbar ul.dropdown-menu { font-size: 14px; }
.topbar-info { margin-left: 10px; padding-left: 10px;  }
.topbar-info:first-child { margin-left: 0; padding-left: 0; }
.topbar-info i { padding-right: 5px; }

.main-menu { margin: 80px 0; padding: 0; }
.main-menu #mainNavbar { padding: 20px 40px; background-color: var(--white); z-index: 1; font-family: var(--font-family-1), sans-serif; border-radius: 20px  }
.main-menu.fixed { background-color: rgba(255,255,255, .25); margin-top: 0px; border-top: 1px solid #eeeeee; box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); }

.main-menu .navbar-brand { margin:0; position: absolute; left: 50%; transform: translateX(-50%); }
.main-menu .navbar-brand img {filter: drop-shadow(10px 10px 15px var(--shadow-color)); }

.main-menu.st { padding: 10px 0; margin-top: 0; }
.main-menu.st .navbar-brand img { max-height: 56px; }
.main-menu.st .navbar-nav.mm-right { margin-left: 0 !important; }
.main-menu.st .navbar-nav.mm-left { margin-left: auto; }

.main-menu ul.dropdown-menu { margin-top: 0 !important; font-size: 14px; }

.main-menu .navbar-nav .nav-link { font-size: 17px; font-weight: 600; color: var(--black); padding-left: 20px; position: relative; }
.navbar-nav.mm-left .nav-link { padding-right: 20px; }
.navbar-nav.mm-right .nav-link { padding-left: 20px; }
.main-menu.st .navbar-nav .nav-link { background-color: transparent; }

.main-menu .navbar-nav .dropdown-submenu, .topbar .navbar-nav .dropdown-submenu { position: relative; }

.main-menu .nav-link:hover, .main-menu .nav-link.selected { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; color: var(--color-2); }
.main-menu.st .nav-link:hover, .main-menu.st .nav-link.selected { color: var(--color-1); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; background-color: transparent; }

.main-menu .dropdown-submenu > .dropdown-menu, .topbar .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-left: 0; border-radius: 0.25rem; display: none; }
.main-menu .dropdown-submenu > .dropdown-menu.menu-right, .topbar .dropdown-submenu > .dropdown-menu.menu-right { left: auto; right: 100%; }
.main-menu .dropdown-menu .divider { background-color: rgba(120, 130, 140, 0.13); height: 1px; margin: 9px 0; overflow: hidden; }
.main-menu .navbar-nav .dropdown-menu.b-none { border: 0px; -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }

.main-menu .dropdown-submenu .dropdown-item > .ml-auto { position: absolute; right: 15px; top: 10px; }
.topbar .dropdown-submenu .dropdown-item > .ml-auto { position: absolute; right: 15px; top: 10px; }

.dropdown-item { padding: 8px 1rem; color: #8d97ad; }

.navbar-brand.brand-centered { z-index: 20; position: absolute; left: 0; right: 0; top: -31px; margin: 0 auto; width: 240px; text-align: center; background: #ffffff; padding: 30px 5px; -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }
.main-menu.st .navbar-brand.brand-centered { top: 0; padding: 10px 5px; }

.submenu .nav-link:hover, .submenu .nav-link.selected { color: #231f20; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
.submenu .nav-link { text-transform: uppercase; font-size: 80%; color: #acacac; padding:8px 0px 8px 30px;  }

.main-menu .navbar-nav.langs { margin-left: 30px; padding-left: 10px; border-left: 1px solid #dedede; -webkit-flex-direction: column;  flex-direction: column; }
.main-menu .navbar-nav.langs .nav-link { padding: 0px; font-weight: 400;  }

/* PAGE */
.banner-innerpage { padding: 150px 0 150px; background-position: center top; }
.title-big, .hs-title { font-weight: 600; font-size: 40px; line-height: 40px; }

.hs-subtitle .img-thumbnail { border-radius: 50%; }

.bg-top-page {
    background-position: left; background-size: cover; background-repeat: no-repeat;
    background-image: url(../images/bg-top.jpg);
}

/* WYSIWYG */
.wysiwyg img {  margin-bottom: 20px; }
.wysiwyg h2 { padding: 30px 0px; }
.wysiwyg li { margin-bottom: 10px; }
.wysiwyg p { line-height: 1.6; margin-bottom: 1em; }
.wysiwyg p:last-child { margin-bottom: 0; padding-bottom: 0; }

.img-border { position: absolute; border: 2px solid #fff; top: 20px; left: 20px; bottom: 20px; right: 20px; }
.half-left { position: absolute; left: 10px; top: 10px; bottom: 10px; right: 50%; background-color: rgba(104,167,204, 0.7); }
.half-left.full {  left: 0; top: 0; bottom: 0; }
.half-left.to-bottom { bottom: 0; }

.brackets:before { content: "["; padding-right: 10px; color: #231f20; font-weight: 400; }
.brackets:after { content: "]"; padding-left: 10px; color: #231f20; font-weight: 400; }

/* FOOTER */
.footer .bottom-bar { padding-top: 5px; margin-top: 15px; border-bottom: 2px solid #231f20; }
.footer .bottom-bar a { color: #fff; }
.footer .bottom-bar a:hover, .footer .bottom-bar a.selected { color: #c2b697; }

.footer .round-social.light a { width: 34px; height: 34px; line-height: 34px; }
.footer .round-social.light a:hover { background: #231f20; }

/* FOOTER MENU */
.nav.footer-menu { display: block; list-style: none; }
.nav.footer-menu a { color: #fff; text-transform: uppercase; font-size: 16px; padding-bottom: 5px; display: inline-block; cursor: pointer; }
.nav.footer-menu a:hover { color: #c2b697; }
.nav.footer-menu .nav-second-level a { font-size: 13px; text-transform: none; font-weight: normal;  }
.nav.footer-menu ul { list-style: none; padding: 0; }


/* Social */
.social { padding: 0; text-align: center; }
.social ul { margin: 0; padding: 0; }
.social ul li { list-style: none outside none; display: inline-block; margin: 5px; }

.social ul li a {
    display: inline-block; position: relative; width: 60px; height: 60px; color: #FFE; background-color: #909AA0; font-size: 12px; text-align: center; padding-top: 14px;
    border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; 
    position: relative; z-index: 1;
  }

footer .social ul li a {
  width: 30px; height: 30px; padding-top: 5px;
}

.social ul li a:hover { opacity: 0.6; }

.social ul li a::before { content: ""; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; position: absolute; bottom: 1px; left: -6px; margin-bottom: 1px; border-top-width: 15px; border-top-style: solid;
    -webkit-transform: rotate(55deg); -moz-transform: rotate(52deg); -ms-transform: rotate(42deg); -o-transform: rotate(42deg);
    z-index: -1;
}

.social ul li a.social_fb { background-color: #3b5998; }
.social ul li a.social_fb::before { border-top-color: #3b5998; }

.social ul li a.social_tw { background-color: #00ABE3; }
.social ul li a.social_tw::before { border-top-color: #00ABE3; }

.social ul li a.social_go { background-color: #e64522; }
.social ul li a.social_go::before { border-top-color: #e64522; }

.social ul li a.social_yo { background-color: #c4302b; }
.social ul li a.social_yo::before { border-top-color: #c4302b; }

.social ul li a.social_tk { background-color: #4EBBFF; }
.social ul li a.social_tk::before { border-top-color: #4EBBFF; }

.social ul li a.social_pi { background-color: #c4302b; }
.social ul li a.social_pi::before { border-top-color: #c4302b; }

.social ul li a.social_in { background-color: #A042D6; }
.social ul li a.social_in::before { border-top-color: #A042D6; }

.social ul li a.social_li { background-color: #3E50B7; }
.social ul li a.social_li::before { border-top-color: #3E50B7; }

.social ul li a i { font-size: 20px; }
.social a span { display: block; }

/* HOME SECTION */
.hs { padding-top: 110px; padding-bottom: 110px; }

ul.links { margin: 0; padding: 0; list-style: none; }
ul.links li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #d3d3d3;
  margin: 5px 0;
}

ul.links li a { color: #242923; }
ul.links li a:hover, ul.links li.selected a { color: #c2b697;  }

ul.links li:before {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 12px;
    color: #c2b697;

    border: none;
    display: inline-block;
    font-size: 9px;
    margin-right: 10px;
    padding: 0;

}

/* BREADCRUMBS */
.breadcrumb { margin-bottom: 20px; padding: 0; background: transparent; }
.breadcrumb-item a { color: #fff; }
.breadcrumb-item a:hover { color: var(--color-2); }
.breadcrumb-item.active { color: #eee; }
.breadcrumb-item+.breadcrumb-item::before { content: '»'; color:#fff; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; }

/* PRELOADER */
#page-preloader {
    width: 100%;
    height: 100%;
    background-color: #fefefe;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
    background-image: url(../images/loading.svg);
    background-repeat: no-repeat;
    background-size: 120px ,  200px;
    background-position: center;
}


/* COOKIES CONSENSE */
.cookies-consent { color: #fff; padding: 15px 0px; background-color:var(--black-hover); z-index: 5900001; position: fixed; width: 100%; bottom: 0; left: 0;  }
.cookies-consent a.link { color: #fff; text-decoration: underline; }
.cookies-consent a.link:hover { color: var(--color-1); }

.whatsappFixed {
    position: fixed;
    bottom: 0;
    /* transform: translateY(-50%); */
    z-index: 99;
    background: rgba(29, 177, 84, 0.96);
    right: 20px;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.whatsappFixed a {
    padding: 9px 11px;
    color: #fff;
    font-size: 41px;
}

.img-sh {
    border-radius: 20px;
    box-shadow: 3px 3px 8px #ccc;
}

/* SPECIFIC */
.br-50 { border-radius: 50%; overflow: hidden; }

.vid-wrap {
    z-index: -100;
    position: relative;
    overflow: hidden;
}

.vid-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    z-index: -1;
}

ul.cklist, ul.cklist2 { margin:0; padding: 0; list-style: none; }
ul.cklist li { padding: 4px 0px 4px 0px; }
ul.cklist li:before {
  content:"\f00c";
  font-family: 'Font Awesome 6 Free';
  padding-right: 10px;
  color: var(--color-2);
}

ul.cklist2 li {
    padding: 8px 0px;
    margin: 8px 0px;
    border-bottom: 1px dashed #d3d3d3;
    display: flex;
    gap: 10px;
}

.section-main-slider { position: relative; }
.section-main-slider::after {
  content: '';
  background-position: 220px;
  display: block;
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.section-main-slider .slider-overlay { display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.35); }

.dt-separator { text-align: center; position: relative; width: 36px; height: 36px; display: inline-block; }
.dt-separator:after, .dt-separator:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 45px;
    width: 80px;
    height: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/line1.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.dt-separator:before { left: auto; right: 45px; background-image: url(../images/line.png); }

.hs-bg1 {
    background-image: url(../images/line-shape.png);
    background-position: bottom;
    background-size: cover;
}

.hs-bg2 {
    background-image: url(../images/bg-4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hs-bg3 {
    background-image: url(../images/bg-1.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.hs-half-left {
    position: relative;
}

.hs-half-left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 40px);
    height: 100%;
    background-image: var(--bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fancy-title { background-color: var(--color-1); position: relative }
.fancy-title:before {
    content: '';
    display: block;
    background-color: var(--black);
    clip-path: polygon(0 0%, 100% 0%, 90% 100%, 0% 100%);
    width: 52%;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 0;
}

.box-1 .thumb { position: relative; }

.romb {
    clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
}

.hero {
    position: relative;
    height: 550px;
}
.hero-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

.hero.hero-sm {
    height: auto;
    min-height: 350px;
    display: flex;
    align-items: center;
}


.single-blog {
  margin-bottom: 30px;
  transition: 0.6s;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.single-blog .card-img-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;  
}

.single-blog:hover {
  transform: translateY(-10px);
}

.blog-content {
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 50px 20px 20px 20px;
  text-align: center;
  border-radius: 0 0 5px 5px;
  transition: 0.6s;
  margin: auto;
  position: relative;
}

.blog-content .card-title {
  color: var(--color-1);
}

.blog-content .info-pill {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
}

.single-blog:hover .blog-content {
  background-color: var(--color-2);
}

.single-blog:hover .blog-content .card-title a {
  color: var(--black);
}

.hidden { visibility: hidden; }

footer ul {
  margin: 0; padding: 0; list-style: none; font-size: 16px;
}

footer ul li {
  margin : 10px 0px;
  position: relative;
}

.services-list {
  margin: 15px 0 0;
  list-style: none;
}

.services-list li {
  font-family: 'Prata', 'Arial', sans-serif;
  color: #444;
  font-weight: 400;
  border-top: 1px solid rgba(44, 44, 44, 0.3);
  padding: 26px 0;
  margin: 0;
}

.rounded-top-left { border-top-left-radius: 15px; }
.rounded-top-right { border-top-right-radius: 15px; }
.rounded-bottom-right { border-bottom-right-radius: 15px; }
.rounded-bottom-left { border-bottom-left-radius: 15px; }
.rounded-top-15 { border-top-left-radius: 15px; border-top-right-radius: 15px; }

.rounded-top-right-35 { border-top-right-radius: 35px; }
.rounded-scheme-35 { border-radius: 35px 35px 0 35px; }


.round-icon {
    width: 60px;
    height: 60px;
    background-color: var(--black);
    border-radius: 100%;
    text-align: center;
    padding-top: 15px;
}
.round-icon svg { stroke: #fefefe; width: 30px; height: 30px; }

.lucide-white svg, svg.lucide-white { stroke: var(--white); }

.overflow-hidden {overflow: hidden;}

.filter-card-item {
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
}

.filter-card-item .feature-thumb img {
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.filter-card-item .compare-btn {
    left: 16px;
    top: 16px;
    z-index: 1;
    opacity: 0
}

.filter-card-item .wish-btn {
    left: 16px;
    top: 16px;
    z-index: 1;
    opacity: 0
}

.filter-card-item .date {
    right: 16px;
    top: 16px;
    z-index: 1;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 0 10px;
    border-radius: 3px
}

.filter-card-item .filter-card-content {
    padding: 0 20px;
}

.filter-card-item .filter-card-content .price-btn {
    margin-top: -15px;
    z-index: 10
}

.filter-card-item .filter-card-content h5, .filter-card-item .filter-card-content .h5 {
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.filter-card-item .filter-card-content h5:hover, .filter-card-item .filter-card-content .h5:hover {
    color: #fc0012
}

.filter-card-item .filter-card-content .meta-content {
    font-size: 14px;
    font-weight: 500
}

.filter-card-item .filter-card-content .meta-content strong {
    font-weight: 700;
    color: #111010
}

.filter-card-item .filter-card-content .meta-content a {
    color: #575757
}

.filter-card-item:hover {
    -webkit-box-shadow: 20px 20px 100px rgba(73, 73, 73, .15);
    box-shadow: 20px 20px 100px rgba(73, 73, 73, .15)
}

.filter-card-item:hover .feature-thumb img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

.filter-card-item:hover .compare-btn {
    -webkit-animation: .8s theme_fadeInUp;
    animation: .8s theme_fadeInUp;
    opacity: 1
}

.filter-card-item:hover .wish-btn {
    -webkit-animation: 1s theme_fadeInUp;
    animation: 1s theme_fadeInUp;
    opacity: 1
}

.filter-card-item:hover .small-btn-meta {
    background: #111010
}

.filter-card-item:hover .outline-btn {
    background: #fc0012;
    color: #fff
}

.small-btn-meta {
    padding: 6px 14px;
    font-weight: 700;
    font-size: 14px;
    background: #fc0012;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
}

.card-feature-box {
    gap: 16px
}

.card-feature-box .icon-box {
    font-size: 14px;
    font-weight: 600
}

.card-feature-box .icon-box span {
    line-height: 0
}

.card-feature-box .icon-box + .icon-box {
    position: relative
}

.card-feature-box .icon-box + .icon-box::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: rgba(11, 22, 63, .07)
}

.lucide-sm svg {
    width: 16px;
    height: 16px;
}

.list-details { margin: 10px 0; padding: 0; list-style: none; }
.list-details li {
    display: flex;
    justify-content:space-between;
    margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted rgba(44, 44, 44, 0.3); }

@media (max-width: 1199px) {
  .main-menu .navbar-brand img { max-height: 35px; }
  .main-menu .navbar-social { display: none; }
  .top-box .fs-22 { font-size: 16px !important; }
  .top-box .fs-15 { font-size: 13px !important; }
}

/* END SPECIFIC */
@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1220px;
    }
}

@media (min-width: 992px) {
    .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu { display: block; margin-top: 0px; }
    .navbar-nav > .dropdown .dropdown-menu { min-width: 210px; margin-top: 0px; }
    .dropdown-submenu:hover > .dropdown-menu { display: block; }
}

@media (min-width: 768px) {
  .hidden-md { visibility: hidden; }
  footer .social { text-align: right; }
}

@media (max-width: 767px) {

    .sticky-top { position: static; }

    body {
        background: var(--white);
    }

    ol.breadcrumb li:last-child { display: none; }

      .container-fluid.px-5 { padding-left: 3vw !important; padding-right: 3vw !important; }
      .sp-layer .fs-36 { font-size: 24px; }
      .sp-layer .fs-20 { font-size: 16px; }
      .sp-layer { color: var(--white); font-weight: 600; }
      .img-fluid.logo-img { max-height: 40px }
      .hs-half-left:before {
          display: none;
      }

      .img-with-frame {
          box-shadow: none;
          padding: 5px;
      }

    .blog-image { padding-top: 60%; }


    .column-2, .column-3 { column-count: 1; }

    html body .fs-36 { font-size: 32px; }
    html body .fs-65 { font-size: 42px; }
    html body .fs-56 { font-size: 38px; }
    html body .fs-52 { font-size: 36px; }
    html body .fs-48 { font-size: 32px; }
    html body .fs-36 { font-size: 30px; }
    html body .fs-32 { font-size: 28px; }
    html body .fs-28 { font-size: 24px; }

    .hs { padding: 60px 0; }
    .hero { margin-top: 0;}
    .hero-img { display: none; }

    .fancy-title:before {
        width: 100%;
    }
}
