/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- Introduction
- Details
- Services 1
- Services 2
- Services 3
- Projects
- Testimonials
- Contact
- Footer
- Copyright
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/

/*****************************************
Colors:
- Backgrounds - light gray #f7f9fd
- Headings text - black #161223
- Body text - dark gray #53575a
- Buttons, icons - green #7dc22b
******************************************/


/**************************/
/*     General Styles     */
/**************************/
body,
html {
    width: 100%;
	height: 100%;
	
}

body, p {
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	color: rgba(1, 1, 68, 1); 
	font: 400 1rem/1.625rem "Montserrat", sans-serif;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
text-align: center;


}


body {
	
	background-color: #E8E8E8;
	font: 400 1rem/1.625rem "Montserrat", sans-serif;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
text-align: center;
overflow-x:hidden;
}



h1 {
	color: #161223;
	font-weight: 900;
	font-size: 0.5rem;
	line-height: 1.25rem;
	font-family: "Montserrat", sans-serif;
}

h2 {
	/* color: #161223; */
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.5rem;
	font-family: "Montserrat", sans-serif;
}

h3 {
	color: #161223;
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 2.25rem;
	font-family: "Montserrat", sans-serif;
}

h4 {
	color: #161223;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2rem;
	font-family:"Montserrat", sans-serif;
}

h5 {
	color: #161223;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-family: "Montserrat"
}

h6 {
	color: #161223;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.375rem;
	font-family: "Montserrat"
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem;
	
}
.p-small1 {
	text-align: center;
	font-size: 0.85rem;
	line-height: 1.5rem;
}
.p-small {
	font-size: 0.85rem;
	line-height: 1.5rem;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-family: "Poppins"
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: #53575a;
	text-decoration: underline;
}

a:hover {
	color: #53575a;
	text-decoration: underline;
}

.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}

.read-more {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
}

.read-more .fas {
	margin-left: 0.625rem;
	font-size: 1rem;
	vertical-align: -8%;
}

.green {
	color: #0A0A0B;
}

.bg-gray {
	
	background-image: url("./images/Мы.png");

}
.navbar-brand{
	margin-right: 6rem!important;
}
.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid 
	#FFCB05;
	border-radius: 4px;
	background-color: 
	#FFCB05;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: #000000; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid 
	#FFCB05;
	border-radius: 4px;
	background-color: 
	#FFCB05;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	background-color: transparent;
	color: 
	#FFCB05; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #161223;
	border-radius: 4px;
	background-color: transparent;
	color: #161223;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}
.btn-outline-reg:hover {
	background-color: #161223;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #161223;
	border-radius: 4px;
	background-color: transparent;
	color: #161223;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: #161223;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #161223;
	border-radius: 4px;
	background-color: transparent;
	color: #161223;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: #161223;
	color: #ffffff;
	text-decoration: none;
}

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.form-control-input,
.form-control-textarea {
	width: 100%;
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
	padding-left: 1.5rem;
	border: 1px solid #cbcbd1;
	border-radius: 4px;
	background-color: #ffffff;
	font-size: 0.875rem;
	line-height: 1.5rem;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-textarea {
	display: block;
	height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
}

.form-control-input:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.25rem;
	border: 1px solid 
	#FFCB05;
	border-radius: 4px;
	background-color: 
	#FFCB05;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	border: 1px solid #000000;
	background-color: transparent;
	color: #bb7000;
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
	background-color: 
	rgba(0, 0, 96, 1);
	font-weight: 600;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
    width: 150px;
	/* height: 85px; */
}

.navbar .logo-text {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1rem;
	text-decoration: none;
}

.offcanvas-collapse {
	/* min-width: 1440px; */
	position: fixed;
	top: 2.25rem; /* adjusts the height between the top of the page and the offcanvas menu */
	bottom:0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #161223;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
	font: Montserrat bold;
	padding-top: 1.25rem;
	padding-bottom: 0.625rem;
	color: #fdfdfd;
	transition: all 0.5s ease;
}




