@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:300,400,500,600,700,800,900&display=swap');

/* [18:32, 26.05.2025] +40 727 437 512: #f1f1f1
[18:32, 26.05.2025] +40 727 437 512: #708090
[18:33, 26.05.2025] +40 727 437 512: #d3d3d3 */

:root{
    --color-text-white: #ffffff;
    --color-text-black: #000000;
    --color-text-grey: #757575;
    --color-text-red: #AA0000;
    --color-theme-1: #4f575f;
    --button-background-1: #708090;
    --primary-font-family: 'Roboto', sans-serif;
    --secondary-font-family: 'Playfair Display', serif;
    /* meniu */
    --menu-background: #708090;
    --menu-background-1: #394958;
    --menu-text: #ffffff;
    /* butoane cos */
    --btn-semn: #ffffff;
    --btn-semn-color: #708090;
    /* buton apel */
    --btn-apel: #ffffff;
    --btn-apel-efect: #708090;
    --text-apel: #708090;
    /* butoane cos */
    --color-btn-cos: #708090;
    --color-btn-cos-hover: #ffffff;
    --color-text-btn-cos: #ffffff;
    --color-text-btn-cos-hover: #000000;
    --color-effect-btn-cos: #874aee;
    /* consent */
    --consent-bar-bg: #708090;;
    --consent-bar-color: #ffffff;
    --consent-btn-color: #28166f;
    /* --consent-bar-border: #000000; */
    /* butoane */
    --btn-account: #708090;
    --btn-account-hover: #394958;
    /* --consent-bar-color: #ffffff;
    --consent-btn-color: #28166f; */
}

/* main.css */
body,
html {
    font-size: 16px;
    color: #333333;
    font-family: Roboto;
    vertical-align: baseline;
    line-height: 1.7;
    font-weight: 400;
    overflow-x: hidden;
}
/* google translate */
body{
    top: 0px !important;
}
/* google translate */
img {
    max-width: 100%;
    height: auto;
}
p {
    margin: 0 0 26px;
    line-height: 1.8;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{
    font-family: var(--secondary-font-family);
    color: #010d14;
    margin: 0 0 26px;
    line-height: 1.2;
}
h1 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
}
h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}
h3 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
}
h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}
h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}
h6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
.text-md-left {
    text-align: left;
}
.text-md-right {
    text-align: right;
}
.text-right {
    text-align: right;
}
.no-border {
    border: none !important;
}
.uppercase {
    text-transform: uppercase !important;
}
.capitalize {
    text-transform: capitalize !important;
}
.extra-bold {
    font-weight: 800 !important;
}
.gray-bg {
    background: #e8eaee;
}
.gray-bg2 {
    background: #eff3fa;
}
.gray-bg3 {
    background: #f4f8ff;
}
.gray-bg4 {
    background: #f6f5f3;
}
.gray-bg5 {
    background: #f8f8f8;
}
.gray-bg6 {
    background: #f6f7f9;
}
.gray-bg7 {
    background: #f3f3f3;
}
.gray-bg8 {
    background: #411600;
}
.gray-bg9 {
    background: #f2f2f2;
}
.gray-bg10 {
    background: #1f0a00;
}
.gray-bg11 {
    background: #b24b00;
}
.black-bg {
    background: #031321;
}
.black-bg2 {
    background: #010D14;
}
.blue-bg3 {
    background: #183650;
}
.blue-bg4 {
    background: #183650F5;
}
.blue-bg5 {
    background: #0d0500;
}
.red-bg1 {
    background-color: #cc0404;
}
.white-color {
    color: #ffffff !important;
}
.title-color {
    color: #000000 !important;
}
.body-color {
    color: #333333 !important;
}
.white-bg {
    background: #fff;
}
.pb-205 {
    padding-bottom: 205px;
}
.pb-220 {
    padding-bottom: 220px;
}
a {
    color: var(--color-theme-1);
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
}
a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: var(--color-theme-1);
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
.bg1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg2 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg3 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg4 {
    background-color: #010D14;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg5 {
    background-color: #010D14 !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.bg6 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg7 {
    background-color: #010D14;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg8 {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg9 {
    background-color: #010D14;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg10 {
    background-color: #000000;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg11 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg12 {
    background-color: #010D14;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg13 {
    background-color: #051727;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg14 {
    background-color: #031321;
    background-repeat: no-repeat;
}
.bg15 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg16 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg17 {
    background-color: #010D14;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg18 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg19 {
    background-color: #797979;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg20 {
    background-color: #F8F8F8;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg21 {
    background-color: #000000;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg22 {
    background-color: #010D14;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg23 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg24 {
    background-repeat: no-repeat;
}
.bg25 {
    background-repeat: no-repeat;
}
.bg26 {
    background-color: #2F1203;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg27 {
    background-color: #2b2323;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg28 {
    background-color: #2b2323;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg29 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg30 {
    background-color: #1F0A00;
    background-position-y: 150%;
    background-position-x: center;
    background-repeat: no-repeat;
}
.bg31 {
    background-color: #1F0A00;
    background-position: top center;
    background-repeat: no-repeat;
}
.bg32 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg33 {
    background-color: #0D0500;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg34 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.offwrap {
    cursor: url('../image/close.png'), auto;
    width: 100%;
    left: 100%;
    transition: all 0.8s ease-out 0s;
    position: fixed;
        background: var(--color-theme-1);
    height: 100vh;
    top: 0;
    bottom: 0;
    opacity: 0.8;
    z-index: 999;
}
.copyright p {
    font-size: 15px;
}
body.nav-expanded .offwrap {
    left: 0;
    transition: all 0.8s ease-out 0s;
}
/* google translate */
.skiptranslate {
    display: none !important;
} 
.gflag img{
    width: 32px;
    height: 32px; 
    cursor:pointer
} 
/* google translate */
.bg-unset {
    background: unset !important;
}
.rs-menu-toggle {
    color: #ffb703;
    text-align: right;
}
button {
    cursor: pointer;
}
.glyph-icon:before {
    margin: 0;
}
.z-index-1 {
    position: relative;
    z-index: 1;
}
.dots {
    list-style: disc;
    margin: 0 0 1.5em 3em;
}
.stylelisting {
    list-style-type: none;
    margin-left: 20px !important;
}
.stylelisting li {
    position: relative;
    padding-left: 22px !important;
    line-height: 34px;
    border: none !important;
}
.stylelisting li:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "\f054";
    font-family: 'FontAwesome';
    color: #FFB703;
    font-size: 12px;
}
.features-content {
    padding: 115px 150px 95px 100px;
}
.features-content ul.rs-features-list li {
    margin: 0 0 21px;
    display: flex;
    align-items: center;
}
.features-content ul.rs-features-list li i {
    color: #000000;
    background-color: #FFB703;
    padding: 15px;
    margin: 0 25px 0 0;
    border-radius: 50px 50px 50px 50px;
}
.features-content ul.rs-features-list li .feature-text {
    color: #000000;
    font-weight: 500;
}
.features-content.red-feature {
    padding: 0;
}
.features-content.red-feature ul.rs-features-list li i {
    color: #ffffff;
    background-color: #e8271e;
}
.features-content.red-feature ul.rs-features-list li .feature-text {
    color: #FAFAFA;
}
.features-content.red-feature ul.rs-features-list li {
    margin: 0 0 28px;
}
ul.services-list li a {
    display: block;
    padding: 9px 7px;
    transition: all 0.5s ease;
    position: relative;
    background: initial;
    color: #010d14;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}
ul.services-list li a:before {
    content: "\f113";
    position: absolute;
    right: 12px;
    top: 8px;
    font-family: Flaticon;
    color: #010d14;
}
ul.services-list li a:hover {
    background: var(--button-background-1);;
    color: #010d14;
}
ul.services-list li a:hover:before {
    color: #010d14;
}
ul.services-list li a.active {
    background: var(--button-background-1);;
    color: #010d14;
}
ul.services-list li a.active:before {
    color: #010d14;
}
ul.services-list li a.active_category{
    background: var(--button-background-1);
    color: var(--color-text-white)
}
ul.services-list li a.active_category span{
    color: var(--color-text-white)
}
ul.services-item-list li {
    padding-bottom: calc(16px);
}
ul.services-item-list li span img {
    margin-top: -12px;
}
ul.services-item-list li .list-text {
    font-size: 18px;
    color: #000000;
    font-family: Roboto, sans-serif;
    padding-left: 6px;
}
ul.services-item-list li:last-child {
    padding-bottom: 0;
}
ul.check-lists .list-item {
    padding-bottom: calc(6px);
}
ul.check-lists .list-item .icon-list-icon i {
    color: #FFB703;
    font-size: 18px;
}
ul.check-lists .list-item .icon-list-icon i:before {
    font-weight: 900;
}
ul.check-lists .list-item .list-text {
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
    color: #010d14;
    padding-left: 5px;
}
ul.check-lists.paste-list-style2 .list-item {
    padding-bottom: calc(9px);
}
ul.check-lists.paste-list-style2 .list-item .icon-list-icon i {
    color: #70bf4a;
    font-size: 18px;
}
ul.check-lists.paste-list-style2 .list-item .list-text {
    font-weight: 700;
    padding-left: 8px;
}
ul.check-lists.check-list1 .icon-list-icon i {
    color: #ff6314;
}
ul.check-lists.check-list1 .list-text {
    color: #010d14;
    padding-left: 5px;
    font-weight: 700;
}
ul.check-lists2 li {
    padding-left: 32px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 15px;
}
ul.check-lists2 li:before {
    content: "\f160";
    font-size: 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #010d14;
    background: #ffb703;
    margin: 0;
    display: inline-block;
    font-family: uicons-regular-rounded !important;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 0;
    top: 3px;
}
ul.check-lists3 li {
    padding-left: 35px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 15px;
}
ul.check-lists3 li:before {
    content: "\f160";
    font-size: 18px;
    color: #ffb703;
    margin: 0;
    display: inline-block;
    font-family: uicons-regular-rounded !important;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 0;
    top: -2px;
}
ul.check-lists3.check-single {
    color: #7a7a7a;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none !important;
}
.pagination-area {
    display: inline-block;
}
.pagination-area .nav-link {
    display: flex;
    align-items: center;
    padding: 15px 10px 15px 8px;
    border-radius: 0;
    background: #ffb703;
}
.pagination-area .nav-link .page-number {
    padding: 2px 15px 0 20px;
    line-height: 12px;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
    text-align: center;
    background: 0 0;
    color: #eee;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #e6e6e6;
}
.pagination-area .nav-link .page-number.border-none {
    border-right: unset;
}
.pagenav-link ul {
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    display: inline-block;
    padding: 0 3px;
}
.pagenav-link ul li {
    display: inline-block;   
    padding: 0 14px;
    margin: 10px 0;
    border-right: 1px solid #E6E6E6;
    color: var(--color-theme-1);
    font-size: 18px;
}
.pagenav-link ul li a {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333333;
}
.pagenav-link ul li a i:before {
    position: relative;
    padding-left: 3px;
    font-family: uicons-regular-rounded !important;
    color: #010d14;
    font-size: 20px;
    top: 5px;
    display: inline-block;
    transition: all 0.3s ease;
}
.pagenav-link ul li a:hover {
    color: var(--color-theme-1);
}
.pagenav-link ul li a:hover i:before {
    color: var(--color-theme-1);
}
.pagenav-link ul li:last-child {
    border-right: none;
}
.gridFilter button {
    background: transparent;
    color: #010d14;
    padding: 5px 20px !important;
    border-radius: 0 0 0 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    padding: 0;
    transition: 0.4s;
    outline: none;
    position: relative;
    border: 0;
}
.gridFilter button.active {
    color: #ffffff;
    background: #0052da;
}
.gridFilter button:hover {
    color: #ffffff;
    background: #0052da !important;
}
.gridFilter button + button {
    margin-left: 20px;
}
.gridFilter.gridfilter-style1 button.active {
    color: #ffffff;
    background: #e88e2e;
}
.gridFilter.gridfilter-style1 button:hover {
    color: #ffffff;
    background: #e88e2e !important;
}
.gridFilter.gridfilter-style2 button {
    font-size: 15px;
    padding: 15px 34px 15px 34px !important;
    color: #010d14;
    background: #FFFFFF;
    text-transform: uppercase;
}
.gridFilter.gridfilter-style2 button.active {
    color: #010d14;
    background: #ffb703;
}
.gridFilter.gridfilter-style2 button:hover {
    color: #010d14;
    background: #ffb703 !important;
}
.gridFilter.gridfilter-style2.yellow-gridfilter button {
    background: #E8EAEE !important;
    padding: 13px 30px 13px 30px !important;
}
.gridFilter.gridfilter-style2.yellow-gridfilter button.active {
    color: #010d14;
    background: #ffb703;
}
.gridFilter.gridfilter-style2.yellow-gridfilter button:hover {
    color: #010d14;
    background: #ffb703 !important;
}
blockquote {
    margin: 20px 0;
    padding: 30px 40px;
    color: #222;
    position: relative;
    background: #fbfbfb !important;
    font-weight: normal;
    font-style: italic;
    text-align: left;
    clear: both;
    font-weight: 400;
    border-left: 4px solid var(--button-background-1);
    border-color: var(--button-background-1);
}
blockquote p {
    font-size: 20px;
    margin: 0;
}
.rs-carousel.nav-style1 {
    position: relative;
}
.rs-carousel.nav-style1 .owl-nav {
    display: block;
}
.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-carousel.nav-style1 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #ffb703;
    text-align: center;
    color: #ffffff;
    transition: all 0.5s;
    transition-delay: 0.70s;
    opacity: 0;
    visibility: hidden;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
    content: "\f138";
    font-family: Flaticon;
}
.rs-carousel.nav-style1 .owl-nav .owl-next {
    right: 30px;
    left: unset;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
    content: "\f137";
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
    left: -50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next {
    right: -50px;
    left: unset;
}
.rs-carousel .owl-dots {
    text-align: center;
    margin-top: 40px;
}
.rs-carousel .owl-dots .owl-dot {
    width: 14px;
    height: 8px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border: none;
    transition: all 0.3s ease;
    background: #ffb703;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
}
.rs-carousel .owl-dots .owl-dot.active,
.rs-carousel .owl-dots .owl-dot:hover {
    width: 40px;
    background: #ffb703;
    opacity: 1;
}
.slick-dots {
    position: absolute;
    line-height: 10px;
    bottom: -45px;
    z-index: 3;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    width: unset;
    height: unset;
    font-size: 0;
    margin: 0 5px;
}
.slick-dots li button {
    width: 15px;
    height: 15px;
    display: inline-block;
    font-size: unset;
    line-height: unset;
    padding: unset;
    border: none;
    background: #ff5a06;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    border-radius: 15px;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button {
    width: 24px;
    background: #ff5a06;
    opacity: 40%;
}
/* no-gutters Class Rules */
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}
.btnCart{
    background: var(--button-background-1);
    color: var(--color-text-black);
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin: 0px auto;
    transition: all 0.4s ease-in-out 0s;
}
.btnCart:hover{
    background: var(--color-text-black);
    color: var(--color-text-white);
}
.btnAll{
    background: var(--button-background-1);
    color: var(--color-text-white);
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin: 15px auto;
    transition: all 0.4s ease-in-out 0s;
}
.btnAll:hover{
    background: var(--color-text-black);
    color: var(--color-text-white);
}
.s_22p{
    color: var(--color-theme-1);
}
.s_22p:hover{
    color: var(--color-text-black);
}
.dropdown-item.active, .dropdown-item:active{
    background: var(--button-background-1);
    color: var(--color-text-black);
}
.btn-secondary7{
    background-color: transparent;
    border-color: var(--color-text-black);
    color: #000;
}
.btn-cart-small{
    position: relative;
    font-weight: 600;
    border: none;
    color: var(--color-text-white);
}
.btn-cart-small  i{
    font-size: 1.2rem;
}
.btn-cart-small span.cart-total{
    position: absolute;
    top: -1px;
    right: 0px;
    background: #28166f;
    padding: 0px 7px;
    border-radius: 50%;
    font-weight: 600;
    color: #fff;
}
.data-cart-main .cart-count{
    position: absolute;
    background: #28166f;
    color: #ffffff;
    border-radius: 50%;
    display: block;
    min-width: 20px;
    font-size: 0.8rem;
    font-weight: 300;
    top: -5px;
    left: 14px;
}

