/*------------------------------------------------------------------
Main Stylesheet

Project:    Upstake - Multipurpose Business Template
Version:    1.0
Last change:    06/06/2024
Author:    creativemaze
Primary use:    Freelancer
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. General
2. Header
	2.1. Logo & Navigation
	2.2. Header Content
3. Main Content
	3.1. Freelancer Area One 
	3.2. Freelancer Area Two
	3.3. Freelancer Area Three
	3.4. Freelancer Area Four
	3.5. Freelancer Area Five
	3.6. Freelancer Area Six
	3.7. Freelancer Area Seven
	3.8. Freelancer Area Eight
	 
4. Footer
5. Responsive
-------------------------------------------------------------------*/

/* 1. GENERAL
 ----------- */
body,
html{
	width:100%;
    height: auto;
    margin:0;
    padding:0;
    overflow-x: hidden;
	font-family: sans-serif;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

*{
	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);
	}
}

.freelance_heading{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #111111;
	display: block;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.freelance_info{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: center;
	padding: 10px 10px 0;
	line-height: 1.5em;
	max-width: 600px;
	margin: 0 auto;
}

.bg_heading{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #ffffff;
	display: block;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
	max-width: 600px;
	margin: 0 auto;
}

.bg_info{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #d2d2d2;
	letter-spacing: 1px;
	text-align: center;
	padding: 10px 10px 0;
	line-height: 1.5em;
	max-width: 600px;
	margin: 0 auto;
}

.first_letter{
	display: inline-block;
	background-color: #d31027;
	padding: 12px 14px;
	color: #ffffff;
	margin-right: 4px;
}

/* 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: #d31027;
}

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: #d31027;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
    font-size: 14px;
    font-weight: 600;
	font-family: 'Montserrat' , Arial, sans-serif;
    color: #d31027;
    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: 400px;
	margin: auto;
	text-align: left;
	display: block;
}

.right_info{
	max-width: 600px;
	margin: auto;
	text-align: right;
	display: block;
}

.left_info > a > .fab{
	font-size: 16px;
	color: #ffffff;
	padding-right: 14px;
	transition: 0.5s;
}

.left_info > a > .fab:hover{
	color: #d31027;
}

.right_info a{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: lowercase;
	display: inline-block;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: right;
	text-decoration: none;
	transition: 0.5s;
}

.right_info .fas{
	font-size: 16px;
	color: #ffffff;
	padding-right: 8px;
}

.right_info a:hover{
	color: #d31027;
}

.right_info a .fas:hover{
	color: #d31027;
}

.right_info .fa-m{
	position: relative;
	top: 2px;
}

.sub_width{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.left_sub{
	flex: 50%;
	width: 50%;
	text-align: right;
}

.right_sub{
	flex: 50%;
	width: 50%;
	text-align: center;
	padding-right: 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: right;
	margin-bottom: 0;
}

.head_btn{
	max-width: 300px;
	display: inline-block;
	position: absolute;
	top: 19px;
	right: 0;
}

.head_btn a{
	background-color: #d31027;
	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 #d31027;
	letter-spacing: 1px;
	text-align: center;
}

.head_btn a:hover{
	background-color: #ffffff;
	color: #111111;
	border-color: #ffffff;
}

.color-word{
	color: #d31027;
}

.sliderwrap{
	position: relative;
	top: -140px;
}

.header__content{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 100vh;
	min-height: 750px;
}

.slide__content{
	height: 100vh;
	min-height: 750px;
	text-align: center;
	color: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.header-title {
	max-width: 900px;
	display: block;
	margin-left: 10vw;
	text-align: left;
	padding: 0 20px;
}

.header-title__main{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 75px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.14em;
	text-transform: uppercase;
	text-align: left;
	display: block;
	color: #ffffff;
	padding-bottom: 10px;
}

.buttoncol a{
	width: 170px;
	margin-top: 25px;	
    padding: 14px 15px;
    text-decoration: none;
	text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	letter-spacing: 1px;
	text-align: center;
}

.left_btn{
	margin-right: 15px;
	background-color: #d31027;
	color: #ffffff;
	border: 1px solid #d31027;
}

.left_btn:hover{
	background-color: #ffffff;
	color: #111111;
	border-color: #ffffff;
}

.right_btn{
	background-color: #ffffff;
	color: #111111;
	border: 1px solid #ffffff;
}

.right_btn:hover{
	color: #ffffff;
	background-color: #d31027;
	border-color: #d31027;
}

/* 3. MAIN CONTENT
 ----------- */
 
/* --- 3.1. Freelancer Area One --- */
.freelance_area_one{
	max-width: 1100px;
	margin: -200px auto 9em;
	padding: 0 25px;
}

.freelance_group_one{
	width: 100%;
	display: flex; 
	flex-wrap: wrap;
	background-color: #ffffff;
}

.feature_slider{
	display: block;
}

.feature_col{
	flex: 33.33%;
	width: 33.33%;
	padding: 0 25px;
}

.feature_box{
	max-width: 320px;
	margin: 0 auto;
	text-align: center;
	padding: 35px 0 15px;
	overflow: auto;
	min-height: 30px;
	border-bottom: solid 3px #d31027;
}

.feature_check{
	float: left;
	width: 15%;
}

.feature_content{
	float: left;
	width: 85%;
	padding-left: 20px;
}

.feature_check .fi{
	font-size: 34px;
	color: #d31027;
	display: inline-block;
	text-align: left;
	margin-top: -2px;
}

.feature_content h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 0;
	line-height: 1.4em;
}

