/*-----------------------------------------------------------------------------------
	Gamaservi
	About: Construction is the new premium template for Blocs 4 for websites of construction companies.
	Author: Blocs Templates
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
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 ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* 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;}}

/* = 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;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding: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;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}
.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* 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);
}


/* 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{
	margin-top:30px;
}
.voffset-lg{
	margin-top:80px;
}


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

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = 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;
}

/* = 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-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}
.btn .caret{
	margin:0 0 0 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);
}


/* = 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;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

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

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


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}

.hide-indicators{
	display: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;
}

/* Hide Object */
.object-hidden{
	display:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Roboto";
}
.container{
	max-width:1200px;
}
h1{
	font-size:80px;
	font-family:"Teko";
	font-weight:500;
	line-height:80px;
}
h2{
	font-family:"Teko";
	font-weight:500;
	font-size:35px;
}
h3{
	font-family:"Teko";
	font-weight:500;
	font-size:30px;
	line-height:30px;
}
h4{
	font-size:23px;
	line-height:31px;
}
.navbar-nav li a{
	font-family:"Teko";
	text-transform:uppercase;
	font-weight:300;
	margin-right:28px;
	margin-left:28px;
	font-size:25px;
	color:#FFFFFF!important;
	line-height:12px;
	padding-top:12px;
}
.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:#781F1C;
}
.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{
	padding-left:7px;
	padding-right:7px;
}
.const-shortcut-card{
	background-color:#F9F9F9;
	box-shadow:1px 2px 28px rgba(0,0,0,0.10);
	border-color:#FFD60A!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:1px 2px 0px #FFD60A;
}
.const-shortcut-icon:hover{
	text-shadow:0px 1px 0px #FFD60A;
}
.const-navigation-bar{
	height:80px;
	color:#FFFFFF!important;
	text-transform:none;
}
.const-sidebar{
	position:fixed;
	z-index:12345;
	top:0px;
	right:0px;
	bottom:0px;
	left:auto;
	width:300px;
	display:block;
}
.const-sidebar-icon{
	width:80px;
	height:80px;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:#781F1C;
	margin-left:auto;
}
.const-active{
	border-color:#000000!important;
	border-style:solid;
	border-width:0px 0px 3px 0px;
}
.stretched-link{
	font-family:"Teko";
	font-weight:500;
}
.const-navigation{
	font-family:"Teko";
	font-weight:300;
	font-size:28px;
	color:#FFFFFF!important;
	text-transform:uppercase;
}
.const-logo{
	height:80px;
	max-width:200px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family:"Teko";
	font-weight:500;
	font-size:30px;
	text-transform:uppercase;
	padding-top:12px;
	color:#FFFFFF!important;
	background-color:#781F1C;
}
.const-logo:hover{
	color:#FEFFFF!important;
	background-color:#000000;
}
.const-menu-icon{
	color:#FFFFFF!important;
}
.const-menu-icon:hover{
	color:#FEFFFF!important;
}
.const-sidebar-icon:hover{
	background-color:#000000;
}
.navbar-nav li a:hover{
	color:#FFD60A!important;
}
.const-read-more-link{
	font-family:"Teko";
	font-weight:500;
	font-size:23px;
	color:#424242!important;
	border-style:solid;
	border-color:#FFD60A!important;
	border-width:0px 0px 3px 0px;
}
.const-read-more-link:hover{
	color:#000000!important;
	border-color:#FEFFFF!important;
}
.sticky-nav.sticky{
	box-shadow:0px 2px 0px transparent;
}
.const-button{
	font-family:"Teko";
	font-weight:500;
	text-transform:uppercase;
	background-color:#781F1C;
	color:#FFFFFF!important;
	padding-right:28px;
	padding-left:28px;
	padding-top:12px;
	border-width:0px 0px 0px 0px;
}
.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-image:url("img/construction-29.jpg");
	background-size:cover;
	background-position:center center;
	display:flex;
	align-items:center;
	justify-content:center;
}
.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-family:"Teko";
	font-weight:500;
	font-size:100px;
	line-height:80px;
	color:#FFD60A!important;
}
.const-quality-box{
	border-style:solid;
	border-color:rgba(255,214,10,0.20)!important;
	padding-right:28px;
	padding-left:28px;
	border-width:0px 0px 0px 5px;
}
.const-bg-text{
	text-transform:uppercase;
	font-family:"Teko";
	font-weight:500;
	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;
}
.const-service-box{
	box-shadow:10px 10px 0px #FFD60A;
	background-color:#FEFFFF;
	margin-bottom:50px;
	border-width:0px 0px 0px 0px;
}
.const-service-box:hover{
	background-color:#FFD60A;
	box-shadow:7px 7px 0px #424242;
}
.const-capital-subtitle{
	text-transform:uppercase;
	font-family:"Teko";
	font-weight:300;
	letter-spacing:1px;
}
.const-stat-number{
	font-size:60px;
	font-family:"Teko";
	font-weight:500;
	line-height:60px;
	margin-top:28px;
}
.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-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{
	font-family:"Teko";
	font-weight:500;
	letter-spacing:2px;
	text-transform:uppercase;
	background-color:transparent;
	border-style:solid;
	border-color:#FFD60A!important;
	padding-right:28px;
	padding-left:28px;
	color:#FFD60A!important;
	font-size:16px;
	padding-top:10px;
	border-width:2px 2px 2px 2px;
}
.const-wire-button:hover{
	color:#000000!important;
	background-color:#FFD60A;
}
.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{
	font-family:"Teko";
	font-weight:500;
	color:#FEFFFF!important;
}
.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:#FFD60A!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-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.const-project-bg-3{
	background-image:url("img/construction-project-2.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.const-project-bg-4{
	background-image:url("img/construction-project-1.jpg");
	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:600px;
	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-family:"Teko";
	font-weight:500;
	font-size:100px;
	margin-top:400px;
}
.const-logo-hover:hover{
	filter:saturate(150%);
}
.const-partners-bg{
	height:128vh;
}
.const-member-1{
	background-image:url("img/eldar.jpg");
	background-size:cover;
	height:280px;
	margin-bottom:14px;
	background-color:transparent;
	background-position:center center;
}
.const-member-icons{
	height:280px;
	background-color:rgba(255,214,10,0.80);
	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:#FFD60A;
	font-family:"Teko";
	font-weight:500;
	text-transform:uppercase;
	text-align:center;
	padding-top:20px;
	padding-bottom:14px;
	color:#000000!important;
	margin-bottom:28px;
	background-size:length;
	max-width:228px;
}
.const-footer-link{
	color:#FEFFFF!important;
}
.const-footer-link:hover{
	color:#FFD60A!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{
	font-family:"Teko";
	font-weight:300;
	text-align:center;
	background-color:#000000;
	color:#FFD60A!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.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:#FFD60A!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);
}
.const-accordion-header{
	background-color:#F7F8F7;
	border-style:solid;
	border-color:#FFD60A!important;
	padding-bottom:6px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 10px;
}
.const-accordion-header:hover{
	background-color:#FFD60A;
}
.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);
}
.texture-darken-strong::before{
	background-color:rgba(90,77,0,0.80);
	content:"";
}
.const-project-detail{
	font-family:"Teko";
	font-weight:500;
	font-size:20px;
}
.const-project-details{
	box-shadow:0px 2px 50px rgba(0,0,0,0.05);
	padding:28px 28px 28px 28px;
}
.const-blog-met.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;
}
.const-brochure-card{
	border-style:solid;
	border-color:#FFD60A!important;
	margin-top:7px;
	margin-bottom:7px;
	padding:14px 14px 14px 14px;
	border-width:2px 2px 2px 2px;
}
.const-brochure-icon{
	color:#FFD60A!important;
}
.const-bold-link{
	font-family:"Teko";
	font-weight:500;
	color:#000000!important;
}
.const-bold-link:hover{
	color:#FFD60A!important;
}
.const-accordion-link{
	color:#000000!important;
	font-size:25px;
}
.scrollToTop{
	background-color:#781F1C;
	color:transparent!important;
}
.scrollToTop:hover{
	background-color:#FFD60A;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.scroll-to-top-btn-icon{
	stroke:#FFFFFF;
}
.bloc-divider-t-style{
	height:500px;
	fill:#F7F7F7;
}
.bloc-divider-t-fill{
	fill:#FFFFFF;
	height:400px;
}
.bloc-divider-b-style{
	height:300px;
	fill:#FEFFFF;
}
.bloc-divider-t-partners-fill{
	fill:#F7F7F7;
	height:300px;
}
.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:200px;
	fill:#F7F7F7;
}
.bloc-divider-b-fill{
	fill:#FFFFFF;
	height:200px;
}
.bloc-divider-t-news-hero-style{
	height:200px;
	fill:#F7F7F7;
}
.link-color{
	color:#ffffff;
}
.link-style{
	font-weight:bold;
}
.caption-area-bg{
	background-color:rgba(0,0,0,0.33);
}
.logo-btn{
	background-size:cover;
	/*width:500px;
	height:147px;*/
	background-position:center center;
	background-repeat:no-repeat;
	background-blend-mode:normal;
	background-color:transparent;
}
.lang-list-bg{
	background-color:#781F1C;
}
.link-width{
	width:60%;
}
.list-link-child:hover{
	color:#FFD069!important;
}

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

