/*------------------------------------------------------------------
Main Stylesheet

Project:    Upstake - Multipurpose Business Template
Version:    1.0
Last change:    27/08/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: 700;
	display: block;
	color: #111111;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
	max-width: 650px;
	margin-right: auto;
	margin-left: auto;
}

.about_info{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #696969;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 10px;
	line-height: 1.5em;
	max-width: 600px;
	margin: 0 auto;
}

/* --- 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 #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: '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: #ffffff;
	width: 150px;
    color: #111111;
    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 #ffffff;
	letter-spacing: 1px;
	text-align: center;
}

.head_btn a:hover{
	background-color: transparent;
	color: #ffffff;
}

.sliderwrap{
	position: relative;
	top: -140px;
}

.slidearea{
	position: relative;
	z-index: 1000;
	height: 700px;
}

.wave{
	overflow: hidden;
	position: absolute;
	width: 140%;
	transform: translateY(-50%);
	color: #fff;
	margin-left: -20%;
	animation: 3s ease-in-out infinite alternate waveAnimateA;
}

svg {
    fill: currentColor;
    width: 102%;
    margin-left: -1%;
    height: auto;
  }

.gradient{
	top: 0;
	overflow: hidden;
	min-height: 600px;
	background-color: rgba(8, 0, 103, 1);
	background-image: linear-gradient(to right, #1488cc, #1488cc);
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.16);
}	

@keyframes waveAnimateA {
    0% {
        transform: translate(-80px,-52%);
    }

    100% {
        transform: translate(80px,-50%);
    }
}

.header__content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 600px;
}

.header-title {
	max-width: 700px;
	display: block;
	padding: 0 20px;
}

.header-title__main{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 45px;
	font-weight: 700;
	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;
	padding: 0 25px;
	margin: 0 auto 9em;
}

.about_group_one{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.icon_area{
	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: 600px;
	padding-right: 20px;
}

.info_box h2{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	display: block;
	color: #111111;
	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;
	padding-top: 15px;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
	max-width: 450px;
}

.info_list > ul{
	margin-bottom: 25px;
}

.info_list > ul > li{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	padding: 7px 0;
}

.info_list > ul > li::before{
	font-family: 'uicons-thin-straight';
	content: "\fa38";
	font-size: 26px;
	font-weight: 100;
	position: relative;
	top: 8px;
	padding-right: 12px;
	color: #1488cc;
}

.icon_col{
	flex: 50%;
	width: 50%;
	padding: 0 20px;
}

.icon_box{
	max-width: 250px;
	margin: 0;
	padding: 20px;
	text-align: left;
	background: #ffffff;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.icon_box .fi{
	font-size: 42px;
	color: #1488cc;
	display: block;
	text-align: left;
}

.icon_box h3{
	color: #111111;
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	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;
}

.extra-space{
	margin-top: -70px;
}

.reduce-space{
	margin-top: -35px;
}

.extra-padding{
	padding-top: 35px;
}

.icon_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: 110px;
	transition: 0.5s;
	padding-top: 5px;
}

.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;
}

.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;
}

/* --- 3.2. About Area Two --- */
.about_area_two{
	max-width: 1280px;
	padding: 0 25px;
	margin: 0 auto 9em;
}

.about_group_two{
	width: calc(100% - 50px);
	display: flex;
	flex-wrap: wrap;
	min-height: 250px;
	background-color: #ffffff;
	padding: 25px 25px 40px 25px;
	margin: 100px auto 0;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	border-left: solid 5px #1488cc;
}

.feature_col{
	flex: 25%;
	width: 25%;
	padding: 0 20px;
}

.feature_box{
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}

.feature_image{
	position: relative;
}

.feature_image img{
	width: 130px;
	height: 130px;
	display: block;
	margin: -85px auto 0;
}

.feature_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;
	padding-top: 10px;
}

.feature_content p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.5em;
	padding-top: 10px;
}

.feature_crumb{
	width: 50px;
	height: 1px;
	margin: auto;
	border-bottom: solid 2px #1488cc;
	margin-top: 12px;
}

/* --- 3.3. About Area Three --- */
.about_area_three{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 475px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 9em;
	padding: 6em 0;
}

.about_area_three::after{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 25, 34, 0.6);
}

.about_group_three{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
	position: relative;
	z-index: 999;
}

.about_group_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.bg_col{
	position: relative;
	flex: 50%;
	width: 50%;
	padding: 0 25px;
}