.cart-small-item-empty{
    width: 350px;
    padding: 0px 10px
}
.cart-small-item{
    display: grid;
    grid-template: repeat(2, auto) / 80px auto;
    width: 350px;
    gap: 8px;
    padding: 0px 10px
}
.cart-small-item .x_z1{
    grid-area: 1 / 2 / last-line / 1;
    align-self: center;
}

.cart-small-item .x_z2 {
    overflow: hidden;
}
.cart-small-item .x_z2 a {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--color-theme-1);
}

.cart-small-item .x_z3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 0.9rem;
}
.cart-small-item .x_z3 svg{
    color: var(--bs-danger);
    cursor: pointer;
}
.cart-small-total{
    display: grid;
    grid-template: 1fr / 110px auto;
    width: 350px;
    gap: 8px;
    padding: 0px 10px;
    font-weight: 600;
    font-size: 0.9rem;
    /* color: var(--color-theme-1); */
}
.cart-small-item small{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.x_z5{
    border-top: 1px dashed rgba(0, 0, 0, 0.176);
    padding-top: 8px;
}
.x_z5 a{
    flex: 1 1 auto;
    text-align: center;
    font-weight: 600;
    color: var(--color-theme-1);
}
svg.bi-facebook {
    color: #4267b2;
}
svg.bi-whatsapp {
    color: #25d366;
}
@media only screen and (max-width: 991px) {
    .gridFilter.gridfilter-style2 button {
        font-size: 14px;
    }
    .gridFilter button,
    .gridFilter.gridfilter-style2 button {
        display: block;
        width: 100%;
        max-width: 200px;
        margin: 0 auto 25px;
        padding: 15px 25px 15px 25px !important;
    }
    .gridFilter {
        margin-bottom: 50px;
    }
    .gridFilter button + button {
        margin: 0 auto 25px;
    }
}
@media only screen and (max-width: 480px) {
    .gridFilter.gridfilter-style2 button {
        margin: 0 auto 15px;
        padding: 15px 20px 15px 20px !important;
    }
}
@media only screen and (max-width: 1880px) {
    .features-content {
        padding: 115px 100px 95px 70px;
    }
}
@media only screen and (max-width: 1366px) {
    .features-content {
        padding: 115px 35px 95px;
    }
}
@media only screen and (max-width: 1199px) {
    .row.no-gutters > [class*=" col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .features-content {
        padding: 75px 35px 45px;
    }
}
@media only screen and (max-width: 767px) {
    .features-content ul.rs-features-list li i {
        margin: 0 15px 0 0;
    }
    .data-cart-main .cart-mini-text, .data-cart-account .cart-mini-text{
        display: none
    }
}
@media only screen and (max-width: 480px) {
    .features-content {
        padding: 75px 20px 45px;
    }
    ul.check-lists .list-item .list-text {
        font-size: 16px;
    }
}

/* general.css */
.y-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.y-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.project-item .vertical-middle {
    position: relative;
    z-index: 9;
}
.vertical-middle {
    display: table;
    height: 100%;
    width: 100%;
}
.vertical-middle-cell {
    display: table-cell;
    vertical-align: middle;
}
.readon {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    color: #ffffff;
    background: #ffb703;
    padding: 16px 35px;
    z-index: 1;
    border-radius: 0 0 0 0;
    transition: all 0.4s ease-in-out 0s;
    overflow: hidden;
}
.readon.more {
    background: #ffb703;
    padding: 17px 23px;
    color: var(--color-text-white);
    font-weight: 500;
    text-transform: uppercase;
}
.readon.more.slider {
    background: var(--button-background-1);
}
.readon.more:hover {
    background-color: #010D14;
    color: #ffffff;
}
.readon.more.read2 {
    text-transform: capitalize;
    padding: 17px 36px;
}
.readon.more.know {
    padding: 16px 34px;
}
.readon.more.discover {
    padding: 15px 37px;
    text-transform: capitalize;
}
.readon.more.submit {
    padding: 15px 31px;
    color: #010d14;
    border: none;
}
.readon.more.submit:hover {
    background-color: #010D14;
    color: #ffffff;
}
.readon.more.submit.submit-new {
    text-transform: capitalize;
}
.readon.more.submit.sub-con:hover {
    background-color: #ffffff;
    color: #010d14;
}
.readon.more.submit.submit-red {
    background: #eb003d;
    color: #ffffff;
    text-transform: capitalize;
}
.readon.more.submit.submit-red:hover {
    background-color: #010d14;
    color: #ffffff;
}
.readon.more.submit.submit-blue {
    background: #0052da;
    color: #ffffff;
    text-transform: capitalize;
}
.readon.more.submit.submit-blue:hover {
    background-color: #010d14;
    color: #ffffff;
}
.readon.more.submit.submit-orange {
    padding: 15px 35px;
    background: #e88e2e;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 5px;
}
.readon.more.submit.submit-orange:hover {
    background-color: #010d14;
    color: #ffffff;
}
.readon.more.submit.submit-tan {
    padding: 15px 35px;
    background: #ba9071;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 5px;
}
.readon.more.submit.submit-tan:hover {
    background-color: #010d14;
    color: #ffffff;
}
.readon.more.submit.submit-orange2 {
    padding: 15px 35px;
    background: #ff5a06;
    color: #ffffff;
    text-transform: capitalize;
}
.readon.more.submit.submit-orange2:hover {
    background-color: #010d14;
    color: #ffffff;
}
.readon.more.submit.submit-orange3 {
    padding: 15px 35px;
    background: #ff5a06;
    color: #ffffff;
    text-transform: capitalize;
    clip-path: polygon(50% 0%, 100% 1%, 100% 35%, 100% 80%, 94% 100%, 50% 100%, 21% 100%, 0 100%, 0 0, 86% 0) !important;
}
.readon.more.submit.submit-orange3:hover {
    opacity: 0.79;
}
.readon.more.submit.submit-red1 {
    color: #C30C0C;
    background-color: #FFFFFF;
    margin: 0;
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    border-radius: 10px 10px 10px 10px;
    text-transform: capitalize;
}
.readon.more.submit.submit-red1:hover {
    background-color: #010d14;
    color: #ffffff;
}
.readon.more.contact {
    padding: 16px 35px;
}
.readon.more.contact:hover {
    background-color: #fff;
    color: #010d14;
}
.readon.more.requset-services {
    padding: 15px 40px;
    background-color: #EB003D;
    color: #ffffff;
    border-radius: 30px 30px 30px 30px;
    text-transform: capitalize;
}
.readon.more.requset-services:hover {
    background-color: #010D14;
    color: #ffffff;
}
.readon.more.touch {
    padding: 16px 32px;
}
.readon.more.touch:hover {
    background-color: #fff;
    color: #010d14;
}
.readon.more.pricing {
    padding: 15px 35px;
    font-size: 15px;
}
.readon.more.comment {
    padding: 16px 26px;
    border: none;
}
.readon.red2-more {
    padding: 17px 23px;
    background-color: #E8271E;
    border-radius: 0 0 0 0;
    text-transform: uppercase;
}
.readon.red2-more:hover {
    color: #ffffff;
    background-color: #010D14;
}
.readon.red2-more.view {
    padding: 15px 39px;
    text-transform: capitalize;
}
.readon.red2-more.view:hover {
    color: #000000;
    background-color: #FFFFFF;
}
.readon.red2-more.view-pro {
    padding: 18px 36px;
    text-transform: capitalize;
    background-color: #cb0000;
    border-radius: 10px;
}
.readon.red2-more.view-pro:hover {
    background-color: #CB0000D4;
}
.readon.red-btn {
    padding: 16px 33px;
    background-color: #EB003D;
    border-radius: 30px 30px 30px 30px;
    text-transform: capitalize;
}
.readon.red-btn:hover {
    color: #010d14;
    background: #ffffff;
}
.readon.red-btn.know-radius {
    padding: 15px 37px;
}
.readon.red-btn.know-radius:hover {
    color: #ffffff;
    background-color: #010D14;
}
.readon.blue-btn {
    font-size: 16px;
    padding: 14px 35px;
    background-color: #0052DA;
    color: #ffffff;
    border-radius: 0 0 0 0;
}
.readon.blue-btn:hover {
    color: #ffffff;
    background: #010d14;
}
.readon.blue-btn.know-more {
    padding: 14px 43px;
}
.readon.blue-btn.orange-more1 {
    position: relative;
    padding: 19px 40px 19px 35px;
    background-color: #FF5A06;
}
.readon.blue-btn.orange-more1 i {
    margin-left: 5px;
}
.readon.blue-btn.orange-more1 i:before {
    position: absolute;
    font-weight: 500!important;
    font-size: 15px !important;
    transform: rotate(-45deg);
    top: 25px;
}
.readon.blue-btn.orange-more1:hover {
    background-color: #010D14;
}
.readon.blue-btn.orange-more2 {
    position: relative;
    padding: 19px 50px 19px 38px;
    background-color: #FF5A06;
}
.readon.blue-btn.orange-more2 i {
    margin-left: 10px;
}
.readon.blue-btn.orange-more2 i:before {
    position: absolute;
    font-weight: 500!important;
    font-size: 15px !important;
    top: 25px;
}
.readon.blue-btn.orange-more2:hover {
    opacity: 0.79;
}
.readon.paste-btn {
    padding: 14px 30px;
    font-size: 16px;
    background-color: #21c0f5;
    color: #ffffff;
    text-transform: uppercase;
}
.readon.paste-btn:hover {
    border-radius: 5px;
    color: #21c0f5;
    background: #ffffff;
}
.readon.paste-btn.dismore {
    padding: 14px 39px;
    text-transform: capitalize;
}
.readon.paste-btn.dismore:hover {
    border-radius: 0;
    color: #010d14;
    background: #ffffff;
}
.readon.paste-btn.submit {
    padding: 14px 35px;
    background-color: #21C0F5;
    text-transform: capitalize;
    border: none;
}
.readon.paste-btn.submit:hover {
    border-radius: 0;
    color: #010d14;
    background: #ffffff;
}
.readon.paste-btn.updates {
    padding: 14px 35px;
    text-transform: capitalize;
}
.readon.paste-btn.updates:hover {
    border-radius: 0;
    color: #ffffff;
    background: #010d14;
}
.readon.paste-btn.started:hover {
    border-radius: 0;
    color: #010d14;
    background: #ffffff;
}
.readon.orange-btn {
    padding: 14px 30px;
    font-size: 16px;
    background-color: #e88e2e;
    color: #ffffff;
    border-radius: 5px;
}
.readon.orange-btn:hover {
    color: #ffffff;
    background: #010d14;
}
.readon.orange-btn.know {
    padding: 14px 40px;
}
.readon.tan-btn {
    font-weight: 400;
    font-size: 16px;
    border-radius: 3px;
    padding: 15px 35px;
    background-color: #ba9071;
    color: #ffffff;
}
.readon.tan-btn:hover {
    color: #ffffff;
    background-color: #bda290;
}
.readon.orange-btn1 {
    background-color: #ff6314;
    padding: 16px 30px;
    -webkit-clip-path: polygon(88% 0, 100% 37%, 100% 82%, 100% 100%, 15% 103%, 0 66%, 0 0);
    clip-path: polygon(88% 0, 100% 37%, 100% 82%, 100% 100%, 15% 103%, 0 66%, 0 0);
}
.readon.orange-btn1:hover {
    color: #ffffff;
    background-color: #e75f1a;
}
.readon.orange-btn1.get-white1 {
    background-color: transparent;
    -webkit-clip-path: unset;
    clip-path: unset;
    padding: 0;
    color: #FFFFFFD9;
    background-color: #02010100;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-radius: 0 0 0 0;
}
.readon.orange-btn1.get-white1:hover {
    color: #ffffff;
}
.readon.orange-btn1.submit1 {
    border: none;
}
.readon.orange-btn2 {
    padding: 19px 40px 19px 35px;
    background-color: #FF5A06;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 0 0 0 0;
    clip-path: polygon(50% 0%, 100% 1%, 100% 35%, 100% 80%, 94% 100%, 50% 100%, 21% 100%, 0 100%, 0 0, 86% 0) !important;
}
.readon.orange-btn2.orange-learning {
    clip-path: unset !important;
}
.readon.paste-btn2 {
    font-size: 16px;
    font-weight: 700;
    padding: 16px 33px;
    background-color: #70bf4a;
    border-radius: 30px 30px 30px 30px;
    text-transform: capitalize;
}
.readon.paste-btn2:hover {
    color: #010d14;
    background: #ffffff;
}
.readon.paste-btn2.know-more {
    font-weight: 500;
    padding: 15px 40px;
    background-color: #70BF4A;
    border-radius: 30px 30px 30px 30px;
}
.readon.paste-btn2.know-more:hover {
    color: #ffffff;
    background-color: #010d14;
}
.readon.contact1 {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 18px 25px;
}
.readon.contact1 i {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 900;
}
.readon.contact1:hover {
    background-color: #ffffff;
    color: #cb0000;
}
/*-- Add Button CSS --*/
.add-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s;
    padding: 8px 33px;
    font-size: 16px;
    font-weight: 500;
    background: var(--button-background-1);
    color: #010d14;
    text-transform: uppercase;
    border: none;
}
.add-btn:hover {
    color: #ffffff;
    background: #010d14;
}
.add-btn.cart {
    text-transform: capitalize;
}
/*-- Services Button CSS --*/
.services-btn .btn-text {
    position: relative;
    display: inline-block;
    color: #010d14;
    transition: all ease 0.3s;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #FFB703;
}
.services-btn .btn-text:hover {
    background-color: #010D14;
    color: #ffffff;
}
.services-btn.btn-style2 .btn-text {
    padding: 10px 14px;
    font-size: 15px;
    text-transform: capitalize;
}
.services-btn.btn-style2 .btn-text i {
    transition: all 0.3s ease;
}
.services-btn.btn-style2 .btn-text i:before {
    font-weight: 500;
    position: relative;
    padding-left: 3px;
    font-family: uicons-regular-rounded !important;
    color: #010d14;
    font-size: 20px;
    top: 5px;
    display: inline-block;
    transition: all 0.3s ease;
}
.services-btn.btn-style2 .btn-text:hover {
    background-color: #010D14;
    color: #ffffff;
}
.services-btn.btn-style2 .btn-text:hover i {
    margin-left: 7px;
}
.services-btn.btn-style2 .btn-text:hover i:before {
    color: #fff;
}
.services-btn.btn-style3 .btn-text {
    padding: 7px 13px;
    font-size: 16px;
    font-weight: 400;
    background: #0052da;
    color: #ffffff;
    text-transform: capitalize;
}
.services-btn.btn-style3 .btn-text i:before {
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
    padding-left: 6px;
    font-family: uicons-regular-rounded !important;
    color: #ffffff;
    font-size: 20px;
    top: 5px;
    display: inline-block;
    transition: all 0.3s ease;
}
.services-btn.btn-style3 .btn-text:hover i:before {
    transform: translateX(3px);
}
.services-btn.btn-style4 .btn-text {
    padding: 10px 0 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    color: #010d14;
    background: transparent;
}
.services-btn.btn-style4 .btn-text i:before {
    font-weight: 400;
    position: relative;
    padding-left: 6px;
    font-family: uicons-regular-rounded !important;
    color: #010d14;
    font-size: 18px;
    top: 3px;
    display: inline-block;
    transition: all 0.3s ease;
}
.services-btn.btn-style4 .btn-text:hover i:before {
    transform: translateX(3px);
}
.services-btn.btn-style4 a i {
    color: #858585;
}
.services-btn.btn-style4 a i:before {
    font-size: 16px;
}
.services-btn.btn-style4 a:hover i {
    color: #70bf4a;
}
.services-btn.btn-style5 a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background-color: #FF631433;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FF631400;
    text-align: center;
}
.services-btn.btn-style5 a i:before {
    font-size: 16px;
    color: #FF6314;
}
.services-btn.btn-style5 a:hover i {
    background-color: #F20F0F00;
    border-color: #FF6314;
}
.services-btn.btn-style6 a {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    transition: all ease 0.3s;
    color: #ff5a06;
    border: 1px solid #ff5a06;
    padding: 10px 14px;
    text-transform: capitalize;
}
.services-btn.btn-style6 a:hover {
    background-color: #ff5a06;
    border: 1px solid #ff5a06;
    color: #ffffff;
}
.services-btn .learn-text {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all ease 0.4s;
}
.services-btn .learn-text:after {
    content: "\f113";
    font-family: Flaticon;
    font-size: 9px;
    position: relative;
    right: -1px;
    top: -2px;
    display: inline-block;
    margin-left: 8px;
    transition: all ease 0.4s;
    color: #fff;
}
.services-btn .learn-text:hover:after {
    transform: translateX(10px);
}
.services-btn .red-btn-text {
    padding: 10px 12px 7px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 40px 40px 40px 40px;
    background-color: #EB003D;
    transition: all ease 0.3s;
    display: inline-block;
}
.services-btn .red-btn-text i:before {
    font-size: 16px;
    color: #ffffff;
}
.services-btn .red-btn-text:hover {
    background: #010d14;
}
.services-btn .red-btn-text:hover i:before {
    color: #ffffff;
}
.services-btn .submit-btn {
    position: relative;
    margin: 0;
}
.services-btn .submit-btn input[type="submit"] {
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    background-color: #EB003D;
    padding: 15px 30px 15px 0;
    transition: all 0.5s ease;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    border-radius: 30px 30px 30px 30px;
    border: none;
}
.services-btn .submit-btn:before {
    position: absolute;
    content: "\f121";
    z-index: 11;
    background: none;
    color: #fff;
    font-size: 24px;
    right: 18%;
    top: 8px;
    font-family: uicons-regular-rounded;
}
.services-btn .submit-btn:hover input[type="submit"] {
    background-color: #000000;
}
/*-- Blog Button CSS --*/
.blog-button {
    display: inline-block;
}
.blog-button a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #FFCA46;
    padding: 14px 25px 12px;
    color: #010D14;
    transition: all ease 0.3s;
}
.blog-button a:hover {
    color: #ffffff;
    background-color: #010D14;
}
.blog-button.blog-bnt2 a {
    font-size: 16px;
    text-transform: capitalize;
    background-color: unset;
    padding: 14px 0 6px;
}
.blog-button.blog-bnt2 a i:before {
    position: relative;
    color: #010d14;
    font-size: 20px;
    top: 5px;
    transition: all 0.3s ease;
    display: inline-block;
}
.blog-button.blog-bnt2 a:hover {
    color: unset;
    background-color: unset;
}
.blog-button.blog-bnt2 a:hover i:before {
    transform: translateX(8px);
}
.blog-button.blog-btn3 a {
    color: #ffffff;
    background-color: #EB003D;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 30px;
}
.blog-button.blog-btn3 a:hover {
    color: #ffffff;
    background-color: #010D14;
}
.blog-button.blog-btn4 a {
    position: relative;
    display: inline-block;
    padding: 9px 28px 9px 25px;
    background: #e8271e;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all ease 0.4s;
}
.blog-button.blog-btn4 a:after {
    content: "\f113";
    font-family: Flaticon;
    font-size: 10px;
    position: relative;
    right: 1px;
    top: -1px;
    display: inline-block;
    margin-left: 8px;
    transition: all ease 0.4s;
    color: #fff;
    font-weight: 700;
}
.blog-button.blog-btn4 a:hover:after {
    transform: translateX(10px);
}
.blog-button.blog-btn5 a {
    font-size: 16px;
    padding: 9px 31px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #0052DA;
}
.blog-button.blog-btn5 a:hover {
    color: #ffffff;
    background-color: #0052DA;
}
.blog-button.blog-btn6 a {
    font-size: 16px;
    padding: 9px 31px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #e88e2e;
}
.blog-button.blog-btn6 a:hover {
    color: #ffffff;
    background-color: #e88e2e;
}
.blog-button.blog-btn7 a {
    color: #ffffff;
    background-color: #BA9071;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 30px;
    text-transform: capitalize;
}
.blog-button.blog-btn7 a:hover {
    color: #ffffff;
    background-color: #BA9071C4;
}
.blog-button.inner-btn a {
    background-color: unset;
    padding: 0 20px 0 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-transform: initial;
    color: #010d14;
    z-index: 1;
}
.blog-button.inner-btn a:before {
    content: "\f121";
    position: absolute;
    font-family: uicons-regular-rounded !important;
    font-size: 19px;
    top: 2px;
    right: -5px;
    opacity: 1;
    transition: all 0.3s;
}
.blog-button.inner-btn:hover a {
    color: var(--button-background-1);
}
.blog-button.inner-btn:hover a:before {
    right: -10px;
    opacity: 1;
}
/*-- Submit Button CSS --*/
.form-button .submit-form {
    margin: 0;
    text-align: center;
}
.form-button .submit-form .submit {
    position: relative;
    display: inline-block;
    transition: all 0.5s ease;
    color: #fff;
    top: 18px;
    border: none;
    background-color: #0052DA;
    padding: 12px 51px;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    border-radius: 0 0 0 0;
    margin: 0 0 -4px;
}
.form-button .submit-form .submit:hover {
    background: #010d14;
    color: #ffffff;
}
.form-button.orange-submit .submit-form .submit {
    border-radius: 5px 5px 5px 5px;
    padding: 12px 51px;
    font-size: 17px;
    color: #E88E2E;
    background-color: #FFFFFF;
    top: 0;
}
.form-button.orange-submit .submit-form .submit:hover {
    background: #010d14;
    color: #ffffff;
}
.form-button.paste-submit .submit-form .submit {
    border-radius: 30px 30px 30px 30px;
    padding: 12px 51px;
    font-size: 17px;
    color: #ffffff;
    background-color: #70bf4a;
    top: 0;
    width: 100%;
}
.form-button.paste-submit .submit-form .submit:hover {
    background: #010d14;
    color: #ffffff;
}
.submit-btn {
    margin: 0;
    display: block;
    cursor: pointer;
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
    border: none;
}
.submit-btn .arrow-btn {
    position: relative;
    z-index: 9;
}
.submit-btn .arrow-btn [type="submit"] {
    background-color: #AF0505E0;
    padding: 16px 34px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    z-index: 9;
    border: none;
}
.submit-btn .arrow-btn:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #f00;
    right: 15%;
    top: -8px;
    background: #930606;
    transition: 0.4s;
    z-index: 3;
}
.submit-btn .arrow-btn:hover:before {
    right: 68%;
}
.submit-btn.debitis {
    background: #ffb703;
    padding: 9px 25px;
    display: inline-block;
}
.submit-btn.debitis input[type="submit"] {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: unset;
    border: none;
}
.address-wrap-item .icon-part {
    display: inline-block;
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
    background: var(--btn-apel);
}
.address-wrap-item .icon-part i {
    text-align: center;
    color: #010d14;
    border-radius: 100%;
    font-size: 30px;
    position: relative;
    line-height: 70px;
    z-index: 9;
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
    height: auto;
}
.address-wrap-item .icon-part:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    background: var(--btn-apel-efect);
}
.address-wrap {
    display: flex;
    align-items: center;
}
.address-wrap .address-icon {
    display: inline-block;
    position: relative;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 100%;
    text-align: center;
    background: #fff;
}
.address-wrap .address-icon i {
    text-align: center;
    color: #0052da;
    border-radius: 100%;
    font-size: 25px;
    position: relative;
    line-height: 70px;
    z-index: 9;
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
    height: auto;
    line-height: 55px;
}
.address-wrap .address-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    background: #fff;
}
.address-wrap .content-txt {
    padding-left: 30px;
}
.address-wrap .content-txt a {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #FFFFFF;
}
.address-wrap.videos-icons-style2 .address-icon {
    background: #70bf4a;
    height: 70px;
    width: 70px;
    line-height: 70px;
}
.address-wrap.videos-icons-style2 .address-icon i {
    color: #ffffff;
}
.address-wrap.videos-icons-style2 .address-icon:before {
    background: #70bf4a;
}
.address-wrap.videos-icons-style2 .inner-txt {
    padding-left: 30px;
}
.address-wrap.videos-icons-style2 .inner-txt .sub-text {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #FFFFFF;
}
.address-wrap.videos-icons-style2 .inner-txt .title {
    font-family: "Roboto", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    margin: 0;
}
.address-wrap.videos-icons-style2 .inner-txt .title a {
    color: #FFFFFF;
}
.address-wrap.videos-icons-style3 .address-icon {
    background-color: #FFFFFF00;
    border: 1px solid #ff6314;
    border-radius: 5px;
    width: 60px;
    height: 53px;
    line-height: 51px !important;
}
.address-wrap.videos-icons-style3 .address-icon i {
    line-height: 35px;
    color: #ff6314;
}
.address-wrap.videos-icons-style3 .address-icon:before {
    background-color: #FFFFFF00;
}
.address-wrap.videos-icons-style3 .inner-txt {
    padding-left: 20px;
}
.address-wrap.videos-icons-style3 .inner-txt .sub-text {
    color: #000000;
    margin: 0 0 6px;
}
.address-wrap.videos-icons-style3 .inner-txt .title {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}
.address-wrap.videos-icons-style3 .inner-txt .title a {
    color: #000000;
}
.address-wrap.videos-icons-style3 .inner-txt .title a:hover {
    color: #ff6314;
}
/*Video Icon*/
.rs-videos .animate-border .popup-border {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 90px;
    padding: 0;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    z-index: 9;
    text-align: center;
    background-color: #FFB703;
}
.rs-videos .animate-border .popup-border i {
    transition: 0.3s ease all;
    font-size: 30px;
    color: #010d14;
    position: relative;
}
.rs-videos .animate-border .popup-border:before {
    background-color: #FFB703;
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.rs-videos .animate-border .popup-border:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all 200ms;
}
.rs-videos.red-videos .animate-border .popup-border {
    background-color: #eb003d;
}
.rs-videos.red-videos .animate-border .popup-border i {
    color: #ffffff;
}
.rs-videos.red-videos .animate-border .popup-border:before {
    background-color: #eb003d;
}
.rs-videos.blue-videos .animate-border .popup-border {
    background-color: #0052da;
}
.rs-videos.blue-videos .animate-border .popup-border i {
    color: #ffffff;
}
.rs-videos.blue-videos .animate-border .popup-border:before {
    background-color: #0052da;
}
.rs-videos.orange-videos .animate-border .popup-border {
    background-color: #e88e2e;
}
.rs-videos.orange-videos .animate-border .popup-border i {
    color: #ffffff;
}
.rs-videos.orange-videos .animate-border .popup-border:before {
    background-color: #e88e2e;
}
.rs-videos.white-videos1 {
    position: absolute;
    right: 26%;
    transform: translateY(-467px);
}
.rs-videos.white-videos1 .animate-border .popup-border {
    background-color: #ffffff;
}
.rs-videos.white-videos1 .animate-border .popup-border i {
    color: #ff5a06;
}
.rs-videos.white-videos1 .animate-border .popup-border:before {
    background-color: #ffffff;
}
@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }
    40% {
        opacity: 0.5;
        border-width: 2px;
    }
    65% {
        border-width: 1px;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}
