/* 
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.3
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: #F37121;
}

/*===================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: 700;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 55px;
    text-transform: uppercase;
}
.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: 400px;
    align-items: flex-end;
    padding-bottom: 90px;
    text-align: center;
    justify-content: 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 / 17%);
}
.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: transparent;
    border-color: #F3F3F3;
    box-shadow: none;
    border:none;
    border-bottom: solid 2px #D0D7DE;
    padding-left: 25px;
}
.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;
    border-color: var(--e-global-color-secondary);
    color: #fff;
}
.row-contact-page span.wpcf7-form-control-wrap:before {
    content: "\f007";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: #222222;
    top: 7px;
    left: 0px;
}

.row-contact-page span.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.row-contact-page .your-email  span.wpcf7-form-control-wrap:before {
    content: "\f0e0";
}

.row-contact-page  .your-phone span.wpcf7-form-control-wrap:before {
    content: "\f879";
}

.row-contact-page  .your-subject span.wpcf7-form-control-wrap:before {
    content: "\f15c";
}

.row-contact-page .your-message span.wpcf7-form-control-wrap:before {
    content: "\f075";
    top: 12px;
}
.form-button input.button {
    font-size: 16px;
    border-radius: 4px;
    text-transform: capitalize;
    font-weight: 600;
    padding-right: 54px;
    height: 40px;
    margin-right: 0;
    padding-left: 27px;
    border-radius: 3px;
    height: 45px;
}

span.wrapper-btn-submit {
    display: inline-block;
    position: relative;
}

span.wrapper-btn-submit span.wpcf7-spinner {
    position: absolute;
    left: 100%;
}

span.wrapper-btn-submit:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 7px;
    z-index: 1;
    top: 7px;
    color: #fff;
    font-weight: 300;
    color: #fff !IMPORTANT;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}
/*=============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: 60px;
    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: 10px;
    left: 0;
    padding-left: 0px;
}

@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;
}
.section-box-icon .elementor-widget-image-box, .section-box-icon .elementor-widget-image-box>div {
    height: 100%;
}

.section-box-icon .elementor-widget-image-box>div .elementor-image-box-description a {
    color: #000;
}

.section-box-icon .elementor-widget-image-box>div .elementor-image-box-description a:hover {
    text-decoration: underline;
}
.form-button input.button:hover {
    background-color: #333 !IMPORTANT;
}
/*.header-dev:before {
    border-top: solid 1px #C1C1C1;
}

.header-dev:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: solid 1px #C1C1C1;
}*/
.elementor-sticky--effects.header-dev:before,
.elementor-sticky--effects.header-dev:after{
    border-color: transparent;
}

.contact-information ul  li {
    list-style: none;
}

.contact-information ul li, .contact-information ul li a {
    color: #fff;
    font-weight: 300;
}

.contact-information ul li strong {
    font-weight: 600;
}
.text-list-none li {
    list-style: none;
}

.folow-footer ul {
    display: inline-block;
    margin-bottom: 0;
}

.folow-footer ul li {
    list-style: none;
    color: #fff;
     margin-bottom: 0;
}

.folow-footer ul li a {
    color: #fff;
    margin-left: 7px;
}
.coppy-footetr .elementor-heading-title.elementor-size-default a {
    font-weight: bold;
}
.coppy-footetr .elementor-heading-title.elementor-size-default a:hover{
    text-decoration: underline;
}

.list-check ul  li {
    list-style: none;
    position: relative;
    padding-left: 30px;
}

.list-check ul li:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    top: 0;
}
.testimonial-dev .elementor-testimonial-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
}

.testimonial-dev .elementor-testimonial-wrapper:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(assets/img/quote.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;

}
.testimonial-dev .elementor-testimonial-wrapper:after{
      content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(assets/img/quote1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
}
.testimonial-dev {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}
.testimonial-dev .elementor-testimonial-job {
    margin-top: 10px;
}
.image-section .elementor-widget-image a img {
    transition: all 0.3s;
}

.image-section .elementor-widget-image a:hover img {
    transform: scale(1.1);
}

.image-section .elementor-widget-image a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.content-gallery {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 393px;
    left: 50%;
}

a.inner-content-gallery {
    display: block;
    max-width: 393px;
    margin-left: auto;
    margin-right: auto;
}

.title-gallery {
    color: #fff;
    font-size: 30px;
    font-weight: bold !IMPORTANT;
    margin-bottom: 6px;
}

.content-portfolio-post .box-image a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 46%);
    z-index: 1;
    transition: all 0.3s;
}

.content-portfolio-post:hover .box-image a:before {
    background-color: rgb(0 0 0 / 50%);
}