.bg_area{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.bg_box{
	max-width: 700px;
}

.bg_box h2{
	color: #ffffff;
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	display: block;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.bg_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: 20px 0;
	line-height: 1.5em;
	max-width: 500px;
}

.bg_col_button a{
	background-color: #1488cc;
	width: 150px;
	margin: 10px 0 20px;
    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 #1488cc;
	letter-spacing: 1px;
	text-align: center;
}

.bg_col_button a:hover{
	color: #111111;
	background-color: #ffffff;
	border-color: #ffffff;
}

.video-play-button {
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	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: 1280px;
	margin: 0 auto 9em;
	padding: 0 25px;
}

.about_group_four{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.team_col{
	flex: 33.33%;
	width: 33.33%;
	padding: 40px 20px 0;
	position: relative;
}

.team_box{
	max-width: 450px;
	position: relative;
	text-align: center;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	overflow: hidden;
	margin: auto;
}

.team_image img{
	width: 100%;
	height: auto;
	display: block;
}

.team_image{
	overflow: hidden;
	position: relative;
	padding-bottom: 55px;
	padding-right: 55px;
	padding-top: 12px;
	padding-left: 12px;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	transition: ease-in-out 0.5s;
}

.team_content{
	position: absolute;
	bottom: 0;
}

.team_icon{
	position: absolute;
	top: 0;
	right: 0;
}

.team_icon .fab,
.team_icon .fa{
	font-size: 18px;
	color: #1488cc;
	display: block;
	padding: 10px 18px;
	text-align: center;
	transition: 0.5s;
}

.team_image:hover{
	background-color: #1488cc;
}

.team_icon a{
	text-decoration: none;
}

.team_name{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 18px;
	display: block;
	font-weight: 600;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	padding: 5px 0;
	opacity: 1;
}

.team_image:hover .team_icon .fab,
.team_image:hover .team_icon .fa{
	color: #ffffff;
}

.team_title{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 16px;
	display: block;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.4em;
	padding-top: 10px;
	opacity: 0;
	display: none;
}

.team_image:hover .team_name{
	opacity: 0;
}

.team_image:hover .team_title{
	opacity: 1;
	display: block;
}

.center_col_button a{
	background-color: #1488cc;
	width: 150px;
	margin: 60px auto 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;
}

.center_col_button a:hover{
	color: #111111;
	background: transparent;
	border-color: #111111;
}

/* --- 3.5. About Area Five --- */
.about_area_five{
	min-height: 400px;
	padding: 9em 0 10em;
	margin-bottom: 9em;
	background-color: #eeeeee;
}

.about_group_five{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 25px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.square_col_right{
	flex: 50%;
	width: 50%;
	padding: 0 20px;
}

.square_col_left{
	flex: 50%;
	width: 50%;
	padding: 0 20px;
}

.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{
	color: #111111;
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	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: 15px 0;
	max-width: 450px;
}

.photo_box{
	position: relative;
	max-width: 550px;
	text-align: center;
	margin: auto;
}

.photo_image{
	position: relative;
	z-index: 1;
}

.photo_image img{
	width: 100%;
	height: auto;
	display: block;
}

.shape_photo{
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.photo_color_box{
	position: absolute;
	margin-bottom: -15px;
	bottom: 0;
	left: -100px;
	z-index: 99;
	width: 290px;
	height: 290px;
	background: #eeeeee;
	border-radius: 50%;
}

.photo_center{
	width: 270px;
	height: 270px;
	margin: 10px auto;
	border-radius: 50%;
}

.photo_center img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 50%;
}

.num_info_area{
	width: 100%;
	border-left: solid 1px #e0e0e0;
	max-height: 300px;	
	margin-left: 35px;
}

.num_info{
	width: 100%;
	display: block;
	margin-left: -35px;
	clear: both;
	margin-bottom: 40px;
	overflow-y: auto;
	max-height: 125px;
	height: 100%;
}

.bottom_num{
	margin-bottom: 0;
}

.num{
	width: 65px;
	height: 65px;
	margin: auto;
	background-color: #1488cc;
	border-radius: 50%;
	display: block;
	float: left;
}

.num_heading{
	float: left;
	margin-left: 20px;
}

.num h4{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-weight: 500;
	font-size: 22px;
	display: block;
	text-align: center;
	color: #ffffff;
	line-height: 1.4em;
}

.num_center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.num_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;
}

/* --- 3.6. About Area Six --- */
.about_area_six{
	width: 100%;
	min-height: 150px;
	margin-bottom: -5em;
}

.about_group_six{
	width: 100%;
	display: flex; 
	flex-wrap: wrap;
	padding-top: 40px;
}

.portfolio_col{
	flex: 50%;
	width: 50%;
	overflow: hidden;
}

.base_area{
	width: 100%;
	display: flex; 
	flex-wrap: wrap;
}

.portfolio_box{
	position: relative;
	text-align: center;
	margin: auto;
	padding: 10px;
}

.portfolio_image{
	position: relative;
	overflow: hidden;
}

.portfolio_image > a > img{
	transition: ease-in-out 3.25s;
}

.portfolio_image > a > img:hover{
	transform: scale(1.15);
}

.portfolio_image img{
	width: 100%;
	height: auto;
	display: block;
}

/* 4. FOOTER
 ----------- */
.footer_wrap{
	position: relative;
	transform: rotateZ(180deg);
	transform: rotateX(180deg);
}

.footer_wave{
	overflow: hidden;
	width: 140%;
	transform: translateY(-50%);
	color: #fff;
	margin-left: -20%;
	animation: 3s ease-in-out infinite alternate waveAnimateFooter;
}

.footer_gradient{
	overflow: hidden;
	min-height: 350px;
	background-color: rgba(8, 0, 103, 1);
	background-image: linear-gradient(to right, #2B32B2, #1488cc);
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.16);
}

@keyframes waveAnimateFooter{
    0% {
        transform: translate(-80px,-52%);
    }

    100% {
        transform: translate(80px,-50%);
    }
} 
 
.footer{
	transform: rotateZ(-180deg);
	transform: rotateX(-180deg);
}

.footer_area{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 25px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 7em;

}

.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: #ffffff;
	text-align: left;
}

.footer_box > p{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	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: 'Montserrat', 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: 'Montserrat', Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ffffff;
	text-align: justify;
	transition: 0.5s;
}

.footer_col > ul > li a:hover{
	color: #dddddd;
}

.subscribe-row{
	text-align: left;
}

.col_info input[type="email"]{
	display: block;
	width: 100%;
	height: 50px;
	padding: 14px;
	padding-left: 0;
	background: transparent;
	border: none;
	border-bottom: solid 1px #ffffff;
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #dddddd;
	letter-spacing: 1px;
}

.col_info input[type="email"]::placeholder{
	color: #dddddd;
	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: #111111;
	letter-spacing: 1px;
	background-color: #ffffff;
	border-radius: 0;
	border: solid 1px #ffffff;
	transition: 0.5s;
}

.col_info input[type="submit"]:hover{
	background: transparent;
	color: #ffffff;
	border-color: #ffffff;
}

.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 #ffffff;
	
}

