/*------------------------------------------------------------------
Main Stylesheet

Project:     Upstake - Multipurpose Business Template
Version:    1.0
Last change:    02/04/2025
Author:    creativemaze
Primary use:    Architecture
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. General
2. Header
	2.1. Logo & Navigation
	2.2. Header Content
3. Main Content
	3.1. Architecture Area One 
	3.2. Architecture Area Two
	3.3. Architecture Area Three
	3.4. Architecture Area Four
	3.5. Architecture Area Five
	3.6. Architecture Area Six
	3.7. Architecture Area Seven
	3.8. Architecture Area Eight
	3.9. Architecture Area Nine
	3.10. Architecture Area Ten
	 
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;
}

*{
	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);
	}
}

.architecture_heading{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #111111;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.architecture_info{
	max-width: 600px;
	margin: 0 auto;
	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;
}

/* 2. HEADER
 ----------- */
 
/* --- 2.1. Logo & Navigation --- */
.navbar-header > a{
	text-decoration: none;
	color: #f1f1f1;
	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: #f1f1f1;
}

#nav-logo > a{
	max-width: 160px; 
	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: 1;
}

nav.navbar.bootsnav ul.nav{
	margin-right: 160px;
	margin-top: 5px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	border: 0;
	background: #ffffff;
	z-index: 9999;
}

nav.navbar.bootsnav ul.nav > li > a{
    color: #ffffff;
    font-family: 'Raleway' , 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: #111111;
	font-family: 'Raleway' , 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: #556270;
}

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 #e0e0e0;
    border-right: solid 1px #e0e0e0;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a{
	font-family: 'Raleway' , Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    text-transform: capitalize;
	letter-spacing: 1px;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover{
	color: #556270;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
    font-size: 14px;
    font-weight: 600;
	font-family: 'Raleway' , Arial, sans-serif;
    color: #556270;
    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: #ffffff;
	padding-top: 36px;
	margin-left: -12px;
	position: relative;
	left: -160px;
}

.top-search ::placeholder{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}

/* --- 2.2. Header Content --- */
.top_box{
	height: 50px;
	overflow-y: auto;
	border-bottom: solid 1px #6f6f6f;
}

.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: #dddddd;
}

.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: 'Raleway' , 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: #556270;
	width: 150px;
	margin: 0 auto;
    color: #ffffff;
    padding: 12px 14px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Raleway', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #556270;
	letter-spacing: 1px;
	text-align: center;
}

.head_btn a:hover{
	background-color: #ffffff;
	color: #111111;
	border-color: #ffffff;
}

.sliderwrap{
	position: relative;
	top: -140px;
}

.header__content{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	min-height: 800px;
	height: 100vh;
}

.slide__content{
	position: relative;
	z-index: 0;
	height: 100vh;
	min-height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slide__content::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 25, 34, 0.5);
}

.header-title{
	position: relative;
	max-width: 650px;
	display: block;
	margin-left: 10vw;
	text-align: left;
	padding-right: 10px;
}

.header-title__main{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 45px;
	font-weight: 800;
	letter-spacing: 1px;
	line-height: 1.2em;
	text-align: left;
	display: block;
	color: #ffffff;
}

.header-title__sub{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	display: block;
	color: #f2f2f2;
	line-height: 1.5em;
	letter-spacing: 1px;
	max-width: 500px;
	text-align: left;
	padding: 25px 0 30px 0;
}

.buttoncol a{
	background-color: #556270;
	width: 150px;
    color: #ffffff;
    padding: 13px 15px;
    text-decoration: none;
	text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Raleway', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #556270;
	letter-spacing: 1px;
	text-align: center;
	margin-left: 110px;
}

.buttoncol a:hover{
	background-color: #ffffff;
	color: #111111;
	border-color: #ffffff;
}

.video-play-button{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 28px;
	height: 42px;
	border-radius: 50%;
	padding: 38px 16px 12px 32px;
	margin-top: 110px;
}

.video-play-button:before{
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 70px;
	height: 70px;
	background: #ffffff;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after{
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 70px;
	height: 70px;
	background: #ffffff;
	border-radius: 50%;
	transition: all 200ms;
}