.btn-portfolio i {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    background-image: url(assets/img/plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-portfolio {
    transform: scale(0);
    transition: all 0.3s;
}

.content-portfolio-post:hover .btn-portfolio {

    transform: scale(1);
}
.btn-portfolio i:before {
    opacity: 0;
}
.nav-menu-portfolio nav>ul>li>a:before {
    opacity: 1 !IMPORTANT;
}

.nav-menu-portfolio nav>ul>li>a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0 !important;
    background-color: transparent !IMPORTANT;
    border: solid 1px #000;
}

.nav-menu-portfolio nav>ul>li.current-menu-item>a {
    font-weight: 600 !IMPORTANT;
}
.content-gallery {
    padding: 15px;
}
.inner-box-image-gallery a img {
    transition: all 0.3s;
}

.inner-box-image-gallery a:hover img {
    transform: scale(1.1);
}
.slider-home1 .elementor-slide-description {
    max-width: 836px;
    margin-left: auto;
    margin-right: auto;
}

.slider-home1 .swiper-pagination-bullet {
    width: 19px;
    height: 2px;
    border-radius: 13px;
}

.slider-home1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 3px;
}

.slider-home1 .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 30px;
}
.inner-right>.elementor-container {
    margin-right: 0;
}
.inner-left>.elementor-container {
    margin-left: 0;
}
.btn1 .fas.fa-chevron-right:before {
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    margin-left: 10px;
}
.list-check.style1 ul {
    margin-bottom: 0;
}

.title-gallery {
    text-transform: uppercase;
}
.inner-tesitimonial:before{
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(assets/img/quote.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50px;
    left: 40px;
}
.inner-tesitimonial:after{
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(assets/img/quote1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 40px;
    right: 70px;
}
.inner-tesitimonial {
    border: solid 1px #727272;
    z-index: 1;
}
.testimonial-home span.swiper-pagination-bullet {
    width: 11px;
    height: 2px;
    border-radius: 10px;
}

.testimonial-home span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 4px;
}

.testimonial-home .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
.box-image-consultation .box-text.text-left {
    padding-bottom: 0;
    margin-top: 30px;
    color: #fff;
    padding-top: 0;
}

.box-image-consultation .box-text.text-left h3 a, .box-image-consultation .box-text.text-left h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    margin-top: 0px;
    border-radius: 50%;
}

.box-desc-image {
    font-size: 14px;
}
.box-image-consultation .box-image a {
    display: block;
}

/*.box-image-consultation .box-image a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 75%);
    z-index: 1;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: all 0.3s;
    opacity: 0.5;
}
*/
.box-image-consultation .box-text.text-left {
    z-index: 2;
}

.box-image-consultation:hover .box-image a:before {
    transform: scale(1);
    opacity: 1;
}



.box-image-consultation {
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
}



.box-desc-image {
    font-size: 14px;
}
.box-image-consultation .box-image a {
    display: block;
}


.box-image-consultation .box-text.text-left {
    z-index: 2;
}

.box-image-consultation:hover .box-image a:before {
    transform: scale(1);
    opacity: 1;
}



.box-text-desc-hide {
    position: absolute;
    top: -1px;
    right: 0;
}

.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%;
    }
}

.list-left ul, 
.list-left ol{
    padding-left: 20px;
}
.pd-60 {
    padding-top: 61%;
    border-radius: 10px;
}
.pd-100{
    padding-top: 88%;
    border-radius: 10px;
}
.cover1 img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
.image-cover.cover1 a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 11%);
    z-index: 1;
    border-radius: 15px;
    transform: scale(0);
    transition: all 0.3s;
}

.image-cover.cover1 a {
    display: block;
    overflow: hidden;
    border-radius: 15px;
}

.image-cover.cover1 a:after {
    content: "\f067";
    font-family: 'Font Awesome 5 Pro';
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background-color: var(--e-global-color-97878c8);
    color: #fff;
    justify-content: center;
    align-items: center;
    z-index: 2;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s;
}

.image-cover.cover1 a:hover:before {
    transform: scale(1);
}

.image-cover.cover1 a:hover:after {opacity: 1;transform: translate(-50%, -50%) scale(1);}
.box-image-consultation:hover .image-cover img {
    transform: scale(1.1);
}

.box-image-consultation .image-cover img {
    transition: all 0.3s;
}

.box-image-consultation {
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
}

.box-image-consultation .box-text.text-left h3 a, .box-image-consultation .box-text.text-left h3 {
    color: #000;
}

.box-image-consultation .image-cover {
    border-radius: 10px;
}

.btn-icon {
    background-color: #000;
    color: #fff;
}

.btn-icon:hover {color: #fff;background-color: var(--color1);}

.box-image-consultation .box-text.text-left h3 a:hover {
    color: var(--olo);
}
.inner-lib .elementor-widget-button {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    padding-left: 15px;
}

.box-library {
    padding-bottom: 35px !IMPORTANT;
}
.title-cat1 h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}
.cover-library a {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
    display: block;
}

.cover-library a 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;';
}

.cover-library {
    border: solid 1px #ddd;
}
.text-list1 ol {
    padding-left: 20px;
}
.ab-button1 {
    position: absolute;
    bottom: 20px;
    left: 0;
}
.library-image-single .image-cover img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.library-image-single a {
    border: solid 1px #ddd;
    display: block;
    border-radius: 9px;
}
.box-library .elementor-image-box-img a {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 89%;
    background-position: 50% 50%;
    background-size: cover;
    display: block;
}

