/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

@import url(libs/font-awesome/css/font-awesome.css);
@import url(libs/awe5/css/all.css);
@import url(assets/css/flatsome.css);
:root{
    --color1:#FF4A01;
}
.elementor-widget-theme-post-content ol, .elementor-widget-theme-post-content ul,
.elementor-widget-text-editor ol, .elementor-widget-text-editor ul, .elementor-widget-woocommerce-product-content ul, .elementor-widget-woocommerce-product-content ol{
    margin-bottom: 15px;
    padding-left: 16px;
}
.elementor-widget-theme-post-content ol li, .elementor-widget-theme-post-content ul li,
.elementor-widget-text-editor ol li, .elementor-widget-text-editor ul li, .elementor-widget-woocommerce-product-content ul li, .elementor-widget-woocommerce-product-content ol li{
    margin-bottom: 4px;
}
/*===================icon contact=========*/
.if-round li{
	list-style: none;
	margin-left: 0 !IMPORTANT;
}
.if-round li>div {
    display: table-cell;
    vertical-align: top;
}
.if-round li>div p, .if-round li>div i{
	color: #444;
}
.if-round li>div p{
	margin-bottom: 0;
}
.if-round .if-icon i {
    width: 21px;
    height: 12px;
    line-height: 0;
    text-align: left;
    font-size: 0px;
    letter-spacing: -.02em;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    color: #86C5D8;
}
.if-round .if-icon i:before{
	font-size: 14px;
}
ul.if-round {
    margin-left: 0;
}
.copyright-footer {
    color: #fff;
    font-size: 16px;
}
i.fas.fa-phone-alt:before {
    content: "\f879";
    font-weight: 700;
    font-family: 'Font Awesome 5 Pro';
}
/*===================end icon contact=========*/

/*======================breadcrumbs===========*/
.breadcrumbs li:after {
    display: inline-block;
    vertical-align: middle;
    margin: 7px;
    content: "\f101";
    font-family: FontAwesome;
    color: #fff;
    font-weight: normal;
}
.breadcrumbs li {
    display: inline-block;
}
ul.breadcrumbs li, ul.breadcrumbs li a {
    font-size: 14px;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 0;
}
ul.breadcrumbs li:last-child:after {
    content: none;
}
.sitepath-l h1 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 45px;
    line-height: 50px;
}
.breadcrumbs a.current, .breadcrumbs a:hover {
    color: #f00;
}
ul.breadcrumbs {
    margin-bottom: 0;
    margin-left: 0;
}

.sitepath.clearfix .container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.sitepath.clearfix {
    background-size: cover;
    background-position: center;
    position: relative;
}
.wrapper-breacome {
    display: flex;
    height: 250px;
    align-items: center;
}
/*======================end breadcrumbs===========*/

/*==============image cover=============*/
.has-format, .video-fit, .image-cover {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
}
.video-fit video, .video-fit iframe, img.back-image, .image-cover img, .has-format img, .has-equal-box-heights .box-image img {
    right: 0;
    width: 100%;
    height: 100% !IMPORTANT;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
/*==============image cover=============*/

/*===============slick arow==========*/
button.slick-arrow {
    font-size: 0;
    position: absolute;
    left: -6px;
    z-index: 1;
    top: 120px;
    padding: 0;
    outline: none;
    border: none;
}

button.slick-arrow:before {
    font-size: 16px;
    background-color: #fff;
    content: "\f105";
    color: var(--e-global-color-secondary);
    font-family: 'Font Awesome 5 Pro';
    width: 40px;
    height: 40px;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    content: "\f053";
    font-weight: 300;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 19%) 1px 2px 4px;
}
button.slick-arrow.slick-disabled {
    display: none !important;
}
button.slick-arrow.slick-next:before {
    content: "\f054";
}

