@charset "UTF-8";
*,
*::before,
*::after {
    box-sizing: border-box;
}/*
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}*/
:root {
    --bs-emphasis-color: #000;
		--bs-border-radius: 0.25rem;
}
html {
    box-sizing: border-box;
}
* {
    border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #ffffff;
	color: var(--bs-emphasis-color);
    font-family: "Roboto", Sans-serif;
	margin: 0;
	padding: 0;
    /*-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;*/
}
a, a:visited, a:hover, a:focus {
    text-decoration: none !important;
}
.p-top {
    padding-top: 6rem !important;
}
@media (max-width: 768px) {
	.p-top {
			padding-top: 3rem !important;
	}
}
.text-justify {
    text-align: justify !important;
}
.form-check-input[type=checkbox] {
    border-color: var(--bs-secondary-color);
}
#header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 60px;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    z-index: 100;
    -webkit-transition: all .5s;
  	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
#header.scroll {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
#header .logo {
    font-size: 34px;
    color: #ffffff;
}
#header.scroll .logo {
    color: #414042;
}
#header .navbar {
    float: right;
}
#header .navbar .nav-item:not(:last-child) .nav-link {
    margin-right: 38.4px;
}
#header .navbar .nav-item .nav-link,
#header .navbar .nav-mobile {
    position: relative;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding: 10px 0px 10px 0px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
}
#header .navbar .nav-mobile {
		font-weight: 100;
    line-height: 1rem;
    padding: 3px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
    font-size: 28px;
	}
#header.scroll .navbar .nav-item .nav-link,
#header.scroll .navbar .nav-mobile,
#header .navbar .d-block .nav-link {
    color: #414042;
}
#header .navbar .nav-item > a::before,
#header .navbar .nav-item > a::before {
    content: '';
    position: absolute;
    bottom: 2px;
    background-color: var(--bs-danger);
    width: 0;
    height: 2px;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
         -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
            transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
#header .navbar .nav-item.active > a::before,
#header .navbar .nav-item:hover > a::before {
    width: 16px;
    height: 2px;
}
@media (max-width: 768px) {
    #header .navbar .navbar-nav {
        position: absolute;
        top: 48px;
        right: 0;
        display: none;
        background-color: #ffffff;
        padding: 8px 16px;
        box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, 
										rgba(0, 0, 0, 0.5) -5px 5px 10px -5px, 
										rgba(0, 0, 0, 0.5) 5px 5px 10px -5px, 
										rgba(255, 255, 255, 0.5) 0px 10px 10px -5px;
        -webkit-transition: all .5s;
           -moz-transition: all .5s;
            -ms-transition: all .5s;
             -o-transition: all .5s;
                transition: all .5s;
    }
		#header.scroll .navbar .navbar-nav {
			top: 54px;
		}
    #header.scroll .navbar .nav-item .nav-link {
        color: #414042;
        width: 100%;
    }

  #header .nav-icon {
    display: inline-block;
    cursor: pointer;
    margin: 0 0 0 6px;
  }
  #header .nav-icon > * {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.5s;
  }
	#header.scroll .nav-icon > * {
		background-color: #414042;
	}
	#header .nav-icon.nav-x > *:first-child {
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
						transform: rotate(-45deg) translate(-5px, 6px);
  }
	#header .nav-icon.nav-x > *:nth-child(2) { opacity: 0; }
	#header .nav-icon.nav-x > *:last-child {
    -webkit-transform: rotate(45deg) translate(-5px, -6px);
						transform: rotate(45deg) translate(-5px, -6px);
  }
}
#header.scroll .navbar .nav-item.active > a:before,
#header.scroll .navbar .nav-item:hover > a:before {
    /*background-color: #414042;*/
    background-color: var(--bs-primary);
}
.video {
    position: relative;
    height: 240px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: -1;
    background-color: #202023;
}
.background-video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 240.45px;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
}
#carouselHeaderText {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 70px;
}
.carousel-item {
    transition: transform 2s ease-in-out;
    color: rgb(255 255 255 / 95%);
    font-size: 28px;
}
#header1 {
    height: 240px;
    display: none;
}
.main {
    display: block;
}
#paslaugos {
	background-color: #2020230c;
}
#paslaugos .services .card-body {
    height: 100%;
    text-align: start;
}
#paslaugos .services .card:hover,
#paslaugos .services .card.selected {
    border-color: var(--bs-secondary);
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;

}
#paslaugos .services .card:hover .card-header,
#paslaugos .services .card.selected .card-header {
    color: #fff !important;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}
#paslaugos .services .form-check-input:checked ~ * .card {
    border-color: var(--bs-secondary);
}
#paslaugos .services .form-check .form-check-input {
    float: right;
}
#paslaugos .services .form-check .form-check-label {
    width: calc(100% - 15px);
}
#paslaugos .services .form-check .form-check-label:hover,
#paslaugos .services .form-check .form-check-input:hover {
    cursor: pointer;
}

#paslaugos .services .list-group > .list-group-item:first-child {
    border-bottom: unset;
}
#carouselProject {
    position: relative;
}
#carouselProject > .carousel {
    padding: 0;
    z-index: -1;
}
#carouselProject > .carousel .carousel-item {
    max-height: 420px;
}
#carouselProject .carousel-control-next, 
#carouselProject .carousel-control-prev {
    width: 5%;
}
#carouselProject .carousel-item > img {
    color: #414042;
}
#contact li {
    margin: 8px 0px;
}
#contact i {
    width: 24px;
    text-align: center;
}
/*  back to top  */
.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    max-width: 40px;
    max-height: 40px;
    z-index: 90000;
}
.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border: 1px solid #FFFFFF66;
    border-radius: 4px;
    background: #323B46;
    color: #FFFFFF;
    transition: all 0.4s;
}
.back-to-top i:hover {
    background: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
    cursor: pointer;
}
/* Preloader  */

.page-loader {
	position: fixed;
	background: #FFF;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9998;
}

.loader {
	position: absolute;
	border-left: 2px solid #000000;
	border-top: 2px solid rgba(0, 0, 0, 0.2);
	border-right: 2px solid rgba(0, 0, 0, 0.2);
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	height: 46px;
	width: 46px;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -23px;
	text-indent: -9999em;
	font-size: 10px;
	z-index: 9999;
	-webkit-animation: load 0.8s infinite linear;
	   -moz-animation: load 0.8s infinite linear;
	     ms-animation: load 0.8s infinite linear;
	      o-animation: load 0.8s infinite linear;
	        animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 46px;
	height: 46px;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}