/* 
Theme Name: BWS
Theme URI: 
Description: 
Author: BWCONCEPT
Author URI: https://bwconcept.pl
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
*/

/*
.sticky-header {
  z-index: 4;
  transition: all 300ms ease-in-out;
  position: fixed;
  width: 100%;
}*/


:root {
    --red: #c40033;
    --white: #ffffff;
    --lightgray: #efefef;
}


.logo img {
    max-height: 35px;
    width: auto;
}

@media screen and (max-width: 768px) {
    .logo img {
        max-height: 30px;
        width: auto;
    }
}

.logo.logo-sticky img {
    max-height: 30px;
    width: auto;
}

.hero-bottom {
    position: absolute;
    bottom: -100px;
    left: 0px;
}

.hero-read-more {
    position: absolute;
    bottom: 50px;
    left: 50%;
}


.hero-read-more img {
    animation:
        bounce 2s infinite;
}

.logo-normal {
    display: none;
}

.logo-sticky {
    display: block;
}

@media screen and (max-width: 768px) {
    .logo-normal {
        display: none;
    }

    .logo-sticky {
        display: block;
    }
}

.she-header-transparent-yes .logo-normal {
    display: block;
}

.she-header-transparent-yes .logo-sticky {
    display: none;
}


@media screen and (max-width: 768px) {


    .she-header-transparent-yes .logo-normal {
        display: block;
    }

    .she-header-transparent-yes .logo-sticky {
        display: none;
    }
}

.she-header-transparent-yes .hfe-menu-item {
    color: var(--white) !important;
}

.she-header-transparent-yes .menu-item.parent a.hfe-menu-item:after {
    background-color: var(--white) !important;
}

.social-icons {
    width: 100px;
}

.social-icons img {
    width: 25px;
    height: 17px;
    margin-right: 5px;
}

.social-icons .ico1 {
    height: 20px;
}

.she-header-transparent-yes .social-icons img {
    filter: invert(100%);
}

.she-header-transparent-yes .hfe-nav-menu-icon {
    color: var(--white);
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}


.top-right .elementor-widget-container {
    display: flex;
    justify-content: flex-end;
 
}

.top-right ul {
    list-style: none;
    padding: 0px;
    width: 68px;
    margin-left: 10px;
}

.top-right li {
    display: inline-block;
}


.top-right li a {
    background: none;
    color: var(--white);
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 600;
}

.top-right li.current-lang a {
	background: var(--red);
    color: var(--white);

    padding: 4px 8px;
    font-size: 13px;
    font-weight: 600;
}

.top-right li.current-lang a:hover {
    background: var(--red);
    color: var(--white);
}

.she-header-transparent-yes .top-right li a {
    background: transparent
    color: var(--white);
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 600;
}

.she-header-transparent-yes .top-right li.current-lang a {
	background: var(--red);
    color: var(--white);
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 600;
}

.she-header-transparent-yes .top-right li.current-lang a:hover {
    background: var(--white);
    color: var(--red);
}

.top-right .elementor-widget-container div:nth-child(1) {
    margin-top: 2px;
}






.menu-icon {
    height: 30px;
    width: 30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: block;
}

.she-header-transparent-yes .menu-icon__line {
    background-color: #fff;
}

.menu-icon__line {
    height: 2px;
    width: 30px;
    display: block;
    background-color: #000;
    margin-bottom: 7px;
    cursor: pointer;
    -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background-color .5s ease;
    transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}

.menu-icon__line-left {
    width: 16.5px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.menu-icon__line-right {
    width: 16.5px;
    float: right;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
    width: 30px;
}

.hfe-nav-menu__toggle2 {
    text-align: right;
    display: none;
}



.nav {
    position: fixed;
    z-index: 98;
}

.nav:before,
.nav:after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: var(--red);
    border-bottom-left-radius: 200%;
    z-index: -1;
    -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    -webkit-transform: translateX(100%) translateY(-100%);
    transform: translateX(100%) translateY(-100%);
}