.feature_content p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
}

.slick-dots {
	position: relative;
	z-index: 999999;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	margin: 0;
	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: #d31027;
}

.slick-dots button:hover{
	background-color: #d31027;
}

.slick-dots li{
	margin: 6px 0.40rem;
}

/* --- 3.2. Freelancer Area Two --- */
.freelance_area_two{
	max-width: 1200px;
	margin: 0 auto 9em;
	padding: 0 25px;
}

.freelance_group_two{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.square_info_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.square_col_left{
	flex: 50%;
	width: 50%;
	padding: 0 20px;
}

.square_col_right{
	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: 600px;
	padding-right: 20px;
}

.square_box h2{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #111111;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.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: 450px;
}

.square_info_col{
	flex: 50%;
	width: 50%;
	padding: 25px 30px 20px 0;
}

.square_title{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	color: #111111;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 0;
}

.square_title::first-letter{
	color: #d31027;
}

.square_title::after{
	content: '';
	display: block;
    width: 50px;
    height: 2px;
    background: #d31027;
    transition: width .5s;
}

.square_info_box{
	max-width: 325px;
	text-align: left;
}

.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: #d31027;
	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: 'Montserrat' , Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	display: block;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin: 0;
}

.square_col_button a{
	background-color: #d31027;
	width: 150px;
	margin: 20px 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 #d31027;
	letter-spacing: 1px;
	text-align: center;
}

.square_col_button a:hover{
	color: #111111;
	background: transparent;
	border-color: #111111;
}

/* --- 3.3. Freelancer Area Three --- */
.freelance_area_three{
	width: 100%;
	min-height: 400px;
	padding: 7em 0;
	background-color: #111111;
	margin: 0 0 9em;
	text-align: center;
}

.freelance_group_three{
	min-height: 190px;
	width: 100%;
	margin-bottom: 135px;
	text-align: center;
}

.freelance_group_bg{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 60px;
}

.left_icon_area{
	max-width: 640px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.right_icon_area{
	position: relative;
	z-index: 999;
	max-width: 640px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.left_col_area{
	position: relative;
	flex: 50%;
	width: 50%;
	background-color: #d31027;
}

.left_border_box{
	position: absolute;
	top: -20px;
	right: 0;
	margin-right: -20px;
	width: 250px;
	height: 100px;
	border-top: double 5px #ffffff;
	border-right: double 5px #ffffff;
}

.right_col_area{
	position: relative;
	top: 95px;
	flex: 50%;
	width: 50%;
	background-color: #ffffff;
}

.right_border_box{
	position: absolute;
	bottom: -20px;
	left: 0;
	margin-left: -20px;
	width: 250px;
	height: 100px;
	border-bottom: double 5px #d31027;
	border-left: double 5px #d31027;
}

.center_icon{
	min-height: 190px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}

.left_icon_col{
	flex: 50%;
	width: 50%;
	padding: 0 25px;
}

.right_icon_col{
	flex: 50%;
	width: 50%;
	padding: 0 25px;
}

.left_icon_box{
	max-width: 320px;
	margin: auto;
	text-align: left;
	overflow: hidden;
}

.right_icon_box{
	max-width: 320px;
	margin: auto;
	text-align: left;
	overflow: hidden;
}

.left_icon_symbol{
	float: left;
	width: 20%;
}

.left_icon_content{
	float: left;
	width: 80%;
	padding-left: 35px;
}

.right_icon_symbol{
	float: left;
	width: 20%;
}

.right_icon_content{
	float: left;
	width: 80%;
	padding-left: 35px;
}

.left_icon_content h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: block;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.4em;
}

.left_icon_content p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	display: block;
	color: #d2d2d2;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
}

