@import 'https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700|Roboto:300,400,500,700';

body {
	font-family: roboto,sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #000;
}

::selection {
  color: #ffffff;
  background-color: #0E86D4;
}

::-moz-selection {
  color: #ffffff;
  background-color: #0E86D4;
}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	color: #0E86D4;
}

a:hover {
	text-decoration: none;
}

h1,h2,h3,h4,h5 {
	font-family: raleway,sans-serif;
	font-weight: 700;
	color: #333;
	line-height: 1.1;
}

h3 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
}

h4 {
	font-weight: 600;
	text-transform: uppercase;
}

img {
	max-width: 100%;
}

.btn {
	display: inline-block;
	padding: 15px 25px;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.42857143;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	font-family: raleway,sans-serif;
}

.theme-btn {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	margin-top: 30px;
}

.btn {
	display: inline-block;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 20px;
	position: relative;
	box-shadow: 0 2px 10px rgba(255,255,255,.16),0 3px 6px rgba(255,255,255,.2);
	z-index: 2;
}

.btn:before {
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	content: '';
	background: rgba(255,255,255,.5);
	color: #fff;
	z-index: -1;
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: none;
}

.btn:hover:before {
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}

.btn:focus:before {
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}

.btn.focus,.btn:focus,.btn:hover {
	color: #fff;
	text-decoration: none;
}

.btn.focus,.btn:focus {
	outline: 0;
	box-shadow: unset;
}

.d-table {
	display: table;
	width: 100%;
	height: 100%;
}

.d-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.content-block-area {
	padding: 100px 0;
}

.content-block-area .container-fluid {
	max-width: 1920px;
}

.section-title h2 {
	font-size: 35px;
	text-transform: uppercase;
	margin: 0;
}

.section-title h1 {
	font-size: 55px;
	text-transform: uppercase;
	margin: 0;
}

.section-title span {
	color: #4169e1;
    color: rgba(0, 0, 0, 0);
	-webkit-text-stroke: 1px black;
}

.car-icon {
	display: inline-block;
	margin: 30px 0;
	position: relative;
}

.car-icon::before {
	background: #777 none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: -50px;
	position: absolute;
	top: 15px;
	width: 40px;
}

.car-icon::after {
	background: #777 none repeat scroll 0 0;
	content: "";
	height: 2px;
	right: -50px;
	position: absolute;
	top: 15px;
	width: 40px;
}

.separator-line {
	height: 1px;
	background: #eee;
	margin: 50px 0;
}

.gray-bg {
	background: rgba(245, 245, 245, 0.4);
}

.white-bg {
	background: #fff;
}

/*.bgimg {
	background-image: url("../../library/img/paslaugos.webp");
    background-repeat:   no-repeat;
    background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

.bgimg {
	 align-items: center;
	 display: flex;
	 justify-content: center;
	 min-height: 100%;
	 position: relative;
	 overflow: hidden;
}
 .bgimg::before {
	 background-image: url('../../library/img/paslaugos.webp');
	 background-repeat: no-repeat;
	 background-position: center top;
	 background-size: cover;
	 content: '';
	 height: 100%;
	 left: 0;
	 position: absolute;
	 top: 0;
	 width: 100%;
	 will-change: transform;
	 z-index: -1;
}*/

.bgimg {
	background-image: url("../../library/img/kvadratukai.webp");
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: translate3d(0, 0, 0);
}

.bgcolor {
	background-color:black;
	min-height: 100vh;
    display: flex;
    flex-direction: column;
}
footer{
    margin-top: auto;
}

.space-tb-30 {
	height: 30px;
}

.site-preloader-wrap {
	background: #fff none repeat scroll 0 0;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 99999;
}

.site-preloader-wrap .cssload-loader {
	left: 50%;
	margin: -75px 0 0 -75px;
	position: absolute;
	top: 50%;
	width: 146px;
	height: 146px;
	line-height: 146px;
	box-sizing: border-box;
	text-align: center;
	z-index: 9;
	text-transform: uppercase;
	-o-text-transform: uppercase;
	-ms-text-transform: uppercase;
	-webkit-text-transform: uppercase;
	-moz-text-transform: uppercase;
}

.cssload-loader:before,.cssload-loader:after {
	opacity: 0;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	content: "\0020";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 97px;
	border: 5px solid #fff;
	box-shadow: 0 0 49px #fff,inset 0 0 49px #fff;
	-o-box-shadow: 0 0 49px #fff,inset 0 0 49px #fff;
	-ms-box-shadow: 0 0 49px #fff,inset 0 0 49px #fff;
	-webkit-box-shadow: 0 0 49px #fff,inset 0 0 49px #fff;
	-moz-box-shadow: 0 0 49px #fff,inset 0 0 49px #fff;
}

.cssload-loader:after {
	z-index: 1;
	animation: cssload-gogoloader 2.3s infinite 1.15s;
	-o-animation: cssload-gogoloader 2.3s infinite 1.15s;
	-ms-animation: cssload-gogoloader 2.3s infinite 1.15s;
	-webkit-animation: cssload-gogoloader 2.3s infinite 1.15s;
	-moz-animation: cssload-gogoloader 2.3s infinite 1.15s;
}

.cssload-loader:before {
	z-index: 2;
	animation: cssload-gogoloader 2.3s infinite;
	-o-animation: cssload-gogoloader 2.3s infinite;
	-ms-animation: cssload-gogoloader 2.3s infinite;
	-webkit-animation: cssload-gogoloader 2.3s infinite;
	-moz-animation: cssload-gogoloader 2.3s infinite;
}

.site-preloader-wrap .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #0E86D4;
	z-index: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.site-preloader-wrap .loader-section.section-left {
	left: 0;
}

.site-preloader-wrap .loader-section.section-right {
	right: 0;
}

.loaded .site-preloader-wrap {
	visibility: hidden;
}

.loaded .site-preloader-wrap .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .7s .3s cubic-bezier(.645,.045,.355,1);
	transition: all .7s .3s cubic-bezier(.645,.045,.355,1);
}

.loaded .site-preloader-wrap .loader-section.section-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s .3s cubic-bezier(.645,.045,.355,1);
	transition: all .7s .3s cubic-bezier(.645,.045,.355,1);
}