.nav:after {
    background: rgba(255, 255, 255, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.nav:before {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}






.nav__content {
    position: fixed;
    visibility: hidden;
    top: 50%;
    margin-top: 20px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
}

.nav__list {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
}

.nav__list .menu-item {
    position: relative;
    display: block;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 0;
    text-align: center;
    color: #000;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 3vh;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: 3px;
    -webkit-transform: translate(100px, 0%);
    transform: translate(100px, 0%);
    -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, transform .3s ease;
    transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
    margin-top: 0;
    margin-bottom: 0;
}

.nav__list .menu-item a {
    position: relative;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 900;
    z-index: 2;
    display: inline-block;
    text-transform: lowercase;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.nav__list .menu-item a:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -2px;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    background-color: var(--red);
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.nav__list .menu-item a:hover:after {
    height: 4px;
    opacity: 1;
    left: 0;
    width: 100%;
}

.nav__list .menu-item a:hover {
    color: rgba(0, 0, 0, 1);
}

.nav__list .menu-item.current-menu-item a {
    color: rgba(0, 0, 0, 1);
}

.nav__list .menu-item.current-menu-item a:after {
    height: 4px;
    opacity: 1;
    left: 0;
    width: 100%;
}

body.nav-active .nav__content {
    visibility: visible;
}

body.nav-active .menu-icon__line {
    background-color: #000;
    -webkit-transform: translate(0px, 0px) rotate(-45deg);
    transform: translate(0px, 0px) rotate(-45deg);
}

body.nav-active .menu-icon__line-left {
    width: 15px;
    -webkit-transform: translate(2px, 4px) rotate(45deg);
    transform: translate(2px, 4px) rotate(45deg);
}

body.nav-active .menu-icon__line-right {
    width: 15px;
    float: right;
    -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
    transform: translate(-3px, -3.5px) rotate(45deg);
}

body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
    width: 15px;
}

body.nav-active .nav {
    visibility: visible;
    opacity: 1;
}

body.nav-active .nav:before,
body.nav-active .nav:after {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    border-radius: 0;
}

body.nav-active .nav:after {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

body.nav-active .nav:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

body.nav-active .nav__list .menu-item {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}

body.nav-active .mobile-menu__footer {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}



body.nav-active .nav__list .menu-item:nth-child(0) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

body.nav-active .nav__list .menu-item:nth-child(1) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

body.nav-active .nav__list .menu-item:nth-child(2) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

body.nav-active .nav__list .menu-item:nth-child(3) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

body.nav-active .nav__list .menu-item:nth-child(4) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

body.nav-active .nav__list .menu-item:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

body.nav-active .nav__list .menu-item:nth-child(6) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.mobile-menu__footer {
    opacity: 0;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-direction: column;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, transform .3s ease;
    transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
}

.mobile-menu__footer ul {
    display: inline-flex;
    margin-top: 40px;
}

.mobile-menu__footer ul li a {
    background: var(--red);
    color: var(--white);
    padding: 5px 10px;
    margin: 10px;
    font-size: 12px;
}

.mobile-menu__footer .social-icons {
    margin: 0px auto;
}

.mobile-menu__footer .social-icons img {
    filter: invert(0%);
}

@media screen and (max-width: 1024px) {
    .hfe-nav-menu__toggle2 {
        display: block;
        position: absolute;
        z-index: 1001;
        top: 0px;
        right: 0px;
    }

    body.nav-active .top-left {
        display: none;

    }

    .she-header-transparent-yes .top-mid {
        width: 100% !important;

    }

    .top-mid .elementor-element-populated {
        display: block !important;
    }

    .she-header-transparent-yes .top-mid .elementor-element-populated {
        display: flex;
    }

    body.nav-active .top-mid {
        width: 100% !important;
    }

    .top-mid {
        height: 50px;
        width: 100% !important;
    }

    .top-left {
        position: absolute;
    }

    .she-header-transparent-yes .top-mid,
    .she-header-transparent-yes .top-left {
        position: absolute;
        z-index: 1000;
    }
}



.large-heading h2 {
    font-size: 12vw;
    text-transform: lowercase;
    line-height: 8vw;
    font-weight: 600!important;
}

.text-bigger {
    font-size: 30px;
    font-weight: 300;
}

.text-bigger.text-bigger-light p {
    font-weight: 300;
}

@media screen and (max-width: 400px) {
    .text-bigger {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .text-bigger {
        font-size: 25px;
    }
}

@media screen and (min-width: 1024px) {

    .plus-top {}

    .plus-bottom {
        background: url(/wp-content/uploads/2021/03/cross.png) bottom 50px right 20px no-repeat, url(/wp-content/uploads/2021/03/cross.png) top right 20px no-repeat;
    }
    .plus-left-bottom {
        background: url(/wp-content/uploads/2021/03/cross.png) bottom 50px left 20px no-repeat, url(/wp-content/uploads/2021/03/cross.png) top left 20px no-repeat;
    }



}



/* culture */

.member-box {
    background: var(--lightgray);
    padding: 40px 50% 40px 40px;
}
.member-box2 {
    background: var(--lightgray);
    padding: 40px 20px 40px 50%;
}
.member-text {
    font-size: 17px;
}

.member-img {
    position: absolute;
}

.member-signature {
    margin: 20px 0px 0px 40px;
}

.member-signature:before {
    background: var(--lightgray);
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    margin-bottom: 10px;
}



.principle {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.principle:before {
    content: "";
    position: absolute;
    bottom: -1px;
    background: var(--red);
    height: 2px;
    width: 0px;
    transition: all 0.5s;
}

.principle:hover:before {

    width: 100%;
    height: 2px;
    transition: all 0.5s;
}

@media screen and (min-width: 768px) {
    .principle-icon {
        margin: 0px 0px -57px;
    }

    .principle-icon2 {
        margin: 0px 0px -114px;
    }
}

.principle2--center .elementor-widget-container,
.principle--center .elementor-widget-container,
.principle--left .elementor-widget-container {
    letter-spacing: 2px;
    color: var(--red);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.principle--center .elementor-widget-container:before,
.principle--left .elementor-widget-container:before {
    content: "";
    width: 25px;
    height: 3px;
    background: var(--red);
    display: block;
    position: absolute;
    left: -40px;
    top: 9px;
    transition: all 0.5s;

}

.line--left .elementor-widget-container:before {
    content: "";
    width: 0px;
    height: 3px;
    background: var(--red);
    display: block;
    position: absolute;
    left: -40px;
    top: 12px;
    transition: all 0.5s;
}

.liner.is-visible .elementor-widget-container:before {
    animation: lineanim 0.5s;
    animation-fill-mode: forwards;
}


.principle:hover .principle--left .elementor-widget-container:before {
    content: "";
    width: 50px;
    height: 3px;
    background: var(--red);
    display: block;
    position: absolute;
    left: -60px;
    top: 9px;
}

@keyframes lineanim {
    100% {
        width: 30px;
    }
}


.principle2--center .elementor-widget-container,
.principle--center .elementor-widget-container {
    text-align: center;
}

@media screen and (max-width: 798px) {
    .principle--left .elementor-widget-container {
        text-align: center;
    }
	.principle--center .elementor-widget-container:before, .principle--left .elementor-widget-container:before {
		content: "";
		width: 25px;
		height: 3px;
		background: var(--red);
		display: block;
		position: absolute;
		left: calc(50% - 20px);
		top: -12px;
		transition: all 0.5s;
	}
}



.principle--center .elementor-widget-container:before {
    left: calc(50% - 15px);
    top: -20px;
    transition: all 0.5s
}

.principle:hover .principle--center .elementor-widget-container:before {}


/* news */

.eael-grid-post-excerpt {
    text-align: center;
}

.eael-grid-post-holder {
    border: 0px;
}

@media screen and (min-width: 1024px) {

    .trusted-logos .gallery-item {
        background: url(/wp-content/uploads/2021/03/cross.png) top right no-repeat;
    }

    .trusted-logos .gallery-item:nth-child(n+6) {
        background: url(/wp-content/uploads/2021/03/cross.png) top right no-repeat, url(/wp-content/uploads/2021/03/cross.png) bottom right no-repeat;
    }

    .trusted-logos .gallery-item:nth-child(5),
    .trusted-logos .gallery-item:last-child,
    .trusted-logos .gallery-item:nth-child(10) {
        background: none;
    }

    .trusted-logos .gallery-icon {
        padding: 20px 0px;
    }
}

.home-slider-client:before {
    content: "";
    width: 3px;
    height: 30px;
    background: var(--red);
    display: block;
    position: absolute;
    left: calc(50% - 3px);
    top: 9px;
    transition: all 0.5s;
}

.home-slider-client {
    color: var(--red);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 50px;
}

.home-slider-description {
    padding: 20px 50px;
}

.home-slider-image {
    padding: 50px;
}

.home-slider-image img {
    box-shadow: 0px 0px 50px #009de040;
}

.cookie-bar-block #catapult-cookie-bar h3 {
    margin: 0px;
    font-size: 14px;
}

.cookie-bar-block #catapult-cookie-bar span {
    display: block;
    margin: 0px;
    font-size: 12px;
}

.has-cookie-bar #catapult-cookie-bar {
    opacity: 1;
    max-height: 999px;
    min-height: 30px;
    padding: 5px 15px 5px;
}

.x_close span {
    background: #fff;
}

#catapult-cookie-bar {

    background-color: #464646f2;
}

#catapult-cookie-bar h3 {
    color: #fff;
}

button#catapultCookie {
    border: 0;
    padding: 0px !important;
    border-radius: 3px;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 600;
    color: #fff !important;
}

