:root{
    --color1:#59B145;
    --color2:#0A8ACF;
}
.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: 48px;
}
.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: #797878;
}
.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: #797878;
}
.row-contact-page1 textarea {
    height: 120px;
}

.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 {
/*    height: auto;*/
    transition: all 0.5s ease;
}

.logo img, .logo1 img {
    /*width: auto !important;
    height: 66px !important;*/
    transition: all 0.5s ease;
}
.elementor-sticky--effects .logo img {
/*    height: 45px!important;*/
    height: auto;
}
.elementor-sticky--effects .logo1 img {
/*     height: 45px!important;*/

    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;
}
.slider-home1 h2 {
    font-size: 55px;
}
.contact-icon-dev  .elementor-icon-box-description a {
    color: #222;
}
.cover-project-dev {
    padding-top: 58%;
}

.cover-project-dev  .elementor-image-box-content {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 15px;
    z-index: 2;
}

.cover-project-dev figure.elementor-image-box-img a:before {
    content: "";
    position: absolute;width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 15.15%, rgba(0, 0, 0, 0.80) 92.52%);
    height: 60%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.cover-project-dev {
    border-radius: 15px;
}
.cover-project-dev  figure.elementor-image-box-img img {
    transition: all 0.3s;
}

.cover-project-dev:hover figure.elementor-image-box-img a img {
    transform: scale(1.1);
}
.project-menu-dev ul li a {
    text-align: center;
    justify-content: center;
}

.project-menu-dev ul li a {
    text-align: center;
}
.project-menu-dev ul li a:before {
    background-color: #EBEBEB !IMPORTANT;
    opacity: 1 !IMPORTANT;
}

.project-menu-dev ul li.current-menu-item a:before, .project-menu-dev ul li:hover a:before {
    background-color: var(--e-global-color-secondary) !IMPORTANT;
}
.text-big1 .elementor-image-box-title span {
    font-size: 79px;
    line-height: 0.8;
}
.box-image-client .elementor-image-box-title {
    padding: 15px;
}
.image-full-dev{
    width: 100%;
}
.text-dev a{
    color: #000;
}
.image-box-product figure.elementor-image-box-img a {position: relative;height: auto;overflow: hidden;padding-top: 78%;background-position: 50% 50%;background-size: contain;display: block;border: solid 1px #E8E8E8;border-radius: 15px;padding: 15;}

.image-box-product figure.elementor-image-box-img a img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    padding: 15px;
    object-fit: scale-down;
}
.image-box-product .elementor-image-box-title a:hover {
    color: var(--color1) !important;
}
.sidebar-dev .widget-title {
    font-size: 20px;
    color: #fff;
    padding: 15px;
    margin: 0;
    background-color: var(--color1);
}

.sidebar-dev .menu {
    margin: 0;
    background-color: #F8F8F8;
    display: inline-block;
    width: 100%;
}

.sidebar-dev .menu {}

.sidebar-dev .menu>li {
    list-style: none;
}

.sidebar-dev {}

.sidebar-dev .menu li {
    display: block;
    border-top: solid 1px #E8E8E8;
    margin-bottom: 0;
}

.sidebar-dev .menu ul {
    margin: 0;
}

.sidebar-dev .menu li li {margin-bottom: 0;}

.sidebar-dev .menu li li a {
    display: block;
    position: relative;
}

.sidebar-dev .menu li a {
    padding: 10px 15px ;
    display: block;
}

.sidebar-dev .menu li {
}

.sidebar-dev .menu>li>a {
    font-size: 20px;
    color: #161616;
    padding-right: 20px;
    font-weight: 700;
}

.sidebar-dev .menu li li>a {
    font-weight: 500;
    color: #444444;
    padding-left: 50px;
}

.sidebar-dev .menu li li>a:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #444444;
    position: absolute;
    left: 30px;
    top: 50%;
    display: block;
    border-radius: 50%;
    transform: translateY(-50%);
}
.sidebar-dev .menu>li>a span.arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    display: flex;
    align-items: center;
    width: 30px;
    justify-content: center;
}

.sidebar-dev .menu>li>a span.arrow i {
    font-size: 13px;
}

.sidebar-dev .menu>li>a {
    position: relative;
}

