/*------------------------------------------------------------------
Main Stylesheet

Project:    Upstake - Multipurpose Business Template
Version:    1.0
Last change:    24/06/2024
Author:    creativemaze
Primary use:    Construction
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. General
2. Header
	2.1. Logo & Navigation
	2.2. Header Content
3. Main Content
	3.1. Construction Area One 
	3.2. Construction Area Two
	3.3. Construction Area Three
	3.4. Construction Area Four
	3.5. Construction Area Five
	3.6. Construction Area Six
	3.7. Construction Area Seven
	3.8. Construction Area Eight
	 
4. Footer
5. Responsive
-------------------------------------------------------------------*/

/* 1. GENERAL
 ----------- */
body,
html{
	width:100%;
    height: auto;
    margin:0;
    padding:0;
    overflow-x: hidden;
	font-family: sans-serif;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h2{
	margin-top: 0;
}

*{
	box-sizing: border-box;
}

.page_area{
	width: 100%;
}

#loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

#loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: #333333;
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

.construct_head{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	display: block;
	color: #1a2980;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.construct_info{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: center;
	padding: 10px 10px 0;
	line-height: 1.5em;
	max-width: 600px;
	margin: auto;
}

.bg_head{
	color: #ffffff;
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
	max-width: 650px;
	margin-right: auto;
	margin-left: auto;
}

/* 2. HEADER
 ----------- */
 
/* --- 2.1. Logo & Navigation --- */
.navbar-header > a{
	text-decoration: none;
	color: #111111;
	transition: 0.5s;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 30px;
}

.navbar-header > a:hover{
	color: #111111;
}

#nav-logo > a{
	max-width: 160px; 
	min-height: 10px;
	position: relative;
	top: 33px;
}

#nav-logo > a img{
   position: relative;
   max-width: 160px;
   height: auto;
}

nav.navbar.bootsnav{
	background-color: transparent;
	border-bottom: none ;
	z-index: 9999;
}

nav.navbar.bootsnav ul.nav{
	margin-right: 160px;
	margin-top: 5px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	border: 0;
	background: #1a2980;
	z-index: 9999;
}

nav.navbar.bootsnav ul.nav > li > a{
    color: #111111;
    font-family: 'Montserrat' , Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
	letter-spacing: 1px;
	border-top: none;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    text-align: left;
	color: #ffffff;
	font-family: 'Montserrat' , Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
	letter-spacing: 1px;
	border-bottom: none;
	transition: 0.5s;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
	color: #ffc91a;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	left: 0;
}

 nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
	font-size: 12px;	
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before{
    font-family: 'Font Awesome 5 Free';
    float: right;
    content: "\f105";
    margin-top: 0;
}

nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu{
    left: 200px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu{
    top: 2px;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu{
    border-left: solid 1px #6f6f6f;
    border-right: solid 1px #6f6f6f;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a{
	font-family: 'Montserrat' , Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
	letter-spacing: 1px;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover{
	color: #ffc91a;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
    font-size: 14px;
    font-weight: 600;
	font-family: 'Montserrat' , Arial, sans-serif;
    color: #ffc91a;
    text-transform: uppercase;
	letter-spacing: 1px;
}

.attr-nav > ul > li.dropdown ul.dropdown-menu{
    margin-top: 0;
    margin-left: 55px;
    width: 250px;
    left: -250px !important;
}

.attr-nav > ul > li > a{
    color: #111111;
	padding-top: 36px;
	margin-left: -12px;
	position: relative;
	left: -160px;
}

.top-search ::placeholder{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}

/* --- 2.2. Header Content --- */
.top_box{
	height: 50px;
	overflow-y: auto;
	background-color: #ffc91a;
}

.top_info{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: auto
}

.left_info,
.right_info{
	position: relative;
	flex: 50%;
	width: 50%;
	padding-top: 15px;
}

.left_info{
	max-width: 600px;
	margin: auto;
	text-align: left;
	display: block;
}

.right_info{
	max-width: 400px;
	margin: auto;
	text-align: right;
	display: block;
}

.left_info .fas,
.left_info .far,
.right_info > a > .fab{
	font-size: 16px;
	color: #ffffff;
}

.left_info .fas,
.left_info .far{
	padding-right: 8px;
}

.right_info  > a .fab{
	padding-right: 14px;
	transition: 0.5s;
}

.right_info > a > .fab:hover{
	color: #111111;
}

.sub_width{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.left_sub{
	flex: 50%;
	width: 50%;
	text-align: left;
}

.right_sub{
	flex: 50%;
	width: 50%;
	text-align: center;
	padding-left: 25px;
}

.top_sub{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: capitalize;
	display: block;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 0;
}

.head_btn{
	max-width: 300px;
	display: inline-block;
	position: absolute;
	top: 19px;
	right: 0;
}

.head_btn a{
	background-color: #1a2980;
	width: 150px;
	margin: 0 auto;
    color: #ffc91a;
    padding: 12px 14px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #1a2980;
	letter-spacing: 1px;
	text-align: center;
}

.head_btn a:hover{
	background: transparent;
	color: #111111;
	border-color: #111111;
}

.sliderwrap{
	position: relative;
}

.header__content{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 100vh;
	min-height: 650px;
}

.slide__content{
	height: 100vh;
	min-height: 650px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slide__content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 25, 34, 0.5);
}

.header-title {
	position: relative;
	max-width: 850px;
	margin-left: 10vw;
	padding-right: 10px;
	text-align: left;
	display: block;
	z-index: 999;
}

.header-title__main{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1em;
	text-align: left;
	display: block;
	color: #ffffff;
	line-height: 1.1em;
	text-transform: uppercase;
}

.first-word{
	color: #ffc91a;
	position: relative;
	bottom: 30px;
}

.header-title__main .first-letter{
	border: double 5px #ffffff;
	padding: 10px;
}

.header-title__sub{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	display: block;
	color: #dddddd;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-align: left;
	max-width: 500px;
	padding: 15px 0 25px;
}

.buttoncol a{
	width: 150px;
    padding: 13px 14px;
    text-decoration: none;
	text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	letter-spacing: 1px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 15px;
}

.left_btn{
	background-color: #1a2980;
	color: #ffc91a;
	border: 1px solid #1a2980;
}

.left_btn:hover{
	color: #111111;
	background-color: #ffffff;
	border-color: #ffffff;
}

.right_btn{
	background-color: #ffc91a;
	color: #ffffff;
	border: 1px solid #ffc91a;
}

.right_btn:hover{
	background-color: #ffffff;
	color: #111111;
	border-color: #ffffff;
}

/* 3. MAIN CONTENT
 ----------- */
 
/* --- 3.1. Construction Area One --- */
.construct_area_one{
	max-width: 1280px;
	margin: 0 auto 9em;
	padding: 0 30px;
	position: relative;
	z-index: 9999;
}

.construct_group_one{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.icon_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.left_info_col{
	flex: 66.66%;
	width: 66.66%;
	padding: 0 25px;
	margin: -100px auto 0;
}

.right_info_col{
	flex: 33.33%;
	width: 33.33%;
	max-width: 500px;
	padding: 30px 35px 40px 25px;
	background-color: #1a2980;
	margin-top: -150px;
}

.info_center{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.right_info_box h2{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	display: block;
	color: #ffffff;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.right_info_box p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #dddddd;
	letter-spacing: 1px;
	text-align: left;
	padding: 12px 0;
	line-height: 1.5em;
}

.icon_col{
	flex: 25%;
	width: 25%;
	padding: 0;
}

.icon_box{
	max-width: 215px;
	margin: auto;
	padding: 20px 10px 25px;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	overflow: hidden;
}

.icon_bottom{
	margin-top: 190px;
}

.icon_symbol{
	position: relative;
	top: -60px;
	left: -60px;
	width: 120px;
	height: 120px;
	background-color: #ffc91a;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: -60px;
}

.icon_symbol .fi{
	font-size: 38px;
	color: #ffffff;
	display: inline-block;
	text-align: left;
	position: absolute;
	right: 20px;
	bottom: 10px
}

.icon_content h3{
	color: #111111;
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin-top: 0;
}

.area_button a{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	color: #ffc91a;
	text-decoration: none;
	max-width: 125px;
	margin: auto;
	transition: 0.5s;
}

.area_button a::after{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
}

.area_button a:hover{
	color: #111111;
}

.info_col_button a{
	background-color: #ffc91a;
	width: 160px;
	margin: 25px 0 0;
    color: #ffffff;
    padding: 13px 15px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #ffc91a;
	letter-spacing: 1px;
	text-align: center;
}

.info_col_button a:hover{
	color: #111111;
	background-color: #ffffff;
	border-color: #ffffff;
}

/* --- 3.2. Construction Area Two --- */
.construct_area_two{
	max-width: 1280px;
	margin: 0 auto 0;
	padding: 0 25px;
	margin-bottom: calc(9em + 30px);
}

.construct_group_two{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.square_info_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.square_col_left{
	flex: 50%;
	width: 50%;
	padding: 0 25px;
}

.square_col_right{
	flex: 50%;
	width: 50%;
	padding: 0 25px;
}

.square_area{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.square_box{
	max-width: 550px;
	padding-right: 20px;
}

.square_box h2{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	display: block;
	color: #1a2980;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.square_box p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	padding-top: 12px;
	max-width: 450px;
	line-height: 1.5em;
}

.square_info_col{
	flex: 50%;
	width: 50%;
	padding: 25px 30px 20px 0;
}

.square_title{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	color: #111111;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 0;
}

.square_title::first-letter{
	color: #ffc91a;
}

.square_title::after{
	content: '';
	display: block;
    width: 50px;
    height: 2px;
    background: #ffc91a;
    transition: width .5s;
}

.square_info_box{
	max-width: 250px;
	text-align: left;
}

.photo_area{
	max-width: 500px;
	text-align: center;
	position: relative;
}

.photo_image{
	position: relative;
	z-index: 1;
}

.photo_image img{
	width: 100%;
	height: auto;
	display: block;
	border-bottom-right-radius: 25%;
	border-top-left-radius: 25%;
}

.box_content{
	position: absolute;
	bottom: -75px;
	left: 25px;
	z-index: 99;
	width: 200px;
	height: 200px;
	background-color: #ffffff;
	border-radius: 50%;
}

.box_info{
	width: 180px;
	height: 180px;
	margin: 10px auto;
	background-color: #ffc91a;
	border-radius: 50%;
}

.box_feature{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.box_title{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: auto;
	border: solid 2px #ffffff;
	border-radius: 50%;
}

.box_title h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	display: block;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5em;
	padding: 9px 0;
	margin: 0;
}

.square_col_button a{
	background-color: #ffc91a;
	width: 160px;
	margin: 25px 0 0;
    color: #ffffff;
    padding: 13px 15px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #ffc91a;
	letter-spacing: 1px;
	text-align: center;
}

.square_col_button a:hover{
	color: #111111;
	background-color: #ffffff;
	border-color: #111111;
}

/* --- 3.3. Construction Area Three --- */
.construct_area_three{
	width: 100%;
	margin: 0 0 9em;
}

.construct_group_three{
	max-width: 1280px;
	margin: auto;
	padding: 0 25px;
}

.bg_group{
	position: relative;
	width: 100%;
	margin-top: 40px;
}

.bg_slider{
	width: 100%;
}

.bg_area{
	min-height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 999;
}

.bg_area::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 25, 34, 0.6);
}

.bg_feature{
	position: relative;
	z-index: 999;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	min-height: 600px;
}

.bg_col{
	position: relative;
	z-index: 999;
	flex: 33.33%;
	width: 33.33%;
	padding-right: 40px;
	min-height: 600px;
	border-right: double 1px #6f6f6f;
}

.bg_col:hover{
	cursor: pointer;
}

.third_border{
	border-right: none;
}

.bg_content{
	position: absolute;
	bottom: 40px;
	left: 25px;
	max-width: 375px;
	margin-right: 15px;
	background: rgba(0,0,0,0.6);
	padding: 40px 20px 25px;
}

.bg_content h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 22px;
	font-weight: 600;
	display: block;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4em;
}

.bg_content h3 .first-letter{
	border: double 5px #ffffff;
	padding: 10px;
}

.bg_content p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 10px;
	display: block;
	color: #dddddd;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
}

.bg_btn a{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	color: #ffc91a;
	text-decoration: none;
	max-width: 140px;
	margin: auto;
	transition: 0.5s;
}

.bg_btn a::after{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
}

.bg_btn a:hover{
	color: #ffffff;
}

/* --- 3.4. Construction Area Four --- */
.construct_area_four{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 25px;
	margin-bottom: calc(9em - 15px);
}

.construct_group_four{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.construct_group_info{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.info_head{
	flex: 58.33%;
	width: 58.33%;
	padding: 0 10px;
}

#filtergroup{
	flex: 41.66%;
	width: 41.66%;
	padding: 0 10px;
	margin-top: 10px;
	max-width: 400px;
}

.info_head h2{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	display: block;
	color: #1a2980;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
	max-width: 550px;
}

.filtertitle{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding: 0 7px;
	color: #111111;
	cursor: pointer;
	display: inline-block;
	transition: 0.5s;
}

.filtertitle.activetitle,
.filtertitle:hover {
	color: #ffc91a;
}

.portfolio_col{
	flex: 33.33%;
	width: 33.33%;
	max-width: 400px;
	margin: 0 auto;
	position: relative;
}

.portfolio_box{
	position: relative;
	display: block;
	padding: 10px;
}

.portfolio_image{
	position: relative;
	text-align: center;
	overflow: hidden;
	transition: 0.5s;
}

.portfolio_image .image_box a > img{
	transition: ease-in-out 3.25s;
}

.portfolio_image .image_box > a > img:hover{
	transform: scale(1.15);
}

.portfolio_image img{
	width: 100%;
	height: auto;
	display: block;
}

.portfolio_content{
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.5s;
	opacity: 0;
	background-color: #ffffff;
	padding: 15px;
	min-width: 250px;
	max-width: 400px;
}

.portfolio_box:hover .portfolio_image .portfolio_content{
	opacity: 1;
}

.portfolio_content h3{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.4em;
}

.portfolio_content a{
    color: #ffc91a;
    text-decoration: none;
	text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	letter-spacing: 1px;
	text-align: center;
}

.portfolio_content a:hover{
	color: #111111;
}

/* --- 3.5. Construction Area Five --- */
.construct_area_five{
	position: relative;
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 7em 25px 14em;
	margin-bottom: 9em;
}

.construct_area_five::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.construct_group_five{
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
	z-index: 999;
	text-align: center;
}

.comment_group{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: -65px;
}

.client_col{
	flex: 50%;
	width: 50%;
	padding: 0 20px;
}

.client_details{
	max-width: 640px;
	padding: 20px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	border-left: solid 4px #ffc91a;
}

.client_info{
	margin-bottom: -130px;
	clear: both;
}

.client_name{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.4em;
	margin: 0;
	padding: 11px 0;
}

.client_details p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #dddddd;
	letter-spacing: 1px;
	text-align: left;
	padding: 15px;
	line-height: 1.5em;
}

.client_photo img{
	max-width: 80px;
	height: 80px;
	border-radius: 50%;
	display: block;
	text-align: left;
}

.quote_format{
	font-size: 130px;
	margin-top: -35px;
	color: #ffc91a;
	display: block;
	text-align: center;
}

.client_icon{
	width: 100%;
	text-align: left;
}

.client_icon .fi{
	font-size: 22px;
	color: #ffc91a;
	display: inline-block;
	text-align: center;
}

/* --- 3.6. Construction Area Six --- */
.construct_area_six{
	position: relative;
	z-index: 99;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 25px;
	margin-bottom: calc(9em + 80px);
}

.construct_group_six{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.info_col{
	flex: 50%;
	width: 50%;
	padding: 0 20px;
}

.cube_col{
	flex: 50%;
	width: 50%;
	padding: 0 20px;
}

.info_area{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.info_box{
	max-width: 550px;
	padding-left: 20px;
}

.info_box h2{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	display: block;
	color: #1a2980;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.info_box p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	padding: 18px 0 25px;
	max-width: 450px;
	line-height: 1.5em;
}

.cube_info_area{
	width: 100%;
	border-left: solid 1px #e0e0e0;
	max-height: 300px;	
	margin-left: 35px;
}

.cube_info{
	width: 100%;
	display: block;
	margin-left: -35px;
	clear: both;
	margin-bottom: 40px;
	overflow-y: auto;
	max-height: 125px;
	height: 100%;
}

.bottom_cube{
	margin-bottom: -40px;
}

.cube_num{
	width: 65px;
	height: 65px;
	margin: auto;
	background-color: #ffc91a;
	border-radius: 50%;
	display: block;
	float: left;
}

.cube_heading{
	float: left;
	margin-left: 20px;
}

.cube_num h4{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	display: block;
	text-align: center;
	color: #ffffff;
	line-height: 1.4em;
}

.cube_center{
	display: flex;
	flex-direction: column;
	justify-content:  center;
	align-items: center;
}

.cube_heading h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 16px;
	display: block;
	font-weight: 600;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.4em;
}

.cube_box{
	max-width: 500px;
	text-align: center;
	position: relative;
}

.cube_image{
	position: relative;
}

.base_content{
	position: absolute;
	bottom: -80px;
	right: 25px;
	z-index: 99;
	width: 220px;
	height: 220px;
	background-color: #ffffff;
	border-bottom-right-radius: 25%;
	border-top-left-radius: 25%;
}

.base_photo{
	width: 200px;
	height: 200px;
	margin: 10px auto;
	border-radius: 50%;
}

.cube_image > img{
	width: 100%;
	height: auto;
	display: block;
	border-bottom-left-radius: 25%;
	border-top-right-radius: 25%;
}

.base_photo img{
	width: 100%;
	height: auto;
	display: block;
	border-bottom-right-radius: 25%;
	border-top-left-radius: 25%;
}

/* --- 3.7. Construction Area Seven --- */
.construct_area_seven{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 4em 0;
}

.construct_area_seven::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 25, 34, 0.6);
}

.construct_group_seven{
	max-width: 750px;
	position: relative;
	z-index: 999;
	margin: 0 auto;
	padding: 0 10px;
}

.bg_col_button a{
	background-color: #ffc91a;
	width: 160px;
	margin: 35px auto 0;
    color: #ffffff;
    padding: 13px 15px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #ffc91a;
	letter-spacing: 1px;
	text-align: center;
}

.bg_col_button a:hover{
	color: #111111;
	background-color: #ffffff;
	border-color: #ffffff;
}

/* --- 3.8. Construction Area Eight --- */
.construct_area_eight{
	position: relative;
	max-width: 1280px;
	margin: -80px auto 2em;
	padding: 0 25px;
}

.construct_group_eight{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.count_col{
	flex: 25%;
	width: 25%;
	padding: 40px 20px 0;
}

.count_box{
	max-width: 320px;
	margin: auto;
}

.count_area{
	width: 100%;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	background-color: #ffffff;
	padding: 10px;
}

.num_col{
	flex: 50%;
	width: 50%;
	max-width: 160px;
	margin: auto;
	height: 100%;
}

.num_box{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.color_area{
	position: relative;
	text-align: center;
	overflow: hidden;
	background-color: #ffc91a;
	border-radius: 5px;
}

.count_content h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	display: block;
	text-align: center;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}

.count_num .counter{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 30px;
	font-weight: 700;
	display: block;
	text-align: center;
	color: #111111;
	letter-spacing: 1px;
	margin: 0;
}

/* 4. FOOTER
 ----------- */
.footer{
	width: 100%;
	min-height: 350px;
	position: relative;
	clear: both;
	height: 100%;
}

.footer_area{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 25px;
	display: flex;
	flex-wrap: wrap;
}

.footer_col{
	flex: 25%;
	width: 25%;
	padding: 0 20px;
	max-width: 300px;
	margin: 0 auto;
}

.footer_col{
	padding-top: 3.5em;
}

a.footer-logo img{
	max-width: 150px;
	height: auto;
	display: inline-block;
	margin-top: 12px;
	margin-bottom: 10px;
}

.footer_box > h3 > a{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	color: #111111;
	text-align: left;
}

.footer_box > p{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #111111;
	text-align: left;
	padding: 20px 0;
	line-height: 1.5em;
}

.footer_social{
	margin: 12px 0;
}

.footer_social > a > .fab,
.footer_social > a > .fa{
	font-size: 16px;
	color: #111111;
	text-align: left;
	transition: 0.5s;
}

.footer_social > a{
	padding-right: 12px;
}
 
.footer_social > a > .fab:hover,
.footer_social > a > .fa:hover{
	color: #ffc91a;
}

.footer_col > h4{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #111111;
}

.footer_col > ul > li{
	padding: 4px 0;
}

.footer_col > ul > li a{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	color: #111111;
	text-align: justify;
	transition: 0.5s;
}

.footer_col > ul > li a:hover{
	color: #ffc91a;
}

.footer_inner{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;
}

.footer_grid{
	flex: 33.33%;
	width: 33.33%;
	padding-right: 10px;
	padding-bottom: 10px;
}

.footer_image{
	overflow: hidden;
	position: relative;
}

.footer_image > a > img{
	transition: ease-in-out 3.25s;
}

.footer_image > a > img:hover{
	transform: scale(1.15);
}

.footer_image img{
	width: 100%;
	height: auto;
	display: block;
}

.details{
	width: 100%;
	padding-top: 35px;
	padding-bottom: 10px;
	margin-top: 35px;
	border-top: solid 1px #e0e0e0;
}

.details p{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #111111;
	text-align: center;
}

/* 5. RESPONSIVE
 ----------- */
@media only screen and (max-width: 1024px){
	.header__content{
		height: auto;
	}
	
	.slide__content{
		height: auto;
	}
	
	.portfolio_col{
		max-width: 300px;
	}
	
	.construct_area_two{
		margin-bottom: 9em;
	}
	
	.construct_area_six{
		margin-bottom: calc(9em + 40px);
	}
}	

@media only screen and (max-width: 992px){
	nav.navbar.bootsnav .navbar-toggle{
        background: transparent;
        color: #111111;
		font-size: 25px;
		margin-top: 7px;
		margin-bottom: 12px;
	}
	
	.head_btn{	
		margin-top: 40px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.navbar-header > a{
		margin-top: 14px;
	}
	
	#nav-logo > a{
		top: 19px;
	}
	
	nav.navbar.bootsnav ul.nav > li > a{
		color: #111111;
	}
	
	nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
	nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
		color: #1a2980;
	}
	
	nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before{
        font-family: 'Font Awesome 5 Free';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
    }
	
	nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
		display: none;	
	}
	
	nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title:before{
        font-family: 'Font Awesome 5 Free';
        content: "\f105";
    }
	
	nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu{
		left: 0;
	}
	
	nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown.on > a.dropdown-toggle:before{
		 content: "\f107";
	}
	
	nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu{
		border-left: none;
		border-right: none;
	}
	
	.left_info,
	.right_info,
	.left_sub,
	.right_sub{
		flex: 100%;
		width: 100%;
		text-align: center;
	}
	
	.right_sub{
		padding-left: 0;
		padding-top: 12px;
	}
	
	.top_sub,
	.left_info a{
		text-align: center;
	}
	
	.top_sub{
		padding-bottom: 4px;
	}
	
	.attr-nav > ul > li > a{
		position: relative;
		left: 0;
		padding-top: 21px;
	}
	
	.header-title{
		margin-left: 5vw;
	}
	
	.header-title__main{
		font-size: 45px;
	}
	
	.left_info_col{
		flex: 100%;
		width: 100%;
	}
	
	.right_info_col{
		flex: 100%;
		width: 100%;
		margin-top: 50px;
		max-width: 450px;
	}
	
	.construct_area_two{
		margin-bottom: calc(9em + 35px);
	}
	
	.square_col_left{
		flex: 100%;
		width: 100%;
	}
	
	.square_col_right{
		flex: 100%;
		width: 100%;
		margin-top: 60px;
	}
	
	.bg_col{
		flex: 100%;
		width: 100%;
		min-height: 450px;
	}
	
	.bg_area{
		min-height: 450px;
	}
	
	.first_border,
	.second_border{
		border-right: none;
	}
	
	.info_head{
		flex: 100%;
		width: 100%;
	}
	
	#filtergroup{
		flex: 100%;
		width: 100%;
		margin-top: 10px;
	}
	
	.portfolio_col{
		flex: 50%;
		width: 50%;
		max-width: 400px;
	}
	
	.client_col{
		flex: 100%;
		width: 100%;
	}
	
	.last_space{
		padding-top: 115px;
	}
	
	.info_col{
		flex: 100%;
		width: 100%;
		margin-top: 90px;
	}
	
	.cube_col{
		flex: 100%;
		width: 100%;
	}
	
	.count_col{
		flex: 50%;
		width: 50%;
	}
	
	.footer_col{
		flex: 50%;
		width: 50%;
	}
}

