/* CUSTOM STYLES */
.swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 2px solid #000;
    background: none;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0a4160;
    border: none;
}
/* fix entrance animation */
@media (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1.25s !important;
        animation-duration: 1.25s !important;
    }
    /* slide  */
    .slideInRight {
        animation-name: slideInRight !important;
    }
    .slideInLeft {
        animation-name: slideInLeft !important;
    }
    .slideInDown {
        animation-name: slideInDown !important;
    }
    .slideInUp {
        animation-name: slideInUp !important;
    }
    /* fade  */
    .fadeIn {
        animation-name: fadeIn !important;
    }
    .fadeInRight {
        animation-name: fadeInRight !important;
    }
    .fadeInLeft {
        animation-name: fadeInLeft !important;
    }
    .fadeInDown {
        animation-name: fadeInDown !important;
    }
    .fadeInUp {
        animation-name: fadeInUp !important;
    }
    /* zoom  */
    .zoomIn {
        animation-name: zoomIn !important;
    }
    .zoomInRight {
        animation-name: zoomInRight !important;
    }
    .zoomInLeft {
        animation-name: zoomnLeft !important;
    }
    .zoomInDown {
        animation-name: zoomInDown !important;
    }
    .zoomInUp {
        animation-name:zoomInUp !important;
    }

}
.animate-button {
    animation-name: anibtn;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 3s;
}
@keyframes anibtn {
    0% {
        transform: rotate(2deg) scale(0.95);
    }
    16% {
        transform: rotate(-2deg) scale(1.05);
    }
    32% {
        transform: rotate(2deg) scale(0.95);
    }
    50% {
        transform: rotate(-2deg) scale(1);
    }
    62% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(0deg) scale(1);
    }
}
.elementor-widget.elementor-widget-button a, button.elementor-button {
    background-image: linear-gradient(90deg, #ab1b1b 0%, #ff3d3d 100%) !important;
    background-image: -webkit-linear-gradient(90deg, #ab1b1b 0%, #ff3d3d 100%) !important;
}
.elementor-widget.elementor-widget-button a:hover, button.elementor-button:hover {
    background-image: linear-gradient(90deg, #007898 0%, #00c3df 100%) !important;
    background-image: -webkit-linear-gradient(90deg, #007898 0%, #00c3df 100%) !important;
}
.elementor-widget-call-to-action .elementor-cta__button.elementor-button {
    background-image: linear-gradient(90deg, #007898 0%, #00c3df 100%) !important;
    background-image: -webkit-linear-gradient(90deg, #007898 0%, #00c3df 100%) !important;
}
.elementor-widget-call-to-action:hover .elementor-cta__button.elementor-button:hover {
    background-image: linear-gradient(90deg, #ab1b1b 0%, #ff3d3d 100%) !important;
    background-image: -webkit-linear-gradient(90deg, #ab1b1b 0%, #ff3d3d 100%) !important;
}
/* HEADER START  */
@media (max-width: 767px) {
    .top-header {
        background-color: #FFB129 !important;
    }
}
.elementor-nav-menu--main .elementor-nav-menu .sub-menu .menu-item:hover {
    border-left: 3px solid #2296f9;
}
.elementor-nav-menu--main .elementor-nav-menu > .menu-item {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.quiz-popup {
    cursor: pointer;
}

/* HEADER END  */
/* FOOTER START  */
.footer-phone a {
    color: #ffb129 !important;
}
/* FOOTER END  */

/* HOME START */
.bottom-header-phone::after {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    height: 30px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}
.inner-form input[type='text'], .inner-form input[type='tel'] {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
    min-height: 30px;
}
/* ptoject  */
.project-wrapper .project-content {
    position: relative;
    text-align: center;
    padding: 100px 0;
}

.project-wrapper .project-content .project-img-bg.one {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    /* background-color: #6AB5DE; */
    background: linear-gradient(0deg, #0a4160, #6ed3e7);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.project-wrapper .project-content .project-img-bg.two {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 575px;
    height: 575px;
    border-radius: 50%;
    background-color: #3495EE;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.text-block-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.text-block-polyline {
    stroke-width: 2px;
    stroke: #000;
    fill: none;
}

.point {
    position: absolute;
}

.point.end {
    width: 1px;
    height: 1px;
}

.point.end::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    transform: translate(-50%, -50%);
}

.point.t1.start {
    top: 30%;
    left: 0;
}

.point.t1.end {
    top: 50%;
    left: 53%;
}

.point.t2.start {
    top: 60%;
    left: 0;
}

.point.t2.end {
    top: 72%;
    left: 53%;
}

.point.t3.start {
    top: 25%;
    right: 0;
}

.point.t3.end {
    top: 40%;
    left: 58%;
}

.point.t4.start {
    top: 50%;
    right: 0;
}

.point.t4.end {
    top: 63%;
    left: 53%;
}

.text-block {
    width: 250px;
    height: 60px;
    text-align: left;
    line-height: 1;
    z-index: 2;
    border-bottom: 2px solid #000;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 3px 3px 0 0;
    font-size: 14px;
    color: #001733;
}

.text-block:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.point.start:hover+.point.end:before {
    width: 20px;
    height: 20px;
}

.text-block .title {
    font-size: 18px;
    text-transform: uppercase;
}

.text-block .title span {
    font-size: 36px;
    font-weight: bold;
}


@media (max-width: 1024px) {
    .project-wrapper .project-content {
        padding: 150px 0;
    }

    .project-wrapper .project-content .project-img-bg.one {
        width: 500px;
        height: 500px;
    }

    .project-wrapper .project-content .project-img-bg.two {
        width: 700px;
        height: 700px;
    }

    .point.t1.end {
        left: 55%;
    }

    .point.t2.end {
        left: 55%;
    }

    .point.t3.end {
        left: 61%;
    }

    .point.t4.end {
        left: 55%;
    }
}

@media (max-width: 767px) {
    .project-wrapper .project-content {
        padding: 50px 0;
    }

    .project-wrapper .project-content .project-img-bg.one {
        width: 350px;
        height: 350px;
    }

    .project-wrapper .project-content .project-img-bg.two {
        width: 480px;
        height: 480px;
    }

    .point.t3.start {
        top: 10%;
    }

    .point.t3.end {
        top: 30%;
    }
}

@media (max-width: 479px) {
    .project-wrapper .project-content {
        padding: 50px 0;
    }

    .project-wrapper .project-content .project-img-bg.one {
        width: 250px;
        height: 250px;
    }

    .project-wrapper .project-content .project-img-bg.two {
        width: 320px;
        height: 320px;
    }

    .text-block {
        width: 130px;
        height: 50px;
        font-size: 12px;
    }

    .text-block .title {
        font-size: 14px;
        text-transform: uppercase;
    }

    .text-block .title span {
        font-size: 18px;
        font-weight: bold;
    }
}

/* HOME END */

/* QUIZ  */
#elementor-popup-modal-352 {
    align-items: flex-start !important;
}
#elementor-popup-modal-352 .elementor-352.elementor-location-popup .elementor-inner .elementor-section-wrap {
    max-height: 500px;
}
.quiz-form-wrapp .elementor-field-group-second_step .elementor-field-option label {
    padding: 10px 5px !important;
    min-height: 52px;
}
.quiz-form-wrapp .elementor-field-group-second_step {
    height: 0;
    overflow: hidden;
    transition: height ease-in-out 0.5s;
    opacity: 0;
    margin-bottom: 0 !important;
}
.quiz-form-wrapp .elementor-field-group-second_step.visible {
    height: 100px;
    opacity: 1;
    margin-bottom: 10px !important;
}
.quiz-form-wrapp .elementor-field-group-q_name {
    height: 0;
    opacity: 0;
    min-height: 0;
    overflow: hidden;
    transition: height ease-in-out 0.5s;
    margin-bottom: 0 !important;
}
.quiz-form-wrapp .elementor-field-group-q_name.visible {
    height: 50px;
    opacity: 1;
    margin-bottom: 10px !important;
}
.quiz-form-wrapp .elementor-field-group-q_phone {
    height: 0;
    opacity: 0;
    min-height: 0;
    overflow: hidden;
    transition: height ease-in-out 0.5s;
    margin-bottom: 0 !important;
}
.quiz-form-wrapp .elementor-field-group-q_phone.visible {
    height: 50px;
    opacity: 1;
    margin-bottom: 10px !important;
}
.quiz-form-wrapp .elementor-field-group-q_date {
    height: 0;
    opacity: 0;
    min-height: 0;
    overflow: hidden;
    transition: height ease-in-out 0.5s;
    margin-bottom: 0 !important;
}
.quiz-form-wrapp .elementor-field-group-q_date.visible {
    height: 50px;
    opacity: 1;
    margin-bottom: 10px !important;
}
.quiz-form-wrapp .elementor-field-type-html {
    height: 0;
    opacity: 0;
    min-height: 0;
    overflow: hidden;
    transition: height ease-in-out 0.5s;
    margin-bottom: 0 !important;
    color: #FFFFFF !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    min-height: 0 !important;
    height: auto !important;
}
.quiz-form-wrapp .elementor-field-type-html.visible {
    height: 50px;
    opacity: 1;
    margin-bottom: 10px !important;
}
.quiz-form-wrapp #q_submit {
    height: 0;
    min-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height ease-in-out 0.5s;
    margin-bottom: 0 !important;
}
.quiz-form-wrapp #q_submit.visible {
    height: 50px;
    opacity: 1;
    margin-bottom: 10px !important;
}
.quiz-form-wrapp .elementor-field-option {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.quiz-form-wrapp .elementor-field-subgroup  {
    width: 100%;
    justify-content: space-between;
}
.quiz-form-wrapp .elementor-field-subgroup .elementor-field-option {
    flex-basis: 50% !important;
    padding: 0;
    margin: 0;
    
}
.quiz-form-wrapp .elementor-field-subgroup .elementor-field-option label {
    padding: 13px 10px;
    text-align: center;
    background-color: #ffb129;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 5px;
    border-radius: 3px;
    line-height: 1;
    display: block !important;
    height: auto;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
}
.quiz-form-wrapp .elementor-field-subgroup .elementor-field-option label:hover {
    background-color: #d33;
}
.quiz-form-wrapp .elementor-field-option .label {
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
}
.quiz-form-wrapp .elementor-field-option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.quiz-form-wrapp .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 60px;
    background-color: #eee;
}
.quiz-form-wrapp .elementor-field-option:hover input~.checkmark {
    background-color: #ccc;
}
.quiz-form-wrapp .elementor-field-option:hover {
    color: #e95254;
}

.quiz-form-wrapp .elementor-field-option input:checked ~ label {
    background-color: #aa6f0a;
}

.quiz-form-wrapp .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.elementor-field-option input:checked~.checkmark:after {
    display: block;
}

.elementor-field-option .checkmark:after {
    content: "\f00c";
    position: absolute;
    top: 0px;
    left: 0;
    font-family: 'FontAwesome';
    font-weight: 900;
    color: green;
}






.quiz-form-wrapp .quiz-action-button {
    cursor: pointer;
}

.quiz-form-wrapp .quiz-action-button a.elementor-button .elementor-button-content-wrapper {
    min-height: 60px;
    align-items: center;
}

.quiz-form-wrapp .quiz-action-button.success a.elementor-button {
    background-color: green;
}
/* CASES  */
.cases_loop_wrapper .cases_loop_item.elementor-element .elementor-background-overlay {
    transition: opacity ease-in-out 0.5s;
}
.cases_loop_wrapper .cases_loop_item.elementor-element:hover .elementor-background-overlay {
    opacity: 0.75;
}
.cases_loop_wrapper .cases_loop_item.elementor-element .cases_loop_item_title {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    transition: top ease-in-out 0.5s;
}
.cases_loop_wrapper .cases_loop_item.elementor-element:hover .cases_loop_item_title {
    top: 0;
}
.cases_loop_wrapper .cases_loop_item.elementor-element .cases_loop_item_title a {
    color: #ffffff;
}
.cases_loop_item .elementor-cta__bg-wrapper {
    border-radius: 10px;
    min-height: 250px !important;
}
.cases_loop_item .elementor-cta__content {
    padding: 10px;
    min-height: auto !important;
    text-align: left !important;
}
.cases_loop_item .cases_loop_item_button {
    position: absolute;
    top: 75%;
    opacity: 0;
    transform: translateY(-100%);
    left: 0;
    right: 0;
    width: 150px;
    margin: auto;
    z-index: 2;
    text-align: center;
    transition: all ease-in-out 0.5s;
}
.cases_loop_item:hover .cases_loop_item_button {
    top: 45%;
    opacity: 1;
}
/* features */
.feature-item {
    transition: margin-top ease-in-out 0.5s;
}
.feature-item:hover {
    margin-top: -15px;
}

.widget-title {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.25rem;
}
.marker-list ul {
    display: block !important;
    column-count: 2;
    margin: 0 !important;
}
@media (max-width: 767px) {
    .marker-list ul li {
        margin-right: 0 !important;
        margin-left: 0 !important; 
        font-size: 14px !important;
    }
}


/* Custom */

.panel-contact {
	position: fixed;
	right: 0;
	bottom: calc(50vh - 80px);
	z-index: 300;
	font-weight: 400;
	text-transform: uppercase;
    background-color: rgba(220, 220, 220, 0.7);
}
.panel-contact .list-buttons .item {
	width: 60px;
	height: 60px;
	padding: 10px;
}
.panel-contact .list-buttons .item,
.panel-contact .list-buttons .item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.panel-contact .list-buttons .item a svg,
.panel-contact .list-buttons .item svg {
	width: 32px;
    height: 32px;
    fill: #234d66;
    transition: all 0.2s;
}
.panel-contact .list-buttons .item:nth-child(1) a svg,
.panel-contact .list-buttons .item:nth-child(1) svg {
	fill: #7360f2;
}
.panel-contact .list-buttons .item:nth-child(2) a svg,
.panel-contact .list-buttons .item:nth-child(2) svg {
	fill: #229ed9;
}
.panel-contact .list-buttons .item:nth-child(3) a svg,
.panel-contact .list-buttons .item:nth-child(3) svg {
	fill: #25d366;
}
.panel-contact .list-buttons .item:nth-child(4) a svg,
.panel-contact .list-buttons .item:nth-child(4) svg {
	fill: #ffb129;
}
.panel-contact .list-buttons .item:hover a svg,
.panel-contact .list-buttons .item:hover svg {
	opacity: 0.8;
}
.item-submenu {
	cursor: pointer;
}
.panel-contact .submenu {
	position: absolute;
	right: -400px;
	bottom: 30px;
	transition: all 0.2s;
	z-index: 200;
	width: 230px;
}
.panel-contact .submenu.open {
	right: 80px;

}
.panel-contact .submenu .item {
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	transition: all 0.2s;
}
.panel-contact .submenu .item:not(:last-child) {
	margin-bottom: 20px;
}
.panel-contact .submenu .item a {
	font-weight: 600;
	font-size: 18px;
	display: flex;
	align-items: center;
    color: #234d66;
}
.panel-contact .submenu .item a svg {
	width: 20px;
	height: 20px;
	margin-right: 20px;
	fill: #234d66;
}
.panel-contact .submenu .item:hover a {
	color: #3495ee;
}
.panel-contact .submenu .item:hover a svg {
	fill: #3495ee;
}
@media (max-width: 767px) {
	.panel-contact {
		position: fixed;
		right: 0;
		bottom: 0;
		width: 100%;
		background-color: #000;
	}
	.panel-contact .list-buttons {
		display: flex;

	}
	.panel-contact .list-buttons .item {
		width: 25%;
		background-color: #000;
	}
	.panel-contact .list-buttons .item a svg,
	.panel-contact .list-buttons .item svg {
		fill: #3495ee;
	}
	.panel-contact .submenu {
		bottom: -400px;
		right: calc(50vw - 115px);
	}
	.panel-contact .submenu.open {
		bottom: 80px;
		right: calc(50vw - 115px);
	}
    .elementor-44 .elementor-element.elementor-element-63b854a {
    	right: 5px!important;
    	bottom: 60px!important;
	}
}