/* 
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);

/*===================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: 20px;
    background-color: #0050C2;
    content: "\f105";
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
    width: 40px;
    height: 40px;
    display: block;
    z-index: 1;
    line-height: 39px;
    content: "\f060";
    font-weight: 300;
}
button.slick-arrow.slick-disabled {
    display: none !important;
}
button.slick-arrow.slick-next:before {
    content: "\f061";
}

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: #F8F8FC;
    border-color: #F3F3F3;
    box-shadow: none;
    border: solid 1px #E0E0E6;
    border-radius: 8px;
    height: 45px;
}
.row-contact-page .col {
    padding-bottom: 5px;
}
.row-contact-page {
    margin-top: 5px;
}
.form-button input.button {
    font-size: 16px;
    background-color: var(--e-global-color-secondary ) !IMPORTANT;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 8px;
    min-width: 150px;
    height: 45px;
}

.form-button span.wpcf7-spinner {
    position: absolute;
    right: 0;
}
.row-contact-page .col label{
    font-size: 16px;
    color: #121127;
    font-weight: 600;
}
/*=============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: #005bdf !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: 120px;
    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;
    padding-left: 15px;
}


@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;
}
.sitepath.clearfix .sitepath-r {
    display: none;
}
.icon-contact-box .elementor-icon {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--e-global-color-secondary);
    border-radius: 50%;
    vertical-align: middle;
    justify-content: center;
}
.icon-contact-box .elementor-icon-box-icon {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.icon-contact-box .elementor-icon {
    margin-left: auto;
    margin-right: auto;
}
.custom-icon-footer i.far.fa-file-excel:before {
    content: "\f316";
    font-family: 'Font Awesome 5 Pro';
}
.coppy-right-bx strong {
    font-weight: 500;
}

.coppy-right-bx a {
    font-weight: 500;
}

.coppy-right-bx a:hover {
    text-decoration: underline;
}
.first-leter-big .elementor-heading-title strong {
    width: 60px;
    height: 60px;
    display: flex;justify-content: center;align-items: center;
    font-size: 40px;
    background-color: var(--e-global-color-secondary);
    font-weight: 600;
    border-radius: 10px;
}

.first-leter-big .elementor-heading-title {
    display: flex;
    justify-content: left;
    align-items: center;
}
.desc-valuer-dev p {
    margin-bottom: 0;
}
.first-leter-big .elementor-heading-title span {
    padding-left: 10px;
}
.first-leter-big .elementor-heading-title span {
    display: flex;
    width: calc(100% - 100px);
}
.icon-contact-box .elementor-icon i {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}

.icon-contact-box .elementor-icon i.fas.fa-phone-alt:before {
    font-weight: 300;
}
.list-check ul li {
    list-style: none;
    padding-left: 50px;
    position: relative;
}

.list-check ul li:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(assets/img/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 7px;
}
.list-check.syle1 ul li:before {
  background-image: url(assets/img/check2.svg);
  width: 25px;
  height: 27px;
  top: 0px;
}
.list-check.syle1 ul li{
 padding-left: 45px;
}
.table-form th {
    white-space: nowrap;
}

.table-form th, .table-form td {
    border: none;
    background-color: transparent;
    vertical-align: middle;
}

.table-form table tbody>tr:nth-child(odd)>td, .table-form table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

.table-form p {
    margin-bottom: 0;
}

.table-form th label {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}

.table-form {
    padding: 15px 30px 2px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 15px;
}

.table-form .wpcf7-submit {
    background-color: var(--e-global-color-secondary);
    font-size: 16px;
    border-radius: 5px;
    text-transform: capitalize;
    padding: 3px 30px;
}


.table-form input[type='email'], .table-form input[type='date'], .table-form input[type='search'], .table-form input[type='number'], .table-form input[type='text'], .table-form input[type='tel'], .table-form input[type='url'], .table-form input[type='password'], .table-form textarea, .table-form select{
       background-color: #FAFAFA;
    border: solid 1px #E2E2E2;
    border-radius: 8px;
    height: 45px;
    margin-bottom: 0;
    box-shadow: none;
    margin-top: 0;
}
.table-form th.label-top {
    vertical-align: top;
}

.table-form p {
    margin-top: 0;
}
.table-form  input[type="file"] {
    background-color: #FAFAFA;
    border: solid 1px #E2E2E2;
    border-radius: 8px;
    height: 45px;
    margin-bottom: 0;
    box-shadow: none;
    width: 100%;
    align-items: center;
    padding-top: 8px;
    padding-left: 10px;
     margin-top: 0;
}
/*========checkbox=========================*/
/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.wpcf7 .wpcf7-list-item {
    display: block;
    margin-top: 24px;
}
.wpcf7-acceptance label {
position: relative;
cursor: pointer;
}
.wpcf7-acceptance input[type=checkbox] {
    /* position: relative; */
    position: absolute;
    visibility: hidden;
    width: 22px;
    height: 22px;
    top: 0;
    left: 0;
    margin: 0;
}
.wpcf7-acceptance input[type=checkbox] + span {
/* border: 3px solid red; */
}
.wpcf7-acceptance input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 20px;
    width: 20px;
    top: 2px;
    left: 0px;
    border: 1px solid #E2E2E2;
    background-color: #FAFAFA;
    border-radius: 4px;
}
.wpcf7-acceptance input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 22px;
    width: 19px;
    top: 2px;
    left: 0;
    visibility: hidden;
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    color: var(--e-global-color-secondary);
}
.wpcf7-acceptance input[type=checkbox]:checked + span:before {
background: transparent;
}
.wpcf7-acceptance input[type=checkbox]:checked + span:after {
visibility: visible;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    margin-left: 29px;
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}
.table-form span.wpcf7-list-item-label a {
    text-decoration: underline;
}

