/*
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: #0c50a1;
	--color2: #006400;
}

/*===================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: 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: 180px;
    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: var(--color1);
    content: "\f053";
    color: #fff;
    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: "\f054";
}

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

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

}
/*=============post sidebar============*/
.post-sidebara  li.recent-blog-posts-li .flex-col.mr-half {
    display: none;
}

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

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

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

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

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

.post-sidebar  .menu li a:hover {
    color: #0050c2;
}
.post-sidebar  .menu li:last-child a {
    border-bottom: navajowhite;
}
.post-sidebar  .menu {
    margin-bottom: 13px;
}

/*=============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 {
    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========================================*/
.background-product{
    height: 300px;
}
.wrapper-breacome {
    max-width: 600px;
    background-color: var(--color1);
    justify-content: center;
    text-align: center;
    margin-top: -90px;
}
.mb0{
    margin-bottom: 0 !important;
}
.contact-text p a {
    margin-bottom: 0;
    color: #000;
}

.contact-text p {
    margin-bottom: 0;
    line-height: 28px;
}

.contact-text h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.contact-text {
    margin-bottom: 30px;
}

.contact-text p a:hover {
    text-decoration: underline;
}
.contact-wrapper .medium-6.large-6.small-12 {max-width: 100%;-ms-flex-preferred-size: 100%;flex-basis: 100%;}
.coppy-right-bx a{
    font-weight: 700;
}
.coppy-right-bx a:hover{
    text-decoration: underline;
}
.img-logo-container {
    background-color: #ececec;
}
.link-hover a:hover{
    color: var(--color1) !important;
}
.btn-ab {
    position: absolute;
    bottom: 24px;
}

.bt-project  a.elementor-button-link {
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border: solid 1px var(--color1);
    background-color: #fff;
    color: var(--color1);
}

.bt-project  span.elementor-button-text {
    display: none;
}

.bt-project  span.elementor-button-icon.elementor-align-icon-left {
    margin-right: 0;
}

.bt-project a.elementor-button-link:hover {
    color: #fff;
    background-color: var(--color1);
}
ul.list-info-project {
    text-align: center;
    list-style: none;
}

ul.list-info-project li {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    color: #484036;
}

/*===============news=================*/
.loop-resources-dev {
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 11%) 0px 0px 15px;
}
.btn-ab {position: absolute;bottom: 19px;left: 0;}
.a-hover a:hover{
    color: var(--color1) !important;
}
.image-65 {
    padding-top: 52%;
}
/*===============news=================*/

/*=============single news=================*/
.post-related-view article .a-hover a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sidebar-dev .widget-title {
    font-size: 30px;
    font-weight: 600;
    color: #222;
}

.sidebar-dev .tagcloud a {
    font-size: 15px !IMPORTANT;
    color: #444;
    border: solid 1px #AFAFAF;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
}

.sidebar-dev .tagcloud a:hover {
    background-color: #444;
    border-color: #444;
    color: #fff;
}
.sidebar-dev .widget-title {
    border-bottom: solid 1px #000000;
    padding-bottom: 13px;
    margin-bottom: 25px;
}
.slider-post-dev .ecs-posts .slick-slide>div {
    padding-bottom: 15px;
}
/*=============single news=================*/
/*==========post right=============*/
.post-related-view article {
    border-bottom: solid 1px #ECECEC;
    padding-bottom: 20px !IMPORTANT;
}
.post-related-view article:last-child {border: none;padding-bottom: 0 !IMPORTANT;}
/*==========post right=============*/
.content-dev1 h4 {
    font-size: 22px;
}

.content-dev1 h4, .content-dev1 h3, .content-dev1 h5, .content-dev1 h2 {
    font-weight: 600;
}
.nav-widget .current-menu-parent>a {
    color: var(--color1) !IMPORTANT;
}

.nav-widget nav>ul>li:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: var(--color1);
    left: 0;
    top: 50%;
    display: block;
    opacity: 1;
    border-radius: 100%;
    transform: translateY(-50%) scale(0.5);
}
ul.slick-dots li button {
    display: none;
}

ul.slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #000;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 50%;
}