@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }
    40% {
        opacity: 0.5;
        border-width: 2px;
    }
    65% {
        border-width: 1px;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}
.margin-remove {
    margin: 0 !important;
}
.no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.no-gutter [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin: 0;
}
.container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}
.container-fluid2 {
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid3 {
    padding-left: 50px;
    padding-right: 50px;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.relative {
    position: relative;
}
.pt-relative {
    position: relative !important;
}
.sec-title {
    position: relative;
}
.sec-title .sub-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #010d14;
    text-transform: uppercase;
    font-family: Roboto;
    margin: 0 0 10px;
    display: block;
}
.sec-title .sub-text img {
    position: relative;
    top: -2px;
    margin-right: 7px;
}
.sec-title .sub-text.yellow-color {
    color: #ffb703;
}
.sec-title .sub-text.sub-text2 {
    position: relative;
    padding-left: 65px;
    display: inline-block;
}
.sec-title .sub-text.sub-text2:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #ffb703;
    z-index: 1;
    margin-left: 0;
    left: 0;
    top: 8px;
}
.sec-title .sub-text.sub-text3 {
    font-size: 15px;
    color: #eb003d;
}
.sec-title .sub-text.sub-text3 img {
    width: 28px;
}
.sec-title .sub-text.sub-text4 {
    font-size: 15px;
    color: #e8271e;
}
.sec-title .sub-text.sub-text5 {
    margin: 0 0 5px;
    color: #0052da;
}
.sec-title .sub-text.sub-text6 {
    margin: 0 0 5px;
    color: #e88e2e;
}
.sec-title .sub-text.sub-text7 {
    margin: 0 0 5px;
    color: #ba9071;
}
.sec-title .sub-text.sub-text8 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #333333;
    margin: 0 0 13px;
}
.sec-title .sub-text.sub-text8 img {
    width: 14px;
}
.sec-title .sub-text.sub-text9 {
    margin: 0 0 5px;
    color: #ff5a06;
}
.sec-title .sub-text.sub-text10 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 10px;
    color: #ffffff;
}
.sec-title .sub-text.sub-text11 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 10px;
    color: #cb0000;
}
.sec-title .sub-text.sub-text12 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 10px;
    color: #ffffff;
}
.sec-title .sub-text.sub-text13 {
    margin: 0 0 5px;
    color: #ff6314;
}
.sec-title .title-inner .title {
    position: relative;
    font-family: "Playfair Display", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
    color: #CB0000;
    margin: 0 0 30px;
}
.sec-title .title-inner .title .watermark {
    color: #FFFFFFCC !important;
    display: block;
    font-family: "Playfair Display", Sans-serif;
    font-size: 130px;
    line-height: 0;
    position: absolute;
    text-transform: uppercase;
    font-weight: 900;
    opacity: 0.11;
    width: 100%;
    left: 0;
    color: inherit;
    white-space: nowrap;
    /* vertical-align: middle; */
}
.sec-title .title-inner.contact-inner1 .title {
    color: #ffffff;
    margin: 0 0 10px;
}
.sec-title .title-inner.ser-inner .title {
    color: #FFFFFF;
}
.sec-title .title-inner.ser-inner .title .watermark {
    font-size: 100px;
    opacity: 0.15 !important;
    color: #FFFFFF !important;
}
.sec-title .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 53px;
    color: #010d14;
    margin: 0;
}
.sec-title .title.title2 {
    font-size: 36px;
    line-height: 1.3em;
}
.sec-title .title.title3 {
    color: #ffffff;
}
.sec-title .title.title3 span {
    color: #e8271e;
    font-style: italic;
}
.sec-title .title.title4 {
    position: relative;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #FFFFFF;
}
.sec-title .title.title4:before {
    content: "";
    position: absolute;
    border: 0;
    width: 65px;
    height: 5px;
    background: #FFB703;
    z-index: 1;
    margin-left: 0;
    left: 0;
    top: -28px;
}
.sec-title .title.title4.ser-style1 {
    font-size: 42px;
}
.sec-title .title.title4.ser-style2 {
    font-size: 42px;
    color: #010d14;
}
.sec-title .title.title4.ser-style2:before {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.sec-title .title.title4.ser-style2 span {
    color: #ffb703;
}
.sec-title .title.title4.ser-style3 {
    font-size: 35px;
    color: #010d14;
}
.sec-title .title.title4.ser-style4 {
    font-size: 42px;
    color: #ffffff;
}
.sec-title .title.title4.ser-style5 {
    font-size: 33px;
    color: #010d14;
}
.sec-title .title.title5 {
    font-size: 60px;
    line-height: 70px;
    font-family: Playfair Display;
}
.sec-title .title.title6 {
    color: #442211;
    font-family: Playfair Display;
}
.sec-title .title.title7 {
    font-size: 60px;
    line-height: 70px;
    color: #442211;
    font-family: Playfair Display;
}
.sec-title .small-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Roboto", Sans-serif;
    margin: 0;
    color: #010d14;
}
.sec-title .desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
    margin: 0;
}
.sec-title .desc.desc2 {
    color: #DADADA;
}
.sec-title .desc.desc3 {
    color: #ffffff;
}
.sec-title .desc.desc4 {
    color: #FAFAFA;
}
.sec-title .desc.desc5 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}
.sec-title .desc.desc6 {
    font-size: 16px;
    font-weight: 400;
    color: #7a7a7a;
}
.sec-title .desc.desc7 {
    color: #FFFFFFC4;
}
.sec-title .desc.desc8 {
    color: #F7F7F7;
}
.sec-title .desc.desc9 {
    margin: 6px 0 5px;
    padding: 6px 0 6px 15px;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: rgba(51, 51, 51, 0.8);
    border-color: #FF6314;
}
.sec-title .desc.desc9.desc-big {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #333333;
}
.sec-title .desc.desc9.desc-small {
    color: #333333;
}
.sec-title .desc.desc10 {
    color: rgba(51, 51, 51, 0.8);
}
.sec-title .view-services {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #333333;
    margin: 0;
}
.sec-title .view-services a {
    margin-left: 8px;
}
.sec-title .view-services a .btn-text {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 22px;
    padding: 6px 28px;
    background-color: #0052DA;
    border-radius: 0 0 0 0;
}
.sec-title2 {
    position: relative;
}
.sec-title2 .sub-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffb703;
    display: block;
    margin: 0 0 5px;
}
.sec-title2 .sub-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffb703;
    margin: 0;
    display: block;
    position: relative;
    padding-left: 107px;
}
.sec-title2 .sub-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 12px;
    border-radius: 2px;
    background-color: #ffb703;
    transition: all 0.3s ease;
    z-index: 0;
}
.sec-title2 .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    width: 55px;
    z-index: 1;
    margin-left: 0;
    left: 24px;
    top: 12px;
    border-radius: 2px;
    background-color: #ffb703;
    transition: all 0.3s ease;
    z-index: 0;
}
.sec-title2 .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    color: #010d14;
    margin: 0;
}
.sec-title2 .desc-big {
    font-size: 16px;
    font-weight: 500;
}
.sec-title2 .heading-border-line {
    position: relative;
}
.sec-title2 .heading-border-line:before {
    content: "";
    width: 12px;
    height: 4px;
    background: #ffb703;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -35px;
    transform: translateX(-50%);
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.sec-title2 .heading-border-line:after {
    content: "";
    width: 65px;
    height: 4px;
    background: #ffb703;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 50%;
    margin-left: -20px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
}
.sec-title2 .heading-border-line.left-style {
    position: relative;
    margin-left: 44px;
}
.sec-title2 .heading-border-line.left-style:before {
    left: 0;
}
.sec-title2 .heading-border-line.left-style:after {
    left: 0;
}
.sec-title2:hover .sub-text:before {
    width: 65px;
    background: #ffb703;
}
.sec-title2:hover .sub-text:after {
    margin-left: 46px;
    width: 12px;
    background: #ffb703;
}
.sec-title2:hover .heading-border-line {
    position: relative;
}
.sec-title2:hover .heading-border-line:before {
    margin-left: -5px;
    width: 65px;
    background: #ffb703;
}
.sec-title2:hover .heading-border-line:after {
    width: 12px;
    margin-left: 35px;
    background: #ffb703;
}
.sec-title3 {
    position: relative;
}
.sec-title3 .sub-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    color: #21c0f5;
    display: block;
    margin: 0 0 5px;
}
.sec-title3 .sub-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    color: #21c0f5;
    margin: 0 0 3px;
    display: block;
    position: relative;
    padding-left: 107px;
}
.sec-title3 .sub-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 12px;
    border-radius: 2px;
    background-color: #21c0f5;
    transition: all 0.3s ease;
    z-index: 0;
}
.sec-title3 .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    width: 55px;
    z-index: 1;
    margin-left: 0;
    left: 24px;
    top: 12px;
    border-radius: 2px;
    background-color: #21c0f5;
    transition: all 0.3s ease;
    z-index: 0;
}
.sec-title3 .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    color: #010d14;
    margin: 0;
}
.sec-title3 .desc {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}
.sec-title3 .heading-border-line {
    position: relative;
}
.sec-title3 .heading-border-line:before {
    content: "";
    width: 12px;
    height: 4px;
    background: #21c0f5;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -35px;
    transform: translateX(-50%);
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.sec-title3 .heading-border-line:after {
    content: "";
    width: 65px;
    height: 4px;
    background: #21c0f5;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 50%;
    margin-left: -20px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
}
.sec-title3 .heading-border-line.left-style {
    position: relative;
    margin-left: 44px;
}
.sec-title3 .heading-border-line.left-style:before {
    left: 0;
}
.sec-title3 .heading-border-line.left-style:after {
    left: 0;
}
.sec-title3:hover .sub-text:before {
    width: 65px;
    background: #21c0f5;
}
.sec-title3:hover .sub-text:after {
    margin-left: 46px;
    width: 12px;
    background: #21c0f5;
}
.sec-title3:hover .heading-border-line {
    position: relative;
}
.sec-title3:hover .heading-border-line:before {
    margin-left: -5px;
    width: 65px;
    background: #21c0f5;
}
.sec-title3:hover .heading-border-line:after {
    width: 12px;
    margin-left: 35px;
    background: #21c0f5;
}
.meniu_fix {
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 100;
}
.meniu_fix a {
    display: block;
}
.meniu_fix a + a {
    margin-top: 8px;
}
.meniu_fix a svg {
    width: 40px;
    height: 40px;
}
.meniu_fix a.whatsapp {
    color: #03b100;
}
.meniu_fix a.telefon {
    color: #dd4d15;
}

/* .btn-cart-add {
  background-color: transparent;
  color: #1b1b20;
  border: none;
  overflow: hidden;
  box-shadow: none;
}
.btn-cart-add:hover {
  color: #e6e6e6;
}
.btn-cart-add::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #1b1b20;
  transition: opacity 0.3s, border 0.3s;
}
.btn-cart-add:hover::before {
  opacity: 0;
}
.btn-cart-add::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background-color: #494958;
  border-color: transparent;
  border-radius: 50%;
  transform: translate(-10px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.btn-cart-add:hover::after {
  opacity: 1;
  transform-origin: 100px 100px;
  transform: scale(1) translate(-10px, -70px);
} */

.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--color-effect-btn-cos);
  transform: translateY(-0.25em);
}
span.m1, a.m1{
  transition: all 0.25s;
  font: inherit;
  line-height: 1;
  padding: 10px 20px;
  display: block
}
span.m1:hover, span.m1:focus, a.m1:hover, a.m1:focus {
    border-color: #874aee;
    color: #000000;
}