.table-form span.wpcf7-list-item-label a:hover {
    text-decoration: none;
}
.table-form th, .table-form td {
    padding-top: 8px;
    padding-bottom: 8px;
}
/*========checkbox=========================*/
.row-service-icon>.elementor-container >.elementor-column>div {
    /*padding: 45px;*/
}


.row-service-icon>.elementor-container >.elementor-column>div:before {
   /* content: "";position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border: solid 2px var(--e-global-color-secondary);border-radius: 15px;*/
}

.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%;
}
@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%;
    }
}
.row-special 
 .elementor-image-box-wrapper {
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 15px;
}

.row-special .elementor-image-box-wrapper figure.elementor-image-box-img {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 52%;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 0 !IMPORTANT;
}

.row-special .elementor-image-box-wrapper figure.elementor-image-box-img img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.slider-home1 .swiper-slide-inner {
    max-width: 1575px;
}
.box-image-icon-background a {
    display: flex;
    min-height: 250px;
    display: flex;
    align-items: center;
    border-radius: 20px;
}

.box-icon-right-bg {
    position: absolute;
    right: 25px;
    width: 50px;
    transition: all 0.3s;
}

.box-text-left-bg {
    padding-left: 25px;
    color: #fff;
    width: 100%;
    padding-right: 90px;
}

.box-text-left-bg h2 {
    font-size: 40px;
    font-weight: 400;
}

.box-text-left-bg h4 {
    font-size: 18px;
    font-weight: 400;
}

.box-image-icon-background a:hover {
}

.box-image-icon-background a {
    background-size: cover;
    transition: all 0.3s;
    transition: background-color 0.5s ease;
}

.box-text-left-bg h2:hover {
}

.box-image-icon-background a:hover {}

.box-image-icon-background a:hover .box-icon-right-bg {
    transform: scale(1.1);
}
.inner-right>.elementor-container {
    margin-right: 0;
    margin-left: auto;
}
.row-special-icon 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: cover;';
}

.row-special-icon figure.elementor-image-box-img a {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 62px;
    background-position: 50% 50%;
    background-size: cover;
    margin-bottom: 0 !IMPORTANT;
    width: 62px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
}
.btn-ab 
 span.elementor-button-text {
    display: none;
}

.btn-ab  a.elementor-button {
    background-color: rgb(255 255 255 / 10%) !important;
    width: 43px;
    height: 43px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}
.btn-ab  a.elementor-button:hover{
    background-color: #fff!important;
}
.btn-ab {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: auto !IMPORTANT;
}

.btn-ab a.elementor-button i.fas.fa-arrow-right {transform: rotate(-45deg);margin-left: 5px;}
.row-special-icon .elementor-image-box-wrapper {
    padding-bottom: 30px;
}
.row-special-icon>.elementor-container {
    justify-content: center;
}
.table-form .wpcf7-checkbox {}

.table-form .wpcf7-checkbox span.wpcf7-list-item-label {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

.table-form .wpcf7-checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 5px;
    left: 0;
    margin: 0;
}

.table-form .wpcf7-checkbox {
    position: relative;
    display: block;
    padding-left: 29px;
}
span.wpcf7-form-control-wrap.recaptcha {
    display: inline-block;
}
span.wpcf7-form-control-wrap.recaptcha {
    padding-top: 20px;
    padding-bottom: 15px;
}