button.slick-arrow.slick-next {
    right: -6px;
    left: auto;
}
/*===============slick arow==========*/
/*=================image box===============*/
.box-overlay .box-text, .box-shade .box-text {
    position: absolute;
    width: 100%;
    max-height: 100%;
    bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.box-text-top.box-overlay .box-text, .box-text-top.box-shade .box-text {
    position: absolute;
    top: 0;
    bottom: auto !important;
    z-index: 16;
    left: 0;
    right: 0;
}
.box-text-middle.box-overlay .box-text, .box-text-middle.box-shade .box-text {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    bottom: auto !important;
    z-index: 16;
    left: 0;
    right: 0;
}
.box-none .box-text {
    display: none !important;
}
.image-center {
    margin-left: auto;
    margin-right: auto;
}
.image-right {
    margin-left: auto;
    margin-right: 0;
}
.box-text.text-center {
    margin-left: auto !IMPORTANT;
    margin-right: auto !IMPORTANT;
}
.box-image img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
@media(min-width: 550px){
    .box-list-view .box, .box-vertical {
        display: table;
        width: 100%;
    }
    .box-list-view .box .box-image, .box-list-view .box .box-text, .box-vertical .box-image, .box-vertical .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: middle;
    }
}
/*=================image box===============*/
/*.header-dev:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(255 255 255 / 30%);
}*/
.login-dev-menu .elementor-nav-menu>li>a {
    position: relative;
}

.login-dev-menu .elementor-nav-menu>li>a:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    display: block;
    content: "\f007";
    width: 30px;
    height: 30px;
    text-align: center;
    border: solid 2px #fff;
    line-height: 26px;
    border-radius: 50%;
    opacity: 1 !IMPORTANT;
    background-color: transparent !IMPORTANT;
    left: -21px;
}
.row-contact-page input[type='email'], .row-contact-page input[type='date'], .row-contact-page input[type='search'], .row-contact-page input[type='number'], .row-contact-page input[type='text'], .row-contact-page input[type='tel'], .row-contact-page input[type='url'], .row-contact-page input[type='password'], .row-contact-page textarea, .row-contact-page select {
    background: #F3F3F3;
    border-color: #F3F3F3;
    box-shadow: none;
    border: solid 1px #EBEBEB;
    border-radius: 2px;
}
.row-contact-page .col {
    padding-bottom: 5px;
}
.row-contact-page {
    margin-top: 5px;
}
.form-button input.button {
    font-weight: normal;
    font-size: 16px;
    background-color: var( --e-global-color-secondary ) !IMPORTANT;
}
/*=============post sidebar============*/
.post-sidebara  li.recent-blog-posts-li .flex-col.mr-half {
    display: none;
}

.post-sidebar .widget_recent_entries ul>li {
    padding-left: 15px;
    padding-right: 15px;
    border: navajowhite;
    margin-bottom: 0px;
}
.post-sidebar .menu li{
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    margin-bottom: 0px;
}
.post-sidebar .menu li:last-chid a{
    border-bottom:none;
}
.post-sidebar .menu li a{
    border-bottom: dashed 1px #D8D8D8;
    display: block;
     font-family: "Playfair Display", sans-serif;
     font-weight: bold;
      color: #222222;
}
.post-sidebar .widget_recent_entries ul>li>a {
    font-weight: bold;
    color: #222222;
    font-family: "Playfair Display", sans-serif;
}
.post-sidebar .menu li a:hover, 
.post-sidebar .widget_recent_entries ul>li>a:hover{
    color: #000;
}