.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover
{
	color: 	#FFCB05;

}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 1.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
	}
}

.navbar .dropdown-menu {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	border: none;
	background-color: #161223;
}

.navbar .dropdown-item {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #eeeeee;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	text-decoration: none;
}

.navbar .dropdown-item:hover {
	background-color: #161223;
	color: #FFCB05;
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	margin: 0.5rem auto 0.5rem auto;
	border: none;
	background-color: #5b5f66;
}
/* end of dropdown menu */

.navbar .fa-stack {
	width: 2em;
	margin-right: 0.25rem;
	font-size: 1.5rem;
}

.navbar .fa-stack-2x {
	color:rgba(1, 59, 130, 0.55);
	transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
	color: #ffffff;
}

.navbar .fa-stack:hover .fa-stack-1x {
	color: 
	#FFCB05;
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}


/*****************/
/*    Header     */
/*****************/
.header {
	position: relative;
}

.header #video-background {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100; 
	opacity: 0.7;
}

.header .header-content {
	padding-top: 11rem;
	padding-bottom: 9rem;
	background: linear-gradient(rgb(2 7 18 / 30%), rgb(0 0 0 / 30%));
	background-size: cover;
	text-align: center; 
}

.header .h1-large {
	text-transform: uppercase;
font-weight: bold;
	margin-bottom: 1.5rem;
	color: #ffffff;
	font-size: 3rem;
	line-height: 3.5rem;
	
}


/************************/
/*     Introduction     */
/************************/
.cards-1 {
	
	
	
	
	
	background-color: #E8E8E8;

	padding-top: 6rem;
	padding-bottom: 5.25rem;
	text-align: center;
	
}

.cards-1 .h2-heading {
	font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 30px;
text-align: center;



text-transform: uppercase;

	margin-bottom: 1.125rem;
	color:rgba(1, 1, 68, 1);
}

.cards-1 .p-heading {
	margin-bottom: 2rem;
	text-align: center;
	color:rgba(84, 93, 102, 1);
	;
}

.cards-1 .p-heading1 {
font-style: normal;
font-weight: 400;
font-size: 25px;
line-height: 30px;
text-align: center;
margin-bottom: 3rem;
color: rgba(84, 93, 102, 1);
}

.cards-1 .card {

	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
	background-color:#E8E8E8;

    background-clip: border-box;
    border: 1pxsolidrgba(0,0,0,.125);
    border-radius: 0.25rem;
    align-content: stretch;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
	margin-bottom: 4rem;
	border: none;
	border-radius: 6px;
}


.cards-1 .card .img {
	width: 150px;
    height: 150px;}



.cards-1 .card-body {
	line-height: 1.2;
	/* color: #ffffff; */
	padding: 0;
}

.cards-1 .card-icon {
	width: 90px;
	height: 90px;
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #FFCB05;
	text-align: center;
}

.cards-1 .card-icon .fas {
	color: #ffffff;
	font-size: 2.125rem;
	line-height: 90px;
}

.cards-1 .card-title {font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin-top: 2.85rem;
	margin-bottom: 0.925rem;
	color: #545D66;
}


/*******************/
/*     Details     */
/*******************/
.split .area-1 {
	height: 430px;
	background: url('../images/details-background.jpg') center center no-repeat;
	background-size: cover;
}

.split .area-2 {
	padding-top: 9.25rem;
	padding-bottom: 9.75rem;
}

.split h2 {
	margin-bottom: 1.5rem;
}

.split p {
	margin-bottom: 2.25rem;
}

.split p:last-of-type {
	margin-bottom: 0;
}


/**********************/
/*     Services 1     */
/**********************/
.basic-1 {
	padding-top: 9.75rem;
	padding-bottom: 5rem;
}

.basic-1 .image-container {
	margin-bottom: 4rem;
}

.basic-1 .image-container img {
	border-radius: 8px;
}

.basic-1 h2 {
	margin-bottom: 1.5rem;
}