@keyframes cssload-gogoloader {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

@-o-keyframes cssload-gogoloader {
	0% {
		-o-transform: scale(0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-o-transform: scale(1);
		opacity: 0;
	}
}

@-ms-keyframes cssload-gogoloader {
	0% {
		-ms-transform: scale(0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-ms-transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-gogoloader {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@-moz-keyframes cssload-gogoloader {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-moz-transform: scale(1);
		opacity: 0;
	}
}

.top-header-area {
	background-color: #000;
	color: #333;
	font-size: 14px;
}

.top-header-area ul li {
	display: inline-block;
}


.top-header-area ul li a {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 8px;
	text-align: center;
	font-weight: 900;
}

.top-header-area ul li a:hover {
	color: #dedede;
}

.share-icons {
	text-align: right;
}

.share-icons ul li a {
	font-size: 16px;
}

.header-sticky.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.posi.header-sticky.is-sticky {
	position: fixed;
	top: 72px;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.auto-navbar {
	background-color: #fff;
	margin: 0;
	border-top: 2px solid #00299b;
}

/*.navbar-light .navbar-brand {
	padding: 10px 0 0;
}*/

.navbar-light .navbar-brand img {
	max-width: 250px;
}

.navbar-light .navbar-brand1 {
	padding: 10px 30% 0;
}

.navbar-light .navbar-brand1 img {
	position: fixed;
	max-width: 100px;
	height: auto;
}

.auto-navbar .navbar-nav .nav-link {
	padding: 15px 10px;
	color: #444;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}

.auto-navbar .navbar-nav .nav-link:focus,.auto-navbar .navbar-nav .nav-link:hover {
	color: #00299b;
	background: 0 0!important;
}

.auto-navbar .navbar-nav .dropdown-item {
	padding: 8px 15px;
	font-size: 15px;
	text-transform: capitalize;
}

.auto-navbar .navbar-nav .dropdown-item:hover,.auto-navbar .navbar-nav .dropdown-item:focus {
	background: #fff;
	color: #000;
}

.dropdown-menu.mega-menu {
	width: 655px;
	overflow: hidden;
	left: -100%;
	padding: 10px;
}

.mega-menu .sub-menu-heading {
	color: #00299b;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 10px!important;
}

.mega-menu p {
	margin-bottom: 0;
}

.mega-menu p a {
	padding: 6px 0;
	color: #444;
	display: block;
	font-size: 15px;
}

.mega-menu p a:hover {
	padding-left: 7px;
	background: #00299b;
	color: #fff;
}

.navbar-inner-image-slider .owl-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.navbar-inner-image-slider .owl-controls .owl-nav {
	margin: 0;
}

.navbar-inner-image-slider .owl-controls .owl-dots .owl-dot span {
	margin: 0 3px;
	transition: .4s;
	background: #fff;
}

.navbar-inner-image-slider .owl-controls .owl-dots .owl-dot.active span,.navbar-inner-image-slider .owl-controls .owl-dots .owl-dot:hover span {
	background: #00299b;
}

@media(max-width:500px) {
	.mega-menu {
		width: 300px;
	}
}

.auto-navbar .navbar-nav .active>.nav-link,.auto-navbar .navbar-nav .nav-link.active,.auto-navbar .navbar-nav .nav-link.show,.auto-navbar .navbar-nav .show>.nav-link {
	color: #00299b;
}

.auto-navbar .dropdown-item.active,.auto-navbar .dropdown-item:active {
	color: #fff;
	background-color: #00299b;
}

.auto-navbar i.icofont-search {
	font-size: 18px;
}

.auto-navbar i.icofont-cart-alt {
	font-size: 20px;
}

.dropdown-menu {
	padding: 0 0;
	margin: 0;
	border: 0 solid transition!important;
	border: 0 solid rgba(0,0,0,.15);
	border-radius: 0;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

.auto-navbar .collapse ul>li:hover>a {
	background: #f5f5f5;
}

.auto-navbar .collapse ul ul>li:hover>a,.navbar .show .dropdown-menu>li>a:focus,.navbar .show .dropdown-menu>li>a:hover {
	background: #fff;
	color: #00299b;
}

.auto-navbar .collapse ul ul ul>li:hover>a {
	background: #fff;
	color: #00299b;
}

.auto-navbar .collapse ul ul,.auto-navbar .collapse ul ul.dropdown-menu {
	background: #fff;
	box-shadow: 0 0 15px 1px rgba(113,106,202,.2)!important;
}

.auto-navbar .collapse ul ul ul,.auto-navbar .collapse ul ul ul.dropdown-menu {
	background: #f5f5f5;
}

.auto-navbar .collapse ul ul ul ul,.auto-navbar .collapse ul ul ul ul.dropdown-menu {
	background: #f5f5f5;
}

.auto-navbar .collapse ul>li:hover>a {
	background: 0 0;
	color: #00299b;
}

@media only screen and (max-width:991px) {
	.auto-navbar .show>.dropdown-toggle::after {
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
	}
}

@media only screen and (min-width:991px) {
	.auto-navbar .dropdown>.dropdown-menu,.auto-navbar .cart-item .dropdown-menu {
		transition: all .5s;
		-webkit-transition: all .5s;
		overflow: hidden;
		transform-origin: top center;
		-webkit-transform-origin: top center;
		transform: scale(1,0);
		-webkit-transform: scale(1,0);
		display: block;
	}

	.auto-navbar .dropdown:hover>.dropdown-menu,.auto-navbar .cart-item:hover .dropdown-menu {
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	.auto-navbar .collapse ul li {
		position: relative;
	}

	.auto-navbar .dropdown ul li:hover>ul {
		display: block;
	}

	.auto-navbar .collapse ul ul {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 250px;
		display: none;
	}

	.auto-navbar .collapse ul .cart-item ul {
		right: 0;
		left: auto;
		width: 300px;
	}

	.auto-navbar .collapse ul ul li {
		position: relative;
	}

	.auto-navbar .collapse ul ul li:hover>ul {
		display: block;
	}

	.auto-navbar .collapse ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 250px;
		display: none;
	}

	.auto-navbar .collapse ul ul ul li {
		position: relative;
	}

	.auto-navbar .collapse ul ul ul li:hover ul {
		display: block;
	}

	.auto-navbar .collapse ul ul ul ul {
		position: absolute;
		top: 0;
		left: -100%;
		min-width: 250px;
		display: none;
		z-index: 1;
	}
}

.auto-navbar .navbar-brand {
	z-index: 20;
}

.auto-navbar .navbar-brand1 {
	z-index: 20;
}

.auto-navbar::before {
	content: "";
	position: absolute;
	background-color: transparent;
	-webkit-clip-path: polygon(0 0,100% 0%,83% 100%,0% 100%);
	clip-path: polygon(0 0,100% 0%,83% 100%,0% 100%);
	width: 400px;
	left: 0;
	height: 100%;
	z-index: 0;
	top: 0;
}

@media only screen and (min-width:1024) {
	.auto-navbar::before {
		width: 270px;
	}
}

@media only screen and (min-width:1700px) {
	.auto-navbar::before {
		width: 700px;
	}
}

.auto-dark-navbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 999;
	background: 0 0;
	border-top: none;
}

.auto-dark-navbar .navbar-nav .nav-link {
	color: rgba(255,255,255,.85);
}

.auto-dark-navbar .navbar-nav .nav-link:hover,.auto-dark-navbar .navbar-nav .nav-link:focus {
	color: #fff;
}

.auto-dark-navbar .navbar-nav .nav-item:hover .nav-link,.auto-dark-navbar .navbar-nav .nav-item:focus .nav-link {
	color: #fff;
}

.auto-dark-navbar .navbar-nav .active>.nav-link,.auto-dark-navbar .navbar-nav .nav-link.active,.auto-dark-navbar .navbar-nav .nav-link.show,.auto-dark-navbar .navbar-nav .show>.nav-link {
	color: #fff;/**/
}

.auto-dark-navbar .collapse ul ul.dropdown-menu {
	background: #000;
	box-shadow: unset!important;
}

.auto-dark-navbar .navbar-nav .dropdown-item {
	color: #fff;
}

.auto-dark-navbar .navbar-nav .dropdown-item.active {
	color: #000;
	background: #fff;
}

.auto-dark-navbar .dropdown-menu.mega-menu {
	background: #212529;
}

.auto-dark-navbar .mega-menu .sub-menu-heading {
	color: #fff;
}

.auto-dark-navbar .mega-menu p a {
	color: rgba(255,255,255,.8);
}

.auto-dark-navbar.header-sticky.is-sticky {
	background: #000;
}

.searchmodal {
	padding: 0!important;
}

.searchmodal .modal-dialog {
	width: 100%;
	height: 100%;
	max-width: 100%;
	margin: 0;
	display: table;
}

.searchmodal .modal-content {
	height: 100%;
	border-radius: 0;
	border: none;
	display: table-cell;
	vertical-align: middle;
}

.searchmodal .modal-body {
	max-width: 700px;
	margin: auto;
}

.search-form {
	position: relative;
}

.search-form .form-control {
	border-radius: 0;
	border-top: none;
	border-right: 0;
	border-left: 0;
	box-shadow: none;
	height: 60px;
	font-size: 25px;
	padding: 0;
	border-color: #e9ecef;
}

.search-form .form-control:focus {
	border-color: #00299b;
}

.search-form .search-btn {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	bottom: 12px;
	right: 0;
	font-size: 20px;
	cursor: pointer;
	padding: 0 5px;
	-webkit-transition: .4s;
	transition: .4s;
}

.search-form .search-btn:hover {
	color: #00299b;
}

.searchmodal button.close {
	border: 1px solid #00299b;
	color: #00299b;
	opacity: 1;
	padding: 0!important;
	height: 30px;
	width: 30px;
	outline: 0!important;
	border-radius: 30px;
	-webkit-transition: .4s;
	transition: .4s;
}

.searchmodal button.close:hover {
	background-color: #00299b;
	color: #fff!important;
	opacity: 1!important;
}

.searchmodal .modal-header {
	border: none;
}

.modal-dialog {
	animation: modal-dialog 1s;
	animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes modal-dialog {
	0% {
		opacity: 0;
		transform: scale(.75);
		-webkit-transform: scale(.75);
	}

	100% {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes modal-dialog {
	0% {
		opacity: 0;
		transform: scale(.75);
		-webkit-transform: scale(.75);
	}

	100% {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@-o-keyframes modal-dialog {
	0% {
		opacity: 0;
		transform: scale(.75);
		-webkit-transform: scale(.75);
	}

	100% {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes modal-dialog {
	0% {
		opacity: 0;
		transform: scale(.75);
		-webkit-transform: scale(.75);
	}

	100% {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

.slide-bg-1 {
	background-image: url(assets/img/slide-bg-1.jpg);
}

.slide-bg-2 {
	background-image: url(assets/img/slide-bg-2.jpg);
}

.slide-bg-3 {
	background-image: url(assets/img/slide-bg-3.jpg);
}

.slide-bg-4 {
	background-image: url(assets/img/hero-image-4.jpg);
}

.slide-bg-5 {
	background-image: url(assets/img/hero-image-5.jpg);
}

.slide-bg-6 {
	background-image: url(assets/img/hero-image-6.jpg);
}

.swiper-slide {
	height: 720px;
	background-size: cover;
	background-position: center center;
}

.swiper-slide h1 {
	font-size: 50px;
	color: #fff;
	line-height: 60px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 0 7px #000;
}

.swiper-slide p {
	font-size: 20px;
	color: #fff;
	text-shadow: 0 0 5px #000;
	margin-top: 20px;
}

.swiper-slide .btn.theme-btn {
	margin-top: 30px;
}

.hero-image-1 {
	background-image: url(assets/img/hero-image-1.jpg);
}

.hero-image-2 {
	background-image: url(assets/img/hero-image-2.jpg);
}

.hero-image-3 {
	background-image: url(assets/img/hero-image-3.jpg);
}

.swiper-slide.swiper-slide-two {
	height: 100vh;
	background-size: cover;
	background-position: center center;
}

.swiper-slide.swiper-slide-two h1 {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 0 7px #000;
}

.swiper-slide.swiper-slide-two h1 {
	margin-top: 80px;
}

.swiper-slide.swiper-slide-two p {
	font-size: 20px;
	color: #fff;
	text-shadow: 0 0 5px #000;
	margin-top: 20px;
}

.homepage-slides .swiper-slide {
	position: relative;
	z-index: 1;
}

.homepage-slides .swiper-slide::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #000;
	opacity: .4;
}

.homeslides-hero-content {
	max-width: 940px;
	margin: 0 auto;
	text-align: center;
}

.homepage-slides.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: 10px;
	top: 50%;
	margin: -55px 0 0;
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: rgba(0,0,0,.4);
	font-size: 30px;
	padding: 0;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}

.homepage-slides.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 10px;
}

.homepage-slides.owl-theme .owl-nav [class*=owl-]:hover {
	background: #00299b;
	color: #fff;
}

.homepage-slides.owl-theme .owl-nav {
	margin-top: 0;
}

.homepage-slides.owl-theme .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}

.homepage-slides.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 0 4px;
	background: 0 0;
	display: block;
	transition: .4s;
	border-radius: 30px;
	border: 2px solid #fff;
}

.homepage-slides.owl-theme .owl-dots .owl-dot.active span,.homepage-slides.owl-theme .owl-dots .owl-dot:hover span {
	background: #00299b;
	border-color: #00299b;
}

.background-preview h1 {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 0 7px #000;
}

.hero-bg-1 {
	background-image: url(assets/img/hero-image-1.jpg);
}

.background-preview p {
	font-size: 20px;
	color: #fff;
	text-shadow: 0 0 5px #000;
	margin-top: 20px;
}

.background-preview h1 {
	margin-top: 80px;
}

.background-preview {
	background-size: cover;
	background-color: #ddd;
	background-position: center center;
	width: 100%;
	height: 100vh;
}

.background-preview .btn.theme-btn {
	margin-top: 30px;
}

.background-video h1 {
	font-size: 3.0rem;
	color: #fff;
	font-weight: 700;
	line-height: 70px;
	text-transform: uppercase;
	text-shadow: 0 0 7px #000;
	margin-top: 60px;
}

.background-video p {
	font-size: 20px;
	color: #fff;
	text-shadow: 0 0 5px #000;
	margin-top: 20px;
}

.background-video {
	width: 100%;
	height: 100vh;
	position: relative;
}

.background-video:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	/*background: url(../img/raster_dot.png);*/
	background-image: linear-gradient(22.5deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
	background-size: 3px 3px;
}

.background-video .btn.theme-btn {
	margin-top: 30px;
}

.featured-boxed {
	margin-top: 40px;
}

.octagonWrap {
	height: 120px;
	margin: 0 auto 30px;
	overflow: hidden;
	position: relative;
	width: 120px;
}

.octagon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background: #f9fbfd;
	border: 2px solid #00299b;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}

.octagon:before {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	content: '';
	border: inherit;
}

.flaticon-oil:before,.flaticon-motor-1:before,.flaticon-breaks:before {
	color: #00299b;
	display: inline-block;
	font-size: 55px;
	line-height: 80px;
	margin: 14px 0 0;
	padding: 0;
	text-align: center;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}

.featured-boxed:hover .octagonWrap .octagon {
	background: #00299b;
}

.featured-boxed:hover .octagonWrap .octagon i::before {
	color: #fff;
}

.featured-boxed h3 {
	font-size: 20px;
	letter-spacing: .5px;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.featured-boxed.text-center>p {
	margin: 30px 0 0;
}

.upper-line {
	background: #00299b none repeat scroll 0 0;
	height: 2px;
	margin: 0 auto 5px;
	width: 75px;
}

.bottom-line {
	background: #00299b none repeat scroll 0 0;
	height: 2px;
	margin: 0 auto;
	width: 42px;
}

.services-item {
	margin-left: -15px;
	margin-right: -15px;
	display: none;
}

.box {
	text-align: center;
	overflow: hidden;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	position: relative;
}

.box>h3 {
	bottom: 10px;
	color: #fff;
	font-size: 20px;
	left: 15px;
	opacity: 1;
	position: absolute;
	text-transform: uppercase;
	transition: all .35s ease 0s;
	-webkit-transition: all .35s ease 0s;
}

.box:hover>h3 {
	opacity: 0;
	visibility: hidden;
}

.box:before {
	content: "";
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,.5);*/
	position: absolute;
	top: 0;
	left: 0;
	opacity: .6;
	transition: all .35s ease 0s;
	-webkit-transition: all .35s ease 0s;
}

.box:hover:before {
	opacity: 1;
}

.box img {
	width: 100%;
	height: auto;
}

.box .box-content {
	width: 90%;
	height: 90%;
	position: absolute;
	top: 5%;
	left: 5%;
}

.box .box-content:before,.box .box-content:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
}

.box .box-content:before {
	border-bottom: 1px solid rgba(255,255,255,.5);
	border-top: 1px solid rgba(255,255,255,.5);
	transform: scale(0,1);
	-webkit-transform: scale(0,1);
	transform-origin: 0 0 0;
	-webkit-transform-origin: 0 0 0;
}

.box .box-content:after {
	border-left: 1px solid rgba(255,255,255,.5);
	border-right: 1px solid rgba(255,255,255,.5);
	transform: scale(1,0);
	-webkit-transform: scale(1,0);
	transform-origin: 100% 0 0;
	-webkit-transform-origin: 100% 0 0;
}

.box:hover .box-content:before,.box:hover .box-content:after {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	transition-delay: .15s;
	-webkit-transition-delay: .15s;
}

.box .title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	margin: 25px 0 0;
	opacity: 0;
	transform: translate3d(0px,-50px,0px);
	-webkit-transform: translate3d(0px,-50px,0px);
	transition: transform .5s ease 0s;
	-webkit-transition: transform .5s ease 0s;
}

.box:hover .title {
	opacity: 1;
	transform: translate3d(0px,0px,0px);
	-webkit-transform: translate3d(0px,0px,0px);
}

.box .post {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 15px;
	opacity: 0;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
}

.box:hover .post {
	opacity: 1;
	transform: translate3d(0px,0px,0px);
	-webkit-transform: translate3d(0px,0px,0px);
	transition-delay: .15s;
	-webkit-transition-delay: .15s;
}

.box .icon {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: -10px;
	left: 0;
	opacity: 0;
	z-index: 1;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
}

.box:hover .icon {
	bottom: 25px;
	opacity: 1;
	transition-delay: .15s;
	-webkit-transition-delay: .15s;
}

.box .icon li {
	display: inline-block;
}

.box .icon li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
	border-radius: 0 16px 0 16px;
	font-size: 14px;
	color: #fff;
	margin-right: 5px;
	transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s;
}

.box .icon li a:hover {
	background: #000;
	border-color: #fff;
}

.slider-wrapper .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.slider-wrapper .swiper-slide {
	background-size: cover;
	background-position: center;
	height: 290px;
}

.slider-wrapper .gallery-top {
	height: 80%;
	width: 100%;
}

.slider-wrapper .gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.slider-wrapper .gallery-thumbs .swiper-slide {
	height: 100px;
	opacity: .4;
}

.slider-wrapper .gallery-thumbs .swiper-slide-active {
	opacity: 1;
}

.left-widget {
	box-shadow: 0 0 35px 5px rgba(0,0,0,.06);
	margin-bottom: 30px;
}

.vertical-menu ul li a {
	border-bottom: 1px solid #eee;
	color: #222;
	display: block;
	padding: 15px;
	transition: .4s;
	-webkit-transition: .4s;
}

.vertical-menu ul li a:hover,.vertical-menu ul li.active a {
	background-color: #000;
	color: #fff;
}

.vertical-menu .fa.fa-arrow-circle-right {
	font-size: 17px;
	line-height: 27px;
}

.discount-box {
	padding: 15px;
	text-align: center;
}

.discount-box h4 {
	line-height: 25px;
	font-size: 18px;
}

.discount-box>p {
	font-size: 14px;
}

.discount-box .theme-btn {
	margin-top: 0;
}

.left-widget.download-box>a {
	border: 1px solid #eee;
	color: #828282;
	display: block;
	margin: 15px 0;
	padding: 7px 12px;
	text-align: left;
}

.left-widget.download-box>a:hover {
	background-color: #333;
	color: #fff;
}

.left-widget.download-box i {
	line-height: 27px;
}

.service-content .page-header {
	margin: 0 0 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
}

.pricingTable {
	background: #f5f5f5;
	padding-bottom: 20px;
	overflow: hidden;
}

.pricingTable .pricingTable-header {
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

.pricingTable .pricingTable-header:before {
	content: "";
	width: 100%;
	height: 150%;
	background: #606aa3;
	position: absolute;
	top: -90%;
	left: -20%;
	z-index: -1;
	transform: rotate(-42deg);
}

.pricingTable .pricingTable-header:after {
	content: "";
	width: 100%;
	height: 190%;
	background: #727cb6;
	position: absolute;
	top: -76%;
	right: -16%;
	z-index: -2;
	transform: rotate(20deg);
}

.pricingTable .price-value {
	width: 50%;
	padding: 30px 0;
	float: left;
	font-size: 30px;
	color: #fff;
	line-height: 20px;
	position: relative;
	top: 10px;
	left: 20px;
}

.pricingTable .currency {
	font-size: 20px;
	position: relative;
	top: -10px;
	right: -3px;
}

.pricingTable .title {
	display: inline-block;
	width: 50%;
	padding: 30px 0;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 20px;
	text-transform: uppercase;
	position: relative;
	top: 10px;
	right: 7px;
}

.pricingTable .pricing-content {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	text-align: center;
	clear: both;
}

.pricingTable .pricing-content li {
	color: #828282;
	line-height: 40px;
}

.pricingTable .pricingTable-signup {
	display: block;
	width: 80%;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #606aa3;
	border-radius: 40px;
	margin: 0 auto;
	font-size: 18px;
	color: #606aa3;
	z-index: 1;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
}

.pricingTable .pricingTable-signup:before,.pricingTable .pricingTable-signup:after {
	content: "";
	border-width: 0;
	border-style: solid;
	position: absolute;
	z-index: -1;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
}

.pricingTable .pricingTable-signup:before {
	border-color: transparent transparent transparent #606aa3;
	bottom: 0;
	left: 0;
}

.pricingTable .pricingTable-signup:after {
	border-color: transparent #606aa3 transparent transparent;
	top: 0;
	right: 0;
}

.pricingTable .pricingTable-signup:hover:before,.pricingTable .pricingTable-signup:hover:after {
	border-width: 150px 262px;
}

.pricingTable.deep-green .pricingTable-header:before {
	background: #18a288;
}

.pricingTable.deep-green .pricingTable-header:after {
	background: #1abc9c;
}

.pricingTable.deep-green .pricingTable-signup {
	border-color: #1abc9c;
	color: #1abc9c;
}

.pricingTable.deep-green .pricingTable-signup:before {
	border-color: transparent transparent transparent #18a288;
}

.pricingTable.deep-green .pricingTable-signup:after {
	border-color: transparent #18a288 transparent transparent;
}

.pricingTable.orange .pricingTable-header:before {
	background: #ee6e00;
}

.pricingTable.orange .pricingTable-header:after {
	background: #e67e22;
}

.pricingTable.orange .pricingTable-signup {
	border-color: #e67e22;
	color: #e67e22;
}

.pricingTable.orange .pricingTable-signup:before {
	border-color: transparent transparent transparent #ee6e00;
}

.pricingTable.orange .pricingTable-signup:after {
	border-color: transparent #ee6e00 transparent transparent;
}

.pricingTable.purple .pricingTable-header:before {
	background: #b14468;
}

.pricingTable.purple .pricingTable-header:after {
	background: #cf4d78;
}

.pricingTable.purple .pricingTable-signup {
	border-color: #cf4d78;
	color: #cf4d78;
}

.pricingTable.purple .pricingTable-signup:before {
	border-color: transparent transparent transparent #b14468;
}

.pricingTable.purple .pricingTable-signup:after {
	border-color: transparent #b14468 transparent transparent;
}

@media only screen and (max-width:990px) {
	.pricingTable {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width:767px) {
	.pricingTable .pricingTable-header:before {
		height: 300%;
		top: -267%;
	}

	.pricingTable .pricingTable-header:after {
		height: 270%;
		top: -106%;
	}

	.pricingTable .title {
		text-align: center;
	}
}

@media only screen and (max-width:480px) {
	.pricingTable .pricingTable-header:after {
		top: -146%;
	}
}

@media only screen and (max-width:479px) {
	.pricingTable .pricingTable-header:before {
		height: 200%;
		top: -120%;
		left: -20%;
	}
}

.single-line {
	background: #eee;
	height: 1px;
}

.single-icon {
	background-color: #333;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 50px;
	transition: .4s;
	-webkit-transition: .4s;
}

.single-item-boxed:hover .single-icon {
	background-color: #00299b;
}

.single-item-boxed {
	padding-left: 60px;
	position: relative;
	margin-top: 20px;
}

.single-item-boxed h4 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.8;
	text-align: inherit;
}

.single-item-boxed>p {
	font-size: 14px;
	margin-bottom: 0;
}

.single-service-image img {
	width: 100%;
}

.boxed-item {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 0 1px #000;
	box-sizing: border-box;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 50px;
	padding: 50px 20px;
	transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s;
}

.boxed-item:hover {
	box-shadow: 0 20px 25px -12px rgba(0,0,0,.15);
}

.sirial-number {
	display: block;
	text-align: right;
	font-size: 17px;
	color: #777;
}

.boxed-item .flaticon-crane::before,.boxed-item .flaticon-wheel-1:before,.boxed-item .flaticon-speedometer:before,.boxed-item .flaticon-car-radio:before {
	color: #00299b;
	font-size: 25px;
	line-height: 50px;
	margin-left: 0;
	transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
}

.single-boxed {
	border-radius: 50%;
	box-shadow: 0 15px 20px 0 rgba(0,0,0,.06);
	display: inline-block;
	height: 50px;
	position: relative;
	text-align: center;
	transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	width: 50px;
}

.boxed-item>h3 {
	margin: 30px 0 20px;
}

.boxed-item:hover .single-boxed {
	background: #00299b;
}

.boxed-item:hover .single-boxed i::before {
	color: #fff;
}

.count-down-area {
	background-color: #ddd;
	background-size: cover;
	background-position: center center;
	padding: 70px 0;
	position: relative;
}

.count-down-area::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: .6;
	position: absolute;
	top: 0;
	width: 100%;
}

.count-bg {
	background-image: url(assets/img/count-bg.jpg);
}

.count-down-boxed {
	border: 1px solid #eee;
	color: #eee;
	padding: 25px 15px;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}

.count-down-boxed .ion-ios-people-outline::before,.count-down-boxed .ion-ios-partlysunny-outline::before,.count-down-boxed .ion-ios-paperplane-outline::before,.count-down-boxed .ion-ios-thunderstorm-outline::before {
	display: inline-block;
	font-size: 55px;
	line-height: 35px;
}

.count-down-boxed .count-number {
	display: inline-block;
	font-size: 35px;
	margin-left: 10px;
	position: relative;
	top: -7px;
}

.count-down-boxed h3 {
	color: #eee;
	font-size: 17px;
	margin: 13px 0 0;
}

.body-service-boxed-item {
	margin-left: -15px;
	background-color: #ddd;
	height: 560px;
	background-size: cover;
	background-position: center center;
}

.auto-body-bg {
	background-image: url(assets/img/body-service-bg.jpg);
}

.services-list {
	margin-top: 30px;
}

.services-list ul li {
	font-family: raleway,sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0;
	padding-left: 25px;
	position: relative;
	letter-spacing: .5px;
}

.services-list ul li:before {
	position: absolute;
	content: "\f046";
	color: #00299b;
	font-family: FontAwesome;
	left: 0;
	top: 0;
}

.services-item-two {
	display: none;
	margin-bottom: 30px;
}

.services-item-two .services-item-mask {
	position: relative;
	padding: 10px 0 10px 20px;
}

.services-item-two .services-item-mask:before {
	content: "";
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #011627;
}

.services-item-two .pic {
	position: relative;
	overflow: hidden;
}

.services-item-two .pic:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}

.services-item-two:hover .pic:after {
	opacity: 1;
}

.services-item-two .pic img {
	width: 100%;
	height: auto;
}

.services-item-two .single-links {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	position: absolute;
	bottom: -40%;
	left: 0;
	text-align: center;
	z-index: 1;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}

.services-item-two:hover .single-links {
	bottom: 20px;
}

.services-item-two .single-links li {
	display: inline-block;
	margin-right: 5px;
}

.services-item-two .single-links li a {
	border: 1px solid #fdfffc;
	color: #fdfffc;
	display: block;
	font-size: 15px;
	height: 35px;
	line-height: 30px;
	text-transform: capitalize;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	width: 130px;
}

.services-item-two .single-links li a:hover {
	background: #00299b;
	border: 1px solid #00299b;
}

.services-item-two .services-item-info {
	padding: 20px;
	background: #00299b;
	color: #eee;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}

.services-item-two .services-item-info:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	background: #011627;
	z-index: -1;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}

.services-item-two:hover .services-item-info:before {
	left: 0;
}

.services-item-two .title {
	color: #eee;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: uppercase;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}

.services-item-two:hover .title {
	color: #fff;
}

.services-item-two .post {
	display: block;
	font-size: 13px;
	color: #eee;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.services-item-two:hover .services-item-info,.services-item-two:hover .post {
	color: #fdfffc;
}

.services-item-two .description {
	font-size: 14px;
	line-height: 22px;
}

@media screen and (max-width:990px) {
	.services-item-two {
		margin-bottom: 20px;
	}
}

.breadcumbs-area {
	background-position: center center;
	background-size: cover;
	height: 350px;
	position: relative;
}

.breadcumbs-bg-1 {
	background-image: url(../../library/img/cheminis.webp);
}

.breadcumbs-bg-2 {
	background-image: url(../../library/img/kebulas.webp);
}

.breadcumbs-bg-3 {
	background-image: url(../../library/img/sausas.webp);
}

.breadcumbs-bg-4 {
	background-image: url(../../library/img/kainorastis.webp);
}

.breadcumbs-bg-5 {
	background-image: url('../../library/img/Nano_danga/3 (2).webp');
}

.breadcumbs-bg-6 {
	background-image: url('../../library/img/Padangu_montavimas_balansavimas/4 (1).webp');
}

.breadcumbs-bg-7 {
	background-image: url(../../library/img/paslaugos.webp);
}

.breadcumbs-bg-8 {
	background-image: url(../../library/img/zibintai.webp);
}

.breadcumbs-bg-9 {
	background-image: url(../../library/img/pdr.webp);
}

.breadcumbs-bg-10 {
	background-image: url(../../library/img/ratlankiu-dazymas.webp);
}

.breadcumbs-bg-11 {
	background-image: url(../../library/img/BALDUVALYMAS/breadcrumb.webp);
}

.breadcumbs-area::before {
	background: rgba(0,0,0,.5) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.breadcumbs-area h2 {
	color: #fff;
	letter-spacing: 1px;
	margin: 0 0 -30px;
	text-transform: uppercase;
	font-size: 4.6rem;
}

@media only screen and (max-width: 600px) {
.breadcumbs-area h2 {
	color: #fff;
	letter-spacing: 1px;
	margin: 0 0 -30px;
	text-transform: uppercase;
	font-size: 2.5rem;
}
}


.breadcumbs-area a {
	color: #fff;
	margin-right: 2px;
}

.breadcumbs-area span {
	text-transform: capitalize;
}

.breadcumbs-banner-area h2 {
	color: #fff;
	letter-spacing: 1px;
	margin: 0 0 5px;
	text-transform: uppercase;
	font-size: 40px;
}

.breadcumbs-banner-area span {
	text-transform: capitalize;
	display: inline-block;
	margin: 25px 0 0;
}

.breadcumbs-banner-area a {
	color: #fff;
	text-transform: capitalize;
}

.breadcumbs-banner-area {
	background-position: center center;
	background-size: cover;
	padding-top: 185px;
	padding-bottom: 105px;
	position: relative;
}

.breadcumbs-banner-bg {
	background-image: url(assets/img/breadcumbs-banner-bg.jpg);
}

.error-content p {
	margin: 15px auto 0;
	max-width: 650px;
}

.error-content a.btn {
	margin-top: 30px;
}

.banner-man-boxed {
	background-size: cover;
	background-position: center center;
	height: 436px;
	max-width: 350px;
	margin: 0 auto;
}

.banner-man-bg {
	background-image: url(assets/img/banner-man-bg.png);
}

.banner-boxed span {
	color: #00299b;
}

.banner-boxed>h2 {
	font-size: 33px;
	line-height: 40px;
}

.banner-boxed .subtitle {
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	margin: 40px 0 30px;
}

.signature {
	margin-top: 30px;
}

.our-team {
	border-left: 8px solid #00299b;
	border-bottom: 8px solid #00299b;
	margin-top: 40px;
}

.our-team .team-image {
	position: relative;
	text-align: center;
}

.our-team img {
	width: 100%;
	height: auto;
}

.our-team .description {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding: 40px 50px;
	opacity: 0;
	background-color: rgba(59,51,106,.6);
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}

.our-team:hover .description {
	opacity: 1;
}

.our-team .social {
	padding: 10px 0 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 40px;
	left: -27px;
	background: #00299b;
	text-align: center;
	transform: translate(25px,0px) rotateY(90deg);
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}

.our-team:hover .social {
	transform: translate(0px,0px) rotateY(0deg);
}

.our-team .social li {
	display: block;
	margin-bottom: 10px;
}

.our-team .social li a {
	display: block;
	width: 40px;
	height: 35px;
	font-size: 17px;
	color: #fff;
	line-height: 38px;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}

.our-team .social li a:hover {
	background: #011f73;
}

.our-team .team-info {
	padding: 20px;
}

.our-team .title {
	font-size: 18px;
	color: #3b336a;
	letter-spacing: 1px;
	margin: 0 0 15px;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}

.our-team .post {
	display: block;
	font-size: 14px;
	color: #3b336a;
	text-transform: capitalize;
}

.our-team .title:hover,.our-team .post:hover {
	color: #011f73;
}

@media only screen and (max-width:990px) {
	.our-team {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width:767px) {
	.our-team .social {
		left: -20px;
	}
}

@media only screen and (max-width:480px) {
	.our-team .social {
		left: -20px;
	}
}

.testimonials-car-boxed {
	margin-top: 70px;
}

.testimonial-single-item p {
	font-style: italic;
	padding-left: 20px;
	position: relative;
}

.testimonial-single-item p:before {
	position: absolute;
	content: "\f347";
	color: #777;
	font-family: Ionicons;
	left: 0;
	top: -5px;
}

.testimonial-single-item {
	position: relative;
	box-shadow: 0 15px 20px 0 rgba(0,0,0,.06);
}

.testimonial-single-item::before {
	border-left: 0 solid transparent;
	border-right: 23px solid transparent;
	border-top: 32px solid #fff;
	bottom: -32px;
	content: "";
	height: 0;
	left: 50px;
	position: absolute;
	width: 0;
}

.testimonial-single-item ul li {
	display: inline-block;
	color: #e8e011;
}

.testimonial-single-item>ul {
	text-align: center;
}

.testimonial-single-item {
	background: #fff none repeat scroll 0 0;
	padding: 25px;
}

.quotation-profile {
	border: 2px solid #fff;
	border-radius: 50%;
	height: 70px;
	margin-top: 35px;
	margin-left: 10px;
	overflow: hidden;
	width: 70px;
	box-shadow: 0 15px 20px 0 rgba(0,0,0,.06);
}

.appointment-form {
	margin-top: 30px;
}

.appointment-form label {
	display: block;
	font-size: 20px;
	font-weight: 400;
	font-family: raleway,sans-serif;
	margin-bottom: 10px;
	color: #777;
}

.appointment-form input {
	background-color: #fbfcff;
	border: 1px solid #eee;
	color: #333;
	font-size: 14px;
	height: 40px;
	margin-bottom: 15px;
	padding: 5px 15px;
	width: 100%;
}

.appointment-form p {
	border-bottom: 1px solid #eee;
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 7px;
	font-family: raleway,sans-serif;
	color: #333;
}

.appointment-form textarea {
	background-color: #fbfcff;
	border: 1px solid #eee;
	color: #333;
	height: 90px;
	margin-bottom: 15px;
	padding: 5px 15px;
	font-size: 14px;
	width: 100%;
}

.appointment-form .btn.theme-btn {
	margin-top: 30px;
}

.apointment-preview-boxed {
	background-position: center center;
	background-size: cover;
	height: 810px;
	position: relative;
	top: 100px;
}

.man-image-bg {
	background-image: url(assets/img/appoinment-man-bg.png);
}

.man-image-bg-2 {
	background-image: url(assets/img/appoinment-man-bg-2.png.png);
	background-position: top left;
}

.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}

.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #999;
	width: 100%;
	height: 40px;
	margin-bottom: 15px;
}

.select-styled {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fbfcff;
	border: 1px solid #eee;
	padding: 8px 15px;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.select-styled:after {
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-color: #999 transparent transparent transparent;
	position: absolute;
	top: 16px;
	right: 10px;
}

.select-styled:hover {
	background-color: #fbfcff;
}

.select-styled:active,.select-styled.active {
	background-color: #fbfcff;
}

.select-styled:active:after,.select-styled.active:after {
	top: 9px;
	border-color: transparent transparent #999 transparent;
}

.select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fbfcff;
	border: 1px solid #eee;
}

.select-options li {
	margin: 0;
	padding: 8px 0;
	text-indent: 15px;
	border-top: 1px solid #eee;
	-moz-transition: all .15s ease-in;
	-o-transition: all .15s ease-in;
	-webkit-transition: all .15s ease-in;
	transition: all .15s ease-in;
}

.select-options li:hover {
	color: #333;
	background: #fff;
}

.select-options li[rel=hide] {
	display: none;
}

.single-blog-item {
	margin-top: 40px;
	box-shadow: 0 15px 20px 0 rgba(0,0,0,.06);
	overflow: hidden;
}

.single-blog-item .zoomin {
	display: block;
	overflow: hidden;
	transition: .6s;
	-webkit-transition: .6s;
}

.single-blog-item:hover .zoomin {
	transform: scale(1.1);
	-webkit-transform: cale(1.1);
}

.single-blog-item img {
	width: 100%;
	height: auto;
}

.blog-item-info {
	padding: 20px;
	background-color: #fff;
	display: block;
	overflow: hidden;
	position: relative;
}

.blog-item-info h3 {
	margin: 20px 0;
	transition: .4s;
	-webkit-transition: .4s;
}

.blog-item-info h3:hover {
	color: #00299b;
}

.blog-date {
	font-size: 14px;
}

.red {
	background-color: red;
}

.green {
	background-color: #72c02c;
}

.blue {
	background-color: #00299b;
}

.blog-tags {
	font-size: 13px;
	padding: 1px 12px;
	text-transform: uppercase;
	color: #fff;
}

a.blog-tags:hover {
	color: #fff;
	opacity: .5;
}

.separator {
	display: inline-block;
	margin: 0 10px;
}

.blog-item-profile,.blog-item-c-v-info {
	margin-top: 20px;
}

.blog-item-profile>img {
	border-radius: 50%;
	display: inline-block;
	height: 30px;
	margin-right: 6px;
	width: 30px;
}

.blog-item-profile a {
	font-size: 13px;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #999;
}

.blog-item-profile a:hover {
	color: #222;
}

.blog-item-c-v-info span:first-child {
	display: inline-block;
	margin-right: 5px;
}

.blog-item-c-v-info span a {
	color: #999;
	font-size: 14px;
}

.pagination-area {
	margin-top: 30px;
}

.pagination-area li a {
	color: #777;
	border-color: #eee;
	outline: 0!important;
	box-shadow: unset!important;
}

.pagination-area li a:hover,.pagination-area li.active a {
	color: #fff!important;
	border-color: #00299b!important;
	background: #00299b!important;
}

.blog-content .single-blog-item {
	margin-top: 0;
	margin-bottom: 30px;
}

.widget-boxed {
	box-shadow: 0 0 15px 5px rgba(0,0,0,.06);
	padding: 30px 15px;
	margin-bottom: 40px;
}

.blog-serch-form {
	position: relative;
}

.blog-serch-form>input {
	border: 1px solid #00299b;
	height: 45px;
	padding: 15px;
	width: 100%;
}

.blog-serch-form>button {
	background: #00299b none repeat scroll 0 0;
	border: 1px solid #00299b;
	color: #fff;
	height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
}

.widget-tile {
	margin: 0 0 20px;
	position: relative;
}

.widget-tile::after {
	background: #eee none repeat scroll 0 0;
	content: "";
	height: 3px;
	position: absolute;
	right: 0;
	top: 10px;
	width: 36px;
}

.widget-follow-us>ul {
	text-align: center;
}

.widget-follow-us ul li {
	display: inline-block;
	margin: 0 15px;
}

.widget-follow-us ul li a {
	font-size: 20px;
}

.single-popular-news-item img {
	float: left;
	margin-right: 10px;
}

.single-popular-news-item {
	color: #333;
	display: block;
	font-size: 18px;
	transition: .4s;
	-webkit-transition: .4s;
}

.single-popular-news-item:hover {
	opacity: .7;
}

.widget-popular-post ul li {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 20px;
}

.widget-popular-post ul li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

.single-popular-news-item>h4 {
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 5px;
	text-transform: capitalize;
}

.single-popular-news-item>span {
	color: #999;
	display: block;
	font-size: 13px;
}

.widget-categories ul li a {
	color: #333;
	display: block;
	font-size: 16px;
	text-transform: capitalize;
	transition: .4s;
	-webkit-transition: .4s;
}

.widget-categories ul li a:hover {
	opacity: .6;
}

.widget-categories img {
	border-radius: 50%;
	float: left;
	height: 45px;
	margin-right: 10px;
	width: 45px;
}

.widget-categories li {
	line-height: 42px;
	margin-bottom: 15px;
}

.widget-categories li:last-of-type {
	margin-bottom: 0;
}

.widget-tags ul li {
	display: inline-block;
	margin: 0 2px 5px 0;
}

.widget-tags ul li a {
	background: #eee none repeat scroll 0 0;
	border-radius: 100px;
	color: #333;
	display: block;
	font-size: 13px;
	padding: 3px 9px;
	text-transform: capitalize;
	transition: .4s;
	-webkit-transition: .4s;
}

.widget-tags ul li a:hover {
	background: #00299b;
	color: #fff;
}

.single-blog-post {
	box-shadow: 0 15px 20px 0 rgba(0,0,0,.06);
}

.single-blog-post .blog-item-info {
	padding: 50px 30px;
}

.blog-content .single-blog-post {
	margin-bottom: 30px;
	margin-top: 0;
}

.blog-comment {
	box-shadow: 0 15px 20px 0 rgba(0,0,0,.06);
	margin-top: 30px;
	overflow: hidden;
	padding: 50px 30px;
}

.blog-comment .comment-list .the-comment {
	border-bottom: 1px solid #e7e6e6;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.blog-comment .avatar {
	background: #fff none repeat scroll 0 0;
	border: 1px dashed #346afe;
	border-radius: 3px;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

.blog-comment .comment-list {
	list-style: outside none none;
	margin: 0 0 50px;
	padding: 0;
}

.blog-comment .comment-author {
	margin-bottom: 10px;
}

.blog-comment .meta {
	color: #999;
	font-size: 13px;
	margin-bottom: 10px;
}

.blog-comment .comment-list .children {
	padding-left: 40px;
}

.blog-comment>h4 {
	margin: 0 0 30px;
}

.comment-text>p {
	font-size: 14px;
	margin-bottom: 0;
}

#comment-form .form-control {
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 18px;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	width: 100%;
	height: auto;
}

.btn-common {
	background-color: #00299b;
	border-color: #00299b;
	color: #fff;
}

.partners-logo {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eee;
	display: block;
	padding: 30px;
}

.partners-logo:hover {
	opacity: .5;
}

.partner-slides {
	margin-top: 40px;
}

.footer-top-area {
	background: #262829;
}

.footer-logo {
	background: #00299b;
	display: inline-block;
	margin-bottom: 20px;
	padding: 15px;
}

.footer-top-area {
	color: #cacaca;
	font-size: 14px;
	font-weight: 400;
}

.footer-wid.footer-menu li {
	margin-bottom: 8px;
}

.footer-wid.footer-menu li:last-child {
	margin-bottom: 0;
}

.footer-top-area a.link-color {
	color: #3d53e5;
	font-weight: 700;
}

.footer-top-area a {
	color: #cacaca;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.footer-top-area a:hover {
	color: #00299b;
}

.footer-wid.footer-menu li a i {
	margin-right: 2px;
}

.footer-wid .address-info span i {
	margin-right: 3px;
}

.footer-wid {
	padding: 0 0 40px;
}

.footer-wid-title {
	color: #e1e1e1;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.social-icos {
	padding: 0 0 40px;
}

.subscribe {
	margin-top: 10px;
}

.subscribe input {
	background: #e1e1e1 none repeat scroll 0 0;
	border: medium;
	color: #303030;
	height: 35px;
	padding: 0 15px;
	width: 100%;
}

.subscribe button {
	background: #3d53e5 none repeat scroll 0 0;
	border: medium;
	font-weight: 700;
	height: 35px;
	margin-top: 10px;
	text-transform: capitalize;
	width: 100%;
	transition: .4s;
	-webkit-transition: .4s;
	color: #fff;
}

.subscribe button:hover {
	opacity: .5;
}

.social-icos {
	padding: 0 0 40px;
}

.social-icos a {
	background: #838b8c none repeat scroll 0 0;
	border-radius: 50%;
	color: #262829;
	display: block;
	font-size: 17px;
	height: 34px;
	line-height: 36px;
	width: 34px;
}

.social-icos a:hover {
	background: #00299b;
	color: #fff;
}

.footer-copyright-area {
	background: #000;
	color: #838b8c;
	padding: 15px 0;
	font-size: 15px;
	font-weight: 400;
}

.footer-copyright-area a {
	color: #838b8c;
	font-size: 15px;
	font-weight: 400;
}

.footer-copyright-area a:hover {
	opacity: .5;
}

.footer-copyright-area a span {
	margin: 0 4px;
}

.footer-top-info {
	margin-top: 40px;
	padding-left: 82px;
	position: relative;
}

.footer-top-info>p {
	font-size: 28px;
	font-weight: 300;
	line-height: 34px;
	margin: 0;
}

.footer-icons {
	border: 4px solid #9c9c9c;
	border-radius: 50%;
	display: inline-block;
	font-size: 28px;
	height: 70px;
	left: 0;
	line-height: 64px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 70px;
}

.footer-top-info .flaticon-crane::before {
	font-size: 30px;
	margin-left: 5px;
}

.hr-line {
	background-color: #9c9c9c;
	opacity: .5;
	height: 1px;
	margin: 40px 0;
}

.hexagon {
	position: relative;
	width: 215px;
	height: 124.13px;
	margin: 62.07px 0;
	background-image: url(../img/hexagon-2.webp);
	background-size: auto 248.2606px;
	background-position: center;
	float: left;
}

.hexagon:first-child {
	background-image: url(../img/hexagon-1.webp);
}

.hexagon:last-child {
	margin-left: 107px;
	margin-top: -1px;
	background-image: url(../img/hexagon-3.webp);
}

.hexTop,.hexBottom {
	position: absolute;
	z-index: 1;
	width: 152.03px;
	height: 152.03px;
	overflow: hidden;
	-webkit-transform: scaleY(.5774) rotate(-45deg);
	-ms-transform: scaleY(.5774) rotate(-45deg);
	transform: scaleY(.5774) rotate(-45deg);
	background: inherit;
	left: 31.49px;
}

.hexTop:after,.hexBottom:after {
	content: "";
	position: absolute;
	width: 215px;
	height: 124.13030787576955px;
	-webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-62.0652px);
	-ms-transform: rotate(45deg) scaleY(1.7321) translateY(-62.0652px);
	transform: rotate(45deg) scaleY(1.7321) translateY(-62.0652px);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	background: inherit;
}

.hexTop {
	top: -76.014px;
}

.hexTop:after {
	background-position: center top;
}

.hexBottom {
	bottom: -76.014px;
}

.hexBottom:after {
	background-position: center bottom;
}

.hexagon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 215px;
	height: 124.1303px;
	z-index: 2;
	background: inherit;
}

.gallery-item {
	/*margin-right: -15px;
	margin-left: -15px;*/
	margin: 5px 0 5px -20px;
}

.gallery-boxed {
	display: none;
}

.gallery-item-one {
	text-align: center;
	margin-bottom: 30px;
}

.gallery-item-one .pic {
	position: relative;
}

.gallery-item-one .pic:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.55);
	opacity: 0;
	transition: all .3s ease 0s;
}

.gallery-item-one .pic:after {
	content: "";
	width: 90%;
	height: 90%;
	border: 1px solid #f5f5f6;
	position: absolute;
	top: 5%;
	left: 5%;
	opacity: 0;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
}

.gallery-item-one:hover .pic:before,.gallery-item-one:hover .pic:after {
	opacity: 1;
}

.gallery-item-one .pic img {
	width: 100%;
	height: auto;
}

.gallery-item-one .lightbox-link {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 60%;
	left: 0;
	opacity: 0;
	z-index: 1;
	margin-top: -20px;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
}

.gallery-item-one:hover .lightbox-link {
	opacity: 1;
	top: 50%;
}

.gallery-item-one .lightbox-link li {
	display: inline-block;
	margin-right: 10px;
}

.gallery-item-one .lightbox-link li a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 51px;
	border-radius: 50%;
	font-size: 25px;
	color: #f5f5f6;
	border: 1px solid #f5f5f6;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
}

.gallery-item-one .lightbox-link li a:hover {
	background: #00299b;
	border-color: #00299b;
}

.gallery-item-one .gallery-content {
	padding: 15px 0;
	background: #323232;
	border-top: 2px solid #00299b;
	overflow: hidden;
	position: relative;
}

.gallery-item-one .gallery-content:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #00299b;
	position: absolute;
	top: -100%;
	left: 0;
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}

.gallery-item-one:hover .gallery-content:before {
	top: 0;
}

.gallery-item-one .title {
	font-size: 24px;
	color: #f2f2f2;
	margin: 0 0 5px;
	text-transform: capitalize;
	z-index: 1;
	position: relative;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}

.gallery-item-one .post {
	display: block;
	font-size: 14px;
	color: #eee;
	text-transform: capitalize;
	z-index: 1;
	position: relative;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}

.gallery-item-one:hover .title,.gallery-item-one:hover .post {
	color: #fff;
}

@media screen and (max-width:990px) {
	.gallery-item-one {
		margin-bottom: 20px;
	}
		.gallery-item {
		margin:5px 0 5px 0;
	}
}

.shorting-menu {
	margin-bottom: 50px;
}

.shorting-menu>button {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #9d9d9d;
	color: #9d9d9d;
	margin: 0 5px;
	padding: 10px 25px;
	position: relative;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	margin:10px 0 10px 0;
}

.shorting-menu>button.mixitup-control-active,.shorting-menu>button:hover {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #666;
	color: #666;
	
}

.shorting-menu>button.mixitup-control-active::before {
	bottom: -13px;
	color: #000;
	content: "";
	font-family: FontAwesome;
	height: auto;
	left: 50%;
	margin-left: -10px;
	position: absolute;
}

.instagram-block-area {
	border-top: 1px solid #eee;
	padding: 50px 0 0;
}

.instagram-pic .swiper-slide {
	width: 250px;
	height: 250px;
}

.instagram-pic {
	margin: 50px auto 0;
}

.insta-lightbox:hover {
	opacity: .4;
}

.area-title {
	border-bottom: 1px solid #f7f8fa;
	margin-bottom: 30px;
	margin-top: 0;
	padding-bottom: 10px;
	position: relative;
	text-transform: capitalize;
}

.area-title::before {
	background: #3d53e5 none repeat scroll 0 0;
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 110px;
}

.contact-us .media {
	border: 1px solid #f7f8fa;
	padding: 40px 20px;
	transition: .4s;
	-webkit-transition: .4s;
}

.contact-us .media:hover {
	background: #f7f8fa;
	box-shadow: 0 10px 25px 0 rgba(0,0,0,.1);
}

.contact-us .media .media-left {
	padding-right: 15px;
}

.contact-us .media .media-left i {
	font-size: 40px;
	color: #3d53e5;
}

.contact-us .media .media-body h4 {
	color: #666;
	font-weight: 300;
	line-height: 27px;
	margin: 0;
	font-size: 20px;
	text-transform: capitalize;
}

.contact-form-area {
	padding: 100px 0 0;
}

.contact-form-area .form-group .form-control {
	background: #f7f8fa none repeat scroll 0 0;
	border: medium;
	border-radius: 0;
	height: 45px;
	box-shadow: none;
}

.contact-form-area .form-group textarea.form-control {
	height: auto!important;
}

.contact-form-area .form-group label {
	color: #666;
	font-weight: 400;
}

.contact-form-area .btn-send-message {
	background: #000 none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	padding: 10px 25px;
}

.contact-img-bg {
	height: 470px;
	background-color: #fff;
	background-size: cover;
	background-position: center center;
}

.contact-img-bg {
	background-image: url(assets/img/contact-img-bg.png);
}

#map {
	background-color: #eaeaea;
	height: 500px;
	width: 100%;
}

.back-to-top {
	position: fixed;
	right: 1.5%;
	bottom: -7.5%;
	height: 15px;
	width: 40px;
	padding: 3px 5px;
	font-size: 10px;
	font-weight: 700;
	color: transparent;
	opacity: .5;
	z-index: 3;
	visibility: hidden;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background-color: #858585;
}

.back-to-top:hover,.back-to-top:focus {
	opacity: 1;
	text-decoration: none;
}

.back-to-top:focus {
	outline: thin dotted;
}

.back-to-top::before,.back-to-top::after {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 0;
}

.back-to-top::before {
	top: -20px;
	z-index: 4;
	border-bottom: 20px solid #858585;
}

.back-to-top::after {
	bottom: 0;
	z-index: 5;
	border-bottom: 20px solid #505050;
}

.back-to-top:hover,.back-to-top:focus {
	height: 40px;
	color: #212223;
}

.show-back-to-top {
	display: block;
	bottom: 1.25%;
	visibility: visible;
}

.signup-form .logo-two {
	text-align: center;
	background-color: #00299b;
	max-width: 390px;
	margin: auto;
	padding-bottom: 15px;
}

.form-control,.form-control:focus,.input-group-addon {
	border-color: #e1e1e1;
	border-radius: 0;
}

.signup-form {
	width: 390px;
	margin: 30px auto;
}

.signup-form h2 {
	color: #636363;
	margin: 0 0 12px;
	text-align: center;
	font-size: 30px;
}

.signup-form .lead {
	font-size: 14px;
	margin-bottom: 30px;
	text-align: center;
}

.signup-form form {
	color: #999;
	border-radius: 1px;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #f3f3f3;
	box-shadow: 0 2px 2px rgba(0,0,0,.3);
	padding: 30px;
}

.signup-form .form-group {
	margin-bottom: 20px;
}

.signup-form label {
	font-weight: 400;
	font-size: 13px;
}

.signup-form .form-control {
	min-height: 38px;
	padding-left: 40px;
	font-size: 14px;
	box-shadow: none!important;
	border-width: 0 0 1px;
}

.signup-form .input-group-addon {
	position: absolute;
	left: 5px;
	bottom: 5px;
	z-index: 5;
}

.signup-form .btn {
	font-size: 16px;
	font-weight: 700;
	background: #00299b;
	border-radius: 3px;
	border: none;
	min-width: 140px;
	outline: none!important;
}

.signup-form .btn:hover,.signup-form .btn:focus {
	background: #00299b;
}

.signup-form a {
	color: #00299b;
	text-decoration: underline;
}

.signup-form a:hover {
	text-decoration: none;
}

.signup-form form a {
	color: #00299b;
	text-decoration: none;
}

.signup-form form a:hover {
	text-decoration: underline;
}

.signup-form .fa {
	font-size: 21px;
}

.signup-form .fa-paper-plane {
	font-size: 17px;
}

.signup-form .fa-check {
	color: #fff;
	left: 9px;
	top: 18px;
	font-size: 7px;
	position: absolute;
}

input.parsley-error,select.parsley-error,textarea.parsley-error {
	background-color: #f2dede!important;
	border: 1px solid #eed3d7!important;
	color: #b94a48!important;
}

li.parsley-required,#contact_send_status {
	color: red!important;
}