.post-sidebar .widget_recent_entries ul>li>a {
    border-bottom: dashed 1px #D8D8D8;
}
.post-sidebar .widget_recent_entries ul{
    padding-bottom: 15px;
}
.widget_recent_entries ul>li:last-child>a {
    border: none !IMPORTANT;
}
.post-sidebar aside {
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 24px;
    display: inline-block;
    width: 100%;
}
.post-sidebar .widget-title {
    background-color: #00162B;
    border: none;
    font-size: 20px;
    text-transform: none;
    display: block;
    color: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 15px;
    border-left: solid 5px #093479;
    background-size: auto 34px;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    z-index: 1;
}
.post-sidebar .widget-title {
    border: none;
    background-color: #0050C2;
    font-family: "Playfair Display", sans-serif;
}
.post-sidebar aside {
    border: solid 1px #C7C7C7;
    border-radius: 15px;
    overflow: hidden;
}
.post-sidebar .tagcloud a{
    font-size: 16px !important;
    border: solid 1px #0050c2;
    color: #0050c2;
    border-radius: 99px;
    display: inline-block;
     font-family: "Playfair Display", sans-serif;
     margin-bottom: 10px;
     margin-right: 10px;
     padding: 5px 15px; 
}
.post-sidebar .tagcloud a:hover{
    color: #fff;
    background-color:  #0050c2;
}
.post-sidebar .tagcloud{

    padding: 15px;
}
.post-sidebar  li.recent-blog-posts-li .flex-col.flex-grow>a:hover {
    color: #0050c2;
}

.post-sidebar  li.recent-blog-posts-li .flex-col.flex-grow>a {
    font-size: 16px;
    line-height: 24px;
}

.post-sidebar .menu li a {
    font-size: 18px;
}

.post-sidebar  .menu li a:hover {
    color: #0050c2;
}
.post-sidebar  .menu li:last-child a {
    border-bottom: navajowhite;
}
.post-sidebar  .menu {
    margin-bottom: 13px;
}
.row-contact-page1 input[type='email'],
.row-contact-page1 input[type='date'],
.row-contact-page1 input[type='search'],
.row-contact-page1 input[type='number'],
.row-contact-page1 input[type='text'],
.row-contact-page1 input[type='tel'],
.row-contact-page1 input[type='url'],
.row-contact-page1 input[type='password'],
.row-contact-page1 textarea,
.row-contact-page1 select{
    background-color: #F0F0F0;
    border-color: #F0F0F0;
    box-shadow: none;
    border-bottom: solid 1px #E6E6E6;
    border-radius: 0px;
    height: 55px;
    color: #fff;
}
.row-contact-page1 input[type='email']::placeholder,
.row-contact-page1 input[type='date']::placeholder,
.row-contact-page1 input[type='search']::placeholder,
.row-contact-page1 input[type='number']::placeholder,
.row-contact-page1 input[type='text']::placeholder,
.row-contact-page1 input[type='tel']::placeholder,
.row-contact-page1 input[type='url']::placeholder,
.row-contact-page1 input[type='password']::placeholder,
.row-contact-page1 textarea::placeholder,
.row-contact-page1 select::placeholder{
    color: #fff;
}
.row-contact-page1 input[type='email']::-ms-input-placeholder,
.row-contact-page1 input[type='date']::-ms-input-placeholder,
.row-contact-page1 input[type='search']::-ms-input-placeholder,
.row-contact-page1 input[type='number']::-ms-input-placeholder,
.row-contact-page1 input[type='text']::-ms-input-placeholder,
.row-contact-page1 input[type='tel']::-ms-input-placeholder,
.row-contact-page1 input[type='url']::-ms-input-placeholder,
.row-contact-page1 input[type='password']::-ms-input-placeholder,
.row-contact-page1 textarea::-ms-input-placeholder,
.row-contact-page1 select::-ms-input-placeholder{
color: #fff;
}
.row-contact-page1 textarea {
    height: 180px;
    padding-top: 10px;
}

.row-contact-page1 textarea {
    border-color: #E6E6E6 !important;
}
/*=============post sidebar============*/

.dev-button-blog {
    position: absolute;
    bottom: -16px;
    left: 0;
    padding-left: 15px;
}
.loop-single-dev {
    background-color: #fff;
    border: solid 1px #36364b;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px;
    border-radius: 15px;
    overflow: hidden;
}
.dev-button-blog a.elementor-button-link:hover {
    box-shadow: rgb(0 0 0 / 22%) 5px 5px 13px;
}
.fa, .fas {
    font-family: 'Font Awesome 5 Pro';
}
.dev-button-blog a.elementor-button-link .fas{
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
}
.title-a a:hover {
    color: var(--color1) !IMPORTANT;
}

