/*------------------------------------------------------------------
Main Stylesheet

Project:    Upstake - Multipurpose Business Template
Version:    1.0
Last change:    09/07/2024
Author:    creativemaze
Primary use:    Page
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. General
2. Header
	2.1. Logo & Navigation
	2.2. Header Content
3. Main Content
	3.1. About Area One 
	3.2. About Area Two
	3.3. About Area Three
	3.4. About Area Four
	3.5. About Area Five
	3.6. About Area Six
	 
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);
	}
}

.about_head{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 600;
	display: block;
	color: #111111;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.bg_head{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 600;
	display: block;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 999;
}

/* 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: 9999;
}

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: '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: #111111;
	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: #1488cc;
}

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: 'Montserrat' , 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: #1488cc;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
    font-size: 14px;
    font-weight: 600;
	font-family: 'Montserrat' , Arial, sans-serif;
    color: #1488cc;
    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: 'Montserrat' , 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 #e0e0e0;
}

.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: #1488cc;
}

.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: #1488cc;
	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: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #1488cc;
	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: column;
	justify-content: center;
	align-items: center;
	min-height: 600px;
}

.slide__content{
	position: relative;
	z-index: 1;
	min-height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slide__content:before {
	content: '';
	position: absolute;
	z-index: -1;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 25, 34, 0.5);
}

.header-title {
	max-width: 700px;
	display: block;
	padding: 0 20px;
}

.header-title__main{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 45px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	color: #ffffff;
	line-height: 1.2em;
}

.header-title__sub{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	display: block;
	color: #dddddd;
	line-height: 1.6em;
	letter-spacing: 1px;
	text-align: center;
	padding: 15px 0;
	max-width: 550px;
	margin: auto;
}

/* 3. MAIN CONTENT
 ----------- */
 
/* --- 3.1. About Area One --- */
.about_area_one{
	max-width: 1280px;
	margin: 0 auto 9em;
	padding: 0 25px;
}

.about_group_one{
	width: 100%;
	display: flex; 
	flex-wrap: wrap;
}

.square_col_right{
	flex: 50%;
	width: 50%;
	padding: 0 25px;
}

.square_col_left{
	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: 25px;
}

.square_box h2{
	color: #111111;
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 600;
	display: block;
	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;
	line-height: 1.5em;
	padding-top: 15px;
	max-width: 450px;
}

.square_list > ul > li{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
	color: #111111;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.4em;
	padding: 8px 0;
}

.square_list > ul > li::before{
	font-family: 'uicons-regular-straight';
	content: "\fd5e";
	font-weight: 100;
	font-size: 26px;
	position: relative;
	top: 8px;
	padding-right: 8px;
	color: #1488cc;
}

.square_col_button a{
	background-color: #1488cc;
	width: 160px;
	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: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #1488cc;
	letter-spacing: 1px;
	text-align: center;
}

.square_col_button a:hover{
	color: #111111;
	background: transparent;
	border-color: #111111;
}

.square_photo{
	max-width: 500px;
	position: relative;
}

.square_photo img{
	max-width: 100%;
	height: auto;
	display: block;
}

@keyframes up-down{
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}

.photo_col{
	position: relative;
	flex: 50%;
	width: 50%;
	padding: 0 25px;
}

.photo_box{
	max-width: 475px;
	position: relative;
	text-align: center;
	margin: auto;
}