.btn-cart-add {
    background-color: var(--color-btn-cos);
    border: 2px solid var(--color-btn-cos);
    color: var(--color-text-btn-cos);
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    padding-left: 40px;
    overflow: hidden;
}
.btn-cart-add:hover {
    background-color: transparent;
    color: var(--color-text-btn-cos-hover);
}
.btn-cart-add::before{
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    width: 45px;
    height: 100%;
    transition: opacity 0.3s, border 0.3s;
    background: #d3d3d3;
    transform: skewX(10deg);
    z-index: 2;
}
.btn-cart-add svg{
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    z-index: 3;
    color: #000000;
}


.btn-cart-wishlist {
    background-color: transparent;
    border: 2px solid var(--color-btn-cos);
    color: var(--color-text-black);
    text-align: right;
    line-height: 38px;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    padding-left: 40px;
    overflow: hidden;
}
.btn-cart-wishlist:hover {
    background-color: transparent;
    color: var(--color-text-btn-cos-hover);
}
.btn-cart-wishlist svg{
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    z-index: 3;
    color: #000000;
}
.btn-full{
    background-color: var(--button-background-1);
    border: 2px solid var(--button-background-1);
    color: var(--color-text-white);
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.btn-empty{
    background-color: transparent;
    border: 2px solid var(--button-background-1);
    color: var(--color-text-black);
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.error-message{
    font-size: 0.8rem;
    text-align: center;
}

@media only screen and (max-width: 1880px) {
    .offset-2 {
        margin-left: 0;
    }
}
@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1200px;
        width: 100%;
    }
    .container.custom {
        max-width: 1190px;
        width: 100%;
    }
    .container.custom2 {
        max-width: 1275px;
        width: 100%;
    }
    .container.custom3 {
        max-width: 1320px;
        width: 100%;
    }
    .container.custom4 {
        max-width: 970px;
        width: 100%;
    }
    .container.custom5 {
        max-width: 1300px;
        width: 100%;
    }
    .container.custom6 {
        max-width: 900px;
        width: 100%;
    }
    .container.custom7 {
        max-width: 800px;
        width: 100%;
    }
}
@media only screen and (max-width: 1366px) {
    .sec-title .title {
        font-size: 36px;
        line-height: 46px;
    }
    .sec-title3 .title {
        font-size: 40px;
        line-height: 48px;
    }
    .address-wrap.videos-icons-style2 .inner-txt .title {
        font-size: 38px;
        line-height: 49px;
    }
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .container-fluid3 {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .container-fluid3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .readon.blue-btn.know-more {
        padding: 13px 32px 11px;
    }
    .lg-col-padding > [class*="col-"],
    .lg-pl-pr-15 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .xl-mb-40 {
        margin-bottom: 40px !important;
    }
    .xl-mb-30 {
        margin-bottom: 30px !important;
    }
    .pl-86 {
        padding-left: 50px;
    }
    .pl-70 {
        padding-left: 50px;
    }
    .pl-60 {
        padding-left: 35px;
    }
    .pl-85 {
        padding-left: 60px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-title3 .title {
        font-size: 30px;
        line-height: 40px;
    }
    .sec-title .title {
        font-size: 31px;
        line-height: 41px;
    }
    .sec-title .desc.desc8 {
        font-size: 14px;
    }
    .sec-title2 .title {
        font-size: 32px;
        line-height: 42px;
    }
    .pr-60 {
        padding-right: 40px;
    }
    .mt-55 {
        margin-top: 0;
    }
    .pl-45 {
        padding-left: 25px;
    }
}
@media screen and (min-width: 992px) {
    .nav-menu .rs-mega-menu > a:after,
    .nav-menu > .menu-item-has-children > a:after {
        content: "\f107";
        font-family: FontAwesome;
        float: right;
        margin: 2px 0 0 5px;
        display: none;
    }
    .right_menu_togle.mobile-navbar-menu {
        display: none;
    }
    .nav-menu ul {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .sticky {
        background: #fff !important;
        position: fixed !important;
        top: 0;
        z-index: 999;
        margin: 0 auto !important;
        padding: 0;
        left: 0;
        right: 0;
        width: 100%;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-name: sticky-animation;
        animation-name: sticky-animation;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
}
@media only screen and (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }
    .order-first,
    .order-last {
        order: unset;
    }
    .order-last {
        order: unset !important;
    }
    .md-pl-15 {
        padding-left: 15px;
    }
    .md-pb-100 {
        padding-bottom: 80px !important;
    }
    .md-left {
        text-align: left !important;
    }
    .md-text-center {
        text-align: center !important;
    }
    .md-pb-165 {
        padding-bottom: 165px;
    }
    .bg31 {
        background-size: cover;
    }

    .mt-55 {
        margin-top: 42px;
    }
    .bg24 {
        background-size: cover;
        background-position: top center;
    }

    .sec-title .title-inner .title .watermark {
        font-size: 100px;
    }
    .sec-title .title.title7 br {
        display: none !important;
    }
    .sec-title .desc br {
        display: none !important;
    }
    .sec-title .title.title4.ser-style4 {
        font-size: 30px;
        line-height: 40px;
    }
    .readon.more,
    .readon.red2-more {
        padding: 15px 22px;
        font-size: 16px;
    }
    .readon.more.contact,
    .readon.more.know,
    .readon.more.read2 {
        padding: 15px 30px;
        font-size: 16px;
    }
    .readon.more.submit {
        padding: 15px 25px;
        font-size: 16px;
    }
    .address-wrap.videos-icons-style3 {
        display: flex;
    }
    .address-wrap.videos-icons-style2 .inner-txt {
        padding-left: 0;
        padding-top: 30px;
    }
    .address-wrap.videos-icons-style2 .inner-txt .title {
        font-size: 36px;
        line-height: 46px;
    }
    .address-wrap {
        display: block;
    }
    .address-wrap .content-txt {
        padding-left: 0;
        padding-top: 29px;
    }
    .add-btn {
        padding: 8px 24px;
        font-size: 15px;
    }
    .btn-cart-wishlist{
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
    .sm-left {
        text-align: left !important;
    }
    .sec-title .sub-text {
        font-size: 14px;
    }
    .sec-title .title,
    .sec-title .title.title2,
    .sec-title .title.title4,
    .sec-title .title.title4.ser-style1,
    .sec-title .title.title4.ser-style2,
    .sec-title .title.title4.ser-style3,
    .sec-title .title.title4.ser-style4,
    .sec-title .title.title4.ser-style5,
    .sec-title .title.title5,
    .sec-title .title.title7,
    .sec-title2 .title,
    .sec-title3 .title {
        font-size: 25px;
        line-height: 35px;
    }
    .sec-title .desc.desc5 {
        font-size: 16px;
    }
    .sec-title .small-title {
        font-size: 18px;
        line-height: 28px;
    }
    .address-wrap.videos-icons-style3 .inner-txt .title {
        font-size: 18px;
        line-height: 28px;
    }
    .services-btn .submit-btn::before {
        right: 8%;
        top: 7px;
    }
    .services-btn .submit-btn input[type="submit"] {
        font-size: 15px;
    }
    .add-btn {
        width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .sec-title .desc br,
    .sec-title .desc.desc3 br,
    .sec-title .small-title br,
    .sec-title .title br,
    .sec-title2 .desc br,
    .sec-title2 .title br,
    .sec-title3 .desc br,
    .sec-title3 .title br {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .readon.more,
    .readon.red2-more {
        padding: 15px 22px;
        font-size: 15px;
    }
    .sec-title .desc.desc5 {
        font-size: 15px;
    }
    .sec-title .view-services a .btn-text {
        display: inline-block;
        margin-top: 20px;
    }
    .readon.orange-btn1 {
        padding: 13px 24px;
    }
    .readon.tan-btn {
        padding: 13px 23px;
    }
    .address-wrap.videos-icons-style2 .inner-txt .title {
        font-size: 30px;
        line-height: 40px;
    }
}

/* global.css */
.full-width-header {
    position: relative;
}
.full-width-header .rs-header {
    position: relative;
}
.full-width-header .rs-header .middle-header {
    padding-top: 15px;
    padding-bottom: 15px;
}
.full-width-header .rs-header .middle-header .row-table {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.full-width-header .rs-header .middle-header .row-table .col-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.full-width-header .rs-header .middle-header .row-table .col-cell.header-logo {
    display: flex;
    flex: 1;
}
.full-width-header .rs-header .middle-header .logo-part a img {
    transition: 0.4s;
    max-height: 55px;
}
.full-width-header .rs-header .middle-header .rs-contact-info {
    display: flex;
    align-items: center;
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part {
    position: relative;
    padding-left: 75px;
    margin-right: 25px;
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .info-icon {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .info-icon i:before {
    font-size: 32px;
    color: var(--color-theme-1);
    transition: all 0.5s ease;
    display: block;
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .contact-info .info-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    padding-top: 2px;
    color: #010d14;
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .contact-info .info-des {
    font-size: 14px;
    padding-top: 4px;
    color: #010d14;
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .contact-info .info-des a {
    color: #333333;
    font-size: 14px;
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .contact-info .info-des a:hover {
    color: var(--color-theme-1);
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part.margin-no {
    margin-right: 0;
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part:hover .info-icon i:before {
    transform: translateY(-3px);
}
.full-width-header .rs-header .menu-area {
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 10;
}
.full-width-header .rs-header .menu-area .row-table {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.full-width-header .rs-header .menu-area .row-table .col-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
    display: flex;
    flex: 1;
}
.full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
    display: none;
}
.full-width-header .rs-header .menu-area .logo-area img {
    transition: 0.4s;
    max-height: 36px;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
    display: flex;
    align-items: center;
    margin-right: 65px;
}
.full-width-header .rs-header .menu-area .main-menu {
    position: unset;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: inline-block;
    margin-right: 15px;
    padding: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
    height: 110px;
    line-height: 110px;
    padding: 0;
    color: #3B4052;
    position: relative;
    font-family: var(--primary-font-family);
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: var(--color-theme-1);
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a {
    padding-right: 17px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a:before {
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f107";
    position: absolute;
    left: auto;
    right: 4px;
    top: 50%;
    text-align: center;
    z-index: 9999;
    font-size: 16px;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    font-weight: 400;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
    content: "\f106";
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
    color: var(--color-theme-1) !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
    background: #ffffff;
    margin: 0;
    padding: 20px 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0 !important;
    border: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
    padding: 5px 20px;
    margin: 0;
    font-family: var(--primary-font-family);
    font-size: 15px;
    color: #3B4052;
    font-weight: 500;
    height: unset;
    line-height: 25px;
    text-transform: capitalize;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: var(--color-theme-1);
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
    margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
    display: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right {
    left: auto;
    right: 100%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.onepage-menu li.current-menu-item > a {
    color: var(--color-theme-1);
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before {
    color: var(--color-theme-1) !important;
}
.full-width-header .rs-header .menu-area.sticky {
    background: #fff;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
    display: block;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .normal-logo {
    display: none;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
    color: #010d14;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
    color: var(--color-theme-1);
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
    color: var(--color-theme-1);
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .sidebarmenu-search a i {
    display: none;
}
.full-width-header .rs-header .expand-btn-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.full-width-header .rs-header .expand-btn-inner > ul {
    display: flex;
    align-items: center;
}
.full-width-header .rs-header .expand-btn-inner > ul .search-parent {
    position: relative;
}
.full-width-header .rs-header .expand-btn-inner > ul .search-parent a i {
    color: #333333;
}
.full-width-header .rs-header .expand-btn-inner > ul .search-parent a i:before {
    font-size: 18px;
    font-weight: 600 !important;
    font-family: uicons-regular-rounded !important;
    position: relative;
    top: 3px;
}
.full-width-header .rs-header .expand-btn-inner > ul .search-parent a i:hover {
    color: var(--color-theme-1);
}
.full-width-header .rs-header .expand-btn-inner > ul .search-parent .sticky_form {
    position: absolute;
    top: 69px;
    right: 0;
    max-width: 400px;
    width: 400px;
    z-index: 9;
    border-radius: 4px;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.09);
    opacity: 0;
    visibility: hidden;
    right: -163px;
    transition: 0.4s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
.full-width-header .rs-header .expand-btn-inner > ul .search-parent .sticky_form .screen-reader-text {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.full-width-header .rs-header .expand-btn-inner > ul .search-parent .sticky_form input {
    background: var(--button-background-1);
    border: none;
    color: var(--color-text-white);
    outline: none;
    padding: 14px 17px;
    width: 100%;
}
.full-width-header .rs-header .expand-btn-inner > ul .search-parent .sticky_form button {
    background: transparent !important;
    border: medium none;
    padding: 13px 18px;
    position: absolute;
    right: 0;
    top: 4;
    z-index: 1;
    outline: none;
    border-radius: 0;
}
.full-width-header .rs-header .expand-btn-inner > ul .search-parent .sticky_form button i:before {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    font-family: uicons-regular-rounded !important;
}
.full-width-header .rs-header .expand-btn-inner > ul .search-parent .sticky_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #fff;
    opacity: 1;
}
.full-width-header .rs-header .expand-btn-inner > ul .search-parent .sticky_form ::-moz-placeholder {
    /* Firefox 19+ */

    color: #fff;
    opacity: 1;
}
.full-width-header .rs-header .expand-btn-inner > ul .search-parent .sticky_form :-ms-input-placeholder {
    /* IE 10+ */

    color: #fff;
    opacity: 1;
}
.full-width-header .rs-header .expand-btn-inner > ul .search-parent .sticky_form :-moz-placeholder {
    /* Firefox 18- */

    color: #fff;
    opacity: 1;
}
.full-width-header .rs-header .expand-btn-inner > ul .search-parent.open_add_class .sticky_form {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.full-width-header .rs-header .expand-btn-inner > ul .btn-quote {
    position: relative;
    margin-left: 30px;
    line-height: 30px;
    padding: 0px 0px;
}
.full-width-header .rs-header .expand-btn-inner > ul .btn-quote .quote-button {
    font-size: 14px;
    /* background: var(--color-theme-1); */
    padding: 11px 30px 10px;
    color: #010D14;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    position: relative;
    overflow: hidden;
    top: 3px;
    transition: 0.4s;
}
.full-width-header .rs-header .expand-btn-inner > ul .btn-quote .quote-button:hover {
    background: #010D14;
    color: #ffffff;
}
.full-width-header .rs-header .expand-btn-inner > ul .humburger {
    display: none;
}
.full-width-header .rs-header .expand-btn-inner > ul .humburger .nav-expander .bar {
    padding: 16px 13px;
    background: transparent;
    max-width: 50px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 2px;
    padding-right: 0;
    margin-right: -4px;
}
.full-width-header .rs-header .expand-btn-inner > ul .humburger .nav-expander .bar span {
    height: 5px;
    width: 5px;
    display: block;
    background: var(--color-theme-1);
    border-radius: 50%;
    transition: none;
    list-style: none;
    transition: all 0.3s ease;
    margin: 2px 3px;
}
.full-width-header .rs-header .expand-btn-inner > ul .humburger .nav-expander .bar span.dot2,
.full-width-header .rs-header .expand-btn-inner > ul .humburger .nav-expander .bar span.dot3,
.full-width-header .rs-header .expand-btn-inner > ul .humburger .nav-expander .bar span.dot4,
.full-width-header .rs-header .expand-btn-inner > ul .humburger .nav-expander .bar span.dot5,
.full-width-header .rs-header .expand-btn-inner > ul .humburger .nav-expander .bar span.dot6,
.full-width-header .rs-header .expand-btn-inner > ul .humburger .nav-expander .bar span.dot7,
.full-width-header .rs-header .expand-btn-inner > ul .humburger .nav-expander .bar span.dot8 {
    background: var(--menu-background);
}
.full-width-header .rs-header .expand-btn-inner > ul .humburger .nav-expander .bar span.dot1,
.full-width-header .rs-header .expand-btn-inner > ul .humburger .nav-expander .bar span.dot3,
.full-width-header .rs-header .expand-btn-inner > ul .humburger .nav-expander .bar span.dot5,
.full-width-header .rs-header .expand-btn-inner > ul .humburger .nav-expander .bar span.dot7,
.full-width-header .rs-header .expand-btn-inner > ul .humburger .nav-expander .bar span.dot9 {
    background: var(--menu-background-1);
}
.full-width-header .rs-header.header-style1 .menu-area {
    /* background: linear-gradient(90deg, rgb(134, 175, 196) 0%, rgb(162 146 223) 100%); */
    /* background: repeating-linear-gradient(-45deg, rgb(162 146 223), rgb(162 146 223) 4px, rgb(134, 175, 196) 5px, rgb(134, 175, 196) 5px); */
    background: var(--menu-background);
}
.full-width-header .rs-header.header-style1 .menu-area .row-table .col-cell.header-logo {
    display: none;
    flex: 1;
}
.full-width-header .rs-header.header-style1 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 600;
    color: var(--menu-text);
}
.full-width-header .rs-header.header-style1 .menu-area .main-menu .rs-menu ul.nav-menu li > span.limba {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 600;
    color: var(--menu-text);
    display: initial !important;
    cursor: pointer;
}
.full-width-header .rs-header.header-style1 .menu-area .main-menu .rs-menu ul.sub-menu li a {
    height: unset;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    color: #101010;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a.btn-mgz {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 4px 14px;
    display: block;
    position: relative;
    top: 0;
    border-color: var(--color-text-white);
    color: var(--color-text-white);
    border-radius: 28px;
    display: block;
    border: 1px solid var(--color-text-white);
    height: 38px;
    line-height: 30px;
    background: #010D14;
    color: #ffffff;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a.btn-mgz:hover {
    background: #ffffff;
    color: #000000 !important;
    /* border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; */
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.btn-mgz:hover a {
    background: #ffffff;
    color: #000000 !important;
    /* border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; */
}
.full-width-header .rs-header.header-style1 .expand-btn-inner ul .btn-quote .quote-button {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 4px 14px;
    display: block;
    position: relative;
    top: 0;
    /* background: var(--color-theme-1); */
    border-color: var(--color-text-white);
    color: var(--color-text-white);
    border-radius: 28px;
    display: block;
    border: 1px solid var(--color-text-white);
}
.full-width-header .rs-header.header-style1 .expand-btn-inner ul .btn-quote .quote-button i:before {
    font-weight: 500;
    position: relative;
    padding-left: 6px;
    transform: translateX(0px);
    font-family: uicons-regular-rounded !important;
    color: var(--color-text-white);
    font-size: 20px;
    top: 4px;
    display: inline-block;
    transition: all 0.3s ease;
}
.full-width-header .rs-header.header-style1 .expand-btn-inner ul .btn-quote .quote-button:hover {
    color: var(--color-text-white);
}
.full-width-header .rs-header.header-style1 .expand-btn-inner .btn-quote .quote-button:hover i:before {
    transform: translateX(5px);
}
.full-width-header .rs-header.header-style1 .expand-btn-inner ul .search-parent span.x1 i {
    color: var(--color-text-white);
    font-size: 18px;
    cursor: pointer;
}
.full-width-header .rs-header.header-style1 .expand-btn-inner ul .search-parent span.x1 i:before {
    font-weight: 400 !important;
    margin-left: 20px;
}
.full-width-header .rs-header.header-style1 .expand-btn-inner .toolbar-sl-share {
    border-right: 1px solid rgba(255, 255, 255, 0.42);
    padding-right: 14px;
}
.full-width-header .rs-header.header-style1 .expand-btn-inner .toolbar-sl-share .clearfix li {
    display: inline-block;
}
.full-width-header .rs-header.header-style1 .expand-btn-inner .toolbar-sl-share .clearfix li a {
    display: block;
    margin: 0 10px;
    color: var(--color-text-black);
    transition: 0.3s;
    font-size: 15px;
}
.full-width-header .rs-header.header-style1 .expand-btn-inner .toolbar-sl-share .clearfix li a:hover {
    color: #ccc;
}
.full-width-header .rs-header.header-style1 .menu-area.sticky .col-cell.header-logo {
    display: block;
}
.full-width-header .rs-header.header-style1 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
    color: #010d14;
}
.full-width-header .rs-header.header-style1 .menu-area.sticky .expand-btn-inner ul .toolbar-sl-share {
    display: none;
}
.full-width-header .rs-header.header-style1 .menu-area.sticky .expand-btn-inner ul .search-parent a i:before {
    margin-left: 0;
}
.full-width-header .rs-header.header-style1 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li a {
    /* height: 90px;
    line-height: 90px; */
    font-weight: 500;
}
.full-width-header .rs-header.header-style1 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li a.btn-mgz {
    /* height: 90px;
    line-height: 90px; */
    color: #ffffff;
}
.full-width-header .rs-header.header-style1 .menu-area.sticky .main-menu .rs-menu ul.sub-menu li a {
    height: unset;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
}
.full-width-header .rs-header.header-style1 .expand-btn-inner ul .search-parent .sticky_form {
    top: 49px;
    right: -208px;
}
.full-width-header .rs-header.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.full-width-header .mobile-menu {
    display: none;
}
.full-width-header .mobile-menu .mobile-logo {
    float: left;
}
.full-width-header .mobile-menu .mobile-logo img {
    max-height: 30px;
}
.full-width-header .mobile-menu .rs-menu-toggle {
    color: #ffffff;
    float: right;
}
.full-width-header .mobile-menu .rs-menu-toggle.primary {
    color: var(--color-theme-1);
}
.full-width-header .mobile-menu .rs-menu-toggle.secondary {
    color: #ff6d00;
}
.full-width-header .mobile-menu .rs-menu-toggle .nav-dots {
    position: absolute;
    right: 0;
    width: 25px;
    height: 2px;
    background: #fff;
    z-index: 11;
    top: 23px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot1,
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
    width: 15px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot2 {
    top: 28px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
    top: 34px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot4 {
    top: 40px;
}
.full-width-header .right_menu_togle {
    background: #ffffff;
    box-shadow: 0 0 10px 0 #eee;
    padding: 40px 20px 25px 20px;
    font-size: 1.15em;
    max-width: 480px;
    width: 100%;
    right: -500px;
    z-index: 999999;
    transition: all 0.3s ease;
    position: fixed;
    overflow-y: auto;
    top: 0px;
    height: 100%;
}
.full-width-header .right_menu_togle .close-btn {
    overflow: visible;
    position: absolute;
    top: 10px;
    display: block;
    z-index: 99;
    right: 57px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.full-width-header .right_menu_togle .close-btn .nav-close {
    position: absolute;
    top: -8px;
    display: block;
    z-index: 99;
    right: -50px;
    cursor: pointer;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1px !important;
    height: 25px !important;
    background: #b30000;
    border: none !important;
    transition: all 0.3s ease;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line span.line2 {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
    background: var(--color-theme-1);
}
.full-width-header .right_menu_togle .canvas-logo {
    padding-left: 0;
    padding-bottom: 35px;
}
.full-width-header .right_menu_togle .canvas-logo img {
    max-height: 45px;
}
.full-width-header .right_menu_togle .offcanvas-text p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin: 0 0 38px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list {
    display: flex;
    margin-top: 24px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
    margin: 0 20px 0 0;
    font-size: 25px;
    color: var(--color-theme-1);
    top: 5px;
    position: relative;
    font-family: uicons-regular-rounded !important;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000000;
    font-family: var(--primary-font-family);
    margin-bottom: 5px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
    display: block;
    font-style: normal;
    line-height: 22px;
    font-size: 15px;
    color: #010d14;
    font-family: var(--primary-font-family);
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
    color: #010d14;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover {
    color: var(--color-theme-1);
}
.full-width-header .right_menu_togle .canvas-contact .social {
    margin: 40px 0 0;
}
.full-width-header .right_menu_togle .canvas-contact .social li {
    display: inline-block;
}
.full-width-header .right_menu_togle .canvas-contact .social li a i {
    font-size: 15px;
    color: #fff;
    margin: 0 8px 0 0;
    text-align: center;
    background: var(--color-theme-1);
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.full-width-header .right_menu_togle .canvas-contact .social li a i:hover {
    opacity: 0.9;
}
.full-width-header .right_menu_togle .canvas-contact .social li:last-child {
    margin: 0;
}
.full-width-header .mobile-navbar-menu .sub-menu {
    display: none;
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}
.full-width-header .mobile-navbar-menu .nav-menu li {
    position: relative;
}
.full-width-header .mobile-navbar-menu .nav-menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--primary-font-family);
    color: #000000;
    padding: 10px 0;
    line-height: 30px;
    width: 100%;
}
.full-width-header .mobile-navbar-menu .nav-menu li > span.limba {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--primary-font-family);
    color: #000000;
    padding: 10px 0;
    line-height: 30px;
    width: 100%;
}
.full-width-header .mobile-navbar-menu .nav-menu li li a {
    padding-left: 25px;
}
.full-width-header .mobile-navbar-menu .nav-menu li li li a {
    padding-left: 50px;
}
/* .full-width-header .mobile-navbar-menu .nav-menu li ul.data-load-mobile.open-sub{
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
} */
.full-width-header .mobile-navbar-menu span.submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 5px;
    display: block;
    height: 40px;
    width: 40px;
    cursor: pointer;
}
.full-width-header .mobile-navbar-menu span.submenu-button:after,
.full-width-header .mobile-navbar-menu span.submenu-button:before {
    position: absolute;
    top: 24px;
    right: 10px;
    width: 20px;
    height: 1px;
    display: block;
    background: #333;
    z-index: 2;
    content: '';
    right: 12px;
    width: 12px;
}
.full-width-header .mobile-navbar-menu span.submenu-button:before {
    width: 1px;
    height: 12px;
    right: 17px;
    top: 18px;
}
.full-width-header .mobile-navbar-menu span.submenu-button em {
    display: block;
    position: absolute;
    right: 0;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
}
.full-width-header .mobile-navbar-menu .hash-has-sub span.submenu-button {
    width: 100%;
    cursor: pointer;
    top: 0;
    height: 50px;
}
.full-width-header .mobile-navbar-menu .submenu-button.submenu-opened:before {
    display: none;
}
.full-width-header .mobile-navbar-menu li:hover > ul > li,
.full-width-header .mobile-navbar-menu ul ul li {
    height: auto;
}
.full-width-header .mobile-navbar-menu ul.nav-menu > li:first-child > span.submenu-button:after {
    top: 19px;
}
.full-width-header .mobile-navbar-menu ul.nav-menu > li:first-child > span.submenu-button:before {
    top: 13px;
}
.full-width-header .mobile-navbar-menu .nav-menu li a:hover,
.full-width-header .mobile-navbar-menu .nav-menu li.active-menu a {
    color: var(--color-theme-1);
}
body.modal-open {
    padding: 0 !important;
}
/* body .modal.show .modal-dialog {
    width: 100%;
    max-width: 500px;
} */
body .modal {
    z-index: 9999;
}
body .search-modal {
    padding: 0 !important;
    background: rgba(187, 11, 11, 0.9);
}
body .search-modal .modal-content {
    position: initial;
    border: 0;
    background: unset;
}
body .search-modal .search-block form {
    position: relative;
}
body .search-modal .search-block form input {
    background: 0 0;
    border: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    outline: none;
    padding: 14px 17px;
    border-radius: unset;
}
body .search-modal .search-block form button {
    background: transparent;
    border: none;
    padding: 5px 20px;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    position: absolute;
    content: '';
    right: 0;
    top: 11px;
}
body .search-modal .search-block form button i:before {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    opacity: 0.7;
}
body .search-modal .search-block ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #fff;
    opacity: 1;
}
body .search-modal .search-block ::-moz-placeholder {
    /* Firefox 19+ */

    color: #fff;
    opacity: 0.3;
}
body .search-modal .search-block :-ms-input-placeholder {
    /* IE 10+ */

    color: #fff;
    opacity: 1;
}
body .search-modal .search-block :-moz-placeholder {
    /* Firefox 18- */

    color: #fff;
    opacity: 1;
}
body .search-modal .close {
    position: fixed;
    right: 50px;
    top: 50px;
    background: #ffffff;
    color: #0a0a0a;
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.5s ease;
    opacity: unset;
    box-shadow: unset;
    border: none;
}
body .search-modal .close i:before {
    font-size: 23px;
    position: relative;
    top: 4px;
    left: 0;
    font-weight: 700;
}
body .search-modal .close:hover {
    opacity: 0.8 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.sub-menu-language {
    column-count: 3;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.sub-menu-language li a {
    width: 48px;
    padding: 10px;
    cursor: pointer;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.sub-menu-cart {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1199px) {
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
        margin-right: 10px;
    }
}

@media screen and (min-width: 992px) {
    .full-width-header .right_menu_togle {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 991px) {
    .full-width-header .rs-header.header-style1 .menu-area {
        background: #fff;
    }
    .full-width-header .rs-header .expand-btn-inner > ul .humburger,
    .full-width-header .rs-header.header-style1 .menu-area .row-table .col-cell.header-logo {
        display: block;
    }
    /* .full-width-header .rs-header .expand-btn-inner > ul .btn-quote,
    .full-width-header .rs-header .expand-btn-inner > ul .search-parent a i,
    .full-width-header .rs-header.header-style1 .expand-btn-inner .toolbar-sl-share{
        display: none !important;
    } */
    .full-width-header .rs-header .menu-area .logo-area img {
        max-height: 50px;
    }
    .full-width-header .rs-header .expand-btn-inner > ul .humburger .nav-expander .bar {
        padding: 20px 8px;
    }
    .full-width-header .rs-header .expand-btn-inner > ul li{
        color: #000000;
    }
    .full-width-header .rs-header .expand-btn-inner > ul .btn-quote{
        display: none;
    }
    .full-width-header .rs-header .menu-area .row-table{
        display: grid;
        grid-template-columns: 120px 0px auto;
    }
    .full-width-header .rs-header.header-style1 .expand-btn-inner ul .search-parent span.x1 i{
        color: #000000;
    }
    .full-width-header .rs-header.header-style1 .expand-btn-inner ul .search-parent span.x1 i:before{
        margin-left: 0px;
    }
    .full-width-header .rs-header.header-style1 .expand-btn-inner ul .search-parent .sticky_form {
        right: -30px;
    }
    .full-width-header .rs-header .expand-btn-inner > ul .search-parent .sticky_form{
        max-width: 320px;
        width: 320px;
    }
    .btn-cart-small{
        color: #000000;
    }
}



/* header.css */
.menu-sticky {
    background: #fff;
    margin: 0;
    z-index: 999;
    width: 100%;
    top: 0;
    position: relative;
}
@-webkit-keyframes sticky-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes sticky-animation {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* sticky_menu.css */
.rs-blog.blog-main-home .blog-item {
    position: relative;
    z-index: 11;
    transition: all 500ms ease;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.rs-blog.blog-main-home .blog-item .image-wrap {
    position: relative;
    overflow: hidden;
}
.rs-blog.blog-main-home .blog-item .image-wrap a img {
    transition: all 0.5s ease 0s;
    transform: scale(1);
}
.rs-blog.blog-main-home .blog-item .blog-content {
    transition: all 500ms ease;
    position: relative;
    padding: 30px 15px 20px;
    background: #fff;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 10px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date {
    font-size: 14px;
    margin-right: 25px;
    font-weight: 500;
    font-family: var(--primary-font-family);
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date i {
    color: var(--color-theme-1);
    margin-right: 6px;
    font-weight: 900;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date i:before {
    top: -1px;
    position: relative;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--primary-font-family);
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin i {
    color: var(--color-theme-1);
    margin-right: 6px;
    font-weight: 900;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin i:before {
    top: -1px;
    position: relative;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500;
    font-family: var(--primary-font-family);
    margin-bottom: 10px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title a {
    color: #010d14;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title a:hover {
    color: var(--color-theme-1);
}
.rs-blog.blog-main-home .blog-item:hover .image-wrap a img {
    transform: scale(1.1);
}
.rs-blog.blog-main-home .blog-item .blog-short-description{
    margin-bottom: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 80px;
    overflow: hidden;
    line-height: 1.5;
}


.rs-blog.blog-main-home .owl-stage-outer {
    padding: 10px;
    margin: -10px;
}

@media only screen and (max-width: 991px) {
    .rs-blog.blog-main-home .blog-item .blog-content {
        padding: 30px 30px 43px;
    }
}
@media only screen and (max-width: 767px) {
    .rs-blog.blog-main-home .blog-item .blog-content .blog-title {
        font-size: 18px;
        line-height: 28px;
    }
}
/* blog.css */
.rs-slider.slider-style1 .slider .slider-item {
    background: linear-gradient(180deg, rgb(40 22 111) 0%, rgb(47 37 88) 80%);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.rs-slider.slider-style1 .slider .slider-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    /* background-color: #000000; */
    background: rgb(85 75 126);;
    /* background: linear-gradient(187deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); */
    z-index: 1;
}
.rs-slider.slider-style1 .slider .slider-item > div {
    position: relative;
    z-index: 3;
}
.rs-slider.slider-style1 .slider .slider-item .slider-inner {
    padding: 80px 50px 15px;
    display: flex;
}
.rs-slider.slider-style1 .slider .slider-item .slider-inner > div:nth-child(1) {
    /* flex: 2 1 40%; */
    flex: 1 1 50%;
}
.rs-slider.slider-style1 .slider .slider-item .slider-inner > div:nth-child(2) {
    /* flex: 2 1 40%; */
    flex: 1 1 50%;
    align-self: center;
}
.rs-slider.slider-style1 .slider .slider-item .slider-inner > div:nth-child(3) {
    flex: 1 1 20%;
}

.rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    text-shadow: 2px 2px 4px #000000;
}
.rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-subtitle .sl-icons {
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    color: #FFFFFF;
    margin: 0 0 15px;
    text-shadow: 2px 2px 4px #000000;
}
.rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0 0 40px;
    text-shadow: 2px 2px 4px #000000;
}
.rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .slider-bottom {
    display: flex;
    justify-content: space-evenly;
}
/* .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .slider-bottom a{
    color: #FFFFFF;
    text-shadow: 2px 2px 4px #000000;
    filter: drop-shadow(0px 6px 6px #444444);
    font-weight: 900;
  } */
.rs-slider.slider-style1 .slider .slider-item .slider-inner .img-centru img {
    filter: drop-shadow(0px 6px 6px #444444);
}

.rs-slider.slider-style1 .slider .slider-item .animation-wrap .animate-style {
    position: absolute;
    bottom: 0;
}
.rs-slider.slider-style1 .slider .slider-item .animation-wrap .animate-style img {
    max-width: 25px;
}
.rs-slider.slider-style1 .slider .slider-item .animation-wrap .animate-style.one {
    left: 8%;
    top: 25%;
}
.rs-slider.slider-style1 .slider .slider-item .animation-wrap .animate-style.two {
    right: 41%;
    top: 8%;
}
.rs-slider.slider-style1 .slider .slider-item .animation-wrap .animate-style.three {
    bottom: 12%;
    left: 38%;
}
/* .rs-slider.slider-style1 .slider .slider-item.slide-bg2 {
    background-image: url(assets/images/slider/style1/h1-2.jpg);
  } */
.rs-slider.slider-style1 .slider .slider-item.slide-bg2 .slider-inner {
    display: flex;
    justify-content: flex-end;
}
.rs-slider.slider-style1 .slider .slider-item.slide-bg2 .animation-wrap .animate-style.two {
    right: 52%;
    top: 12%;
}
.rs-slider.slider-style1 .slider .slider-item.slide-bg2 .animation-wrap .animate-style.one {
    left: unset;
    top: 19%;
    right: 12%;
}
.rs-slider.slider-style1 .slider .slider-item.slide-bg2 .animation-wrap .animate-style.three {
    left: 58%;
}
.rs-slider.slider-style1 .slider .slick-arrow {
    position: absolute;
    bottom: 0;
    border: none;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translateY(-50%);
    font-size: 0;
    background: #333;
    z-index: 99;
    opacity: 1;
    display: block !important;
}
.rs-slider.slider-style1 .slider .slick-arrow.slick-next {
    right: 2%;
    top: 80%;
}
.rs-slider.slider-style1 .slider .slick-arrow.slick-next:before {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    content: "\f113";
    font-family: Flaticon;
    text-align: center;
    position: relative;
    right: -2px;
}
.rs-slider.slider-style1 .slider .slick-arrow.slick-prev {
    left: 2%;
    top: 80%;
}
.rs-slider.slider-style1 .slider .slick-arrow.slick-prev:before {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    content: "\f112";
    font-family: Flaticon;
    text-align: center;
    position: relative;
    left: -2px;
}
.rs-slider.slider-style1 .slider .slick-arrow:hover.slick-next:before,
.rs-slider.slider-style1 .slider .slick-arrow:hover.slick-prev:before {
    color: #ffffff;
}
.rs-slider.slider-style1 .slider .slick-list {
    padding: 0 0 0 !important;
}
@media only screen and (max-width: 1440px)  {
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-title {
        font-size: 40px;
        line-height: 54px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-desc{
        font-size: 16px;
        line-height: 26px;
    }
}
@media only screen and (max-width: 1199px) {
    .rs-slider.slider-style1 .slider .slider-item .slider-inner > div{
        padding-left: 0px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-desc {
        font-size: 15px;
        line-height: 24px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .slider-bottom {
        margin-top: 70px;
    }
}
@media only screen and (max-width: 1199px) {
    .rs-slider.slider-style1 .slider .slider-item .slider-inner > div{
        padding-left: 0px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-desc {
        font-size: 15px;
        line-height: 24px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .slider-bottom {
        margin-top: 70px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-title{
        font-size: 36px;
        line-height: 45px;
    } 
    .rs-slider.slider-style1 .slider .slider-item.slide-bg2 {
        background-position-x: 57% !important;
    }
    .rs-slider.slider-style1 .slider .slider-item.slide-bg2 .slider-inner {
        justify-content: flex-end !important;
    } 
}
@media only screen and (max-width: 991px) {
    .rs-slider.slider-style1 .slider .slider-item {
        background: linear-gradient(180deg, rgb(40 22 111) 0%, rgb(47 37 88) 77%);
    }
    .rs-slider.slider-style1 .slider .slider-item:before {
        height: 77%;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-title {
        font-size: 35px;
        line-height: 44px;
    }
    .rs-slider.slider-style1 .slider .slider-item .animation-wrap,
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-desc br{
        display: none !important;
    }
    .rs-slider.slider-style1 .slider .slider-item {
        background-position-x: 50% !important;
    }
    .rs-slider.slider-style1 .slider .slider-item.slide-bg2 {
        background-position-x: 68% !important;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner {
        padding: 70px 0 30px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-desc {
        max-width: 579px;
        font-size: 16px;
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .rs-slider.slider-style1 .slider .slider-item.slide-bg2 .slider-inner {
        justify-content: flex-start !important;
    }
    .rs-slider.slider-style1 .slider .slider-item.slide-bg2 {
        background-position-x: unset !important;
        background-position: right !important;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-title {
        font-size: 30px;
        line-height: 40px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-desc {
        font-size: 15px;
        line-height: 26px;
        margin: 0 0 35px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner {
        padding: 50px 0 20px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner{
        flex-direction: column;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .slider-bottom {
        margin-top: 50px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 480px){
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-subtitle {
        font-size: 15px;
        line-height: 27px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-title {
        font-size: 32px;
        line-height: 42px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-desc {
        font-size: 15px;
        line-height: 27px;
        margin: 0 0 30px;
    }
}

/* slider.css */
.rs-services.services-main-home .services-item-v2 {
    /* transition: all .5s ease 0s; */
    transition: all 0.5s;
    height: 450px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--color-theme-1);
    width: calc((100% - 150px) / 4);
    cursor: pointer;
    position: relative;
}
.rs-services.services-main-home .services-item-v2:last-child {
    /* flex: 1 0 150px; */
    width: 150px;
    cursor: pointer;
}
.rs-services.services-main-home .services-item-v2:last-child svg {
    width: 48px;
    height: 48px;
    fill: #ffffff;;
    z-index: 3;
}
.rs-services.services-main-home .services-item-v2 .svg_cat {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none;
}
.rs-services.services-main-home .services-item-v2 .svg_cat > img {
    max-width: 80px;
    height: auto;
}
.rs-services.services-main-home .services-item-v2.item-rw {
    flex: 1 0 350px;
}

.rs-services.services-main-home .services-item-v2 .services-wrap .last-item {
    transform: rotate(90deg);
    translate: -26px 195px;
    width: 200px;
    font-weight: bold;
    color: #fff
    /* background-color: var(--culoare-generala); */
}
.rs-services.services-main-home .services-item-v2 .services-wrap .normarl-text-area {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #fff; */
    /* background: var(--culoare-generala); */
    /* padding-left: 30px; */
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rs-services.services-main-home .services-item-v2 .services-wrap .normarl-text-area .services-titles .title {
    font-size: 18px;
    line-height: 25px;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    margin: 0 0 10px;
}
.rs-services.services-main-home .services-item-v2 .services-wrap .normarl-text-area .services-titles .title a {
    color: #ffffff;
}
.rs-services.services-main-home .services-item-v2 .services-wrap .normarl-text-area .icon-image {
    /* background: var(--culoare-generala); */
    padding: 15px 20px;
}
.rs-services.services-main-home .services-item-v2 .services-wrap .normarl-text-area .icon-image img {
    margin-bottom: 0;
    border-radius: 0;
    max-width: 60px;
    transform: scale(1);
    width: 60px;
    height: 60px;
}

@media screen and (min-width: 992px) {
    .rs-services.services-main-home .services-item-v2:hover .services-wrap .normarl-text-area .services-titles{
        display: none;
    }
    .rs-services.services-main-home .services-item-v2:hover::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        z-index: 2;
        background: rgba(0, 0, 0, 0.75);
    }
    .rs-services.services-main-home .services-item-v2:hover:not(:last-child) {
        /* flex: 1 0 350px; */
        width: 450px;
    }
    .rs-services.services-main-home .services-item-v2:hover:last-child > div {
        z-index: 3;
        position: relative;
        color: #FFFFFF;
    }
    .rs-services.services-main-home .services-item-v2:hover .svg_cat {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .rs-services.services-main-home .services-item-v2:hover:last-child svg {
        fill: #FFFFFF;
    }
    .rs-services.services-main-home .services-item-v2:hover .services-wrap .normarl-text-area {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .rs-services.services-main-home .services-item-v2 .services-wrap .normarl-text-area .services-titles .title a{
        display: none;
    }
    .rs-services.services-main-home .services-item-v2 {
        height: 350px;
        width: calc((100% - 30px) / 3);
    }
    .rs-services.services-main-home .services-item-v2:last-child {
        width: 100%;
        height: auto;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .rs-services.services-main-home .services-item-v2 {
        background-color: #FFFFFF;
    }
    .rs-services.services-main-home .services-item-v2 .services-wrap .last-item {
        transform: initial;
        translate: initial;
        width: initial;
        font-weight: bold;
        text-align: center;
        background: var(--color-theme-1);
        padding: 10px 22px;
        color: #FFFFFF;
        text-shadow: 2px 2px 4px #000000;
        filter: drop-shadow(0px 6px 6px #444444);
        font-weight: 900;
        width: auto;
        display: inline-block;
        letter-spacing: 1px;
        color: #FFFFFF;
    }
    .rs-services.services-main-home .services-item-v2:last-child {
        text-align: center;
        padding-bottom: 20px;
    }
    .rs-services.services-main-home .services-item-v2:last-child svg {
        fill: #FFFFFF;
        filter: drop-shadow(0px 3px 2px #444444);
        width: 32px;
        height: 32px;
    }
    .rs-services.services-main-home .services-item-v2 .services-wrap .normarl-text-area .services-titles .title a {
        text-shadow: 2px 2px 4px #000000;
    }
}
@media only screen and (max-width: 575px) {
    .rs-services.services-main-home .services-item-v2 {
        height: 350px;
        width: calc((100% - 30px) / 2);
    }
    .rs-services.services-main-home .services-item-v2 .services-wrap .normarl-text-area .services-titles .title a {
        font-size: 16px;
    }
    .rs-services.services-main-home .services-item-v2:last-child {
        width: 100%;
        height: auto;
        margin-top: 15px;
        margin-bottom: 0;
    }
}
/* boxes.css */
.rs-blog.blog-main-home .blog-item {
    position: relative;
    z-index: 11;
    transition: all 500ms ease;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.rs-blog.blog-main-home .blog-item .image-wrap {
    position: relative;
    overflow: hidden;
}
.rs-blog.blog-main-home .blog-item .image-wrap a img {
    transition: all 0.5s ease 0s;
    transform: scale(1);
}
.rs-blog.blog-main-home .blog-item .blog-content {
    transition: all 500ms ease;
    position: relative;
    padding: 30px 15px 20px;
    background: #fff;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 10px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date {
    font-size: 14px;
    margin-right: 25px;
    font-weight: 500;
    font-family: var(--primary-font-family);
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date i {
    color: var(--color-theme-1);
    margin-right: 6px;
    font-weight: 900;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date i:before {
    top: -1px;
    position: relative;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--primary-font-family);
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin i {
    color: var(--color-theme-1);
    margin-right: 6px;
    font-weight: 900;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin i:before {
    top: -1px;
    position: relative;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500;
    font-family: var(--primary-font-family);
    margin-bottom: 10px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title a {
    color: #010d14;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title a:hover {
    color: var(--color-theme-1);
}
.rs-blog.blog-main-home .blog-item:hover .image-wrap a img {
    transform: scale(1.1);
}
.rs-blog.blog-main-home .blog-item .blog-short-description{
    margin-bottom: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 80px;
    overflow: hidden;
    line-height: 1.5;
}


.rs-blog.blog-main-home .owl-stage-outer {
    padding: 10px;
    margin: -10px;
}

@media only screen and (max-width: 991px) {
    .rs-blog.blog-main-home .blog-item .blog-content {
        padding: 30px 30px 43px;
    }
}
@media only screen and (max-width: 767px) {
    .rs-blog.blog-main-home .blog-item .blog-content .blog-title {
        font-size: 18px;
        line-height: 28px;
    }
}
/* blog.css */
.rs-footer.footer-main-home {
    background-image: url("../image/bg-van-unsplash.jpg");
    background-size: cover;
}
.rs-footer.footer-main-home .footer-top {
    padding: 85px 0 70px;
}
.rs-footer.footer-main-home .footer-top .footer-logo a img {
    height: 80px;
}
.rs-footer.footer-main-home .footer-bottom .footer-title {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Roboto;
    margin-bottom: 0;
}
.rs-footer.footer-main-home .footer-top .footer-title {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Roboto;
    margin-bottom: 50px;
}
.rs-footer.footer-main-home .footer-bottom button {
    position: relative;
    border: none;
    background: var(--button-background-1);
    color: #000000;
    padding: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    transition: all 0.3s;
    filter: drop-shadow(0px 6px 6px #444444);
}
.rs-footer.footer-main-home .footer-bottom button:hover {
    background: #000 !important;
    color: #ffffff;
}
.rs-footer.footer-main-home .footer-top .textwidget p {
    color: #ffffff;
    margin: 0;
}
.rs-footer.footer-main-home .footer-top .textwidget p strong {
    font-weight: 700;
}
.rs-footer.footer-main-home .footer-top .footer-social li {
    display: inline-block;
    margin-right: 19px;
}
.rs-footer.footer-main-home .footer-top .footer-social li a i {
    font-size: 16px;
    margin-right: 3px;
    transition: all 0.8s ease;
    color: #fff;
    text-align: center;
}
.rs-footer.footer-main-home .footer-top .footer-social li a i:hover {
    color: #ffb703;
}
.rs-footer.footer-main-home .footer-top .footer-social li:last-child {
    margin-right: 0;
}
.rs-footer.footer-main-home .footer-top .address-widget li {
    padding: 0 0 29px 40px;
    position: relative;
}
.rs-footer.footer-main-home .footer-top .address-widget li i {
    color: var(--button-background-1);
    position: absolute;
    left: 0;
}
.rs-footer.footer-main-home .footer-top .address-widget li i:before {
    font-size: 24px;
    position: relative;
    top: 4px;
}
.rs-footer.footer-main-home .footer-top .address-widget li .desc {
    color: #ffffff;
}
.rs-footer.footer-main-home .footer-top .address-widget li .desc a {
    color: #ffffff;
}
.rs-footer.footer-main-home .footer-top .address-widget li .desc a:hover {
    color: var(--button-background-1);
}
.rs-footer.footer-main-home .footer-top .site-map {
    margin-top: -6px;
}
.rs-footer.footer-main-home .footer-top .site-map li {
    margin-bottom: 5px;
    position: relative;
}
.rs-footer.footer-main-home .footer-top .site-map li a {
    font-size: 16px;
    position: relative;
    padding: 6px 0 4px;
    display: inline-block;
    color: #ffffff;
    transition: all 0.3s;
}
.rs-footer.footer-main-home .footer-top .site-map li a:hover {
    padding-left: 5px;
    color: var(--button-background-1);
}
.rs-footer.footer-main-home .footer-top .site-map li a:before {
    content: "\f113";
    left: 0;
    top: 0;
    color: var(--button-background-1);
    margin-right: 10px;
    font-size: 13px;
    font-family: Flaticon;
}
.rs-footer.footer-main-home .footer-top .widget-desc {
    margin: 0 0 27px;
    color: #ffffff;
}
.rs-footer.footer-main-home .footer-bottom input[type="email"] {
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 15px 20px;
    color: #fff;
    overflow: hidden;
    background: #333;
}
.rs-footer.footer-main-home .footer-top p input[type="email"] {
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 15px 20px;
    color: #fff;
    overflow: hidden;
    background: #333;
    margin-bottom: 20px;
}
.rs-footer.footer-main-home .footer-top p input[type="submit"] {
    position: relative;
    border: none;
    background: #ffb703;
    color: #010d14;
    padding: 16px 35px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    transition: all 0.3s;
}
.rs-footer.footer-main-home .footer-top p input[type="submit"]:hover {
    background: #fff !important;
    color: #010d14;
}
.rs-footer.footer-main-home .footer-top p ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #fff;
    opacity: 0.79;
}
.rs-footer.footer-main-home .footer-top p ::-moz-placeholder {
    /* Firefox 19+ */

    color: #fff;
    opacity: 0.79;
}
.rs-footer.footer-main-home .footer-top p :-ms-input-placeholder {
    /* IE 10+ */

    color: #fff;
    opacity: 0.79;
}
.rs-footer.footer-main-home .footer-top p :-moz-placeholder {
    /* Firefox 18- */

    color: #fff;
    opacity: 0.79;
}
.rs-footer.footer-main-home .footer-top .waze,
.rs-footer.footer-main-home .footer-top .whatsapp {
    width: 50px;
    height: auto;
}
.rs-footer.footer-main-home .footer-bottom {
    background: rgba(51, 51, 51, 0.4);
    padding: 20px 0;
}
.rs-footer.footer-main-home .footer-bottom .copyright p {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}
.rs-footer.footer-main-home .footer-bottom .copyright p a {
    transition: all 0.4s;
    color: #ffffff;
}
.rs-footer.footer-main-home .footer-bottom .copyright p a:hover {
    color: var(--button-background-1);
}
.rs-footer.footer-main-home .footer-bottom .copy-right-menu li {
    display: inline-block;
    position: relative;
    padding: 0 5px;
}
.rs-footer.footer-main-home .footer-bottom .copy-right-menu li a {
    font-size: 15px;
    color: #ffffff;
}
.rs-footer.footer-main-home .footer-bottom .copy-right-menu li a:hover {
    color: var(--button-background-1);
}
.rs-footer.footer-main-home .footer-bottom .copy-right-menu li:first-child:before {
    display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rs-footer.footer-main-home .footer-bottom .copy-right-menu li {
        padding: 0 10px 0 18px;
    }
}
@media only screen and (max-width: 991px) {
    .rs-footer.footer-main-home {
        background-position: top center !important;
    }
    .rs-footer.footer-main-home .footer-top .footer-title {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .rs-footer.footer-main-home .footer-top .footer-title {
        font-size: 18px;
        line-height: 28px;
    }
    .rs-footer.footer-main-home .footer-top {
        padding: 75px 0 60px;
    }
    .rs-footer.footer-main-home .footer-bottom .copy-right-menu li {
        padding: 0 10px 0 18px;
    }
}
@media only screen and (max-width: 480px) {
    .rs-footer.footer-main-home .footer-bottom .copy-right-menu li {
        padding: 0 8px 0 18px;
    }
}

/* footer.css */
#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
    height: 40px;
    font-size: 24px;
    width: 42px;
    border-radius: 0;
    color: #010d14;
    line-height: 36px;
    transition: all 0.3s ease 0s;
    background: var(--button-background-1);
    margin-left: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.04);
    display: block;
}
#scrollUp i:before {
    font-weight: 900;
}
#scrollUp i:hover {
    background: #333;
    color: #fff;
}
/* scroll.css */
@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.move-y {
    animation: move-y 2s alternate infinite;
    -webkit-animation: move-y 2s alternate infinite;
}
@keyframes move-y {
    0% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, 10px, 0);
        -webkit-transform: translate3d(0, 10px, 0);
    }
}
.fadeinup {
    animation-duration: 2s;
    animation-name: fadeInUp;
}
@keyframes fadeinup {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft {
    animation-name: fadeInLeft;
    animation-duration: 2s;
}
.fadeInLeft.new {
    animation-duration: 1.25s;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft2 {
    animation-name: fadeInLeft2;
    animation-duration: 2.25s;
}
@-webkit-keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft3 {
    animation-name: fadeInLeft3;
    animation-duration: 2.80s;
}
@-webkit-keyframes fadeInLeft3 {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInRight {
    animation-name: fadeInRight;
    animation-duration: 1.25s;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.scale {
    animation-duration: 2s;
    -webkit-animation: scale 2s alternate infinite;
}
.scale.new {
    animation-duration: 2.5s;
}
@-webkit-keyframes scale {
    0% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
    100% {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
    }
}
.horizontal {
    animation-name: horizontal;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes horizontal {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(100px);
    }
    100% {
        transform: translateX(0);
    }
}
.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(15px, -15px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -15px, 15px);
    }
}
.up-down {
    animation: up-down 7s alternate infinite;
    -webkit-animation: up-down 7s alternate infinite;
}
@keyframes up-down {
    0% {
        transform: translateY(20px);
        -webkit-transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}
@-webkit-keyframes up-down {
    0% {
        transform: translateY(30px);
        -webkit-transform: translateY(0);
    }
    50% {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}
.spine {
    animation: spine 8s infinite linear;
    -webkit-animation: spine 8s infinite linear;
    animation-duration: spine 8s;
}
@keyframes spine {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes spine {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
spiner {
    animation: spiner 30s infinite linear;
    -webkit-animation: spiner 30s infinite linear;
    animation-duration: spiner 30s;
}
@keyframes spiner {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes spiner {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
.scale {
    animation-duration: 2s;
    -webkit-animation: scale 2s alternate infinite;
}
.scale.new {
    animation-duration: 2.5s;
}
@-webkit-keyframes scale {
    0% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
    100% {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
    }
}
.scale2 {
    animation: scale2 2s alternate infinite;
    -webkit-animation: scale2 2s alternate infinite;
}
@-webkit-keyframes scale2 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(1.07);
        -webkit-transform: scale(1.07);
    }
}
.rotated-style {
    animation: rotated-style;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 40s;
}
.rotated-style.new-style {
    animation-duration: 30s;
}
@keyframes rotated-style {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
    }
}
.rotated-style2 {
    animation: rotated-style2 5s linear infinite;
}
@keyframes rotated-style2 {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-10px, 10px) rotate(10deg);
        transform: translate(-10px, 10px) rotate(10deg);
    }
    50% {
        -webkit-transform: translate(5px, -5px) rotate(25deg);
        transform: translate(5px, -5px) rotate(25deg);
    }
    75% {
        -webkit-transform: translate(15px, -5px) rotate(15deg);
        transform: translate(15px, -5px) rotate(15deg);
    }
    100% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
}
.fadeInUp {
    animation-duration: 1.25s;
    animation-name: fadeInUp;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.veritcal {
    animation-name: veritcal;
    animation-timing-function: linear;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}
@keyframes veritcal {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0);
    }
}
.rs-services.services-style2 .services-box:hover .dance_hover,
.rs-services.services-style7 .services-item:hover .dance_hover {
    animation-name: dance_hover;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
@keyframes dance_hover {
    16.65% {
        transform: translateY(8px);
    }
    33.3% {
        transform: translateY(-6px);
    }
    49.95% {
        transform: translateY(4px);
    }
    66.6% {
        transform: translateY(-2px);
    }
    83.25% {
        transform: translateY(1px);
    }
    100% {
        transform: translateY(0);
    }
}
/* animations.css */
.bottom-consent-bar{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px;
    text-align: center;
    position: fixed;
    bottom: -300px;
    left: 10px;
    width: 360px;
    background: var(--consent-bar-bg);
    z-index: 1000;
    transition: 0.5s all ease;
}
.bottom-consent-bar.transitionup {
    bottom: 20px;
}
.bottom-consent-bar > p{
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-bottom: 5px;
    color: var(--color-text-white);
}
.button-consent-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    align-items: center;
}
.bottom-consent-bar .button-consent-container .button {
    padding: 5px 10px;
    color: var(--color-text-black);
    background: var(--consent-bar-color);
    cursor: pointer;
    line-height: initial;
    border: 1px solid var(--consent-btn-color);
    border-radius: 0px;
}
.bottom-consent-bar .button-consent-container a {
    color: var(--color-text-white);
    font-weight: 600;
}
.mConsentMask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 102;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1000;
    overflow-y: auto;
}
.mConsentMask.active{
	display: flex;
}
.mConsentMask > div{
	background-color: #fff;
	max-width: 768px;
	display: flex;
}
.mConsentMask > div > div.img{
	width: 50%;
}
.mConsentMask > div > div.modalContent{
	width: 50%;
}
.consent-options {
    width: 550px;
    max-width: 100%;
    margin: 0px auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.consent-options input {
    width: 1rem;
    height: 1rem;
    margin: 0;
}
.consent-options input:checked {
    accent-color: var(--consent-btn-color);
}
.consent-info-text{
    font-size: 0.9rem;
    line-height: 1.2rem;
}
.consent-info-check label{
    cursor: pointer;
}
.consent-options svg{
    cursor: pointer;
}
.consent-links {
    width: 100%;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
}
.consent-footer button {
    padding: 5px 10px;
    color: var(--color-text-black);
    background: var(--consent-bar-color);
    cursor: pointer;
    line-height: initial;
    border: 1px solid var(--consent-btn-color);
    border-radius: 0px;
}

@media only screen and (max-width: 425px) {
    .bottom-consent-bar{
        width: 100%;
        left: initial;
    }
    .bottom-consent-bar.transitionup {
        bottom: 0px;
    }
}
/* consent.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* slick.css */
.breadcrumbs-area-inline li{
  display: inline;
  padding-right: 15px;
  position: relative;
  font-size: 0.9rem;
}
.breadcrumbs-area-inline li:after {
  content: '>';
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translateY(-40%);
  width: 10px;
  height: 10px;
  color: #acacac;
}
.breadcrumbs-area-inline li:last-of-type{
  padding-right: 0px;
}
.breadcrumbs-area-inline li:last-of-type:after {
  content: '';
}
@media only screen and (max-width: 767px) {
  .breadcrumbs-area-inline{
    overflow: scroll;
    white-space: nowrap;
  }
}

/* breadcrumbs.css */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2018 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* owl.carousel.css */
/* featured home */
.rs-services.services-style6 .services-item {
    background-color: #fff;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
    padding: 30px 30px 35px;
}
.rs-services.services-style6 .services-item .services-img a img {
    height: 100%;
    width: 100%;
    max-width: unset;
}
.rs-services.services-style6 .services-item .services-content {
    margin: 23px 0 0;
}
.rs-services.services-style6 .services-item .services-content .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    font-family: var(--primary-font-family);
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 60px;
    overflow: hidden;
}
.rs-services.services-style6 .services-item .services-content .title a {
    color: #000000;
}
.rs-services.services-style6 .services-item .services-content .services-txt {
    margin-bottom: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 50px;
    overflow: hidden;
    line-height: 1.5;
}
.rs-services.services-style6 .services-item:hover .services-content .title a {
    color: var(--color-theme-1);
}
.services-btn.btn-style-f .btn-text{
    background: var(--button-background-1);
    color: var(--color-text-white);
}
.services-btn.btn-style-f .btn-text i{
    color: var(--color-text-white);
}
.services-btn.btn-style-f .btn-text:hover{
    background: var(--color-text-black);
    color: var(--color-text-white);
}
.services-btn.btn-style-f .btn-text:hover i{
    color: var(--color-text-white);
}
@media only screen and (max-width: 767px) {
    .rs-services.services-style6 .services-item .services-content .title{
        font-size: 18px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 480px) {
    .rs-services.services-style6 .services-item {
        padding: 20px 20px 25px;
    }
}

/* featured_home.css */