.sidebar-dev .menu>li>a:hover, .sidebar-dev .menu>li.current-menu-item>a, .sidebar-dev .menu>li.current-menu-parent>a {
    background-color: var(--color2);
    color: #fff;
}
.sidebar-dev .menu > li:not(.current-menu-item):not(.current-menu-parent) > ul {
    display: none;
}
.sidebar-dev {
    border-radius: 10px;
    overflow: hidden;
}
.sub-heading-product .elementor-heading-title.elementor-size-default {
    border-bottom: solid 1px var(--color1);
    padding-bottom: 9px;
    margin-bottom: 30px;
}
.text-dev1 a {
    color: #000;
}
.contact-icon-dev1  .elementor-icon-box-description a {
    color: #fff;
}
.col-box-product:hover .inner-left > .e-con-inner{
    justify-content: flex-end !important;
    transition: all 0.5s ease;
}
.col-box-product:hover .headding-product-home .elementor-heading-title.elementor-size-default {
    color: #fff;
}

.col-box-product:hover .desc-product-home {
    color: #fff;
}

.col-box-product:hover .btn-product-home a {
    text-decoration: underline;
}

.col-box-product:hover .btn-product-home a:hover {
    text-decoration: none;
}
.copyright-dev a{
    font-weight: 600 !important;
}
.sidebar-dev .menu li li>a:hover,
.sidebar-dev .menu li li.current-menu-item>a{
    color: var(--color1) !important;
}
.content-product-dev h4 {
    position: relative;
    padding-left: 25px;
}

.content-product-dev h4:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(assets/img/icon1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 7px;
}
.content-product-dev h6 {
    position: relative;
    padding-left: 25px;
    color: #0A8ACF;
    font-weight: 600;
}

.content-product-dev h6:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(assets/img/icon2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 5px;
}
.content-product-dev .elementor-widget-container>ul {
    padding-left: 30px;
}
.box-address>div {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(57, 81, 52, 0.15);
    display: inline-block;
    width: 100%;
    margin: 0 !IMPORTANT;
    padding: 10px 30px;
    cursor: pointer;
}

.box-address {
    padding-bottom: 20px;
}

.box-address>div:before {
    content: "\f3c5";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    font-weight: 900;
    color: var(--color1);
    left: 12px;
    top: 11px;
}

.box-address>div h5 {
    margin-top: 0;
    margin-bottom: 4px;
    color: var(--color1);
}

.box-address>div p {
    margin-bottom: 0px;
    font-weight: 700;
}

.box-address>div ul {
    margin-left: 20px;
}

.box-address.active>div {
    background-color: var(--color1);
    color: #fff;
}

.box-address.active>div h5 {
    color: #fff;
}

.box-address.active>div:before {
    color: #fff;
}

.map-dev1 .e-hotspot.active svg {
    fill: var(--color1);
        width: 31px ! IMPORTANT;
    height: 31px;
    transform: scale(1.4);
}
.map-dev1 .e-hotspot.active svg path {
    fill: var(--color1) ! IMPORTANT;
}
.text-white a{
    color: #fff!important;
    text-decoration: underline;
}
.text-white a:hover{
    text-decoration: none;
}
.col-box-product::before {
    opacity: 0;
}

.col-box-product:hover::before {
    opacity: 1;
}
.box-year-dev .elementor-heading-title.elementor-size-default {
    display: inline-block;
    position: relative;
    background-color: var(--color1);
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    margin-left: 20px;
}

.box-year-dev .elementor-heading-title.elementor-size-default:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(assets/img/number.png);
    left: -15px;
    border-radius: 50%;
}
.container-history .box-year-desc {
    padding-left: 30px;
}

.container-history:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    border-left: dashed 2px #DADADA;
    left: 15px;
}
.sidebar-dev aside {
    margin-bottom: 0 !important;
}
.slider-home1 .elementor-slide-description, .slider-home1  .swiper-slide-contents {
    width: 100% !important;
    margin-bottom: 0 !important;
}
.tab-dev1 .e-n-tabs-content>div {
    padding-left: 0 !important;
    padding-right: 0!important;
}
.bg-item:after{
    position: absolute;
    content: '';
    right: -34px;
    top: 0;
    width: 35px;
    height: 100%;
    background: url('assets/img/arrow-right.svg') no-repeat right center;
    background-size: 100% 100%;
}
#menu-our-products li a{
    position: relative;
}
#menu-our-products li a:before{
    position: absolute;
    content: '\f105';
    right: 8px;
    top: 7px;
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    color: #444444;
    font-weight: 100;
}
#menu-our-products li:hover a:before,
#menu-our-products li.current-menu-item a:before{
    color: #fff;
}
.d-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.d-grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.box-category-product .content-product{
    text-align: center;
    margin-top: 15px;
}
.box-category-product .content-product a{
    color: #161616;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}