/* the slides */
.slider-post-dev .slick-slide {
  margin: 0 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}

/* the parent */
.slider-post-dev .slick-list {
  margin: 0 -15px;
}
.slider-post-dev .slick-track
{
    display: flex !important;
}

.slider-post-dev .slick-slide
{
    height: inherit !important;
}
.slider-post-dev .ecs-posts .slick-slide>div {
    height: 100%;
}
button.slick-arrow:hover, button.slick-arrow:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
}
.slider-post-dev .ecs-posts .slick-slide>div article {
    height: 100%;
}
button.slick-arrow {
    padding: 5px;
}
.widget-social span.elementor-share-btn__icon {
    width: 30px;
    height: 30px;
    line-height: 30px !IMPORTANT;
    border-radius: 100% !IMPORTANT;
    overflow: hidden;
}

.widget-social .elementor-share-btn {
    border: none;
    height: 30px;
    width: 30px;
    padding: 0;
    text-align: center;
}

.widget-social span.elementor-share-btn__icon i {
    font-size: 14px;
}

.widget-social span.elementor-share-btn__icon span.elementor-screen-only {
    display: none;
}

.widget-social .elementor-grid-item {
}
/*=================sticky header============*/
.logo img {
    max-width: 342;
    height: auto;
    transition: all 0.5s ease;
}