@media only screen and (max-width: 600px){
	.header-title__main{
		font-size: 30px;
	}
	
	.square_box h2,
	.bg_head,
	.construct_head,
	.info_box h2,
	.right_info_box h2,
	.info_head h2{
		font-size: 30px;
	}
	
	.square_col_left,
	.square_col_right,
	.square_box,
	.info_col,
	.cube_col,
	.info_box,
	.info_head,
	#filtergroup,
	.portfolio_box{
		padding-left: 0;
		padding-right: 0;
	}
	
	.icon_col{
		flex: 50%;
		width: 50%;
		max-width: 200px;
	}
	
	.icon_box{
		max-width: 200px;
	}
	
	.bg_col{
		min-height: 350px;
	}
	
	.bg_area{
		min-height: 350px;
	}
	
	.portfolio_col{
		flex: 100%;
		min-width: 100%;
	}
	
	.count_col{
		flex: 100%;
		width: 100%;
	}
	
	.footer_col{
		flex: 100%;
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 420px){
	.left_info_col,
	.client_col{
		padding-left: 0;
		padding-right: 0;
	}
	
	.box_content{
		width: 160px;
		height: 160px;
	}
	
	.box_info{
		width: 140px;
		height: 140px;
	}
	
	.box_feature{
		padding: 12px;
	}
	
	.box_title h3{
		font-size: 12px;
		padding: 6px 0;
	}
	
	.square_info_col{
		flex: 100%;
		width: 100%;
	}
	
	.base_content{
		width: 180px;
		height: 180px;
	}
	
	.base_photo{
		width: 160px;
		height: 160px;
	}
	
	.bg_content h3{
		font-size: 20px;
	}
}

@media only screen and (max-width: 375px){
	.icon_col{
		flex: 100%;
		width: 100%;
		max-width: 200px;
	}
	
	.icon_bottom{
		margin-top: 0;
	}
	
	.base_content{
		width: 160px;
		height: 160px;
	}
	
	.base_photo{
		width: 140px;
		height: 140px;
	}
	
	.bg_content h3{
		font-size: 18px;
	}
}