.video-play-button span{
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 16px solid #556270;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

@keyframes pulse-border{
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* 3. MAIN CONTENT
 ----------- */
 
/* --- 3.1. Architecture Area One --- */
.architecture_area_one{
	position: relative;
	max-width: 1280px;
	min-height: 300px;
	margin: 0 auto;
	padding: 0 25px;
	margin-top:  -300px;
	margin-bottom: 9em;
}

.architecture_group_one{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background-color: #ffffff;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.icon_col{
	flex: 25%;
	width: 25%;
	border-right: solid 1px #e0e0e0;
}

.no_border{
	border-right: none;
}

.icon_box{
	position: relative;
	max-width: 300px;
	margin: 0;
	padding: 25px 20px;
	text-align: left;
	background: #ffffff;
	overflow: hidden;
}

.icon_box .fi{
	font-size: 44px;
	color: #ffffff;
	display: inline-block;
	text-align: left;
	position: absolute;
	right: 20px;
	bottom: 8px
}

.icon_center{
	position: relative;
	top: -60px;
	left: -60px;
	width: 120px;
	height: 120px;
	background-color: #556270;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: -35px;
}

.icon_box h3{
	color: #111111;
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	display: block;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin-top: 0;
}

.icon_box p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding-top: 10px;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
}

.icon_button a{
	width: 140px;
	height: 40px;
	margin: 20px 0 0;
	padding: 12px 0;
    color: #111111;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
	font-weight: 700;
	font-family: 'Raleway', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #ffffff;
	letter-spacing: 1px;
	text-align: center;
}

.icon_button a::after{
	content: "\203A";
	position: relative;
	right: -2px;
	float: right;
	margin-top: -13px;
	width: 40px;
	height: 40px;
	font-size: 24px;
	display: inline-block;
	padding: 1px 6px;
	color: #ffffff;
	background-color: #556270;
}

/* --- 3.2. Architecture Area Two --- */
.architecture_area_two{
	max-width: 1280px;
	margin: 0 auto 9em;
	padding: 0 25px;
}

.architecture_group_two{
	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_info_col{
	flex: 50%;
	width: 50%;
	padding: 25px 15px 10px 0;
}

.square_title{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	display: inline-block;
	color: #111111;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 0;
}

.square_title::after{
	content: '';
	display: block;
    width: 50px;
    height: 2px;
    background: #556270;
    transition: width .5s;
}

.square_info_box{
	max-width: 300px;
	text-align: left;
}

.square_box{
	max-width: 600px;
	padding-right: 20px;
}

.square_info_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.sub_head{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.5em;
}

.sub_head .first-letter{
	background-color: #556270;
	padding: 12px 14px;
	color: #ffffff;
	margin-right: 4px;
}

.square_box > p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 15px;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
	max-width: 500px;
}

.square_box h2{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #111111;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.square_col_button a{
	background-color: #556270;
	width: 150px;
	margin: 30px 0 0;
    color: #ffffff;
    padding: 13px 14px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Raleway', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #556270;
	letter-spacing: 1px;
	text-align: center;
}

.square_col_button a:hover{
	color: #111111;
	background: transparent;
	border-color: #111111;
}

.photo_area{
	max-width: 550px;
	text-align: center;
	position: relative;
}

.photo_image{
	position: relative;
	z-index: 1;
}

.bg_content{
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 65px;
	z-index: -99;
	width: 160px;
	height: 160px;
}

.photo_image img{
	width: 100%;
	height: auto;
	display: block;
}

#top_photo{
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.box_content{
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 45px;
	z-index: 99;
	width: 180px;
	height: 180px;
	background-color: #556270;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.box_feature{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 18px;
}

.box_info{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: auto;
	border: double 4px #ffffff;
}

.box_info h3{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	display: block;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin: 0;
}

/* --- 3.3. Architecture Area Three --- */
.architecture_area_three{
	width: 100%;
	min-height: 200px;
	padding: 0;
	margin-bottom: 9em;
}

.architecture_group_three{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
}

.center_head{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5em;
}

.center_head::first-letter{
	background-color: #556270;
	padding: 12px 14px;
	color: #ffffff;
	margin-right: 4px;
}

.grid_col{
	flex: 25%;
	width: 25%;
	position: relative;
	padding: 0;
}

.grid_box{
	position: relative;
	text-align: center;
}

.grid_image{
	overflow: hidden;
	position: relative;
}

.grid_image img{
	width: 100%;
	height: auto;
	display: block;
}

.grid_overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: rgba(24, 25, 34, 0.5);
}

