/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.9.0.1703508368
Updated: 2023-12-25 15:46:08

*/



@import url('font/stylesheet.css');


:root {
    --global-font: 'Geometria', Arial,sans-serif;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    font-family: var(--global-font);
}

/* body, h1, h4, p, a {
   font-family: var(--global-font) !important;
}

h1 strong, .main-title strong {
    font-family: var(--global-font) !important;
}
strong {
	font-family: var(--global-font) !important;
}

h2, h3, .title h1, .title p {
    font-family: var(--global-font) !important;
} */

html {
    scroll-behavior: smooth;
  }

body *:not(.eicon-menu),
body *:not(.fa) {
    font-family: var(--global-font) !important;
}


ul li, .elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text {
   font-family: var(--global-font) !important;
}

.site-header:not(.header-stacked) .header-inner .site-branding {
    max-width: 60%;
}

body .site-header:not(.header-stacked) .header-inner .site-navigation {
    max-width: 100%;
    flex: 1 0 auto;
}

body .site-header .site-navigation {
    justify-content: center;
}

.site-header .site-navigation .menu-menu-container {
    width: 95%;
    max-width: 95%;
}

.site-header .site-navigation .menu li {
    flex: 1 0 auto;
}

.header-contacts,
.footer-contacts {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: .5rem;
    align-items: center;
    line-height: 1;
}

.eicon-menu-bar:before {
    content: "\e816";
}

.menu-icon {
    position: relative;
    width: 30px;
    height: 22px;
}

.menu-icon .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 15px;
    background: #000;
    transform: translate(0, 0) rotate(0);
    transition: all .3s;
}

.menu-icon .line:nth-child(2) {
    top: 10px;
    opacity: 1;
}


.menu-icon .line:last-child {
    top: 20px;
}

.elementor-active .menu-icon .line {
    transform: translate(0, 7px) rotate(45deg);
}

.elementor-active .menu-icon .line:nth-child(2) {
    opacity: 0;
}

.elementor-active .menu-icon .line:last-child { 
    transform: translate(0px, -13px) rotate(-45deg);
}

.header-contacts a,
.footer-contacts a {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    display: block;
}

.footer-contacts a,
.footer-contacts span {
    color: #fff;
}

.header-contacts  span,
.footer-contacts span {
    font-size: 0.75rem;
}

.footer-contacts .email-warp {
    grid-column: 1/-1;  
}

.footer-contacts .email-warp a {
    font-size: 0.625rem;
}


.custom-wrap {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

@media (min-width: 1025px) {
    .site-header .site-navigation .menu li.pll-parent-menu-item {
        display: none;
    }
	
	.site-header .site-navigation {
		border-top: 1px solid rgba(0, 0, 0, 0.50);
		margin-top: 1rem;
		padding-top: 8px;
	}
}


@media (max-width: 1024px) {
    body .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
        display: block!important;
    }

    body .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation {
        display: none!important;
    }


    .header-contacts .phone,
    .custom-wrap {
        display: none;
    }

    .site-navigation-toggle-holder .site-navigation-toggle {
        background-color: transparent !important;
    }
}


.btn {
    border: 1px solid #000;
    color: #000;
    padding: .5rem;
}

.lang-wrap {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}
.lang-wrap .lang {
	position: relative;
}
.lang-wrap .lang  .curent-lang{
	position: relative;
    width: auto;
    color: #000;
    border: none;
    font-family: var(--global-font) !important;
    padding: .5rem 20px;
	text-transform: uppercase;
	text-align: center;
    text-align-last: center;
	font-weight: 600;
	overflow: hidden;
}

.lang .curent-lang {
	display: inline-block;
    /* font: inherit; */
    line-height: 1.5em;
    padding: 0.5em .5em 0.5em 1em !important;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
	cursor: pointer;
	display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    grid-gap: 10px;
}


.lang .curent-lang:after {
	position: relative;
	content: "";
	top: 25%;
	right: 0;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #000 transparent transparent transparent;
	transform: translateY(-50%) rotate(0);
	transition: all 0.3s;
}