button#catapultCookie:hover {
    background-color: #d20036;
}

.home-news .eael-entry-thumbnail img {
    transition: 1s all ease-in-out;
}

.home-news .eael-entry-media:hover .eael-entry-thumbnail img {
    transform: scale(1.2);
}

.swiper-wrapper {
    display: flex !important;
    flex-wrap: inherit;
}

.testimonial {
    text-align: center;
}

.testimonial .testimonial-logo {
    padding: 20px 0px;
}

.testimonial .testimonial-text {
    font-size: 30px;
    line-height: 40px;
    font-style: italic;
    padding: 40px;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    .testimonial .testimonial-text {
        font-size: 20px;
        line-height: 30px;

    }
}


.bws-button {
    border: 2px solid #D20036;
    background: #fff;
    border-radius: 0px;
    text-transform: uppercase;
    color: #D20036;
}

.bws-button span {
    color: #D20036;
}

.text-white p,
.text-white strong,
.text-white h2 {
    color: var(--white);
}

/* menu 
https://codepen.io/ig_design/pen/VgaXaY */


.growi:before {
    background: #9e0028 url(/wp-content/uploads/2021/03/a12.jpeg);
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
   animation: grow infinite alternate ease-in-out 8s;
}
.growi2  {
    background: #860021;
    overflow: hidden;
}
.growi2 .elementor-background-overlay:before {
    background: #860021 url(/wp-content/uploads/2021/04/contact-bg-3.jpg) 0px 0px no-repeat;
    display: block;
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background-position: center center;
    background-size: cover;
    animation: grow2 infinite alternate ease-in-out 25s;
    filter: opacity(0.3);
}