.elementor-sticky--effects .logo img {
    max-width: 150px;
    height: auto;
}
.elementor-sticky--effects .menu-main-dev nav.elementor-nav-menu--main>ul>li>a {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.elementor-sticky--effects {
    box-shadow: rgb(0 0 0 / 11%) 0px 0px 10px;
}

/*=================sticky header============*/

.dev-button-blog {
    bottom: 15px;
}
.post-sidebar .widget-title {
    margin-top: 0;
}
.post-sidebar .widget_recent_entries ul>li>a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.post-sidebar .widget_recent_entries ul {
    margin-bottom: 0;
}
.container-10 {
    margin-left: -10px;
    margin-right: -10px;
}
.custom-icon-footer li.elementor-icon-list-item i.fas.fa-map-marker-alt {
    margin-top: 5px;
}
.custom-icon-footer li.elementor-icon-list-item {
   vertical-align: text-top;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.custom-icon-footer.style2 i.fas {
    font-weight: 300 !IMPORTANT;
    font-family: 'Font Awesome 5 Pro';
}

.custom-icon-footer.style2 i.fas.fa-phone-alt:before {
    font-weight: 300;
}
/* ==============list contact================ */
/*.list-contact {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 100;
}*/
.fix-contact1 {
    position: fixed;
    bottom: 60px !IMPORTANT;
    right: 20px !IMPORTANT;
    z-index: 100;
    display: inline-block !IMPORTANT;
    top: auto !important;
    margin-bottom: 0px !important;
}
.list-contact li {
    list-style: none;
}

.list-contact li img {
    max-width: 41px;
}

.list-contact ul {
    margin-bottom: 0;
}
.coppy-right-bx {
    margin-bottom: 0 !IMPORTANT;
}
.custom-icon-footer li.elementor-icon-list-item i.fas.fa-map-marker-alt {
    margin-top: 5px;
}
.custom-icon-footer li.elementor-icon-list-item {
   vertical-align: text-top;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.custom-icon-footer.style2 i.fas {
    font-weight: 300 !IMPORTANT;
    font-family: 'Font Awesome 5 Pro';
}

.custom-icon-footer.style2 i.fas.fa-phone-alt:before {
    font-weight: 300;
}
.nav-arrow nav>ul>li {
    position: relative;
    padding-left: 20px;
}
.nav-arrow nav>ul>li:before {
    content: "\f054";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    color:  var( --e-global-color-secondary ) !IMPORTANT;
    top: 3px;
    left: 0;
}
.mb0{
    margin-bottom: 0 !important;
}
.social-footer-dev  i.fab.fa-facebook {
    font-weight: 300;
    font-family: "Font Awesome 5 Brands";
}

.social-footer-dev i.fab.fa-facebook:before {
    content: "\f39e";
}

.social-footer-dev i.fab.fa-linkedin {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 300;
}

.social-footer-dev i.fab.fa-linkedin:before {
    content: "\f0e1";
}
/* ==============list contact================ */
.elementor-posts-nothing-found {
    white-space: nowrap;
}
/*equa height========================================*/
.button-view {
    position: absolute;
    bottom: 30px;
    left: 0;
   
    width: 100%;
}


@media(min-width:  768px){
    .elementor-posts--skin-custom .elementor .elementor-section-wrap>section>.elementor-container {
        height: 100%;
    }

    .elementor-posts--skin-archive_custom .elementor .elementor-section-wrap>section, .elementor-posts--skin-custom .elementor .elementor-section-wrap>section {
        padding-bottom: 0;
    }
    
    .elementor-posts--skin-archive_custom .elementor, 
    .elementor-posts--skin-custom .elementor{
        height: 100%;
    }

    .elementor-posts--skin-archive_custom .elementor .elementor-section-wrap,
    .elementor-posts--skin-custom  .elementor .elementor-section-wrap{
        height: 100%;
    }

    .elementor-posts--skin-archive_custom .elementor .elementor-section-wrap>section,
    .elementor-posts--skin-custom .elementor .elementor-section-wrap>section {
        height: 100%;
    }
    .elementor-posts--skin-archive_custom .elementor .elementor-section-wrap>section .elementor-container,
    .elementor-posts--skin-custom .elementor .elementor-section-wrap>section .elementor-container {
        height: 100%;
    }

}
/*equa height========================================*/
.mb0{
    margin-bottom: 0 !important;
}
.custom-icon-footer li.elementor-icon-list-item>a {
    vertical-align: text-top;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.custom-icon-footer li.elementor-icon-list-item i {
    margin-top: 5px;
}
.pdt-60{
    padding-top: 60%
}
.pdt-760{
    padding-top: 70%
}
.loop-single-dev1 {
    overflow: hidden;
}
.archive-dev .elementor-pagination span, .archive-dev  .elementor-pagination a {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
}

.archive-dev nav.elementor-pagination {
    display: flex;
    justify-content: center;
}

.archive-dev .elementor-pagination .page-numbers.prev,  .archive-dev .elementor-pagination .page-numbers.next {
    font-size: 12px;
}

.archive-dev .elementor-pagination span.page-numbers.current, .archive-dev .elementor-pagination a:hover {
    background-color: var(--e-global-color-secondary);
}

.headding-widget .elementor-widget-container .elementor-heading-title:before {
    content: "";
    width: 45px;
    height: 3px;
    background-color: var(--e-global-color-secondary);
    position: absolute;
    bottom: -1px;
}
.headding-widget .elementor-widget-container {
    position: relative;
}
.headding-widget .elementor-widget-container {
    border-bottom: solid 1px #E1E1E1;
}
.nav-arrow-right nav>ul>li>a:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0;
    opacity: 1 !IMPORTANT;
    background-color: transparent !IMPORTANT;
    color: var(--e-global-color-secondary) !important;
    top: 50%!important;
    right: 0;
    transform: translateY(-50%)!important;
}

.nav-arrow-right nav>ul>li>a {
    padding-right: 13px !IMPORTANT;
}
.post-related-view article .a-hover a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-related-view article .a-hover a:hover{
    color: var(--e-global-color-secondary) !important;
}
.bnt-readmore-dev i.fas.fa-chevron-right {
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    font-size: 9px;
}
.form-blog input.elementor-search-form__input {
    box-shadow: none;
}
.image-61 {
    padding-top: 42%;
}
.form-blog input.elementor-search-form__input {
    height: 50px;
}
.post-related-view article {
    border-bottom: solid 1px #ECECEC;
    padding-bottom: 20px !IMPORTANT;
}
.post-related-view article:last-child {
    border: none;
    padding-bottom: 0 !IMPORTANT;
}
a.totop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color:var(--color1);
    color: #fff ! IMPORTANT;
    border-radius: 50%;
    cursor: pointer;
}
.list-contact {
    text-align: center;
}

.list-contact li {
    text-align: center;
}

a.totop {
    margin-left: auto;
    margin-right: auto;
}



/*.button-dev .elementor-button {
    background-color: #2B2218 !IMPORTANT;
}*/

.button-dev .elementor-button:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px -1px 3px 0px #FFF;
}

/*========text slider============*/
.wrapper {
  overflow: hidden;
  position: relative;
}

.marquee {
  display: flex;
  width: 200%; /* Gấp đôi chiều rộng để chứa 2 nhóm ảnh */
  animation: scroll-x 16s linear infinite;
}

.marquee__group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-around;
  /*gap: 30px;*/
  min-width: 50%; /* Mỗi nhóm chiếm 50% chiều rộng */
}