.details p{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffffff;
	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{
		background-color: #1488cc;
		border-color: #1488cc;
		color: #ffffff;
	}
	
	.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;
	}
	
	.cube_col{
		flex: 100%;
		width: 100%;
		max-width: 600px;
	}
	
	.info_col{
		flex: 100%;
		width: 100%;
		margin-bottom: 80px;
	}
	
	.feature_col{
		flex: 100%;
		width: 100%;
	}
	
	.feature_space img{
		margin-top: 40px;
	}
	
	.bg_col{
		flex: 100%;
		width: 100%;
	}
	
	.bg_col_button a{
		margin-bottom: 90px;
	}
	
	.team_col{
		flex: 100%;
		width: 100%;
	}
	
	.square_col_left{
		flex: 100%;
		width: 100%;
	}
	
	.square_col_right{
		flex: 100%;
		width: 100%;
		margin-top: 40px;
	}
	
	.footer_col{
		flex: 50%;
		width: 50%;
	}
}

@media only screen and (max-width: 600px){
	.header-title__main{
		font-size: 30px;
	}
	
	.about_head,
	.info_box h2,
	.bg_box h2,
	.square_box h2{
		font-size: 30px;
	}
	
	.info_col,
	.cube_col,
	.info_box,
	.icon_col,
	.feature_col,
	.bg_col,
	.team_col,
	.square_col_left,
	.square_box{
		padding-left: 0;
		padding-right: 0;
	}
	
	.icon_col{
		flex: 100%;
		width: 100%;
		padding-bottom: 30px;
	}
	
	.reduce-space{
		margin-top: 0;
	}
	
	.extra-space{
		margin-top: 0;
	}
	
	.extra-padding{
		padding-top: 0;
	}
	
	.about_group_two{
		width: 100%;
	}
	
	.photo_color_box{
		left: -55px;
		width: 220px;
		height: 220px;
	}
	
	.photo_center{
		width: 200px;
		height: 200px;
	}
	
	.portfolio_col{
		flex: 100%;
		width: 100%;
	}
	
	.about_area_six{
		margin-bottom: 0
	}
	
	.footer_col{
		flex: 100%;
		width: 100%;
		margin: 0;
	}
}	

@media only screen and (max-width: 420px){
	.icon_col{
		padding-left: 0;
		padding-right: 0;
	}
	
	.photo_color_box{
		width: 190px;
		height: 190px;
	}
	
	.photo_center{
		width: 170px;
		height: 170px;
	}
}

@media only screen and (max-width: 360px){
	.photo_color_box{
		width: 150px;
		height: 150px;
	}
	
	.photo_center{
		width: 130px;
		height: 130px;
	}
}

@media only screen and (max-width: 320px){
	.num_heading h3{
		font-size: 14px;
	}
}