.backstretch {
    background: var(--red);
    background: -moz-radial-gradient(center, ellipse cover, #1e5799 0%, #7db9e8 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
    background: -webkit-radial-gradient(center, ellipse cover, #1e5799 0%, #7db9e8 100%);
    background: -o-radial-gradient(center, ellipse cover, #1e5799 0%, #7db9e8 100%);
    background: -ms-radial-gradient(center, ellipse cover, #1e5799 0%, #7db9e8 100%);
    background: radial-gradient(ellipse at center, #1e5799 0%, #7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=1);
}



.growi .elementor-background-overlay {
   /* background: var(--red);
    background: -moz-radial-gradient(center, ellipse cover, #800f0f 0%, #f44336 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #800f0f), color-stop(100%, #f44336));
    background: -webkit-radial-gradient(center, ellipse cover, #800f0f 0%, #f44336 100%);
    background: -o-radial-gradient(center, ellipse cover, #800f0f 0%, #f44336 100%);
    background: -ms-radial-gradient(center, ellipse cover, #800f0f 0%, #f44336 100%);
    background: radial-gradient(ellipse at center, #800f0f 0%, #f44336 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800f0f', endColorstr='#f44336', GradientType=1);
    -webkit-animation: filter-animation 8s infinite;
    animation: filter-animation 8s infinite;*/
}
.backstretch.animated {
    -webkit-animation: filter-animation 8s infinite;
    animation: filter-animation 8s infinite;
}

@-webkit-keyframes filter-animation {
    0% {
        -webkit-filter: hue-rotate(0deg);
    }

    50% {
        -webkit-filter: hue-rotate(140deg);
    }

    100% {
        -webkit-filter: hue-rotate(0deg);
    }
}

@keyframes filter-animation {
    0% {
        filter: hue-rotate(0deg);
    }

    50% {
        filter: hue-rotate(140deg);
    }

    100% {
        filter: hue-rotate(0deg);
    }
}

.backstretch2 {}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}



.features-list {
  list-style: none;
  display: flex;
   flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px;
  padding:0px;
}
.features-list li {
    width: 50%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}
.features-list li:nth-child(odd) {
    background: url(/wp-content/uploads/2021/03/cross.png) top right no-repeat;
  }
.site-main.post {
  max-width: 960px;
    margin: 0px auto;
    padding-top: 50px;
}

.bwsform {
    color: var(--white);
}

.bwsform .columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.bwsform .col {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 2;
    text-align: left;
    margin: 0px 10px;
}

.bwsform .col-cp {
    padding-right: 20px;
}

.bwsform .col-cp .field {
    padding-left: 40px;
}

@media screen and (max-width: 768px) {
    .bwsform .columns {
        display: block;
    }
}

.wpcf7-form label {
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 30px;

}

.wpcf7-list-item {
    padding: 0px 20px 0px 0px;
}

.wpcf7-list-item label {
    text-align: left;
}

.wpcf7 {}

.wpcf7-form {}

.wpcf7 input[type=date],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 input[type=password],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=url],
.wpcf7 select,
.wpcf7 textarea,
.wpcf7-select {
    width: 100%;
    border: 2px solid var(--white);
    border-radius: 0px;
    padding: .5rem 1rem;
    text-transform: uppercase;
    color: var(--white);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
}

.wpcf7-form .wpcf7-list-item-label {
    font-size: 20px;
}

.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}

.wpcf7 .screen-reader-response {
  display: none;
}

.wpcf7-form .wpcf7-radio label {
    position: relative;
    cursor: pointer;
}

.wpcf7-form .wpcf7-radio input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio]+span {
    /*   border: 3px solid red;  */
}

.wpcf7-form .wpcf7-radio input[type=radio]+span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 18px;
    width: 18px;
    left: -30px;
    top: 6px;
    border: 2px solid var(--white);
}

