/*
Theme Name: AnisiaTourTravel
Description: https://www.facebook.com/moraridmitrii 
Version: 2.0
Tags: 
Author: Morari Dmitrii
This theme was created using Blocs (blocsapp.com).
*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Poppins-Regular';
	src: url('./fonts/Poppins-Regular/poppins.woff2');
	src: url('./fonts/Poppins-Regular/poppins.woff2') format('woff2'),
	url('./fonts/Poppins-Regular/poppins.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Poppins-Regular/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Ubuntu-Regular';
	src: url('./fonts/Ubuntu-Regular/ubuntu.woff2');
	src: url('./fonts/Ubuntu-Regular/ubuntu.woff2') format('woff2'),
	url('./fonts/Ubuntu-Regular/ubuntu.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Ubuntu-Regular/ubuntu.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset-lg{
	margin-top:80px;
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-rd{
	border-radius: 40px;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}
.icon-xl{
	font-size:100px!important;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Poppins-Regular";
}
.container{
	max-width:1200px;
}
h1{
	font-size:80px;
	line-height:80px;
	font-family:"Teko-Medium";
}
h2{
	font-size:35px;
	font-family:"Teko-Medium";
}
h3{
	font-size:30px;
	line-height:30px;
	font-family:"Teko-Medium";
}
h4{
	font-size:23px;
	line-height:31px;
}
a{
	text-decoration:none;
}
.navbar-nav li a{
	text-transform:uppercase;
	margin-right:28px;
	margin-left:28px;
	font-size:25px;
	color:#000000!important;
	line-height:12px;
	padding-top:12px;
	font-family:"Teko-Regular";
}
.carousel-nav-icon{
	stroke-width:5;
	stroke-linecap:square;
	stroke:#FEFFFF;
}
.const-carousel-nav-buttons{
	width:80px;
	height:80px;
	margin-top:auto;
	margin-bottom:auto;
	background-color:#212121;
	opacity:1.0;
	border-style:_popUpItemAction:;
	border-color:#FFD60A!important;
	border-width:5px 5px 5px 5px;
}
.const-carousel-nav-buttons:hover{
	background-color:#FFD60A;
}
.const-carousel-nav-buttons:active{
	background-color:#000000;
}
.carousel-indicators li{
	height:7px;
	width:15px;
}
.carousel-indicators .active{
	width:30px;
	background-color:#FFD60A;
}
.carousel{
	max-height:700px;
	display:inline-flex;
}
.carousel-item{
	max-height:700px;
}
.const-shortcuts{
	margin-top:-100px;
	position:relative;
	z-index:123;
}
.const-shortcuts-column{
	margin-bottom:-100px;
}
.const-shortcut-card{
	background-color:#F9F9F9;
	box-shadow:1px 2px 28px rgba(0,0,0,0.10);
	border-color:var(--swatch-var-3438)!important;
	padding:28px 14px 28px 14px;
	border-width:10px 0px 0px 0px;
}
.const-shortcut-card:hover{
	border-color:#000000!important;
}
.const-shortcut-card:active{
	border-color:#000000!important;
}
.const-shortcut-icon{
	font-size:50px;
	margin-bottom:28px;
	text-shadow:0.91px 1.78px 0px #FFD60A;
}
.const-shortcut-icon:hover{
	text-shadow:0px 1px 0px #FFD60A;
}
.const-navigation-bar{
	height:80px;
}
.const-sidebar-icon{
	width:80px;
	height:80px;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:var(--swatch-var-3438);
	margin-left:auto;
	position:relative;
}
.const-active{
	border-color:#000000!important;
	border-style:solid;
	border-width:0px 0px 3px 0px;
}
.stretched-link{
	font-family:"PT Sans Narrow";
	font-weight:800;
}
.const-navigation{
	font-size:28px;
	color:#000000!important;
	text-transform:uppercase;
	font-family:"Teko-Light";
}
.const-logo{
	height:80px;
	max-width:200px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:30px;
	text-transform:uppercase;
	padding-top:12px;
	color:#000000!important;
	background-color:var(--swatch-var-3438);
	font-family:"Teko-Medium";
}
.const-logo:hover{
	color:#FEFFFF!important;
	background-color:#000000;
}
.const-menu-icon{
	color:#000000!important;
}
.const-menu-icon:hover{
	color:#FEFFFF!important;
}
.const-sidebar-icon:hover{
	background-color:#000000;
}
.navbar-nav li a:hover{
	color:#424242!important;
}
.const-read-more-link{
	font-size:23px;
	color:#424242!important;
	border-style:solid;
	border-color:var(--swatch-var-3438)!important;
	border-width:0px 0px 3px 0px;
	font-family:"Teko-Medium";
}
.const-read-more-link:hover{
	color:#000000!important;
	border-color:#FEFFFF!important;
}
.const-button{
	text-transform:uppercase;
	background-color:var(--swatch-var-3438);
	padding-top:12px;
	padding-right:28px;
	padding-left:28px;
	border-width:0px 0px 0px 0px;
	background:linear-gradient(0deg, var(--swatch-var-2869) 0%, var(--swatch-var-2251)  100%);
	font-family:"PT Sans";
}
.const-button:hover{
	color:#FEFFFF!important;
	background-color:#000000;
	border-width:0px 0px 0px 0px;
}
.carousel-caption{
	margin-right:auto;
	margin-left:auto;
}
.carousel-nav-icon:hover{
	stroke:#FEFFFF;
}
.const-column-bg{
	background-size:cover;
	background-position:center center;
	display:flex;
	align-items:center;
	justify-content:center;
	background-image:url("img/stock-video-delivery-woman-checking-boxes-writing-clipboard.webp");
}
.const-quote-box{
	max-width:400px;
	background-color:rgba(255,255,255,0.90);
	margin-top:100px;
	margin-bottom:100px;
	padding:28px 28px 28px 28px;
}
.const-section-subtitle{
	font-size:60px;
	line-height:60px;
}
.const-quality-big{
	font-size:100px;
	line-height:80px;
	color:var(--swatch-var-3438)!important;
	font-family:"Teko-Medium";
}
.const-quality-box{
	border-style:solid;
	padding-right:28px;
	padding-left:28px;
	border-width:0px 0px 0px 5px;
	border-color:rgba(0,0,0,0.10)!important;
}
.const-bg-text{
	text-transform:uppercase;
	font-size:228px;
	letter-spacing:10px;
	text-shadow:0px 1px 5px rgba(0,0,0,0.07);
	color:#F8F8F8!important;
	margin-bottom:-100px;
	line-height:228px;
	margin-left:100px;
	font-family:"Teko-Medium";
}
.const-service-box{
	box-shadow:9.90px 9.90px 0px #FFD60A;
	background-color:#FEFFFF;
	margin-bottom:50px;
	border-width:0px 0px 0px 0px;
}
.const-service-box:hover{
	background-color:var(--swatch-var-3438);
	box-shadow:7px 7px 0px #424242;
}
.const-capital-subtitle{
	text-transform:uppercase;
	letter-spacing:1px;
	font-family:"Teko-Light";
}
.const-stat-number{
	font-size:60px;
	line-height:60px;
	margin-top:28px;
	font-family:"Teko-Medium";
}
.const-2nd-column{
	margin-top:100px;
}
.const-3rd-column{
	margin-top:200px;
}
.const-4th-column{
	margin-top:300px;
}
.const-project-bg-1{
	background-image:url("img/construction-project-4.jpg");
	background-image: -webkit-image-set(url("img/construction-project-4.webp") 1x,
url("img/construction-project-4.webp") 2x);background-image: image-set(url("img/construction-project-4.jpg") 1x,
url("img/construction-project-4.jpg") 2x,url("img/construction-project-4.webp") 1x,
url("img/construction-project-4.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.const-project-div{
	height:400px;
	display:flex;
	flex-direction:column;
	background-color:rgba(0,0,0,0.20);
	border-style:double;
	border-color:#FEFFFF!important;
	border-width:10px 10px 10px 10px;
}
.const-project-card{
	height:100%;
	width:100%;
	background-color:transparent;
	opacity:1;
	border-width:0px 0px 0px 0px;
}
.const-project-card:hover{
	opacity:1;
	background-color:transparent;
	border-width:0px 0px 0px 0px;
}
.const-project-div:hover{
	background-color:rgba(0,0,0,0.50);
	align-items:center;
	justify-content:center;
	border-color:transparent!important;
	border-style:double;
	border-width:10px 10px 10px 10px;
}
.const-wire-button{
	text-transform:none;
	background-color:transparent;
	border-style:solid;
	border-color:var(--swatch-var-3438)!important;
	padding-right:28px;
	padding-left:28px;
	color:var(--swatch-var-3438)!important;
	font-size:17px;
	padding-top:10px;
	border-width:2px 2px 2px 2px;
	font-family:"PT Sans Narrow";
	font-weight:800;
}
.const-wire-button:hover{
	color:#000000!important;
	background-color:var(--swatch-var-3438);
}
.const-project-button{
	opacity:0;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	display:block;
	border-width:0px 0px 0px 0px;
}
.const-project-button:hover{
	opacity:1;
}
.const-project-title{
	color:#FEFFFF!important;
	font-family:"Teko-Medium";
}
.const-project-title-center{
	display:flex;
	align-items:flex-end;
	justify-content:center;
	padding:5px 5px 5px 5px;
	border-width:0px 0px 0px 0px;
}
.const-project-main-title{
	border-style:solid;
	border-color:var(--swatch-var-3438)!important;
	background-color:rgba(0,0,0,0.30);
	color:#FEFFFF!important;
	padding:10px 28px 3px 28px;
	border-width:1px 1px 1px 1px;
}
.const-project-main-title:hover{
	border-style:solid;
	background-color:transparent;
	border-width:1px 1px 1px 1px;
}
.const-project-bg-2{
	background-image:url("img/construction-project-3.jpg");
	background-image: -webkit-image-set(url("img/construction-project-3.webp") 1x,
url("img/construction-project-3.webp") 2x);background-image: image-set(url("img/construction-project-3.jpg") 1x,
url("img/construction-project-3.jpg") 2x,url("img/construction-project-3.webp") 1x,
url("img/construction-project-3.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.const-project-bg-3{
	background-image:url("img/construction-project-2.jpg");
	background-image: -webkit-image-set(url("img/construction-project-2.webp") 1x,
url("img/construction-project-2.webp") 2x);background-image: image-set(url("img/construction-project-2.jpg") 1x,
url("img/construction-project-2.jpg") 2x,url("img/construction-project-2.webp") 1x,
url("img/construction-project-2.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.const-project-bg-4{
	background-image:url("img/construction-project-1.jpg");
	background-image: -webkit-image-set(url("img/construction-project-1.webp") 1x,
url("img/construction-project-1.webp") 2x);background-image: image-set(url("img/construction-project-1.jpg") 1x,
url("img/construction-project-1.jpg") 2x,url("img/construction-project-1.webp") 1x,
url("img/construction-project-1.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.const-icons-row{
	height:100vh;
}
.const-logo-1{
	width:280px;
	position:absolute;
	left:45%;
	top:20%;
}
.const-logo-2{
	width:400px;
	left:5%;
	position:absolute;
	bottom:5%;
}
.const-logo-3{
	width:500px;
	position:absolute;
	top:28%;
	right:-25%;
}
.const-logo-4{
	width:400px;
	position:absolute;
	right:10%;
	top:60%;
}
.const-logo-5{
	width:528px;
	position:absolute;
	left:-20%;
	top:10%;
}
.const-logo-6{
	width:228px;
	position:absolute;
	left:25%;
	top:0%;
}
.const-logo-7{
	position:absolute;
	width:200px;
	top:65%;
	left:40%;
}
.const-logo-8{
	width:300px;
	position:absolute;
	top:5%;
	right:10%;
}
.const-partners-title{
	font-size:100px;
	margin-top:400px;
	font-family:"Teko-Medium";
}
.const-logo-hover:hover{
	filter:saturate(150%);
}
.const-partners-bg{
	height:128vh;
}
.const-member-1{
	background-image:url("img/eldar.jpg");
	background-image: -webkit-image-set(url("img/eldar.webp") 1x,
url("img/eldar.webp") 2x);background-image: image-set(url("img/eldar.jpg") 1x,
url("img/eldar.jpg") 2x,url("img/eldar.webp") 1x,
url("img/eldar.webp") 2x);
	background-size:cover;
	height:280px;
	margin-bottom:14px;
	background-color:transparent;
	background-position:center center;
}
.const-member-icons{
	height:280px;
	background-color:var(--swatch-var-2697);
	display:flex;
	align-items:center;
	justify-content:center;
	opacity:0;
}
.const-members-icon{
	margin-right:5px;
	margin-left:5px;
	font-size:40px;
	background-color:transparent;
	color:#000000!important;
}
.const-member-icons:hover{
	opacity:1;
}
.const-members-icon:hover{
	color:#FEFFFF!important;
}
.const-contact-info{
	margin-bottom:28px;
}
.const-map-size{
	padding-right:40px;
}
.const-footer-logo{
	background-color:var(--swatch-var-3438);
	text-transform:uppercase;
	text-align:center;
	padding-top:20px;
	padding-bottom:14px;
	color:#000000!important;
	margin-bottom:28px;
	background-size:length;
	max-width:228px;
	font-family:"Teko-Medium";
}
.const-footer-link{
	color:#FEFFFF!important;
}
.const-footer-link:hover{
	color:var(--swatch-var-3438)!important;
}
.const-footer-form{
	background-color:transparent;
	border-style:solid;
	border-color:rgba(255,255,255,0.28)!important;
	font-size:14px;
	color:#FEFFFF!important;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.const-footer-form:hover{
	border-color:#FFD60A!important;
	background-color:transparent;
}
.const-footer-form:active{
	background-color:transparent;
}
.const-footer-form:focus{
	background-color:transparent;
	box-shadow:0px 2px 2px transparent;
}
.alert{
	text-align:center;
	background-color:#000000;
	color:#FFD60A!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
	font-family:"Teko-Light";
}
.const-about-column{
	border-color:transparent!important;
	border-style:solid;
	border-top-width:0px;
	border-right-width:28px;
	border-left-width:28px;
	padding:15px 15px 0px 15px;
}
.const-summary-text{
	font-size:21px;
	line-height:29px;
}
.const-about-row{
	position:relative;
	box-shadow:0px 0px 50px rgba(0,0,0,0.18);
	border-style:solid;
	border-color:var(--swatch-var-3438)!important;
	border-width:10px 0px 0px 0px;
}
.const-about-carousel{
	margin-bottom:-6px;
}
.const-about-check{
	margin-right:5px;
}
.const-about-services{
	max-width:350px;
	margin-right:auto;
	margin-left:auto;
}
.const-page-title{
	text-shadow:0px 1px 2px rgba(0,0,0,0.75);
	background:linear-gradient(0deg, #000000 0%, #FFFFFF 100%);
}
.const-accordion-header{
	background-color:#F7F8F7;
	border-style:solid;
	border-color:var(--swatch-var-3438)!important;
	padding-bottom:6px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 10px;
}
.const-accordion-header:hover{
	background-color:var(--swatch-var-3438);
}
.const-accordion-header:active{
	background-color:#FFD60A;
}
.const-accordion-header:focus{
	background-color:#FFD60A;
}
.const-accordion-card{
	border-style:solid;
	border-radius:0px 0px 0px 0px;
}
.const-accordion{
	box-shadow:0px 2px 50px rgba(0,0,0,0.05);
}
.const-project-detail{
	font-size:20px;
	font-family:"Teko-Medium";
}
.const-project-details{
	box-shadow:0px 2px 50px rgba(0,0,0,0.05);
	padding:28px 28px 28px 28px;
}
.form-control{
	border-radius:0px 0px 0px 0px;
}
.form-control:focus{
	box-shadow:0px 2px 0px transparent;
	border-color:#FFD60A!important;
}
.form-control:hover{
	border-color:#FFD60A!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
.form-control:active{
	border-color:#FFD60A!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
.const-form-button{
	margin-top:28px;
	font-family:"PT Sans";
	font-weight:500;
	color:var(--swatch-var-4978)!important;
	background-color:var(--swatch-var-2697);
	background:linear-gradient(90deg, var(--swatch-var-2251) 29%, var(--swatch-var-3438) 94%);
	border-radius:0px 15px 15px 0px;
}
.const-brochure-card{
	border-style:solid;
	border-color:var(--swatch-var-3438)!important;
	margin-top:7px;
	margin-bottom:7px;
	padding:14px 14px 14px 14px;
	border-width:2px 2px 2px 2px;
	position:relative;
}
.const-brochure-icon{
	color:var(--swatch-var-3438)!important;
}
.const-bold-link{
	color:#000000!important;
	font-family:"PT Sans Narrow";
	font-weight:800;
}
.const-bold-link:hover{
	color:var(--swatch-var-3438)!important;
}
.const-accordion-link{
	color:#000000!important;
	font-size:25px;
}
.scrollToTop{
	background-color:var(--swatch-var-3438);
	border-radius:0px 0px 0px 0px;
}
.scrollToTop:hover{
	background-color:#FFD60A;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.bloc-divider-t-style{
	height:500px;
	fill:#F7F7F7;
}
.bloc-divider-t-fill{
	fill:#F7F7F7;
	height:400px;
}
.bloc-divider-b-style{
	height:300px;
	fill:#F7F7F7;
}
.bloc-divider-b-partners-style{
	height:300px;
	fill:#F7F7F7;
}
.bloc-divider-t-partners-style{
	height:300px;
	fill:#F7F7F7;
}
.bloc-divider-t-0-style{
	height:400px;
	fill:#FFFFFF;
}
.bloc-divider-b-about-hero-style{
	height:500px;
	fill:#F7F7F7;
}
.bloc-divider-t-about-members-fill{
	fill:#F7F7F7;
	height:400px;
}
.bloc-divider-b-services-hero-style{
	height:300px;
	fill:#F7F7F7;
}
.bloc-divider-t-36324-style{
	height:500px;
	fill:#FFFFFF;
}
.bloc-divider-t-21304-style{
	height:500px;
	fill:#F7F7F7;
}
.bloc-divider-b-projects-hero-style{
	height:300px;
	fill:#F7F7F7;
}
.bloc-divider-t-1967-style{
	height:500px;
	fill:#FFFFFF;
}
.bloc-divider-b-news-hero-style{
	height:300px;
	fill:#FFFFFF;
}
.bloc-divider-b-fill{
	fill:transparent;
	height:200px;
	left:auto;
	right:auto;
	top:auto;
	bottom:auto;
}
.offcanvas-end{
	display:block;
	position:fixed;
	left:auto;
	top:0px!important;
	z-index:9999;
	overflow:scroll;
	bottom:0px;
	right:100px;
}
.h2-style{
	font-family:"PT Sans";
	font-weight:700;
}
.btn-style{
	font-weight:600;
	font-style:normal;
	font-family:"PT Sans Narrow";
}
.h4-style{
	font-family:"PT Sans";
}
.hero-header-text{
	font-size:200px;
	font-weight:bold;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
}
.blue-bg-gradient{
	background:linear-gradient(190deg, #00F9F0, #0149FF);
}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(48deg, #FFFFFF 2%, var(--swatch-var-2108) 39%);
	color:transparent!important;
}
.btn-afla-mai-mult-style{
	font-weight:bold;
	border-radius:11px 11px 11px 11px;
	font-family:"PT Sans";
	bottom:-15px;
	position:relative;
	color:var(--swatch-var-4978)!important;
	text-transform:none;
	text-decoration:none;
}
.btn-premium{
	font-family:"Ubuntu-Regular";
	color:var(--swatch-var-2869)!important;
	font-size:3rem;
	letter-spacing:0.02em;
	position:relative;
	width:400px;
}
.btn-premium:hover{
	letter-spacing:0.06em;
}
.btn-premium::before{
	content:"";
	height:2px;
	background-color:var(--swatch-var-2869);
	position:absolute;
	top:-0.05em;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;
	width:20%;
}
.btn-premium::after{
	position:absolute;
	content:"";
	bottom:-0.05em;
	left:0px;
	right:0px;
	margin-right:auto;
	margin-left:auto;
	width:20%;
	height:2px;
	background-color:var(--swatch-var-2869);
}
.btn-premium:hover::before{
	content:"";
	height:2px;
	background-color:var(--swatch-var-2869);
	position:absolute;
	top:-0.05em;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
.btn-premium:hover::after{
	position:absolute;
	content:"";
	bottom:-0.05em;
	left:0px;
	right:0px;
	margin-right:auto;
	margin-left:auto;
	width:100%;
	height:2px;
	background-color:var(--swatch-var-2869);
}
.bloc-fill{
	fill:var(--swatch-var-2019);
}
.h3-style{
	font-family:"PT Sans";
}
.p-intro-style{
	font-family:"Ubuntu-Regular";
	font-weight:800;
}
.h3-награды-style{
	font-family:"PT Sans Narrow";
	font-weight:600;
}
.h3-успех-style{
	font-family:"PT Sans Narrow";
	font-weight:600;
}
.h3-специалисты-style{
	font-family:"PT Sans Narrow";
	font-weight:600;
}
.h3-stats-style{
	font-family:"PT Sans Narrow";
	font-weight:600;
}
.h3-bloc-5-style{
	font-family:"Teko";
	font-size:26px;
	line-height:27px;
	font-weight:300;
}
.h2-contact-style{
	font-family:"PT Sans Narrow";
	word-spacing:-3px;
	letter-spacing:-1px;
	font-weight:900;
}
.h3-locatia-style{
	font-family:"PT Sans Narrow";
	font-weight:900;
}
.h3-телефон-style{
	font-family:"PT Sans Narrow";
	font-weight:900;
}
.h3-email-style{
	font-family:"PT Sans Narrow";
	font-weight:900;
}
.h3-quote-ru-style{
	font-family:"PT Sans Narrow";
	font-weight:800;
}
.h1-quote-ru-style{
	font-family:"PT Sans Narrow";
	font-weight:900;
}
.h4-quote-ru-style{
	font-family:"PT Sans";
}
.h2-документы-style{
	font-family:"PT Sans Narrow";
	font-weight:800;
}
.p-25-style{
	font-family:"PT Sans";
}
.p-stats-style{
	font-family:"PT Sans";
}
.p-30-style{
	font-family:"PT Sans";
}
.p-32-style{
	font-family:"PT Sans";
}
.p-34-style{
	font-family:"PT Sans";
}
.h4-stats-image-style{
	font-family:"PT Sans";
	font-weight:700;
}
.h4-10-style{
	font-family:"PT Sans";
	font-weight:700;
}
.h4-водители-style{
	font-family:"PT Sans";
	font-weight:700;
}
.h4-12-style{
	font-family:"PT Sans";
	font-weight:700;
}
.h4-bloc-5-style{
	font-family:"PT Serif";
	font-weight:700;
}
.p-40-style{
	font-family:"PT Sans";
}
.h4-контакты-style{
	font-family:"PT Sans Narrow";
	font-weight:500;
	width:1000px;
}
.p-bloc-10-style{
	font-family:"PT Sans";
}
.h4-rute-săvîrșite-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
}
.h4-2-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
}
.h4-șoferi-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
}
.h4-ofice-locale-style{
	font-family:"PT Sans Narrow";
	font-weight:700;
}
.h4-5-style{
	font-family:"Roboto";
}
.h1-bloc-md-style{
	font-family:"PT Sans";
	width:100%;
	font-size:80px;
	line-height:89px;
	letter-spacing:px;
	text-indent:px;
}
.text-span-style{
	font-weight:bold;
}
.h3-bloc-md-style{
	font-family:"PT Sans";
	font-weight:500;
}
.h3-premii-style{
	font-family:"PT Sans Narrow";
	font-weight:600;
}
.h3-succes-style{
	font-family:"PT Sans Narrow";
	font-weight:600;
}
.h3-specialisti-style{
	font-family:"PT Sans Narrow";
	font-weight:600;
}
.h3-5-style{
	font-family:"PT Sans Narrow";
	font-weight:600;
}
.p-stats-image-style{
	font-family:"Teko";
	font-weight:600;
}
.p-13-style{
	font-family:"Teko";
	font-weight:600;
}
.p-14-style{
	font-family:"Teko";
	font-weight:600;
}
.p-15-style{
	font-family:"Teko";
	font-weight:600;
}
.p-35-style{
	font-family:"Teko";
	font-weight:600;
}
.p-36-style{
	font-family:"Teko";
	font-weight:600;
}
.p-37-style{
	font-family:"Teko";
	font-weight:600;
}
.p-38-style{
	font-family:"Teko";
	font-weight:600;
}
.h3-9-style{
	font-family:"PT Sans Narrow";
	font-weight:900;
}
.h4-contacte-style{
	font-family:"PT Sans Narrow";
	font-weight:500;
	letter-spacing:1px;
	font-size:30px;
	width:1000%;
}
.html-widget-style{
	width:93.83%;
	height:735px;
}
.h3-6-style{
	font-family:"Teko";
	font-weight:300;
}
.p-quote-ru-style{
	font-family:"PT Sans";
}
.h3-quote-md-style{
	font-family:"PT Sans Narrow";
	font-weight:800;
}
.h1-quote-md-style{
	font-family:"PT Sans Narrow";
	font-weight:900;
}
.h4-quote-md-style{
	font-family:"PT Sans";
}
.h2-documentele-style{
	font-family:"PT Sans Narrow";
	font-weight:600;
}
.p-quote-md-style{
	font-family:"PT Sans";
}
.checkbox-style{
	font-family:"PT Serif";
}
.p-2-style{
	font-family:"PT Sans";
}
.p-3-style{
	font-family:"Poppins";
	font-weight:500;
}
.p-5-style{
	font-family:"PT Sans";
}
.p-7-style{
	font-family:"PT Sans";
}
.p-9-style{
	font-family:"PT Sans";
}
.p-11-style{
	font-family:"PT Sans";
}
.p-16-style{
	font-family:"PT Sans";
}
.p-17-style{
	font-family:"PT Sans";
}
.p-22-style{
	font-family:"PT Sans";
}
.p-23-style{
	font-family:"PT Sans";
}
.h3-price-list-style{
	font-family:"Poppins";
	font-weight:500;
}
.h3-regulamente--style{
	font-family:"Poppins";
	font-weight:500;
}
.p-bloc-md-style{
	font-family:"Poppins";
	font-weight:700;
}
.link-style{
	font-weight:700;
	font-family:"Poppins";
	color:var(--swatch-var-3438)!important;
}
.link-ru🇷🇺-style{
	font-weight:700;
	font-family:"Poppins";
	color:var(--swatch-var-3438)!important;
}
.p-18-style{
	font-family:"PT Sans";
}
.p-41-style{
	font-family:"PT Sans";
}
.img-style{
	width:155px;
	height:150px;
}
.img-bloc-5-style{
	width:155px;
	height:150px;
}
.html-widget-intro-style{
	height:496px;
	bottom:auto;
	left:auto;
	top:auto;
	right:auto;
	position:relative;
	width:100%;
}
.p-style{
	font-family:"Teko";
	font-weight:500;
}
.p-25-stats-style{
	font-family:"Teko";
	font-weight:500;
}
.p-27-style{
	font-family:"Teko";
	font-weight:500;
}
.p-29-style{
	font-family:"Teko";
	font-weight:500;
}
.p-3-stats-style{
	font-family:"Teko";
	font-weight:500;
}
.p-5-stats-style{
	font-family:"Teko";
	font-weight:500;
}
.p-7-stats-style{
	font-family:"Teko";
	font-weight:500;
}
.p-9-stats-style{
	font-family:"Teko";
	font-weight:500;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
	font-family:"Advent Pro";
	font-weight:900;
	background:linear-gradient(0deg, #000000 0%, #FFFFFF 100%);
}
.h2-bloc-md-style{
	font-family:"Teko";
	font-weight:500;
	color:var(--swatch-var-2251)!important;
}
.h2-bloc-ru-style{
	font-family:"Teko";
	font-weight:500;
	color:var(--swatch-var-2251)!important;
}
.h3-bloc-10-style{
	font-family:"Teko";
	font-weight:500;
}
.h3- кондиционер -style{
	font-family:"Teko";
	font-weight:500;
}
.h3-13-style{
	font-family:"Teko";
	font-weight:500;
	line-height:42px;
	font-size:35px;
	letter-spacing:0px;
	text-indent:0px;
}
.h3-14-style{
	font-family:"Teko";
	font-weight:500;
	line-height:42px;
}
.p-bloc-1-style{
	font-family:"Poppins";
	font-weight:500;
}
.p-3-bloc-1-style{
	font-family:"Poppins";
	font-weight:500;
}
.p-4-style{
	font-family:"Poppins";
	font-weight:500;
}
.p-1-style{
	font-family:"Poppins";
	font-weight:500;
}
.p-25-bloc-10-style{
	font-family:"Poppins";
	font-weight:500;
}
.p-26-style{
	font-family:"Poppins";
	font-weight:500;
}
.p-27-bloc-10-style{
	font-family:"Poppins";
	font-weight:500;
}
.p-28-style{
	font-family:"Poppins";
	font-weight:500;
}
.bloc-divider-t-stats-image-fill{
	fill:var(--swatch-var-2251);
}
.blur{
	filter:grayscale(2%);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	box-shadow:0.00px -0.00px 0px #000000;
	text-shadow:1.21px -4.85px 15px #000000;
	stroke-linecap:round;
	stroke:#000000;
	fill:#000000;
	border-color:#FEFFFF!important;
	border-width:50px 50px 50px 50px;
	border-radius:25px 25px 25px 25px;
	color:#FEFFFF!important;
	top:23px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-2251:rgba(255,255,255,1.00);
	
	--swatch-var-5877:rgba(248,248,248,1.00);
	
	--swatch-var-7112:rgba(17,17,17,1.00);
	
	--swatch-var-4978:rgba(40,40,40,1.00);
	
	--swatch-var-3438:rgba(255,214,10,1.00);
	
	--swatch-var-2807:rgba(169,169,169,1.00);
	
	--swatch-var-1589:rgba(36,36,36,1.00);
	
	--swatch-var-2697:rgba(255,214,10,0.70);
	
	--swatch-var-2869:rgba(0,0,0,1.00);
	
	--swatch-var-2941:rgba(255,255,255,0.87);
	
	--swatch-var-2019:rgba(255,255,255,0.30);
	
	--swatch-var-2108:rgba(255,246,0,1.00);
	
}


/* Background colour styles */