/**********************/
/*     Services 2     */
/**********************/
.basic-2 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.basic-2 .image-container {
	margin-bottom: 4rem;
}

.basic-2 .image-container img {
	border-radius: 8px;
}

.basic-2 h2 {
	margin-bottom: 1.5rem;
}


/**********************/
/*     Services 3     */
/**********************/
.basic-3 {
	padding-top: 5rem;
	padding-bottom: 9.75rem;
}

.basic-3 .image-container {
	margin-bottom: 4rem;
}

.basic-3 .image-container img {
	border-radius: 8px;
}

.basic-3 h2 {
	margin-bottom: 1.5rem;
}


/********************/
/*     Projects     */
/********************/
.filter {
	background-color: #E8E8E8;;
	padding-top: 1.5rem;
	padding-bottom: 0.625rem;
	text-align: center;
}

.filter h2 {
	font-weight: 700;
font-size: 35px;
line-height: 43px;
text-align: center;

color: rgba(1, 1, 68, 1);

	margin-bottom: 2.625rem;
}

.filter .button-group {
	margin-left:217px;
	margin-bottom: 1.375rem;
}

.filter .button {
	margin-right: 0.25rem;
	margin-bottom: 0.75rem;
	margin-left: 0.25rem;
	padding: 0.025rem 0.875rem;
	border: none;
	background-color: #ffffff;
	color: rgb(38, 38, 40);
	font-weight: 600;
	font-size: 0.875rem;
}

.filter .button:hover,
.filter .button.is-checked {
	background-color: #FFCB05;
	color: #ffffff;
}

.filter .grid {
	margin-right: auto;
	max-width: 351px;
	margin-left: auto;
}

.filter .element-item {
	margin-bottom: 3rem;
}

.filter .element-item a {
	text-decoration: none;
}

.filter .element-item img {
	margin-bottom: 1.125rem;
	border-radius: 8px;
}

.filter .element-item p {
	text-align: center;
}



.container .row p {
	margin-top: 7px;
position: relative;

}



/************************/
/*     Testimonials     */
/************************/
.slider-1 {
	position: relative;
	padding-top: 2.75rem;
	/* padding-bottom: 2.5rem; */
}

.slider-1 .slider-container {
	position: relative;
}