.left_icon_symbol .fi{
	font-size: 44px;
	width: 75px;
	height: 75px;
	background-color: #ffffff;
	color: #d31027;
	display: inline-block;
	text-align: center;
	margin-top: 16px;
	padding: 12px;
	border-radius: 50%;
}

.right_icon_content h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.4em;
}

.right_icon_content p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
}

.right_icon_symbol .fi{
	font-size: 44px;
	width: 75px;
	height: 75px;
	background-color: #d31027;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	margin-top: 16px;
	padding: 12px;
	border-radius: 50%;
}

.left_icon_col .icon_button a{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	max-width: 110px;
	transition: 0.5s;
}

.left_icon_col .icon_button a::after{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
}

.left_icon_col .icon_button a:hover{
	color: #111111;
}

.right_icon_col .icon_button a{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	color: #d31027;
	text-decoration: none;
	max-width: 110px;
	transition: 0.5s;
}

.right_icon_col .icon_button a::after{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
}

.right_icon_col .icon_button a:hover{
	color: #111111;
}

/* --- 3.4. Freelancer Area Four --- */
.freelance_area_four{
	max-width: 1200px;
	padding: 0 25px;
	margin: 0 auto 9em;
}

.freelance_group_four{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.data_group{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	max-width: 640px;
}

.stat_col{
	flex: 50%;
	width: 50%;
	padding: 0 25px;
}

.info_col{
	flex: 50%;
	width: 50%;
	padding: 0 25px;
}

.data_col{
	flex: 50%;
	width: 50%;
	padding: 0 20px;
	position: relative;
}

.progressbar {
	display: inline-block;
	width: 125px;
}

.circle {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	text-align: center;
}

.circle canvas {
	vertical-align: middle;
}

.circle div {
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	font-family: 'Montserrat' , Arial, sans-serif;
	font-weight: 600;
	display: block;
	color: #111111;
}

.circle h3{
	color: #111111;
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.4em;
	text-transform: uppercase;
	margin: 0;
	padding-top: 10px;
}

.extra-left-space{
	left: 100px;
}

.info_area{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.info_box{
	max-width: 550px;
	padding-right: 20px;
}

.info_box h2{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #111111;
	text-align: left;
	text-transform: uppercase;
	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;
}

.info_col_button a{
	background-color: #d31027;
	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: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #d31027;
	letter-spacing: 1px;
	text-align: center;
}

.info_col_button a:hover{
	color: #111111;
	background: transparent;
	border-color: #111111;
}

/* --- 3.5. Freelancer Area Five --- */
.freelance_area_five{
	width: 100%;
	min-height: 150px;
	margin: 0;
}

.freelance_group_five{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
}

.portfolio_area{
	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;
}

.portfolio_image{
	overflow: hidden;
	position: relative;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.portfolio_image img{
	width: 100%;
	height: auto;
	display: block;
}

.overlay{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	z-index: 999;
}

.portfolio_box:hover .overlay{
	height: 100%;
}

.portfolio_bg{
	height: 100%;
	background-color: #ffffff;
	width: 100%;
}

.mid_area{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.portfolio_content h3{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.4em;
}

.portfolio_content a{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
    color: #696969;
	display: block;
    text-decoration: none;
	text-transform: uppercase;
    transition: 0.5s;
	letter-spacing: 1px;
	text-align: center;
}

.portfolio_content a:hover{
	color: #d31027;
}

/* --- 3.6. Freelancer Area Six --- */
.freelance_area_six{
	width: 100%;
	margin: 0 0;
	min-height: 400px;
	padding: 7em 25px;
	background-color: #eeeeee;
}

.freelance_group_six{
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.blog_head{
	flex: 58.33%;
	width: 58.33%;
	padding: 0 20px;
}

.blog_info{
	flex: 41.66%;
	width: 41.66%;
	padding: 0 20px;
	margin-top: 40px;
}

.blog_head h2{
	max-width: 600px;
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #111111;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.blog_info p{
	max-width: 500px;
	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;
}

.blog_col{
	flex: 33.33%;
	width: 33.33%;
	padding: 40px 25px 0;
}

.blog_box{
	max-width: 400px;
	position: relative;
	text-align: center;
}

.blog_image{
	position: relative;
	overflow: hidden;
}

.blog_content{
	width: calc(100% - 40px);
	background-color: #ffffff;
	padding: 20px 5px 20px 15px;
	position: relative;
	bottom: 45px;
	margin: auto;
	overflow: auto;
	text-align: left;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.blog_date{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	display: block;
	font-weight: 600;
	color: #111111;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	margin: 0;
}

.blog_image 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{
	margin: 0;
}

.blog_title a{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 20px;
	display: block;
	font-weight: 600;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	text-decoration: none;
	transition: 0.5s;
	line-height: 1.4em;
	padding: 10px 0;
}

.blog_crumb{
	width: 50px;
	height: 1px;
	border-bottom: solid 2px #d31027;
	margin: 0 0 8px;
	padding-top: 7px;
}

.blog_title a:hover{
	color: #d31027;
}

a.blog_btn{
	max-width: 110px;	
    color: #d31027;
    text-decoration: none;
	text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', Arial, sans-serif;
    transition: 0.5s;
	letter-spacing: 1px;
	text-align: left;
}

a.blog_btn::after{
	position: relative;
	top: 1px;
	content: "\203A";
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
}

a.blog_btn:hover{
	color: #111111;
}

/* --- 3.7. Freelancer Area Seven --- */
.freelance_area_seven{
	max-width: 1400px;
	margin: -70px auto 9em;
	padding: 0 25px;
	position: relative;
	z-index: 999;
}

.freelance_group_seven{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.count_col{
	flex: 25%;
	width: 25%;
	padding: 30px 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: #d31027;
	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_sub h3{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	display: block;
	text-align: center;
	color: #111111;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.count_num .counter{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	text-align: center;
	color: #111111;
	letter-spacing: 1px;
}

.counter.percent::after{
	content:'%';
	color: #d31027;
	font-weight: normal;
	font-size: 40px;
}

.count_num .counter::before{
	font-family: 'uicons-thin-straight';
	content: "\fc09";
	display: inline-block;
	font-size: 42px;
	position: relative;
	top: 6px;
	color: #d31027;
	padding-right: 3px;
}

/* --- 3.8. Freelancer Area Eight --- */
.freelance_area_eight{
	max-width: 1100px;
	width: calc(100% - 60px);
	margin: 0 auto -17em;
	padding: 20px 15px;
	position: relative;
	z-index: 999;
	background-color: #ffffff;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	border: double 5px #e0e0e0;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.freelance_group_eight{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background-color: #ffffff;
}

.cube_col{
	flex: 25%;
	width: 25%;
}

.form_col{
	flex: 75%;
	width: 75%;
}

.cube_box{
	max-width: 275px;
	padding: 10px;
}

.cube_box img{
	width: 100%;
	height: auto;
}

.form_area{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 0 15px;
}

.form_box{
	width: 100%;
}

.form_box h2{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #111111;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.form-row {
	flex-direction: row;
	display: flex;
}

.form_box input[type="text"],
.form_box input[type="email"]{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 7px 10px;
	height: 40px;
	border: none;
	margin: 10px 0;
	flex-grow: 1;
	letter-spacing: 1px;
	border-bottom: solid 1px #e0e0e0;
}

#right-space{
	margin-right: 10px;
}

#left-space{
	margin-left: 10px;
}

.form_box textarea{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 7px 20px;
	border: none;
	width: auto;
	min-height: 125px;
	margin: 10px 0;
	flex-grow: 1;
	letter-spacing: 1px;
	border-bottom: solid 1px #e0e0e0;
}

.form_box input[type="email"]::placeholder,
.form_box input[type="text"]::placeholder,
.form_box textarea::placeholder{
	color: #333333;
	opacity: 1;
}
	
.form_box input[type="submit"]{
	font-family: 'Montserrat' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0;
	width: 160px;
	height: 40px;
	text-align: center;
	color: #ffffff;
	letter-spacing: 1px;
	background-color: #d31027;
	border: solid 1px #d31027;
	border-radius: 0;
	transition: 0.5s;
}

.form_box input[type="submit"]:hover{
	background-color: #ffffff;
	color: #111111;
	border-color: #111111;
}

/* 4. FOOTER
 ----------- */
.footer{
	width: 100%;
	min-height: 350px;
	position: relative;
	clear: both;
	height: 100%;
	background-color: #111111;
}

.footer_area{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 25px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 17em;
}

.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: '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: 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: #d31027;
}

.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: 500;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ffffff;
	text-align: justify;
	transition: 0.5s;
}

.footer_col > ul > li a:hover{
	color: #d31027;
}

.right_list{
	padding-top: 10px;
}

.blog_list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 390px;
	padding-bottom: 10px;
}

.left_blog{
	flex: 33.33%;
	width: 33.33%;
	padding-bottom: 10px;
}

.right_blog{
	flex: 66.66%;
	width: 66.66%;
	max-width: 290px;
	padding-bottom: 15px;
	padding-left: 14px;
	margin-top: -5px;
}

.left_blog img{
	vertical-align: middle;
	width: 100%;
	max-width: 100px;
}

.details{
	width: 100%;
	padding-top: 35px;
	padding-bottom: 10px;
	margin-top: 35px;
	border-top: solid 1px #6f6f6f;
}

.details p{
	font-family: 'Montserrat', 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;
	}
	
	.left_icon_col{
		flex: 100%;
		width: 100%;
		padding: 20px 25px;
	}
	
	.right_icon_col{
		flex: 100%;
		width: 100%;
		padding: 20px 25px;
	}
}

@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;
	}
	
	.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;
	}

	.header-title__main{
		font-size: 65px;
	}
	
	.square_col_left{
		flex: 100%;
		width: 100%;
	}
	
	.square_col_right{
		flex: 100%;
		width: 100%;
		margin-top: 50px;
	}
	
	.bg_content{
		margin-right: 65px;
	}
	
	.box_content{
		margin-left: 45px;
	}
	
	.info_col{
		flex: 100%;
		width: 100%;
	}
	
	.stat_col{
		flex: 100%;
		width: 100%;
		margin-top: 50px;
	}
	
	.blog_col{
		flex: 50%;
		width: 50%;
	}
	
	.blog_head{
		flex: 100%;
		width: 100%;
	}
	
	.blog_info{
		flex: 100%;
		width: 100%;
		margin-top: 20px;
	}
	
	.count_col{
		flex: 50%;
		width: 50%;
	}
	
	.cube_col{
		flex: 100%;
		width: 100%;
	}
	
	.form_col{
		flex: 100%;
		width: 100%;
	}
	
	.footer_col{
		flex: 50%;
		width: 50%;
	}
}