.parsley-minlength,.parsley-type {
	font-size: 13px;
}

.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #eee;
	background-color: #0E86D4;
	color: #fff;
}

.panel-default>.panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #fff;
	border-color: #eee;
}

.panel-title {
	font-size: 14px;
}

.panel-title>a {
	display: block;
	padding: 15px;
	text-decoration: none;
	margin: 4px 0 0 0;
	border: 1px solid #0E86D4;
}

.more-less {
	float: right;
	color: #0E86D4;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #eee;
}

.pp-text {
  text-align: justify;
  text-justify: inter-word;
  padding: 0 6px 0 6px;
}

.p-two {
	color: red;
}

.cooming-soon {
	background-color: #ddd;
	background-position: center center;
	background-size: cover;
	height: 100vh;
	width: 100%;
	color: #fff;
}

.site-logo {
	margin-bottom: 45px;
}

.cooming-soon h1 {
	color: #fff;
	font-weight: 300;
	line-height: 50px;
	text-transform: uppercase;
}

.cooming-soon span {
	font-weight: 700;
}

.cooming-soon p {
	color: #c7c3c7;
}

.subscribe-form {
	position: relative;
	max-width: 450px;
	margin: 40px auto 0;
}

.subscribe-form input {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #eee;
	color: #fff;
	height: 45px;
	padding: 7px 15px;
	width: 100%;
	border-radius: 4px;
}

