/* 
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.2
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:#FF145B;
}
/*===================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: "/";
    font-family: FontAwesome;
    color: #797979;
    font-weight: normal;
}
.breadcrumbs li {
    display: inline-block;
}
ul.breadcrumbs li, ul.breadcrumbs li a {
    font-size: 14px;
    color: #797979;
    text-transform: none;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 0;
}
ul.breadcrumbs li:last-child:after {
    content: none;
}
.sitepath-l h1 {
    color: #242331;
    font-weight: 800;
    margin-bottom: 0;
    font-size: 45px;
    line-height: 55px;
}
.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;
 
    align-items: center;
    justify-content: center;
    align-items: center;
    text-align: 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: 20px;
    background-color: #fff;
    content: "\f104";
    color: #242331;
    font-family: 'Font Awesome 5 Pro';
    width: 40px;
    height: 40px;
    display: block;
    z-index: 1;
    line-height: 39px;

    font-weight: 300;
    border-radius: 50%;
}
button.slick-arrow.slick-disabled {
    display: none !important;
}
button.slick-arrow.slick-next:before {
    content: "\f105";
}

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-color: #fff;
    border-color: #F3F3F3;
    box-shadow: none;
    border: solid 1px #D3D3D3;
    border-radius: 15px;
    height: 50px;
}
.row-contact-page .col {
    padding-bottom: 5px;
}
.row-contact-page {
    margin-top: 5px;
}
.form-button input.button {
    font-weight: 700;
    font-size: 17px;
    background-color: var(--e-global-color-secondary) !IMPORTANT;
    border-radius: 50px;
    height: 50px;
    text-transform: capitalize;
}
/*=============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;
}

/*=============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;
}
.slider-post-dev .ecs-posts .slick-slide>div {
    padding-left: 15px;
    padding-right: 15px;
}

.slider-post-dev>.elementor-widget-container {
    margin-left: -15px;
    margin-right: -15px;
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
.slider-post-dev .ecs-posts .slick-slide>div {
    height: 100%;
}

.slider-post-dev .ecs-posts .slick-slide>div article {
    height: 100%;
}
.slider-post-dev button.slick-arrow:before {
    content: "\f104";
    background: transparent;
    color: #8b8b8b;
    font-size: 36px;
    content: "\f053";
}

.slider-post-dev button.slick-arrow.slick-next:before {
    content: "\f105";
    content: "\f054";
}

.slider-post-dev button.slick-arrow.slick-next {
    right: -30px;
    left: auto;
}

.slider-post-dev button.slick-arrow {
    left: -30px;
}

.slider-post-dev button.slick-arrow:hover {
    background-color: transparent;
    color: #000;
}

.slider-post-dev button.slick-arrow:hover:before {
    color: #000;
}
.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: 160px;
    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;
}
/* ==============list contact================ */
.elementor-posts-nothing-found {
    white-space: nowrap;
}
/*equa height========================================*/
.button-view {
    position: absolute;
    bottom: 30px;
    left: 0;

}