.lang:hover .curent-lang:after
 {
	top: 11%;
  	transform: translateY(-50%) rotate(180deg);
	transition: all 0.3s;
}



.lang .lang-selector {
  position: absolute;
  background-color: #000;
  top: 100%;
  left: 0;
  right: 0;
  transform: translatey(-100%);
  z-index: 99;
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 20%);
  padding: 1rem;
  margin: 0;
  line-height: 2;
  list-style-type: none;
  opacity: 0;
	transition: all 0.4s;
	text-align: center;
	width: 90px;
}
.lang .lang-selector .lang-item.no-translation {
	display: none;
}
.mobile .lang .lang-selector {
	position: static;
	background-color: transparent;
	box-shadow: none;
	opacity: 1;
	transform: translatey(-0%);
    padding: 0 1rem;
    line-height: 2.7;
    text-align: left;
	display: grid;
    grid-template-columns: repeat(auto-fill, 14%);
    grid-gap: .6rem;
    width: 100%;
}

.lang .lang-selector:before,
.lang .lang-selector:after{
	content: '';
	top: -19px;
    position: absolute;
	border: solid transparent;
    border-width: 10px;
    right: 50%;
    transform: translateX(50%);
}

.mobile .lang .lang-selector:before,
.mobile .lang .lang-selector:after {
	display: none;
}

.lang .lang-selector:before {
	border-bottom-color: rgb(0, 0, 0);
}


.lang:hover .curent-lang ~ .lang-selector {
	transform: translatey(1rem);
	opacity: 1;
}

.lang .lang-selector .lang-item a {
  color: #fff;
  border: 1px solid transparent;
  border-color: transparent transparent transparent transparent;
  cursor: pointer;
  user-select: none;
  text-transform: uppercase;
}
.lang .lang-selector .lang-item a {
	color: #fff;
}

.mobile .lang .lang-selector .lang-item a {
	color: #fff;
	font-weight: 300;
}


.mobile .lang .lang-selector .lang-item.current-lang a {
	font-weight: 600;
}