.subscribe-form button {
	border: 1px solid #eee;
	height: 45px;
	margin: 0;
	padding: 0 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.social-follow-us {
	margin: 40px 0 20px;
}

.social-follow-us ul li {
	display: inline-block;
	margin: 0 10px;
}

.social-follow-us ul li a {
	border-radius: 50%;
	display: block;
	font-size: 22px;
	height: 40px;
	line-height: 42px;
	width: 40px;
}

.social-follow-us ul li a:hover {
	color: #fff;
	opacity: .7;
}

.facebook {
	background: #3b5999;
	color: #fff;
}

.twitter {
	background: #55acef;
	color: #fff;
}

.linkedin {
	background: #0077b5;
	color: #fff;
}

.google-plus {
	background: #e14a39;
	color: #fff;
}


/* ====================================================================================================
Main_page_service_grid - start
==================================================================================================== */

@media all {
	.col-xs-12 {
		float: left;
	}
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
	.col-lg-6, .col-md-12, .col-sm-12, .col-xs-12 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-xs-12 {
		width: 100%;
	}
	@media (min-width:768px) {
		.col-sm-12 {
			float: left;
		}
		.col-sm-12 {
			width: 100%;
		}
	}
	@media (min-width:992px) {
		.col-md-12 {
			float: left;
		}
		.col-md-12 {
			width: 100%;
		}
	}
	@media (min-width:1200px) {
		.col-lg-6 {
			float: left;
		}
		.col-lg-6 {
			width: 50%;
		}
	}
	.row:after, .row:before {
		display: table;
		content: " ";
	}
	.row:after {
		clear: both;
	}
	* {
		margin: 0;
		padding: 0;
		outline: none!important;
		box-sizing: border-box;
		text-decoration: none!important;
		-webkit-text-size-adjust: 100%;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.services__item-block {
		display: block;
		position: relative;
		height: 335px;
		overflow: hidden;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		color: #fff!important;
	}
	.services__item-block .actions__wrap {
		bottom: 60px;
		right: -95px;
		opacity: 0;
		position: absolute;
		z-index: 5;
	}
	.services__item-block .actions__wrap:after {
		width: 0;
		height: 4px;
		content: '';
		position: absolute;
		right: 25px;
		top: 100%;
		background: #fff;
		border-radius: 2px;
		margin-top: 15px;
	}
	.services__item-block:before {
		content: '';
		position: absolute;
		left: -72px;
		height: 535px;
		width: 410px;
		-webkit-transform: rotate(30deg);
		-moz-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		-o-transform: rotate(30deg);
		transform: rotate(30deg);
		top: -148px;
		z-index: 2;
		background: rgba(0, 0, 0, 0.8);
	}
	.services__item-block:after {
		content: '';
		position: absolute;
		right: -603px;
		height: 535px;
		width: 410px;
		-webkit-transform: rotate(30deg);
		-moz-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		-o-transform: rotate(30deg);
		transform: rotate(30deg);
		top: 16px;
		background: rgba(0, 0, 0, 0.8);
	}
	.services__item-block:hover .actions__wrap {
		right: 95px;
		opacity: 1;
	}
	.services__item-block:hover .actions__wrap:after {
		width: 225px;
	}
	.services__item-block:hover:before {
		left: -550px;
	}
	.services__item-block:hover:after {
		right: -203px;
	}
	.services__item-block:hover .services__item-header {
		background: rgba(0, 0, 0, 0.53);
	}
	.services__item-block:hover .services__item-header:after {
		width: 0;
	}
	.actions__span {
		letter-spacing: 1px;
		font-size: 16px;
		line-height: 20px;
	}
	.services__item-header {
		position: absolute;
		z-index: 5;
		top: 55px;
		left: 0;
		min-width: 325px;
		padding: 24px 30px 30px 60px;
		background: rgba(0, 0, 0, 0);
	}
	.services__item-header:after {
		left: 60px;
		top: 100%;
		margin-top: 15px;
		height: 4px;
		width: 90px;
		background: #fff;
		position: absolute;
		content: '';
	}
	.services__item-title {
		font-size: 32px;
		line-height: 30px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.services__item-subtitle {
		font-size: 20px;
		font-weight: 300;
		line-height: 19px;
	}
	.services__item {
		margin-bottom: 30px;
		display: inline-block;
		vertical-align: top;
		float: none;
	}
	.services__list {
		font-size: 0;
		margin-bottom: 40px;
	}
	.services__list .row {
		margin-bottom: -30px;
	}
	.services__item-bg {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		/*-webkit-filter: grayscale(1);
		filter: grayscale(1);
		filter: gray;*/
	}
	.services__item-block:hover .services__item-bg {
		-webkit-filter: none;
		filter: none;
	}
	.services__item-block:before, .services__item-header, .services__item-block:after, .services__item-header:after, .services__item-block .actions__wrap, .services__item-block .actions__wrap:after, .services__item-bg {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}
	@media screen and (max-width: 1280px) {
		.services__item-header {
			padding-left: 50px;
			top: 50px;
		}
		.services__item-header:after {
			left: 50px;
		}
		.services__item-block {
			height: 300px;
		}
		.services__item-block .actions__wrap {
			bottom: 52px;
		}
		.services__item-block:hover .actions__wrap {
			right: 80px;
		}
	}
	@media screen and (max-width: 1199px) {
		.services__item-header {
			padding-bottom: 24px;
			padding-left: 30px;
		}
		.services__item-header:after {
			left: 30px;
		}
		.services__item-block {
			height: 350px;
		}
		.services__item-block:hover .actions__wrap {
			right: 45px;
		}
		.services__item-block:hover:after {
			right: -275px;
		}
		.services__item-title {
			margin-bottom: 15px;
		}
	}
	@media screen and (max-width: 991px) {
		.services__item-block:after {
			right: -297px!important;
			-webkit-transform: rotate(25deg);
			-moz-transform: rotate(25deg);
			-ms-transform: rotate(25deg);
			-o-transform: rotate(25deg);
			transform: rotate(25deg);
		}
		.services__item-header {
			background: rgba(0, 0, 0, 0.53);
		}
		.services__item-header:after {
			display: none;
		}
		.services__item-block:before {
			display: none;
		}
		.services__item-block .actions__wrap {
			opacity: 1;
			right: 23px!important;
		}
		.services__item-block .actions__wrap:after {
			width: 180px!important;
		}
		.services__item-block {
			height: 320px;
		}
	}
	@media screen and (max-width: 767px) {
		.services__item {
			margin-bottom: 20px;
		}
		.services__item-block {
			height: 300px;
		}
		.services__item-block:after {
			-webkit-transform: rotate(29deg);
			-moz-transform: rotate(29deg);
			-ms-transform: rotate(29deg);
			-o-transform: rotate(29deg);
			transform: rotate(29deg);
		}
		.services__item-block .actions__wrap {
			right: 18px!important;
		}
		.services__item-subtitle {
			font-size: 14px;
			line-height: 13px;
		}
		.services__item-title {
			margin-bottom: 10px;
			font-size: 20px;
			line-height: 19px;
		}
		.services__item-header {
			min-width: 200px;
			padding: 17px 20px;
			top: 0;
		}
		.services .actions__wrap {
			padding-left: 20px;
			padding-right: 20px;
		}
	}
}
/* ====================================================================================================
Main_page_service_grid - end
==================================================================================================== */

/* ====================================================================================================
Social_buttons - start
==================================================================================================== */

h4 {
	text-align: center
}
.social-icon-card {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
}
.social-icon-card ul {
	list-style: none;
}
.social-icon-card ul li {
	width: 30px;
	height: 30px;
	position: relative;
	background: #e59500;
	cursor: pointer;
}
.social-icon-card ul li .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 13px;
	color: #fff;
}
.social-icon-card ul li.phone {
	background: #fff;
}
.social-icon-card ul li.facebook {
	background: #3b5998
}
.social-icon-card ul li.instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}
.social-icon-card ul li.phone div.slider {
	background: #fff;
}
.social-icon-card ul li.facebook div.slider {
	background: #3b5998
}
.social-icon-card ul li.instagram div.slider {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.social-icon-card .slider {
	content: "";
	position: absolute;
	top: 0;
	right: 30px;
	width: 0px;
	height: 30px;
	background: #eebb5c;
	transition: all 0.5s 0.3s ease;
}
.social-icon-card .slider a {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	line-height: 35px;
	opacity: 0;
	transition: all 0.6s ease;
	display: block;
	text-decoration: none;
	margin-top: -1.5%;
}
.social-icon-card ul li:hover .slider {
	width: 100px;
	transition: all 0.1s ease;
}
.social-icon-card ul li:hover .slider a {
	opacity: 1;
	transition: all 1s 0.2s ease;
}
/* ====================================================================================================
Social_buttons - end
==================================================================================================== */

/* ====================================================================================================
Button_flip_animation - start
==================================================================================================== */
.btn-flip {
	opacity: 1;
	outline: 0;
	color: #fff;
	font-weight: 900;
	line-height: 40px;
	position: relative;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 10px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

.btn-flip:before {
	top: -10px;
	left: 0;
	opacity: 1;
	color: #fff;
	font-size: 15px;
	display: block;
	padding: 0 30px;
	line-height: 10px;
	transition: 0.5s;
	position: relative;
	content: attr(data-front);
	transform: translateY(0) rotateX(0);
}
@media all and (max-width:74.9375em) {
	a.btn-flip {
		display: block;
		margin: 0.2em auto;
		white-space: nowrap;
		text-align: center;
		max-width: 250px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width:1200px) {
.hidd-div {
position: absolute;
overflow: hidden;
padding: 0;
border: 0;
height: 1px;
width: 1px;
margin: -1px;
clip: rect(0, 0, 0, 0);
}
}
/* ====================================================================================================
Button_flip_animation - end
==================================================================================================== */

/* ====================================================================================================
Contact_form - start
==================================================================================================== */

.contact2 {
	font-weight: 300;
	background-position: center top;
	margin-bottom:-15%;
}
.contact2 h1, .contact2 h2, .contact2 h3, .contact2 h4, .contact2 h5, .contact2 h6 {
	color: #3e4555;
}
.contact2 .font-weight-medium {
	font-weight: 500;
}
.contact2 .subtitle {
	color: #8d97ad;
	line-height: 24px;
}
.contact2 .bg-image {
	background-size: cover;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.contact2 .card.card-shadow {
	-webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
	box-shadow: 0px 0px 10px rgba(115, 128, 157, 0.4);
}
.contact2 .detail-box .round-social {
	margin-top: 100px;
}
.contact2 .round-social a {
	background: transparent;
	margin: 0 7px;
	padding: 11px 12px;
}
.contact2 .contact-container .links a {
	color: #8d97ad;
}
.contact2 .btn-danger-gradiant {
	background: #000;
	border-radius: 12px;
}
.contact2 .btn-danger-gradiant:hover {
	background: #000;
}
/* ====================================================================================================
Contact_form - end
==================================================================================================== */

a.accordOne {
	color: #000;
}
a.accordOne:hover {
	color: #000;
}
a.accordTwo {
	color: #ff0000;
}
a.accordTwo:hover {
	color: gray;
}
/* ====================================================================================================
Video_background - start
==================================================================================================== */

video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
#videobg {
	position: relative;
	height: 100vh;
	background: 0 0;
	padding: 0;
	overflow: hidden;
	background-image: url("../../library/img/Poli/0(14).webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}
/* ====================================================================================================
Video_background - end
==================================================================================================== */

/* ====================================================================================================
Scrolldown_video_animation - start
==================================================================================================== */

.scroll-down {
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.scroll-down span:nth-child(2) {
	animation-delay: -0.2s;
}
.scroll-down span:nth-child(3) {
	animation-delay: -0.4s;
}
.scroll-down span {
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 2s infinite;
}
@keyframes animate {
	0% {
		opacity: 0;
		transform: rotate(45deg) translate(-20px, -20px);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: rotate(45deg) translate(20px, 20px);
	}
}
/* ====================================================================================================
Scrolldown_video_animation - end
==================================================================================================== */

/* ====================================================================================================
Scrollbar - start
==================================================================================================== */

html {
	--scrollbarBG: #000;
	--thumbBG: #fff;
	--thumbBGH: grey;
}
body::-webkit-scrollbar {
	width: 11px;
}
body {
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG);
	border-radius: 6px;
	border: 3px solid var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb:hover {
	background-color: var(--thumbBGH);
}
/* ====================================================================================================
Scrollbar - end
==================================================================================================== */

/* ====================================================================================================
Testimonial_style - start
==================================================================================================== */

.shadow-effect {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #ECECEC;
	border-radius: 15px;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}
#customers-testimonials .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
}
#customers-testimonials .img-circle {
	border-radius: 50%;
	width: 80px;
	height: 80px;
}
#customers-testimonials .img {
	width: 100%;
}
.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: #000;
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}
#customers-testimonials .item {
	text-align: center;
	padding: 50px;
	margin-bottom: 80px;
	opacity: .2;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
	max-width: 90px;
	margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
	background: #000;
	transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
	background: #000;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
}
.checked {
	color: orange;
}
/* ====================================================================================================
Testimonial_style - end
==================================================================================================== */

/* ====================================================================================================
Testimonial_namebox_style - start
==================================================================================================== */

.testimonial-name {
	display: inline-block;
	text-align: center;
	border-radius: 15px;
	position: relative;
	box-shadow: 0 2px 10px rgba(255, 255, 255, .16), 0 3px 6px rgba(255, 255, 255, .2);
	z-index: 2;
}
a.client-names {
	color: white;
}
a.client-names:before {
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	content: '';
	background: rgba(255, 255, 255, .5);
	color: #fff;
	z-index: -1;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: none;
}
a.client-names:hover:before {
	-webkit-transition: .5s all ease;
	transition: .5s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}
a.client-names:hover {
	color: #fff;
}
/* ====================================================================================================
Testimonial_namebox_style - end
==================================================================================================== */

/* ====================================================================================================
Testimonial_arrows - start
==================================================================================================== */

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	width: 30px;
	height: 30px;
}
.owl-carousel .owl-nav .owl-prev {
	background: url('../img/left_30.png') no-repeat;
}
.owl-carousel .owl-nav .owl-prev:hover {
	background: url('../img/left_o_30.png') no-repeat;
}
.owl-carousel .owl-nav .owl-next {
	background: url('../img/right_30.png') no-repeat;
}
.owl-carousel .owl-nav .owl-next:hover {
	background: url('../img/right_o_30.png') no-repeat;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
.owl-nav .owl-next {
	left: auto;
	right: 0;
}
/* ====================================================================================================
Testimonial_arrows - end
==================================================================================================== */

/* ====================================================================================================
Price_alert_animation - start
==================================================================================================== */

.hidden {
	display: none;
}
input[type=checkbox]+label {
	position: relative;
}
input[type=checkbox]:checked+label {
	animation: closing 0.3s forwards ease-in-out, moving 0.3s forwards ease-in-out;
}
.alert-message {
	border: 1px solid rgba(#000, 0.25);
	color: #b94b45;
	border-radius: 15px;
	line-height: 30px;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding: 12px;
	box-sizing: border-box;
	color: rgba(255, 255, 255, .9);
	box-shadow: 0px 10px 50px rgba(0, 0, 0, .3);
	background: #000;
	text-align: center;
}
.ic {
	line-height: 30px;
	font-size: 30px;
	display: inline-bloxk;
	width: 35px;
	height: 35px;
	color: red;
}
.ringing-bell {
	position: absolute;
	left: 50%;
	top: 50%;
	transition: translate(-50%, -50%)
}
@-webkit-keyframes ring {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}
	2% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	4% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg)
	}
	6% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg)
	}
	8% {
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg)
	}
	10% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg)
	}
	12% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg)
	}
	14% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg)
	}
	16% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg)
	}
	18% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg)
	}
	20% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}