.wpcf7-form .wpcf7-radio input[type=radio]+span:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 10px;
    left: -26px;
    visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked+span:before {
    background: transparent;
    /*     border-color: red; */
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked+span:after {
    background: var(--white);
    visibility: visible;
}


.wpcf7-form .col-cp2 .wpcf7-list-item-label a {
    color: #fff;
    font-weight: 600;
}

.wpcf7-form .col-cp2 .wpcf7-list-item-label {
    padding-left: 20px;
    font-size: 14px;
}


.wpcf7-form .wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
    position: relative;
    visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span {
    /*   border: 3px solid red;  */
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 5px;
    height: 18px;
    width: 18px;
    top: 5px;
    border: 2px solid #222;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:after {
    display: block;
    position: absolute;
    content: '\2713';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 7px;
    left: 5px;
    visibility: hidden;
    font-size: 16px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:before {
    background: transparent;
    /*     border-color: red; */
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:after {
    /*    background: #222; */
    visibility: visible;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #fff;
    border-radius: 0px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: #fff;
    border-radius: 0px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: var(--red);   
}

.wpcf7-response-output {
    color: #fff;
    font-size: 14px;
    padding: 10px;
    margin: 5px;
}

span.wpcf7-not-valid-tip {
    background: #fff;
    color: #860023;
    padding: 2px 5px;
    font-size: 11px;
    text-transform: uppercase;
}
.script-checkbox {}

.script-checkbox label {}

.script-checkbox label.label-selected {
    background: red;
}




@keyframes grow2 {
 0% {
    transform: rotate(0deg);

  }
  100% {
    transform: rotate(180deg);
    
  }
}


@keyframes grow {
 0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 200% 200%;
  }
}


.case-box {
      display: block;
}
@media screen and (min-width: 1024px) {
  .mobile-margins {
    padding: 0px 50px;
  }
}

h4.eael-entry-title {
    position: relative;
    padding-top: 20px;
}

h4.eael-entry-title:before {
    content: "";
    width: 30px;
    left: calc(50% - 15px);
    top: 5px;
    height: 3px;
    background: var(--red);
    display: block;
    position: absolute;
}
.bg22 .elementor-image:before {
    content: "";
    background: #efefef;
    position: absolute;
    width: 90%;
    height: 60%;
    left: 5%;
    top: 20%;
    z-index: -2;
}

.img2 {
 
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    margin-bottom: 50px;
}



.elementor-widget-text-editor p b,
.elementor-widget-text-editor p strong {
    font-weight: 700;
}

.elementor-widget-wrap>.elementor-element.footer-contact-ico-person,
.elementor-widget-wrap>.elementor-element.footer-contact-ico-circle {
    width: 210px;
}

.footer-contact-ico-circle .elementor-image {
    background: #fff;
    border-radius: 50%;
    height: 118px;
    width: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-contact-right .elementor-widget-text-editor {
    text-align: left;
}

.footer-contact-right .elementor-element-populated,
.footer-contact-left .elementor-element-populated {
    flex-wrap: initial;
    display: flex;
}
@media (max-width: 479px) {
	.center-mobile {
		text-align: center;
	}
}
@media (max-width: 479px) {
    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 50%;
    }
}