.photo_image{
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.photo_image img{
	width: 100%;
	height: auto;
	display: block;
}

.color_info_area{
	max-width: 180px;
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	margin-left: -90px;
	z-index: 999;
}

.inner_col{
	width: 100%;
	padding: 10px 0;
}

.box_check{
	float: left;
	width: 20%;
	margin-top: 10px;
}

.box_content{
	float: left;
	width: 80%;
	padding-left: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.box_content h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.5em;
}

.dark_top_box{
	max-width: 180px;
	width: 100%;
	overflow: hidden;
	padding: 30px 20px;
	background-color: #111111;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.color_mid_box{
	max-width: 180px;
	width: 100%;
	overflow: hidden;
	padding: 30px 20px;
	background-color: #1488cc;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.white_bottom_box{
	max-width: 180px;
	width: 100%;
	overflow: hidden;
	padding: 30px 20px;
	background-color: #ffffff;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.box_check .fi::before{
	font-family: 'uicons-regular-straight';
	content: "\fb2b";
	font-weight: 200;
	font-size: 22px;
	border: solid 1px #ffffff;
	border-radius: 50%;
	padding: 10px;
	color: #ffffff;
}

.box_check .fi.last_checkbox::before{
	font-family: 'uicons-regular-straight';
	content: "\fb2b";
	font-weight: 200;
	font-size: 22px;
	border: solid 1px #111111;
	border-radius: 50%;
	padding: 10px;
	color: #111111;
}

.last_content h3{
	color: #111111;
}

/* --- 3.1. About Area Two --- */
.about_area_two{
	max-width: 1280px;
	margin: 0 auto 9em;
	padding: 0 25px;
}

.about_group_two{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.icon_col{
	flex: 25%;
	width: 25%;
	padding: 30px 20px 0;
}

.icon_box{
	max-width: 250px;
	margin: auto;
	text-align: center;
	padding-top: 15px;
	background-color: #ffffff;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.icon_content{
	width: 100%;
	padding: 0 0 25px;
	margin-top: -20px;
}

.icon_symbol .fi{
	font-size: 52px;
	color: #1488cc;
	display: inline-block;
	text-align: center;
	padding-top: 10px;
}

.icon_content h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.4em;
}

.icon_content p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.5em;
	padding: 8px 12px 4px;
}

.icon_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: #1488cc;
	text-decoration: none;
	max-width: 105px;
	margin: 0 auto;
	transition: 0.5s;
}

.icon_button a::after{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
}

.icon_button a:hover{
	color: #111111;
}

/* --- 3.1. About Area Three --- */
.about_area_three{
	width: 100%;
	margin: 0 0 9em;
}

