/********** Template CSS **********/
:root {
    --primary: #f7345e;
    --secondary: #545454;
    --light: #ffffffcb;
    --dark: #1E1916;
    --after: #6049b1;
    --bg: #ffc800;
    --nav: #ffffff;
    --batton: #f7345e;


}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600 !important;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 52px;
    height: 52px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
justify-content: center;
    font-weight: normal;
    
}
.flex-shrink-0.btn-lg-square.border.border-light.rounded-circle {
    float: left;
    margin-left: -18px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 35px 15px;
    color: var(--light);
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--nav);
}

.navbar.fixed-top {
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, .3);
        background: var(--dark);
    }

    .navbar .navbar-nav .nav-link {
        padding: 7px 0;
    }
.dropdown-item {
    padding: 5px 8px!important;
    font-size: 14px;
}
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        
        visibility: hidden;
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

.navbar .nav-item:hover .dropdown-menu {
    display: table-column;
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
    columns: 3;
}
}

 

/*** Header ***/
.header-carousel .owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to bottom, rgb(71 0 114), #7d06a100);
}

@media (max-width: 768px) {
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 265px!important;
}
    .header-carousel .owl-carousel-item {
        position: relative;
           min-height: 100vh;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-nav {
    position: relative;
    width: 96px;
    height: 62px;
    margin: -80px auto 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-carousel .owl-nav::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff00;
    transform: rotate(45deg);
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: relative;
    font-size: 40px;
    color:var(--nav);
    transition: .5s;
    z-index: 1;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.page-header {
    margin-bottom: 6rem;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}
.entry-content a {
    color: #dc3545;
}
strong.breadcrumb_last {
    color: #ffeb3b;
}
p#breadcrumbs {
    color: #ffffff;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
visibility: visible;
    animation-delay: 0.1s;
    animation-name: fadeIn;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 427px;
    object-fit: cover;
	    object-position: center;
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


.img-twice::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    /* background: var(--primary); */
    border: 50px solid var(--bg);
    border-radius: 6px;
    z-index: -1;
}


/*** Product ***/
.product-item {
    transition: .5s;
}

.product-item:hover {
    background: var(--primary) !important;
}

.product-item:hover * {
    color: var(--light);
}

.product-item:hover .border-primary {
    border-color: var(--light) !important;
}

.product-item .product-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .product-overlay {
    height: 100%;
    opacity: 1;
}


/*** Team ***/
.team-item .team-text {
    position: relative;
    height: 100px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--light);
    transition: .5s;
}