@keyframes ring {
	0% {
		-webkit-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}
	2% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	4% {
		-webkit-transform: rotate(-18deg);
		-ms-transform: rotate(-18deg);
		transform: rotate(-18deg)
	}
	6% {
		-webkit-transform: rotate(18deg);
		-ms-transform: rotate(18deg);
		transform: rotate(18deg)
	}
	8% {
		-webkit-transform: rotate(-22deg);
		-ms-transform: rotate(-22deg);
		transform: rotate(-22deg)
	}
	10% {
		-webkit-transform: rotate(22deg);
		-ms-transform: rotate(22deg);
		transform: rotate(22deg)
	}
	12% {
		-webkit-transform: rotate(-18deg);
		-ms-transform: rotate(-18deg);
		transform: rotate(-18deg)
	}
	14% {
		-webkit-transform: rotate(18deg);
		-ms-transform: rotate(18deg);
		transform: rotate(18deg)
	}
	16% {
		-webkit-transform: rotate(-12deg);
		-ms-transform: rotate(-12deg);
		transform: rotate(-12deg)
	}
	18% {
		-webkit-transform: rotate(12deg);
		-ms-transform: rotate(12deg);
		transform: rotate(12deg)
	}
	20% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}
.faa-ring.animated, .faa-ring.animated-hover:hover, .faa-parent.animated-hover:hover>.faa-ring {
	-webkit-animation: ring 4s ease infinite;
	animation: ring 4s ease infinite;
	transform-origin-x: 50%;
	transform-origin-y: 0px;
	transform-origin-z: initial
}
/* ====================================================================================================
Price_alert_animation - end
==================================================================================================== */