.lang select.pll-switcher-select {
    background-image:
      linear-gradient(45deg, transparent 50%, #fff 50%),
      linear-gradient(135deg, #fff 50%, transparent 50%),
      linear-gradient(to right, #fff, #fff);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
  }
  
  .lang select.pll-switcher-select:focus {
    background-image:
      linear-gradient(45deg, #fff 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, #fff 50%),
      linear-gradient(to right, #fff, #fff);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
  }
  
  .lang-wrap .lang  select option {
      color: #000000;
      background-color: #ffffff;
      text-align: left;
      max-width: 120px;
      border-radius: 3px;
      -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 20%);
              box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 20%);
  }
  
  .lang-wrap .lang  select option:selected {
      background: gray;
  }

  .scroll-up {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
            box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.scroll-up.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}


.row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5rem;
    row-gap: 1.1rem;
}

.col {
    flex: 1 0 45%;
}

@media (max-width: 520px) {
    .col {
        flex: 1 0 100%;
    }
}

input[type=date], input[type=email], 
input[type=number], input[type=password], 
input[type=search], input[type=tel], 
input[type=text], input[type=url], select, textarea {
    font-family: var(--global-font);
    border-radius: 0;
    width: 100%;
    min-height: 45px;
    font-size: .875rem;
}

label {
    width: 100%;
}

::placeholder {
    font-size: 0.875rem;
}

input[type=submit], button {
    font-family: var(--global-font);
    background-color: #000;
    border-color: #000;
    border-radius: 0;
    color: #fff;
    font-size: 1rem;
    padding: 1.1rem;
    transition: all .3s;
}

input[type=submit]:hover,input[type=submit]:focus , button:hover, button:focus {
    background-color: transparent;
    color: #000;

}


.col input[type=submit] {
    display: block;
    width: 100%;
    max-width: 270px;
    margin: 2rem auto 0;
}

/*** Modal ***/ 

.modal {
	position: fixed;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: -9;
    overflow-y: auto;
    overflow-x: hidden;
   
}

.modal-close-bg .close {
	position: absolute;
    right: 5%;
    top: 5%;
    cursor: pointer;
	opacity: 0;
	transition: all 0.7s;
}

.modal-content {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate( -50% , -50%) scale(0.8);
	    -ms-transform: translate( -50% , -50%) scale(0.8);
	        transform: translate( -50% , -50%) scale(0.8);
	max-width: 560px;	
	max-height: 98%;
	overflow-x: hidden;
	overflow-y:auto;
	background: #FFFFFF;
	/*-webkit-box-shadow: 0px 4px 40px #B8B8B8;
	        box-shadow: 0px 4px 40px #B8B8B8;*/
	padding: 2rem 2.5rem 1.5rem;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.modal-content::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.modal-content::-webkit-scrollbar-track {
  background: #7a7a7a75; 
}
 
/* Handle */
.modal-content::-webkit-scrollbar-thumb {
  background: #b3adad; 
}

/* Handle on hover */
.modal-content::-webkit-scrollbar-thumb:hover {
  background: #858585; 
}

.modal-header {
	text-align: center;
}

.modal-header h2 {
	margin-bottom: 0;
}
.modal-header .modal-title h3 {
	font-weight: 600;
    font-size: 32px;
}
.modal-header p {
	margin: 1rem;
}


.modal-header .close:hover path, .modal-header .close:focus path{
	fill: var(--color-custom-sun);
}

.modal-body .wpcf7 > p {
    margin-bottom: 0.5rem;
}

.modal-content input:focus,
.custom-contact-form input:focus{
    outline: 1px solid #000;
}

.modal-content input[type=submit],
.custom-contact-form  input[type=submit]{
	width: 100%;
    min-height: 50px;
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
}
.modal-content .modal-content-submit {
     padding-top: 1.5rem;
}

.modal-content .modal-content-submit p {
    display: -ms-grid;
    display: grid;
}

.modal-content .modal-content-submit p .wpcf7-spinner {
    margin: 5px auto 0;
}

.modal .wpcf7-response-output {
	display: none !important;
	position: static;
	left: 0;
	margin: 1em 0.5em 1em !important;
	transition: all 0.3 linear;
}

.modal .wpcf7-response-output {
	
}

.modal .wpcf7-response-output.send {
    position: absolute !important;
    top: 48%;
    left: 48.5% !important;
    width: 100%;
    height: 100%;
    border: none !important;
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: grid !important;
    align-items: center;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
	animation: show-response 0.3s linear forwards;

}

.modal .wpcf7-not-valid-tip {
	margin-top: 5px;
	display: block;
    text-align: center;
}

@keyframes show-response {
	0% {
		opacity: 0;
		z-index: 0;
	}
	100% {
		opacity: 1;
		z-index: 2;
	}
}

.activeModal .modal-content {
	-webkit-transform: translate( -50% , -50%) scale(1);
	    -ms-transform: translate( -50% , -50%) scale(1);
	        transform: translate( -50% , -50%) scale(1);
}
.activeModal {
	bottom: 0;
	opacity: 1;
}
.activeModal.modal {
	z-index: 999999999;
}

.modal:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: '';
	background: #000;
	opacity: 0;
	transition: all 0.6s ease;
	z-index: -1;
}

.activeModal.modal:after {
	opacity: 0.5;
}

.activeModal .modal-close-bg .close {
	opacity: 1;
}

.modal-content input[type="date"], 
.custom-contact-form input[type="date"],
.modal-content input[type="email"], 
.custom-contact-form  input[type="email"],
.modal-content input[type="number"], 
.custom-contact-form  input[type="number"], 
.modal-content input[type="password"], 
.custom-contact-form  input[type="password"], 
.modal-content input[type="search"],
.custom-contact-form  input[type="search"],
.modal-content input[type="tel"],
.custom-contact-form  input[type="tel"],
.modal-content input[type="text"],
.custom-contact-form  input[type="text"],
.modal-content input[type="url"],
.custom-contact-form  input[type="url"],
.modal-content select,
.custom-contact-form select,
.modal-content textarea,
.custom-contact-form textarea {
    height: 60px;
    padding: 0 20px;
    margin: 0;
	font-family: var(--global-font) !important;
    font-size: 15px;
    line-height: 1.33;
    color: #000000;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
}

.modal-content textarea,
.custom-contact-form textarea{
	padding: 15px 20px;
}

.modal-content label,
.custom-contact-form label {
    width: 100%;
}

.modal-content-type > span.label,
.custom-contact-form  > span.label{
    font-size: 20px;
    display: block;
    margin-bottom: -1rem;
}

.modal-content .modal-content-type .wpcf7-form-control.wpcf7-radio,
.custom-contact-form .wpcf7-form-control.wpcf7-radio{
    display: -ms-grid;
    display: grid;
    gap: 0.5rem;
}

.modal-content .modal-content-type .wpcf7-form-control.wpcf7-radio .wpcf7-list-item,
.custom-contact-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0 0 0 2em;
}


.modal-content .modal-content-type .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
.custom-contact-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
}