.marquee__group .wrapper-item-dev {
  display: grid;
  place-items: center;
  fill: var(--color-text);
 
  padding-right: 30px;
  position: relative;
}
.marquee__group .wrapper-item-dev .wrapper-item-dev1 {
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}
.marquee__group .wrapper-item-dev img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@keyframes scroll-x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.marquee__group .wrapper-item-dev .wrapper-item-dev1 span {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 7px;
    white-space: nowrap;

    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 7.92px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    padding-left: 10px;
}


.image-hover1 .elementor-widget-container {
    position: relative;
    overflow: hidden;
    height: auto ! IMPORTANT;
}
.wrapper-item-dev1 img {
    width: 30px !IMPORTANT;
}
/*========text slider============*/


.text-slider-marquee .elementor-widget-container span {/* Sub title */
    font-family: "Space Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 7.92px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
}
.box-icon-service {
    border: 0.5px solid #00000000;
    background: rgba(255, 255, 255, 0.03);
    mix-blend-mode: hard-light;
}

.box-icon-service:before {
    content: "";
    content: "";
    border-radius: 0;
    border: 0.5px solid #ffffff00;
    background: linear-gradient(180deg, rgb(255 255 255 / 57%), rgb(153 153 153 / 28%)) border-box;
    -webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/*==========button ===============*/
@keyframes rotate {
  to {
    --angle: 360deg;
  }
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes rotateBackground {
    to { --border-angle-1: 360deg; }
}

@keyframes rotateBackground2 {
    to { --border-angle-2: -270deg; }
}

@keyframes rotateBackground3 {
    to { --border-angle-3: 540deg; }
}


.button-dev .elementor-button span span {
  
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 300% 100%;
    background-position: 0% 0%;
     background-image: linear-gradient(90deg,#fff,#fff,#fff,#D6AA6E,#fff,#fff,#fff);
    background-size: 300% 300%;
    animation: test 5s linear infinite;
}

@keyframes animatedText {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
 
}
/*@keyframes animatedText{
  from {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}


.button-dev .elementor-button span span {
    background-image: linear-gradient(to right, #fff, #D6AA6E,#fff, #D6AA6E);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 300%;
    background-position: -100%;
    animation: animatedText 5s infinite alternate-reverse;
    animation: 8s animatedText linear infinite;
}*/


.button-dev .elementor-button::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background-color: #26190E;
    border-radius: 14px;
}

.button-dev .elementor-button span {
    z-index: 2;
}
.button-dev .elementor-button {
  position: relative;
  overflow: hidden;
  border: 0px !important;
      background-color: #fff ! IMPORTANT;
}

.button-dev .elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 
    background-image: linear-gradient(90deg,#fff,#fff,#fff,#D6AA6E,#fff,#fff,#fff);
    background-size: 300% 300%;
    animation: test 5s linear infinite;
}
@keyframes test{0%{background-position:150% 150%}to{background-position:-150% -150%}}

@keyframes slide {
  0% {
    transform: translateX(0%);
  }
 
  100% {
    transform: translateX(100%);
  }
}

/*==========button ===============*/

.row-contact-page1 input[type='email']::placeholder,
.row-contact-page1 input[type='date']::placeholder,
.row-contact-page1 input[type='search']::placeholder,
.row-contact-page1 input[type='number']::placeholder,
.row-contact-page1 input[type='text']::placeholder,
.row-contact-page1 input[type='tel']::placeholder,
.row-contact-page1 input[type='url']::placeholder,
.row-contact-page1 input[type='password']::placeholder,
.row-contact-page1 textarea::placeholder,
.row-contact-page1 select::placeholder{
    color: #fff !important;
   
}
.row-contact-page1 input[type='email']::-ms-input-placeholder,
.row-contact-page1 input[type='date']::-ms-input-placeholder,
.row-contact-page1 input[type='search']::-ms-input-placeholder,
.row-contact-page1 input[type='number']::-ms-input-placeholder,
.row-contact-page1 input[type='text']::-ms-input-placeholder,
.row-contact-page1 input[type='tel']::-ms-input-placeholder,
.row-contact-page1 input[type='url']::-ms-input-placeholder,
.row-contact-page1 input[type='password']::-ms-input-placeholder,
.row-contact-page1 textarea::-ms-input-placeholder,
.row-contact-page1 select::-ms-input-placeholder{
     color: #fff!important;
    
}
.tab-dev1 .e-n-tabs-content>.elementor-element {padding-top: 40px;}
.tab-dev1.style1 .e-n-tabs-content>.elementor-element {padding-top: 0px;}

.tab-dev1 .e-n-tabs-heading button[aria-selected=true] span.e-n-tab-title-text {
    font-size: 24px;
    letter-spacing: 7px;
    text-transform: uppercase;
    font-weight: 500;
}
.container-boder {
    border: 0.5px solid #00000000;
    background: rgba(255, 255, 255, 0.03);
    mix-blend-mode: hard-light;
}

.container-boder:before {
    content: "";
    content: "";
    border-radius: 0;
    border: 0.5px solid #ffffff00;
    background: linear-gradient(180deg, rgb(255 255 255 / 57%), #999999) border-box;
    -webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.text-service-dev h5 {
    font-size: 16px;
    margin-bottom: 0;
}
.mode-image-dev img{
    mix-blend-mode: var(--overlay-mix-blend-mode);
}

/*============button================*/
.row-contact-page1 button.elementor-button.elementor-size-sm:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg,#fff,#fff,#fff,#D6AA6E,#fff,#fff,#fff);
    background-size: 300% 300%;
    animation: test 5s linear infinite;
}

.row-contact-page1 button.elementor-button.elementor-size-sm {
    border: none !IMPORTANT;
    position: relative;
    overflow: hidden;
}

.row-contact-page1 button.elementor-button.elementor-size-sm:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background-color: #26190E;
    border-radius: 14px;
}

.row-contact-page1 button.elementor-button.elementor-size-sm span.elementor-button-text {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 300% 100%;
    background-position: 0% 0%;
    background-image: linear-gradient(90deg,#fff,#fff,#fff,#D6AA6E,#fff,#fff,#fff);
    background-size: 300% 300%;
    animation: test 5s linear infinite;
    z-index: 1;
    font-weight: 500;
}
/*============button================*/
/*.button-dev.style2 .elementor-button::after {
    background-color: #563921;
}*/
.container-boder1 {
    border: 0px ! IMPORTANT;
    background: rgba(255, 255, 255, 0.03);
}

.container-boder1:before {
    content: "";
    content: "";
    border-radius: 0;
    border: 0.5px solid #ffffff00;
    background: linear-gradient(180deg, #26190E, #666666) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);a
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
}
.elementor-location-archive.elementor-edit-area.elementor-edit-mode.elementor-edit-area-active {
    z-index: 2;
}
.elementor-edit-area.elementor-edit-mode.elementor-edit-area-active {
    z-index: 2;
}