.about_group_three{
	max-width: 1280px;
	margin: auto;
	padding: 0 25px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.area_head{
	flex: 58.33%;
	width: 58.33%;
}

.area_info{
	flex: 41.66%;
	width: 41.66%;
	margin-top: 40px;
}

.area_head h2{
	max-width: 600px;
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 600;
	display: block;
	color: #111111;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.area_info p{
	max-width: 475px;
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
}

.bg_section{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}

.cube_col{
	position: relative;
	flex: 50%;
	width: 50%;
	background-color: #eeeeee;
	padding: 6em 25px;
	min-height: 550px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.center_col{
	flex: 50%;
	width: 50%;
	min-height: 550px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.center_col::after{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 25, 34, 0.6);
}

.cube_area{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.cube_box{
	max-width: 400px;
	padding-right: 20px;
}

.cube_info_box{
	width: 100%;
	margin-bottom: -10px;
}

.accordion {
	cursor: pointer;
	padding: 20px 15px;
	width: 100%;
	text-align: left;
	overflow: hidden;
	transition: 0.4s;
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 25px;
	font-weight: 600;
	display: block;
	color: #111111;
	background-color: #ffffff;
	border-radius: 5px;
	letter-spacing: 1px;
	line-height: 1.4em;
}

.accordion.active{
	background-color: #1488cc;
	color: #ffffff;
}

.accordion{
	cursor: pointer;
	padding: 20px 15px;
	width: 100%;
	text-align: left;
	overflow: hidden;
	transition: 0.4s;
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 22px;
	font-weight: 600;
	display: block;
	color: #111111;
	background-color: #ffffff;
	border-radius: 5px;
	letter-spacing: 1px;
	line-height: 1.4em;
}

.accordion:after {
	content: '\002B';
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	float: right;
}

.accordion.active:after{
	content: '\002B';
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	float: right;
}

.active-bar:after {
	content: "\2212";
}

.accordion.active-bar:after{
	content: "\2212";
}

.panel{
	padding: 0;
	background-color: #ffffff;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.panel > p{
	padding: 25px 8px 25px;
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	line-height: 1.5em;
	color: #696969;
}

.video-play-button {
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	z-index: 999;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 28px;
	height: 42px;
	border-radius: 50%;
	padding: 28px 16px 12px 32px;
}

.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	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: 80px;
	height: 80px;
	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: 18px solid #1488cc;
	border-top: 12px solid transparent;
	border-bottom: 12px 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.4. About Area Four --- */
.about_area_four{
	max-width: 1400px;
	margin: 0 auto 0;
	margin-bottom: calc(9em - 50px);
	padding: 0 25px;
}

.about_group_four{
	width: 100%;
	display: flex; 
	flex-wrap: wrap;
	padding-top: 30px;
}

.team_col{
	flex: 25%;
	width: 25%;
	padding: 0 20px 0;
}

.team_box{
	max-width: 350px;
	position: relative;
	text-align: center;
	margin: auto;
}

.team_image{
	overflow: hidden;
	position: relative;
}

.team_image img{
	width: 100%;
	height: auto;
	display: block;
}

.team_title_area{
	max-width: 400px;
	background-color: #ffffff;
	position: relative;
	bottom: 50px;
	overflow: auto;
	padding: 15px;
	text-align: left;
	margin-left: 20px;
	border-left: solid 4px #1488cc;
}

.team_overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .5s ease;
	width: 100%;
	background: rgba(24, 25, 34, 0.5);
}

.team_icon{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
}

.team_icon .fab,
.team_icon .fa{
	width: 45px;
	height: 45px;
	margin: 0 1px;
	font-size: 16px;
	background-color: #ffffff;
	border-radius: 50%;
	color: #1488cc;
	display: inline-block;
	padding: 15px;
	text-align: center;
	transition: 0.5s;
}

.team_icon .fab:hover,
.team_icon .fa:hover{
	transform: translateY(-5px);
}

.team_image:hover .team_overlay{
	opacity: 1;
}

.team_name{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 18px;
	display: block;
	font-weight: 600;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.4em;
	margin-top: 0;
}

.team_title{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 15px;
	display: block;
	font-weight: 600;
	color: #1488cc;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.4em;
	margin-top: 0;
}

/* --- 3.5. About Area Five --- */
.about_area_five{
	min-height: 400px;
	padding: 6em 0 6em;
	background-color: #eeeeee;
}

.about_group_five{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 25px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.bg_slider{
	width: 90vw;
	text-align: center;
	margin: 25px auto 0;
}

.bg_image{
	position: relative;
}

.bg_image img{
	width: 100%;
	height: auto;
	display: block;
}

.bg_slide{
	margin: auto;
	padding-right: 20px;
}

.bg_title_area{
	max-width: 400px;
	background-color: #ffffff;
	position: relative;
	bottom: 100px;
	margin-left: 20px;
	overflow: auto;
	padding: 25px 15px 20px;
	text-align: left;
}

.bg_content h4{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-weight: 600;
	font-size: 25px;
	display: block;
	text-align: left;
	color: #1488cc;
	line-height: 1.4em;
	margin: 0;
}

.bg_title_area h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 22px;
	font-weight: 600;
	display: block;
	color: #111111;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.bg_title_area p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 10px;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
}

.bg_button a{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	display: inline-block;
	color: #1488cc;
	text-decoration: none;
	max-width: 105px;
	transition: 0.5s;
}

.bg_button a::after{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
}

.bg_button a:hover{
	color: #111111;
}

.slick-dots {
	position: relative;
	z-index: 999999;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	margin-top: -80px;
	padding: 1rem 0;
	list-style-type: none;
}

.slick-dots button{
	display: block;
	width: 1.3rem;
	height: 1.3rem;
	padding: 0;		
	border: solid 1px #6f6f6f;
	border-radius: 50%;
	background-color: transparent;
	text-indent: -9999px;
}

li.slick-active button{
	background-color: #1488cc;
}

.slick-dots button:hover{
	background-color: #1488cc;
}

.slick-dots li{
	margin: 6px 0.40rem;
}

/* --- 3.6. About Area Six --- */
.about_area_six{
	max-width: 1280px;
	margin: -80px auto 2em;
	padding: 0 25px;
	position: relative;
	z-index: 999;
}

.about_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: #1488cc;
	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: #1488cc;
}

.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: #1488cc;
}