.box-library .elementor-image-box-img a 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: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    padding: 15px;
}

.box-library .elementor-image-box-img a {
    background-color: #fff;
    border-radius: 10px;
}
.box-image-library .text-box-inner h5 a {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    display: block;
    text-align: center;
}
.box-image-library .text-box-inner h5 a:hover{
    color: var(--color1);
}
.social-heigh1 .elementor-widget-container {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-play {
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    top: 50%;
    left: 50%;
    background-color: #CD201F;
    z-index: 1;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.inner-image-gallery a {
    cursor: pointer;
}
.btn-play:hover{
    background-color: rgb(0 0 0 / 100%);
}
.box-image-cat1 figure.elementor-image-box-img a {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 73%;
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    border-radius: 10px;
}

.box-image-cat1 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: cover;
    font-family: 'object-fit: cover;';
}
.inner-center>.elementor-container.elementor-column-gap-extended {
    justify-content: center;
}
/*===========board====================*/
table.table.table-hover thead tr th {
    background: var(--e-global-color-97878c8);
    color: #fff;
    padding: 15px;
    font-size: 18px;
    text-transform: none;
}

.author-table {
    text-align: center;
}

.date-table {
    text-align: center;
}

.stt {
    text-align: center;
}

table.table.table-hover tbody tr td {

    padding: 15px;
    background: #EDEDED;
    border-bottom: solid 1px #ffffff;
    border-right: solid 1px #fff;
    color: #000;
    font-size: 16px;
    border: solid 1px #ffffff;
}

table.table.table-hover tbody tr td:last-child {
    border-right: none;
}
table.table.table-hover tbody tr td a:hover {
    color: #cb2127;
}
.pd-section1 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.wrapper-hedding-style1 h1 {
    text-transform: uppercase;
}
.title-post-single {
    font-size: 30px;
    text-transform: uppercase;
}

div#inner-page {
    padding-top: 50px;
    padding-bottom: 50px;
}

ul.meta-post li {
    padding-left: 0;
    padding-right: 15px;
    color: #898989;
    display: inline-block;
}

ul.meta-post li  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-bottom: 0;
    color: #898989;
}

ul.meta-post {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    margin: 0;
    padding: 10px 0 8px 0;
    border-top: 1px solid #eaeaea;
    padding-bottom: 0;
}

.wrapper-single-content {
}

.link a {
    background-color: var(--color1);
    color: #fff;
    padding: 10px 27px;
    display: inline-block;
    border-radius: 5px;
}

.link {
    margin-top: 20px;
    padding-bottom: 30px;
}
.wrapper-next-prev1 {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.wrapper-next-prev1 a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
}

.wrapper-next-prev1 a.previous {
    float: left;
}

.wrapper-next-prev1 a.next {
    float: right;
}
/*===========board====================*/

.footer-social span.elementor-grid-item:nth-child(2) a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}


a.youtube-icon-slider {
    display: flex;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: #cd201f;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.elementor-slide-description {
    justify-content: center;
    align-items: center;
}
a.youtube-icon-slider {
    margin-top: 60px;
}
.contact-information ul li+li {
    display: inline-block;
    padding-right: 30px;
}

.contact-information ul {
    margin-bottom: 0;
}

.contact-information ul li {
    margin-bottom: 5px;
}
.contact-information ul li {
    font-size: 15px;
}
.slider-home1 a.elementor-button span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 1;
    box-sizing: border-box;
}

.slider-home1 a.elementor-button span {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.slider-home1 a.elementor-button span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.slider-home1 a.elementor-button span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.slider-home1 a.elementor-button {
    position: relative;
    background-color: transparent !IMPORTANT;
    color: #fff !IMPORTANT;
    border: transparent !IMPORTANT;
    padding-top: 80px;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.title-gallery:hover {
    color: #0093ff;
}
.language-dev nav.cpel-switcher__nav:before {
    content: "\f7a2";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
	cursor:pointer;
}

.language-dev nav.cpel-switcher__nav ul.cpel-switcher__list {
    background: rgb(0 0 0 / 50%);
    border-radius: 5px;
    text-align: center;
    padding: 3px;
    position: absolute;
    top: calc(100%);
    left: 50%;
    transform: translateX(-50%);
	height: 0;
	    visibility: hidden;
    overflow: hidden;
	border: solid 1px rgba(255, 255, 255, 0.2);
}
.language-dev nav.cpel-switcher__nav:hover ul.cpel-switcher__list{
	height: auto;
	    visibility: visible;
    overflow: visible;
}
.language-dev nav.cpel-switcher__nav ul.cpel-switcher__list li a span {
    padding: 0 !IMPORTANT;
}

.language-dev nav.cpel-switcher__nav ul.cpel-switcher__list li {
    border-radius: 4px;
    padding: 5px 6px;
    margin-bottom: 0;
}

.language-dev nav.cpel-switcher__nav ul.cpel-switcher__list li:hover {background-color: #F37121;}
.language-dev nav.cpel-switcher__nav:before {
    font-size: 20px;
}
.slider-home1 .swiper-slide-contents a {
    color: #fff;
}