.team-item:hover .team-title {
    top: -100px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Contacts ***/
h3.text-d.mb-2 {
    font-family: 'Roboto';
}
h5.text-d.mb-2 {
    font-family: 'Roboto';
	    font-weight: 500!important;
	    color: #6b6073;
}
.text-d{
    color: #e91e63;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary)!important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: var(--primary);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: #0000003a;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    background: #12092d;
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: var(--light);
}









.container-fluid.top-bar.text-light.px-0 {
    position: absolute;
    top: 0;
    z-index: 999;
}


.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
a.navbar-brand img {
    width: 100%;
    height: 100%;
}
.rounded-pill {
    border-radius: 4px !important;
}
/*.rounded-circle {
    border-radius: 4px !important;
}*/
.text-light.rounded-bottom.mt-0.wow.fadeInUp.call {
    background-image: linear-gradient(to left, #673ab7c4, 60%, #e91e63), url(/img/portfolio/banner1.png);
    background-size: cover;
    background-position: center;
}
.text-light.rounded-bottom.mt-0.wow.fadeInUp {
    padding: 94px 0;
}
.product-item.d-flex.flex-column.bg-white.rounded.overflow-hidden.h-100:hover {
    background: #fff!important;
}
.product-item.d-flex.flex-column.bg-white.rounded.overflow-hidden.h-100 {
    box-shadow: 0px 4px 4px #11111130;
    background: #e8eaf6;
}
img.img-footer.rounded.p-1 {
    width: 30%;
    height: 75px;
    object-fit: cover;
}
.container-fluid.text-light.footer.mb-0.py-5 {
    background: linear-gradient(173deg, #150a33, #000000);
}
.text-light.rounded-top.p-5.my-6.mb-0.wow.fadeInUp{
    background-color:var(--after);
}

.test-gallery img {
    width: 16.4%;
    height: 500px;
    object-fit: cover;
}
img.pswp__img {
    object-fit: cover;
}

.container-fluid.top-bar.text-light.px-0 {
    background: -webkit-linear-gradient(to right,#82009f 0%,#5d34af 100%);
    background: linear-gradient(to right,#5c1c99 0%,#5c1c99 100%);
}
nav.navbar.navbar-expand-lg.fixed-top.py-lg-0.px-lg-5.wow.fadeIn.bg-dark {
    background: -webkit-linear-gradient(left,#82009f 0%,#5d34af 100%);
    background: linear-gradient(to right,#82009f 0%,#5d34af 100%);
    }
h1.display-1.slideInDown {
    color: #ffffff;
    font-weight: 400;
    -webkit-background-clip: text;
    text-shadow: 0px 3px 5px #00000033;
}
    a.btn.btn-outline-light.px-4.text-center {
        display: flex;
        width: max-content;
        margin: auto;
    }
    img.img-service {
        width: 100%;
        height: 270px;
        object-fit: cover;
    }
   .service-item {
    box-shadow: 0px 2px 20px #22222230;
    transition: 1s;
    align-items: center;
}
    .service-item:hover {
        box-shadow: 0px 2px 20px #00000000;
    }
    .service-item.rounded.overflow-hidden.h-100:hover a h4 {
        color: #f7345e;
        transition: 1s;
        
    }
.portfolio-gallery img {
    /* width: auto; */
    height: 518px;
    max-width: 511px;
    object-fit: cover;
}
div#nav-tab {
    display: flex;
    justify-content: center;
}
	a.btn.btn-square.btn-outline-light.rounded-circle {
    margin-bottom: 0px;
}
img.pswp__img {
width: auto!important;
    height: 637px!important;
}
h1.display-4.text-white.animated.slideInDown.mb-3 {
    margin-top:20px;
}
h1.display-4.text-white.slideInDown.mb-3{
	max-width: 500px;
    margin: auto;
	    margin-top: 20px;
	}














@media (max-width: 1199px) {
		.is-layout-flow.wp-block-column.is-vertically-aligned-top {
    flex-basis: 340px!important;
}
    .navbar-dark .navbar-brand {
        width: 18%;
        color: #fff;
    }
    .test-gallery img {
        width: 33%;
    }
}
@media (min-width: 1255px) {
h1.display-1.slideInDown.text-center {
    font-size: 3.7rem;
}
}

@media (min-width: 1441px) {
	.is-layout-flow.wp-block-column.is-vertically-aligned-top {
    flex-basis: 467px!important;
}
}
@media (max-width: 1440px and min-width: 1200px) {
	.is-layout-flow.wp-block-column.is-vertically-aligned-top {
    flex-basis: 408px!important;
}
}
.col-lg-5.m-auto.bio.wow.fadeInUp {
    padding: 13px 15px 30px 15px;
    background: #f1f1f1;
    border-radius: 11px;
	    margin-top: 80px!important;
}
@media (max-width: 991px) {
	img.img-viktor.rounded.lazyloaded {
    padding-top: 11px!important;
}
	
	.col-lg-5.bio.wow.fadeInUp {
    order: -1;
}
	.col-lg-5.m-auto.bio.wow.fadeInUp {
    margin-bottom: -15px!important;
}
	.g-5, .gx-5 {
    --bs-gutter-x: 0rem!important;
}
	.img-fluid {
    max-width: 100%;
    height: 520px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
	.is-layout-flow.wp-block-column.is-vertically-aligned-top {
    flex-basis: 250px!important;
}
	h1.display-4.text-white.animated.slideInDown {
    margin-top: 0px;
}
	h1.display-4.text-white.slideInDown{
		margin-top: 0px;
	}
		ul.dropdown-menu {
    margin-left: 0px!important;
}
	.row.img-twice.position-relative.h-100 {
    margin-bottom: 0;
}
	img.pswp__img {
width: auto!important;
    height: 400px!important;
}
	.row.g-5 {
    margin-bottom: 60px;
}
	.container-xxl.py-6.solving .row.g-5 {
    margin-bottom: 10px;
}
		.row.g-5.services
	{
display: flex;
    margin-bottom: 0px;
    flex-direction: column-reverse;
}
	
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 290px!important;
}
	.container-fluid.page-header.py-6.lazyloaded {
    height: 280px!important;
}

	img.alignnone.size-full.lazyautosizes.lazyloaded{
    max-width: 100%;
    height: 482px!important;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
	.dropdown-menu{position: absolute;max-height: 0;overflow: hidden;transition: max-height 1s ease}
.open .dropdown-menu{max-height: 30rem}
		.portfolio-gallery img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}
    .test-gallery img {
        width: 49.7%;
    }
    .navbar-dark .navbar-brand {
        width: 25%;
        color: #fff;
    }
    .py-6 {
        padding-top: 2.5rem;
        padding-bottom:2.5rem;
    }
	.mt-5 {
    margin-top: 1rem !important;
}
}

@media (max-width: 768px) {
	img.alignnone.size-full.lazyautosizes.lazyloaded{
    height: 454px;
}
	.page-header {
    margin-bottom: 3rem;
    background-size: cover;
}
h1.display-1.slideInDown.text-center {
    font-size: 2rem;
    padding: 0px 10px;
}
    .test-gallery img {
        width: 32.9%;
    }
    .navbar-dark .navbar-brand {
        width: 25%;
        color: #fff;
    }
}

@media (max-width: 767px) {
	a.btn.btn-square.btn-outline-light.rounded-circle {
    margin-bottom: 40px;
}
	.button {
    margin-top: 0;
    /* border-radius: 4px; */
    background-color: #f4511e00;
    border: 0;
    /* border-bottom: 1px solid; */
    color: #f7345e;
    text-align: center;
    font-size: 23px;
    /* padding: 15px 20px; */
    width: auto;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    text-align: center;
}
	
		.img-fluid {
    /* max-width: 100%; */
    height:380px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

}
@media (max-width: 679px){
.test-gallery img {
    width: 32.8%;
}
img.alignnone.size-full.lazyautosizes.lazyloaded {
    height: 370px!important;
}
}
@media (max-width: 567px){
    .navbar-brand {
        width: 27%;
    }
.test-gallery img {
    width: 32.7%;
}
}
@media (max-width: 490px) {
	img.alignnone.size-full.lazyautosizes.lazyloaded {
    height: 250px!important;
}
    .test-gallery img {
        width: 100%;
    }
    .navbar-dark .navbar-brand {
        width: 40%;
        color: #fff;
    }
		.img-fluid {
    /* max-width: 100%; */
    height: 240px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
}



























/* Icon 1 */

.animated-icon1,
.animated-icon2,
.animated-icon3 {
width: 28px;
    height: 24px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 266px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #2d7ef700;
}

.animated-icon2 span {
    background: #ffffffc7;
}

.animated-icon3 span {
background: #ffffffc7;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
top: 10px;
}

.animated-icon2 span:nth-child(4) {
top: 20px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}

.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}
ul.dropdown-menu {
    margin-left: -253px;
}



.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 !important;
}





input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
textarea.wpcf7-form-control.wpcf7-textarea{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #545454;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit{
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
	cursor: pointer;
	    border-radius: 4px !important;
	    font-weight: 500;
    transition: .5s;
	-webkit-appearance: button;
	    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
	padding-right: 3rem !important;
    padding-left: 3rem !important;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    color: #fff;
    background-color: #141414;
    border-color: #141414;
}
.wpcf7-spinner {
    display: none!important;
}

.portfolio-gallery {
    text-align: center;
}


/*portfolio-gallery*/
.item-slide {
  box-sizing: border-box;
}
	img, audio, video {
    height: auto;
    max-width: 100%;
}
	img {
    height: auto;
    max-width: 100%;
}
	img, svg {
    vertical-align: middle;
}
	.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.75rem;
}
	.columns {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
}
	.columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.75rem);
}
	@media screen and (min-width: 1088px){
.container.is-fluid {
    margin-left: 64px;
    margin-right: 64px;
    max-width: none;
    width: auto;
}
	}
	
	.container {
    margin: 0 auto;
    position: relative;
}
	
	@media screen and (min-width: 769px), print{
.columns:not(.is-desktop) {
    display: flex;
}
	}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    padding-top: 100px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: rgba(0,0,0,0);
    width: 90%;
    max-width: 1200px;
    max-height: 700px;
    overflow: hidden;
    text-align: center;
}
	.modal-content, .modal-card {
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: relative;
    width: 100%;
}

.modal img {
  height: 100vh;
}

.item-slide{
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

	.is-large.delete, .is-large.modal-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
}
	button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
	.modal-close {
    background: none;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px;
}
	.delete, .modal-close {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, 0.2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: none;
    position: relative;
    vertical-align: top;
    width: 20px;
}
	.delete, .modal-close, .is-unselectable, .button, .file, .breadcrumb, .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis, .tabs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Service */
img.alignnone.size-full.lazyautosizes.lazyloaded {
height: 336px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
a.btn.btn-phone.mt-5 {
    background: #f7345e;
    border-radius: 43px;
    background-color: var(--batton);
    color: #fff;
    transition: 9ms;
    box-shadow: rgb(28 9 80 / 25%) 0px 8px 12px 0px;
}
.entry-content a {
    color: #3f51b5;
}
nav.navigation.post-navigation {
    margin: 70px 0;
}
.nav-links {
    display: flex;
    justify-content: center;
}
.nav-previous {
    margin: 0 10px;
}
.nav-next {
    margin: 0 10px;
}
.contact-serv {
    width: 40%;
    /* margin: auto; */
    display: flex;
    background: #f7345e;
    width: fit-content;
    padding: 13px;
    border-radius: 10px;
    justify-content: center;
    box-shadow: 0 4px 11px #5c1c997d;
	transition: 1s;
}
.contact-serv:hover {
    width: 40%;
    /* margin: auto; */
    display: flex;
    background: #7218a7;
    width: fit-content;
    padding: 13px;
    border-radius: 10px;
    justify-content: center;
	    transform: scale(1.1, 1.1);
}




.button {
    margin-top: 20px!important;
    /* border-radius: 4px; */
    background-color: #f4511e00;
    border: 0;
    /* border-bottom: 1px solid; */
    color: #f7345e;
    text-align: center;
    font-size: 23px;
    padding: 0;
    width: auto;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0;
    margin-top: 20px;
    text-align: center;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}




a.text-gray {
    color: #7d44d5;
}
a.text-gray:hover {
    color: #e91e63;
}
img.img-small.rounded.ls-is-cached.lazyloaded {
    height: 185px;
    /* width: 100%; */
    object-fit: cover;
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  right: 0;
  top: 0;
}

.item-slide img {
  max-width: 1200px;
}

.caption-container {
  color: white;
}

.column img{
  margin-top: 20px;
}
.row.g-4 {
    justify-content: center;
}
img.alignnone.size-full.lazyloaded {
    border-radius: 6px !important;
}






.gmbrr.carousel.amethyst .navigation .current.bullet a, .gmbrr.carousel.amethyst .navigation .current.bullet a:hove {
    box-shadow: 0 0 0 0.8rem #f7345e inset!important;
    background-color: #f7345e!important;
}
.gmbrr.carousel.amethyst .navigation .bullet a {
    border-color:#f7345e!important;
}
ul.listing {
    background: #f7345e!important;
    border-radius: 10px;
}
.gmbrr.tile .listing li {
    box-shadow: 0 0 0 0px #e7747100, 0 4px 2px 1px rgb(128 128 128 / 10%)!important;
}
.text.text-excerpt,
.text{
    color: #ffff!important;
}
.gmbrr.badge, .gmbrr.center {
    text-align: center;
    max-width: 50%;
    margin: auto;
}
.gmbrr .author-name, .gmbrr .author-name a, .gmbrr.bubble.fill.turquoise .listing .text, .gmbrr.bubble.mustard .listing .text, .gmbrr.carousel.bullet-symbol.contrast .navigation .bullet a:hover, .gmbrr.carousel.bullet-symbol.contrast .navigation .bullet.current a, .gmbrr.carousel.bullet-symbol.contrast .navigation .bullet.current a:hover, .gmbrr.contrast .rating, .gmbrr.contrast .count, .gmbrr.contrast .date, .gmbrr.contrast .relative-time-description, .gmbrr.contrast .vicinity, .gmbrr.dark.bubble.fill.contrast .listing .text, .gmbrr.dark.bubble.fill.turquoise .listing .text, .gmbrr.fonts .author-name a, .gmbrr.stripe.dark.contrast > :nth-child(2n-1) {
    color: #fff!important;
    font-size: larger;
}
.gmbrr .listing .date, .gmbrr .listing .relative-time-description, .gmbrr .no-place, .gmbrr .no-reviews, .gmbrr .rating, .gmbrr .rating .count, .gmbrr .vicinity, .gmbrr.fonts .rating .number, .gmbrr.fonts .rating .count {
    color: #282828!important;
}





img.img-portfolio.lazyloaded {
    height: 270px;
    object-fit: cover;
}
.portf-item:hover img.img-portfolio.lazyloaded {
    object-fit: cover;
}
.portf-item {
box-shadow: 0px;
    transition: 1s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	
}
.portf-item:hover {
    transition: 1s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.portf-item {
    position: relative;
}
.portf-item::after {
	background: linear-gradient(45deg, #0000007a, transparent);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
background: linear-gradient(45deg, #000000bf, transparent);
    opacity: 0.5;
    transition: visibility 0s, opacity 0.5s linear, background 0.5s;
}

.portf-item:hover .overlay {
    visibility: visible;
    opacity: 1;
}



.title-portf.p-4 {
    height: 100px;
    position: absolute;
    bottom: -7%;
    max-width: 378px;
    display: flex;
    align-items: flex-end;
}
.col-lg-4.col-md-6.wow.fadeInUp {
    position: relative;
}
.title-portf.p-4 h4 {
    color: #ffff;
	transition:0.5s circle;
}
.owl-item.cloned {
    z-index: -99999999999;
}

img.pswp__img {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1)!important;
}
video {
   height: auto;
    width: 100%;
    object-fit: cover;
}


a.navbar-brand.ms-4.ms-lg-0 {
    width: 167px;
}
	.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  /* фоновый цвет */
       background: linear-gradient(198deg, #fafafa, #ffff);
  z-index: 1001;
}

.preloader__image {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}
	



	@media (min-width: 1500px) and (max-width: 3600px){
.gallery img {
    width: 32.8%;
    height: 58vh;
    object-fit: cover;
    padding: 5px 0 5px 0;
}
}

@media (min-width: 1200px) and (max-width: 1499px){
	.gallery img {
    width: 32.8%;
    height: 40vh;
    object-fit: cover;
    padding: 5px 0 5px 0;
}
}

@media (min-width: 992px) and (max-width: 1199px){
	.gallery img {
    width: 32.8%;
    height: 40vh;
    object-fit: cover;
    padding: 5px 0 5px 0;
}
}

@media (min-width: 768px) and (max-width: 991px){
.gallery img {
    width: 32.8%;
    height: 27vh;
    object-fit: cover;
    padding: 5px 0 5px 0;
}
	
}
		
	@media (max-width: 767px){
.gallery img {
    width: 100%!important;
    object-fit: cover;
}
		video {
    height: 600px!important;
    width: 100%;
    object-fit: cover;
}
.row.g-5 {
}
		.button {
    margin-top: 30px!important;
}
}


.single-portfolio_of_project h1.entry-title.pb-3 {
    display: none;
}

.row.g-5.mb-3 {
    width: inherit;
}

article#post-1350 .img-twice::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 72%;
    top: 10%;
    left: 20%;
    /* background: var(--primary); */
    border: 50px solid var(--bg);
    border-radius: 6px;
    z-index: -1;
}




.img-one::before {
    position: absolute;
    content: "";
    width: 74%;
    height: 72%;
    top: 0%;
    left: 0%;
    /* background: var(--primary); */
    border: 50px solid var(--bg);
    border-radius: 6px;
    z-index: -1;
}
@media (min-width: 992px) {
.plus-more.vik {
    margin-right: 153px;
    margin-top: -36px;
}
}

.member-info-plus.wow.fadeIn {
    margin-top: -27px;
}
@media (max-width: 991px) {
	.col-lg-5.m-auto.bio.wow.fadeInUp {
    padding: 4px 15px 30px 15px;
    background: #f1f1f1;
    border-radius: 11px;
    margin-top: 80px!important;
}
	.col-lg-5.travel-two {
    margin: 0;
}
	
	.img-one::before {
    position: absolute;
    content: "";
    width: 74%;
    height: 72%;
    top: -2%;
    left: 0%;
    /* background: var(--primary); */
    border: 50px solid var(--bg);
    border-radius: 6px;
    z-index: -1;
}
}

@media (max-width: 540px) {
	.img-one::before {
    position: absolute;
    content: "";
    width: 74%;
    height: 72%;
    top: -5%;
    left: 0%;
    /* background: var(--primary); */
    border: 50px solid var(--bg);
    border-radius: 6px;
    z-index: -1;
}
}





input#mfcf7_zl_add_file {
    border: 1px solid;
    color: #1e1916;
    padding: 10px 20px;
    font-size: 16px;
    margin-top: 0px!important;
}

input#mfcf7_zl_add_file:hover{
    border: 1px solid;
background:#f0f0f1;
    padding: 10px 20px;
    font-size: 16px;
    margin-top: 0px!important;
}












/*PAGETEAM*/

a {
  text-decoration:none;
}
.clear {
    clear: both;
}
.item-holder {
    position: relative;
    background: #f5f3f5;
}
.team-list {
  list-style:none;
}
.team-list li .item-holder {
    border-bottom: none;
}
.team-list li:last-child .item-holder {
    border-bottom: 1px solid rgb(214, 214, 214);
}
.member-img {
    width: 100%;
    height: 411px;
    float: inherit;
    object-fit: cover;
    padding-bottom: 12px;
}
.member-info {
    float: left;
     width: 100%;

}
.social-list {
  list-style:none;
	padding-left:15px;
}
.social-list li {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 1px;
    position: relative;
    top: -122px;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s; /* Safari */
	margin-right: 14px;
}
.social-list li a {
  color:#fff;
  text-align:center;
}

.social-list li a i {
  margin-top:6px;
}
.social-list li a {
    display: block;
    width: 30px;
    height: 30px;
}
.more-btn {
    display: block;
    width: 53px;
    /* height: 40px; */
    /* position: absolute; */
    right: -1px;
    bottom: -1px;
    font-size: 35px;
    text-align: center;
    /* padding-top: 3px; */
    color: #fff;
    /* font-weight: bold; */
    background: #f7345e;
    border-radius: 120px;
	margin-left:20px;
}
a.more-btn.opened {
    background: #39383b;
}
.more-btn:hover {
    color: #fff;
	 background: #39383b;
}
.plus-more {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 22px;
}
p.view-more {
    font-size: 24px;
    margin: 0;
    font-weight: 800;
}
.more-btn.opened span {
  display:block;
      -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.item-holder:hover .social-list li {
    top: 0;
    transition: all .2s;
    -webkit-transition: all .2s; /* Safari */
    opacity: 1;
}

.item-holder:hover .social-list li.twitter {
    transition-delay: .1s;
    -webkit-transition-delay:.1s;
}
.item-holder:hover .social-list li.fb {
    transition-delay: .2s;
    -webkit-transition-delay:.2s;
}
.item-holder:hover .social-list li.dribble {
    transition-delay: .3s;
    -webkit-transition-delay:.3s;
}

.item-holder:hover .more-btn {
}
.member-info-plus {
    display: none;
    /* border-top: 1px solid #5a20a10a; */
	    margin-top: 0px;
}
.member-info-plus p {
    padding: 0px 15px 10px 15px;
}
.rotate span {
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    display: block;
}


.img-vik::before {
    position: absolute;
    content: "";
    width: 74%;
    height: 74%;
    top: 0%;
    left: 0%;
    /* background: var(--primary); */
    border: 33px solid var(--bg);
    border-radius: 6px;
    z-index: -1;
}



.slider {
  overflow: hidden;
    width: 505px;
height: 375px;
  position: relative;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.active {
  opacity: 1;
}

.img-vik-slide::before {
    position: absolute;
    content: "";
    /* width: 74%; */
    height: 74%;
    /* top: 0%; */
    right: 0%;
    /* background: var(--primary); */
    border: 20px solid var(--bg);
    border-radius: 6px;
    z-index: -1;
}

@media (max-width: 991px) {
	img.img-vik.rounded{
        padding-top: 11px!important;
}
	
	.col-lg-5.travel-one.wow.fadeInUp {
    margin-top: 20px;
}
	
	.col-lg-5.travel-two.wow.fadeInUp {
    order: -1;
}
	
  .slider {
       width: 97%;
    height: 300px; /* Зменшити висоту слайдера для мобільних пристроїв */
  }
  
  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.vik-bg-1 {
    background: linear-gradient(to right,#82009f 0%,#1b0051 100%);
    color: aliceblue;
}
.vik-bg-2 {
    background: linear-gradient(to right,#f4f2f7 0%,#f0f0f1 100%);
    color: #202020;
}
img.img-vik.rounded.lazyloaded {
    height: 495px;
    object-fit: cover;
}
img.img-viktor.rounded.lazyloaded {
    height: 495px;
    object-fit: cover;
	    padding-top: 45px;
}

.member-info-plus.my-3.pt-2 p {
    padding: 0;
}