.modal-content .modal-content-type .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before,
.custom-contact-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before{
    position: absolute;
    top: 50%;
    left: -1.5rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: '';
    border: 2px solid #ffffff;
    border-radius: 50%;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 0px 2px #000;
            box-shadow: 0px 0px 0px 2px #000;
    background-color: transparent;
}
.modal-content .modal-content-type .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"],
.custom-contact-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"]{
-webkit-appearance: none;
  -moz-appearance: none;
     appearance: none;
}
.modal-content .modal-content-type .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:before,
.custom-contact-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label:before{
    background-color: #000000;
}

@media (max-width: 600px) {
	.modal-header .modal-title h3 {
		font-size: 29px;
	}
	.modal-content input[type="date"], 
	.custom-contact-form  input[type="date"],
	.modal-content input[type="email"], 
	.custom-contact-form  input[type="email"], 
	.modal-content input[type="number"], 
	.custom-contact-form  input[type="number"], 
	.modal-content input[type="password"], 
	.custom-contact-form  input[type="password"], 
	.modal-content input[type="search"],
	.custom-contact-form  input[type="search"],
	.modal-content input[type="tel"],
	.custom-contact-form  input[type="tel"],
	.modal-content input[type="text"],
	.custom-contact-form  input[type="text"],
	.modal-content input[type="url"],
	.custom-contact-form  input[type="url"],
	.modal-content select,
	.custom-contact-form select, 
	.modal-content textarea,
	.custom-contact-form textarea{
		height: 49px;
	}
	.modal-content {
		top: 0;
		-webkit-transform: translate(-50%, 0%) scale(.8);
		    -ms-transform: translate(-50%, 0%) scale(.8);
		        transform: translate(-50%, 0%) scale(.8);
		max-height: 100%;
		padding: 3rem 1.5rem 1.5rem;
	}
	.modal-content .wpcf7-form p,
	.custom-contact-form .wpcf7-form p {
		margin-bottom: 0;
	} 
	.modal-content .modal-content-type {
		margin-top: 0.9rem;
	}
	.activeModal .modal-content {
	-webkit-transform: translate( -50% , 0) scale(1);
	    -ms-transform: translate( -50% , 0) scale(1);
	        transform: translate( -50% , 0) scale(1);
	}
	.modal-close-bg {
		background: #000;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 44px;
		z-index: 1;
	}
	.modal-close-bg .close {
		top: 10px;
	}
}


.folow-wrap {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    align-items: center;
    gap: 1.4rem;
}

.folow-wrap .text {
    display: flex;
    flex-direction: column;
    font-size: .875rem;
    color: #fff;
}

.folow-wrap .text .large {
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
}

.folow-wrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.3rem;
}

.footer-inner {
    align-items: center;
    gap: 1rem;
}

.site-footer {
    padding-block-start: 2rem;
    padding-block-end: 2rem;
}


.site-footer:not(.footer-stacked) .footer-inner .site-navigation {
    max-width: unset;
    flex: 0 0 auto;
}

.footer-inner .site-navigation ul.menu {
    flex-direction: column;
}

footer .site-navigation ul.menu a {
    font-size: 0.875rem;
}