/* ====================================================================================================
Contact_input_style - start
==================================================================================================== */

/*input[type="text"], [type="message"], #message {
	border: 1px solid rgba(0, 0, 0, 1);
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}*/
input[type="text"]:focus, [type="message"]:focus, #message:focus {
	border-color: #000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(14, 134, 212, .075), 0 0 8px rgba(14, 134, 212, 0.2);
	box-shadow: inset 0 1px 1px rgba(14, 134, 212, .075), 0 0 8px rgba(14, 134, 212, 0.2);
}

/* ====================================================================================================
Contact_input_style - end
==================================================================================================== */

/* ====================================================================================================
hidden_item - start
====================================================================================================
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
====================================================================================================
hidden_item - end
==================================================================================================== */

/* ====================================================================================================
Small_fixes - start
==================================================================================================== */

.copy-1 {
	margin-top: 13px;
}
.dev-copy {
	width: 50px;
}
.contct {
	margin-top: 40px;
}
@media only screen and (max-width: 990px) {
	.hidetd {
		display: none;
	}
}
/* ====================================================================================================
Small_fixes - end
==================================================================================================== */

/* ====================================================================================================
Message_success & 404 windows - start
==================================================================================================== */
.success-message {
	 text-align: center;
	 max-width: 500px;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
}
 .success-message__icon {
	 max-width: 75px;
}
 .success-message__title {
	 color: green;
	 transform: translateY(25px);
	 opacity: 0;
	 transition: all 200ms ease;
	 margin-top: 20px;
	 line-height: 50px;
}
 .active .success-message__title {
	 transform: translateY(0);
	 opacity: 1;
}
 .success-message__content {
	 color: #fff;
	 transform: translateY(25px);
	 opacity: 1;
	 transition: all 200ms ease;
	 transition-delay: 50ms;
}
 .active .success-message__content {
	 transform: translateY(0);
	 opacity: 1;
}
 .icon-checkmark circle {
	 fill: green;
	 transform-origin: 50% 50%;
	 transform: scale(0);
	 transition: transform 200ms cubic-bezier(0.22, 0.96, 0.38, 0.98);
}
 .icon-checkmark path {
	 transition: stroke-dashoffset 350ms ease;
	 transition-delay: 100ms;
}
 .active .icon-checkmark circle {
	 transform: scale(1);
}