.slider-1 .swiper-container {
	position: static;
	width: 86%;
	text-align: center;
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-1 .swiper-button-prev {
	left: -10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .swiper-button-next {
	right: -10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .testimonial-image {
	width: 120px;
	height: 120px;
	margin-bottom: 2.25rem;
	border-radius: 50%;
}

.slider-1 .testimonial-text {
	margin-bottom: 1.75rem;
	font-size: 1.25rem;
	line-height: 2rem;
}

.slider-1 .testimonial-author {
	margin-bottom: 0.25rem;
	color: #161223;
}

.slider-1 .text-decoration {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}



/* +++++ TILES MENU +++++ */
.tiles-menu {
	text-align: center;
	margin-bottom: 4rem;
	/* border-bottom: solid 1px #414143;;
	margin-left: -1px; */
}
.tiles-menu .item {
	width: 25%;
	margin-bottom: -1px;
}
.tiles-menu .item a {
	display: block;
	/* border-left: solid 1px rgb(38, 38, 40);
	border-right: solid 1px rgb(38, 38, 40);
	border-bottom: solid 1px rgb(38, 38, 40); */
	height: 100%;
	color: rgb(2, 2, 102);
}
.tiles-menu .item a > span {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 10%;
	max-width: 420px;
}
.tiles-menu .item a > span > span {
	position: relative;
	display: block;
	padding-top: 100%;
	overflow: hidden;
}
.tiles-menu .item a:hover > span > span {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.tiles-menu .item a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.tiles-menu .item a img {
	-webkit-transform: rotate(0deg) translate(0, 0) scale(1,1);
	-moz-transform: rotate(0deg) translate(0, 0) scale(1,1);
	-ms-transform: rotate(0deg) translate(0, 0) scale(1,1);
	-o-transform: rotate(0deg) translate(0, 0) scale(1,1);
	transform: rotate(0deg) translate(0, 0) scale(1,1);

}
.tiles-menu .item a img+img {
	-webkit-transform: rotate(0deg) translate(0, 0) scale(1.04,1.04);
	-moz-transform: rotate(0deg) translate(0, 0) scale(1.04,1.04);
	-ms-transform: rotate(0deg) translate(0, 0) scale(1.04,1.04);
	-o-transform: rotate(0deg) translate(0, 0) scale(1.04,1.04);
	transform: rotate(0deg) translate(0, 0) scale(1.04,1.04);
}
.tiles-menu .item a img+img+img {

}
.tiles-menu .item a:hover img {
	-webkit-transform: rotate(-10deg) translate(0, -4%) scale(1.25,1.25);
	-moz-transform: rotate(-10deg) translate(0, -4%) scale(1.25,1.25);
	-ms-transform: rotate(-10deg) translate(0, -4%) scale(1.25,1.25);
	-o-transform: rotate(-10deg) translate(0, -4%) scale(1.25,1.25);
	transform: rotate(-10deg) translate(0, -4%) scale(1.25,1.25);
}
.tiles-menu .item a:hover img+img {
	-webkit-transform: rotate(-10deg) translate(0, 38%) scale(1.25,1.25);
	-moz-transform: rotate(-10deg) translate(0, 38%) scale(1.25,1.25);
	-ms-transform: rotate(-10deg) translate(0, 38%) scale(1.25,1.25);
	-o-transform: rotate(-10deg) translate(0, 38%) scale(1.25,1.25);
	transform: rotate(-10deg) translate(0, 38%) scale(1.25,1.25);
	box-shadow: 0 -10px 10px #16161859;
}
.tiles-menu .item a:hover img+img+img {
	-webkit-transform: rotate(-10deg) translate(0, 71%) scale(1.25,1.25);
	-moz-transform: rotate(-10deg) translate(0, 71%) scale(1.25,1.25);
	-ms-transform: rotate(-10deg) translate(0, 71%) scale(1.25,1.25);
	-o-transform: rotate(-10deg) translate(0, 71%) scale(1.25,1.25);
	transform: rotate(-10deg) translate(0, 71%) scale(1.25,1.25);
}
.tiles-menu .item b {
	position: relative;
	/* display: block; */
	margin: 10%;
	font-size: 1.75rem;
	/* padding-right: 2.25rem; */
}
.tiles-menu .item b > i {
	position: absolute;
	top: 50%;
	right: 0;
	height: 1.75rem;
	width: 2rem;
	margin-top: -.875rem;

	-webkit-transform: translateX(-1.5rem);
	-moz-transform: translateX(-1.5rem);
	-ms-transform: translateX(-1.5rem);
	-o-transform: translateX(-1.5rem);
	transform: translateX(-1.5rem);
	opacity: 0;
}
.tiles-menu .item a:hover b > i {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.tiles-menu .item b > i::before, .tiles-menu .item b > i::after {
	content: '';
	position: absolute;
	top: 50%;
}
.tiles-menu .item b > i::before {
	right: 0;
	width: 2rem;
	height: 1px;
	background-color: #050067;
}
.tiles-menu .item b > i::after {
	right: 1px;
	width: 1rem;
	height: 1rem;
	margin-top: -.5rem;
	border-top: solid 1px #0015a0;
	border-right: solid 1px #0015a0;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tiles-menu .item a b > span {
	font-size: .6em;
	text-align: center;
	color: #717175;
}
.move, button, .product .gal > i, .nav-other a i, .pricebox input+i::before, .sizes-list a::before, .nav-rotate, .contacts-bar-btn i, .filters-form input+label,
.selected-filters > p > span > i:hover::before, .selected-filters > p > span > i:hover::after, .selected-filters > p > span
 {
	-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear; -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.slow, a, img.lazy, img, .dzen-picsfeed-box, .subnav, .submenu-list a:hover > span,
.header, .nav, .contacts-bar-btn, .btn-sm a::before, .btn-md a::before, .btn-lg a::before, .btn-xl a::before, .btn-sm a::after, .btn-md a::after, .btn-lg a::after, .btn-xl a::after,
.btn-sm button::before, .btn-md button::before, .btn-lg button::before, .btn-xl button::before, .btn-sm button::after, .btn-md button::after, .btn-lg button::after, .btn-xl button::after,
.tiles-menu .item a > span > span, .tiles-menu .item b > i, .main-sldr, .items > a > span:first-child, .blog-list .items > a b, .cat .itm > a p + p, .cat .itm::before, .nav-other a > span,
.sizes-list,
.last-news-post, .last-news-post a > span b, .last-news-post a, .last-news-post a::before
{
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
/* +++++ / TILES MENU +++++ */





















/*******************/
/*     Contact     */
/*******************/
.form-1 {
	padding-top: 9.25rem;
	padding-bottom: 8.5rem;
	background-color: rgb(38, 38, 40);
	background-size: cover;
	text-align: center;
}

.form-1 .h2-heading {
	margin-bottom: 1.125rem;
	color: #ffffff;
}

.form-1 .p-heading {
	margin-bottom: 0.375rem;
	color: #ffffff;
}

.form-1 .list-unstyled {
	margin-bottom: 3.5rem;
	color: #ffffff;
}

.form-1 .list-unstyled a {
	color: #ffffff;
}

.form-1 .list-unstyled .fas {
	color: #FFCB05;
}

.form-1 .form-control-input,
.form-1 .form-control-textarea {
	border-color: #374959;
	background-color: #293642;
	color: #efefef;
}

.form-1 .form-control-input::placeholder,
.form-1 .form-control-textarea::placeholder {
	color: #efefef;
}


/**********************/
/*     Statistics     */
/**********************/
.counter {
	/* background-color: #000000; */
	background-image: url('../images/wecsg.jpg');
	width: auto;
	/* background-position-y: 1000px; */
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 2.75rem;
	/* padding-bottom: 12.375rem; */
	text-align: center;
}

.counter .counter-cell {
	margin-bottom: 4rem;
}

.counter .purecounter {
	margin-bottom: 1.5rem;
	color: #ffffff;
	font-weight: 700;
	font-size: 4rem;
	line-height: 3rem;
}

.counter .counter-info {
	padding-top: 0.7rem;
	font-style: normal;
font-weight: 400;
font-size: 35px;
line-height: 43px;
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.1rem;
}


/******************/
/*     Footer     */
/******************/
.footer {
	padding-top: 4.5rem;
	padding-bottom: 2rem;
	background-color: #01011A;
}

.footer a {
	text-decoration: none;
}

.footer .footer-col {
	margin-bottom: 3rem;
}

.footer h6 {
	margin-top: 1rem;
	margin-bottom: 0.625rem;
	color: #9ba3b1;
}

.footer p,
.footer a,
.footer ul {
	color: #ffffff;
}

.footer .li-space-lg li {
	margin-bottom: 0.375rem;
}

.footer .footer-col.third .fa-stack {
	width: 2em;
	margin-bottom: 1.25rem;
	margin-right: 0.375rem;
	font-size: 1.375rem;
}

.footer .footer-col.third .fa-stack .fa-stack-2x {
	color: #293642;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack .fa-stack-1x {
    color: #9ba3b1;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-2x {
    color: #FFCB05;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-1x {
	color: #ffffff;
}


/*********************/
/*     Copyright     */
/*********************/
.copyright {
	padding-bottom: 1rem;
	background-color: #01011A;
	text-align: center;
}

.copyright p,
.copyright a {
	color: #9ba3b1;
	text-decoration: none;
}


/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	position: fixed; 
  	z-index: 99; 
	bottom: 20px; 
	right: 20px; 
	display: none; 
	width: 52px;
	height: 52px;
	border: none; 
	border-radius: 50%; 
	outline: none; 
	background-color: #323137; 
	cursor: pointer; 
}

#myBtn:hover {
	background-color: #0f0f11;
}

#myBtn img {
	margin-bottom: 0.25rem;
	margin-left: 0.125rem;
	width: 18px;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
	background-color: #161223;
}

.ex-header h1 {
	color: #ffffff;
}

.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .flex-grow-1 {
	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: #FFCB05;
}

.ex-cards-1 .card {
	
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
	color: #FFCB05;
}

.ex-cards-1 .card .fa-stack-1x {
	width: 2em;
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 {
	margin-left: 2.25rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.5rem;
}


/*************************/
/*     Media Queries     */
/*************************/	
/* Min-width 768px */
@media (min-width: 768px) {

	/* Header */
	.header .header-content {
		padding-top: 15rem;
		padding-bottom: 13rem;
	}
	/* end of header */


	/* Statistics */
	.counter .counter-cell {
		display: inline-block;
		margin-right: 0rem;
		margin-left: 1.5rem;
		vertical-align: top;
	}

	.counter .purecounter {
		font-size: 2.5rem;
		line-height: 3rem;
	}
	/* end of statistics */


	/* Contact */
	.form-1 .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}
	/* end of contact */


	/* Extra Pages */
	.ex-basic-1 .text-box {
		padding: 1.75rem 2rem 0.875rem 2rem;
	}

	.footer .logo-image img{
		width: 200px;
	}
	/* end of extra pages */
}
/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {
	
	/* General Styles */
	.h2-heading {
		width: 50.25rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-heading {
		/* width: 70rem; */
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */


	/* Navigation */
	.navbar {
		padding-top: 1.75rem;
		background-color: transparent;
		box-shadow: none;
		transition: all 0.2s;
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color:rgba(1, 59, 130, 1);
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-left: 0;
		padding-right: 120px;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
		
	
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
		margin-left: 10px;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.navbar .nav-item .nav-link {
		padding-right: 2.75rem;
		padding-left: 0.75rem;
	}

	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.875rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
		padding-top: 0px;
	}
	
	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
	/* end of navigation */


	/* Header */
	.header .header-content {
		padding-top: 18rem;
		padding-bottom: 16rem;
	}
	
	.header .h1-large {
		margin-top: 120px;
		margin-bottom: 1.5rem;
		font-size: 3.3rem;
		line-height: 4.5rem;
		font-weight: 300rem;
	}
	/* end of header */


	/* Introduction */
	.cards-1 .card {
		display: inline-block;
		width: 290px;
		vertical-align: top;
		background-color: #E8E8E8;
	}
	
	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1.75rem;
		margin-left: 1.75rem;
	}
	/* end of introduction */




	
	/* Details */
	.split {
		height: 786px;
	}
	
	.split .area-1 {
		height: 100%;
		width: 50%;
		display: inline-block;
	}
	
	.split .area-2 {
		height: 100%;
		width: 50%;
		display: inline-block;
		padding-bottom: 0;
		vertical-align: top;
	}

	.split .text-container {
		width: 400px;
		margin-left: 3rem;
	}
	/* end of details */


	/* Services 1 */
	.basic-1 .image-container {
		margin-bottom: 0;
	}
	/* end of services 1 */
	
	
	/* Services 2 */
	.basic-2 .image-container {
		margin-bottom: 0;
	}
	/* end of services 2 */
	
	
	/* Services 3 */
	.basic-3 .image-container {
		margin-bottom: 0;
	}
	/* end of services 3 */


	/* Projects */
	.filter .grid {
		max-width: 750px;
	}

	.filter .element-item {
		display: inline-block;
		width: 250px;
		margin-right: 0rem;
		margin-left: 2.625rem;
		vertical-align: top;
		text-align: center;
	}
	/* end of projects */
	.card-text:last-child{
		font-family: Montserrat;
		font-size: 15px;
		font-weight: 300;
		line-height: 18px;
		letter-spacing: 0em;
		text-align: center;
		color: rgba(84, 93, 102, 1);
		


	}
	.footer .logo-image img{
		width: 200px;
	}

	/* Footer */
	.footer .footer-col {
		margin-bottom: 2rem;
	}

	.footer .footer-col.first {
		display: inline-block;
		width: 320px;

		vertical-align: top;
	}
	
	.footer .footer-col.second {
		padding-right: 80px;
		display: inline-block;
		width: 320px;
	
		vertical-align: top;
	}
	
	.footer .footer-col.third {
		display: inline-block;
		width: 224px;
		text-align: center;
		vertical-align: top;
	}

	.footer .footer-col.third .fa-stack {
		margin-right: 0;
		margin-left: 0.375rem;
	}
	/* end of footer */


	/* Extra Pages */
	.ex-cards-1 .card {
		display: inline-block;
		width: 296px;
		vertical-align: top;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1rem;
		margin-left: 1rem;
	}
	/* end of extra pages */
}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1440px) {
	
	/* General Styles */
	/* .container {
		max-width: 1440px;
	} */
	/* end of general styles */
	

	/* Header */
	offcanvas-collapseheader {
		height: 75vh;
	}
	
	.header .header-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 75vh;
		padding-top: 0;
		padding-bottom: 0;
	}

	.header .btn-solid-lg {
		padding: 1.875rem 3rem;
		font-size: 1rem;
	}
	/* end of header */


	/* Introduction */
	.cards-1 .card {
		width: 320px;
	}

	.cards-1 .card:nth-of-type(3n+2) {
		margin-right: 3.625rem;
		margin-left: 3.625rem;
	}
	/* end of introduction */


	/* Details */
	.split {
		height: 708px;
	}

	.split .text-container {
		width: 450px;
		margin-left: 6rem;
	}
	/* end of details */


	/* Services 1 */
	.basic-1 .text-container {
		margin-top: 4rem;
		margin-left: 5rem;
	}
	/* end of services 1 */
	
	
	/* Services 2 */
	.basic-2 .text-container {
		margin-top: 4rem;
		margin-left: 5rem;
	}
	/* end of services 2 */
	
	
	/* Services 3 */
	.basic-3 .text-container {
		margin-top: 4rem;
		margin-left: 5rem;
	}
	/* end of services 3 */


	/* Projects */
	.filter .grid {
		max-width: 1440px;
	}
	/* end of projects */
	.counter {
		padding-top: 3rem;
		min-width: 1440px;
		/* background-color: #000000; */
		background-image: url('../images/wecsg1.jpg');
		width: auto;
		background-position-y: 1000px;
		background-position: center;
		background-repeat: no-repeat;
		padding-top: 7.75rem;
		padding-bottom: 9.375rem;
		text-align: center;}

	/* Testimonials */
	.slider-1 .slider-container {
		width: 82%;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of testimonials */


	/* Statistics */
	.counter .counter-cell {
		margin-right: 0.5rem;
		margin-left: 3.5rem;
	}
	
	.counter .counter-cell:first-of-type {
		margin-left: 0;
	}

	.counter .counter-cell:last-of-type {
		margin-right: 0;
	}
	/* end of statistics */


	/* Contact */
	.form-1 form {
		width: 776px;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of contact */


	/* Footer */

	.footer .logo-image img {
		width: 200px;
		/* height:115px; */
	}


	.footer .footer-col.third {
		text-align: left;
	}
	/* end of footer */


	/* Extra Pages */
	.ex-cards-1 .card {
		width: 336px;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
	}
	/* end of extra pages */
}
/* end of min-width 1200px */

@media (min-width: 700px )and ( max-width:1400px){
	.offcanvas-collapse{
		margin-right: 30px;
		padding-right: 0;
	}
	
}




@media (max-width: 800px) {
	.linkButton {
		font-size: 13px;
	}
	
	.tiles-menu .item b {
		position: relative;
		display: block;
		margin: 0;
		font-size: 1.2rem;
		padding-right: 0;
	}
	.navbar-dark .navbar-brand{
		display: none;
	}
	.cards-1 .p-heading1 {
		font-style: normal;
		font-weight: 400;
		font-size: 13px;
		line-height: 15px;
		text-align: left;
		margin-bottom: 3rem;
		color: rgb(84, 93, 102);
	}
	.header .h1-large {
		text-transform: uppercase;
		margin-bottom: 0.5rem;
		color: #ffffff;
		font-size: 0.8rem;
		line-height: 1.5rem;}
	.tiles-menu .item {
		width: 80%;
		margin-bottom: -1px;}
		.cards-1 .p-heading {
			line-height: 20px;
			margin-bottom: 1rem;
			text-align: left;
			color: rgba(84, 93, 102, 1);
			font-size: 17px;}
			.filter h2 {
				font-weight: 700;
				font-size: 26px;
				line-height: 36px;
				text-align: center;
				color: rgba(1, 1, 68, 1);
				margin-bottom: 0.625rem;}
				.cards-1 .h2-heading {
					font-style: normal;
					font-weight: 600;
					font-size: 25px;
					line-height: 30px;
					text-align: center;
					text-transform: uppercase;
					margin-bottom: 1.125rem;
					color: rgba(1, 1, 68, 1);}
				
				.cards-1 .h2-heading {
					font-style: normal;
					font-weight: 600;
					font-size: 20px;
					line-height: 10px;
					text-align: center;
					text-transform: uppercase;
					margin-bottom: 1.125rem;
					color: rgba(1, 1, 68, 1);
				}
				h2 {
					/* color: #161223; */
					padding-top: 40px;
					font-weight: 600;
					font-size: 1.1rem;
					line-height: 2rem;}
					p{
						font-size: 16px;
    line-height: 17px
					}
					.counter .purecounter {
						padding-top: 0.7rem;
						margin-bottom: 0.5rem;
						color: #ffffff;
						font-weight: 700;
						font-size: 3rem;
						line-height: 1rem;
					}
					

.linkButton {
	font-size: 13px;
}
	
}

h2{
	text-align:center;
	padding: 20px;
  }
  /* Slider */
  
  .slick-slide {
	  margin: 0px 20px;
  }
  
  .slick-slide img {
	  width: 100%;
  }
  
  .slick-slider
  {
	  position: relative;
	  display: block;
	  box-sizing: border-box;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
			  user-select: none;
	  -webkit-touch-callout: none;
	  -khtml-user-select: none;
	  -ms-touch-action: pan-y;
		  touch-action: pan-y;
	  -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
	  position: relative;
	  display: block;
	  overflow: hidden;
	  margin: 0;
	  padding: 0;
  }
  .slick-list:focus
  {
	  outline: none;
  }
  .slick-list.dragging
  {
	  cursor: pointer;
	  cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
	  -webkit-transform: translate3d(0, 0, 0);
		 -moz-transform: translate3d(0, 0, 0);
		  -ms-transform: translate3d(0, 0, 0);
		   -o-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
	width: 2300px!important;
	  display: flex;
	  position: relative;
	  top: 0;
	  left: 0;
	  align-items: center;
  }
  .slick-track:before,
  .slick-track:after
  {
	  display: table;
	  content: '';
  }
  .slick-track:after
  {
	  clear: both;
  }
  .slick-loading .slick-track
  {
	  visibility: hidden;
  }
  
  .slick-slide
  {
	  display: none;
	  float: left;
	  height: 100%;
	  min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
	  float: right;
  }
  .slick-slide img
  {
	  display: block;
  }
  .slick-slide.slick-loading img
  {
	  display: none;
  }
  .slick-slide.dragging img
  {
	  pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
	  display: block;
	  width: 200px!important;
  }
  .slick-loading .slick-slide
  {
	  visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
	  display: block;
	  height: auto;
	  border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
	  display: none;
  }

  .flex-wrap,
.cat .itm > a ul, .cat .itm > a dl, .product .loc, .product .gal, .pricebox .box form > ul > li, .pricebox .box2 dl,
.order-html li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}