@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;
}
.inner-row>.elementor-container {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.inner-3>.elementor-container>.elementor-column {
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
}
.inner-4>.elementor-container>.elementor-column {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
.inner-2>.elementor-container>.elementor-column {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
.inner-6>.elementor-container>.elementor-column {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.post-list3 {
    --grid-column-gap: 0 !IMPORTANT;
}
.post-list3>.elementor-widget-container>.ecs-posts{
      -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
        margin-left: -15px;
    margin-right: -15px;
}
.post-list3>.elementor-widget-container>.ecs-posts article{
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
}
@media(max-width: 992px){
     .post-list3>.elementor-widget-container>.ecs-posts article{
        max-width:50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
       
    }
}
@media(max-width: 767px){
    .inner-3>.elementor-container>.elementor-column,
    .inner-4>.elementor-container>.elementor-column {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .inner-2>.elementor-container>.elementor-column {
        max-width: 33.3333%;
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    }
   
}
@media(max-width: 550px){
    .inner-3>.elementor-container>.elementor-column,
    .inner-4>.elementor-container>.elementor-column,
    .inner-6>.elementor-container>.elementor-column {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
     .inner-2>.elementor-container>.elementor-column {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
     .post-list3>.elementor-widget-container>.ecs-posts article{
        max-width:100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
       
    }
}
.innder-boder1>.elementor-container>.elementor-column {
    padding: 15px;
}

.innder-boder1>.elementor-container>.elementor-column>.elementor-widget-wrap {
    box-shadow: rgb(181 181 181 / 12%) 0px 10px 10px;
    border-radius: 40px;
    padding: 30px;
    border: solid 1px #E8E8E8;
    background-color: #fff;
}

.text-link a {
    color: #797979;
}
.row-contact-page label {
    font-size: 18px;
    font-weight: normal;
    color: #242331;
    display: block;
    margin-bottom: 10px;
}
.row-contact span.wpcf7-spinner {
    position: absolute;
    right: 0;
}
.contact-form1 form.wpcf7-form.init {
    max-width: 1248px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:0;
}
.menu-main-dev nav>ul>li.current-menu-item>a,
.menu-main-dev nav>ul>li.current-menu-parrent>a{
    font-weight: bold;
}
.pd-60 {
    padding-top: 61%;
    border-radius: 20px;
}
.slider-product1 .slick-slide>div {
    padding-bottom: 15px;
    padding-top: 15px;
}
/* the slides */
.slider-product1 .slick-slide {
  margin: 0 15px;
}
.slider-product1  .slick-list {
  margin: 0 -15px;
}
/* the parent */
.slider-product1 .slick-track
{
    display: flex !important;
}

.slider-product1 .slick-slide
{
    height: inherit !important;
}

.slider-product1 .slick-slide>div, .slider-product1 .slick-slide>div article {
    height: 100%;
}
.slider-product1 .slick-arrow {
    top: 50%;
}
.slider-product1.style1 .loop-single-dev1, .loop-single-dev1>div, .loop-single-dev1>div>div, .loop-single-dev1>div>div>div {
    height: 100%;
}

.slider-product1.style1 .slick-slide>div article>div {
    height: 100%;
}
.slider-product1.style1 button.slick-arrow {
    transform: translateY(-50%);
    margin-top: -86px-86px;
}
.button-view a {
    border-bottom: solid 1px;
}
button.slick-next:hover,
button.slick-next:focus{
    background-color: transparent;
    outline: none;
}
button.slick-arrow:before {
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 4px;
}
.content-post-dev>div>ul,
.content-post-dev>div>ol {
    padding-left: 20px;
}
.content-post-dev h1, 
.content-post-dev h2,
.content-post-dev h3,
.content-post-dev h4,
.content-post-dev h5,
.content-post-dev h6{
    color: #242331;
}
.content-post-dev h1{
    font-size: 40px;
}
.content-post-dev h2{
    font-size: 36px;
}
.content-post-dev h6{
    font-size: 18px;
}

.content-post-dev h3{
    font-size: 30px;
}

.content-post-dev h4{
    font-size: 24px;
}

.content-post-dev h5{
    font-size: 20px;
}

.nav-mobile1 nav>ul>li.current-menu-item>a {
    font-weight: bold !IMPORTANT;
}
.content-carrer ul li {
    position: relative;
    list-style: none;
}

.content-carrer ul li:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: -20px;
    color: #000;
    top: 0px;
}

.content-carrer ul {
    margin-bottom: 40px;
}
/*========form footer carrer-===================*/
.form-footer .select-caret-down-wrapper i {
    display: none;
}

.form-footer textarea#form-field-review {
    min-height: 100px;
    color: #222;
    opacity: 1;
}
.form-footer input[type=email]::-webkit-input-placeholder ,
.form-footer input[type=search]::-webkit-input-placeholder ,
.form-footer input[type=number]::-webkit-input-placeholder ,
.form-footer input[type=url]::-webkit-input-placeholder ,
.form-footer input[type=tel]::-webkit-input-placeholder ,
.form-footer input[type=text]::-webkit-input-placeholder ,
.form-footer textarea::-webkit-input-placeholder {
    color: #222;
    opacity: 1;
}
.form-footer input[type=email]:-ms-input-placeholder ,
.form-footer input[type=search]:-ms-input-placeholder ,
.form-footer input[type=number]:-ms-input-placeholder ,
.form-footer input[type=url]:-ms-input-placeholder ,
.form-footer input[type=tel]:-ms-input-placeholder ,
.form-footer input[type=text]:-ms-input-placeholder ,
.form-footer textarea:-ms-input-placeholder {
    color: #222;
    opacity: 1;
}
.form-footer input[type=email]::placeholder ,
.form-footer input[type=search]::placeholder ,
.form-footer input[type=number]::placeholder ,
.form-footer input[type=url]::placeholder ,
.form-footer input[type=tel]::placeholder ,
.form-footer input[type=text]::placeholder ,
.form-footer textarea::placeholder {
    color: #222;
    opacity: 1;
}
.form-footer textarea::-webkit-input-placeholder {
 color: #222 !important;
 opacity: 1 !important;
}

.form-footer textarea:-moz-placeholder { /* Firefox 18- */
 color: #222 !important;
 opacity: 1 !important;
}

.form-footer textarea::-moz-placeholder {  /* Firefox 19+ */
 color: #222 !important;
 opacity: 1 !important;
}

.form-footer textarea:-ms-input-placeholder {
 color: #222 !important;
 opacity: 1 !important;
}

.form-footer textarea::placeholder {
 color: #222 !important;
 opacity: 1 !important;
}
.form-footer input#form-field-field_629bddc {
    background-color: #fff;
    padding: 12px;
    max-width: 50%;
}

.form-footer label.elementor-field-label {
    display: block;
    width: 100%;
}
.form-footer input[type=email] ,
.form-footer input[type=search] ,
.form-footer input[type=number] ,
.form-footer input[type=url] ,
.form-footer input[type=tel] ,
.form-footer input[type=text] ,
.form-footer textarea {
    box-shadow: none;
}
/*========form footer carrer-===================*/

.menu-main-dev nav>ul>li.current-menu-item>a {
    font-weight: 800 !IMPORTANT;
}
.search-dev input {
    height: 50px;
    box-shadow: none;
    background-color: #F9F9F9;
}
.search-dev input:focus{
    background-color: #F9F9F9;
    box-shadow: none;
}
.nav-widget nav>ul>li>a:after, .nav-widget nav>ul>li>a:before {
    border-radius: 50px;
}
.nav-widget nav>ul>li.current-menu-parent>a:before {
    opacity: 1 !IMPORTANT;
}
.nav-widget nav>ul>li.current-menu-parent>a{
    color: #fff!important;
    font-weight: bold !important;
}
.h11 {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    color: #242331;
    margin-bottom: 30px;
}
.table-wrapper thead {}

.table-wrapper table {border: 0px;border-collapse: collapse;border-radius: 20px;border-style: hidden; /* hide standard table (collapsed) border */box-shadow: 0 0 0 1px #D8D8D8; /* this draws the table border  */overflow: hidden;}

.table-wrapper tbody tr th {
    background-color: #F7F7F7;
    border-color: #D8D8D8;
    font-weight: 600;
    color: #1A1A1A;
    font-size: 16px;
     padding: 15px;
}
.table-wrapper tbody tr th:hover,
.table-wrapper tbody tr:hover th{
     background-color: #F7F7F7;
}
.table-wrapper tbody tr td {
    background-color: #fff;
    border-color: #fff;
}
.table-wrapper table tbody>tr:nth-child(odd)>td{
      background-color: #F9F9F9;
    border-color: #F9F9F9;
}
.table-wrapper table thead tr td {
    border: solid 1px #D8D8D8;
    text-align: center;
    border-top-left-radius: 20px  !IMPORTANT;
    border-top-right-radius: 20px  !IMPORTANT;
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 30px;

}

.table-wrapper table thead tr td h3 {
    font-size: 30px;
    color: #242331;
    font-weight: 800;
}
.table-wrapper table thead tr td{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #F9F9F9;
}
.table-wrapper tbody tr td:hover,
.table-wrapper tbody tr:hover td{
    background-color: #fff;
}
.table-wrapper tbody tr td {
    font-size: 20px;
    padding: 15px;
    color: #797979;
    height: 50px;
}
.table-wrapper table thead tr td h4 {
    font-weight: normal;
}
#Features {
    padding-left: 15px;
    padding-right: 15px;
}
.table-wrapper tbody tr td {
    vertical-align: middle;
}

.table-wrapper tbody tr td em {
    font-style: normal;
    position: relative;
    padding-left: 32px;
    display: block;
}

.table-wrapper tbody tr td em:before {
    content: "\f071";
    font-family: 'Font Awesome 5 Pro';
    color: #007DC5;
    position: absolute;
    left: 0;
    top: 0;
}
.search-dev form {
    margin-bottom: 0;
}
.wrapper-input-search {
    display: flex;
    align-items: center;
}

.wrapper-input-search label {
    white-space: nowrap;
    font-weight: normal;
    color: #797979;
    font-size: 16px;
    padding-right: 13px;
}

.wrapper-input-search select {
    background-color: #fff;
    border: solid 1px #DFDFDF;
    margin-bottom: 6px;
}
.plain1.content-board-product {
    height: 100%;
    background-color: #F9F9F9;
    border-radius: 40px;
    padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
}

.btn-circle {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color1);
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline !important;

}


.plain1.content-board-product .image-cover {
    border-radius: 20px;
}

.plain1.content-board-product .box-text.text-center {
    padding-top: 20px;
}
.slider-product1 .inner-equal, .slider-product1  .inner-equal>div, .slider-product1  .inner-equal>div>div, .slider-product1  .inner-equal>div>div>div,
.slider-product1  .inner-equal>div>div>div>div,
.slider-product1  .inner-equal>div>div>div>div>div {
    height: 100%;
}
.table-wrapper table thead tr td h3 {
    margin: 0;
}

.box-content-over p {
    color: #797979;
    font-size: 20px;
}

.box-content-over table {
    margin-bottom: 40px;
}
.special-label {
    position: absolute;
    top: 0px;
    left: 0px;
}

.plain1.content-board-product .box-image1 {
    position: relative;
}
.plain1.content-board-product .image-cover img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: cover;';
}
.counter-template {
    font-size: 16px;
    color: #797979;
}


.btn-ab {
    position: absolute;
    bottom: 49px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-ab a {
    text-decoration: underline;
}


.table-wrapper tbody tr td p {
    font-size: 16px;
}
.box-content-over {
	overflow: auto;
	padding-left: 1px;
	padding-right: 1px;
}
.content-post-dev table tr td, .content-post-dev table tr th {
    border-color: #fff;
    background-color: #fff;
	vertical-align: middle;
}

.content-post-dev table tbody>tr:nth-child(odd)>td, .content-post-dev table tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}

.content-post-dev table thead tr td {
    border-top: 0px !important;
}
.special-label {
    max-width: 50%;
}