.subscribe-row{
	text-align: left;
}

.col_info input[type="email"]{
	display: block;
	width: 100%;
	height: 50px;
	padding: 14px;
	padding-left: 0;
	background-color: #ffffff;
	border: none;
	border-bottom: solid 1px #111111;
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 1px;
}

.col_info input[type="email"]::placeholder{
	color: #333333;
	opacity: 1;
}

.col_info{
	padding-top: 10px;
}

.col_info input[type="submit"]{
	padding: 12px 14px;
	width: 135px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin-top: 20px;
	color: #ffffff;
	letter-spacing: 1px;
	background-color: #1488cc;
	border-radius: 0;
	border: solid 1px #1488cc;
	transition: 0.5s;
}

.col_info input[type="submit"]:hover{
	background: transparent;
	color: #111111;
	border-color: #111111;
}

.col_info input[type="email"]:focus{
	box-shadow: 0 0 0 2px #e0e0e0;
}

.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: 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;
	}
	
	.square_col_left{
		flex: 100%;
		width: 100%;
		margin-bottom: 50px;
	}
	
	.square_col_right{
		flex: 100%;
		width: 100%;
	}
	
	.icon_col{
		flex: 50%;
		width: 50%;
	}
	
	.area_head{
		flex: 100%;
		width: 100%;
	}
	
	.area_info{
		flex: 100%;
		width: 100%;
		margin-top: 10px;
	}
	
	.team_col{
		flex: 50%;
		width: 50%;
	}
	
	.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,
	.about_head,
	.area_head h2{
		font-size: 30px;
	}

	.square_col_left,
	.square_col_right,
	.square_box{
		padding-left: 0;
		padding-right: 0;
	}
	
	.inner_col{
		padding: 5px 0;
	}
	
	.color_info_area{
		bottom: 0;
		margin-left: -55px;
	}
	
	.dark_top_box,
	.color_mid_box,
	.white_bottom_box{
		max-width: 150px;
		padding: 20px 10px 15px;
	}
	
	.box_check{
		margin-top: 7px;
	}
	
	.box_content h3{
		font-size: 12px;
	}
	
	.icon_col{
		flex: 100%;
		width: 100%;
	}
	
	.center_col{
		flex: 100%;
		width: 100%;
	}
	
	.cube_col{
		flex: 100%;
		width: 100%;
	}
	
	.team_col{
		flex: 100%;
		width: 100%;
	}
	
	.bg_title_area{
		max-width: 300px;
		padding-right: 5px;
	}
	
	.bg_title_area h3{
		font-size: 18px;
	}
	
	.count_col{
		flex: 100%;
		width: 100%;
	}
	
	.footer_col{
		flex: 100%;
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 420px){
	.team_col{
		padding-left: 0;
		padding-right: 0;
	}
	
	.bg_title_area{
		max-width: 250px;
	}
	
	.bg_slide{
		padding-right: 10px;
	}
}

@media only screen and (max-width: 360px){
	.box_check .fi::before,
	.box_check .fi.last_checkbox::before{
		font-size: 18px;
	}
	
	.bg_title_area{
		max-width: 200px;
		bottom: 70px;
	}
	
	.bg_title_area h3{
		font-size: 16px;
	}
}

@media only screen and (max-width: 320px){
	.dark_top_box,
	.color_mid_box,
	.white_bottom_box{
		max-width: 130px;
		padding: 15px 10px;
	}
	
	.box_content h3{
		font-size: 10px;
	}
}