.grid_content{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.grid_icon{
	float: left;
	width: 20%;
}

.grid_title{
	float: left;
	width: 80%;
}

.grid_icon .fi{
	font-size: 50px;
	width: 75px;
	height: auto;
	display: block;
	text-align: center;
	color: #556270;
	background-color: #ffffff;
	padding: 10px 5px 0;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.grid_title h3{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: block;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.4em;
}

.grid_area{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	z-index: 999;
}

.grid_overlay:hover{
	background: transparent;
}

.grid_box:hover .grid_area{
	height: 100%;
}

.grid_box:hover .grid_content{
	opacity: 0;
}

.grid_bg{
	padding: 30px;
	background-color: #111111;
	width: auto;
}

.mid_area{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.bg_icon .fi{
	font-size: 50px;
	display: block;
	text-align: center;
	color: #ffffff;
}

.bg_title h3{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	display: block;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 0;
}

.bg_button a{
	width: 140px;
	height: 40px;
	margin: 10px auto 0;
	padding: 12px 0;
	background: transparent;
    color: #ffffff;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
	font-weight: 700;
	font-family: 'Raleway', Arial, sans-serif;
    transition: 0.5s;
	letter-spacing: 1px;
	text-align: center;
}

.bg_button a::after{
	content: "\203A";
	position: relative;
	right: -2px;
	float: right;
	margin-top: -13px;
	width: 40px;
	height: 40px;
	font-size: 24px;
	display: inline-block;
	padding: 2px 6px;
	color: #111111;
	background-color: #ffffff;
}

/* --- 3.4. Architecture Area Four --- */
.architecture_area_four{
	max-width: 1200px;
	margin: 0 auto 17em;
	padding: 0 25px;
}

.architecture_group_four{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.cube_col{
	flex: 50%;
	width: 50%;
	padding: 0 20px;
}

.cube_area{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.cube_box{
	max-width: 550px;
	padding-left: 20px;
}

.cube_box h2{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #111111;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.cube_box p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 15px;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
}

.cube_group{
	max-width: 550px;
	text-align: left;
	position: relative;
}

.cube_image{
	position: relative;
	z-index: 1;
}

.cube_image img{
	width: 100%;
	height: auto;
	display: block;
}

#center_photo{
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.top_left_content{
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 40px;
	margin-left: 40px;
}

.top_right_content{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 40px;
	margin-right: 40px;
}

.bottom_left_content{
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 40px;
	margin-left: 40px;
}

.bottom_right_content{
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 40px;
	margin-right: 40px;
}

.cube_text h3{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #556270;
	letter-spacing: 1px;
	line-height: 1.5em;
}

.cube_num{
	width: 70px;
	height: 70px;
	margin: 0 auto 0;
	background-color: #556270;
	border-radius: 50%;
	cursor: pointer;
}

.cube_num h4{
	font-family: 'Raleway' , Arial, sans-serif;
	font-weight: 600;
	font-size: 24px;
	display: block;
	text-align: center;
	color: #ffffff;
	line-height: 1.4em;
}

.dark_info{
	background-color: #111111;
}

.cube_center{
	display: flex;
	flex-direction: column;
	justify-content:  center;
	align-items: center;
}

.cube_info{
	position: relative;
}

.cube_text{
	position: absolute;
	min-width: 175px;
	visibility: hidden;
	background-color: #ffffff;
	padding: 20px;
	z-index: 99;
	opacity: 0;
	margin-top: 15px;
	margin-left: -50px;
	transition: opacity 0.3s;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.cube_text h4{
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 0;
	line-height: 1.4em;
}

.cube_num:hover + .cube_text{
	visibility: visible;
	opacity: 1;
}

.cube_text:hover{
	visibility: visible;
	opacity: 1;
}

/* --- 3.5. Architecture Area Five --- */
.architecture_area_five{
	position: relative;
	width: 100%;
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.architecture_area_five::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 25, 34, 0.6);
}

.architecture_group_five{
	max-width: 1400px;
	margin: auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 8em 20px;
	position: relative;
	z-index: 999;
}

.info_col{
	flex: 41.66%;
	width: 41.66%;
	padding: 0 20px;
}

.info_area{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.inner_head{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #dddddd;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.5em;
}

.inner_head .first-letter{
	background-color: #ffffff;
	padding: 12px 14px;
	color: #556270;
	margin-right: 4px;
}

.info_list > ul > li{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #dddddd;
	letter-spacing: 1px;
	text-align: left;
	padding: 10px 0;
	line-height: 1.5em;
}

.info_list > ul > li::before{
	font-family: 'uicons-regular-straight';
	content: "\fb2b";
	font-weight: 200;
	font-size: 16px;
	color: #ffffff;
	position: relative;
	top: 4px;
	padding-right: 10px;
}

.featured_col{
	flex: 58.33%;
	width: 58.33%;
	padding: 0 30px;
	margin-top: -21em;
}

.square_slider{
	max-width: 750px;
	margin: 0;
}

.feature_group{
	position: relative;
	max-width: 750px;
	width: 100%;
}

.info_box{
	max-width: 550px;
	padding-right: 20px;
}

.info_box h2{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
	color: #ffffff;
}

.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: 15px 0;
	line-height: 1.5em;
}

.featured_box{
	position: relative;
	text-align: right;
	max-width: 750px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.featured_image{
	flex: 94%;
	width: 94%;
	max-width:750px;
	position: relative;
	overflow: hidden;
	z-index: 99;
}

.featured_image img{
	width: 100%;
	height: auto;
	display: block;
}

.featured_image > a > img{
	transition: ease-in-out 3.25s;
}

.featured_image > a > img:hover{
	transform: scale(1.15);
}

.featured_area{
	flex: 6%;
	width: 6%;
	height: auto;
	overflow: auto;
}

.featured_name{
	position: absolute;
	left: -5px;
	bottom: 160px;
	transform: rotate(-90deg) scaleX(-1);
	transform-origin: top left;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.featured_title{
    transform: scaleX(-1);
}

.featured_item{
	position: absolute;
	left: 20px;
	top: calc(50% - 60px);
	z-index: 100;
}

.num{
	transform: scaleX(-1);
}

.side_num{
	position: absolute;
	left: -5px;
	bottom: 50px;
	transform: rotate(-90deg) scaleX(-1);
	transform-origin: top left;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.featured_name h3{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.4em;
	text-transform: uppercase;
}

.side_num h3{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.4em;
	text-transform: uppercase;
}

.top_btn{
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
}

.top_btn::before{
	content: "";
	display: block;
	margin: auto;
	max-width: 16px;
	height: 16px;
	background-color: #ffffff;
	border-radius: 50%;
	animation: pulse-circle 1500ms ease-out infinite;
}

.top_btn::after{
	display: block;
	max-width: 16px;
	height: 16px;
	background-color: #ffffff;
	border-radius: 50%;
	transition: all 200ms;
}

@keyframes pulse-circle{
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.tooltiptext{
	position: absolute;
	min-width: 200px;
	visibility: hidden;
	background-color: #ffffff;
	padding: 20px;
	z-index: 99;
	opacity: 0;
	margin-left: 18px;
	text-align: left;
	top: 5px;
	transition: opacity 0.3s;
}

.tooltiptext h3{
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 0;
	line-height: 1.4em;
}

.top_btn:hover + .tooltiptext{
	visibility: visible;
	opacity: 1;
}

.tooltiptext:hover{
	visibility: visible;
	opacity: 1;
}

.featured_button a{
	max-width: 150px;
    color: #556270;
    text-decoration: none;
	text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
	font-weight: 700;
	font-family: 'Raleway', Arial, sans-serif;
    text-align: left;
	letter-spacing: 1px;
	padding-top: 6px;
}

.featured_button a:hover{
	color: #111111;
}

.info_col_button a{
	background-color: #ffffff;
	width: 160px;
	margin: 25px 0 0;
    color: #111111;
    padding: 13px 14px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Raleway', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #ffffff;
	letter-spacing: 1px;
	text-align: center;
}

.info_col_button a:hover{
	color: #ffffff;
	background: transparent;
	border-color: #ffffff;
}

.slidenav{
	margin-left: 40px;
}

.prev_slide .fi,
.next_slide .fi{
	font-size: 38px;
	transition: 0.6s ease;
	max-width: 160px;
	display: inline-block;
	overflow: hidden;
	color: #556270;
	cursor: pointer;
}

.prev_slide .fi{
	margin-right: 15px;
}

.next_slide .fi:hover,
.prev_slide .fi:hover{
	opacity: 0.6;
}

/* --- 3.6. Architecture Area Six --- */
.architecture_area_six{
	max-width: 1280px;
	margin: -80px auto 9em;
	padding: 0 25px;
	position: relative;
}

.architecture_group_six{
	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: #556270;
	border-radius: 5px;
}

.count_content h3{
	font-family: 'Raleway' , 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: 'Raleway' , Arial, sans-serif;
	font-size: 30px;
	font-weight: 700;
	display: block;
	text-align: center;
	color: #111111;
	letter-spacing: 1px;
	margin: 0;
}

/* --- 3.7. Architecture Area Seven --- */
.architecture_area_seven{
	max-width: 1280px;
	margin: 0 auto 9em;
	padding: 0 25px;
}

.architecture_group_seven{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.blog_col{
	flex: 33.33%;
	width: 33.33%;
	padding: 40px 20px 0;
}

.blog_box{
	max-width: 400px;
	margin: auto;
	position: relative;
	text-align: center;
}

.blog_image{
	overflow: hidden;
	position: relative;
}

.blog_area{
	position: relative;
	background-color: #ffffff;
}

.blog_content{
	text-align: left;
	padding: 15px 15px 20px;
	background-color: #ffffff;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.blog_date{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 14px;
	display: block;
	font-weight: 600;
	color: #696969;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
}

.blog_col img{
	width: 100%;
	height: auto;
	display: block;
}

.blog_image > a > img{
	transition: ease-in-out 3.25s;
}

.blog_image > a > img:hover{
	transform: scale(1.15);
}

.blog_title a{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 20px;
	display: block;
	font-weight: 700;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	text-decoration: none;
	transition: 0.5s;
	line-height: 1.4em;
}

a.blog_btn{
	width: 140px;
	height: 40px;
	margin: 20px 0 0;
	padding: 12px 0;
    color: #111111;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 14px;
	font-weight: 700;
	font-family: 'Raleway', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #ffffff;
	letter-spacing: 1px;
	text-align: center;
}

a.blog_btn::after{
	content: "\203A";
	position: relative;
	right: -2px;
	float: right;
	margin-top: -13px;
	width: 40px;
	height: 40px;
	font-size: 24px;
	display: inline-block;
	padding: 1px 6px;
	color: #ffffff;
	background-color: #556270;
}

.blog_title a:hover{
	color: #556270;
}

/* --- 3.8. Architecture Area Eight --- */
.architecture_area_eight{
	position: relative;
	width: 100%;
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.architecture_area_eight::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 25, 34, 0.6);
}

/* --- 3.9. Architecture Area Nine --- */
.architecture_area_nine{
	max-width: 1280px;
	margin: -300px auto 9em;
	padding: 0 25px;
}

.architecture_group_nine{
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.bg_head{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.mid_head{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #d2d2d2;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5em;
}

.mid_head::first-letter{
	background-color: #ffffff;
	padding: 12px 14px;
	color: #556270;
	margin-right: 4px;
}

.client_col{
	max-width: 620px;
	position: relative;
	text-align: center;
	padding: 0 20px;
}

.client_details{
	max-width: 620px;
	padding: 20px;
	text-align: center;
	background-color: #ffffff;
}

.client_info{
	margin-bottom: -110px;
	clear: both;
}

.client_name{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.4em;
	margin: 0;
	padding: 11px 0;
}

.client_title{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #556270;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
}

.quote_format{
	font-size: 125px;
	color: #556270;
	display: block;
	text-align: left;
	margin-bottom: -90px;
	margin-top: -30px;
}

.client_details p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	padding: 15px 15px 10px;
	line-height: 1.5em;
}

.client-slider{
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
}

.client_photo img{
	max-width: 80px;
	height: 80px;
	border-radius: 50%;
	display: block;
	text-align: left;
}

.slick-dots{
	position: relative;
	z-index: 999999;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1.5rem 0 0;
	list-style-type: none;
	margin-top: 20px;
}

.slick-dots button{
	display: inline-block;
	width: 200px;
	height: 1.5rem;
	padding: 0;		
	border: solid 1px #6f6f6f;
	border-radius: 25px;
	background: transparent;
	text-indent: -9999px;
	transition: 0.5s;
}

li.slick-active button{
	background-color: #556270;
}

.slick-dots button:hover{
	background-color: #556270;
}

.slick-dots li{
	margin: 6px 0.40rem;
}

/* --- 3.10. Architecture Area Ten --- */
.architecture_area_ten{
	max-width: 1100px;
	width: calc(100% - 50px);
	margin: 0 auto -9em;
	padding: 40px 25px;
	position: relative;
	z-index: 999;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	background-color: #556270;
	border-radius: 10px;
}

.architecture_group_ten{
	max-width: 650px;
	margin: auto;
}

.color_heading{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	text-align: center;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin-top: 0;
}

.bg_col_button a{
	background-color: #ffffff;
	width: 170px;
	margin: 30px auto 0;	
    color: #111111;
    padding: 14px 15px;
    text-decoration: none;
    display: block;
    font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Raleway', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #ffffff;
	letter-spacing: 1px;
	text-align: center;
}

.bg_col_button a:hover{
	color: #ffffff;
	background: transparent;
	border-color: #ffffff;
}

/* 4. FOOTER
 ----------- */
.footer{
	width: 100%;
	min-height: 350px;
	position: relative;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.footer::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 25, 34, 0.6);
}

.footer_area{
	position: relative;
	z-index: 9;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 9em;
}

.footer_col{
	flex: 25%;
	width: 25%;
	padding: 0 20px;
	max-width: 300px;
	margin: 0 auto;
}

.footer_col{
	padding-top: 4.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: 'Raleway', Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	text-align: left;
}

.footer_box > p{
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #ffffff;
	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: #ffffff;
	text-align: left;
	transition: 0.5s;
}

.footer_social > a{
	padding-right: 12px;
}

.footer_social > a > .fab:hover,
.footer_social > a > .fa:hover{
	color: #dddddd;
}

.footer_col > h4{
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #ffffff;
}

.footer_col > ul > li{
	padding: 4px 0;
}

.footer_col > ul > li a{
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ffffff;
	text-align: justify;
	transition: 0.5s;
}

.footer_col > ul > li a:hover{
	color: #dddddd;
}

.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 #6f6f6f;
	position: relative;
	z-index: 9;
}

.details p{
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
}

/* 5. RESPONSIVE
 ----------- */
@media only screen and (max-width: 1024px){
	.header__content{
		height: auto;
	}
	
	.slide__content{
		height: auto;
	}
	
	.bg_content{
		margin-right: 0;
	}
	
	.box_content{
		margin-left: 15px;
	}
	
	.info_col{
		flex: 100%;
		width: 100%;
	}
	
	.featured_col{
		flex: 100%;
		width: 100%;
		margin-top: 40px;
	}
	
	.prev_slide .fi,
	.next_slide .fi{
		color: #ffffff;
	}
	
	.architecture_area_four{
		margin-bottom: 9em;
	}
}

@media only screen and (max-width: 992px){
	nav.navbar.bootsnav .navbar-toggle{
        background: transparent;
        color: #ffffff;
		font-size: 25px;
		margin-top: 7px;
		margin-bottom: 12px;
	}
	
	.head_btn{	
		margin-top: 40px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.head_btn a:hover{
		background: transparent;
		border-color: #111111;
		color: #111111;
	}
	
	.navbar-header > a{
		margin-top: 14px;
	}
	
	#nav-logo > a{
		top: 19px;
	}
	
	nav.navbar.bootsnav ul.nav > li > a{
		color: #111111;
	}
	
	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;
	}
	
	.icon_col{
		flex: 50%;
		width: 50%;
	}
	
	.architecture_area_one{
		max-width: 700px;
	}
	
	.square_col_left{
		flex: 100%;
		width: 100%;
		margin-bottom: 50px;
	}
	
	.square_col_right{
		flex: 100%;
		width: 100%;
	}
	
	.bg_content{
		margin-right: 65px;
	}
	
	.box_content{
		margin-left: 45px;
	}
	
	.grid_col{
		flex: 50%;
		width: 50%;
	}
	
	.cube_col{
		flex: 100%;
		width: 100%;
	}
	
	.cube_area{
		margin-top: 50px;
	}
	
	.count_col{
		flex: 50%;
		width: 50%;
	}
	
	.blog_col{
		flex: 50%;
		width: 50%;
	}
	
	.slick-dots{
		display: block;
	}
	
	.slick-dots button{
		width: 150px;
	}
	
	.footer_col{
		flex: 50%;
		width: 50%;
	}
}

@media only screen and (max-width: 600px){
	.video-play-button{
		margin-top: 90px;
	}
	
	.header-title__main{
		font-size: 30px;
	}
	
	.square_box h2,
	.architecture_heading,
	.info_box h2,
	.cube_box h2,
	.bg_head,
	.color_heading{
		font-size: 30px;
	}
	
	.icon_col{
		flex: 100%;
		width: 100%;
	}
	
	.architecture_area_one{
		max-width: 350px;
	}
	
	.square_col_left,
	.square_col_right,
	.square_box,
	.cube_col,
	.cube_box,
	.info_col,
	.info_box,
	.featured_col{
		padding-left: 0;
		padding-right: 0;
	}
	
	.bg_content{
		width: 140px;
		height: 140px;
	}
	
	.box_content{
		width: 165px;
		height: 165px;
	}
	
	.box_info h3{
		font-size: 13px;
	}
	
	.grid_col{
		flex: 100%;
		width: 100%;
	}
	
	.featured_name{
		left: -15px;
	}
	
	.side_num{
		left: -15px;
	}
	
	.featured_item{
		left: 10px;
		top: 5px;
	}
	
	.count_col{
		flex: 100%;
		width: 100%;
	}
	
	.blog_col{
		flex: 100%;
		width: 100%;
	}
	
	.footer_col{
		flex: 100%;
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 480px){
	.video-play-button{
		margin-top: 100px;
	}
	
	.bg_content{
		width: 110px;
		height: 110px;
		margin-right: 55px;
	}
	
	.box_content{
		width: 130px;
		height: 130px;
	}
	
	.box_feature{
		padding: 11px;
	}
	
	.box_info h3{
		font-size: 12px;
	}
	
	.square_info_col{
		flex: 100%;
		width: 100%;
	}
	
	.top_btn{
		width: 12px;
		height: 12px;
	}
	
	.top_btn::before{
		max-width: 12px;
		height: 12px;
	}
	
	.top_btn::after{
		max-width: 12px;
		height: 12px;
	}
	
	.featured_name h3{
		font-size: 14px;
	}
	
	.side_num h3{
		font-size: 14px;
	}
	
	.top_left_content{
		margin-top: 15px;
		margin-left: 15px;
	}
	
	.top_right_content{
		margin-top: 15px;
		margin-right: 15px;
	}
	
	.bottom_left_content{
		margin-bottom: 15px;
		margin-left: 15px;
	}
	
	.bottom_right_content{
		margin-bottom: 15px;
		margin-right: 15px;
	}
}

@media only screen and (max-width: 420px){
	.grid_col,
	.blog_col,
	.client_col{
		padding-left: 0;
		padding-right: 0;
	}
	
	.bg_content{
		margin-right: 45px;
	}
	
	.box_content{
		margin-left: 25px;
	}
	
	.featured_item{
		left: 5px;
	}
	
	.featured_name{
		left: -20px;
		bottom: 140px;
	}
	
	.side_num{
		left: -20px;
	}
}

@media only screen and (max-width: 385px){
	.video-play-button{
		margin-top: 120px;
	}
	
	.bg_content{
		margin-right: 25px;
	}
	
	.box_content{
		margin-left: 8px;
	}
}

@media only screen and (max-width: 360px){
	.featured_name{
		bottom: 110px;
	}
	
	.side_num{
		bottom: 30px;
	}
	
	.featured_name h3{
		font-size: 12px;
	}
	
	.design_head{
		font-size: 25px;
	}
}

@media only screen and (max-width: 320px){
	.bg_content{
		margin-right: 0;
	}
	
	.box_content{
		margin-left: -5px;
	}
	
	.top_left_content{
		margin-top: -10px;
	}
	
	.top_right_content{
		margin-top: -10px;
	}
	
	.bottom_left_content{
		margin-bottom: -10px;
	}
	
	.bottom_right_content{
		margin-bottom: -10px;
	}
}