@media only screen and (max-width: 600px){
	.header-title__main{
		font-size: 45px;
	}
	
	.freelance_heading,
	.square_box h2,
	.bg_heading,
	.info_box h2,
	.blog_head h2,
	.form_box h2{
		font-size: 30px;
	}
	
	.square_col_left,
	.square_col_right,
	.square_box,
	.info_col,
	.stat_col,
	.blog_head,
	.blog_info,
	.blog_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;
	}
	
	.left_col_area{
		flex: 100%;
		width: 100%;
		margin-right: 45px;
	}
	
	.right_col_area{
		flex: 100%;
		width: 100%;
		top: 0;
		margin-left: 45px;
	}
	
	.freelance_group_three{
		margin-bottom: 40px;
	}
	
	.data_col{
		flex: 100%;
		width: 100%;
		padding-bottom: 30px;
	}
	
	.no-space{
		padding-bottom: 0;
	}
	
	.extra-left-space{
		left: 0;
	}
	
	.portfolio_col{
		flex: 100%;
		width: 100%;
	}
	
	.blog_col{
		flex: 100%;
		width: 100%;
	}
	
	.count_col{
		flex: 100%;
		width: 100%;
	}
	
	.form-row {
		flex-direction: column;
	}
	
	#right-space{
		margin-right: 0;
	}
	
	#left-space{
		margin-left: 0;
	}
	
	.footer_col{
		flex: 100%;
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 480px){
	.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%;
	}
}

@media only screen and (max-width: 420px){
	.header-title{
		margin-left: 0;
	}
	
	.bg_content{
		margin-right: 45px;
	}
	
	.box_content{
		margin-left: 25px;
	}
}

@media only screen and (max-width: 385px){
	.bg_content{
		margin-right: 25px;
	}
	
	.box_content{
		margin-left: 8px;
	}
}

@media only screen and (max-width: 360px){
	.left_icon_symbol{
		width: 25%;
	}
	
	.left_icon_content{
		width: 75%;
	}
	
	.right_icon_symbol{
		width: 25%;
	}
	
	.right_icon_content{
		width: 75%;
	}
}

@media only screen and (max-width: 320px){
	.header-title__main{
		font-size: 40px;
	}
	
	.bg_content{
		margin-right: 0;
	}
	
	.box_content{
		margin-left: -5px;
	}
	
	.box_feature{
		padding: 10px;
	}
	
	.box_info h3{
		font-size: 11px;
	}
} 