/* Background colour styles */

.bgc-persian-plum{
	background-color:#781F1C;
}
.bgc-gold-web-golden{
	background-color:#FFD60A;
}
.bgc-white-smoke{
	background-color:#F8F8F8;
}
.bgc-onyx{
	background-color:#111111;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}
.tc-dark-jungle-green{
	color:#282828!important;
}
.tc-onyx{
	color:#111111!important;
}
.tc-gold-web-golden{
	color:#FFD60A!important;
}
.tc-persian-plum{
	color:#781F1C!important;
}
.tc-dark-gray{
	color:#A9A9A9!important;
}
.tc-white-smoke{
	color:#F8F8F8!important;
}

/* Button colour styles */

.btn-medium-sea-green{
	background:#27AE60;
	color:#FFFFFF!important;
}
.btn-medium-sea-green:hover{
	background:#1f8b4d!important;
	color:#FFFFFF!important;
}
.btn-carmine-pink{
	background:#E74C3C;
	color:#FFFFFF!important;
}
.btn-carmine-pink:hover{
	background:#b93d30!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-onyx{
	color:#111111!important;
}
.ltc-onyx:hover{
	color:#0e0e0e!important;
}
.ltc-white{
	color:#FFFFFF!important;
}
.ltc-white:hover{
	color:#cccccc!important;
}

/* Icon colour styles */

.icon-white{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}
.icon-gold-web-golden{
	color:#FFD60A!important;
	border-color:#FFD60A!important;
}
.icon-white-2{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}
.icon-persian-plum{
	color:#781F1C!important;
	border-color:#781F1C!important;
}

/* Bloc image backgrounds */

.bg-construction-13{
	background-image:url("img/construction-13.jpg");
}
.bg-logo-gamaservi-500{
	background-image:url("img/logo-gamaservi-500.png");
}
.bg-gamaservi-asesoria-fiscal-ibiza{
	background-image:url("img/gamaservi-asesoria-fiscal-ibiza.jpg");
}
.bg-gamaservi-ibiza-asesoria-bottom{
	background-image:url("img/gamaservi-ibiza-asesoria-bottom.jpg");
}
.bg-gamaservi-asesoria-economica-ibiza{
	background-image:url("img/gamaservi-asesoria-economica-ibiza.jpg");
}

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



/* = 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:70px;
		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;
	}
	
	/* 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:60px;
		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%;
	}
	
	/* Small Row Margin Offsets */
	.voffset-md-sm{
		margin-top:50px;
	}
		.voffset-lg-sm{
		margin-top:80px;
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-lg-sm{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.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{
	}
	.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;
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-md-xs{
		margin-top:50px;
	}
		.voffset-lg-xs{
		margin-top:80px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