.cross__svg {
	 border-radius: 50%;
	 display: block;
	 height: 100px;
	 margin: 1rem auto;
	 stroke-width: 3;
	 width: 100px;
}
 .cross__circle {
	 animation: 0.6s ease 0s normal forwards 1 running stroke;
	 fill: none;
	 margin: 0 auto;
	 stroke: red;
	 stroke-dasharray: 166;
	 stroke-dashoffset: 166;
	 stroke-width: 2;
}
 .cross__path {
	 stroke: red;
	 stroke-dasharray: 48;
	 stroke-dashoffset: 48;
	 transform-origin: 50% 50% 0;
}
 .cross__path--right {
	 animation: 0.3s ease 0.4s normal forwards 1 running stroke;
}
 .cross__path--left {
	 animation: 1s ease 0.8s normal forwards 1 running stroke;
}
 @keyframes stroke {
	 100% {
		 stroke-dashoffset: 0;
	}
}

p.txtformat {
	font-size:40px;
	color:red;
	margin-top:80px;
	font-weight: bold;
}

@media all and (max-width:74.9375em) {
	p.txtformat {
		line-height: 50px;
	}
}
/* ====================================================================================================
Message_success & 404 windows - end
==================================================================================================== */
input + span {
  padding-right: 30px;
}