.bgc-4978{
	background-color:var(--swatch-var-4978);
}
.bgc-5877{
	background-color:var(--swatch-var-5877);
}
.bgc-2869{
	background-color:var(--swatch-var-2869);
}

/* Text colour styles */

.tc-3438{
	color:var(--swatch-var-3438)!important;
}
.tc-2941{
	color:var(--swatch-var-2941)!important;
}
.tc-4978{
	color:var(--swatch-var-4978)!important;
}
.tc-7112{
	color:var(--swatch-var-7112)!important;
}
.tc-2251{
	color:var(--swatch-var-2251)!important;
}
.tc-2807{
	color:var(--swatch-var-2807)!important;
}

/* Button colour styles */

.btn-c-4978{
	background:var(--swatch-var-4978);
	color:#FFFFFF!important;
}
.btn-c-4978:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}
.btn-c-3438{
	background:var(--swatch-var-3438);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3438:hover{
	background:#CCA300!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-7112{
	color:var(--swatch-var-7112)!important;
}
.ltc-7112:hover{
	color:#000000!important;
}

/* Icon colour styles */

.icon-3438{
	color:var(--swatch-var-3438)!important;
	border-color:var(--swatch-var-3438)!important;
}

/* Bloc image backgrounds */

.bg-16{
	background-image:url("img/16.png");
	background-image: -webkit-image-set(url("img/16.webp") 1x,
url("img/16.webp") 2x);background-image: image-set(url("img/16.png") 1x,
url("img/16.png") 2x,url("img/16.webp") 1x,
url("img/16.webp") 2x);
}
.bg-16{
	background-image:url("img/16.png");
	background-image: -webkit-image-set(url("img/16.webp") 1x,
url("img/16.webp") 2x);background-image: image-set(url("img/16.png") 1x,
url("img/16.png") 2x,url("img/16.webp") 1x,
url("img/16.webp") 2x);
}
.bg-17{
	background-image:url("img/17.jpg");
	background-image: -webkit-image-set(url("img/17.webp") 1x,
url("img/17.webp") 2x);background-image: image-set(url("img/17.jpg") 1x,
url("img/17.jpg") 2x,url("img/17.webp") 1x,
url("img/17.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

#particles-js{
	position: absolute;
	height:100%;
	width: 100%;
	left: 0;
	right:0;
	top:0;
	bottom: 0;
}

/* = Additional CSS
-------------------------------------------------------------- */
.btn-premium, .btn-premium::before, .btn-premium::after {
transition: latter-spacing 600ms ease-out 200ms, width 600ms ease-out; 
}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.const-carousel-nav-buttons{
		width:60px;
		height:60px;
	}
	.const-shortcut-card{
		margin-bottom:28px;
	}
	.navbar-nav li a{
	}
	.const-shortcuts{
		margin-top:0px;
	}
	h1{
		font-size:65px;
		line-height:70px;
	}
	h4{
		font-size:21px;
		line-height:29px;
	}
	.const-quality-box{
		margin-bottom:28px;
	}
	.const-bg-text{
		font-size:150px;
		line-height:150px;
		margin-bottom:-90px;
	}
	.const-stat-column{
		margin-top:50px;
		margin-bottom:50px;
	}
	.const-project-card{
		padding:14px 14px 14px 14px;
	}
	.const-project-button{
		padding:0px 0px 0px 0px;
	}
	.const-quote-box{
		margin-top:50px;
		margin-bottom:50px;
	}
	.const-member-icons{
		height:328px;
	}
	.const-member-1{
		height:328px;
	}
	.const-map-size{
		padding-right:15px;
		margin-bottom:50px;
	}
	.const-logo-5{
		width:328px;
	}
	.const-logo-3{
		width:300px;
	}
	.const-logo-4{
		width:180px;
		top:65%;
	}
	.const-logo-2{
		width:200px;
		bottom:20%;
	}
	.const-logo-7{
		width:228px;
		top:80%;
	}
	.const-logo-1{
		width:228px;
	}
	.const-logo-6{
		width:128px;
	}
	.const-logo-8{
		width:200px;
	}
	.const-summary-text{
		font-size:20px;
		line-height:28px;
	}
	.const-about-column{
		border-bottom-width:0px;
		padding:0px 0px 0px 0px;
	}
	.const-about-row{
		background-color:#FEFFFE;
		border-color:#FFD60A!important;
		border-style:solid;
		position:relative;
		border-width:10px 0px 0px 0px;
	}
	.const-brochure-card{
		padding-top:7px;
		padding-bottom:7px;
		margin-top:3px;
		margin-bottom:3px;
	}
	.const-about-services{
		padding-top:50px;
		padding-bottom:50px;
	}
	.bloc-divider-b-style{
		height:50px;
	}
	.bloc-divider-t-fill{
		height:50px;
	}
	.const-partners-title{
		margin-top:55%;
	}
	.bloc-divider-b-services-hero-style{
		height:200px;
	}
	.bloc-divider-b-projects-hero-style{
		height:200px;
	}
	.const-project-details{
		padding:14px 14px 14px 14px;
	}
	.bloc-divider-b-news-hero-style{
		height:200px;
	}
	.const-image-bottom-margin{
	}
	.bloc-divider-b-fill{
		height:100px;
	}
	.offcanvas-end{
	}
	.hero-header-text{
		font-size:140px;
	}
	.hero-subheader{
		font-size:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.const-carousel-nav-buttons{
		height:50px;
		width:50px;
	}
	.const-shortcuts{
		margin-top:0px;
	}
	h1{
		font-size:50px;
		line-height:60px;
	}
	h4{
		font-size:19px;
		line-height:27px;
	}
	.const-project-card{
		padding:10px 10px 10px 10px;
	}
	.const-project-button{
		padding-right:28px;
		padding-left:28px;
	}
	.const-member-1{
		height:280px;
	}
	.const-member-icons{
		height:280px;
	}
	.const-logo-4{
		width:100px;
	}
	.const-logo-2{
		width:180px;
	}
	.const-logo-3{
		width:250px;
	}
	.const-logo-5{
		width:228px;
	}
	.const-logo-8{
		width:150px;
	}
	.const-logo-6{
		width:100px;
	}
	.const-logo-1{
		width:128px;
	}
	.const-summary-text{
		font-size:19px;
		line-height:27px;
	}
	.const-column-bg{
		margin-top:28px;
	}
	.const-project-details{
		margin-bottom:28px;
	}
	.const-image-bottom-margin{
		margin-bottom:28px;
	}
	.bloc-divider-b-fill{
		height:100px;
	}
	.const-partners-title{
		margin-top:60%;
	}
	.offcanvas-end{
	}
	.hero-header-text{
		font-size:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.p-28-style{
		font-family:"Poppins";
	}
	.p-27-bloc-10-style{
		font-family:"Poppins";
	}
	.p-26-style{
		font-family:"Poppins";
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	.const-carousel-nav-buttons{
		width:25px;
		height:40px;
	}
	h1{
		font-size:40px;
		line-height:40px;
	}
	h4{
		font-size:17px;
		line-height:25px;
	}
	.carousel-caption{
	}
	.const-project-card{
		padding:5px 5px 5px 5px;
	}
	.const-project-button{
		padding:0px 0px 0px 0px;
	}
	.const-project-main-title{
		text-align:center;
	}
	.const-logo-3{
		width:200px;
		right:-45%;
	}
	.const-logo-5{
		width:188px;
		left:-30%;
	}
	.const-logo-2{
		bottom:10%;
		left:-30%;
	}
	.const-logo-8{
		right:0%;
		top:5%;
	}
	.const-summary-text{
		font-size:18px;
		line-height:26px;
	}
	.const-brochure-card{
		border-style:_popUpItemAction:;
		padding:0px 0px 0px 0px;
	}
	.const-brochure-card-border{
		border-style:_popUpItemAction:;
	}
	.const-brochure-card-border:hover{
	}
	.carousel{
		max-height:700px;
	}
	.carousel-item{
		background-size:length;
	}
	.const-page-title{
	}
	.const-partners-title{
		margin-top:300px;
		font-size:60px;
	}
	.const-about-services{
		padding-right:14px;
		padding-left:14px;
	}
	.bloc-divider-b-news-hero-style{
		height:100px;
	}
	.const-image-bottom-margin{
	}
	.bloc-divider-b-fill{
		height:100px;
	}
	.const-form-button{
		margin-bottom:28px;
	}
	.const-logo-7{
		width:128px;
		left:70%;
	}
	.const-logo-1{
		top:18%;
		width:100px;
	}
	.bloc-divider-b-partners-style{
		height:200px;
	}
	.bloc-divider-t-partners-style{
		height:200px;
	}
	.bloc-divider-b-services-hero-style{
		height:100px;
	}
	.offcanvas-end{
	}
	.const-button{
		padding-top:7px;
		padding-bottom:2px;
	}
	.footer-link{
		text-align:center;
	}
	.hero-header-text{
		font-size:50px;
	}
	.navbar-logo{
		font-size:18px;
	}
	.h4-contacte-style{
		letter-spacing:1px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