@media (max-width: 575px) {

    .site-footer {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .footer-inner {
        gap: 3rem;
    }

    .site-footer:not(.footer-stacked) .footer-inner .site-branding {
        order: -2;
    }

    .site-footer:not(.footer-stacked) .footer-inner .site-navigation {
        order: -1;
    }

    .site-footer:not(.footer-stacked) .footer-inner .folow-wrap {
        order: 1;
    }

    .folow-wrap {
        justify-content: center;
    }

    .footer-contacts {
        margin: 0 auto;
    }
    
}

.kodi-video-gallery {
    position: relative;
    min-height: 630px;
    padding-top: 25px;
}

.kodi-video-gallery::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./images/laptop1.png');
    background-repeat: no-repeat;
    background-position: -13px 0;
    content: '';
    z-index: 1;
    background-size: 1157px 548px;
    pointer-events: none;
}

.kodi-video-gallery .item {
    width: 100%;
    max-width: 960px;
    opacity: 0;
    transition: opacity .3s;
}

.kodi-video-gallery .item.slick-active.slick-center {
    opacity: 1;
}

.kodi-video-gallery .item .embed-player {
    min-height: 450px;
    width: 100%;
    max-width: 895px;
    margin: 0 auto;
    display: block;
}

@media (max-width: 880px) {
    .kodi-video-gallery {
        min-height: 530px;
    }

    .kodi-video-gallery::before {
        background-image: url('./images/laptop1.png');
        background-repeat: no-repeat;
        background-position: -41px 0;
        content: '';
        z-index: 1;
        background-size: 110% auto;
        pointer-events: none;
    }

    .kodi-video-gallery .item {
        width: 100%;
        max-width: 690px;
    }

    .kodi-video-gallery .item .embed-player {
        min-height: 386px;
    }
}

@media (max-width: 520px) {
    .kodi-video-gallery::before {
        background-image: url('./images/laptop1.png');
        background-repeat: no-repeat;
        background-position: -13px 0;
        content: '';
        z-index: 1;
        background-size: 110% auto;
        pointer-events: none;
    }

    .kodi-video-gallery {
        min-height: 260px;
        padding-top: 25px;
    }

    .kodi-video-gallery .item {
        width: auto;
    }

    .kodi-video-gallery .item .embed-player {
        width: 103%;
        min-height: 183px;
        min-width: 355px;
    }
}




@media (max-width: 375px) {
	.kodi-video-gallery::before {
        background-position: -25px 0;
    }

	
    .kodi-video-gallery .item .embed-player {
        width: 100%;
        min-height: 183px;
        min-width: 300px;
    }
}

.video-gallery-nav {
    position: relative;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}

.video-gallery-nav .slick-prev:before, .video-gallery-nav .slick-next:before  {
    display: none !important;
}

.video-gallery-nav .slick-dots {
    list-style-type: none;
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);
    flex: 1 0 100%
}

.video-gallery-nav .item {
    padding: 0 1.5em;
    opacity: .7;
}

.video-gallery-nav .item.slick-current.slick-active {
    opacity: 1;
}

.video-gallery-nav .item img {
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
}

.video-gallery-nav .slick-arrow {
    border: none;
    outline: none;
    background: transparent !important;
    z-index: 1;
}

.video-gallery-nav .slick-dots li button {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
}

.video-gallery-nav .slick-dots li button:before {
    
    color: transparent !important;
    border-radius: 50%;
}

/* .slick-dots li.slick-active button:before {
    background-color: #fff;
    color: transparent !important;
} */


.slick-dots li.slick-active button,
.slick-dots li button:hover, .slick-dots li button:focus {
    background-color: #fff !important;
}


@media (min-width: 1280px) {
    .video-gallery-nav .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .video-gallery-nav .slick-arrow.slick-next {
        right: -9%;
    }
    
    .video-gallery-nav .slick-arrow.slick-prev {
        left: -9%;
    }
}

@media (max-width: 760px) {
    .video-gallery-nav .slick-arrow svg {
        max-width: 25px;
    }

    .video-gallery-nav .item {
        padding: 0 .7em;
    }
}