ul.slick-dots {
    text-align: center;
    margin-top: 20px;
}

ul.slick-dots li.slick-active {
    background-color: var(--color1);
}
.headding-bottom .elementor-heading-title.elementor-size-default {
    display: inline-block;
    width: auto;
    position: relative;
    padding-bottom: 20px;
}

.headding-bottom .elementor-widget-container:before, .headding-bottom  .elementor-heading-title.elementor-size-default:after {
    content: "";
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #C4C4C4;
    bottom: 0;
    left: 0;
}

.headding-bottom  .elementor-heading-title.elementor-size-default:after {
    width: 100%;
    height: 3px;
    background-color: var(--color1);
}
.nav-service nav>ul>li {
    border-bottom: solid 1px #C5C5C5;
}

.nav-service nav>ul>li.current-menu-item>a {
    font-weight: bold !IMPORTANT;
}
.list-ul .elementor-widget-container ul {
    margin-left: 20px;
}
.contact-button-left .form-button.text-center {
    text-align: left;
}
.list-contact-v1 li.elementor-icon-list-item.elementor-inline-item {
    margin-bottom: 15px;
}
.left-image-team a {
    display: block;
}
/*============team-===========================*/
.box-team-v1 .box-image-team {
    padding: 30px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.box-team-v1 {
    text-align: center;
}

.box-text-inner.text-left {}

.box-team-v1 h4 {
    font-size: 20px;
    font-weight: bold;
    color: #41466C;
    text-align: center;
}

.box-team-v1 .position {
    text-align: center;
    color: #41466C;
}

.readmore i {
    border-radius: 100px;
    width: 40px;
    height: 40px;
    background-color: var(--color1);
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}

a.readmore {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.box-team-v1 .box-text.box-text-pd {
    padding-bottom: 80px;
}
.box-team-v1 .box-text.box-text-pd {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.dev-team-wrapper.inner-col:hover {
    box-shadow: rgb(61 48 186 / 9%) 0px 0px 15px;
}
.dev-team-wrapper.inner-col:hover .box-team-v1 h4 {
    color: #222222;
}
.readmore i:hover {
    background-color: #222;
}
/*============popup modal=============*/
.modal-header .close {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 10px;
    background-color: var(--color1);
    color: #fff;
    opacity: 1;
    padding: 0;
    border-radius: 50%;
    min-height: 30px;
}
.modal-header {
    border-bottom: 0;
}
.modal-header {
    border-bottom: 0;
}

.top-content-popup h4 {
    font-size: 35px;
    color: var(--color1);
    margin-bottom: 6px;
}

.top-content-popup .position {
    color: var(--color1);
    font-size: 20px;
}

.top-content-popup {
    margin-bottom: 25px;
}

.modal-body {
    padding-top: 0;
}
.modal-header {
    border-bottom: 0;
}

.top-content-popup h4 {
    font-size: 35px;
    color: var(--color1);
    margin-bottom: 0;
}

.top-content-popup .position {
    color: var(--color1);
    font-size: 20px;
}

.top-content-popup {
    margin-bottom: 25px;
}

.modal-body {
    padding-top: 0;
}

.modal-header .close:hover {
    opacity: 1;
    color: #fff;
}

.modal-header .close {
    font-size: 31px;
    font-weight: 100;
    text-align: center;
}
.container-row-popup>.row {
    width: auto;
}
.short_desc p {
    color: #2D2D2D;
    margin-bottom: 30px;
}

.container-row-popup .box-text {
    padding-top: 0;
}
.modal-content .modal-header {
    border-bottom: none;
}
.modal .modal-dialog {
    margin: 10vh auto 0px auto;
}
/*============popup modal=============*/
/*============team-===========================*/

.slider-home .swiper-slide-inner {
    max-width: 1470px;
}
.slider-home .swiper-slide-contents .elementor-slide-description {
    max-width: 437px;
}
.btn-icon  a {
    width: 40px !IMPORTANT;
    height: 40px !important;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.btn-ab1 {
    position: absolute;
    bottom: 30px;
    right: 0;
}

.btn-icon span.elementor-button-text {
    display: none;
}

.btn-icon span.elementor-button-icon {
    margin-right: 00;
}
.box-service .elementor-image-box-content {
    padding-right: 50px;
}
.box-service .elementor-image-box-img:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 80%;
    background-color: rgb(12 80 161 / 80%);
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.box-service .elementor-image-box-img {
    position: relative;
}

.box-service.style1 .elementor-image-box-img:before {
    left: auto;
    right: -15px;
}
.post-white  .elementor-heading-title a {
    color: #fff !important;
}
.post-white .bt-project a.elementor-button-link {
    background-color: transparent !IMPORTANT;
    border-color: #fff !important;
    color: #fff !important;
}

.post-white .bt-project a.elementor-button-link:hover {
    background-color: #fff!IMPORTANT;
    color: var(--color1)!IMPORTANT;
    border-color: #fff !IMPORTANT;;
}

.post-last-dev .loop-resources-dev {box-shadow: none;}
.slider-partner .elementor-swiper-button {
    background-color: #fff;
    border-radius: 50%;
}
.slider-partner  .elementor-swiper-button.elementor-swiper-button-prev {
    left: -13px;
}

.slider-partner .elementor-swiper-button.elementor-swiper-button-next {
    right: -13px;
}
.slider-partner .elementor-swiper-button i {
    font-size: 15px;
    padding: 8px;
}
.btn a.elementor-button-link:hover {
    box-shadow: rgb(0 0 0 / 31%) 2px 2px 8px;
}
.btn-icon a:hover {
    background-color: #484036 !IMPORTANT;
}
.slider-for1 button.slick-arrow:hover {
    background-color: transparent;
}

.slider-for1 button.slick-arrow:focus {
    box-shadow: none !IMPORTANT;
    border: none !IMPORTANT;
    background-color: transparent;
    outline: none;
}

button.slick-arrow:hover:before {
    background-color: #222;
}
.form-button.text-center span.wpcf7-spinner {
    position: absolute;
    right: 0;
}
.archive-post-v2 nav.elementor-pagination {
    margin-top: 40px;
}
.footer-form1 .elementor-message{
    color: #fff;
}
.slider-post-dev button.slick-arrow:hover:before {
    background-color: transparent;
    color: var(--color1);
}

.slider-post-dev button.slick-arrow:focus {
    outline: none;
}
.slider-post-dev button.slick-arrow:hover {
    background-color: transparent;
}

.box-team-v2 .title {
    border-bottom: 1px solid #C5C5C5;
}
.box-team-v2 .title h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    text-transform: capitalize;
    color: var(--color1);
    padding-bottom: 1rem;
}
.box-team-v2 h4 {
    display: inline-block;
    border-bottom: 4px solid var(--color1);
    margin-bottom: -2px;
}
.box-team-v2 .content {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #2D2D2D;
}
.box-team-v2 .position {
    margin-bottom: 1rem;
    font-size: 20px;
    color: #222222;
    font-weight: 600;
}

.category-projects {
    margin-bottom: 45px;
}

.category-projects .parent,
.category-projects .child {
    list-style-type: none;
    margin: 0 0 1rem 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-projects .parent li {
    display: block;
    margin: 0 30px;
    vertical-align: top;
    position: relative;
}

.category-projects .parent li a {
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #484036;
}
.category-projects .parent li:hover a,
.category-projects .parent li.current a {
    color: var(--color1);
    text-decoration: underline;
}
.category-projects .child {
    flex-wrap: wrap;
}
.category-projects .child li {
    margin: 0 10px;
}
.category-projects .child a {
    font-size: 1.125rem;
    line-height: 26px;
    text-transform: uppercase;
}
.category-projects .child li:hover a,
.category-projects .child li.current a {
    color: var(--color1);
    text-decoration: underline;
}

.slider-home .elementor-slides .swiper-slide-bg {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.slider-home .elementor-slides .swiper-slide-active .swiper-slide-bg {
	transition: transform 8000ms ease-out 0s, opacity 800ms ease 0s; 
	opacity: 1; 
	transform: scale(1, 1);
}