input:invalid+span:after {
  position: absolute; content: '✖';
  padding-left: 5px;
  color: #8b0000;
}

input:valid+span:after {
  position: absolute;
  content: '✓';
  padding-left: 5px;
  color: #009000;
}


/**/
#td-title {
	font-size: 35px;
	font-weight: bold;
	color: black;
}

#td-r {
	font-weight: bold;
	color: black;
}
/* ====================================================================================================

==================================================================================================== */
.rline {
	border: 3px solid red;
	border-radius: 13px;
}

/* ====================================================================================================
hide nav button on large screens - start
==================================================================================================== */
.nav-toggle{
   display : none; // display none for everyone
 }
/* Landscape phone to portrait tablet  show the button */
@media (max-width: 767px) {

 .nav-toggle{
   display : block;
 }
}
@media (max-width: 1200px) {

 .nav-toggle{
   display : block;
 }
}
/* ====================================================================================================
hide nav button on large screens - end
==================================================================================================== */

/* ====================================================================================================
partner-slides - start
==================================================================================================== */
.partners {
  padding: 10px;
}

@-webkit-keyframes slideleft {
  0% {
    background-position: 385000px;
  }
  100% {
    background-position: 0;
  }
}
@keyframes slideleft {
  0% {
    background-position: 385000px;
  }
  100% {
    background-position: 0;
  }
}
.partners-img-container {
  height: 100px;
  width: 100%;
  overflow: auto;
}
.partners-img-container-2 {
  height: 100px;
  width: 100%;
  overflow: auto;
}

.partners-img-container::-webkit-scrollbar {
  width: 0 !important;
}

/* hide scrollbar in Chrome */
.partners-img-container {
  scrollbar-width: none;
}

/* hide scrollbar in mozilla */
.partners-img-container {
  -ms-overflow-style: none;
}

.partners-img-container-2::-webkit-scrollbar {
  width: 0 !important;
}

/* hide scrollbar in Chrome */
.partners-img-container-2 {
  scrollbar-width: none;
}

/* hide scrollbar in mozilla */
.partners-img-container-2 {
  -ms-overflow-style: none;
}

/* hide scrollbar in IE */
.partners-img-container .partners-img {
  height: 100%;
  width: 200%;
  background: transparent url(../img/partneriai_pagrindinis.png) repeat-x 50% 0;
  -webkit-animation: slideleft 5000s linear infinite;
  animation: slideleft 5000s linear infinite;
  /*cursor: grab;*/
}

.partners-img-container-2 .partners-img-2 {
  height: 100%;
  width: 200%;
  background: transparent url(../img/partneriai_padangos.png) repeat-x 50% 0;
  -webkit-animation: slideleft 5000s linear infinite;
  animation: slideleft 5000s linear infinite;
  /*cursor: grab;*/
}
/* ====================================================================================================
partner-slides - end
==================================================================================================== */
.mont_kain{margin-top:-50px;}

/* ====================================================================================================
hide on desktop view show on mobile - start
==================================================================================================== */
.winmaclin {
	display: block;
}
.droidios {
	display: none;
}

@media screen and (max-width: 768px) {

.winmaclin {
	display: none;
}
.droidios {
	display: block;
}
}
/* ====================================================================================================
hide on desktop view show on mobile - end
==================================================================================================== */

/* ====================================================================================================
popup close button - start
==================================================================================================== 
.move-l {
	position:absolute;
  top: -1px;
  right: 6px;
}

.txtp {
	position:absolute;
  top: -5px;
  right: 3.1px;
  font-size: 13px;
}

[class^=item] {
  text-decoration: none;
  margin-right: 20px;
  background: transparent;
  box-shadow: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
[class^=item]:last-child {
  margin-right: 0;
}
.item-4 {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  transition: 0.3s ease-out;
}
.item-4:before, .item-4:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  left: 50%;
  top: 50%;
}
.item-4:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.item-4:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.item-4:hover, .item-4:focus {
  transform: scale(1.15);
  opacity: 1;
}
/* ====================================================================================================
popup close button - end
==================================================================================================== */
.nanotitle {
	font-size:30px;	
	font-weight:500;
}
.nanotitle2 {
	font-size:25px;
	font-weight:500;	
}
.nanotitle3 {
	font-size:23px;
	line-height: 40px;
}

.page-container-banner {
	  display: none;
      margin: 0;
      background-color: #000;
      text-align: center;
	  height: 180px;
    }

.custom-grid-banner {
      white-space: nowrap;
      padding-top: 80px;
      margin-bottom: -12px;
    }

.box-banner {
      background-color: #000;
      color: #fff;
      text-align: right;
      border-radius: 8px;
      margin: 30px; /* Add margin between boxes */
      font-weight: bold;
      font-size: 15px;
	  padding-right:10px;
    }
	
.box-banner2 {
      background-color: #000;
      color: #0E86D4;
      text-align: right;
      border-radius: 8px;
      font-weight: 900;
      font-size: 15px;
	  padding-right:10px;
    }

@media screen and (max-width: 600px) {
    .box-banner {
        display: block; /* Change to block on smaller screens */
        margin: 0; /* Adjust margin for smaller screens */
        padding-top: 5px;
		margin-bottom: -17px;
      }
    }
	
@media only screen and (max-width: 768px) {
  .page-container-banner {
    display: block;
  }
}

.phone-cst {
  font-weight: bold;
}




img{
  width:100%;
  height:auto;
}

.card{
  background:#fff;
  border-radius:5px;
  box-shadow: 0px 0px 50px #dadada;
  transition: 300ms ease-in;
}

.card:hover{
  transform: translateY(-8px);
  box-shadow: 0px 5px 10px #bbb;
}

.card-container{
  width:100%;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:2rem;
  justify-content:center;
}

.card-img img{
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}

.card-content{
  padding: 1em;
  text-align:center;
}

.card-title{
  font-family: 'Raleway', sans-serif;
  color:#000;
  font-weight:700;
  text-transform:uppercase;
  font-size:1.40em;
  line-height:1.5;
  margin-bottom:.75em;
}

.card-description{
  font-size:34px;
  line-height:22px;
  font-weight:700;
  color:#0E86D4;
  margin-bottom:.6em;
}

@media(max-width:767px){
  .card-container{
    grid-template-columns:1fr;
  }
}



:root{
  --bg_color : #0E86D4;
  --heading: #fff;
  --side: white;
}

.navmail{
  display: block;
  margin-top: -5px;
  font-family: "Source Code Pro", monospace;
  text-align: center;
}
h1.navmail{
  font-size: 0.9rem;
  font-weight: 900;
  position: relative;
  color: var(--heading)
}

@media only screen and (max-width: 1199px) {
.navmail{
		text-align: center;
		margin-top: 10px;
}
}